﻿2025-08-20T20:46:24.4434761Z Current runner version: '2.328.0'
2025-08-20T20:46:24.4457837Z ##[group]Runner Image Provisioner
2025-08-20T20:46:24.4458670Z Hosted Compute Agent
2025-08-20T20:46:24.4459987Z Version: 20250818.377
2025-08-20T20:46:24.4460637Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:46:24.4461324Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:46:24.4462002Z ##[endgroup]
2025-08-20T20:46:24.4462578Z ##[group]Operating System
2025-08-20T20:46:24.4463107Z Ubuntu
2025-08-20T20:46:24.4463680Z 24.04.2
2025-08-20T20:46:24.4464163Z LTS
2025-08-20T20:46:24.4464684Z ##[endgroup]
2025-08-20T20:46:24.4465220Z ##[group]Runner Image
2025-08-20T20:46:24.4465815Z Image: ubuntu-24.04
2025-08-20T20:46:24.4466416Z Version: 20250818.1.0
2025-08-20T20:46:24.4467438Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:46:24.4469230Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:46:24.4470274Z ##[endgroup]
2025-08-20T20:46:24.4471609Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:46:24.4473466Z Attestations: write
2025-08-20T20:46:24.4474163Z Contents: write
2025-08-20T20:46:24.4474727Z Metadata: read
2025-08-20T20:46:24.4475292Z Packages: write
2025-08-20T20:46:24.4475958Z ##[endgroup]
2025-08-20T20:46:24.4478105Z Secret source: Actions
2025-08-20T20:46:24.4478825Z Prepare workflow directory
2025-08-20T20:46:24.4798545Z Prepare all required actions
2025-08-20T20:46:24.4836453Z Getting action download info
2025-08-20T20:46:24.9331155Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:46:25.9401203Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:46:26.9154455Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:46:27.1987593Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:46:28.0741043Z Getting action download info
2025-08-20T20:46:28.2317204Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:46:29.0073810Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:46:29.8709307Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/go-git/official)
2025-08-20T20:46:29.9275064Z ##[group]Run ##Presets
2025-08-20T20:46:29.9275447Z [36;1m##Presets[0m
2025-08-20T20:46:29.9275672Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:29.9275900Z [36;1m#-------------#[0m
2025-08-20T20:46:29.9276202Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:46:29.9276589Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:46:29.9276942Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9277257Z [36;1m  fi[0m
2025-08-20T20:46:29.9277524Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:46:29.9277922Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:46:29.9278276Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9278555Z [36;1m  fi[0m
2025-08-20T20:46:29.9278810Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:46:29.9279449Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:46:29.9279790Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9280061Z [36;1m  fi[0m
2025-08-20T20:46:29.9280303Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:46:29.9280648Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:46:29.9281182Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:46:29.9281481Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:46:29.9281796Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9282091Z [36;1m     else[0m
2025-08-20T20:46:29.9282360Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9282638Z [36;1m     fi[0m
2025-08-20T20:46:29.9282818Z [36;1m  fi[0m
2025-08-20T20:46:29.9283196Z [36;1mfi[0m
2025-08-20T20:46:29.9349553Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:29.9350237Z env:
2025-08-20T20:46:29.9350833Z   GH_TOKEN: ***
2025-08-20T20:46:29.9351212Z ##[endgroup]
2025-08-20T20:46:29.9636692Z ##[group]Run ##Presets
2025-08-20T20:46:29.9637158Z [36;1m##Presets[0m
2025-08-20T20:46:29.9637608Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:29.9637962Z [36;1m#-------------#[0m
2025-08-20T20:46:29.9638370Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:46:29.9639235Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:46:29.9639850Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:46:29.9640416Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:46:29.9640896Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:46:29.9641414Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:46:29.9641840Z [36;1m  exit 1[0m
2025-08-20T20:46:29.9642146Z [36;1mfi[0m
2025-08-20T20:46:29.9679599Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:29.9680020Z env:
2025-08-20T20:46:29.9680520Z   RO_GHTOKEN: ***
2025-08-20T20:46:29.9680843Z   RO_GLTOKEN: ***
2025-08-20T20:46:29.9682145Z   MINISIGN_KEY: ***
2025-08-20T20:46:29.9682437Z ##[endgroup]
2025-08-20T20:46:29.9876198Z ##[group]Run ##Presets
2025-08-20T20:46:29.9876564Z [36;1m##Presets[0m
2025-08-20T20:46:29.9876770Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:29.9876992Z [36;1m#-------------#[0m
2025-08-20T20:46:29.9877214Z [36;1m##Host Triplet[0m
2025-08-20T20:46:29.9877499Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:46:29.9877841Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:46:29.9878160Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:46:29.9878467Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:46:29.9878760Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:46:29.9879353Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:46:29.9879682Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:46:29.9880001Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:46:29.9880270Z [36;1m   fi[0m
2025-08-20T20:46:29.9880565Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:46:29.9880900Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:46:29.9881195Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:46:29.9881517Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:46:29.9881801Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:46:29.9882036Z [36;1m fi[0m
2025-08-20T20:46:29.9882308Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9882700Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9883087Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9883464Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9883735Z [36;1m##Debug[0m
2025-08-20T20:46:29.9883946Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:46:29.9884207Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:46:29.9884432Z [36;1m else[0m
2025-08-20T20:46:29.9884623Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:46:29.9885028Z [36;1m fi[0m
2025-08-20T20:46:29.9885244Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9885523Z [36;1m##Docker Platform[0m
2025-08-20T20:46:29.9885797Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:46:29.9886119Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:46:29.9886449Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:46:29.9886783Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:46:29.9887104Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:46:29.9887427Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:46:29.9887740Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:46:29.9888050Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:46:29.9888296Z [36;1m fi[0m
2025-08-20T20:46:29.9888574Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9889183Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9889506Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:46:29.9889980Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/go-git/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:46:29.9890478Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:46:29.9890780Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9891085Z [36;1m##Logs[0m
2025-08-20T20:46:29.9891351Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:46:29.9891618Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:46:29.9891849Z [36;1m else[0m
2025-08-20T20:46:29.9892045Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:46:29.9892302Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:46:29.9892551Z [36;1m fi[0m
2025-08-20T20:46:29.9892958Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9893333Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9893672Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:46:29.9894017Z [36;1m PKG_FAMILY_LOCAL="$(echo "go-git" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:46:29.9894402Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:46:29.9894729Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9895055Z [36;1m##Rebuild[0m
2025-08-20T20:46:29.9895274Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:46:29.9895550Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:46:29.9895802Z [36;1m else[0m
2025-08-20T20:46:29.9896009Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:46:29.9896254Z [36;1m fi[0m
2025-08-20T20:46:29.9896510Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9896826Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:46:29.9897228Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:46:29.9897763Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:46:29.9898573Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:46:29.9899452Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:46:29.9899815Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:46:29.9900245Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:46:29.9900664Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:46:29.9901033Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9901317Z [36;1m    exit 1[0m
2025-08-20T20:46:29.9901513Z [36;1m   else[0m
2025-08-20T20:46:29.9901711Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:46:29.9902164Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9902498Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:46:29.9902833Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:46:29.9903177Z [36;1m      #check if supported[0m
2025-08-20T20:46:29.9903550Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:46:29.9904067Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:46:29.9904484Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:46:29.9904797Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9905086Z [36;1m         exit 1[0m
2025-08-20T20:46:29.9905287Z [36;1m       fi[0m
2025-08-20T20:46:29.9905487Z [36;1m      #get build system[0m
2025-08-20T20:46:29.9905860Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:46:29.9906238Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:46:29.9906507Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9906853Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:46:29.9907189Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9907508Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9907835Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:46:29.9908167Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9908488Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:29.9908760Z [36;1m       fi[0m
2025-08-20T20:46:29.9909275Z [36;1m     fi[0m
2025-08-20T20:46:29.9909472Z [36;1m   fi[0m
2025-08-20T20:46:29.9909672Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:46:29.9945033Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:29.9945287Z ##[endgroup]
2025-08-20T20:46:31.0936190Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:46:31.0936757Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:46:31.0937011Z 
2025-08-20T20:46:31.2565644Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:46:31.2566333Z 100  4718  100  4718    0     0  28642      0 --:--:-- --:--:-- --:--:-- 28768
2025-08-20T20:46:31.2580012Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:46:31.2805955Z ##[group]Run ##Presets
2025-08-20T20:46:31.2806250Z [36;1m##Presets[0m
2025-08-20T20:46:31.2806463Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:31.2806680Z [36;1m#-------------#[0m
2025-08-20T20:46:31.2806885Z [36;1m##Debug?[0m
2025-08-20T20:46:31.2807150Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:46:31.2807448Z [36;1m  set -x[0m
2025-08-20T20:46:31.2807634Z [36;1mfi[0m
2025-08-20T20:46:31.2807816Z [36;1m#-------------#[0m
2025-08-20T20:46:31.2808068Z [36;1m##CoreUtils[0m
2025-08-20T20:46:31.2808279Z [36;1msudo apt update -y[0m
2025-08-20T20:46:31.2808624Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:46:31.2810053Z [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-20T20:46:31.2810975Z [36;1m##tmp[0m
2025-08-20T20:46:31.2811269Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:46:31.2811604Z [36;1m#GH ENV[0m
2025-08-20T20:46:31.2811841Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:31.2812329Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:31.2812610Z [36;1m#-------------#[0m
2025-08-20T20:46:31.2812834Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:46:31.2813083Z [36;1msudo apt update -y[0m
2025-08-20T20:46:31.2813329Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:46:31.2813588Z [36;1m##Setup Minisign[0m
2025-08-20T20:46:31.2813831Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:46:31.2814267Z [36;1mecho "***[0m
2025-08-20T20:46:31.2815514Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:46:31.2815810Z [36;1m##User-Agent[0m
2025-08-20T20:46:31.2816540Z [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-20T20:46:31.2817344Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:31.2857025Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:31.2857323Z env:
2025-08-20T20:46:31.2857519Z   CROSS_COMPILING: NO
2025-08-20T20:46:31.2857755Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:46:31.2858001Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:46:31.2858222Z   ON_QEMU: NO
2025-08-20T20:46:31.2858405Z   DEBUG: 0
2025-08-20T20:46:31.2858593Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:46:31.2858824Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:46:31.2859343Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:46:31.2859658Z   KEEP_LOGS: YES
2025-08-20T20:46:31.2859855Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:46:31.2860069Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:46:31.2860288Z   SBUILD_REBUILD: false
2025-08-20T20:46:31.2860849Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:46:31.2861420Z   BUILD_SYS: docker://go
2025-08-20T20:46:31.2861637Z   BUILD_ON_HOST: FALSE
2025-08-20T20:46:31.2861841Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:46:31.2862044Z ##[endgroup]
2025-08-20T20:46:31.3229332Z 
2025-08-20T20:46:31.3229901Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:46:31.3230594Z 
2025-08-20T20:46:31.4065965Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:31.4406003Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:46:31.4433003Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:46:31.4508313Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:46:31.4587708Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:46:31.4708218Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:46:31.4769697Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:46:31.6645028Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:46:31.6973744Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:46:31.7142862Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:46:31.7157761Z Get:20 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:46:31.7227044Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:46:31.7252251Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:46:31.7282281Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:46:31.7347628Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:46:31.7385023Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:46:31.7412035Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:46:31.7513901Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:46:31.7543560Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:46:31.7558420Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:46:31.8291689Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:46:31.8313507Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:46:31.8324087Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:46:31.8336244Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:46:31.8345258Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:46:31.8410499Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:46:31.8429070Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:46:31.8439082Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:46:31.8492354Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:46:31.8510570Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:46:31.8522157Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:46:31.8612003Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:46:31.8635488Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:46:31.8644672Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:46:41.0491945Z Fetched 10.6 MB in 1s (7600 kB/s)
2025-08-20T20:46:41.7337604Z Reading package lists...
2025-08-20T20:46:41.8775707Z Building dependency tree...
2025-08-20T20:46:41.8781626Z Reading state information...
2025-08-20T20:46:41.8924568Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:46:41.9037568Z 
2025-08-20T20:46:41.9038014Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:46:41.9038368Z 
2025-08-20T20:46:41.9167431Z Reading package lists...
2025-08-20T20:46:42.0763229Z Building dependency tree...
2025-08-20T20:46:42.0774569Z Reading state information...
2025-08-20T20:46:42.2263566Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:46:42.2264609Z bc set to manually installed.
2025-08-20T20:46:42.2265197Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:46:42.2266119Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:46:42.2267088Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:46:42.2268019Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:46:42.2268697Z The following additional packages will be installed:
2025-08-20T20:46:42.2270044Z   libtime-duration-perl
2025-08-20T20:46:42.2788563Z The following NEW packages will be installed:
2025-08-20T20:46:42.2795809Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:46:42.2972744Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:46:42.3197327Z Need to get 616 kB of archives.
2025-08-20T20:46:42.3197954Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:46:42.3198603Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:42.4023504Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:46:42.4673273Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:46:42.5311691Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:46:42.5962783Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:46:42.9117340Z Fetched 616 kB in 0s (1764 kB/s)
2025-08-20T20:46:42.9657021Z Selecting previously unselected package fdupes.
2025-08-20T20:46:43.1339905Z (Reading database ... 
2025-08-20T20:46:43.1340331Z (Reading database ... 5%
2025-08-20T20:46:43.1340707Z (Reading database ... 10%
2025-08-20T20:46:43.1341067Z (Reading database ... 15%
2025-08-20T20:46:43.1341496Z (Reading database ... 20%
2025-08-20T20:46:43.1341751Z (Reading database ... 25%
2025-08-20T20:46:43.1342006Z (Reading database ... 30%
2025-08-20T20:46:43.1342230Z (Reading database ... 35%
2025-08-20T20:46:43.1342463Z (Reading database ... 40%
2025-08-20T20:46:43.1342780Z (Reading database ... 45%
2025-08-20T20:46:43.1343001Z (Reading database ... 50%
2025-08-20T20:46:43.4187155Z (Reading database ... 55%
2025-08-20T20:46:43.7739773Z (Reading database ... 60%
2025-08-20T20:46:44.3719750Z (Reading database ... 65%
2025-08-20T20:46:44.7546967Z (Reading database ... 70%
2025-08-20T20:46:45.3335002Z (Reading database ... 75%
2025-08-20T20:46:46.3751288Z (Reading database ... 80%
2025-08-20T20:46:48.3015013Z (Reading database ... 85%
2025-08-20T20:46:50.2781577Z (Reading database ... 90%
2025-08-20T20:46:51.8532074Z (Reading database ... 95%
2025-08-20T20:46:51.8532531Z (Reading database ... 100%
2025-08-20T20:46:51.8533104Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:46:51.8580692Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:46:51.8605955Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:46:51.9257043Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:46:51.9392787Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:46:51.9404959Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:46:52.0200209Z Selecting previously unselected package moreutils.
2025-08-20T20:46:52.0339456Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:46:52.0371038Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:46:52.3375085Z Selecting previously unselected package dos2unix.
2025-08-20T20:46:52.3511870Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:46:52.3524567Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:46:52.7801604Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:46:52.7836427Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:46:52.7864525Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:46:52.7896688Z Setting up moreutils (0.69-1) ...
2025-08-20T20:46:52.7937258Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:49:52.7608347Z 
2025-08-20T20:49:52.7610645Z Running kernel seems to be up-to-date.
2025-08-20T20:49:52.7611119Z 
2025-08-20T20:49:52.7611290Z Restarting services...
2025-08-20T20:49:52.7677099Z 
2025-08-20T20:49:52.7677503Z Service restarts being deferred:
2025-08-20T20:49:52.7678761Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:49:52.7679224Z 
2025-08-20T20:49:52.7679633Z No containers need to be restarted.
2025-08-20T20:49:52.7679962Z 
2025-08-20T20:49:52.7680172Z No user sessions are running outdated binaries.
2025-08-20T20:49:52.7680515Z 
2025-08-20T20:49:52.7680828Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:49:53.6021814Z Reading package lists...
2025-08-20T20:49:53.7645855Z Building dependency tree...
2025-08-20T20:49:53.7653630Z Reading state information...
2025-08-20T20:49:53.9214759Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:49:53.9215536Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:49:53.9216007Z apt-utils set to manually installed.
2025-08-20T20:49:53.9216837Z ca-certificates is already the newest version (20240203).
2025-08-20T20:49:53.9217320Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:49:53.9217757Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:49:53.9218201Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:49:53.9218658Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:49:53.9219465Z moreutils is already the newest version (0.69-1).
2025-08-20T20:49:53.9220099Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:49:53.9220816Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:49:53.9221345Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:49:53.9221847Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:49:53.9222275Z tmux set to manually installed.
2025-08-20T20:49:53.9222680Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:49:53.9223146Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:49:53.9223584Z The following additional packages will be installed:
2025-08-20T20:49:53.9224000Z   python3-software-properties
2025-08-20T20:49:53.9224316Z Recommended packages:
2025-08-20T20:49:53.9224581Z   unattended-upgrades
2025-08-20T20:49:53.9637084Z The following NEW packages will be installed:
2025-08-20T20:49:53.9637441Z   rename
2025-08-20T20:49:53.9645277Z The following packages will be upgraded:
2025-08-20T20:49:53.9646144Z   python3-software-properties software-properties-common
2025-08-20T20:49:53.9797211Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:49:54.0030975Z Need to get 64.7 kB of archives.
2025-08-20T20:49:54.0031654Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:49:54.0032314Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:49:54.0837443Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:49:54.1482164Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:49:54.2135543Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:49:54.4560997Z Fetched 64.7 kB in 0s (292 kB/s)
2025-08-20T20:49:54.4823055Z (Reading database ... 
2025-08-20T20:49:54.4823516Z (Reading database ... 5%
2025-08-20T20:49:54.4823930Z (Reading database ... 10%
2025-08-20T20:49:54.4824341Z (Reading database ... 15%
2025-08-20T20:49:54.4825268Z (Reading database ... 20%
2025-08-20T20:49:54.4825672Z (Reading database ... 25%
2025-08-20T20:49:54.4826075Z (Reading database ... 30%
2025-08-20T20:49:54.4826757Z (Reading database ... 35%
2025-08-20T20:49:54.4827169Z (Reading database ... 40%
2025-08-20T20:49:54.4827565Z (Reading database ... 45%
2025-08-20T20:49:54.4827958Z (Reading database ... 50%
2025-08-20T20:49:54.4909134Z (Reading database ... 55%
2025-08-20T20:49:54.4943204Z (Reading database ... 60%
2025-08-20T20:49:54.4964921Z (Reading database ... 65%
2025-08-20T20:49:54.4998428Z (Reading database ... 70%
2025-08-20T20:49:54.5023014Z (Reading database ... 75%
2025-08-20T20:49:54.5051305Z (Reading database ... 80%
2025-08-20T20:49:54.5185067Z (Reading database ... 85%
2025-08-20T20:49:54.5272469Z (Reading database ... 90%
2025-08-20T20:49:54.5526471Z (Reading database ... 95%
2025-08-20T20:49:54.5527033Z (Reading database ... 100%
2025-08-20T20:49:54.5527841Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:49:54.5567690Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:49:54.6603932Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:49:54.7510240Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:49:54.8275551Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:49:54.8561659Z Selecting previously unselected package rename.
2025-08-20T20:49:54.8702397Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:49:54.8717273Z Unpacking rename (2.02-1) ...
2025-08-20T20:49:54.9119905Z Setting up rename (2.02-1) ...
2025-08-20T20:49:54.9186884Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:49:54.9211211Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:49:55.0615067Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:49:55.1623829Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:49:59.2000708Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:50:00.6856464Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:50:00.7140566Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:50:00.7150369Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:50:00.7151456Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:50:00.7180894Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:50:00.7670143Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:50:00.7899371Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:50:01.8264735Z Reading package lists...
2025-08-20T20:50:01.9697552Z Building dependency tree...
2025-08-20T20:50:01.9704014Z Reading state information...
2025-08-20T20:50:01.9835670Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:50:01.9983863Z 
2025-08-20T20:50:01.9984282Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:50:01.9984837Z 
2025-08-20T20:50:02.0489334Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:50:02.0770182Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:50:02.0787817Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:50:02.0802744Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:50:02.0809130Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:50:02.1155743Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:50:02.1188472Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:50:03.2061865Z Reading package lists...
2025-08-20T20:50:03.3631299Z Building dependency tree...
2025-08-20T20:50:03.3637970Z Reading state information...
2025-08-20T20:50:03.3782010Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:50:03.3893834Z 
2025-08-20T20:50:03.3894821Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:50:03.3895199Z 
2025-08-20T20:50:03.4021143Z Reading package lists...
2025-08-20T20:50:03.5703271Z Building dependency tree...
2025-08-20T20:50:03.5710909Z Reading state information...
2025-08-20T20:50:03.7244025Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:50:03.7633576Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:50:03.7917959Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:50:03.9789448Z ##[group]Run ##Presets
2025-08-20T20:50:03.9789745Z [36;1m##Presets[0m
2025-08-20T20:50:03.9789958Z [36;1mset +x ; set +e[0m
2025-08-20T20:50:03.9790176Z [36;1m#-------------#[0m
2025-08-20T20:50:03.9790383Z [36;1m##Debug?[0m
2025-08-20T20:50:03.9791264Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:50:03.9791570Z [36;1m  set -x[0m
2025-08-20T20:50:03.9791843Z [36;1mfi[0m
2025-08-20T20:50:03.9792025Z [36;1m#-------------#[0m
2025-08-20T20:50:03.9792469Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:50:03.9793071Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:50:03.9793678Z [36;1msudo service procps restart[0m
2025-08-20T20:50:03.9793949Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:50:03.9833853Z shell: /usr/bin/bash -e {0}
2025-08-20T20:50:03.9834091Z env:
2025-08-20T20:50:03.9834307Z   CROSS_COMPILING: NO
2025-08-20T20:50:03.9834523Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:50:03.9834750Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:50:03.9834970Z   ON_QEMU: NO
2025-08-20T20:50:03.9835141Z   DEBUG: 0
2025-08-20T20:50:03.9835321Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:50:03.9835544Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:50:03.9835832Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:50:03.9836138Z   KEEP_LOGS: YES
2025-08-20T20:50:03.9836330Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:50:03.9836549Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:50:03.9836778Z   SBUILD_REBUILD: false
2025-08-20T20:50:03.9837316Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:50:03.9837879Z   BUILD_SYS: docker://go
2025-08-20T20:50:03.9838089Z   BUILD_ON_HOST: FALSE
2025-08-20T20:50:03.9838284Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:50:03.9838474Z   SYSTMP: /tmp
2025-08-20T20:50:03.9838660Z   GHA_MODE: MATRIX
2025-08-20T20:50:03.9839322Z   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-20T20:50:03.9839784Z ##[endgroup]
2025-08-20T20:50:03.9972259Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:50:04.0047551Z 0
2025-08-20T20:50:04.0412963Z vm.max_map_count = 262144
2025-08-20T20:50:04.0413398Z fs.inotify.max_user_watches = 655360
2025-08-20T20:50:04.0413705Z fs.inotify.max_user_instances = 1280
2025-08-20T20:50:04.0413983Z vm.mmap_rnd_bits = 28
2025-08-20T20:50:04.0484625Z ##[group]Run ##Presets
2025-08-20T20:50:04.0484928Z [36;1m##Presets[0m
2025-08-20T20:50:04.0485129Z [36;1mset +x ; set +e[0m
2025-08-20T20:50:04.0485356Z [36;1m#-------------#[0m
2025-08-20T20:50:04.0485559Z [36;1m##Debug?[0m
2025-08-20T20:50:04.0485800Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:50:04.0486092Z [36;1m  set -x[0m
2025-08-20T20:50:04.0486274Z [36;1mfi[0m
2025-08-20T20:50:04.0486449Z [36;1m#-------------#[0m
2025-08-20T20:50:04.0486642Z [36;1m##Main[0m
2025-08-20T20:50:04.0486865Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:50:04.0487514Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:50:04.0488248Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:50:04.0488634Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:50:04.0489153Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:50:04.0489429Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:50:04.0489737Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:50:04.0490057Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:50:04.0490361Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:50:04.0490679Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:50:04.0490969Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:50:04.0491302Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:50:04.0491668Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:50:04.0491959Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:50:04.0492218Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:50:04.0492500Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:50:04.0492781Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:50:04.0493068Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:50:04.0493349Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:50:04.0493839Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:50:04.0494149Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:50:04.0494443Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:50:04.0494767Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:50:04.0495070Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:50:04.0495368Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:50:04.0495667Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:50:04.0495937Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:50:04.0496281Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:50:04.0496730Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:50:04.0497196Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:50:04.0497658Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:50:04.0498000Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:50:04.0498339Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:50:04.0499124Z [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-20T20:50:04.0499944Z [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-20T20:50:04.0500512Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:50:04.0500789Z [36;1m else[0m
2025-08-20T20:50:04.0501256Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:50:04.0501625Z [36;1m fi[0m
2025-08-20T20:50:04.0501879Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:50:04.0502289Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:50:04.0502715Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0503111Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0503500Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0503896Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0504299Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0504705Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0505121Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:50:04.0505539Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:50:04.0505853Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:50:04.0545528Z shell: /usr/bin/bash -e {0}
2025-08-20T20:50:04.0545763Z env:
2025-08-20T20:50:04.0545937Z   CROSS_COMPILING: NO
2025-08-20T20:50:04.0546151Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:50:04.0546384Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:50:04.0546600Z   ON_QEMU: NO
2025-08-20T20:50:04.0546785Z   DEBUG: 0
2025-08-20T20:50:04.0546960Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:50:04.0547180Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:50:04.0547458Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:50:04.0547763Z   KEEP_LOGS: YES
2025-08-20T20:50:04.0547954Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:50:04.0548167Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:50:04.0548378Z   SBUILD_REBUILD: false
2025-08-20T20:50:04.0549101Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:50:04.0549707Z   BUILD_SYS: docker://go
2025-08-20T20:50:04.0550082Z   BUILD_ON_HOST: FALSE
2025-08-20T20:50:04.0550289Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:50:04.0550487Z   SYSTMP: /tmp
2025-08-20T20:50:04.0550674Z   GHA_MODE: MATRIX
2025-08-20T20:50:04.0551109Z   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-20T20:50:04.0552076Z   GHCR_TOKEN: ***
2025-08-20T20:50:04.0552378Z   GITHUB_TOKEN: ***
2025-08-20T20:50:04.0552647Z   GITLAB_TOKEN: ***
2025-08-20T20:50:04.0553759Z   MINISIGN_KEY: ***
2025-08-20T20:50:04.0554010Z ##[endgroup]
2025-08-20T20:50:04.2569973Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:50:04.4602227Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:50:04.4603006Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:50:04.4603363Z 
2025-08-20T20:50:04.5035707Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:50:04.5036421Z 100  4718  100  4718    0     0   105k      0 --:--:-- --:--:-- --:--:--  107k
2025-08-20T20:50:04.5052192Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:50:04.5139549Z 
2025-08-20T20:50:04.5139828Z [+] Building [/tmp/tmp.ZaP09jWsK5/SBUILD_INPUT] Locally
2025-08-20T20:50:04.5140125Z 
2025-08-20T20:50:04.5153942Z '/tmp/tmp.ZaP09jWsK5/SBUILD_INPUT' -> '/tmp/pkgforge/GtenxHTdy_build.yaml'
2025-08-20T20:50:04.7382807Z 
2025-08-20T20:50:04.7383267Z [+] Passwordless sudo is Configured
2025-08-20T20:50:04.9397587Z 
2025-08-20T20:50:04.9410846Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:50:04.9411166Z 
2025-08-20T20:50:04.9871642Z 
2025-08-20T20:50:04.9872873Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:50:04.9873585Z 
2025-08-20T20:50:04.9873605Z 
2025-08-20T20:50:04.9873849Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:50:04.9874170Z 
2025-08-20T20:50:05.0286414Z [+] Installing: 7z -> 7z
2025-08-20T20:50:05.3075716Z [+] Installing: actionlint -> actionlint
2025-08-20T20:50:06.1779125Z [+] Installing: anew -> anew
2025-08-20T20:50:06.9292037Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:50:07.7441863Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:50:08.3851738Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:50:09.0308799Z [+] Installing: archey -> archey
2025-08-20T20:50:09.8972301Z [+] Installing: aria2 -> aria2c
2025-08-20T20:50:10.9437961Z [+] Installing: askalono -> askalono
2025-08-20T20:50:11.8055029Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:50:12.7046673Z [+] Installing: b3sum -> b3sum
2025-08-20T20:50:13.1221738Z [+] Installing: bita -> bita
2025-08-20T20:50:14.0808782Z [+] Installing: btop -> btop
2025-08-20T20:50:14.8686292Z [+] Installing: chafa -> chafa
2025-08-20T20:50:15.9780024Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:50:17.5652313Z [+] Installing: croc -> croc
2025-08-20T20:50:18.4865034Z [+] Installing: csvtk -> csvtk
2025-08-20T20:50:19.8069397Z [+] Installing: cutlines -> cutlines
2025-08-20T20:50:20.4015090Z curl: (22) The requested URL returned error: 404
2025-08-20T20:50:20.4053974Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:50:20.4054824Z [+] Installing: dbin -> dbin
2025-08-20T20:50:21.4306394Z [+] Installing: dasel -> dasel
2025-08-20T20:50:22.0463787Z [+] Installing: delta -> delta
2025-08-20T20:50:22.9337519Z [+] Installing: ds -> ds
2025-08-20T20:50:23.5002995Z curl: (22) The requested URL returned error: 404
2025-08-20T20:50:23.5043342Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:50:23.5044704Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:50:24.1425882Z [+] Installing: duf -> duf
2025-08-20T20:50:24.8847990Z [+] Installing: duplicut -> duplicut
2025-08-20T20:50:25.5820082Z [+] Installing: dust -> dust
2025-08-20T20:50:26.3039590Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:50:26.9907377Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:50:27.5707316Z [+] Installing: dysk -> dysk
2025-08-20T20:50:28.2692168Z [+] Installing: eget -> eget
2025-08-20T20:50:29.1393508Z [+] Installing: epoch -> epoch
2025-08-20T20:50:29.9323612Z [+] Installing: faketty -> faketty
2025-08-20T20:50:30.5955060Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:50:30.8777914Z curl: (35) Recv failure: Connection reset by peer
2025-08-20T20:50:30.8799990Z [-] Failed to install fastfetch to /usr/local/bin/fastfetch
2025-08-20T20:50:30.8800947Z [+] Installing: freeze -> freeze
2025-08-20T20:50:32.0626123Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:50:32.6930267Z [+] Installing: gdu -> gdu
2025-08-20T20:50:33.8455958Z [+] Installing: gh -> gh
2025-08-20T20:50:35.6843857Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:50:36.7407149Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:50:37.4581325Z [+] Installing: glab -> glab
2025-08-20T20:50:39.4473000Z [+] Installing: glow -> glow
2025-08-20T20:50:40.7356861Z [+] Installing: httpx -> httpx
2025-08-20T20:50:42.6332338Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:50:44.1051699Z [+] Installing: husarnet -> husarnet
2025-08-20T20:50:44.7101089Z curl: (22) The requested URL returned error: 404
2025-08-20T20:50:44.7141949Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:50:44.7143034Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:50:45.3004943Z curl: (22) The requested URL returned error: 404
2025-08-20T20:50:45.3046028Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:50:45.3047009Z [+] Installing: imgcat -> imgcat
2025-08-20T20:50:46.1473046Z [+] Installing: jc -> jc
2025-08-20T20:50:48.2984910Z [+] Installing: jq -> jq
2025-08-20T20:50:49.1857821Z [+] Installing: logdy -> logdy
2025-08-20T20:50:51.2904421Z [+] Installing: micro -> micro
2025-08-20T20:50:52.3303416Z [+] Installing: miniserve -> miniserve
2025-08-20T20:50:53.3691609Z [+] Installing: minisign -> minisign
2025-08-20T20:50:53.9962033Z [+] Installing: ncdu -> ncdu
2025-08-20T20:50:54.6945663Z [+] Installing: notify -> notify
2025-08-20T20:50:55.8245143Z [+] Installing: ouch -> ouch
2025-08-20T20:50:56.2557864Z [+] Installing: oras -> oras
2025-08-20T20:50:57.3151377Z [+] Installing: pipetty -> pipetty
2025-08-20T20:50:57.9519599Z [+] Installing: pixterm -> pixterm
2025-08-20T20:50:58.7994865Z [+] Installing: qsv -> qsv
2025-08-20T20:51:00.3595343Z [+] Installing: rclone -> rclone
2025-08-20T20:51:02.8847544Z [+] Installing: ripgrep -> rg
2025-08-20T20:51:03.7297992Z [+] Installing: rga -> rga
2025-08-20T20:51:04.5320944Z [+] Installing: rsync -> rsync
2025-08-20T20:51:05.3662571Z [+] Installing: script -> script
2025-08-20T20:51:05.9983397Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:51:07.0484637Z [+] Installing: soar -> soar
2025-08-20T20:51:08.0551054Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:51:09.0429858Z [+] Installing: sstrip -> sstrip
2025-08-20T20:51:09.6327914Z [+] Installing: strace -> strace
2025-08-20T20:51:10.3584829Z [+] Installing: sttr -> sttr
2025-08-20T20:51:11.1937917Z [+] Installing: tailscale -> tailscale
2025-08-20T20:51:12.4044852Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:51:13.8855094Z [+] Installing: taplo -> taplo
2025-08-20T20:51:14.7772654Z [+] Installing: tldr -> tldr
2025-08-20T20:51:15.4427826Z [+] Installing: tldr -> tealdeer
2025-08-20T20:51:15.6391177Z [+] Installing: tmux -> tmux
2025-08-20T20:51:16.3553913Z [+] Installing: tok -> tok
2025-08-20T20:51:17.2687436Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:51:19.1738399Z [+] Installing: trurl -> trurl
2025-08-20T20:51:20.2258635Z [+] Installing: tss -> tss
2025-08-20T20:51:20.9416835Z [+] Installing: ulexec -> ulexec
2025-08-20T20:51:21.9929295Z [+] Installing: unfurl -> unfurl
2025-08-20T20:51:22.9022189Z [+] Installing: upx -> upx
2025-08-20T20:51:23.7097265Z [+] Installing: validtoml -> validtoml
2025-08-20T20:51:24.6921672Z [+] Installing: wget -> wget
2025-08-20T20:51:25.3522863Z [+] Installing: wget2 -> wget2
2025-08-20T20:51:26.2903984Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:51:27.1632776Z [+] Installing: xq -> xq
2025-08-20T20:51:28.3099148Z [+] Installing: xz -> xz
2025-08-20T20:51:28.5714514Z [+] Installing: unxz -> unxz
2025-08-20T20:51:29.2315474Z [+] Installing: yq -> yq
2025-08-20T20:51:29.8714818Z [+] Installing: yj -> yj
2025-08-20T20:51:30.8250313Z [+] Installing: zapper -> zapper
2025-08-20T20:51:31.7694767Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:51:32.4017258Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:51:32.6401886Z curl: (22) The requested URL returned error: 404
2025-08-20T20:51:32.6437815Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:51:32.6439219Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:51:33.2654361Z curl: (22) The requested URL returned error: 404
2025-08-20T20:51:33.2694713Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:51:33.2695750Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:51:33.8685149Z curl: (22) The requested URL returned error: 404
2025-08-20T20:51:33.8726100Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:51:33.8727524Z [+] Installing: zstd -> zstd
2025-08-20T20:51:34.1696749Z [+] Creating symlinks...
2025-08-20T20:51:34.1787095Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:51:34.1885494Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:51:34.1981044Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:51:34.2076597Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:51:34.2173439Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:51:34.2269519Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:51:34.2365366Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:51:34.2461340Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:51:34.2556591Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:51:34.2653638Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:51:34.2749605Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:51:34.2844574Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:51:34.2940382Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:51:34.3035213Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:51:34.3130483Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:51:34.3225925Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:51:34.3323143Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:51:34.3360728Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:51:34.3445513Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:51:34.3541143Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:51:34.3634698Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:51:34.3671167Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:51:34.3765720Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:51:34.3861624Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:51:34.3956640Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:51:34.4052675Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:51:34.4146973Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:51:34.4242428Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:51:34.4336844Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:51:34.4432640Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:51:34.4528215Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:51:34.4624308Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:51:34.4661201Z [-] Warning: Target /usr/local/bin/fastfetch does not exist for symlink fastfetch
2025-08-20T20:51:34.4746924Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:51:34.4842855Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:51:34.4937967Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:51:34.5034357Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:51:34.5130098Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:51:34.5224153Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:51:34.5317897Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:51:34.5413261Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:51:34.5508170Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:51:34.5603576Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:51:34.5698148Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:51:34.5734878Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:51:34.5762493Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:51:34.5848141Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:51:34.5943655Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:51:34.6038602Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:51:34.6133840Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:51:34.6240107Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:51:34.6358032Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:51:34.6461226Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:51:34.6557021Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:51:34.6659929Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:51:34.6756398Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:51:34.6851603Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:51:34.6946235Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:51:34.7042622Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:51:34.7145358Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:51:34.7240755Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:51:34.7336882Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:51:34.7434051Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:51:34.7531547Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:51:34.7629467Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:51:34.7725486Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:51:34.7821412Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:51:34.7918427Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:51:34.8014207Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:51:34.8112595Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:51:34.8207555Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:51:34.8302423Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:51:34.8397978Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:51:34.8493857Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:51:34.8592546Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:51:34.8690056Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:51:34.8786674Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:51:34.8884145Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:51:34.8979473Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:51:34.9074377Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:51:34.9169386Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:51:34.9263580Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:51:34.9358534Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:51:34.9455637Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:51:34.9553834Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:51:34.9650144Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:51:34.9745298Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:51:34.9841144Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:51:34.9935716Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:51:35.0033171Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:51:35.0129983Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:51:35.0227456Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:51:35.0325631Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:51:35.0422643Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:51:35.0518176Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:51:35.0555586Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:51:35.0584558Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:51:35.0612078Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:51:35.0699441Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:51:35.0726133Z 
2025-08-20T20:51:35.0726710Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli fastfetch husarnet-daemon
2025-08-20T20:51:35.0727327Z 
2025-08-20T20:51:35.0742291Z 
2025-08-20T20:51:35.0836758Z 
2025-08-20T20:51:35.0837120Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.8G
2025-08-20T20:51:35.0837468Z 
2025-08-20T20:51:35.0837624Z [+] Installation completed!
2025-08-20T20:51:35.0907859Z 
2025-08-20T20:51:35.0908109Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:51:35.6227164Z github.com
2025-08-20T20:51:35.6228141Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:51:35.6228683Z   - Active account: true
2025-08-20T20:51:35.6229477Z   - Git operations protocol: https
2025-08-20T20:51:35.6230069Z   - Token: ghp_************************************
2025-08-20T20:51:35.6231692Z   - 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-20T20:51:35.6233584Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:51:35.6234187Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:51:35.8791123Z Limit: 5000, Remaining: 4251, Reset: 2025-08-20 21:25:35 +0000 UTC (33m59s)
2025-08-20T20:51:35.8802131Z 
2025-08-20T20:51:35.8802313Z [+] GHCR_TOKEN is Exported
2025-08-20T20:51:35.8837948Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:51:36.2738274Z Login Succeeded
2025-08-20T20:51:36.2738567Z 
2025-08-20T20:51:36.2738716Z [+] GITLAB is Exported
2025-08-20T20:51:36.3091506Z [git remote -v]
2025-08-20T20:51:36.5777547Z gitlab.com
2025-08-20T20:51:36.5779052Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:51:36.5780687Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:51:36.5781524Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:51:36.5782093Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:51:36.5782718Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:51:36.5783373Z   ✓ Token found: **************************
2025-08-20T20:51:36.5783712Z 
2025-08-20T20:51:36.5784354Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:51:36.5785061Z [git remote -v]
2025-08-20T20:51:36.5797854Z 2025/08/20 20:51:36 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:51:36.5798784Z git: exit status 128]
2025-08-20T20:51:36.8647231Z 
2025-08-20T20:51:36.8647367Z 
2025-08-20T20:51:36.8648160Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:51:36 PM)
2025-08-20T20:51:36.8649032Z 
2025-08-20T20:51:36.8649037Z 
2025-08-20T20:51:36.8649174Z [+] USER = runner
2025-08-20T20:51:36.8649500Z [+] HOME = /home/runner
2025-08-20T20:51:36.8652424Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:51:36.8656185Z 
2025-08-20T20:51:36.9402435Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:51:36.9690448Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:51:36.9699800Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:51:36.9783682Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:51:36.9789679Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:51:37.0921235Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:51:37.0992813Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:51:37.1129856Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:51:37.1161293Z Hit:9 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:51:37.1986592Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:51:37.2048979Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:51:37.6309059Z Fetched 4687 kB in 1s (8063 kB/s)
2025-08-20T20:51:38.3206488Z Reading package lists...
2025-08-20T20:51:38.3534240Z Reading package lists...
2025-08-20T20:51:38.5073776Z Building dependency tree...
2025-08-20T20:51:38.5081923Z Reading state information...
2025-08-20T20:51:38.6798750Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:51:38.6799484Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:51:38.6799983Z ca-certificates is already the newest version (20240203).
2025-08-20T20:51:38.6800457Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:51:38.6800921Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:51:38.6801358Z moreutils is already the newest version (0.69-1).
2025-08-20T20:51:38.6801875Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:51:38.6802433Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:51:38.6802936Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:51:38.7492780Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:51:38.7767542Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:51:38.7779986Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:51:38.7787200Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:51:38.7792592Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:51:38.8734580Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:51:38.8929532Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:51:39.8977323Z Reading package lists...
2025-08-20T20:51:39.9292928Z Reading package lists...
2025-08-20T20:51:40.0821025Z Building dependency tree...
2025-08-20T20:51:40.0828104Z Reading state information...
2025-08-20T20:51:40.2343086Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:51:40.2344116Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:51:40.2345001Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:51:40.2345934Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:51:40.2346783Z ca-certificates is already the newest version (20240203).
2025-08-20T20:51:40.2347610Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:51:40.2348718Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:51:40.2349721Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:51:40.2350398Z gawk set to manually installed.
2025-08-20T20:51:40.2350992Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:51:40.2351652Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:51:40.2352338Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:51:40.2352804Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:51:40.2353270Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:51:40.2353756Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:51:40.2354184Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:51:40.2354617Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:51:40.2355059Z The following additional packages will be installed:
2025-08-20T20:51:40.2355860Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:51:40.2356485Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:51:40.2357106Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:51:40.2357701Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:51:40.2358304Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:51:40.2359007Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:51:40.2359387Z Suggested packages:
2025-08-20T20:51:40.2359730Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:51:40.2360199Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:51:40.2360982Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:51:40.2361462Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:51:40.2361930Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:51:40.2362365Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:51:40.2362717Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:51:40.2908631Z The following NEW packages will be installed:
2025-08-20T20:51:40.2909848Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:51:40.2911077Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:51:40.2912393Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:51:40.2913592Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:51:40.2914807Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:51:40.2916089Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:51:40.2917126Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:51:40.3099940Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:51:40.3100326Z Need to get 27.5 MB of archives.
2025-08-20T20:51:40.3100675Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:51:40.3101076Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:51:40.3894174Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:51:40.5865163Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:51:40.8459429Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:51:40.9705077Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:51:41.0341007Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:51:41.0996352Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:51:41.2254601Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:51:41.3516508Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:51:41.4794008Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:51:41.5442350Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:51:42.1088391Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:51:42.1753742Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:51:42.3024143Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:51:42.3660266Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:51:42.4299177Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:51:42.4935127Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:51:42.5580612Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:51:42.9302114Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:51:42.9942123Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:51:43.0619782Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:51:43.1249426Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:51:43.1884485Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:51:43.3182980Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:51:43.3825412Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:51:43.4489137Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:51:43.5128426Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:51:43.6996235Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:51:43.7634464Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:51:43.8268444Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:51:43.8920685Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:51:43.9552881Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:51:44.0196696Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:51:44.0835142Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:51:44.3329678Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:51:44.4586712Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:51:44.5928222Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:51:44.8358727Z Preconfiguring packages ...
2025-08-20T20:51:44.8935946Z Fetched 27.5 MB in 4s (6398 kB/s)
2025-08-20T20:51:44.9159158Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:51:44.9211921Z (Reading database ... 
2025-08-20T20:51:44.9212324Z (Reading database ... 5%
2025-08-20T20:51:44.9212705Z (Reading database ... 10%
2025-08-20T20:51:44.9213103Z (Reading database ... 15%
2025-08-20T20:51:44.9213474Z (Reading database ... 20%
2025-08-20T20:51:44.9213867Z (Reading database ... 25%
2025-08-20T20:51:44.9214237Z (Reading database ... 30%
2025-08-20T20:51:44.9215208Z (Reading database ... 35%
2025-08-20T20:51:44.9215588Z (Reading database ... 40%
2025-08-20T20:51:44.9215968Z (Reading database ... 45%
2025-08-20T20:51:44.9216328Z (Reading database ... 50%
2025-08-20T20:51:44.9236210Z (Reading database ... 55%
2025-08-20T20:51:44.9326992Z (Reading database ... 60%
2025-08-20T20:51:44.9347285Z (Reading database ... 65%
2025-08-20T20:51:44.9379870Z (Reading database ... 70%
2025-08-20T20:51:44.9403085Z (Reading database ... 75%
2025-08-20T20:51:44.9430240Z (Reading database ... 80%
2025-08-20T20:51:44.9560470Z (Reading database ... 85%
2025-08-20T20:51:44.9645118Z (Reading database ... 90%
2025-08-20T20:51:44.9890838Z (Reading database ... 95%
2025-08-20T20:51:44.9891310Z (Reading database ... 100%
2025-08-20T20:51:44.9891959Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:51:44.9932527Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:51:45.0135265Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:51:45.1602335Z Selecting previously unselected package poppler-data.
2025-08-20T20:51:45.1739224Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:51:45.1753115Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:51:45.3050365Z Selecting previously unselected package b3sum.
2025-08-20T20:51:45.3189185Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:51:45.3199857Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:51:45.3486404Z Selecting previously unselected package build-essential.
2025-08-20T20:51:45.3623545Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:51:45.3636251Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:51:45.4084144Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:51:45.4220218Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:51:45.4250448Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:51:45.4501715Z Selecting previously unselected package ccache.
2025-08-20T20:51:45.4634954Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:51:45.4650471Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:51:45.5354789Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:51:45.5489759Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:51:45.5504783Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:51:45.5786186Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:51:45.5923406Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:51:45.5935906Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:51:45.6247150Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:51:45.6380897Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:51:45.6393809Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:51:45.7127053Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:51:45.7263584Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:51:45.7903567Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:51:45.8855540Z Selecting previously unselected package libgs-common.
2025-08-20T20:51:45.8993438Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:51:45.9003737Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:45.9253485Z Selecting previously unselected package libgs10-common.
2025-08-20T20:51:45.9390658Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:51:45.9401883Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:46.0097078Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:51:46.0233908Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:51:46.0251907Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:51:46.0484638Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:51:46.0622169Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:51:46.0636748Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:51:46.0866714Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:51:46.1001907Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:51:46.1015762Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:51:46.1278597Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:51:46.1412268Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:51:46.1426332Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:51:46.1681398Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:51:46.1815681Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:51:46.1828023Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:46.2891120Z Selecting previously unselected package ghostscript.
2025-08-20T20:51:46.3029464Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:51:46.3041153Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:46.3341327Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:51:46.3479098Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:46.3488140Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:46.5262418Z Selecting previously unselected package imagemagick.
2025-08-20T20:51:46.5400194Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:46.5409992Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:46.5612555Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:51:46.5747149Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:51:46.5755476Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:46.5998051Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:51:46.6130272Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:51:46.6139823Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:46.6430217Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:51:46.6565128Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:51:46.6575360Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:51:46.6812143Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:51:46.6944842Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:51:46.6954385Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:46.7184591Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:51:46.7319271Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:51:46.7329626Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:46.7549008Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:51:46.7681962Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:51:46.7691186Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:51:46.8079468Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:51:46.8215167Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:51:46.8225174Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:51:46.8437819Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:51:46.8573401Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:46.8582144Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:46.8954647Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:51:46.9090179Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:51:46.9098818Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:51:46.9320618Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:51:46.9455588Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:51:46.9475297Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:51:46.9681679Z Selecting previously unselected package libtool-bin.
2025-08-20T20:51:46.9816768Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:51:46.9829260Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:51:47.0054817Z Selecting previously unselected package lzip.
2025-08-20T20:51:47.0188141Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:51:47.0196394Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:51:47.0411998Z Selecting previously unselected package netpbm.
2025-08-20T20:51:47.0544226Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:51:47.0553185Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:51:47.2268258Z Selecting previously unselected package musl:amd64.
2025-08-20T20:51:47.2407452Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:51:47.2419044Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:51:47.2817543Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:51:47.2954375Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:51:47.2964679Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:51:47.3555988Z Selecting previously unselected package musl-tools.
2025-08-20T20:51:47.3692006Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:51:47.3700589Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:51:47.4103288Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:51:47.5503945Z 
2025-08-20T20:51:47.5504482Z Creating config file /etc/papersize with new version
2025-08-20T20:51:47.6219118Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:51:47.6242620Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:51:47.6274408Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:51:47.6296156Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:51:47.6317444Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:47.6338498Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:51:47.6361770Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:51:47.6385498Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:51:47.6490418Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:47.6514081Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:51:47.6536951Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:51:47.6597162Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:51:47.6642207Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:51:47.6686871Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:51:47.6707771Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:51:47.6732236Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:51:47.6755921Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:51:47.6782761Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:51:47.6806011Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:47.6874523Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:51:47.6918174Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:51:47.6974878Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:51:47.7020245Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:51:47.7074068Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:51:47.7118290Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:51:47.7172895Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:51:47.7219838Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:51:47.7275471Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:51:47.7321739Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:51:47.7377451Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:51:47.7426843Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:51:47.7481959Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:51:47.7528432Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:51:47.7584117Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:51:47.7631646Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:51:47.7688940Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:51:47.7735453Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:51:47.7795359Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:51:47.7842519Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:51:47.7899375Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:51:47.7948338Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:51:47.7970279Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:51:47.8003012Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:51:47.8059794Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:51:47.8082032Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:51:47.8290893Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:47.8315499Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:51:47.8341153Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:47.8393438Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:51:47.8417847Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:51:47.8651445Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:47.8688506Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:51:47.8736179Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:51:47.8776517Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:51:47.8802860Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:47.8832248Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:47.8869305Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:51:48.1135332Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:51:48.1162829Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:48.1193711Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:48.1216294Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:48.1285866Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:51:48.6410976Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:51:48.8931982Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:51:50.0997127Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:51:54.3554285Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:03.7577150Z Reading package lists...
2025-08-20T20:52:03.9094710Z Building dependency tree...
2025-08-20T20:52:03.9102310Z Reading state information...
2025-08-20T20:52:04.0582193Z autoconf is already the newest version (2.71-3).
2025-08-20T20:52:04.0582852Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:04.0583525Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:04.0584157Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:52:04.0584812Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:04.0585445Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:04.0586073Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:52:04.0586687Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:52:04.0587296Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:04.0587900Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:04.0588523Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:04.0589400Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:52:04.0589964Z patch set to manually installed.
2025-08-20T20:52:04.0590475Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:52:04.0591088Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:52:04.0591666Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:52:04.0592222Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:04.0592708Z Suggested packages:
2025-08-20T20:52:04.0593031Z   scons-doc
2025-08-20T20:52:04.0720474Z The following NEW packages will be installed:
2025-08-20T20:52:04.0727033Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:52:04.0892797Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:04.0893319Z Need to get 15.8 MB of archives.
2025-08-20T20:52:04.0893896Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:52:04.0894616Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:04.1723633Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:52:04.3065200Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:52:04.3700528Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:52:04.9074424Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:52:05.0360333Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:52:05.2871507Z Fetched 15.8 MB in 1s (16.5 MB/s)
2025-08-20T20:52:05.3051452Z Selecting previously unselected package autopoint.
2025-08-20T20:52:05.3105592Z (Reading database ... 
2025-08-20T20:52:05.3106086Z (Reading database ... 5%
2025-08-20T20:52:05.3106607Z (Reading database ... 10%
2025-08-20T20:52:05.3107148Z (Reading database ... 15%
2025-08-20T20:52:05.3107687Z (Reading database ... 20%
2025-08-20T20:52:05.3108242Z (Reading database ... 25%
2025-08-20T20:52:05.3108741Z (Reading database ... 30%
2025-08-20T20:52:05.3109281Z (Reading database ... 35%
2025-08-20T20:52:05.3109608Z (Reading database ... 40%
2025-08-20T20:52:05.3109941Z (Reading database ... 45%
2025-08-20T20:52:05.3110279Z (Reading database ... 50%
2025-08-20T20:52:05.3129867Z (Reading database ... 55%
2025-08-20T20:52:05.3220915Z (Reading database ... 60%
2025-08-20T20:52:05.3241447Z (Reading database ... 65%
2025-08-20T20:52:05.3274860Z (Reading database ... 70%
2025-08-20T20:52:05.3298237Z (Reading database ... 75%
2025-08-20T20:52:05.3327548Z (Reading database ... 80%
2025-08-20T20:52:05.3458097Z (Reading database ... 85%
2025-08-20T20:52:05.3545753Z (Reading database ... 90%
2025-08-20T20:52:05.3798025Z (Reading database ... 95%
2025-08-20T20:52:05.3798459Z (Reading database ... 100%
2025-08-20T20:52:05.3799440Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:52:05.3839500Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:52:05.3850242Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:52:05.4109881Z Selecting previously unselected package clang.
2025-08-20T20:52:05.4243363Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:52:05.4253769Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:52:05.4454916Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:52:05.4588298Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:52:05.4596200Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:52:05.9037775Z Selecting previously unselected package scons.
2025-08-20T20:52:05.9175003Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:52:05.9184403Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:52:05.9835873Z Selecting previously unselected package byacc.
2025-08-20T20:52:05.9975399Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:52:05.9987499Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:52:06.0384351Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:52:06.0430598Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:52:06.0517727Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:52:06.0740000Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:52:06.4753972Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:52:06.4783183Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:10.5057169Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:52:11.9212261Z Reading package lists...
2025-08-20T20:52:12.0757911Z Building dependency tree...
2025-08-20T20:52:12.0765268Z Reading state information...
2025-08-20T20:52:12.2253575Z The following additional packages will be installed:
2025-08-20T20:52:12.2254239Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:52:12.2254891Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:52:12.2255611Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:52:12.2256970Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:52:12.2257757Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:52:12.2258522Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:52:12.2259639Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:52:12.2260364Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:52:12.2263398Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:52:12.2271252Z Suggested packages:
2025-08-20T20:52:12.2273471Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:52:12.2273979Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:52:12.2274509Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:52:12.2275023Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:52:12.2275545Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:52:12.2276053Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:52:12.2276557Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:52:12.2277123Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:52:12.2277538Z   wdiff-doc
2025-08-20T20:52:12.2277735Z Recommended packages:
2025-08-20T20:52:12.2278080Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:52:12.2278584Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:52:12.2279233Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:52:12.2279995Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:52:12.2460128Z The following NEW packages will be installed:
2025-08-20T20:52:12.2460875Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:52:12.2461689Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:52:12.2463948Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:52:12.2464983Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:52:12.2465911Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:52:12.2466746Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:52:12.2467598Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:52:12.2468377Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:52:12.2469275Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:52:12.2642049Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:12.2642661Z Need to get 2417 kB of archives.
2025-08-20T20:52:12.2643241Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:52:12.2643932Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:12.3460370Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:52:12.4100409Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:52:12.4747760Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:52:12.5388287Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:52:12.6021962Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:52:12.6771205Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:52:12.7604483Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:52:12.8238047Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:52:12.8895608Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:52:12.9540383Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:52:13.0175942Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:52:13.1429523Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:52:13.2464108Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:52:13.3285225Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:52:13.4193161Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:52:13.5463607Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:52:13.6221936Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:52:13.8273407Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:52:13.8929667Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:52:13.9580477Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:52:14.0216727Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:52:14.1842701Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:52:14.3124475Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:52:14.3842266Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:52:14.4477309Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:52:14.5116184Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:52:14.5754282Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:52:14.6545321Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:52:14.7255968Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:52:14.8199882Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:52:15.2825654Z Fetched 2417 kB in 3s (871 kB/s)
2025-08-20T20:52:15.3019310Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:52:15.3075156Z (Reading database ... 
2025-08-20T20:52:15.3075661Z (Reading database ... 5%
2025-08-20T20:52:15.3076102Z (Reading database ... 10%
2025-08-20T20:52:15.3076541Z (Reading database ... 15%
2025-08-20T20:52:15.3076977Z (Reading database ... 20%
2025-08-20T20:52:15.3077279Z (Reading database ... 25%
2025-08-20T20:52:15.3077542Z (Reading database ... 30%
2025-08-20T20:52:15.3077806Z (Reading database ... 35%
2025-08-20T20:52:15.3078069Z (Reading database ... 40%
2025-08-20T20:52:15.3078332Z (Reading database ... 45%
2025-08-20T20:52:15.3078624Z (Reading database ... 50%
2025-08-20T20:52:15.3097940Z (Reading database ... 55%
2025-08-20T20:52:15.3190970Z (Reading database ... 60%
2025-08-20T20:52:15.3212337Z (Reading database ... 65%
2025-08-20T20:52:15.3245856Z (Reading database ... 70%
2025-08-20T20:52:15.3269697Z (Reading database ... 75%
2025-08-20T20:52:15.3298709Z (Reading database ... 80%
2025-08-20T20:52:15.3430043Z (Reading database ... 85%
2025-08-20T20:52:15.3522152Z (Reading database ... 90%
2025-08-20T20:52:15.3811058Z (Reading database ... 95%
2025-08-20T20:52:15.3811451Z (Reading database ... 100%
2025-08-20T20:52:15.3811899Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:52:15.3858668Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:52:15.3885790Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:52:15.4112033Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:52:15.4247367Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:52:15.4259079Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:52:15.4464353Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:52:15.4599408Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:52:15.4616898Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:52:15.4855361Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:52:15.4992113Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:52:15.5001551Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:52:15.5213924Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:52:15.5351503Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:52:15.5361072Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:52:15.5575786Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:52:15.5710698Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:52:15.5720908Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:52:15.5945937Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:52:15.6077087Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:52:15.6091411Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:52:15.6308737Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:52:15.6437096Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:52:15.6447581Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:52:15.6652132Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:52:15.6780788Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:52:15.6789778Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:52:15.7010883Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:52:15.7141027Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:52:15.7149419Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:52:15.7361499Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:52:15.7491688Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:52:15.7500854Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:52:15.7702395Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:52:15.7833302Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:52:15.7841233Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:52:15.8040390Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:52:15.8172194Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:52:15.8180651Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:52:15.8413870Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:52:15.8545788Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:52:15.8553997Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:52:15.8763315Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:52:15.8894492Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:52:15.8904198Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:52:15.9133482Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:52:15.9263461Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:52:15.9271528Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:52:15.9469200Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:52:15.9601714Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:52:15.9611646Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:52:16.0025259Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:52:16.0163216Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:52:16.0180778Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:52:16.0390654Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:52:16.0525575Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:52:16.0605001Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:52:16.0810729Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:52:16.0950109Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:52:16.0958047Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:52:16.1176106Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:52:16.1310747Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:52:16.1319252Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:52:16.1729737Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:52:16.1866152Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:52:16.1875619Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:52:16.2142110Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:52:16.2278710Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:52:16.2287921Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:52:16.2513488Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:52:16.2650177Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:52:16.2661178Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:52:16.2922485Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:52:16.3055264Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:52:16.3066139Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:52:16.3281615Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:52:16.3414887Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:52:16.3424971Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:52:16.3643898Z Selecting previously unselected package libwww-perl.
2025-08-20T20:52:16.3778593Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:52:16.3790691Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:52:16.4100413Z Selecting previously unselected package patchutils.
2025-08-20T20:52:16.4238178Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:52:16.4246733Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:52:16.4514716Z Selecting previously unselected package wdiff.
2025-08-20T20:52:16.4650929Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:52:16.4658417Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:52:16.4892913Z Selecting previously unselected package devscripts.
2025-08-20T20:52:16.5025589Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:52:16.5216941Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:52:16.6487253Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:52:16.6516659Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:52:16.6550239Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:52:16.6583357Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:52:16.6614291Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:52:16.6645015Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:52:16.6680205Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:52:16.6713692Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:52:16.6746957Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:52:16.6776949Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:52:16.6807122Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:52:16.6837516Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:52:16.6873984Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:52:16.6896581Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:52:16.6922427Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:52:16.6946835Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:52:16.6972500Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:52:16.7004084Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:52:16.7033594Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:52:16.7063170Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:52:16.7089395Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:52:16.7161185Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:52:16.7184690Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:52:16.7208230Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:52:16.7235631Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:52:16.7261031Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:52:16.7287531Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:52:16.7318519Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:52:16.7351380Z Setting up devscripts (2.23.7) ...
2025-08-20T20:52:16.8560603Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:52:16.8602976Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:22.1939129Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:52:23.6631391Z Reading package lists...
2025-08-20T20:52:23.8167957Z Building dependency tree...
2025-08-20T20:52:23.8176493Z Reading state information...
2025-08-20T20:52:23.9642436Z The following additional packages will be installed:
2025-08-20T20:52:23.9648420Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:52:23.9653945Z Suggested packages:
2025-08-20T20:52:23.9654416Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:52:23.9779013Z The following NEW packages will be installed:
2025-08-20T20:52:23.9784901Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:52:23.9949351Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:23.9950118Z Need to get 13.6 MB of archives.
2025-08-20T20:52:23.9950809Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:52:23.9951610Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:24.2027464Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:52:24.2674070Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:52:24.3325418Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:52:24.5820843Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:52:25.5839467Z Fetched 13.6 MB in 1s (10.1 MB/s)
2025-08-20T20:52:25.6029207Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:52:25.6084918Z (Reading database ... 
2025-08-20T20:52:25.6085632Z (Reading database ... 5%
2025-08-20T20:52:25.6086276Z (Reading database ... 10%
2025-08-20T20:52:25.6086706Z (Reading database ... 15%
2025-08-20T20:52:25.6087131Z (Reading database ... 20%
2025-08-20T20:52:25.6087577Z (Reading database ... 25%
2025-08-20T20:52:25.6088003Z (Reading database ... 30%
2025-08-20T20:52:25.6088436Z (Reading database ... 35%
2025-08-20T20:52:25.6089030Z (Reading database ... 40%
2025-08-20T20:52:25.6089454Z (Reading database ... 45%
2025-08-20T20:52:25.6089883Z (Reading database ... 50%
2025-08-20T20:52:25.6109463Z (Reading database ... 55%
2025-08-20T20:52:25.6202052Z (Reading database ... 60%
2025-08-20T20:52:25.6223330Z (Reading database ... 65%
2025-08-20T20:52:25.6257531Z (Reading database ... 70%
2025-08-20T20:52:25.6281216Z (Reading database ... 75%
2025-08-20T20:52:25.6311481Z (Reading database ... 80%
2025-08-20T20:52:25.6448681Z (Reading database ... 85%
2025-08-20T20:52:25.6530578Z (Reading database ... 90%
2025-08-20T20:52:25.6783277Z (Reading database ... 95%
2025-08-20T20:52:25.6783863Z (Reading database ... 100%
2025-08-20T20:52:25.6784679Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:52:25.6824794Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:52:25.6843152Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:52:25.7084356Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:52:25.7217290Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:52:25.7230917Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:52:25.7473385Z Selecting previously unselected package cmake-data.
2025-08-20T20:52:25.7608014Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:52:25.7672405Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:52:26.3361871Z Selecting previously unselected package cmake.
2025-08-20T20:52:26.3513633Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:52:26.3523018Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:52:26.5309153Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:52:26.5340030Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:52:26.5370126Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:52:26.5447483Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:52:26.5481166Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:30.7699389Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:52:31.3304700Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:52:31.3306376Z Running kernel seems to be up-to-date.
2025-08-20T20:52:31.3306714Z 
2025-08-20T20:52:31.3306855Z Restarting services...
2025-08-20T20:52:31.3365049Z 
2025-08-20T20:52:31.3365444Z Service restarts being deferred:
2025-08-20T20:52:31.3366027Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:52:31.3366408Z 
2025-08-20T20:52:31.3366569Z No containers need to be restarted.
2025-08-20T20:52:31.3366875Z 
2025-08-20T20:52:31.3367067Z No user sessions are running outdated binaries.
2025-08-20T20:52:31.3367404Z 
2025-08-20T20:52:31.3367713Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:52:32.1808006Z Reading package lists...
2025-08-20T20:52:32.3353722Z Building dependency tree...
2025-08-20T20:52:32.3361607Z Reading state information...
2025-08-20T20:52:32.5040700Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:52:32.5041141Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:32.5041508Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:52:32.5042115Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:32.5042446Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:52:32.5042788Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:32.5043164Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:32.5043496Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:52:32.5043822Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:52:32.5044149Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:52:32.5044470Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:52:32.5044785Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:52:32.5045152Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:52:32.5045544Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:52:32.5045879Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:32.5046227Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:32.5046567Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:32.5046990Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:52:32.5047469Z musl is already the newest version (1.2.4-2).
2025-08-20T20:52:32.5047947Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:52:32.5048460Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:52:32.5049199Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:52:32.5049848Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:52:32.5050385Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:52:32.5050919Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:32.5051742Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:32.5279525Z Reading package lists...
2025-08-20T20:52:32.6776354Z Building dependency tree...
2025-08-20T20:52:32.6784565Z Reading state information...
2025-08-20T20:52:32.8442881Z autoconf is already the newest version (2.71-3).
2025-08-20T20:52:32.8443410Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:32.8443912Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:52:32.8444384Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:32.8444851Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:52:32.8445347Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:32.8445821Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:52:32.8446278Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:32.8446729Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:52:32.8447170Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:52:32.8447593Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:52:32.8448034Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:32.8448472Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:32.8449161Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:32.8449611Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:52:32.8450051Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:52:32.8450512Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:52:32.8451025Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:52:32.8451528Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:52:32.8452029Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:52:32.8452581Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:32.8453209Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:32.8681398Z Reading package lists...
2025-08-20T20:52:33.0191497Z Building dependency tree...
2025-08-20T20:52:33.0199505Z Reading state information...
2025-08-20T20:52:33.1897135Z devscripts is already the newest version (2.23.7).
2025-08-20T20:52:33.1897790Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:33.2131061Z Reading package lists...
2025-08-20T20:52:33.3637380Z Building dependency tree...
2025-08-20T20:52:33.3645272Z Reading state information...
2025-08-20T20:52:33.5325076Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:52:33.5325728Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:33.5562543Z Reading package lists...
2025-08-20T20:52:33.7081743Z Building dependency tree...
2025-08-20T20:52:33.7090082Z Reading state information...
2025-08-20T20:52:33.8553466Z Suggested packages:
2025-08-20T20:52:33.8554062Z   binutils-doc
2025-08-20T20:52:33.8801331Z The following NEW packages will be installed:
2025-08-20T20:52:33.8806861Z   binutils-aarch64-linux-gnu
2025-08-20T20:52:33.8966467Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:33.9190142Z Need to get 3711 kB of archives.
2025-08-20T20:52:33.9190784Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:52:33.9191325Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:33.9985899Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:52:34.5070739Z Fetched 3711 kB in 0s (10.6 MB/s)
2025-08-20T20:52:34.5265849Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:52:34.5321507Z (Reading database ... 
2025-08-20T20:52:34.5321954Z (Reading database ... 5%
2025-08-20T20:52:34.5322360Z (Reading database ... 10%
2025-08-20T20:52:34.5322768Z (Reading database ... 15%
2025-08-20T20:52:34.5323406Z (Reading database ... 20%
2025-08-20T20:52:34.5323815Z (Reading database ... 25%
2025-08-20T20:52:34.5324210Z (Reading database ... 30%
2025-08-20T20:52:34.5324622Z (Reading database ... 35%
2025-08-20T20:52:34.5325009Z (Reading database ... 40%
2025-08-20T20:52:34.5325406Z (Reading database ... 45%
2025-08-20T20:52:34.5325793Z (Reading database ... 50%
2025-08-20T20:52:34.5346709Z (Reading database ... 55%
2025-08-20T20:52:34.5440257Z (Reading database ... 60%
2025-08-20T20:52:34.5461880Z (Reading database ... 65%
2025-08-20T20:52:34.5496945Z (Reading database ... 70%
2025-08-20T20:52:34.5520908Z (Reading database ... 75%
2025-08-20T20:52:34.5551922Z (Reading database ... 80%
2025-08-20T20:52:34.5692004Z (Reading database ... 85%
2025-08-20T20:52:34.5775578Z (Reading database ... 90%
2025-08-20T20:52:34.6043201Z (Reading database ... 95%
2025-08-20T20:52:34.6043830Z (Reading database ... 100%
2025-08-20T20:52:34.6044665Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:52:34.6085771Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:34.6106699Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:52:34.7676806Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:52:34.7700972Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:52:34.7855424Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:40.2070429Z Reading package lists...
2025-08-20T20:52:40.3621483Z Building dependency tree...
2025-08-20T20:52:40.3629718Z Reading state information...
2025-08-20T20:52:40.5158523Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:52:40.5159992Z The following additional packages will be installed:
2025-08-20T20:52:40.5160910Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:52:40.5161927Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:52:40.5163068Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:52:40.5164137Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:52:40.5165148Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:52:40.5165649Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:52:40.5166259Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:52:40.5166935Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:52:40.5167569Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:52:40.5168188Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:52:40.5168812Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:52:40.5170008Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:52:40.5171013Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:52:40.5171616Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:52:40.5172101Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:52:40.5172538Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:52:40.5172980Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:52:40.5173402Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:52:40.5173815Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:52:40.5174245Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:52:40.5174710Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:52:40.5175106Z   linux-libc-dev-armhf-cross
2025-08-20T20:52:40.5179598Z Suggested packages:
2025-08-20T20:52:40.5180419Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:52:40.5181246Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:52:40.5714244Z The following NEW packages will be installed:
2025-08-20T20:52:40.5715240Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:52:40.5716056Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:52:40.5716880Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:52:40.5717965Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:52:40.5718719Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:52:40.5719801Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:52:40.5720623Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:52:40.5721324Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:52:40.5722049Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:52:40.5722638Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:52:40.5723209Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:52:40.5723970Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:52:40.5724959Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:52:40.5725589Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:52:40.5726203Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:52:40.5726801Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:52:40.5727356Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:52:40.5727930Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:52:40.5728488Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:52:40.5729219Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:52:40.5729782Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:52:40.5730635Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:52:40.5731152Z   linux-libc-dev-armhf-cross
2025-08-20T20:52:40.5916766Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:40.5917150Z Need to get 171 MB of archives.
2025-08-20T20:52:40.5917483Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:52:40.5917944Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:40.6767009Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:40.7424793Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:52:41.5656969Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:41.6295617Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:52:42.0745983Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:42.1717213Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:52:42.6752548Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:52:42.7390500Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:52:42.8029941Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:52:42.8665805Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:52:42.9328186Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:52:43.0085794Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:52:43.1430453Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:52:43.2070597Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:52:43.2719386Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:52:43.3360146Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:52:43.4007578Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:52:43.5268633Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:52:43.5985466Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:52:43.7267076Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:52:43.8536005Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:52:43.9192269Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:52:43.9881635Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:52:44.2412336Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:52:45.2137808Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:52:45.4017106Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:52:45.5925065Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:52:45.8422912Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:52:46.4404262Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:52:46.7560608Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:52:46.8200978Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:52:46.8843663Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:52:47.0193583Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:52:47.0843417Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:52:47.1493545Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:52:47.2585159Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:52:47.6067659Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:52:47.7382947Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:52:47.9270440Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:52:48.0636582Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:52:48.7626317Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:52:48.9530812Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:52:49.1420727Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:52:49.3368478Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:52:49.7754330Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:52:50.0283182Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:52:50.2143178Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:52:50.2784119Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:52:50.3449702Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:52:50.4088488Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:52:50.6117885Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:52:50.7386980Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:52:50.8699826Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:52:50.9974027Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:52:51.7146205Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:52:51.9036901Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:52:52.0912330Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:52:52.3457814Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:52:52.9646568Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:52:53.0282378Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:52:53.0963917Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:52:53.1646355Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:52:53.2282928Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:52:53.2916843Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:52:53.5993187Z Fetched 171 MB in 13s (13.4 MB/s)
2025-08-20T20:52:53.6187147Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:52:53.6243857Z (Reading database ... 
2025-08-20T20:52:53.6244392Z (Reading database ... 5%
2025-08-20T20:52:53.6244889Z (Reading database ... 10%
2025-08-20T20:52:53.6245283Z (Reading database ... 15%
2025-08-20T20:52:53.6245582Z (Reading database ... 20%
2025-08-20T20:52:53.6245874Z (Reading database ... 25%
2025-08-20T20:52:53.6246167Z (Reading database ... 30%
2025-08-20T20:52:53.6246457Z (Reading database ... 35%
2025-08-20T20:52:53.6246751Z (Reading database ... 40%
2025-08-20T20:52:53.6247042Z (Reading database ... 45%
2025-08-20T20:52:53.6247332Z (Reading database ... 50%
2025-08-20T20:52:53.6266641Z (Reading database ... 55%
2025-08-20T20:52:53.6359937Z (Reading database ... 60%
2025-08-20T20:52:53.6381726Z (Reading database ... 65%
2025-08-20T20:52:53.6416700Z (Reading database ... 70%
2025-08-20T20:52:53.6440432Z (Reading database ... 75%
2025-08-20T20:52:53.6471182Z (Reading database ... 80%
2025-08-20T20:52:53.6609400Z (Reading database ... 85%
2025-08-20T20:52:53.6690788Z (Reading database ... 90%
2025-08-20T20:52:53.6951586Z (Reading database ... 95%
2025-08-20T20:52:53.6952058Z (Reading database ... 100%
2025-08-20T20:52:53.6952667Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:52:53.6995327Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:53.7005247Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.7236031Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:52:53.7372136Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:53.7405099Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.8916098Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:52:53.9056731Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:53.9066970Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.9278433Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:52:53.9418590Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:53.9456141Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.0791535Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:52:54.0933376Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:54.0942008Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.1163224Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:52:54.1304604Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:54.1340548Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.2756294Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:52:54.2897408Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:54.2905908Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:54.3114253Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:52:54.3254772Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:54.3265223Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:54.3475210Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:52:54.3615204Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:54.3623237Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:54.3833214Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:52:54.3972782Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.3983257Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.4195490Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:52:54.4332468Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.4340658Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.4551984Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:52:54.4688092Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:54.4696091Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:54.5093994Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:52:54.5234745Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.5244261Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.5484735Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:52:54.5624565Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.5636297Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.5876026Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:52:54.6015531Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.6027869Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.6239380Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:52:54.6377287Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.6388115Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.6596332Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:52:54.6733321Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.6743338Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.7096411Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:52:54.7234762Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.7245711Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.7498054Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:52:54.7634580Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.7644252Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.7954592Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:52:54.8093067Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.8106006Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.8456284Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:52:54.8594454Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.8605278Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.8850137Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:52:54.8987175Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.8995130Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.9255871Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:52:54.9394248Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.9404071Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.0413374Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:52:55.0556269Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:55.0587716Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.3249182Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:52:55.3390052Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:55.3399282Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:55.5245479Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:52:55.5389365Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:55.5401077Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.6622284Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:52:55.6765693Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:55.6775358Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.9259159Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:52:55.9404642Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:55.9441121Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.0978382Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:52:56.1120346Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:56.1136135Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:52:56.2016392Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:52:56.2160979Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.2170152Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.2388016Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:52:56.2530068Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.2540608Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.2778515Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:52:56.2921340Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:56.2933261Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:56.3494927Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:52:56.3636191Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.3645669Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.3886420Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:52:56.4029107Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.4038578Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.4265665Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:52:56.4407298Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.4422690Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.4632380Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:52:56.4772971Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.4788362Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.5428498Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:52:56.5571316Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.5580071Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.5878214Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:52:56.6022153Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.6031412Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.6391887Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:52:56.6534546Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:56.6545173Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.7129229Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:52:56.7272125Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:56.7305160Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:56.9725259Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:52:56.9867733Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:56.9883116Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:57.1946495Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:52:57.2091763Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:57.2100986Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:57.3301008Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:52:57.3445331Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:57.3452655Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:57.5512721Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:52:57.5658976Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:57.5692480Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:57.7166757Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:52:57.7310556Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:57.7323312Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:52:57.8253795Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:52:57.8398374Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:57.8412888Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:57.8784775Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:52:57.8928128Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:57.8936275Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:57.9146003Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:52:57.9289456Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:57.9298690Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:57.9520836Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:52:57.9663459Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:57.9673037Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:57.9887157Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:52:58.0029519Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:58.0037877Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:58.0707035Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:52:58.0851987Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:58.0861056Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:58.1148235Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:52:58.1292474Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:58.1300620Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:58.1653382Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:52:58.1797618Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:58.1806272Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:58.2319490Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:52:58.2474260Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:58.2509131Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:58.4932978Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:52:58.5077863Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:58.5087811Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:58.6942348Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:52:58.7090382Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:58.7100554Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:58.8241122Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:52:58.8386887Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:58.8396179Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.0381935Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:52:59.0529610Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:59.0562104Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.1984426Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:52:59.2129457Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:59.2138634Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.2349224Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:52:59.2494871Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:59.2506064Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.2699216Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:52:59.2843019Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:59.3014352Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:59.3232394Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:52:59.3375513Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:59.3393095Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:59.3586867Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:52:59.3727823Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:59.3739149Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.3957650Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:52:59.4096438Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:59.4107190Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.4546962Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:52:59.4569982Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.4591785Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4623139Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4652060Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4675899Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:59.4709745Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4736502Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.4761823Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:59.4851902Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4873075Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:59.4897398Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.4922854Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4952332Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.4978702Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5018106Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.5037866Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:52:59.5070685Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5094013Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5123523Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5145713Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5174102Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5199764Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5223794Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5258669Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5287778Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5319005Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5341603Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5367541Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5399661Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.5428345Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5451445Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:59.5478724Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5501036Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5521189Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5544343Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.5566268Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:59.5587944Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5614272Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5635755Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5671280Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5693183Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5717009Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.5751371Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5775917Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5799808Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5833982Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5864030Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5892022Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5933969Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5961182Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.5988567Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:59.6013903Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6040100Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6071175Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6098707Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6122907Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6150821Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:59.6181147Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.6206281Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6231418Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:59.6258583Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.6284412Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.6309417Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:59.6344805Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:52:59.6365450Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:52:59.6453871Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:03.9377310Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:05.3418414Z Reading package lists...
2025-08-20T20:53:05.4911354Z Building dependency tree...
2025-08-20T20:53:05.4920348Z Reading state information...
2025-08-20T20:53:05.6408818Z The following additional packages will be installed:
2025-08-20T20:53:05.6409900Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:53:05.6414649Z   libpcap0.8-dev
2025-08-20T20:53:05.6678575Z The following NEW packages will be installed:
2025-08-20T20:53:05.6679809Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:53:05.6683820Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:53:05.6846013Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:05.7072495Z Need to get 1613 kB of archives.
2025-08-20T20:53:05.7073288Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:53:05.7074206Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:05.7877080Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:53:05.8568350Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:53:05.9234382Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:53:05.9872096Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:53:06.0539946Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:53:06.1829863Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:53:06.2512657Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:53:06.3147664Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:53:06.5688206Z Fetched 1613 kB in 1s (2609 kB/s)
2025-08-20T20:53:06.5894857Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:53:06.5953508Z (Reading database ... 
2025-08-20T20:53:06.5955313Z (Reading database ... 5%
2025-08-20T20:53:06.5955708Z (Reading database ... 10%
2025-08-20T20:53:06.5956093Z (Reading database ... 15%
2025-08-20T20:53:06.5956460Z (Reading database ... 20%
2025-08-20T20:53:06.5956830Z (Reading database ... 25%
2025-08-20T20:53:06.5957248Z (Reading database ... 30%
2025-08-20T20:53:06.5957605Z (Reading database ... 35%
2025-08-20T20:53:06.5957962Z (Reading database ... 40%
2025-08-20T20:53:06.5958577Z (Reading database ... 45%
2025-08-20T20:53:06.5959805Z (Reading database ... 50%
2025-08-20T20:53:06.6054587Z (Reading database ... 55%
2025-08-20T20:53:06.6075227Z (Reading database ... 60%
2025-08-20T20:53:06.6097640Z (Reading database ... 65%
2025-08-20T20:53:06.6137800Z (Reading database ... 70%
2025-08-20T20:53:06.6161753Z (Reading database ... 75%
2025-08-20T20:53:06.6199163Z (Reading database ... 80%
2025-08-20T20:53:06.6348180Z (Reading database ... 85%
2025-08-20T20:53:06.6599906Z (Reading database ... 90%
2025-08-20T20:53:06.6694466Z (Reading database ... 95%
2025-08-20T20:53:06.6694887Z (Reading database ... 100%
2025-08-20T20:53:06.6695285Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:53:06.6736990Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:53:06.6749917Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:53:06.7227389Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:53:06.7369994Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:53:06.7389262Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:53:06.7622816Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:53:06.7767103Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:53:06.7775678Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:06.8215784Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:53:06.8363384Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:53:06.8377360Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:06.8644167Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:53:06.8788823Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:53:06.8804801Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:53:06.9541494Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:53:06.9687434Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:53:06.9723887Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:07.0112018Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:53:07.0258277Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:53:07.0266929Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:07.0485553Z Selecting previously unselected package pcaputils.
2025-08-20T20:53:07.0631004Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:53:07.0668813Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:53:07.1114771Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:53:07.1153467Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:53:07.2822697Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:07.2851404Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:53:07.2957608Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:53:07.5969474Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:07.5991391Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:53:07.6044205Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:07.6255541Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:12.2624445Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:53:12.2929228Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:12.2957466Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:13.6919325Z Reading package lists...
2025-08-20T20:53:13.8470064Z Building dependency tree...
2025-08-20T20:53:13.8478662Z Reading state information...
2025-08-20T20:53:13.8878718Z Reading package lists...
2025-08-20T20:53:14.0433162Z Building dependency tree...
2025-08-20T20:53:14.0441786Z Reading state information...
2025-08-20T20:53:14.1934298Z The following additional packages will be installed:
2025-08-20T20:53:14.1938533Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:53:14.1944246Z Suggested packages:
2025-08-20T20:53:14.1944775Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:53:14.1945315Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:53:14.2098384Z The following NEW packages will be installed:
2025-08-20T20:53:14.2099396Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:53:14.2103370Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:53:14.2270574Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:14.2270984Z Need to get 800 kB of archives.
2025-08-20T20:53:14.2271325Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:53:14.2271787Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:14.3060974Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:53:14.3706040Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:53:14.4354968Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:53:14.5095530Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:53:14.5737431Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:53:14.6375723Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:53:14.7024083Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:53:14.7659888Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:53:14.8296692Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:53:15.0905643Z Fetched 800 kB in 1s (1302 kB/s)
2025-08-20T20:53:15.1121123Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:53:15.1180821Z (Reading database ... 
2025-08-20T20:53:15.1181226Z (Reading database ... 5%
2025-08-20T20:53:15.1181628Z (Reading database ... 10%
2025-08-20T20:53:15.1182008Z (Reading database ... 15%
2025-08-20T20:53:15.1182382Z (Reading database ... 20%
2025-08-20T20:53:15.1182737Z (Reading database ... 25%
2025-08-20T20:53:15.1183744Z (Reading database ... 30%
2025-08-20T20:53:15.1184120Z (Reading database ... 35%
2025-08-20T20:53:15.1184528Z (Reading database ... 40%
2025-08-20T20:53:15.1184897Z (Reading database ... 45%
2025-08-20T20:53:15.1185262Z (Reading database ... 50%
2025-08-20T20:53:15.1280815Z (Reading database ... 55%
2025-08-20T20:53:15.1301361Z (Reading database ... 60%
2025-08-20T20:53:15.1323131Z (Reading database ... 65%
2025-08-20T20:53:15.1364004Z (Reading database ... 70%
2025-08-20T20:53:15.1392555Z (Reading database ... 75%
2025-08-20T20:53:15.1426148Z (Reading database ... 80%
2025-08-20T20:53:15.1574216Z (Reading database ... 85%
2025-08-20T20:53:15.1830458Z (Reading database ... 90%
2025-08-20T20:53:15.1926791Z (Reading database ... 95%
2025-08-20T20:53:15.1927241Z (Reading database ... 100%
2025-08-20T20:53:15.1927814Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:53:15.1969756Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:53:15.1993447Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:53:15.2252014Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:53:15.2393866Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:53:15.2402877Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:53:15.2641685Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:53:15.2781650Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:53:15.2794157Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:53:15.3623914Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:53:15.3770313Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:53:15.3779074Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:53:15.4050015Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:53:15.4195163Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:53:15.4205027Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:53:15.4478267Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:53:15.4623038Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:53:15.4634514Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:53:15.4929383Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:53:15.5075274Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:53:15.5086837Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:53:15.5313631Z Selecting previously unselected package lzma.
2025-08-20T20:53:15.5459390Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:53:15.5470854Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:53:15.5735432Z Selecting previously unselected package lzma-dev.
2025-08-20T20:53:15.5878563Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:53:15.5890741Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:53:15.6322111Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:53:15.6351505Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:53:15.6381354Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:53:15.6407725Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:53:15.6433047Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:53:15.6502019Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:53:15.6531184Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:53:15.6560176Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:53:15.6606695Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:53:15.6633756Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:53:15.6663515Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:15.6818092Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:19.9911262Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:53:20.6262561Z 
2025-08-20T20:53:20.6263249Z Running kernel seems to be up-to-date.
2025-08-20T20:53:20.6263619Z 
2025-08-20T20:53:20.6263763Z Restarting services...
2025-08-20T20:53:20.6325086Z 
2025-08-20T20:53:20.6325508Z Service restarts being deferred:
2025-08-20T20:53:20.6325946Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:53:20.6326325Z 
2025-08-20T20:53:20.6326494Z No containers need to be restarted.
2025-08-20T20:53:20.6326792Z 
2025-08-20T20:53:20.6326994Z No user sessions are running outdated binaries.
2025-08-20T20:53:20.6327276Z 
2025-08-20T20:53:20.6327754Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:53:21.4759802Z Reading package lists...
2025-08-20T20:53:21.6291197Z Building dependency tree...
2025-08-20T20:53:21.6299722Z Reading state information...
2025-08-20T20:53:21.8237547Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:53:21.8238411Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:53:21.8239360Z inetutils-telnet set to manually installed.
2025-08-20T20:53:21.8240000Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:53:21.8240670Z The following additional packages will be installed:
2025-08-20T20:53:21.8241524Z   tcpd update-inetd
2025-08-20T20:53:21.8384294Z The following packages will be REMOVED:
2025-08-20T20:53:21.8391749Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:53:21.8393352Z The following NEW packages will be installed:
2025-08-20T20:53:21.8393960Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:53:21.8394686Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:53:21.8400908Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:53:21.8574674Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:53:21.8575287Z Need to get 698 kB of archives.
2025-08-20T20:53:21.8575851Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:53:21.8576544Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:21.9393104Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:53:22.0059385Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:53:22.0698089Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:53:22.1345041Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:53:22.1993283Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:53:22.2632569Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:53:22.3287105Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:53:22.3925990Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:53:22.4579448Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:53:22.5221580Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:53:22.5870551Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:53:22.6511695Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:53:22.7149791Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:53:22.9398512Z Preconfiguring packages ...
2025-08-20T20:53:23.0446438Z Fetched 698 kB in 1s (804 kB/s)
2025-08-20T20:53:23.0637491Z (Reading database ... 
2025-08-20T20:53:23.0638067Z (Reading database ... 5%
2025-08-20T20:53:23.0638504Z (Reading database ... 10%
2025-08-20T20:53:23.0639118Z (Reading database ... 15%
2025-08-20T20:53:23.0639576Z (Reading database ... 20%
2025-08-20T20:53:23.0639983Z (Reading database ... 25%
2025-08-20T20:53:23.0640279Z (Reading database ... 30%
2025-08-20T20:53:23.0640577Z (Reading database ... 35%
2025-08-20T20:53:23.0640883Z (Reading database ... 40%
2025-08-20T20:53:23.0641178Z (Reading database ... 45%
2025-08-20T20:53:23.0641469Z (Reading database ... 50%
2025-08-20T20:53:23.0665210Z (Reading database ... 55%
2025-08-20T20:53:23.0767709Z (Reading database ... 60%
2025-08-20T20:53:23.0790423Z (Reading database ... 65%
2025-08-20T20:53:23.0831398Z (Reading database ... 70%
2025-08-20T20:53:23.0857692Z (Reading database ... 75%
2025-08-20T20:53:23.0897276Z (Reading database ... 80%
2025-08-20T20:53:23.1044876Z (Reading database ... 85%
2025-08-20T20:53:23.1131395Z (Reading database ... 90%
2025-08-20T20:53:23.1409160Z (Reading database ... 95%
2025-08-20T20:53:23.1409649Z (Reading database ... 100%
2025-08-20T20:53:23.1410292Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:53:23.1451700Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:53:23.1620107Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:23.1801189Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:53:23.5541932Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:53:23.5601133Z (Reading database ... 
2025-08-20T20:53:23.5601610Z (Reading database ... 5%
2025-08-20T20:53:23.5601971Z (Reading database ... 10%
2025-08-20T20:53:23.5602257Z (Reading database ... 15%
2025-08-20T20:53:23.5602534Z (Reading database ... 20%
2025-08-20T20:53:23.5602803Z (Reading database ... 25%
2025-08-20T20:53:23.5603071Z (Reading database ... 30%
2025-08-20T20:53:23.5603336Z (Reading database ... 35%
2025-08-20T20:53:23.5603602Z (Reading database ... 40%
2025-08-20T20:53:23.5603870Z (Reading database ... 45%
2025-08-20T20:53:23.5604158Z (Reading database ... 50%
2025-08-20T20:53:23.5624909Z (Reading database ... 55%
2025-08-20T20:53:23.5718748Z (Reading database ... 60%
2025-08-20T20:53:23.5740336Z (Reading database ... 65%
2025-08-20T20:53:23.5779449Z (Reading database ... 70%
2025-08-20T20:53:23.5804907Z (Reading database ... 75%
2025-08-20T20:53:23.5843790Z (Reading database ... 80%
2025-08-20T20:53:23.5989652Z (Reading database ... 85%
2025-08-20T20:53:23.6074327Z (Reading database ... 90%
2025-08-20T20:53:23.6356222Z (Reading database ... 95%
2025-08-20T20:53:23.6356908Z (Reading database ... 100%
2025-08-20T20:53:23.6357558Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:53:23.6401318Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.6441772Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.6690671Z Selecting previously unselected package tcpd.
2025-08-20T20:53:23.6835896Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:53:23.6853529Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:53:23.7087306Z Selecting previously unselected package update-inetd.
2025-08-20T20:53:23.7231794Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:53:23.7241108Z Unpacking update-inetd (4.53) ...
2025-08-20T20:53:23.7501245Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:53:23.7643826Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.7690661Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.7986973Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:53:23.8131081Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.8151467Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.8395166Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:53:23.8537653Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.8552529Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.8795547Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:53:23.8935173Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.8954254Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.9191123Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:53:23.9332514Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.9341109Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.9574431Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:53:23.9714339Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:23.9726170Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:23.9951470Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:53:24.0092146Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:24.0101612Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.0324223Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:53:24.0464511Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:24.0474555Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.0711073Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:53:24.0851574Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:53:24.0859739Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:53:24.1120827Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:53:24.1261440Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:24.1278472Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.1693688Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:53:24.1780595Z Setting up update-inetd (4.53) ...
2025-08-20T20:53:24.2666726Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.2731538Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:53:24.2753182Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.6862266Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:24.6862721Z 
2025-08-20T20:53:24.6862853Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:53:24.6863050Z 
2025-08-20T20:53:24.6863437Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:24.6864102Z 
2025-08-20T20:53:24.6865059Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:24.6865997Z 
2025-08-20T20:53:24.9895915Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:53:24.9975258Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.0039069Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:53:25.0058540Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.0092634Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.0140651Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:53:25.0165902Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.4148337Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:53:25.4149201Z 
2025-08-20T20:53:25.4150093Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:53:25.4150660Z 
2025-08-20T20:53:25.7132952Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.7836953Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.8576767Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:25.9191334Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:32.0659286Z Reading package lists...
2025-08-20T20:53:32.2171180Z Building dependency tree...
2025-08-20T20:53:32.2179581Z Reading state information...
2025-08-20T20:53:32.4171714Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:53:32.4172175Z iputils-tracepath set to manually installed.
2025-08-20T20:53:32.4172481Z The following packages will be REMOVED:
2025-08-20T20:53:32.4177708Z   inetutils-ping
2025-08-20T20:53:32.4179111Z The following NEW packages will be installed:
2025-08-20T20:53:32.4185321Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:53:32.4350429Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:53:32.4351047Z Need to get 71.5 kB of archives.
2025-08-20T20:53:32.4351614Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:53:32.4352108Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:32.5205415Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:53:32.5928743Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:53:32.6569388Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:53:32.9345155Z Fetched 71.5 kB in 0s (308 kB/s)
2025-08-20T20:53:32.9534346Z (Reading database ... 
2025-08-20T20:53:32.9534786Z (Reading database ... 5%
2025-08-20T20:53:32.9535164Z (Reading database ... 10%
2025-08-20T20:53:32.9535541Z (Reading database ... 15%
2025-08-20T20:53:32.9535922Z (Reading database ... 20%
2025-08-20T20:53:32.9536277Z (Reading database ... 25%
2025-08-20T20:53:32.9536640Z (Reading database ... 30%
2025-08-20T20:53:32.9537033Z (Reading database ... 35%
2025-08-20T20:53:32.9537399Z (Reading database ... 40%
2025-08-20T20:53:32.9537782Z (Reading database ... 45%
2025-08-20T20:53:32.9538151Z (Reading database ... 50%
2025-08-20T20:53:32.9621994Z (Reading database ... 55%
2025-08-20T20:53:32.9656708Z (Reading database ... 60%
2025-08-20T20:53:32.9679504Z (Reading database ... 65%
2025-08-20T20:53:32.9720091Z (Reading database ... 70%
2025-08-20T20:53:32.9750350Z (Reading database ... 75%
2025-08-20T20:53:32.9784039Z (Reading database ... 80%
2025-08-20T20:53:32.9927672Z (Reading database ... 85%
2025-08-20T20:53:33.0010875Z (Reading database ... 90%
2025-08-20T20:53:33.0287385Z (Reading database ... 95%
2025-08-20T20:53:33.0287926Z (Reading database ... 100%
2025-08-20T20:53:33.0288521Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:53:33.0329909Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:33.0893019Z Selecting previously unselected package iputils-ping.
2025-08-20T20:53:33.0953779Z (Reading database ... 
2025-08-20T20:53:33.0954219Z (Reading database ... 5%
2025-08-20T20:53:33.0954623Z (Reading database ... 10%
2025-08-20T20:53:33.0955030Z (Reading database ... 15%
2025-08-20T20:53:33.0955438Z (Reading database ... 20%
2025-08-20T20:53:33.0955817Z (Reading database ... 25%
2025-08-20T20:53:33.0956206Z (Reading database ... 30%
2025-08-20T20:53:33.0957135Z (Reading database ... 35%
2025-08-20T20:53:33.0957503Z (Reading database ... 40%
2025-08-20T20:53:33.0957872Z (Reading database ... 45%
2025-08-20T20:53:33.0958230Z (Reading database ... 50%
2025-08-20T20:53:33.1039019Z (Reading database ... 55%
2025-08-20T20:53:33.1074629Z (Reading database ... 60%
2025-08-20T20:53:33.1096974Z (Reading database ... 65%
2025-08-20T20:53:33.1138444Z (Reading database ... 70%
2025-08-20T20:53:33.1169178Z (Reading database ... 75%
2025-08-20T20:53:33.1203706Z (Reading database ... 80%
2025-08-20T20:53:33.1348479Z (Reading database ... 85%
2025-08-20T20:53:33.1433089Z (Reading database ... 90%
2025-08-20T20:53:33.1704339Z (Reading database ... 95%
2025-08-20T20:53:33.1704734Z (Reading database ... 100%
2025-08-20T20:53:33.1705205Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:53:33.1748270Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:33.1758547Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.1985990Z Selecting previously unselected package iputils-arping.
2025-08-20T20:53:33.2127246Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:33.2138305Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.2363311Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:53:33.2508167Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:33.2520344Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.2934982Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.3107814Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.3264640Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:33.3426418Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:39.2285294Z Reading package lists...
2025-08-20T20:53:39.3810828Z Building dependency tree...
2025-08-20T20:53:39.3818730Z Reading state information...
2025-08-20T20:53:39.5309760Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:53:39.5310700Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:53:39.5676722Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:40.4162781Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:53:40.8220298Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:53:41.4587196Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:53:41.5856236Z Collecting pip
2025-08-20T20:53:41.6470847Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:53:41.6601697Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:53:41.7111360Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 35.9 MB/s eta 0:00:00
2025-08-20T20:53:41.9688706Z Installing collected packages: pip
2025-08-20T20:53:42.6874081Z Successfully installed pip-25.2
2025-08-20T20:53:42.8967266Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:53:42.9388055Z Reading package lists...
2025-08-20T20:53:43.0929709Z Building dependency tree...
2025-08-20T20:53:43.0937535Z Reading state information...
2025-08-20T20:53:43.2509141Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:53:43.2509944Z pciutils set to manually installed.
2025-08-20T20:53:43.2510683Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:53:43.2511610Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:53:43.2512646Z python3-distro set to manually installed.
2025-08-20T20:53:43.2513245Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:53:43.2513859Z python3-netifaces set to manually installed.
2025-08-20T20:53:43.2514378Z The following additional packages will be installed:
2025-08-20T20:53:43.2514850Z   libsysfs2
2025-08-20T20:53:43.2516637Z Suggested packages:
2025-08-20T20:53:43.2517178Z   fancontrol read-edid i2c-tools
2025-08-20T20:53:43.2779644Z The following NEW packages will be installed:
2025-08-20T20:53:43.2781732Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:53:43.2940023Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:43.3167280Z Need to get 142 kB of archives.
2025-08-20T20:53:43.3167925Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:53:43.3168628Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:43.3950627Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:53:43.4603829Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:53:43.5261591Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:53:43.5924390Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:53:43.8520583Z Fetched 142 kB in 0s (493 kB/s)
2025-08-20T20:53:43.8733133Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:53:43.8793346Z (Reading database ... 
2025-08-20T20:53:43.8793769Z (Reading database ... 5%
2025-08-20T20:53:43.8794066Z (Reading database ... 10%
2025-08-20T20:53:43.8794349Z (Reading database ... 15%
2025-08-20T20:53:43.8794629Z (Reading database ... 20%
2025-08-20T20:53:43.8794902Z (Reading database ... 25%
2025-08-20T20:53:43.8795171Z (Reading database ... 30%
2025-08-20T20:53:43.8795461Z (Reading database ... 35%
2025-08-20T20:53:43.8795729Z (Reading database ... 40%
2025-08-20T20:53:43.8795997Z (Reading database ... 45%
2025-08-20T20:53:43.8796262Z (Reading database ... 50%
2025-08-20T20:53:43.8876412Z (Reading database ... 55%
2025-08-20T20:53:43.8911656Z (Reading database ... 60%
2025-08-20T20:53:43.8933204Z (Reading database ... 65%
2025-08-20T20:53:43.8972365Z (Reading database ... 70%
2025-08-20T20:53:43.9000991Z (Reading database ... 75%
2025-08-20T20:53:43.9033941Z (Reading database ... 80%
2025-08-20T20:53:43.9174184Z (Reading database ... 85%
2025-08-20T20:53:43.9256085Z (Reading database ... 90%
2025-08-20T20:53:43.9529169Z (Reading database ... 95%
2025-08-20T20:53:43.9529747Z (Reading database ... 100%
2025-08-20T20:53:43.9530445Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:53:43.9575379Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:53:43.9592769Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:53:43.9837992Z Selecting previously unselected package sysfsutils.
2025-08-20T20:53:43.9985021Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:53:44.0019805Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:53:44.0282610Z Selecting previously unselected package lm-sensors.
2025-08-20T20:53:44.0427289Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:53:44.0634007Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:53:44.0901793Z Selecting previously unselected package virt-what.
2025-08-20T20:53:44.1049104Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:53:44.1064737Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:53:44.1474023Z Setting up virt-what (1.25-2) ...
2025-08-20T20:53:44.1499254Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:53:44.1520345Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:53:44.5498197Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:53:44.5499343Z 
2025-08-20T20:53:44.5500157Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:53:44.5500675Z 
2025-08-20T20:53:44.8698015Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:53:45.2669399Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:53:45.2669950Z 
2025-08-20T20:53:45.2704884Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:49.8781904Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:51.2859311Z Reading package lists...
2025-08-20T20:53:51.4424424Z Building dependency tree...
2025-08-20T20:53:51.4433075Z Reading state information...
2025-08-20T20:53:51.5941069Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:53:51.5942103Z The following additional packages will be installed:
2025-08-20T20:53:51.5948121Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:53:51.5949223Z   xorg-sgml-doctools
2025-08-20T20:53:51.5956346Z Suggested packages:
2025-08-20T20:53:51.5956815Z   libxcb-doc
2025-08-20T20:53:51.6102649Z The following NEW packages will be installed:
2025-08-20T20:53:51.6104337Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:53:51.6107008Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:53:51.6107515Z   xcb xorg-sgml-doctools
2025-08-20T20:53:51.6275004Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:51.6275594Z Need to get 807 kB of archives.
2025-08-20T20:53:51.6276165Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:53:51.6276845Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:51.7063774Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:53:51.7699778Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:53:51.8331044Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:53:51.9601471Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:53:52.0235601Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:53:52.0880307Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:53:52.1518633Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:53:52.2155279Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:53:52.2797396Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:53:52.3431364Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:53:52.4062091Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:53:52.6682097Z Fetched 807 kB in 1s (1023 kB/s)
2025-08-20T20:53:52.6886718Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:53:52.6947927Z (Reading database ... 
2025-08-20T20:53:52.6948564Z (Reading database ... 5%
2025-08-20T20:53:52.6949239Z (Reading database ... 10%
2025-08-20T20:53:52.6949661Z (Reading database ... 15%
2025-08-20T20:53:52.6950037Z (Reading database ... 20%
2025-08-20T20:53:52.6950518Z (Reading database ... 25%
2025-08-20T20:53:52.6950829Z (Reading database ... 30%
2025-08-20T20:53:52.6951260Z (Reading database ... 35%
2025-08-20T20:53:52.6951752Z (Reading database ... 40%
2025-08-20T20:53:52.6952225Z (Reading database ... 45%
2025-08-20T20:53:52.6952969Z (Reading database ... 50%
2025-08-20T20:53:52.7048294Z (Reading database ... 55%
2025-08-20T20:53:52.7068802Z (Reading database ... 60%
2025-08-20T20:53:52.7091178Z (Reading database ... 65%
2025-08-20T20:53:52.7131570Z (Reading database ... 70%
2025-08-20T20:53:52.7160416Z (Reading database ... 75%
2025-08-20T20:53:52.7194573Z (Reading database ... 80%
2025-08-20T20:53:52.7341061Z (Reading database ... 85%
2025-08-20T20:53:52.7427282Z (Reading database ... 90%
2025-08-20T20:53:52.7706618Z (Reading database ... 95%
2025-08-20T20:53:52.7707287Z (Reading database ... 100%
2025-08-20T20:53:52.7708196Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:53:52.7751541Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:53:52.7760074Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:53:52.7996886Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:53:52.8137607Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:53:52.8147673Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:53:52.8398119Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:53:52.8537184Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:53:52.8547230Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:53:52.9133316Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:53:52.9275725Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:53:52.9284368Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:53:52.9507739Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:53:52.9648056Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:53:52.9657248Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:53:52.9870999Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:53:53.0010736Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:53.0020788Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.0275796Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:53:53.0418590Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:53.0426706Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.0651747Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:53:53.0796349Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:53.0815704Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.1023963Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:53:53.1166317Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:53.1177217Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.1386198Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:53:53.1528126Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:53.1539220Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.1776214Z Selecting previously unselected package xcb.
2025-08-20T20:53:53.1917911Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:53:53.1925744Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:53:53.2352880Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:53.2380339Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:53:53.2405743Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:53:53.2455488Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:53:53.2572870Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:53.2724754Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:57.7457292Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:53:57.7550088Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:53:57.7582466Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:53:57.7607076Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:53:57.7639732Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:57.7669406Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:57.7696162Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:57.7728425Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:59.3898593Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:53:59.5814546Z Collecting build
2025-08-20T20:53:59.6383785Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:53:59.7536826Z Collecting cffi
2025-08-20T20:53:59.7638048Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:53:59.7840200Z Collecting scons
2025-08-20T20:53:59.7946637Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:53:59.8745032Z Collecting scuba
2025-08-20T20:53:59.8867789Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:53:59.9370674Z Collecting pytest
2025-08-20T20:53:59.9468604Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:53:59.9711945Z Collecting packaging>=19.1 (from build)
2025-08-20T20:53:59.9827161Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:53:59.9983998Z Collecting pyproject_hooks (from build)
2025-08-20T20:54:00.0084667Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:54:00.0264658Z Collecting pycparser (from cffi)
2025-08-20T20:54:00.0361851Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:54:00.0741571Z Collecting PyYAML (from scuba)
2025-08-20T20:54:00.0846380Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:54:00.1017924Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:54:00.1115645Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:54:00.1346018Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:54:00.1441879Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:54:00.1693045Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:54:00.1791005Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:00.1947465Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:54:00.2087745Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:54:00.2478754Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:00.2822139Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 125.2 MB/s  0:00:00
2025-08-20T20:54:00.2924074Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:54:00.3080153Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:54:00.3213522Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:54:00.3329179Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:54:00.3447222Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:00.3567713Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:00.3654755Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 145.7 MB/s  0:00:00
2025-08-20T20:54:00.3758438Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:54:00.3879739Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:54:00.4025004Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:54:00.4105539Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 95.6 MB/s  0:00:00
2025-08-20T20:54:00.5229521Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:54:02.2364887Z 
2025-08-20T20:54:02.2382658Z 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-20T20:54:02.5572480Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:02.7441695Z Collecting ansi2txt
2025-08-20T20:54:02.7968129Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:54:02.8272430Z Collecting pipx
2025-08-20T20:54:02.8371971Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:02.8619383Z Collecting scons
2025-08-20T20:54:02.8636880Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:02.9405772Z Collecting py2static
2025-08-20T20:54:02.9511775Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:54:02.9752247Z Collecting typer
2025-08-20T20:54:02.9850005Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:54:03.0346068Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:54:03.0445234Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:03.0688786Z Collecting packaging>=20 (from pipx)
2025-08-20T20:54:03.0699305Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:03.0920666Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:54:03.1017101Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:54:03.1221255Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:54:03.1324762Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:03.1837261Z Collecting pyinstaller (from py2static)
2025-08-20T20:54:03.1950039Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:54:03.2761406Z Collecting staticx (from py2static)
2025-08-20T20:54:03.2863846Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:54:03.3097025Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:54:03.3193814Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:03.3520099Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:54:03.3619225Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:03.3798651Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:54:03.3894777Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:54:03.4323146Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:54:03.4426390Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:03.4665231Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:03.4763441Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:03.5022900Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:03.5033305Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:03.5185428Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:54:03.5285770Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:54:03.6519837Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:54:03.6619677Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:03.6859225Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:54:03.6962206Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:03.7210251Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:54:03.7321349Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:03.7572669Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:54:03.7670105Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:54:03.7813020Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:54:03.7934076Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:54:03.8051517Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:03.8196237Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:54:03.8311656Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:54:03.8433492Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:54:03.8553101Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:54:03.8625478Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:03.8761436Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:54:03.8877041Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:54:03.8991160Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:03.9096693Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:54:03.9214440Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:54:03.9331627Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:54:03.9445184Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:54:03.9564039Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:54:03.9719260Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:54:03.9856431Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 42.5 MB/s  0:00:00
2025-08-20T20:54:03.9996669Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:04.0196945Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:04.0316520Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 95.5 MB/s  0:00:00
2025-08-20T20:54:04.0414886Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:04.0545359Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:54:04.0683713Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:54:04.2190514Z 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-20T20:54:05.0876181Z   Attempting uninstall: scons
2025-08-20T20:54:05.0961680Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:05.1341060Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:05.1413397Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:05.7507115Z   Attempting uninstall: pygments
2025-08-20T20:54:05.7589145Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:05.7819787Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:05.7846795Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:06.3955551Z   Attempting uninstall: packaging
2025-08-20T20:54:06.4036366Z     Found existing installation: packaging 25.0
2025-08-20T20:54:06.4061807Z     Uninstalling packaging-25.0:
2025-08-20T20:54:06.4069817Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:07.3946840Z 
2025-08-20T20:54:07.3977052Z 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-20T20:54:07.7097549Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:07.8977393Z Collecting build
2025-08-20T20:54:07.8988690Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:54:07.9919755Z Collecting cffi
2025-08-20T20:54:07.9931008Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:54:08.0110305Z Collecting scons
2025-08-20T20:54:08.0120705Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:08.0296835Z Collecting scuba
2025-08-20T20:54:08.0306982Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:54:08.0781314Z Collecting pytest
2025-08-20T20:54:08.0792601Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:54:08.1010418Z Collecting packaging>=19.1 (from build)
2025-08-20T20:54:08.1020871Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:08.1181872Z Collecting pyproject_hooks (from build)
2025-08-20T20:54:08.1192303Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:54:08.1338242Z Collecting pycparser (from cffi)
2025-08-20T20:54:08.1349001Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:54:08.1693754Z Collecting PyYAML (from scuba)
2025-08-20T20:54:08.1705243Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:54:08.1846735Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:54:08.1857037Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:54:08.2056287Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:54:08.2066467Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:54:08.2293279Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:54:08.2303578Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:08.2361357Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:54:08.2371641Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:54:08.2384874Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:08.2426027Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:54:08.2437939Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:54:08.2450592Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:54:08.2460480Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:54:08.2469985Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:08.2480082Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:08.2499360Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:54:08.2510042Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:54:08.2519769Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:54:08.3773698Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:54:08.3779363Z   Attempting uninstall: scons
2025-08-20T20:54:08.3863349Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:08.4242023Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:08.4315318Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:09.0445542Z   Attempting uninstall: PyYAML
2025-08-20T20:54:09.0530415Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:54:09.0555029Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:54:09.0573861Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:54:09.1112624Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:54:09.1196375Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:54:09.1213171Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:54:09.1220677Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:54:09.1313834Z   Attempting uninstall: pygments
2025-08-20T20:54:09.1392423Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:09.1620305Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:09.1646873Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:09.7671257Z   Attempting uninstall: pycparser
2025-08-20T20:54:09.7756114Z     Found existing installation: pycparser 2.22
2025-08-20T20:54:09.7786116Z     Uninstalling pycparser-2.22:
2025-08-20T20:54:09.7793899Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:54:09.9030155Z   Attempting uninstall: pluggy
2025-08-20T20:54:09.9120357Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:54:09.9139923Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:54:09.9146405Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:54:09.9301335Z   Attempting uninstall: packaging
2025-08-20T20:54:09.9381629Z     Found existing installation: packaging 25.0
2025-08-20T20:54:09.9405700Z     Uninstalling packaging-25.0:
2025-08-20T20:54:09.9413581Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:09.9806948Z   Attempting uninstall: iniconfig
2025-08-20T20:54:09.9889446Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:54:09.9905583Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:54:09.9912422Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:54:09.9982819Z   Attempting uninstall: scuba
2025-08-20T20:54:10.0063166Z     Found existing installation: scuba 2.14.1
2025-08-20T20:54:10.0084307Z     Uninstalling scuba-2.14.1:
2025-08-20T20:54:10.0093851Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:54:10.0283810Z   Attempting uninstall: pytest
2025-08-20T20:54:10.0366455Z     Found existing installation: pytest 8.4.1
2025-08-20T20:54:10.0430473Z     Uninstalling pytest-8.4.1:
2025-08-20T20:54:10.0684956Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:54:10.2801850Z   Attempting uninstall: cffi
2025-08-20T20:54:10.2881894Z     Found existing installation: cffi 1.17.1
2025-08-20T20:54:10.2907436Z     Uninstalling cffi-1.17.1:
2025-08-20T20:54:10.3142944Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:54:10.3812399Z   Attempting uninstall: build
2025-08-20T20:54:10.3891587Z     Found existing installation: build 1.3.0
2025-08-20T20:54:10.3916239Z     Uninstalling build-1.3.0:
2025-08-20T20:54:10.3926281Z       Successfully uninstalled build-1.3.0
2025-08-20T20:54:10.4105827Z 
2025-08-20T20:54:10.4133725Z 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-20T20:54:10.7217882Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:10.9102881Z Collecting ansi2txt
2025-08-20T20:54:10.9114190Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:54:10.9340271Z Collecting pipx
2025-08-20T20:54:10.9351188Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:10.9542625Z Collecting scons
2025-08-20T20:54:10.9558390Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:10.9698512Z Collecting py2static
2025-08-20T20:54:10.9709129Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:54:10.9906718Z Collecting typer
2025-08-20T20:54:10.9917277Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:54:11.0211341Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:54:11.0222156Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:11.0448388Z Collecting packaging>=20 (from pipx)
2025-08-20T20:54:11.0458820Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:11.0674902Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:54:11.0685496Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:54:11.0866645Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:54:11.0877132Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:11.1316585Z Collecting pyinstaller (from py2static)
2025-08-20T20:54:11.1327791Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:54:11.1542677Z Collecting staticx (from py2static)
2025-08-20T20:54:11.1553331Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:54:11.1762248Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:54:11.1773172Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:11.2090994Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:54:11.2101478Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:11.2317737Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:54:11.2328096Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:54:11.2724422Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:54:11.2735184Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:11.2949559Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:11.2960615Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:11.3223186Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:11.3233740Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:11.3394862Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:54:11.3405497Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:54:11.4566586Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:54:11.4577948Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:11.4796785Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:54:11.4807395Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:11.5028397Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:54:11.5039209Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:11.5250318Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:54:11.5260381Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:54:11.5297228Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:54:11.5307079Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:54:11.5317268Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:11.5357550Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:54:11.5367167Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:54:11.5377028Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:54:11.5387063Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:54:11.5397261Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:11.5407294Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:54:11.5416961Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:54:11.5428113Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:11.5447022Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:54:11.5457489Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:54:11.5467096Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:54:11.5476875Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:54:11.5486729Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:54:11.5496472Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:54:11.5511958Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:11.5524721Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:11.5543031Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:11.5552899Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:54:11.5563436Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:54:11.7040243Z 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-20T20:54:11.7044873Z   Attempting uninstall: pyelftools
2025-08-20T20:54:11.7122556Z     Found existing installation: pyelftools 0.32
2025-08-20T20:54:11.7173568Z     Uninstalling pyelftools-0.32:
2025-08-20T20:54:11.7188334Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:54:11.8268161Z   Attempting uninstall: altgraph
2025-08-20T20:54:11.8353627Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:54:11.8371892Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:54:11.8378237Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:54:11.8513707Z   Attempting uninstall: typing-extensions
2025-08-20T20:54:11.8599647Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:54:11.8613762Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:54:11.8850033Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:54:11.9081773Z   Attempting uninstall: staticx
2025-08-20T20:54:11.9166133Z     Found existing installation: staticx 0.14.1
2025-08-20T20:54:11.9191921Z     Uninstalling staticx-0.14.1:
2025-08-20T20:54:11.9201775Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:54:11.9402764Z   Attempting uninstall: shellingham
2025-08-20T20:54:11.9484400Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:54:11.9503071Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:54:11.9509740Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:54:11.9597141Z   Attempting uninstall: setuptools
2025-08-20T20:54:11.9682913Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:54:11.9961914Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:54:12.0231551Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:54:12.6717287Z   Attempting uninstall: scons
2025-08-20T20:54:12.6812413Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:12.7195719Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:12.7264643Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:13.3302949Z   Attempting uninstall: pygments
2025-08-20T20:54:13.3386756Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:13.3619385Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:13.3645090Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:13.9657680Z   Attempting uninstall: platformdirs
2025-08-20T20:54:13.9739782Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:54:13.9759722Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:54:13.9766175Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:54:13.9921703Z   Attempting uninstall: packaging
2025-08-20T20:54:14.0001655Z     Found existing installation: packaging 25.0
2025-08-20T20:54:14.0025553Z     Uninstalling packaging-25.0:
2025-08-20T20:54:14.0033049Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:14.0404916Z   Attempting uninstall: mdurl
2025-08-20T20:54:14.0485684Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:54:14.0502436Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:54:14.0508614Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:54:14.0590292Z   Attempting uninstall: click
2025-08-20T20:54:14.0677065Z     Found existing installation: click 8.2.1
2025-08-20T20:54:14.0700145Z     Uninstalling click-8.2.1:
2025-08-20T20:54:14.0707258Z       Successfully uninstalled click-8.2.1
2025-08-20T20:54:14.1284818Z   Attempting uninstall: argcomplete
2025-08-20T20:54:14.1370107Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:54:14.1399348Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:54:14.1411270Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:54:14.1631479Z   Attempting uninstall: ansi2txt
2025-08-20T20:54:14.1711956Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:54:14.1727171Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:54:14.1963443Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:54:14.2013464Z   Attempting uninstall: userpath
2025-08-20T20:54:14.2095971Z     Found existing installation: userpath 1.9.2
2025-08-20T20:54:14.2115371Z     Uninstalling userpath-1.9.2:
2025-08-20T20:54:14.2123954Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:54:14.2223515Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:54:14.2304969Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:54:14.2735226Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:54:14.2777720Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:54:14.5542581Z   Attempting uninstall: markdown-it-py
2025-08-20T20:54:14.5625786Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:54:14.5691557Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:54:14.5705314Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:54:14.6307181Z   Attempting uninstall: rich
2025-08-20T20:54:14.6393834Z     Found existing installation: rich 14.1.0
2025-08-20T20:54:14.6455434Z     Uninstalling rich-14.1.0:
2025-08-20T20:54:14.6464930Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:54:14.8013268Z   Attempting uninstall: pyinstaller
2025-08-20T20:54:14.8094160Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:54:14.8445726Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:54:14.8488462Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:54:15.1769714Z   Attempting uninstall: pipx
2025-08-20T20:54:15.1864466Z     Found existing installation: pipx 1.7.1
2025-08-20T20:54:15.1901757Z     Uninstalling pipx-1.7.1:
2025-08-20T20:54:15.1912282Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:54:15.2416946Z   Attempting uninstall: typer
2025-08-20T20:54:15.2507048Z     Found existing installation: typer 0.16.1
2025-08-20T20:54:15.2533629Z     Uninstalling typer-0.16.1:
2025-08-20T20:54:15.2543001Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:54:15.2884499Z   Attempting uninstall: py2static
2025-08-20T20:54:15.2963079Z     Found existing installation: py2static 0.0.1
2025-08-20T20:54:15.2982698Z     Uninstalling py2static-0.0.1:
2025-08-20T20:54:15.2993694Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:54:15.3067520Z 
2025-08-20T20:54:15.3096242Z 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-20T20:54:15.6253922Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:15.7446865Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:54:15.7451271Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-mf6n2xg6
2025-08-20T20:54:15.7470947Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-mf6n2xg6
2025-08-20T20:54:17.9348361Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:54:17.9388225Z   Installing build dependencies: started
2025-08-20T20:54:18.6617614Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:54:18.6626888Z   Getting requirements to build wheel: started
2025-08-20T20:54:18.9466548Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:54:18.9477554Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:54:19.1402730Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:54:19.3137294Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3149080Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:19.3365454Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3375438Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:19.3604169Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3613703Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:19.3803638Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3813411Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:19.3856864Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:19.3867053Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:19.3880568Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:19.3899252Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:19.4017713Z Building wheels for collected packages: pyinstaller
2025-08-20T20:54:19.4025073Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:54:20.0949295Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:54:20.0974716Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=9e231d7e659a2e87d20e27da455b5e0b6da5a4df24c591e734578beb81aa693e
2025-08-20T20:54:20.0976230Z   Stored in directory: /tmp/pip-ephem-wheel-cache-e6q0oppv/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:54:20.1017459Z Successfully built pyinstaller
2025-08-20T20:54:20.1930413Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:54:20.1935614Z   Attempting uninstall: altgraph
2025-08-20T20:54:20.2019290Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:54:20.2039358Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:54:20.2045950Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:54:20.2191134Z   Attempting uninstall: setuptools
2025-08-20T20:54:20.2276730Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:54:20.2559632Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:54:20.2840980Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:54:20.9409975Z   Attempting uninstall: packaging
2025-08-20T20:54:20.9495757Z     Found existing installation: packaging 25.0
2025-08-20T20:54:20.9525053Z     Uninstalling packaging-25.0:
2025-08-20T20:54:20.9532825Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:20.9916915Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:54:20.9997233Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:54:21.0415914Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:54:21.0457926Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:54:21.3220237Z   Attempting uninstall: pyinstaller
2025-08-20T20:54:21.3305926Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:54:21.3659558Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:54:21.3703917Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:54:21.7086340Z 
2025-08-20T20:54:21.7122827Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:54:22.0242448Z 6.15.0
2025-08-20T20:54:22.7655870Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:54:22.7664922Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:54:22.7665495Z 
2025-08-20T20:54:22.7665774Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:54:22.7666406Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:54:22.7666868Z installation.
2025-08-20T20:54:22.7667013Z 
2025-08-20T20:54:22.7667269Z If you installed the current Docker package using this script and are using it
2025-08-20T20:54:22.7667875Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:54:22.7668461Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:54:22.7669178Z files to match the parameters passed to the script.
2025-08-20T20:54:22.7669699Z 
2025-08-20T20:54:22.7669851Z You may press Ctrl+C now to abort this script.
2025-08-20T20:54:22.7834253Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:54:24.0061055Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:54:24.3496602Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:54:24.3522035Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:54:24.4253070Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:54:24.4269645Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:54:24.4277000Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:54:25.7193039Z + 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-20T20:54:36.8683489Z 
2025-08-20T20:54:36.8683948Z Running kernel seems to be up-to-date.
2025-08-20T20:54:36.8684421Z 
2025-08-20T20:54:36.8684557Z Restarting services...
2025-08-20T20:54:36.8749865Z 
2025-08-20T20:54:36.8750228Z Service restarts being deferred:
2025-08-20T20:54:36.8750811Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:54:36.8751215Z 
2025-08-20T20:54:36.8751392Z No containers need to be restarted.
2025-08-20T20:54:36.8751685Z 
2025-08-20T20:54:36.8751879Z No user sessions are running outdated binaries.
2025-08-20T20:54:36.8752230Z 
2025-08-20T20:54:36.8752545Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:54:37.6901284Z + sh -c 'docker version'
2025-08-20T20:54:37.7055913Z Client: Docker Engine - Community
2025-08-20T20:54:37.7056445Z  Version:           28.3.3
2025-08-20T20:54:37.7056845Z  API version:       1.51
2025-08-20T20:54:37.7057232Z  Go version:        go1.24.5
2025-08-20T20:54:37.7057663Z  Git commit:        980b856
2025-08-20T20:54:37.7058075Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:54:37.7058520Z  OS/Arch:           linux/amd64
2025-08-20T20:54:37.7059458Z  Context:           default
2025-08-20T20:54:37.7059700Z 
2025-08-20T20:54:37.7059866Z Server: Docker Engine - Community
2025-08-20T20:54:37.7060274Z  Engine:
2025-08-20T20:54:37.7060586Z   Version:          28.3.3
2025-08-20T20:54:37.7060991Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:54:37.7061461Z   Go version:       go1.24.5
2025-08-20T20:54:37.7061844Z   Git commit:       bea959c
2025-08-20T20:54:37.7062228Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:54:37.7062664Z   OS/Arch:          linux/amd64
2025-08-20T20:54:37.7063052Z   Experimental:     false
2025-08-20T20:54:37.7063411Z  containerd:
2025-08-20T20:54:37.7063718Z   Version:          1.7.27
2025-08-20T20:54:37.7064168Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:54:37.7064670Z  runc:
2025-08-20T20:54:37.7064961Z   Version:          1.2.5
2025-08-20T20:54:37.7065326Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:54:37.7065729Z  docker-init:
2025-08-20T20:54:37.7066027Z   Version:          0.19.0
2025-08-20T20:54:37.7066378Z   GitCommit:        de40ad0
2025-08-20T20:54:37.7074604Z 
2025-08-20T20:54:37.7074812Z ================================================================================
2025-08-20T20:54:37.7075175Z 
2025-08-20T20:54:37.7075564Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:54:37.7076177Z Docker daemon in rootless mode for your user:
2025-08-20T20:54:37.7076504Z 
2025-08-20T20:54:37.7076690Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:54:37.7077008Z 
2025-08-20T20:54:37.7077341Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:54:37.7077744Z 
2025-08-20T20:54:37.7077747Z 
2025-08-20T20:54:37.7078173Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:54:37.7078677Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:54:37.7079316Z 
2025-08-20T20:54:37.7079525Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:54:37.7080022Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:54:37.7080499Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:54:37.7080797Z 
2025-08-20T20:54:37.7080896Z ================================================================================
2025-08-20T20:54:37.7081093Z 
2025-08-20T20:54:48.4109898Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:48.4110609Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:48.4111243Z      Active: active (running) since Wed 2025-08-20 20:54:38 UTC; 10s ago
2025-08-20T20:54:48.4111746Z TriggeredBy: ● docker.socket
2025-08-20T20:54:48.4112106Z        Docs: https://docs.docker.com
2025-08-20T20:54:48.4112496Z    Main PID: 19772 (dockerd)
2025-08-20T20:54:48.4112886Z       Tasks: 10
2025-08-20T20:54:48.4113260Z      Memory: 23.6M (peak: 28.0M)
2025-08-20T20:54:48.4113769Z         CPU: 310ms
2025-08-20T20:54:48.4114172Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:48.4117079Z              └─19772 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:48.4117707Z 
2025-08-20T20:54:48.4118455Z Aug 20 20:54:37 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:37.845003404Z" level=info msg="Loading containers: start."
2025-08-20T20:54:48.4121564Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.329568203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 250aeae7530fa5e72286f1e814849cc826e5fa77b850a0311e395120d139fc53], retrying...."
2025-08-20T20:54:48.4123630Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.360968871Z" level=info msg="Loading containers: done."
2025-08-20T20:54:48.4124794Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.369991172Z" 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-20T20:54:48.4126389Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370070391Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:48.4127293Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370102942Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:48.4127993Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.389354139Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:48.4128765Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392438287Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:48.4130609Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392499137Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:48.4131287Z Aug 20 20:54:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:48.4228100Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:48.4229050Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:48.4229874Z      Active: active (running) since Wed 2025-08-20 20:54:38 UTC; 10s ago
2025-08-20T20:54:48.4230514Z TriggeredBy: ● docker.socket
2025-08-20T20:54:48.4230925Z        Docs: https://docs.docker.com
2025-08-20T20:54:48.4231331Z    Main PID: 19772 (dockerd)
2025-08-20T20:54:48.4231562Z       Tasks: 10
2025-08-20T20:54:48.4231768Z      Memory: 23.6M (peak: 28.0M)
2025-08-20T20:54:48.4232007Z         CPU: 310ms
2025-08-20T20:54:48.4232524Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:48.4233097Z              └─19772 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:48.4233416Z 
2025-08-20T20:54:48.4233742Z Aug 20 20:54:37 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:37.845003404Z" level=info msg="Loading containers: start."
2025-08-20T20:54:48.4234936Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.329568203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 250aeae7530fa5e72286f1e814849cc826e5fa77b850a0311e395120d139fc53], retrying...."
2025-08-20T20:54:48.4236157Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.360968871Z" level=info msg="Loading containers: done."
2025-08-20T20:54:48.4237326Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.369991172Z" 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-20T20:54:48.4238695Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370070391Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:48.4239887Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370102942Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:48.4240619Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.389354139Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:48.4241382Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392438287Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:48.4242127Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392499137Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:48.4242805Z Aug 20 20:54:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:48.4436717Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:48.4437728Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:48.4438517Z      Active: active (running) since Wed 2025-08-20 20:54:38 UTC; 10s ago
2025-08-20T20:54:48.4439223Z TriggeredBy: ● docker.socket
2025-08-20T20:54:48.4439519Z        Docs: https://docs.docker.com
2025-08-20T20:54:48.4439801Z    Main PID: 19772 (dockerd)
2025-08-20T20:54:48.4440053Z       Tasks: 10
2025-08-20T20:54:48.4440392Z      Memory: 23.6M (peak: 28.0M)
2025-08-20T20:54:48.4440788Z         CPU: 310ms
2025-08-20T20:54:48.4441187Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:48.4442088Z              └─19772 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:48.4442667Z 
2025-08-20T20:54:48.4443320Z Aug 20 20:54:37 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:37.845003404Z" level=info msg="Loading containers: start."
2025-08-20T20:54:48.4445811Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.329568203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 250aeae7530fa5e72286f1e814849cc826e5fa77b850a0311e395120d139fc53], retrying...."
2025-08-20T20:54:48.4448461Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.360968871Z" level=info msg="Loading containers: done."
2025-08-20T20:54:48.4450767Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.369991172Z" 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-20T20:54:48.4452597Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370070391Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:48.4453507Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.370102942Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:48.4454242Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.389354139Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:48.4455021Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392438287Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:48.4455768Z Aug 20 20:54:38 pkrvmqc4gcfdwos dockerd[19772]: time="2025-08-20T20:54:38.392499137Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:48.4456429Z Aug 20 20:54:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:48.4550378Z Docker version 28.3.3, build 980b856
2025-08-20T20:54:48.4735237Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:54:49.3769511Z latest: Pulling from library/hello-world
2025-08-20T20:54:49.6096554Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:54:50.0053341Z 17eec7bbc9d7: Download complete
2025-08-20T20:54:50.0098299Z 17eec7bbc9d7: Pull complete
2025-08-20T20:54:50.0216977Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:54:50.0230516Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:54:50.1952610Z 
2025-08-20T20:54:50.1953677Z Hello from Docker!
2025-08-20T20:54:50.1954342Z This message shows that your installation appears to be working correctly.
2025-08-20T20:54:50.1955403Z 
2025-08-20T20:54:50.1955783Z To generate this message, Docker took the following steps:
2025-08-20T20:54:50.1956391Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:54:50.1957915Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:54:50.1958492Z     (amd64)
2025-08-20T20:54:50.1959186Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:54:50.1959965Z     executable that produces the output you are currently reading.
2025-08-20T20:54:50.1960711Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:54:50.1961555Z     to your terminal.
2025-08-20T20:54:50.1961745Z 
2025-08-20T20:54:50.1962019Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:54:50.1962548Z  $ docker run -it ubuntu bash
2025-08-20T20:54:50.1962788Z 
2025-08-20T20:54:50.1963068Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:54:50.1963648Z  https://hub.docker.com/
2025-08-20T20:54:50.1963905Z 
2025-08-20T20:54:50.1964014Z For more examples and ideas, visit:
2025-08-20T20:54:50.1964292Z  https://docs.docker.com/get-started/
2025-08-20T20:54:50.1964509Z 
2025-08-20T20:54:50.3043101Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:54:50.3043756Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:54:50.3044410Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:54:50.3045030Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:54:50.3045620Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:54:50.3046234Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:54:50.3046827Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:54:50.3047433Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:54:50.3048011Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:54:50.3048551Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:54:50.3049392Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:54:50.3050107Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:54:50.3050846Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:54:50.3051877Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:54:50.3052637Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:54:50.3053369Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:54:50.3054075Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:54:50.3054663Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:54:50.3055096Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:54:50.3055597Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:54:50.3056082Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:54:50.3056520Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:54:50.3056987Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:54:50.3057422Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:54:50.3057798Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:54:50.3058214Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:54:50.3058660Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:54:50.3059349Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:54:50.3059758Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:54:50.3060175Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:54:50.3060598Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:54:50.3061017Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:54:50.3061448Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:54:50.3061877Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:54:50.3062521Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:54:50.3063528Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:54:50.3064232Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:54:50.3064939Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:54:50.3065665Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:54:50.3066439Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:54:50.3067299Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:54:50.3068056Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:54:50.3068785Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:54:50.3070349Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:54:50.3071183Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:54:50.3072049Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:54:50.3072956Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:54:50.3073762Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:54:50.3074522Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:54:50.3075266Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:54:50.3075991Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:54:50.3076728Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:54:50.3077652Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:54:50.3078320Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:54:50.3079166Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:54:50.3079847Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:54:50.3080422Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:54:50.3081035Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:54:50.3081758Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:54:50.3082439Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:54:50.3083173Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:54:50.3083952Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:54:50.3084704Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:54:50.3085440Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:54:50.3086199Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:54:50.3086977Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:54:50.3087692Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:54:50.3088400Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:54:50.3089306Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:54:50.3090167Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:54:50.3091058Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:54:50.3091900Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:54:50.3092653Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:54:50.3093338Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:54:50.3094039Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:54:50.3094933Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:54:50.3095701Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:54:50.3096563Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:54:50.3097437Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:54:50.3098311Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:54:50.3100529Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:54:50.3101259Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:54:50.3101960Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:54:50.3102688Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:54:50.3103395Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:54:50.3103982Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:54:50.3104433Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:54:50.3104868Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:54:50.3105269Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:54:50.3105651Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:54:50.3106060Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:54:50.3106463Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:54:50.3106991Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:54:50.3107365Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:54:50.3107768Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:54:50.3108158Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:54:50.3108514Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:54:50.3109099Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:54:50.3109585Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:54:50.3109950Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:54:50.3110337Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:54:50.3110704Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:54:50.3111065Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:54:50.3111444Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:54:50.3111838Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:54:50.3112378Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:54:50.3113008Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:54:50.3113644Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:54:50.3114296Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:54:50.3115055Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:54:50.3115736Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:54:50.3116092Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:54:50.3116415Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:54:50.3116809Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:54:50.3117254Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:54:50.3117614Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:54:50.3118160Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:54:50.3118517Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:54:50.3119131Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:54:50.3119545Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:54:50.3119982Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:54:50.3120426Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:54:50.3120827Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:54:50.3121217Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:54:50.3121613Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:54:50.3122004Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:54:50.3122412Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:54:50.3122821Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:54:50.3130604Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:54:50.3131110Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:54:50.3131556Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:54:50.3132013Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:54:50.3132455Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:54:50.3132849Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:54:50.3133865Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:54:50.3134668Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:54:50.3135146Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:54:50.3135571Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:54:50.3135977Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:54:50.3136378Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:54:50.3136782Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:54:50.3137167Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:54:50.3137538Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:54:50.3137851Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:54:50.3138258Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:54:50.3138656Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:54:50.3139321Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:54:50.3139725Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:54:50.3140102Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:54:50.3140478Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:54:50.3140859Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:54:50.3141208Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:54:50.3141547Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:54:50.3141968Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:54:50.3142412Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:54:50.3142813Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:54:50.3143184Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:54:50.3143719Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:54:50.3144132Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:54:50.3144548Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:54:50.3144966Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:54:50.3145325Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:54:50.3145683Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:54:50.3146101Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:54:50.3146527Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:54:50.3146942Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:54:50.3147315Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:54:50.3147662Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:54:50.3148053Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:54:50.3148439Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:54:50.3149060Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:54:50.3149583Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:54:50.3149999Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:54:50.3150367Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:54:50.3150711Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:54:50.3151189Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:54:50.3151639Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:54:50.3152142Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:54:50.3152589Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:54:50.3152964Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:54:50.3153429Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:54:50.3153967Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:54:50.3154468Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:54:50.3154900Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:54:50.3155260Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:54:50.3155649Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:54:50.3156063Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:54:50.3156483Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:54:50.3156886Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:54:50.3157269Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:54:50.3157640Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:54:50.3158038Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:54:50.3158433Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:54:50.3158822Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:54:50.3159389Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:54:50.3159787Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:54:50.3160178Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:54:50.3160727Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:54:50.3161182Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:54:50.3161609Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:54:50.3161977Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:54:50.3162351Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:54:50.3162745Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:54:50.3163118Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:54:50.3163494Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:54:50.3163873Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:54:50.3164264Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:54:50.3164683Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:54:50.3165156Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:54:50.3165603Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:54:50.3166003Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:54:50.3166389Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:54:50.3166769Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:54:50.3167145Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:54:50.3167511Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:54:50.3168060Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:54:50.3168447Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:54:50.3169054Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:54:50.3169552Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:54:50.3170023Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:54:50.3170548Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:54:50.3171053Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:54:50.3171547Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:54:50.3172036Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:54:50.3172473Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:54:50.3172841Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:54:50.3173201Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:54:50.3173579Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:54:50.3173953Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:54:50.3174310Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:54:50.3174684Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:54:50.3175063Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:54:50.3175442Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:54:50.3175821Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:54:50.3176195Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:54:50.3176591Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:54:50.3176974Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:54:50.3177515Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:54:50.3177946Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:54:50.3178331Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:54:50.3178706Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:54:50.3179318Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:54:50.3179692Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:54:50.3180046Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:54:50.3180395Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:54:50.3180760Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:54:50.3181144Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:54:50.3181514Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:54:50.3181910Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:54:50.3182272Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:54:50.3182587Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:54:50.3183061Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3183580Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:54:50.3183953Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:54:50.3184323Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:54:50.3184692Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:54:50.3185219Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:54:50.3185710Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:54:50.3186150Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:54:50.3186584Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:54:50.3186987Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:54:50.3187391Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:54:50.3187811Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:54:50.3188223Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:54:50.3188610Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:54:50.3189178Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:54:50.3189690Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:54:50.3190193Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:54:50.3190639Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:54:50.3191045Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:54:50.3191438Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:54:50.3191925Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:54:50.3192408Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:54:50.3192810Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:54:50.3193242Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:54:50.3193692Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:54:50.3194098Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:54:50.3194590Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:54:50.3194952Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:54:50.3195328Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:54:50.3195708Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:54:50.3196074Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:54:50.3196435Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:54:50.3196823Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:54:50.3197201Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:54:50.3197566Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:54:50.3197937Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:54:50.3198293Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:54:50.3198671Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:54:50.3199150Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:54:50.3199510Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:54:50.3199864Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:54:50.3200218Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:54:50.3200580Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:54:50.3200946Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:54:50.3201305Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:54:50.3201807Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:54:50.3202182Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:54:50.3202532Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:54:50.3202903Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:54:50.3203339Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:54:50.3203749Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:54:50.3204109Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:54:50.3204489Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:54:50.3204908Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:54:50.3205300Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:54:50.3205655Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:54:50.3206017Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:54:50.3206375Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:54:50.3206676Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:54:50.3206975Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:54:50.3207325Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:54:50.3207678Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:54:50.3208042Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:54:50.3208398Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:54:50.3208741Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:54:50.3209178Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:54:50.3209560Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:54:50.3209968Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:54:50.3210362Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:54:50.3210876Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:54:50.3211267Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:54:50.3212015Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:54:50.3212568Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:54:50.3213195Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:54:50.3213819Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:54:50.3214359Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:54:50.3214867Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:54:50.3215312Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:54:50.3215836Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:54:50.3216459Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:54:50.3217023Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:54:50.3217516Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:54:50.3217959Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:54:50.3218325Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:54:50.3218696Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:54:50.3219304Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:54:50.3219688Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:54:50.3220085Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:54:50.3220465Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:54:50.3220848Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:54:50.3221224Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:54:50.3221602Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:54:50.3221972Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:54:50.3222340Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:54:50.3222707Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:54:50.3223100Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:54:50.3223492Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:54:50.3223897Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:54:50.3224314Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:54:50.3224674Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:54:50.3225059Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:54:50.3225470Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:54:50.3225876Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:54:50.3226311Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:54:50.3226742Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:54:50.3227116Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:54:50.3227536Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:54:50.3227918Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:54:50.3228394Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:54:50.3228777Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:54:50.3229267Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:54:50.3229647Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:54:50.3230029Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:54:50.3230389Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:54:50.3230745Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:54:50.3231303Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3232018Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3232704Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3233363Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3233895Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:54:50.3234276Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:54:50.3234644Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:54:50.3235019Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:54:50.3235390Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:54:50.3235865Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:54:50.3236241Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:54:50.3236627Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:54:50.3237000Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:54:50.3237381Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:54:50.3237780Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:54:50.3238164Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:54:50.3238562Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:54:50.3239087Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:54:50.3239490Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:54:50.3239892Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:54:50.3240289Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:54:50.3240683Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:54:50.3241076Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:54:50.3241460Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:54:50.3241834Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:54:50.3242226Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:54:50.3242630Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:54:50.3243024Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:54:50.3243422Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:54:50.3243819Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:54:50.3244207Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:54:50.3244636Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:54:50.3245189Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:54:50.3245590Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:54:50.3246028Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:54:50.3246492Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:54:50.3246902Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:54:50.3247275Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:54:50.3247659Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:54:50.3248057Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:54:50.3248465Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:54:50.3248980Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:54:50.3249360Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:54:50.3249750Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:54:50.3250232Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:54:50.3250697Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:54:50.3251093Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:54:50.3251497Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:54:50.3251947Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:54:50.3252503Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:54:50.3252982Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:54:50.3253472Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:54:50.3253921Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:54:50.3254361Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:54:50.3254757Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:54:50.3255154Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:54:50.3255582Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:54:50.3255968Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:54:50.3256350Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:54:50.3256758Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:54:50.3257161Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:54:50.3257568Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:54:50.3257985Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:54:50.3258378Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:54:50.3258752Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:54:50.3259261Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:54:50.3259620Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:54:50.3260010Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:54:50.3260427Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:54:50.3260883Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:54:50.3261334Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:54:50.3261853Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:54:50.3262290Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:54:50.3262944Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:54:50.3263642Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:54:50.3264358Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:54:50.3264984Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:54:50.3265618Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:54:50.3266312Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:54:50.3266723Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:54:50.3267098Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:54:50.3267434Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:54:50.3267748Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:54:50.3268106Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:54:50.3268614Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:54:50.3269288Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:54:50.3269670Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:54:50.3270036Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:54:50.3270432Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:54:50.3270990Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:54:50.3271406Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:54:50.3271810Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:54:50.3272224Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:54:50.3272632Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:54:50.3273005Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:54:50.3273377Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:54:50.3273738Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:54:50.3274119Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:54:50.3274540Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:54:50.3274973Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:54:50.3275363Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:54:50.3275786Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:54:50.3276227Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:54:50.3276620Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:54:50.3276987Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:54:50.3277341Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:54:50.3277699Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:54:50.3278082Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:54:50.3278457Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:54:50.3278961Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:54:50.3279373Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:54:50.3279833Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:54:50.3280390Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:54:50.3280766Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:54:50.3281150Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:54:50.3281533Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:54:50.3281917Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:54:50.3282294Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:54:50.3282671Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:54:50.3283115Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:54:50.3283606Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:54:50.3284032Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:54:50.3284405Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:54:50.3284777Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:54:50.3285177Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:54:50.3285570Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:54:50.3285944Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:54:50.3286340Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:54:50.3286721Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:54:50.3287182Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:54:50.3287540Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:54:50.3287936Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:54:50.3288357Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:54:50.3288737Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:54:50.3289233Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:54:50.3289681Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:54:50.3290123Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:54:50.3290546Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:54:50.3290945Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:54:50.3291473Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3291984Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:54:50.3292299Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:54:50.3292640Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:54:50.3293047Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:54:50.3293471Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:54:50.3294007Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:54:50.3294592Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:54:50.3295201Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:54:50.3295856Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:54:50.3296504Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:54:50.3297289Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:54:50.3297908Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:54:50.3298485Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:54:50.3299120Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:54:50.3299577Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:54:50.3300010Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:54:50.3300440Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:54:50.3300921Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:54:50.3301354Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:54:50.3301738Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:54:50.3302106Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:54:50.3302635Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:54:50.3303018Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:54:50.3303429Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:54:50.3303841Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:54:50.3304207Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:54:50.3304599Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:54:50.3305188Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:54:50.3305685Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:54:50.3306175Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:54:50.3306657Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:54:50.3307140Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:54:50.3307618Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:54:50.3308067Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:54:50.3308481Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:54:50.3309027Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:54:50.3309444Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:54:50.3309857Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:54:50.3310270Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:54:50.3310707Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:54:50.3311133Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:54:50.3311524Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:54:50.3311911Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:54:50.3312290Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:54:50.3312670Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:54:50.3313105Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:54:50.3313545Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:54:50.3313949Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:54:50.3314477Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:54:50.3314941Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:54:50.3315392Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:54:50.3316047Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:54:50.3316528Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:54:50.3316929Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:54:50.3317305Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:54:50.3317691Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:54:50.3318067Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:54:50.3318444Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:54:50.3318955Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:54:50.3319358Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:54:50.3319782Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:54:50.3320248Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:54:50.3320668Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:54:50.3321075Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:54:50.3321472Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:54:50.3321772Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:54:50.3322212Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:54:50.3322597Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:54:50.3322994Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:54:50.3323384Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:54:50.3323775Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:54:50.3324201Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:54:50.3324645Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:54:50.3325058Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:54:50.3325443Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:54:50.3325838Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:54:50.3326388Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:50.3326969Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:54:50.3327421Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:54:50.3327861Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:54:50.3328303Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:54:50.3328720Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:54:50.3329220Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:54:50.3329614Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:54:50.3330001Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:54:50.3330401Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:54:50.3330799Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:54:50.3331172Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:54:50.3331674Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:54:50.3332070Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:54:50.3332440Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:54:50.3332851Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:54:50.3333309Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:54:50.3333729Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:54:50.3334109Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:54:50.3334487Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:54:50.3334871Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:54:50.3335247Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:54:50.3335619Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:54:50.3336043Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:54:50.3336493Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:54:50.3336896Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:54:50.3337289Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:54:50.3337686Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:54:50.3338068Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:54:50.3338552Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:54:50.3339083Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:54:50.3339484Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:54:50.3339940Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:54:50.3340403Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:54:50.3340837Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:54:50.3341246Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:54:50.3341651Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:54:50.3342075Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:54:50.3342470Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:54:50.3342840Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:54:50.3343156Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:54:50.3343459Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:54:50.3343837Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:54:50.3344218Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:54:50.3344575Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:54:50.3344944Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:54:50.3345344Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:54:50.3345736Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:54:50.3346098Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:54:50.3346451Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:54:50.3346831Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:54:50.3347226Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:54:50.3347603Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:54:50.3348090Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:54:50.3348454Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:54:50.3348955Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:54:50.3349343Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:54:50.3349692Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:54:50.3350068Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:54:50.3350455Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:54:50.3350833Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:54:50.3351214Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:54:50.3351589Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:54:50.3351971Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:54:50.3352377Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:54:50.3352802Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:54:50.3353208Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:54:50.3353567Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:54:50.3353923Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:54:50.3354273Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:54:50.3354700Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:54:50.3355314Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:54:50.3355819Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:54:50.3356302Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:54:50.3356812Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:54:50.3357248Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:54:50.3357635Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:54:50.3358027Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:54:50.3358414Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:54:50.3358800Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:54:50.3359292Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:54:50.3359681Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:54:50.3360058Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:54:50.3360455Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:54:50.3360897Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:54:50.3361329Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:54:50.3361711Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:54:50.3362114Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:54:50.3362535Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:54:50.3362920Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:54:50.3363278Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:54:50.3363674Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:54:50.3364129Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:54:50.3364677Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:54:50.3365086Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:54:50.3365492Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:54:50.3365817Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:54:50.3366098Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:54:50.3366450Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:54:50.3366930Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:54:50.4651449Z [+] Installing Go for linux-amd64...
2025-08-20T20:54:52.3360249Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:54:52.3360905Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:54:52.3361515Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:54:56.5501582Z [+] Downloading Go go1.25.0...
2025-08-20T20:54:56.5552406Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:54:56.5553093Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:54:56.5553447Z 
2025-08-20T20:54:56.6708253Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:54:56.6709366Z 100    80  100    80    0     0    692      0 --:--:-- --:--:-- --:--:--   695
2025-08-20T20:54:56.7730706Z 
2025-08-20T20:54:56.7731229Z 100    75  100    75    0     0    344      0 --:--:-- --:--:-- --:--:--   344
2025-08-20T20:54:57.3990916Z 
2025-08-20T20:54:57.4198101Z  92 56.8M   92 52.5M    0     0  62.3M      0 --:--:-- --:--:-- --:--:-- 62.3M
2025-08-20T20:54:57.4199306Z 100 56.8M  100 56.8M    0     0  65.8M      0 --:--:-- --:--:-- --:--:--  215M
2025-08-20T20:54:57.4232413Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:54:58.8229168Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:54:58.8229976Z [+] GOROOT: /home/runner/.go
2025-08-20T20:54:58.8230542Z [+] GOPATH: /home/runner/go
2025-08-20T20:54:58.8231277Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:54:58.8383360Z go version go1.25.0 linux/amd64
2025-08-20T20:54:58.8748216Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:54:58.8749952Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:54:58.8750666Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:54:58.8751361Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:54:58.8752093Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:54:58.8752740Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:54:58.8753203Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:54:58.8753610Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:54:58.8754003Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:54:58.8754360Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:54:58.8754741Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:54:58.8755158Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:54:58.8755570Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:54:58.8756003Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:54:58.8756425Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:54:58.8756850Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:54:58.8757285Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:54:58.8757671Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:54:58.8758075Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:54:58.8759047Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:54:58.8759527Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:54:58.8759941Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:54:58.8760599Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:54:58.8761299Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:54:58.8761921Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:54:58.8762601Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:54:58.8763051Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:54:58.8763460Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:54:58.8763862Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:54:58.8764282Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:54:58.8764698Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:54:58.8765117Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:54:58.8765542Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:54:58.8765952Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:54:58.8766402Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:54:58.8766847Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:54:58.8767442Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:54:58.8767872Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:54:58.8768302Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:54:58.8768726Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:54:58.8769356Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:54:58.8769759Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:54:58.8770150Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:54:58.8770605Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:54:58.8771081Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:54:58.8771547Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:54:58.8772038Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:54:58.8772479Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:54:58.8772991Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:54:58.8773425Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:54:58.8773833Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:54:58.8774246Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:54:58.8774643Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:54:58.8775013Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:54:58.8775374Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:54:58.8775741Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:54:58.8776068Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:54:58.8776427Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:54:58.8776972Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:54:58.8777351Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:54:58.8777765Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:54:58.8778203Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:54:58.8778622Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:54:58.8779262Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:54:58.8779690Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:54:58.8780129Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:54:58.8780538Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:54:58.8780930Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:54:58.8781356Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:54:58.8781827Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:54:58.8782323Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:54:58.8782796Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:54:58.8783213Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:54:58.8783599Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:54:58.8783993Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:54:58.8784523Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:54:58.8784970Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:54:58.8785463Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:54:58.8785966Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:54:58.8786462Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:54:58.8786904Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:54:58.8787303Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:54:58.8787696Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:54:58.8788104Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:54:58.8788498Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:54:58.8789472Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:54:58.8789908Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:54:58.8790330Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:54:58.8798115Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:54:58.8798567Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:54:58.8799238Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:54:58.8799674Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:54:58.8800062Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:54:58.8800438Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:54:58.8800840Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:54:58.8801235Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:54:58.8801590Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:54:58.8801963Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:54:58.8802614Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:54:58.8802978Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:54:58.8803365Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:54:58.8803727Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:54:58.8804086Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:54:58.8804454Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:54:58.8804842Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:54:58.8805243Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:54:58.8805636Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:54:58.8806009Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:54:58.8806382Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:54:58.8806772Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:54:58.8807171Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:54:58.8807515Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:54:58.8807844Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:54:58.8808203Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:54:58.8808555Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:54:58.8809103Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:54:58.8809472Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:54:58.8809941Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:54:58.8810317Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:54:58.8810718Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:54:58.8811150Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:54:58.8811588Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:54:58.8811980Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:54:58.8812363Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:54:58.8812752Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:54:58.8813135Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:54:58.8813535Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:54:58.8813944Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:54:58.8814318Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:54:58.8814706Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:54:58.8815111Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:54:58.8815548Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:54:58.8815974Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:54:58.8816354Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:54:58.8816740Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:54:58.8817140Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:54:58.8817542Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:54:58.8817943Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:54:58.8818325Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:54:58.8818970Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:54:58.8819406Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:54:58.8819783Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:54:58.8820142Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:54:58.8820447Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:54:58.8820772Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:54:58.8821164Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:54:58.8821561Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:54:58.8821959Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:54:58.8822328Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:54:58.8822695Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:54:58.8823075Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:54:58.8823422Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:54:58.8823756Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:54:58.8824179Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:54:58.8824613Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:54:58.8825011Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:54:58.8825378Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:54:58.8825760Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:54:58.8826277Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:54:58.8826694Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:54:58.8827110Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:54:58.8827466Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:54:58.8827819Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:54:58.8828231Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:54:58.8828653Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:54:58.8829261Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:54:58.8829623Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:54:58.8829959Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:54:58.8830348Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:54:58.8830726Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:54:58.8831150Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:54:58.8831620Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:54:58.8832030Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:54:58.8832390Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:54:58.8832730Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:54:58.8833083Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:54:58.8833528Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:54:58.8834026Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:54:58.8834465Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:54:58.8834838Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:54:58.8835302Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:54:58.8836212Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:54:58.8837086Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:54:58.8837854Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:54:58.8838502Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:54:58.8839178Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:54:58.8839603Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:54:58.8840019Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:54:58.8840427Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:54:58.8840802Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:54:58.8841181Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:54:58.8841574Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:54:58.8841969Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:54:58.8842359Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:54:58.8842740Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:54:58.8843129Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:54:58.8843515Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:54:58.8843940Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:54:58.8844539Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:54:58.8844974Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:54:58.8845381Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:54:58.8845747Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:54:58.8846137Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:54:58.8846513Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:54:58.8846889Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:54:58.8847267Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:54:58.8847650Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:54:58.8848066Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:54:58.8848534Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:54:58.8849162Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:54:58.8849579Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:54:58.8849963Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:54:58.8850339Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:54:58.8850706Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:54:58.8851070Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:54:58.8851453Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:54:58.8851832Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:54:58.8852274Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:54:58.8852753Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:54:58.8853213Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:54:58.8853853Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:54:58.8854359Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:54:58.8854848Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:54:58.8855336Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:54:58.8855764Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:54:58.8856124Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:54:58.8856483Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:54:58.8856854Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:54:58.8857233Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:54:58.8857591Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:54:58.8857966Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:54:58.8858343Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:54:58.8858721Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:54:58.8859379Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:54:58.8859773Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:54:58.8860169Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:54:58.8860555Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:54:58.8860968Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:54:58.8861627Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:54:58.8862022Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:54:58.8862396Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:54:58.8862810Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:54:58.8863183Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:54:58.8863534Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:54:58.8863882Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:54:58.8864238Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:54:58.8864623Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:54:58.8864996Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:54:58.8865392Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:54:58.8865755Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:54:58.8866069Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:54:58.8866535Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8867052Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:54:58.8867419Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:54:58.8867795Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:54:58.8868163Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:54:58.8868567Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:54:58.8869185Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:54:58.8869616Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:54:58.8870047Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:54:58.8870449Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:54:58.8870966Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:54:58.8871385Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:54:58.8871793Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:54:58.8872183Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:54:58.8872601Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:54:58.8873127Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:54:58.8873623Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:54:58.8874072Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:54:58.8874477Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:54:58.8874881Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:54:58.8875353Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:54:58.8875837Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:54:58.8876238Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:54:58.8876668Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:54:58.8877118Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:54:58.8877521Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:54:58.8877888Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:54:58.8878359Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:54:58.8878741Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:54:58.8879369Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:54:58.8879735Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:54:58.8880098Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:54:58.8880483Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:54:58.8880860Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:54:58.8881218Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:54:58.8881590Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:54:58.8881943Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:54:58.8882317Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:54:58.8882707Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:54:58.8883087Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:54:58.8883446Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:54:58.8883798Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:54:58.8884162Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:54:58.8884531Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:54:58.8884890Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:54:58.8885245Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:54:58.8885619Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:54:58.8885969Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:54:58.8886335Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:54:58.8886772Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:54:58.8887177Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:54:58.8887663Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:54:58.8888042Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:54:58.8888460Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:54:58.8889015Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:54:58.8889430Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:54:58.8889792Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:54:58.8890149Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:54:58.8890469Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:54:58.8890767Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:54:58.8891111Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:54:58.8891458Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:54:58.8891824Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:54:58.8892175Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:54:58.8892517Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:54:58.8892855Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:54:58.8893232Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:54:58.8893639Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:54:58.8894032Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:54:58.8894421Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:54:58.8894933Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:54:58.8895354Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:54:58.8895869Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:54:58.8896493Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:54:58.8897148Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:54:58.8897696Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:54:58.8898173Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:54:58.8898627Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:54:58.8899352Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:54:58.8899973Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:54:58.8900539Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:54:58.8901029Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:54:58.8901478Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:54:58.8901846Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:54:58.8902221Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:54:58.8902591Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:54:58.8902974Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:54:58.8903360Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:54:58.8903744Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:54:58.8904129Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:54:58.8904629Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:54:58.8905012Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:54:58.8905382Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:54:58.8905754Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:54:58.8906124Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:54:58.8906517Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:54:58.8906907Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:54:58.8907322Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:54:58.8907740Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:54:58.8908100Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:54:58.8908492Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:54:58.8909081Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:54:58.8909493Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:54:58.8909949Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:54:58.8910376Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:54:58.8910746Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:54:58.8911118Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:54:58.8911497Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:54:58.8911980Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:54:58.8912369Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:54:58.8912756Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:54:58.8913141Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:54:58.8913523Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:54:58.8913880Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:54:58.8914239Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:54:58.8914791Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8915502Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8916185Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8916843Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8917372Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:54:58.8917756Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:54:58.8918131Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:54:58.8918508Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:54:58.8919042Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:54:58.8919487Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:54:58.8919857Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:54:58.8920237Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:54:58.8920615Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:54:58.8920991Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:54:58.8921498Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:54:58.8921871Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:54:58.8922257Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:54:58.8922666Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:54:58.8923063Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:54:58.8923455Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:54:58.8923851Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:54:58.8924242Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:54:58.8924626Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:54:58.8925008Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:54:58.8925378Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:54:58.8925766Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:54:58.8926171Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:54:58.8926563Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:54:58.8926961Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:54:58.8927353Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:54:58.8927739Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:54:58.8928163Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:54:58.8928719Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:54:58.8929331Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:54:58.8929773Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:54:58.8930238Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:54:58.8930645Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:54:58.8931011Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:54:58.8931405Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:54:58.8931800Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:54:58.8932210Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:54:58.8932611Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:54:58.8932985Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:54:58.8933370Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:54:58.8933838Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:54:58.8934311Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:54:58.8934705Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:54:58.8935109Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:54:58.8935562Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:54:58.8936007Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:54:58.8936481Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:54:58.8936970Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:54:58.8937416Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:54:58.8937847Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:54:58.8938403Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:54:58.8938797Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:54:58.8939429Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:54:58.8939820Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:54:58.8940201Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:54:58.8940609Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:54:58.8941008Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:54:58.8941410Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:54:58.8941837Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:54:58.8942222Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:54:58.8942603Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:54:58.8942966Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:54:58.8943325Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:54:58.8943725Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:54:58.8944141Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:54:58.8944594Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:54:58.8945045Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:54:58.8945443Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:54:58.8945992Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:54:58.8946422Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:54:58.8946827Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:54:58.8947229Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:54:58.8947585Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:54:58.8947950Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:54:58.8948337Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:54:58.8948729Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:54:58.8949209Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:54:58.8949537Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:54:58.8949852Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:54:58.8950205Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:54:58.8950711Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:54:58.8951225Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:54:58.8951598Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:54:58.8951967Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:54:58.8952359Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:54:58.8952769Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:54:58.8953175Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:54:58.8953573Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:54:58.8953981Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:54:58.8954388Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:54:58.8954873Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:54:58.8955240Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:54:58.8955617Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:54:58.8955993Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:54:58.8956413Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:54:58.8956838Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:54:58.8957232Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:54:58.8957648Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:54:58.8958087Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:54:58.8958479Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:54:58.8958946Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:54:58.8959436Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:54:58.8959806Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:54:58.8960181Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:54:58.8960556Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:54:58.8960955Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:54:58.8961364Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:54:58.8961821Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:54:58.8962381Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:54:58.8962763Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:54:58.8963148Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:54:58.8963536Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:54:58.8963922Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:54:58.8964293Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:54:58.8964664Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:54:58.8965105Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:54:58.8965593Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:54:58.8966011Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:54:58.8966383Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:54:58.8966755Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:54:58.8967157Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:54:58.8967550Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:54:58.8967919Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:54:58.8968311Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:54:58.8968688Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:54:58.8969226Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:54:58.8969583Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:54:58.8969972Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:54:58.8970388Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:54:58.8970773Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:54:58.8971159Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:54:58.8971721Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:54:58.8972152Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:54:58.8972568Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:54:58.8972990Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:54:58.8973506Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.8974014Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:54:58.8974321Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:54:58.8976308Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:54:58.8976987Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:54:58.8977694Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:54:58.8978543Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:54:58.8979743Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:54:58.8980731Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:54:58.8981696Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:54:58.8982370Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:54:58.8983028Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:54:58.8983850Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:54:58.8984447Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:54:58.8984947Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:54:58.8985391Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:54:58.8985823Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:54:58.8986251Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:54:58.8986719Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:54:58.8987153Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:54:58.8987537Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:54:58.8987913Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:54:58.8988290Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:54:58.8988676Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:54:58.8989302Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:54:58.8989716Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:54:58.8990083Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:54:58.8990479Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:54:58.8990948Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:54:58.8991447Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:54:58.8991939Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:54:58.8992425Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:54:58.8992909Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:54:58.8993513Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:54:58.8993963Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:54:58.8994380Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:54:58.8994792Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:54:58.8995206Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:54:58.8995612Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:54:58.8996024Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:54:58.8996460Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:54:58.8996890Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:54:58.8997281Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:54:58.8997662Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:54:58.8998037Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:54:58.8998414Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:54:58.8999048Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:54:58.8999563Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:54:58.8999964Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:54:58.9000370Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:54:58.9000929Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:54:58.9001381Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:54:58.9001833Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:54:58.9002272Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:54:58.9002680Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:54:58.9003070Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:54:58.9003478Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:54:58.9003860Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:54:58.9004236Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:54:58.9004645Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:54:58.9005051Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:54:58.9005481Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:54:58.9005959Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:54:58.9006382Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:54:58.9006787Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:54:58.9007184Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:54:58.9007484Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:54:58.9007809Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:54:58.9008197Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:54:58.9008594Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:54:58.9009171Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:54:58.9009570Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:54:58.9009998Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:54:58.9010569Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:54:58.9010987Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:54:58.9011375Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:54:58.9011768Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:54:58.9012316Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:58.9012893Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:54:58.9013346Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:54:58.9013788Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:54:58.9014220Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:54:58.9014643Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:54:58.9015042Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:54:58.9015433Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:54:58.9015818Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:54:58.9016216Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:54:58.9016613Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:54:58.9016989Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:54:58.9017489Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:54:58.9017892Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:54:58.9018266Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:54:58.9018682Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:54:58.9019316Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:54:58.9019737Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:54:58.9020112Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:54:58.9020489Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:54:58.9020875Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:54:58.9021253Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:54:58.9021617Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:54:58.9022046Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:54:58.9022521Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:54:58.9022923Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:54:58.9023320Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:54:58.9023712Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:54:58.9024090Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:54:58.9024463Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:54:58.9024865Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:54:58.9025285Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:54:58.9025748Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:54:58.9026211Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:54:58.9026642Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:54:58.9027166Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:54:58.9027571Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:54:58.9027998Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:54:58.9028392Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:54:58.9028754Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:54:58.9029252Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:54:58.9029553Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:54:58.9029924Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:54:58.9030311Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:54:58.9030673Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:54:58.9031049Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:54:58.9031452Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:54:58.9031838Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:54:58.9032198Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:54:58.9032550Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:54:58.9032930Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:54:58.9033328Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:54:58.9033704Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:54:58.9034068Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:54:58.9034547Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:54:58.9034938Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:54:58.9035327Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:54:58.9035680Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:54:58.9036057Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:54:58.9036448Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:54:58.9036823Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:54:58.9037205Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:54:58.9037581Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:54:58.9037963Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:54:58.9038372Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:54:58.9038798Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:54:58.9039399Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:54:58.9039757Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:54:58.9040109Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:54:58.9040452Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:54:58.9040881Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:54:58.9041380Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:54:58.9041851Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:54:58.9042332Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:54:58.9042833Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:54:58.9043268Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:54:58.9043780Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:54:58.9044168Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:54:58.9044556Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:54:58.9044943Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:54:58.9045325Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:54:58.9045709Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:54:58.9046079Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:54:58.9046471Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:54:58.9046919Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:54:58.9047356Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:54:58.9047740Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:54:58.9048144Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:54:58.9048575Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:54:58.9049220Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:54:58.9049614Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:54:58.9050012Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:54:58.9050475Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:54:58.9050908Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:54:58.9051454Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:54:58.9051866Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:54:58.9052204Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:54:58.9052482Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:54:58.9052837Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:54:58.9053320Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:54:59.1251737Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:59.3159490Z Collecting meson
2025-08-20T20:54:59.3693779Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:54:59.4122654Z Collecting ninja
2025-08-20T20:54:59.4220090Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:54:59.4493119Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:54:59.5439144Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.4 MB/s  0:00:00
2025-08-20T20:54:59.5535865Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:54:59.6530575Z Installing collected packages: ninja, meson
2025-08-20T20:55:00.3738644Z 
2025-08-20T20:55:00.3768700Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:55:00.6684523Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:55:00.7754029Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:55:00.8533390Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:55:01.3086600Z 1.8.4
2025-08-20T20:55:01.3331699Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:55:01.3583030Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:55:01.3583676Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:55:01.3584322Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:55:01.3584965Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:55:01.3585877Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:55:01.3586497Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:55:01.3587017Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:55:01.3587419Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:55:01.3587786Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:55:01.3588132Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:55:01.3588498Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:55:01.3589091Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:55:01.3589490Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:55:01.3589920Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:55:01.3590416Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:55:01.3590828Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:55:01.3591238Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:55:01.3591610Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:55:01.3591999Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:55:01.3592464Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:55:01.3592914Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:55:01.3593307Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:55:01.3593904Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:55:01.3594325Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:55:01.3594687Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:55:01.3595097Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:55:01.3595538Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:55:01.3595959Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:55:01.3596375Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:55:01.3596903Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:55:01.3597643Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:55:01.3598373Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:55:01.3599308Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:55:01.3600056Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:55:01.3600849Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:55:01.3601687Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:55:01.3602464Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:55:01.3603175Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:55:01.3603901Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:55:01.3604647Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:55:01.3605371Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:55:01.3606080Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:55:01.3606794Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:55:01.3607619Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:55:01.3608733Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:55:01.3609782Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:55:01.3610669Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:55:01.3611473Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:55:01.3612219Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:55:01.3612968Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:55:01.3613720Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:55:01.3624967Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:55:01.3625751Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:55:01.3626485Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:55:01.3627136Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:55:01.3627795Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:55:01.3628383Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:55:01.3629140Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:55:01.3629871Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:55:01.3630538Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:55:01.3631251Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:55:01.3632034Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:55:01.3632979Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:55:01.3633720Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:55:01.3634489Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:55:01.3635256Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:55:01.3635971Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:55:01.3636672Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:55:01.3637414Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:55:01.3638246Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:55:01.3639291Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:55:01.3639838Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:55:01.3640288Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:55:01.3640694Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:55:01.3641108Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:55:01.3641542Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:55:01.3641993Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:55:01.3642490Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:55:01.3642994Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:55:01.3643490Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:55:01.3643930Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:55:01.3644334Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:55:01.3644727Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:55:01.3645289Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:55:01.3645693Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:55:01.3646111Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:55:01.3646775Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:55:01.3647485Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:55:01.3648126Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:55:01.3648803Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:55:01.3649563Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:55:01.3649987Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:55:01.3650367Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:55:01.3650740Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:55:01.3651149Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:55:01.3651540Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:55:01.3651889Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:55:01.3652266Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:55:01.3652644Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:55:01.3653007Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:55:01.3653396Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:55:01.3653759Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:55:01.3654271Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:55:01.3654652Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:55:01.3655046Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:55:01.3655447Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:55:01.3655836Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:55:01.3656208Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:55:01.3656575Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:55:01.3656969Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:55:01.3657368Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:55:01.3657728Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:55:01.3658057Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:55:01.3658417Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:55:01.3658770Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:55:01.3659501Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:55:01.3659968Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:55:01.3660322Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:55:01.3660702Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:55:01.3661099Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:55:01.3661540Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:55:01.3661985Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:55:01.3662384Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:55:01.3662780Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:55:01.3663168Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:55:01.3663685Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:55:01.3664088Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:55:01.3664497Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:55:01.3664875Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:55:01.3665261Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:55:01.3665671Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:55:01.3666112Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:55:01.3666543Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:55:01.3666929Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:55:01.3667315Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:55:01.3667727Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:55:01.3668131Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:55:01.3668526Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:55:01.3669114Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:55:01.3669517Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:55:01.3669920Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:55:01.3670298Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:55:01.3670661Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:55:01.3671091Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:55:01.3671421Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:55:01.3671817Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:55:01.3672218Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:55:01.3672611Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:55:01.3672982Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:55:01.3673354Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:55:01.3673726Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:55:01.3674074Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:55:01.3674406Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:55:01.3674828Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:55:01.3675275Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:55:01.3675674Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:55:01.3676051Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:55:01.3676436Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:55:01.3676846Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:55:01.3677262Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:55:01.3677675Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:55:01.3678034Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:55:01.3678390Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:55:01.3678811Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:55:01.3679412Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:55:01.3679819Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:55:01.3680303Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:55:01.3680642Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:55:01.3681026Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:55:01.3681402Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:55:01.3681828Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:55:01.3682300Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:55:01.3682710Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:55:01.3683074Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:55:01.3683416Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:55:01.3683776Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:55:01.3684224Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:55:01.3684729Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:55:01.3685173Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:55:01.3685546Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:55:01.3686013Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:55:01.3686562Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:55:01.3687060Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:55:01.3687495Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:55:01.3687965Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:55:01.3688354Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:55:01.3688770Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:55:01.3689437Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:55:01.3689840Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:55:01.3690216Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:55:01.3690588Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:55:01.3690983Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:55:01.3691379Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:55:01.3691773Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:55:01.3692171Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:55:01.3692558Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:55:01.3692946Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:55:01.3693370Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:55:01.3693840Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:55:01.3694269Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:55:01.3694634Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:55:01.3695006Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:55:01.3695407Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:55:01.3695783Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:55:01.3696166Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:55:01.3696550Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:55:01.3696938Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:55:01.3697481Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:55:01.3697951Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:55:01.3698403Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:55:01.3698807Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:55:01.3699386Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:55:01.3699771Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:55:01.3700147Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:55:01.3700517Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:55:01.3700908Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:55:01.3701291Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:55:01.3701749Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:55:01.3702230Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:55:01.3702688Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:55:01.3703205Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:55:01.3703712Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:55:01.3704206Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:55:01.3704699Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:55:01.3705251Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:55:01.3705623Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:55:01.3705987Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:55:01.3706361Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:55:01.3706739Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:55:01.3707098Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:55:01.3707473Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:55:01.3707852Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:55:01.3708237Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:55:01.3708618Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:55:01.3709188Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:55:01.3709583Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:55:01.3709971Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:55:01.3710389Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:55:01.3710825Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:55:01.3711216Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:55:01.3711590Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:55:01.3711999Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:55:01.3712375Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:55:01.3712729Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:55:01.3713081Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:55:01.3713444Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:55:01.3713829Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:55:01.3714320Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:55:01.3714711Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:55:01.3715075Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:55:01.3715391Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:55:01.3715848Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3716365Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:55:01.3716734Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:55:01.3717106Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:55:01.3717483Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:55:01.3717883Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:55:01.3718322Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:55:01.3718747Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:55:01.3719384Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:55:01.3719789Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:55:01.3720193Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:55:01.3720612Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:55:01.3721022Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:55:01.3721410Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:55:01.3721962Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:55:01.3722454Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:55:01.3722955Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:55:01.3723403Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:55:01.3723809Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:55:01.3724210Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:55:01.3724684Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:55:01.3725168Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:55:01.3725578Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:55:01.3726013Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:55:01.3726466Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:55:01.3726871Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:55:01.3727234Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:55:01.3727596Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:55:01.3727975Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:55:01.3728359Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:55:01.3728718Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:55:01.3729185Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:55:01.3729588Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:55:01.3729968Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:55:01.3730339Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:55:01.3730709Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:55:01.3731223Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:55:01.3731596Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:55:01.3731982Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:55:01.3732344Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:55:01.3732701Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:55:01.3733055Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:55:01.3733421Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:55:01.3733789Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:55:01.3734153Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:55:01.3734506Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:55:01.3734877Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:55:01.3735234Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:55:01.3735592Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:55:01.3736026Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:55:01.3736433Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:55:01.3736791Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:55:01.3737173Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:55:01.3737598Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:55:01.3737988Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:55:01.3738458Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:55:01.3738823Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:55:01.3739286Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:55:01.3739584Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:55:01.3739878Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:55:01.3740225Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:55:01.3740577Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:55:01.3740942Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:55:01.3741295Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:55:01.3741643Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:55:01.3741980Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:55:01.3742357Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:55:01.3742761Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:55:01.3743160Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:55:01.3743554Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:55:01.3743942Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:55:01.3744352Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:55:01.3744852Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:55:01.3745477Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:55:01.3746102Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:55:01.3746650Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:55:01.3747122Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:55:01.3747702Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:55:01.3748225Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:55:01.3748940Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:55:01.3749506Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:55:01.3750001Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:55:01.3750445Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:55:01.3750814Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:55:01.3751188Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:55:01.3751553Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:55:01.3751933Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:55:01.3752318Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:55:01.3752704Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:55:01.3753080Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:55:01.3753455Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:55:01.3753831Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:55:01.3754201Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:55:01.3754573Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:55:01.3755050Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:55:01.3755445Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:55:01.3755836Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:55:01.3756249Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:55:01.3756656Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:55:01.3757016Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:55:01.3757402Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:55:01.3757810Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:55:01.3758219Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:55:01.3758658Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:55:01.3759190Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:55:01.3759563Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:55:01.3759932Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:55:01.3760314Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:55:01.3760677Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:55:01.3761056Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:55:01.3761442Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:55:01.3761822Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:55:01.3762202Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:55:01.3762561Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:55:01.3762919Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:55:01.3763464Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3764178Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3764976Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3765627Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3766146Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:55:01.3766524Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:55:01.3766892Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:55:01.3767259Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:55:01.3767636Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:55:01.3767996Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:55:01.3768365Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:55:01.3768746Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:55:01.3769215Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:55:01.3769586Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:55:01.3769968Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:55:01.3770339Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:55:01.3770725Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:55:01.3771128Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:55:01.3771641Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:55:01.3772037Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:55:01.3772440Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:55:01.3772836Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:55:01.3773218Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:55:01.3773599Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:55:01.3773967Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:55:01.3774350Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:55:01.3774754Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:55:01.3775146Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:55:01.3775546Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:55:01.3775936Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:55:01.3776319Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:55:01.3776758Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:55:01.3777187Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:55:01.3777587Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:55:01.3778020Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:55:01.3778480Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:55:01.3778980Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:55:01.3779346Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:55:01.3779728Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:55:01.3780126Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:55:01.3780537Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:55:01.3781058Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:55:01.3781436Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:55:01.3781824Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:55:01.3782293Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:55:01.3782762Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:55:01.3783153Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:55:01.3783551Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:55:01.3784002Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:55:01.3784445Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:55:01.3784921Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:55:01.3785406Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:55:01.3785847Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:55:01.3786286Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:55:01.3786693Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:55:01.3787086Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:55:01.3787506Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:55:01.3787890Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:55:01.3788377Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:55:01.3788785Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:55:01.3789304Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:55:01.3789733Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:55:01.3790146Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:55:01.3790537Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:55:01.3790908Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:55:01.3791269Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:55:01.3791626Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:55:01.3792012Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:55:01.3792430Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:55:01.3792884Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:55:01.3793334Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:55:01.3793731Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:55:01.3794169Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:55:01.3794592Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:55:01.3794996Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:55:01.3795397Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:55:01.3795753Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:55:01.3796119Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:55:01.3796513Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:55:01.3796903Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:55:01.3797398Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:55:01.3797726Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:55:01.3798036Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:55:01.3798394Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:55:01.3798995Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:55:01.3799509Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:55:01.3799887Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:55:01.3800252Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:55:01.3800650Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:55:01.3801059Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:55:01.3801470Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:55:01.3801867Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:55:01.3802276Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:55:01.3802681Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:55:01.3803050Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:55:01.3803415Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:55:01.3803772Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:55:01.3804146Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:55:01.3804701Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:55:01.3805475Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:55:01.3806170Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:55:01.3806925Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:55:01.3807661Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:55:01.3808070Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:55:01.3808445Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:55:01.3808804Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:55:01.3809403Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:55:01.3809772Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:55:01.3810158Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:55:01.3810560Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:55:01.3810973Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:55:01.3811436Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:55:01.3811872Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:55:01.3812250Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:55:01.3812632Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:55:01.3813013Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:55:01.3813396Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:55:01.3813771Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:55:01.3814140Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:55:01.3814589Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:55:01.3815083Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:55:01.3815660Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:55:01.3816035Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:55:01.3816405Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:55:01.3816811Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:55:01.3817207Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:55:01.3817578Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:55:01.3817968Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:55:01.3818349Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:55:01.3818704Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:55:01.3819237Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:55:01.3819642Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:55:01.3820060Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:55:01.3820437Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:55:01.3820829Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:55:01.3821267Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:55:01.3821700Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:55:01.3822117Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:55:01.3822509Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:55:01.3823151Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3823670Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:55:01.3823983Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:55:01.3824325Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:55:01.3824735Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:55:01.3825158Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:55:01.3825670Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:55:01.3826257Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:55:01.3826871Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:55:01.3827525Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:55:01.3828166Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:55:01.3828791Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:55:01.3829578Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:55:01.3830170Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:55:01.3830653Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:55:01.3831093Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:55:01.3831529Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:55:01.3831956Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:55:01.3832425Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:55:01.3832985Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:55:01.3833367Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:55:01.3833732Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:55:01.3834106Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:55:01.3834485Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:55:01.3834895Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:55:01.3835305Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:55:01.3835673Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:55:01.3836071Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:55:01.3836537Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:55:01.3837039Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:55:01.3837530Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:55:01.3838010Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:55:01.3838485Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:55:01.3839126Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:55:01.3839578Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:55:01.3839994Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:55:01.3840519Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:55:01.3840933Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:55:01.3841341Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:55:01.3841754Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:55:01.3842187Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:55:01.3842616Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:55:01.3843000Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:55:01.3843383Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:55:01.3843757Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:55:01.3844132Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:55:01.3844573Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:55:01.3845012Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:55:01.3845413Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:55:01.3845824Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:55:01.3846246Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:55:01.3846694Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:55:01.3847141Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:55:01.3847574Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:55:01.3847973Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:55:01.3848352Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:55:01.3848743Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:55:01.3849330Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:55:01.3849703Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:55:01.3850231Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:55:01.3850629Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:55:01.3851049Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:55:01.3851512Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:55:01.3851934Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:55:01.3852344Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:55:01.3852747Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:55:01.3853051Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:55:01.3853369Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:55:01.3853752Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:55:01.3854153Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:55:01.3854541Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:55:01.3854936Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:55:01.3855362Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:55:01.3855808Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:55:01.3856224Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:55:01.3856612Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:55:01.3857010Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:55:01.3857666Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:01.3858256Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:55:01.3858710Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:55:01.3859325Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:55:01.3859877Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:55:01.3860635Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:55:01.3861363Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:55:01.3861881Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:55:01.3862266Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:55:01.3862672Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:55:01.3863075Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:55:01.3863457Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:55:01.3863854Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:55:01.3864267Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:55:01.3864647Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:55:01.3865140Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:55:01.3865611Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:55:01.3866035Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:55:01.3866418Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:55:01.3866799Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:55:01.3867194Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:55:01.3867769Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:55:01.3868144Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:55:01.3868576Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:55:01.3869214Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:55:01.3869626Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:55:01.3870021Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:55:01.3870414Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:55:01.3870794Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:55:01.3871173Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:55:01.3871560Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:55:01.3871964Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:55:01.3872413Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:55:01.3872866Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:55:01.3873293Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:55:01.3873696Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:55:01.3874097Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:55:01.3874514Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:55:01.3874907Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:55:01.3875382Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:55:01.3875708Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:55:01.3876013Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:55:01.3876379Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:55:01.3876754Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:55:01.3877108Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:55:01.3877480Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:55:01.3877876Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:55:01.3878262Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:55:01.3878623Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:55:01.3879160Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:55:01.3879546Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:55:01.3879942Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:55:01.3880317Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:55:01.3880679Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:55:01.3881036Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:55:01.3881413Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:55:01.3881796Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:55:01.3882148Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:55:01.3882519Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:55:01.3882906Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:55:01.3883286Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:55:01.3883657Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:55:01.3884026Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:55:01.3884532Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:55:01.3884933Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:55:01.3885357Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:55:01.3885774Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:55:01.3886144Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:55:01.3886506Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:55:01.3886858Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:55:01.3887296Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:55:01.3887797Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:55:01.3888267Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:55:01.3888752Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:55:01.3889488Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:55:01.3889926Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:55:01.3890326Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:55:01.3890735Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:55:01.3891136Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:55:01.3891524Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:55:01.3892029Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:55:01.3892422Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:55:01.3892800Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:55:01.3893196Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:55:01.3893643Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:55:01.3894079Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:55:01.3894464Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:55:01.3894868Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:55:01.3895292Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:55:01.3895673Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:55:01.3896032Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:55:01.3896430Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:55:01.3896889Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:55:01.3897320Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:55:01.3897730Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:55:01.3898136Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:55:01.3898462Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:55:01.3898740Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:55:01.3899272Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:55:01.3899759Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:55:01.4540845Z info: downloading installer
2025-08-20T20:55:01.6802575Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:55:01.6803186Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:55:01.6803715Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:55:01.6804570Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:55:01.6966318Z info: profile set to 'default'
2025-08-20T20:55:01.6966780Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:55:01.6967334Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:55:01.7657185Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:01.7986297Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:01.7986850Z 
2025-08-20T20:55:01.8081509Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:01.8082089Z 
2025-08-20T20:55:01.8082095Z 
2025-08-20T20:55:01.8082285Z Rust is installed now. Great!
2025-08-20T20:55:01.8082562Z 
2025-08-20T20:55:01.8082886Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:55:01.8083636Z environment variable. This has not been done automatically.
2025-08-20T20:55:01.8084056Z 
2025-08-20T20:55:01.8084268Z To configure your current shell, you need to source
2025-08-20T20:55:01.8084815Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:55:01.8085151Z 
2025-08-20T20:55:01.8085470Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:55:01.8086183Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:55:01.8086741Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:55:01.8087277Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:55:01.8289573Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:01.8622087Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:01.8622795Z 
2025-08-20T20:55:01.8718718Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:01.8719276Z 
2025-08-20T20:55:01.9216911Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:04.0367578Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:55:04.0853797Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:55:04.0854473Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:55:04.0855097Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:55:04.0855861Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:55:04.0856503Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:55:04.0857040Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:55:04.0857473Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:55:04.0857909Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:55:04.0866888Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:55:04.0867522Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:55:04.0868155Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:55:04.0868822Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:55:04.0869672Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:55:04.0870283Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:55:04.0870711Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:55:04.0871137Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:55:04.0871563Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:55:04.0871937Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:55:04.0872337Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:55:04.0872903Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:55:04.0873356Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:55:04.0873986Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:55:04.0874415Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:55:04.0874817Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:55:04.0875174Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:55:04.0875567Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:55:04.0875999Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:55:04.0876412Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:55:04.0876831Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:55:04.0877248Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:55:04.0877658Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:55:04.0878430Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:55:04.0880822Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:55:04.0881484Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:55:04.0881963Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:55:04.0882406Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:55:04.0882821Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:55:04.0883221Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:55:04.0883829Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:55:04.0884263Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:55:04.0884685Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:55:04.0885100Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:55:04.0885496Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:55:04.0885954Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:55:04.0886428Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:55:04.0886898Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:55:04.0887382Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:55:04.0887831Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:55:04.0888254Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:55:04.0888672Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:55:04.0889337Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:55:04.0889754Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:55:04.0890144Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:55:04.0890513Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:55:04.0891079Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:55:04.0891451Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:55:04.0891911Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:55:04.0892496Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:55:04.0893223Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:55:04.0893906Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:55:04.0894414Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:55:04.0895046Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:55:04.0895469Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:55:04.0895878Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:55:04.0896298Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:55:04.0896728Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:55:04.0897126Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:55:04.0897519Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:55:04.0897960Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:55:04.0898443Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:55:04.0899269Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:55:04.0899754Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:55:04.0900166Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:55:04.0900572Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:55:04.0900970Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:55:04.0901374Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:55:04.0901817Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:55:04.0902448Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:55:04.0902960Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:55:04.0903453Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:55:04.0903897Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:55:04.0904298Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:55:04.0904689Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:55:04.0905243Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:55:04.0905660Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:55:04.0906067Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:55:04.0906829Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:55:04.0907537Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:55:04.0908182Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:55:04.0909333Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:55:04.0910087Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:55:04.0910802Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:55:04.0911449Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:55:04.0912112Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:55:04.0912798Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:55:04.0913479Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:55:04.0914105Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:55:04.0914775Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:55:04.0915451Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:55:04.0916094Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:55:04.0916666Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:55:04.0917197Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:55:04.0917569Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:55:04.0917943Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:55:04.0918340Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:55:04.0918743Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:55:04.0919336Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:55:04.0919712Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:55:04.0920090Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:55:04.0920488Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:55:04.0920901Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:55:04.0921240Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:55:04.0921568Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:55:04.0921930Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:55:04.0922285Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:55:04.0922641Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:55:04.0923115Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:55:04.0923524Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:55:04.0923905Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:55:04.0924768Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:55:04.0925561Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:55:04.0926351Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:55:04.0926756Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:55:04.0927141Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:55:04.0927530Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:55:04.0927916Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:55:04.0928323Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:55:04.0928735Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:55:04.0929331Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:55:04.0929729Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:55:04.0930138Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:55:04.0930584Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:55:04.0931015Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:55:04.0931402Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:55:04.0931791Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:55:04.0932201Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:55:04.0932607Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:55:04.0933008Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:55:04.0933391Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:55:04.0933789Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:55:04.0934192Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:55:04.0934787Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:55:04.0935441Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:55:04.0935998Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:55:04.0936571Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:55:04.0937297Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:55:04.0938006Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:55:04.0938644Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:55:04.0939255Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:55:04.0939633Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:55:04.0940022Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:55:04.0940503Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:55:04.0940849Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:55:04.0941267Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:55:04.0941715Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:55:04.0942396Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:55:04.0943048Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:55:04.0943727Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:55:04.0944376Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:55:04.0944794Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:55:04.0945370Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:55:04.0945865Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:55:04.0946221Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:55:04.0946668Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:55:04.0947145Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:55:04.0947866Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:55:04.0948496Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:55:04.0949452Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:55:04.0949948Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:55:04.0950331Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:55:04.0950768Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:55:04.0951239Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:55:04.0951652Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:55:04.0952029Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:55:04.0952374Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:55:04.0952729Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:55:04.0953175Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:55:04.0953678Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:55:04.0954118Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:55:04.0954489Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:55:04.0954958Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:55:04.0955496Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:55:04.0956154Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:55:04.0956587Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:55:04.0956945Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:55:04.0957328Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:55:04.0957737Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:55:04.0958150Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:55:04.0958551Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:55:04.0959182Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:55:04.0959587Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:55:04.0959984Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:55:04.0960386Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:55:04.0960779Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:55:04.0961171Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:55:04.0961774Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:55:04.0962168Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:55:04.0962663Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:55:04.0963469Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:55:04.0964235Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:55:04.0965081Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:55:04.0965484Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:55:04.0965882Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:55:04.0966285Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:55:04.0966789Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:55:04.0967169Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:55:04.0967561Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:55:04.0968086Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:55:04.0969109Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:55:04.0969930Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:55:04.0970672Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:55:04.0971357Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:55:04.0972021Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:55:04.0972676Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:55:04.0973268Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:55:04.0973657Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:55:04.0974044Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:55:04.0974493Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:55:04.0974971Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:55:04.0975430Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:55:04.0975952Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:55:04.0976460Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:55:04.0977122Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:55:04.0977613Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:55:04.0978044Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:55:04.0978455Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:55:04.0978819Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:55:04.0979417Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:55:04.0979796Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:55:04.0980156Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:55:04.0980539Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:55:04.0980924Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:55:04.0981309Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:55:04.0981692Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:55:04.0982069Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:55:04.0982462Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:55:04.0982845Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:55:04.0983256Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:55:04.0983689Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:55:04.0984075Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:55:04.0984623Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:55:04.0985041Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:55:04.0985420Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:55:04.0985776Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:55:04.0986126Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:55:04.0986491Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:55:04.0986877Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:55:04.0987248Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:55:04.0987638Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:55:04.0988000Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:55:04.0988317Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:55:04.0988779Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.0989614Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:55:04.0989990Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:55:04.0990364Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:55:04.0990734Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:55:04.0991137Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:55:04.0991575Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:55:04.0991999Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:55:04.0992427Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:55:04.0992825Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:55:04.0993235Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:55:04.0993655Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:55:04.0994206Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:55:04.0994619Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:55:04.0995046Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:55:04.0995532Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:55:04.0996026Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:55:04.0996472Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:55:04.0996888Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:55:04.0997293Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:55:04.0997767Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:55:04.0998257Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:55:04.0998668Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:55:04.0999340Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:55:04.0999788Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:55:04.1000189Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:55:04.1000553Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:55:04.1000913Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:55:04.1001291Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:55:04.1001793Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:55:04.1002169Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:55:04.1002530Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:55:04.1002921Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:55:04.1003298Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:55:04.1003664Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:55:04.1004035Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:55:04.1004390Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:55:04.1004765Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:55:04.1005149Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:55:04.1005512Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:55:04.1005875Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:55:04.1006229Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:55:04.1006591Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:55:04.1006968Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:55:04.1007329Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:55:04.1007686Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:55:04.1008059Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:55:04.1008409Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:55:04.1008776Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:55:04.1009487Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:55:04.1009893Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:55:04.1010259Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:55:04.1010642Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:55:04.1011209Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:55:04.1011601Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:55:04.1011955Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:55:04.1012317Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:55:04.1012674Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:55:04.1012975Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:55:04.1013269Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:55:04.1013616Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:55:04.1013970Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:55:04.1014338Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:55:04.1014693Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:55:04.1015043Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:55:04.1015377Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:55:04.1015758Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:55:04.1016164Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:55:04.1016558Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:55:04.1016955Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:55:04.1017342Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:55:04.1017752Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:55:04.1018369Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:55:04.1019229Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:55:04.1019868Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:55:04.1020412Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:55:04.1020884Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:55:04.1021340Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:55:04.1021855Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:55:04.1022478Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:55:04.1023046Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:55:04.1023540Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:55:04.1023985Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:55:04.1024443Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:55:04.1025028Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:55:04.1025659Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:55:04.1026328Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:55:04.1027049Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:55:04.1027784Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:55:04.1028201Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:55:04.1028589Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:55:04.1029217Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:55:04.1029599Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:55:04.1030148Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:55:04.1030516Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:55:04.1030906Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:55:04.1031299Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:55:04.1031791Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:55:04.1032204Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:55:04.1032564Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:55:04.1032956Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:55:04.1033374Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:55:04.1033781Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:55:04.1034223Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:55:04.1034651Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:55:04.1035020Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:55:04.1035390Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:55:04.1035768Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:55:04.1036130Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:55:04.1036513Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:55:04.1036898Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:55:04.1037400Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:55:04.1037789Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:55:04.1038153Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:55:04.1038521Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:55:04.1039252Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1039969Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1040645Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1041319Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1041849Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:55:04.1042230Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:55:04.1042599Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:55:04.1042972Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:55:04.1043342Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:55:04.1043703Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:55:04.1044072Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:55:04.1044453Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:55:04.1044828Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:55:04.1045201Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:55:04.1045586Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:55:04.1045961Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:55:04.1046348Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:55:04.1046900Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:55:04.1047297Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:55:04.1047694Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:55:04.1048097Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:55:04.1048492Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:55:04.1049049Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:55:04.1049439Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:55:04.1049817Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:55:04.1050200Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:55:04.1050597Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:55:04.1050993Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:55:04.1051386Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:55:04.1051777Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:55:04.1052157Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:55:04.1052581Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:55:04.1053013Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:55:04.1053412Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:55:04.1053972Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:55:04.1054436Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:55:04.1054843Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:55:04.1055212Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:55:04.1055594Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:55:04.1055992Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:55:04.1056401Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:55:04.1056802Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:55:04.1057178Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:55:04.1057567Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:55:04.1058044Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:55:04.1058521Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:55:04.1059113Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:55:04.1059562Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:55:04.1060012Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:55:04.1060458Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:55:04.1060933Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:55:04.1061420Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:55:04.1061860Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:55:04.1062293Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:55:04.1062692Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:55:04.1063086Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:55:04.1063635Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:55:04.1064022Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:55:04.1064396Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:55:04.1064806Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:55:04.1065204Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:55:04.1065602Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:55:04.1066020Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:55:04.1066407Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:55:04.1066787Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:55:04.1067154Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:55:04.1067519Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:55:04.1067908Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:55:04.1068333Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:55:04.1068787Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:55:04.1069446Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:55:04.1069847Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:55:04.1070284Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:55:04.1070707Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:55:04.1071238Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:55:04.1071646Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:55:04.1072010Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:55:04.1072374Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:55:04.1072765Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:55:04.1073157Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:55:04.1073529Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:55:04.1073861Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:55:04.1074171Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:55:04.1074527Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:55:04.1075033Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:55:04.1075548Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:55:04.1075926Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:55:04.1076294Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:55:04.1076686Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:55:04.1077094Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:55:04.1077498Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:55:04.1077897Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:55:04.1078309Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:55:04.1078749Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:55:04.1079409Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:55:04.1079777Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:55:04.1080137Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:55:04.1080650Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:55:04.1081070Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:55:04.1081498Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:55:04.1081888Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:55:04.1082302Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:55:04.1082741Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:55:04.1083133Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:55:04.1083500Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:55:04.1083852Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:55:04.1084204Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:55:04.1084585Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:55:04.1084959Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:55:04.1085355Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:55:04.1085765Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:55:04.1086225Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:55:04.1086658Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:55:04.1087032Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:55:04.1087530Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:55:04.1087915Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:55:04.1088296Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:55:04.1088674Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:55:04.1089287Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:55:04.1089732Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:55:04.1090224Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:55:04.1090639Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:55:04.1091011Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:55:04.1091377Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:55:04.1091784Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:55:04.1092174Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:55:04.1092541Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:55:04.1092941Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:55:04.1093320Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:55:04.1093668Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:55:04.1094022Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:55:04.1094418Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:55:04.1094835Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:55:04.1095211Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:55:04.1095597Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:55:04.1096043Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:55:04.1096476Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:55:04.1097025Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:55:04.1097419Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:55:04.1097931Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1098439Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:55:04.1098750Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:55:04.1099285Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:55:04.1099699Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:55:04.1100133Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:55:04.1100657Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:55:04.1101246Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:55:04.1101861Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:55:04.1102509Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:55:04.1103153Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:55:04.1103778Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:55:04.1104409Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:55:04.1105110Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:55:04.1105595Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:55:04.1106037Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:55:04.1106477Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:55:04.1106903Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:55:04.1107371Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:55:04.1107802Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:55:04.1108199Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:55:04.1108563Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:55:04.1109048Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:55:04.1109434Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:55:04.1109841Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:55:04.1110256Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:55:04.1110617Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:55:04.1111011Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:55:04.1111471Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:55:04.1111958Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:55:04.1112440Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:55:04.1113175Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:55:04.1113658Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:55:04.1114217Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:55:04.1114665Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:55:04.1115265Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:55:04.1115676Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:55:04.1116086Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:55:04.1116494Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:55:04.1116902Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:55:04.1117335Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:55:04.1117764Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:55:04.1118164Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:55:04.1118543Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:55:04.1119123Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:55:04.1119517Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:55:04.1119949Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:55:04.1120388Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:55:04.1120791Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:55:04.1121194Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:55:04.1121616Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:55:04.1122064Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:55:04.1122621Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:55:04.1123058Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:55:04.1123456Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:55:04.1123828Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:55:04.1124215Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:55:04.1124586Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:55:04.1124964Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:55:04.1125366Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:55:04.1125764Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:55:04.1126195Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:55:04.1126670Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:55:04.1127090Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:55:04.1127498Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:55:04.1127893Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:55:04.1128216Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:55:04.1128540Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:55:04.1129158Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:55:04.1129600Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:55:04.1129988Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:55:04.1130384Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:55:04.1130808Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:55:04.1131254Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:55:04.1131670Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:55:04.1132187Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:55:04.1132586Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:55:04.1133131Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:04.1133715Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:55:04.1134168Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:55:04.1134606Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:55:04.1135040Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:55:04.1135464Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:55:04.1135862Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:55:04.1136259Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:55:04.1136644Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:55:04.1137042Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:55:04.1137438Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:55:04.1137817Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:55:04.1138205Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:55:04.1138603Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:55:04.1139112Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:55:04.1139635Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:55:04.1140094Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:55:04.1140519Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:55:04.1140892Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:55:04.1141266Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:55:04.1141650Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:55:04.1142022Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:55:04.1142395Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:55:04.1142821Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:55:04.1143269Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:55:04.1143676Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:55:04.1144067Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:55:04.1144470Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:55:04.1144851Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:55:04.1145226Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:55:04.1145607Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:55:04.1146008Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:55:04.1146472Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:55:04.1146928Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:55:04.1147357Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:55:04.1147757Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:55:04.1148151Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:55:04.1148708Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:55:04.1149207Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:55:04.1149572Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:55:04.1149891Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:55:04.1150193Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:55:04.1150559Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:55:04.1150936Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:55:04.1151288Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:55:04.1151666Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:55:04.1152061Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:55:04.1152446Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:55:04.1152809Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:55:04.1153159Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:55:04.1153542Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:55:04.1153944Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:55:04.1154317Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:55:04.1154678Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:55:04.1155037Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:55:04.1155418Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:55:04.1155916Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:55:04.1156271Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:55:04.1156652Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:55:04.1157041Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:55:04.1157421Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:55:04.1157795Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:55:04.1158170Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:55:04.1158561Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:55:04.1159183Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:55:04.1159612Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:55:04.1160023Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:55:04.1160378Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:55:04.1160725Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:55:04.1161070Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:55:04.1161498Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:55:04.1161998Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:55:04.1162471Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:55:04.1162943Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:55:04.1163440Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:55:04.1163870Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:55:04.1164255Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:55:04.1164647Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:55:04.1165169Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:55:04.1165552Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:55:04.1165932Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:55:04.1166314Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:55:04.1166683Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:55:04.1167077Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:55:04.1167516Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:55:04.1167948Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:55:04.1168329Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:55:04.1168729Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:55:04.1169512Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:55:04.1169900Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:55:04.1170256Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:55:04.1170647Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:55:04.1171098Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:55:04.1171523Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:55:04.1171927Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:55:04.1172325Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:55:04.1172797Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:55:04.1173080Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:55:04.1173431Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:55:04.1173915Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:55:04.1174248Z 
2025-08-20T20:55:04.1174252Z 
2025-08-20T20:55:04.1174622Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:55:04 PM)
2025-08-20T20:55:04.1174998Z 
2025-08-20T20:55:04.1175001Z 
2025-08-20T20:55:04.1175004Z 
2025-08-20T20:55:04.1175077Z [+] Continue : YES
2025-08-20T20:55:04.1175196Z 
2025-08-20T20:55:04.1175431Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:55:04.2754940Z 
2025-08-20T20:55:04.2755333Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:55:04 PM) UTC
2025-08-20T20:55:04.2755616Z 
2025-08-20T20:55:04.2773215Z 
2025-08-20T20:55:04.2773396Z [+] Total RECIPES :: 1
2025-08-20T20:55:04.2773565Z 
2025-08-20T20:55:04.2851170Z 
2025-08-20T20:55:04.2851749Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml (1/1)
2025-08-20T20:55:04.2852326Z 
2025-08-20T20:55:04.4554741Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:55:04.4567540Z mode of '/tmp/pkgforge/GtenxHTdy_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:55:04.4616993Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/go-git/official [Provided]
2025-08-20T20:55:04.4617695Z [+] Setting '.pkg_family' --> go-git [Provided]
2025-08-20T20:55:04.4630200Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:55:04.4636964Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:55:04.4666926Z [00:00:00.003]➜  
2025-08-20T20:55:04.4667639Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:55:04.4668354Z [00:00:00.003]➜  
2025-08-20T20:55:04.4710064Z [00:00:00.008]➜  
2025-08-20T20:55:04.4710584Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:55:04.4711061Z [00:00:00.008]➜  
2025-08-20T20:55:04.4790074Z [00:00:00.016]➜  
2025-08-20T20:55:04.4791168Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/go-git/static.official.source.yaml) --> /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:55:04 PM) UTC]
2025-08-20T20:55:04.4792178Z [00:00:00.016]➜  
2025-08-20T20:55:04.4792399Z [00:00:00.016]➜  
2025-08-20T20:55:04.4792602Z [00:00:00.016]➜  
2025-08-20T20:55:04.4792915Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:55:04.4801510Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:55:04.4802961Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:55:04.4804285Z [00:00:00.017]➜  _disabled: false
2025-08-20T20:55:04.4805925Z [00:00:00.017]➜  
2025-08-20T20:55:04.4806387Z [00:00:00.017]➜  pkg: "go-git"
2025-08-20T20:55:04.4806906Z [00:00:00.017]➜  pkg_id: "github.com.go-git.go-git"
2025-08-20T20:55:04.4807308Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:55:04.4807591Z [00:00:00.017]➜  category:
2025-08-20T20:55:04.4809562Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:55:04.4809991Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:55:04.4810418Z [00:00:00.017]➜  description: "A highly extensible Git implementation in pure Go"
2025-08-20T20:55:04.4810825Z [00:00:00.017]➜  homepage:
2025-08-20T20:55:04.4811147Z [00:00:00.017]➜    - "https://github.com/go-git/go-git"
2025-08-20T20:55:04.4811679Z [00:00:00.017]➜  maintainer:
2025-08-20T20:55:04.4812033Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:55:04.4812360Z [00:00:00.017]➜  note:
2025-08-20T20:55:04.4812673Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:55:04.4813209Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/go-git/go-git"  
2025-08-20T20:55:04.4813656Z [00:00:00.017]➜  #repology:
2025-08-20T20:55:04.4813904Z [00:00:00.017]➜  #  - "go-git"
2025-08-20T20:55:04.4814148Z [00:00:00.017]➜  src_url:
2025-08-20T20:55:04.4814438Z [00:00:00.017]➜    - "https://github.com/go-git/go-git"
2025-08-20T20:55:04.4814738Z [00:00:00.017]➜  tag:
2025-08-20T20:55:04.4814974Z [00:00:00.017]➜    - "git"
2025-08-20T20:55:04.4815205Z [00:00:00.017]➜  x_exec:
2025-08-20T20:55:04.4815454Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T20:55:04.4815717Z [00:00:00.017]➜    host:
2025-08-20T20:55:04.4815958Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:55:04.4816244Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:55:04.4816514Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:55:04.4816979Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:55:04.4817501Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:55:04.4818244Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/go-git/go-git" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:55:04.4819400Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:55:04.4820106Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:55:04.4820517Z [00:00:00.017]➜    run: |
2025-08-20T20:55:04.4820756Z [00:00:00.017]➜      #Build
2025-08-20T20:55:04.4821423Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:55:04.4822216Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:55:04.4823001Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:55:04.4823495Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:55:04.4823923Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:55:04.4824283Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:55:04.4824554Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:55:04.4824941Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:55:04.4825329Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T20:55:04.4825719Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:55:04.4826264Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:55:04.4826815Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T20:55:04.4827396Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:55:04.4827978Z [00:00:00.017]➜        #Build
2025-08-20T20:55:04.4829749Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/go-git/go-git" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:55:04.4830831Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:55:04.4831766Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:55:04.4832552Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:55:04.4834121Z [00:00:00.017]➜         go build -C "./_examples/clone" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-clone"
2025-08-20T20:55:04.4836654Z [00:00:00.017]➜         go build -C "./_examples/checkout" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-checkout"
2025-08-20T20:55:04.4839353Z [00:00:00.017]➜         go build -C "./_examples/pull" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-pull"
2025-08-20T20:55:04.4841665Z [00:00:00.017]➜         go build -C "./_examples/log" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-log"
2025-08-20T20:55:04.4843998Z [00:00:00.017]➜         go build -C "./_examples/ls-remote" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-ls-remote"
2025-08-20T20:55:04.4846324Z [00:00:00.017]➜         go build -C "./_examples/tag" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-tag"
2025-08-20T20:55:04.4847622Z [00:00:00.017]➜        #Copy
2025-08-20T20:55:04.4849013Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:55:04.4850153Z [00:00:00.017]➜        #Strip 
2025-08-20T20:55:04.4851077Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:55:04.4852373Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:55:04.4853691Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:55:04.4854845Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:55:04.4856137Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:55:04.4856948Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T20:55:04.4857430Z [00:00:00.017]➜        '
2025-08-20T20:55:04.4857855Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T20:55:04.4858508Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:55:04.4859720Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:55:04.4861764Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:55:04.4863217Z [00:00:00.017]➜  
2025-08-20T20:55:04.4863583Z [00:00:00.017]➜  
2025-08-20T20:55:04.4864095Z [00:00:00.017]➜  ###################################################################
2025-08-20T20:55:04.4864642Z [00:00:00.017]➜  
2025-08-20T20:55:04.4864993Z [00:00:00.017]➜  
2025-08-20T20:55:04.4865359Z [00:00:00.017]➜  
2025-08-20T20:55:04.4866268Z [00:00:00.018]➜  '/tmp/pkgforge/GtenxHTdy_build.yaml' -> '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:55:06.0412561Z [00:00:01.578]➜  '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.static.version' -> '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.version'
2025-08-20T20:55:06.0467827Z [00:00:01.583]➜  [+] Version: HEAD-3926159-250819T132726 ('.x_exec.pkgver') [/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.static.version]
2025-08-20T20:55:06.0637388Z [00:00:01.600]➜  [+] Progs: go-git
2025-08-20T20:55:06.5474574Z [00:00:02.084]➜  
2025-08-20T20:55:06.5475485Z [00:00:02.084]➜  [-] Missing packages. Found: 
2025-08-20T20:55:06.5476081Z [00:00:02.084]➜  [+] Expected: go-git
2025-08-20T20:55:06.5476645Z [00:00:02.084]➜  [+] Continuing with build...
2025-08-20T20:55:06.5477015Z [00:00:02.084]➜  
2025-08-20T20:55:06.9285887Z [00:00:02.465]➜  
2025-08-20T20:55:06.9286201Z [00:00:02.465]➜  
2025-08-20T20:55:06.9378631Z [00:00:02.474]➜  + mkdir -pv /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:55:06.9399261Z [00:00:02.476]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=go-git -e PKG_ID=github.com.go-git.go-git -e PKG_TYPE=static -e PKG_VER=HEAD-3926159-250819T132726 -e PKGVER=HEAD-3926159-250819T132726 -e SBUILD_PKG=go-git.static -e SBUILD_PKGVER=HEAD-3926159-250819T132726 --volume /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:55:06.9402057Z [00:00:02.476]➜    #Setup ENV
2025-08-20T20:55:06.9402713Z [00:00:02.476]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:55:06.9403352Z [00:00:02.476]➜     CGO_ENABLED="1" 
2025-08-20T20:55:06.9403984Z [00:00:02.476]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:55:06.9404871Z [00:00:02.476]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:55:06.9405540Z [00:00:02.476]➜     GOOS="linux"
2025-08-20T20:55:06.9406048Z [00:00:02.476]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:55:06.9406549Z [00:00:02.476]➜    #Build
2025-08-20T20:55:06.9407397Z [00:00:02.476]➜     git clone --filter "blob:none" --quiet "https://github.com/go-git/go-git" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:55:06.9408312Z [00:00:02.476]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:55:06.9409327Z [00:00:02.476]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:55:06.9410073Z [00:00:02.476]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:55:06.9411514Z [00:00:02.476]➜     go build -C "./_examples/clone" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-clone"
2025-08-20T20:55:06.9413314Z [00:00:02.476]➜     go build -C "./_examples/checkout" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-checkout"
2025-08-20T20:55:06.9414693Z [00:00:02.476]➜     go build -C "./_examples/pull" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-pull"
2025-08-20T20:55:06.9416031Z [00:00:02.476]➜     go build -C "./_examples/log" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-log"
2025-08-20T20:55:06.9417411Z [00:00:02.476]➜     go build -C "./_examples/ls-remote" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-ls-remote"
2025-08-20T20:55:06.9418770Z [00:00:02.476]➜     go build -C "./_examples/tag" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/git-tag"
2025-08-20T20:55:06.9419748Z [00:00:02.476]➜    #Copy
2025-08-20T20:55:06.9420464Z [00:00:02.476]➜     ( 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-20T20:55:06.9421102Z [00:00:02.476]➜    #Strip 
2025-08-20T20:55:06.9421810Z [00:00:02.476]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:55:06.9422564Z [00:00:02.476]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:55:06.9423286Z [00:00:02.476]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:55:06.9423897Z [00:00:02.476]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:55:06.9424465Z [00:00:02.476]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:55:06.9424913Z [00:00:02.476]➜     popd &>/dev/null
2025-08-20T20:55:06.9425181Z [00:00:02.476]➜    '
2025-08-20T20:55:08.0208649Z [00:00:03.557]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:55:08.2305279Z [00:00:03.767]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:55:08.2305981Z [00:00:03.767]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:55:08.2306499Z [00:00:03.767]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:55:08.2306928Z [00:00:03.767]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:55:08.2307336Z [00:00:03.767]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:55:08.2307751Z [00:00:03.767]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:55:08.2308132Z [00:00:03.767]➜  73d19b2d2e73: Waiting
2025-08-20T20:55:08.2308494Z [00:00:03.767]➜  eb4a15147d73: Waiting
2025-08-20T20:55:08.2309090Z [00:00:03.767]➜  1eff1cf6af24: Waiting
2025-08-20T20:55:08.5244961Z [00:00:04.061]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:55:08.5245941Z [00:00:04.061]➜  bffca73cb30c: Download complete
2025-08-20T20:55:08.6363156Z [00:00:04.173]➜  d62bb7eb03b5: Download complete
2025-08-20T20:55:08.6545945Z [00:00:04.191]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:55:08.6546575Z [00:00:04.191]➜  74f0d3ee81d8: Download complete
2025-08-20T20:55:08.7398354Z [00:00:04.276]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:55:09.0283065Z [00:00:04.565]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:55:09.0283767Z [00:00:04.565]➜  1eff1cf6af24: Download complete
2025-08-20T20:55:09.5176451Z [00:00:05.054]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:55:09.7122736Z [00:00:05.249]➜  bffca73cb30c: Pull complete
2025-08-20T20:55:09.9979529Z [00:00:05.534]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:55:09.9980232Z [00:00:05.534]➜  eb4a15147d73: Download complete
2025-08-20T20:55:42.3559759Z [00:00:37.892]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:55:42.3566185Z [00:00:37.892]➜  73d19b2d2e73: Download complete
2025-08-20T20:56:54.6656967Z [00:01:50.202]➜  73d19b2d2e73: Pull complete
2025-08-20T20:56:59.8738741Z [00:01:55.410]➜  eb4a15147d73: Pull complete
2025-08-20T20:56:59.8852129Z [00:01:55.422]➜  1eff1cf6af24: Pull complete
2025-08-20T20:56:59.8894632Z [00:01:55.426]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T20:56:59.8909206Z [00:01:55.427]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T20:57:00.1355416Z [00:01:55.672]➜  + mkdir -p /build-bins
2025-08-20T20:57:00.1372605Z [00:01:55.674]➜  ++ mktemp -d
2025-08-20T20:57:00.1388806Z [00:01:55.675]➜  + pushd /tmp/tmp.NlIzaV5lqA
2025-08-20T20:57:00.1390775Z [00:01:55.675]➜  + CGO_ENABLED=1
2025-08-20T20:57:00.1391608Z [00:01:55.675]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:57:00.1400779Z [00:01:55.676]➜  ++ uname -m
2025-08-20T20:57:00.1401689Z [00:01:55.677]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:57:00.1416203Z [00:01:55.678]➜  + GOARCH=amd64
2025-08-20T20:57:00.1416693Z [00:01:55.678]➜  + GOOS=linux
2025-08-20T20:57:00.1417242Z [00:01:55.678]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:57:00.1418526Z [00:01:55.678]➜  + git clone --filter blob:none --quiet https://github.com/go-git/go-git ./TEMPREPO
2025-08-20T20:57:01.8586689Z [00:01:57.395]➜  + cd ./TEMPREPO
2025-08-20T20:57:01.8587406Z [00:01:57.395]➜  
2025-08-20T20:57:01.8587912Z [00:01:57.395]➜  [+] Target: "amd64/linux"
2025-08-20T20:57:01.8589081Z [00:01:57.395]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T20:57:01.8590092Z [00:01:57.395]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:57:01.8590934Z [00:01:57.395]➜  
2025-08-20T20:57:01.8591815Z [00:01:57.395]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:57:01.8592732Z [00:01:57.395]➜  + go mod tidy -v
2025-08-20T20:57:01.9091646Z [00:01:57.445]➜  go: downloading github.com/go-git/go-git-fixtures/v5 v5.1.0
2025-08-20T20:57:01.9095596Z [00:01:57.446]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:57:01.9148217Z [00:01:57.451]➜  go: downloading github.com/go-git/go-billy/v6 v6.0.0-20250627091229-31e2a16eef30
2025-08-20T20:57:02.2581009Z [00:01:57.794]➜  go: downloading github.com/pjbgf/sha1cd v0.4.0
2025-08-20T20:57:02.2650999Z [00:01:57.802]➜  go: downloading github.com/go-git/gcfg/v2 v2.0.2
2025-08-20T20:57:02.2688122Z [00:01:57.805]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T20:57:02.3257135Z [00:01:57.862]➜  go: downloading github.com/ProtonMail/go-crypto v1.3.0
2025-08-20T20:57:02.4076325Z [00:01:57.944]➜  go: downloading github.com/sergi/go-diff v1.4.0
2025-08-20T20:57:02.5211523Z [00:01:58.058]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T20:57:02.5324246Z [00:01:58.069]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T20:57:02.5772302Z [00:01:58.114]➜  go: downloading golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b
2025-08-20T20:57:02.6150788Z [00:01:58.152]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T20:57:02.6450035Z [00:01:58.181]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T20:57:02.6743946Z [00:01:58.211]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T20:57:02.7168097Z [00:01:58.253]➜  go: downloading golang.org/x/net v0.43.0
2025-08-20T20:57:02.8699079Z [00:01:58.406]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T20:57:02.9326443Z [00:01:58.469]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T20:57:02.9564498Z [00:01:58.493]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T20:57:02.9939756Z [00:01:58.530]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T20:57:03.0142315Z [00:01:58.551]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T20:57:03.1018200Z [00:01:58.638]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T20:57:03.2703991Z [00:01:58.807]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T20:57:03.2706166Z [00:01:58.807]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:57:03.3067826Z [00:01:58.843]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:57:03.3345302Z [00:01:58.871]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T20:57:03.3525573Z [00:01:58.889]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T20:57:03.6815453Z [00:01:59.218]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T20:57:03.6992849Z [00:01:59.236]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T20:57:03.7128416Z [00:01:59.249]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T20:57:03.7411371Z [00:01:59.278]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T20:57:03.7413519Z [00:01:59.278]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T20:57:03.7716642Z [00:01:59.308]➜  + go generate ./...
2025-08-20T20:57:03.8601993Z [00:01:59.397]➜  + go build -C ./_examples/clone -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-clone
2025-08-20T20:57:03.8627294Z [00:01:59.399]➜  WORK=/tmp/go-build2363873570
2025-08-20T20:57:03.8958659Z [00:01:59.432]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info
2025-08-20T20:57:03.8971263Z [00:01:59.434]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.3.0.info
2025-08-20T20:57:03.8986277Z [00:01:59.435]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v6/@v/v6.0.0-20250627091229-31e2a16eef30.info
2025-08-20T20:57:03.9489640Z [00:01:59.485]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.3.0.info: 200 OK (0.052s)
2025-08-20T20:57:03.9494146Z [00:01:59.486]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info: 200 OK (0.054s)
2025-08-20T20:57:03.9504771Z [00:01:59.487]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v6/@v/v6.0.0-20250627091229-31e2a16eef30.info: 200 OK (0.051s)
2025-08-20T20:57:03.9506149Z [00:01:59.487]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T20:57:03.9521803Z [00:01:59.489]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/v2/@v/v2.0.2.info
2025-08-20T20:57:03.9526085Z [00:01:59.489]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T20:57:03.9527242Z [00:01:59.489]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T20:57:03.9529041Z [00:01:59.489]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info
2025-08-20T20:57:03.9600145Z [00:01:59.496]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.010s)
2025-08-20T20:57:03.9630326Z [00:01:59.499]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/v2/@v/v2.0.2.info: 200 OK (0.011s)
2025-08-20T20:57:03.9640327Z [00:01:59.500]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.011s)
2025-08-20T20:57:03.9641471Z [00:01:59.500]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T20:57:03.9643440Z [00:01:59.500]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.011s)
2025-08-20T20:57:03.9646534Z [00:01:59.501]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info: 200 OK (0.012s)
2025-08-20T20:57:03.9654772Z [00:01:59.502]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info
2025-08-20T20:57:03.9658704Z [00:01:59.502]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.4.0.info
2025-08-20T20:57:03.9734830Z [00:01:59.510]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.010s)
2025-08-20T20:57:03.9752193Z [00:01:59.512]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info
2025-08-20T20:57:03.9763253Z [00:01:59.513]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info: 200 OK (0.011s)
2025-08-20T20:57:03.9767965Z [00:01:59.513]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T20:57:03.9771963Z [00:01:59.513]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.4.0.info: 200 OK (0.011s)
2025-08-20T20:57:03.9773094Z [00:01:59.514]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info
2025-08-20T20:57:03.9781513Z [00:01:59.515]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T20:57:03.9865356Z [00:01:59.523]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.010s)
2025-08-20T20:57:03.9867172Z [00:01:59.523]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info: 200 OK (0.010s)
2025-08-20T20:57:03.9880789Z [00:01:59.525]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.010s)
2025-08-20T20:57:04.2053635Z [00:01:59.742]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info: 200 OK (0.230s)
2025-08-20T20:57:04.2079845Z [00:01:59.744]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:04.2080451Z [00:01:59.744]➜  git status --porcelain
2025-08-20T20:57:04.2293798Z [00:01:59.766]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:04.2294677Z [00:01:59.766]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:04.2311722Z [00:01:59.768]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:04.2322800Z [00:01:59.769]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:04.2324154Z [00:01:59.769]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:04.2379620Z [00:01:59.774]➜  0.006s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:04.2381451Z [00:01:59.774]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:04.2658361Z [00:01:59.802]➜  0.028s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:04.2660600Z [00:01:59.802]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:04.2678342Z [00:01:59.804]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:04.2680016Z [00:01:59.804]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:04.2694299Z [00:01:59.806]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:04.2695656Z [00:01:59.806]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:04.2711050Z [00:01:59.808]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:04.2777825Z [00:01:59.813]➜  internal/goarch
2025-08-20T20:57:04.2778708Z [00:01:59.813]➜  mkdir -p $WORK/b006/
2025-08-20T20:57:04.2779816Z [00:01:59.813]➜  internal/unsafeheader
2025-08-20T20:57:04.2780927Z [00:01:59.813]➜  mkdir -p $WORK/b008/
2025-08-20T20:57:04.2785402Z [00:01:59.815]➜  internal/byteorder
2025-08-20T20:57:04.2785950Z [00:01:59.815]➜  mkdir -p $WORK/b012/
2025-08-20T20:57:04.2786638Z [00:01:59.815]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T20:57:04.2787410Z [00:01:59.815]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.2791618Z [00:01:59.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T20:57:04.2795125Z [00:01:59.815]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T20:57:04.2796000Z [00:01:59.815]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:57:04.2799440Z [00:01:59.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:57:04.2807321Z [00:01:59.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:57:04.2831730Z [00:01:59.819]➜  internal/cpu
2025-08-20T20:57:04.2832306Z [00:01:59.819]➜  mkdir -p $WORK/b011/
2025-08-20T20:57:04.2836630Z [00:01:59.819]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:57:04.2842728Z [00:01:59.819]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:57:04.2852144Z [00:01:59.819]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s
2025-08-20T20:57:04.2875079Z [00:01:59.822]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:57:04.2878291Z [00:01:59.824]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T20:57:04.2884807Z [00:01:59.824]➜  internal/coverage/rtcov
2025-08-20T20:57:04.2885395Z [00:01:59.824]➜  mkdir -p $WORK/b014/
2025-08-20T20:57:04.2886083Z [00:01:59.824]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:57:04.2887194Z [00:01:59.824]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.2890809Z [00:01:59.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:57:04.2893825Z [00:01:59.824]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:57:04.2897419Z [00:01:59.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T20:57:04.2933203Z [00:01:59.830]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:57:04.2935542Z [00:01:59.830]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T20:57:04.2945998Z [00:01:59.831]➜  internal/abi
2025-08-20T20:57:04.2951499Z [00:01:59.832]➜  mkdir -p $WORK/b005/
2025-08-20T20:57:04.2965933Z [00:01:59.833]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:57:04.2973738Z [00:01:59.834]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:57:04.2976916Z [00:01:59.834]➜  cd /root/.go/src/internal/abi
2025-08-20T20:57:04.2979377Z [00:01:59.834]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T20:57:04.2987533Z [00:01:59.835]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T20:57:04.2988569Z [00:01:59.835]➜  internal/godebugs
2025-08-20T20:57:04.2989237Z [00:01:59.835]➜  mkdir -p $WORK/b015/
2025-08-20T20:57:04.2994539Z [00:01:59.836]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:57:04.3002059Z [00:01:59.837]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:57:04.3003318Z [00:01:59.837]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.3011868Z [00:01:59.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:57:04.3021371Z [00:01:59.838]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T20:57:04.3022630Z [00:01:59.838]➜  cat >/tmp/go-build2363873570/b005/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3023308Z [00:01:59.838]➜  # import config
2025-08-20T20:57:04.3024016Z [00:01:59.838]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.3024715Z [00:01:59.838]➜  EOF
2025-08-20T20:57:04.3037735Z [00:01:59.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T20:57:04.3044165Z [00:01:59.840]➜  internal/goexperiment
2025-08-20T20:57:04.3044697Z [00:01:59.840]➜  mkdir -p $WORK/b016/
2025-08-20T20:57:04.3048258Z [00:01:59.840]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:57:04.3062778Z [00:01:59.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T20:57:04.3139953Z [00:01:59.850]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:57:04.3147842Z [00:01:59.851]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T20:57:04.3151721Z [00:01:59.852]➜  internal/goos
2025-08-20T20:57:04.3159031Z [00:01:59.852]➜  mkdir -p $WORK/b017/
2025-08-20T20:57:04.3159801Z [00:01:59.852]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:57:04.3165647Z [00:01:59.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T20:57:04.3203443Z [00:01:59.857]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:57:04.3212444Z [00:01:59.858]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T20:57:04.3220146Z [00:01:59.858]➜  internal/profilerecord
2025-08-20T20:57:04.3220925Z [00:01:59.858]➜  mkdir -p $WORK/b018/
2025-08-20T20:57:04.3225747Z [00:01:59.859]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:57:04.3229696Z [00:01:59.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:57:04.3268138Z [00:01:59.863]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:57:04.3277611Z [00:01:59.864]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T20:57:04.3278747Z [00:01:59.864]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:57:04.3280770Z [00:01:59.864]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T20:57:04.3316521Z [00:01:59.868]➜  internal/runtime/atomic
2025-08-20T20:57:04.3324061Z [00:01:59.868]➜  mkdir -p $WORK/b019/
2025-08-20T20:57:04.3324820Z [00:01:59.869]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:57:04.3326142Z [00:01:59.869]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T20:57:04.3327287Z [00:01:59.869]➜  internal/runtime/math
2025-08-20T20:57:04.3333705Z [00:01:59.869]➜  mkdir -p $WORK/b022/
2025-08-20T20:57:04.3334384Z [00:01:59.869]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T20:57:04.3335146Z [00:01:59.870]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:57:04.3338346Z [00:01:59.870]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./atomic_amd64.s
2025-08-20T20:57:04.3340884Z [00:01:59.870]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:57:04.3343219Z [00:01:59.871]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s
2025-08-20T20:57:04.3345664Z [00:01:59.871]➜  cat >/tmp/go-build2363873570/b022/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3347511Z [00:01:59.871]➜  # import config
2025-08-20T20:57:04.3348264Z [00:01:59.871]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.3349102Z [00:01:59.871]➜  EOF
2025-08-20T20:57:04.3351649Z [00:01:59.871]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.3354818Z [00:01:59.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:57:04.3382338Z [00:01:59.875]➜  cat >/tmp/go-build2363873570/b019/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3384042Z [00:01:59.875]➜  # import config
2025-08-20T20:57:04.3386985Z [00:01:59.875]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.3387946Z [00:01:59.875]➜  EOF
2025-08-20T20:57:04.3394096Z [00:01:59.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T20:57:04.3400406Z [00:01:59.876]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:57:04.3401305Z [00:01:59.876]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal
2025-08-20T20:57:04.3416042Z [00:01:59.877]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:57:04.3419890Z [00:01:59.878]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T20:57:04.3428802Z [00:01:59.879]➜  internal/bytealg
2025-08-20T20:57:04.3436073Z [00:01:59.880]➜  mkdir -p $WORK/b010/
2025-08-20T20:57:04.3442522Z [00:01:59.880]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:57:04.3443206Z [00:01:59.880]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.3445781Z [00:01:59.880]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T20:57:04.3488329Z [00:01:59.885]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:57:04.3499557Z [00:01:59.886]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T20:57:04.3504505Z [00:01:59.887]➜  internal/chacha8rand
2025-08-20T20:57:04.3507108Z [00:01:59.887]➜  mkdir -p $WORK/b013/
2025-08-20T20:57:04.3514852Z [00:01:59.888]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T20:57:04.3516183Z [00:01:59.888]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:57:04.3525060Z [00:01:59.889]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./chacha8_amd64.s
2025-08-20T20:57:04.3534648Z [00:01:59.890]➜  cat >/tmp/go-build2363873570/b010/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3535764Z [00:01:59.890]➜  # import config
2025-08-20T20:57:04.3536620Z [00:01:59.890]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:04.3537255Z [00:01:59.890]➜  EOF
2025-08-20T20:57:04.3537779Z [00:01:59.890]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.3544576Z [00:01:59.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T20:57:04.3586974Z [00:01:59.895]➜  cat >/tmp/go-build2363873570/b013/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3589868Z [00:01:59.895]➜  # import config
2025-08-20T20:57:04.3590684Z [00:01:59.895]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:04.3591704Z [00:01:59.895]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:04.3592646Z [00:01:59.895]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.3593611Z [00:01:59.895]➜  EOF
2025-08-20T20:57:04.3597308Z [00:01:59.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:57:04.3823929Z [00:01:59.917]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.3827426Z [00:01:59.919]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s
2025-08-20T20:57:04.3835367Z [00:01:59.920]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:57:04.3840595Z [00:01:59.920]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b019/atomic_amd64.o ./atomic_amd64.s
2025-08-20T20:57:04.3895198Z [00:01:59.926]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_amd64.o # internal
2025-08-20T20:57:04.3896988Z [00:01:59.926]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:57:04.3925038Z [00:01:59.929]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T20:57:04.3927285Z [00:01:59.929]➜  internal/runtime/strconv
2025-08-20T20:57:04.3930811Z [00:01:59.929]➜  mkdir -p $WORK/b021/
2025-08-20T20:57:04.3931422Z [00:01:59.930]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.3934145Z [00:01:59.930]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s
2025-08-20T20:57:04.3937476Z [00:01:59.930]➜  cat >/tmp/go-build2363873570/b021/importcfg << 'EOF' # internal
2025-08-20T20:57:04.3938446Z [00:01:59.930]➜  # import config
2025-08-20T20:57:04.3939758Z [00:01:59.930]➜  packagefile internal/runtime/math=/tmp/go-build2363873570/b022/_pkg_.a
2025-08-20T20:57:04.3940485Z [00:01:59.930]➜  EOF
2025-08-20T20:57:04.3941032Z [00:01:59.930]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.3944252Z [00:01:59.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:57:04.3989088Z [00:01:59.935]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.3991397Z [00:01:59.936]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s
2025-08-20T20:57:04.4029812Z [00:01:59.939]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:57:04.4032655Z [00:01:59.940]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T20:57:04.4091301Z [00:01:59.945]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:57:04.4097718Z [00:01:59.946]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.4100270Z [00:01:59.946]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s
2025-08-20T20:57:04.4105408Z [00:01:59.946]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:57:04.4111936Z [00:01:59.946]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_amd64.o # internal
2025-08-20T20:57:04.4118802Z [00:01:59.946]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:57:04.4120320Z [00:01:59.947]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T20:57:04.4121418Z [00:01:59.947]➜  internal/runtime/syscall
2025-08-20T20:57:04.4121958Z [00:01:59.947]➜  mkdir -p $WORK/b023/
2025-08-20T20:57:04.4122586Z [00:01:59.947]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T20:57:04.4123283Z [00:01:59.947]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:57:04.4125735Z [00:01:59.947]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b023/symabis ./asm_linux_amd64.s
2025-08-20T20:57:04.4128461Z [00:01:59.948]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T20:57:04.4138151Z [00:01:59.948]➜  internal/runtime/exithook
2025-08-20T20:57:04.4139821Z [00:01:59.948]➜  mkdir -p $WORK/b024/
2025-08-20T20:57:04.4141430Z [00:01:59.948]➜  cat >/tmp/go-build2363873570/b024/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4142474Z [00:01:59.948]➜  # import config
2025-08-20T20:57:04.4143498Z [00:01:59.948]➜  packagefile internal/runtime/atomic=/tmp/go-build2363873570/b019/_pkg_.a
2025-08-20T20:57:04.4144497Z [00:01:59.948]➜  EOF
2025-08-20T20:57:04.4145380Z [00:01:59.948]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.4150217Z [00:01:59.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:57:04.4162699Z [00:01:59.953]➜  cat >/tmp/go-build2363873570/b023/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4172936Z [00:01:59.953]➜  # import config
2025-08-20T20:57:04.4173700Z [00:01:59.953]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.4174383Z [00:01:59.953]➜  EOF
2025-08-20T20:57:04.4178717Z [00:01:59.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:57:04.4182719Z [00:01:59.953]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:57:04.4185245Z [00:01:59.954]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T20:57:04.4216050Z [00:01:59.958]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal
2025-08-20T20:57:04.4222191Z [00:01:59.959]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:57:04.4232151Z [00:01:59.960]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T20:57:04.4235373Z [00:01:59.960]➜  internal/runtime/gc
2025-08-20T20:57:04.4245027Z [00:01:59.960]➜  mkdir -p $WORK/b025/
2025-08-20T20:57:04.4245862Z [00:01:59.961]➜  cat >/tmp/go-build2363873570/b025/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4246495Z [00:01:59.961]➜  # import config
2025-08-20T20:57:04.4247241Z [00:01:59.961]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.4247927Z [00:01:59.961]➜  EOF
2025-08-20T20:57:04.4248516Z [00:01:59.961]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.4252450Z [00:01:59.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T20:57:04.4353458Z [00:01:59.972]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:57:04.4363091Z [00:01:59.973]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T20:57:04.4370888Z [00:01:59.973]➜  internal/asan
2025-08-20T20:57:04.4371444Z [00:01:59.973]➜  mkdir -p $WORK/b027/
2025-08-20T20:57:04.4378651Z [00:01:59.974]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:57:04.4387202Z [00:01:59.975]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b023/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:57:04.4394786Z [00:01:59.975]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:57:04.4395632Z [00:01:59.976]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.4398973Z [00:01:59.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:57:04.4443722Z [00:01:59.981]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:57:04.4446447Z [00:01:59.981]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_amd64.o # internal
2025-08-20T20:57:04.4447619Z [00:01:59.981]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:57:04.4456915Z [00:01:59.982]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T20:57:04.4458119Z [00:01:59.982]➜  internal/runtime/cgroup
2025-08-20T20:57:04.4458690Z [00:01:59.982]➜  mkdir -p $WORK/b020/
2025-08-20T20:57:04.4462631Z [00:01:59.983]➜  cat >/tmp/go-build2363873570/b020/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4464690Z [00:01:59.983]➜  # import config
2025-08-20T20:57:04.4467176Z [00:01:59.983]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:04.4468540Z [00:01:59.983]➜  packagefile internal/runtime/strconv=/tmp/go-build2363873570/b021/_pkg_.a
2025-08-20T20:57:04.4471316Z [00:01:59.983]➜  packagefile internal/runtime/syscall=/tmp/go-build2363873570/b023/_pkg_.a
2025-08-20T20:57:04.4473435Z [00:01:59.983]➜  EOF
2025-08-20T20:57:04.4479294Z [00:01:59.983]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.4483449Z [00:01:59.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T20:57:04.4487170Z [00:01:59.983]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:57:04.4488510Z [00:01:59.984]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T20:57:04.4499558Z [00:01:59.984]➜  internal/msan
2025-08-20T20:57:04.4500104Z [00:01:59.984]➜  mkdir -p $WORK/b028/
2025-08-20T20:57:04.4500792Z [00:01:59.984]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:57:04.4506179Z [00:01:59.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:57:04.4588807Z [00:01:59.994]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:57:04.4595919Z [00:01:59.996]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T20:57:04.4608689Z [00:01:59.996]➜  internal/runtime/sys
2025-08-20T20:57:04.4609381Z [00:01:59.996]➜  mkdir -p $WORK/b030/
2025-08-20T20:57:04.4609964Z [00:01:59.996]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T20:57:04.4610601Z [00:01:59.996]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:57:04.4612773Z [00:01:59.996]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./empty.s
2025-08-20T20:57:04.4668268Z [00:02:00.003]➜  cat >/tmp/go-build2363873570/b030/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4670261Z [00:02:00.003]➜  # import config
2025-08-20T20:57:04.4671807Z [00:02:00.004]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.4673328Z [00:02:00.004]➜  packagefile internal/goos=/tmp/go-build2363873570/b017/_pkg_.a
2025-08-20T20:57:04.4681050Z [00:02:00.004]➜  EOF
2025-08-20T20:57:04.4681683Z [00:02:00.004]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.4687187Z [00:02:00.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:57:04.4740698Z [00:02:00.010]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:57:04.4743336Z [00:02:00.010]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T20:57:04.4744775Z [00:02:00.011]➜  internal/stringslite
2025-08-20T20:57:04.4751122Z [00:02:00.011]➜  mkdir -p $WORK/b031/
2025-08-20T20:57:04.4751924Z [00:02:00.011]➜  cat >/tmp/go-build2363873570/b031/importcfg << 'EOF' # internal
2025-08-20T20:57:04.4752622Z [00:02:00.011]➜  # import config
2025-08-20T20:57:04.4753389Z [00:02:00.011]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:04.4754091Z [00:02:00.011]➜  EOF
2025-08-20T20:57:04.4757157Z [00:02:00.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:57:04.4956712Z [00:02:00.032]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:57:04.4959113Z [00:02:00.032]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/empty.o ./empty.s
2025-08-20T20:57:04.5069433Z [00:02:00.043]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:57:04.5078204Z [00:02:00.044]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T20:57:04.5080893Z [00:02:00.044]➜  internal/trace/tracev2
2025-08-20T20:57:04.5081843Z [00:02:00.044]➜  mkdir -p $WORK/b032/
2025-08-20T20:57:04.5083173Z [00:02:00.045]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T20:57:04.5095829Z [00:02:00.045]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.5100502Z [00:02:00.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T20:57:04.5103956Z [00:02:00.045]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:57:04.5104722Z [00:02:00.045]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/empty.o # internal
2025-08-20T20:57:04.5105514Z [00:02:00.045]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:57:04.5106818Z [00:02:00.046]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T20:57:04.5107833Z [00:02:00.046]➜  cmp
2025-08-20T20:57:04.5121021Z [00:02:00.049]➜  mkdir -p $WORK/b034/
2025-08-20T20:57:04.5121773Z [00:02:00.049]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T20:57:04.5122615Z [00:02:00.049]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.5125332Z [00:02:00.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b034=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:57:04.5226807Z [00:02:00.059]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:57:04.5237706Z [00:02:00.060]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T20:57:04.5242732Z [00:02:00.061]➜  internal/itoa
2025-08-20T20:57:04.5243930Z [00:02:00.061]➜  mkdir -p $WORK/b036/
2025-08-20T20:57:04.5258171Z [00:02:00.062]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:57:04.5267424Z [00:02:00.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b036=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:57:04.5286607Z [00:02:00.064]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:57:04.5287992Z [00:02:00.064]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T20:57:04.5289366Z [00:02:00.064]➜  math/bits
2025-08-20T20:57:04.5289857Z [00:02:00.064]➜  mkdir -p $WORK/b039/
2025-08-20T20:57:04.5290561Z [00:02:00.065]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T20:57:04.5293986Z [00:02:00.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T20:57:04.5335801Z [00:02:00.070]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:57:04.5346273Z [00:02:00.071]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T20:57:04.5354205Z [00:02:00.072]➜  unicode/utf8
2025-08-20T20:57:04.5354995Z [00:02:00.072]➜  mkdir -p $WORK/b041/
2025-08-20T20:57:04.5360439Z [00:02:00.072]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:57:04.5363296Z [00:02:00.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:57:04.5415887Z [00:02:00.078]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:57:04.5433886Z [00:02:00.079]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T20:57:04.5435210Z [00:02:00.079]➜  sync/atomic
2025-08-20T20:57:04.5435942Z [00:02:00.079]➜  mkdir -p $WORK/b044/
2025-08-20T20:57:04.5436537Z [00:02:00.080]➜  echo -n > $WORK/b044/go_asm.h # internal
2025-08-20T20:57:04.5437119Z [00:02:00.080]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:57:04.5439199Z [00:02:00.080]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b044/symabis ./asm.s
2025-08-20T20:57:04.5500138Z [00:02:00.086]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T20:57:04.5521329Z [00:02:00.089]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.5526728Z [00:02:00.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b044/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T20:57:04.5583564Z [00:02:00.095]➜  cd /root/.go/src/internal/abi
2025-08-20T20:57:04.5589556Z [00:02:00.095]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T20:57:04.5647730Z [00:02:00.101]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:57:04.5651398Z [00:02:00.101]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T20:57:04.5653845Z [00:02:00.102]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s
2025-08-20T20:57:04.5670861Z [00:02:00.104]➜  math
2025-08-20T20:57:04.5672784Z [00:02:00.104]➜  mkdir -p $WORK/b038/
2025-08-20T20:57:04.5676472Z [00:02:00.104]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T20:57:04.5677141Z [00:02:00.104]➜  cd /root/.go/src/math
2025-08-20T20:57:04.5679340Z [00:02:00.104]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b038/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T20:57:04.5716007Z [00:02:00.108]➜  cd /root/.go/src/internal/abi
2025-08-20T20:57:04.5734706Z [00:02:00.110]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T20:57:04.5740402Z [00:02:00.110]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:57:04.5741233Z [00:02:00.110]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:57:04.5742888Z [00:02:00.110]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T20:57:04.5747235Z [00:02:00.111]➜  unicode
2025-08-20T20:57:04.5752722Z [00:02:00.111]➜  mkdir -p $WORK/b046/
2025-08-20T20:57:04.5757000Z [00:02:00.112]➜  cat >/tmp/go-build2363873570/b038/importcfg << 'EOF' # internal
2025-08-20T20:57:04.5757788Z [00:02:00.112]➜  # import config
2025-08-20T20:57:04.5758551Z [00:02:00.112]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:04.5781030Z [00:02:00.112]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:04.5783711Z [00:02:00.112]➜  EOF
2025-08-20T20:57:04.5784358Z [00:02:00.112]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T20:57:04.5785185Z [00:02:00.112]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.5798026Z [00:02:00.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T20:57:04.5822774Z [00:02:00.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b046=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T20:57:04.5839681Z [00:02:00.120]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T20:57:04.5840745Z [00:02:00.120]➜  internal/race
2025-08-20T20:57:04.5841242Z [00:02:00.120]➜  mkdir -p $WORK/b029/
2025-08-20T20:57:04.5841976Z [00:02:00.120]➜  cat >/tmp/go-build2363873570/b029/importcfg << 'EOF' # internal
2025-08-20T20:57:04.5842643Z [00:02:00.120]➜  # import config
2025-08-20T20:57:04.5843321Z [00:02:00.120]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:04.5843986Z [00:02:00.120]➜  EOF
2025-08-20T20:57:04.5847224Z [00:02:00.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:57:04.5955240Z [00:02:00.132]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:57:04.5960589Z [00:02:00.132]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b044/asm.o ./asm.s
2025-08-20T20:57:04.5996796Z [00:02:00.136]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:57:04.6002152Z [00:02:00.137]➜  go tool pack r $WORK/b044/_pkg_.a $WORK/b044/asm.o # internal
2025-08-20T20:57:04.6005277Z [00:02:00.137]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T20:57:04.6010311Z [00:02:00.137]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:57:04.6018003Z [00:02:00.138]➜  internal/runtime/maps
2025-08-20T20:57:04.6018657Z [00:02:00.138]➜  mkdir -p $WORK/b026/
2025-08-20T20:57:04.6019632Z [00:02:00.138]➜  cat >/tmp/go-build2363873570/b026/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6020330Z [00:02:00.138]➜  # import config
2025-08-20T20:57:04.6021052Z [00:02:00.138]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:04.6021981Z [00:02:00.138]➜  packagefile internal/asan=/tmp/go-build2363873570/b027/_pkg_.a
2025-08-20T20:57:04.6022917Z [00:02:00.138]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.6023839Z [00:02:00.138]➜  packagefile internal/msan=/tmp/go-build2363873570/b028/_pkg_.a
2025-08-20T20:57:04.6034100Z [00:02:00.138]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:04.6035253Z [00:02:00.138]➜  packagefile internal/runtime/math=/tmp/go-build2363873570/b022/_pkg_.a
2025-08-20T20:57:04.6036349Z [00:02:00.138]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:04.6037455Z [00:02:00.138]➜  EOF
2025-08-20T20:57:04.6038054Z [00:02:00.138]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.6044662Z [00:02:00.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T20:57:04.6050863Z [00:02:00.139]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T20:57:04.6051925Z [00:02:00.139]➜  internal/sync
2025-08-20T20:57:04.6052424Z [00:02:00.140]➜  mkdir -p $WORK/b043/
2025-08-20T20:57:04.6055377Z [00:02:00.140]➜  cat >/tmp/go-build2363873570/b043/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6056095Z [00:02:00.140]➜  # import config
2025-08-20T20:57:04.6056828Z [00:02:00.140]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:04.6057758Z [00:02:00.140]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.6058704Z [00:02:00.140]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:04.6073547Z [00:02:00.140]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:04.6074226Z [00:02:00.140]➜  EOF
2025-08-20T20:57:04.6077582Z [00:02:00.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b043=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T20:57:04.6358348Z [00:02:00.172]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:57:04.6374410Z [00:02:00.174]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T20:57:04.6382865Z [00:02:00.174]➜  internal/synctest
2025-08-20T20:57:04.6383459Z [00:02:00.174]➜  mkdir -p $WORK/b045/
2025-08-20T20:57:04.6384207Z [00:02:00.174]➜  cat >/tmp/go-build2363873570/b045/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6384895Z [00:02:00.174]➜  # import config
2025-08-20T20:57:04.6385650Z [00:02:00.174]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:04.6386330Z [00:02:00.174]➜  EOF
2025-08-20T20:57:04.6389427Z [00:02:00.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b045=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:57:04.6524021Z [00:02:00.188]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:57:04.6529689Z [00:02:00.189]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T20:57:04.6531472Z [00:02:00.189]➜  crypto/internal/fips140/alias
2025-08-20T20:57:04.6533522Z [00:02:00.189]➜  mkdir -p $WORK/b076/
2025-08-20T20:57:04.6535517Z [00:02:00.189]➜  echo '# import config' > $WORK/b076/importcfg # internal
2025-08-20T20:57:04.6539370Z [00:02:00.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b076=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:57:04.6620883Z [00:02:00.198]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:57:04.6651629Z [00:02:00.199]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T20:57:04.6658001Z [00:02:00.202]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:57:04.6658642Z [00:02:00.202]➜  mkdir -p $WORK/b080/
2025-08-20T20:57:04.6659585Z [00:02:00.202]➜  cat >/tmp/go-build2363873570/b080/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6660300Z [00:02:00.202]➜  # import config
2025-08-20T20:57:04.6661069Z [00:02:00.202]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:04.6661791Z [00:02:00.202]➜  EOF
2025-08-20T20:57:04.6665398Z [00:02:00.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b080=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:57:04.6794196Z [00:02:00.216]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:57:04.6802728Z [00:02:00.217]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T20:57:04.6804631Z [00:02:00.217]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:57:04.6807708Z [00:02:00.217]➜  mkdir -p $WORK/b081/
2025-08-20T20:57:04.6811970Z [00:02:00.218]➜  cat >/tmp/go-build2363873570/b081/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6814350Z [00:02:00.218]➜  # import config
2025-08-20T20:57:04.6815398Z [00:02:00.218]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:04.6816959Z [00:02:00.218]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.6817855Z [00:02:00.218]➜  EOF
2025-08-20T20:57:04.6821619Z [00:02:00.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b081=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:57:04.6907021Z [00:02:00.227]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:57:04.6913545Z [00:02:00.228]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T20:57:04.6924067Z [00:02:00.228]➜  crypto/internal/fips140/subtle
2025-08-20T20:57:04.6924756Z [00:02:00.228]➜  mkdir -p $WORK/b084/
2025-08-20T20:57:04.6925398Z [00:02:00.229]➜  echo -n > $WORK/b084/go_asm.h # internal
2025-08-20T20:57:04.6926126Z [00:02:00.229]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:57:04.6928764Z [00:02:00.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b084/symabis ./xor_amd64.s
2025-08-20T20:57:04.6967633Z [00:02:00.233]➜  cat >/tmp/go-build2363873570/b084/importcfg << 'EOF' # internal
2025-08-20T20:57:04.6978181Z [00:02:00.233]➜  # import config
2025-08-20T20:57:04.6979270Z [00:02:00.233]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:04.6980576Z [00:02:00.233]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:04.6981679Z [00:02:00.233]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:04.6982365Z [00:02:00.233]➜  EOF
2025-08-20T20:57:04.6982946Z [00:02:00.233]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.6987713Z [00:02:00.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b084/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack -asmhdr $WORK/b084/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T20:57:04.7330324Z [00:02:00.269]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:57:04.7335542Z [00:02:00.270]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b084/xor_amd64.o ./xor_amd64.s
2025-08-20T20:57:04.7428221Z [00:02:00.279]➜  go tool pack r $WORK/b084/_pkg_.a $WORK/b084/xor_amd64.o # internal
2025-08-20T20:57:04.7431702Z [00:02:00.280]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:57:04.7437937Z [00:02:00.280]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T20:57:04.7449921Z [00:02:00.281]➜  crypto/internal/boring/sig
2025-08-20T20:57:04.7450496Z [00:02:00.281]➜  mkdir -p $WORK/b094/
2025-08-20T20:57:04.7451080Z [00:02:00.281]➜  echo -n > $WORK/b094/go_asm.h # internal
2025-08-20T20:57:04.7451701Z [00:02:00.281]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:57:04.7454080Z [00:02:00.281]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b094/symabis ./sig_amd64.s
2025-08-20T20:57:04.7542516Z [00:02:00.290]➜  echo '# import config' > $WORK/b094/importcfg # internal
2025-08-20T20:57:04.7543486Z [00:02:00.290]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.7547744Z [00:02:00.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b094/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:57:04.7702869Z [00:02:00.307]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:57:04.7708165Z [00:02:00.307]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b094/sig_amd64.o ./sig_amd64.s
2025-08-20T20:57:04.7801136Z [00:02:00.316]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/sig_amd64.o # internal
2025-08-20T20:57:04.7804279Z [00:02:00.317]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:57:04.7809523Z [00:02:00.317]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T20:57:04.7810854Z [00:02:00.317]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T20:57:04.7828299Z [00:02:00.319]➜  mkdir -p $WORK/b119/
2025-08-20T20:57:04.7830101Z [00:02:00.320]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T20:57:04.7832201Z [00:02:00.320]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.7836408Z [00:02:00.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.3.0/internal/byteutil;$WORK/b119=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.22 -complete -installsuffix shared -buildid D4scvY35OL8PD8xainwU/D4scvY35OL8PD8xainwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/internal/byteutil/byteutil.go
2025-08-20T20:57:04.7995322Z [00:02:00.336]➜  cd /root/.go/src/math
2025-08-20T20:57:04.7999641Z [00:02:00.336]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/dim_amd64.o ./dim_amd64.s
2025-08-20T20:57:04.8087293Z [00:02:00.345]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/exp_amd64.o ./exp_amd64.s
2025-08-20T20:57:04.8158572Z [00:02:00.352]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/floor_amd64.o ./floor_amd64.s
2025-08-20T20:57:04.8220439Z [00:02:00.358]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:57:04.8227943Z [00:02:00.359]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/hypot_amd64.o ./hypot_amd64.s
2025-08-20T20:57:04.8254391Z [00:02:00.362]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d # internal
2025-08-20T20:57:04.8255511Z [00:02:00.362]➜  unicode/utf16
2025-08-20T20:57:04.8256031Z [00:02:00.362]➜  mkdir -p $WORK/b135/
2025-08-20T20:57:04.8256730Z [00:02:00.362]➜  echo '# import config' > $WORK/b135/importcfg # internal
2025-08-20T20:57:04.8257511Z [00:02:00.362]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.8260549Z [00:02:00.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b135=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:57:04.8270854Z [00:02:00.363]➜  cd /root/.go/src/math
2025-08-20T20:57:04.8276547Z [00:02:00.364]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/log_amd64.o ./log_amd64.s
2025-08-20T20:57:04.8310632Z [00:02:00.367]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/dim_amd64.o $WORK/b038/exp_amd64.o $WORK/b038/floor_amd64.o $WORK/b038/hypot_amd64.o $WORK/b038/log_amd64.o # internal
2025-08-20T20:57:04.8313218Z [00:02:00.368]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:57:04.8365030Z [00:02:00.373]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:57:04.8372231Z [00:02:00.374]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T20:57:04.8375233Z [00:02:00.374]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:57:04.8375831Z [00:02:00.374]➜  mkdir -p $WORK/b136/
2025-08-20T20:57:04.8377499Z [00:02:00.374]➜  echo '# import config' > $WORK/b136/importcfg # internal
2025-08-20T20:57:04.8382329Z [00:02:00.375]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:57:04.8384817Z [00:02:00.375]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.8393471Z [00:02:00.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b136=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T20:57:04.8397435Z [00:02:00.375]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T20:57:04.8398566Z [00:02:00.375]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:57:04.8401471Z [00:02:00.375]➜  mkdir -p $WORK/b144/
2025-08-20T20:57:04.8402180Z [00:02:00.376]➜  echo '# import config' > $WORK/b144/importcfg # internal
2025-08-20T20:57:04.8406256Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1=>golang.org/x/crypto@v0.41.0/cryptobyte/asn1;$WORK/b144=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid sIdcu6RjNIuO4BFpscqm/sIdcu6RjNIuO4BFpscqm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1/asn1.go
2025-08-20T20:57:04.8442908Z [00:02:00.380]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:57:04.8444263Z [00:02:00.380]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T20:57:04.8464128Z [00:02:00.383]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T20:57:04.8465466Z [00:02:00.383]➜  encoding
2025-08-20T20:57:04.8465978Z [00:02:00.383]➜  mkdir -p $WORK/b154/
2025-08-20T20:57:04.8480003Z [00:02:00.384]➜  echo '# import config' > $WORK/b154/importcfg # internal
2025-08-20T20:57:04.8494289Z [00:02:00.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b154=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:57:04.8497085Z [00:02:00.386]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:57:04.8501260Z [00:02:00.387]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T20:57:04.8512966Z [00:02:00.388]➜  image/color
2025-08-20T20:57:04.8513720Z [00:02:00.388]➜  mkdir -p $WORK/b179/
2025-08-20T20:57:04.8515107Z [00:02:00.388]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:57:04.8516136Z [00:02:00.388]➜  echo '# import config' > $WORK/b179/importcfg # internal
2025-08-20T20:57:04.8519988Z [00:02:00.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b179=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:57:04.8527319Z [00:02:00.389]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d # internal
2025-08-20T20:57:04.8533346Z [00:02:00.389]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T20:57:04.8533953Z [00:02:00.389]➜  mkdir -p $WORK/b215/
2025-08-20T20:57:04.8552256Z [00:02:00.392]➜  echo '# import config' > $WORK/b215/importcfg # internal
2025-08-20T20:57:04.8557464Z [00:02:00.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/internal=>github.com/pjbgf/sha1cd@v0.4.0/internal;$WORK/b215=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid jiAZfkWcwHuHE51cmH3V/jiAZfkWcwHuHE51cmH3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/internal/const.go
2025-08-20T20:57:04.8601503Z [00:02:00.397]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:57:04.8604257Z [00:02:00.397]➜  runtime
2025-08-20T20:57:04.8607230Z [00:02:00.397]➜  mkdir -p $WORK/b009/
2025-08-20T20:57:04.8610659Z [00:02:00.397]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:57:04.8618733Z [00:02:00.398]➜  cd /root/.go/src/runtime
2025-08-20T20:57:04.8622508Z [00:02:00.398]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T20:57:04.8625442Z [00:02:00.398]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T20:57:04.8626558Z [00:02:00.398]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:57:04.8627136Z [00:02:00.399]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T20:57:04.8631602Z [00:02:00.399]➜  mkdir -p $WORK/b216/
2025-08-20T20:57:04.8632184Z [00:02:00.399]➜  echo -n > $WORK/b216/go_asm.h # internal
2025-08-20T20:57:04.8647458Z [00:02:00.400]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc
2025-08-20T20:57:04.8652981Z [00:02:00.400]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc=>github.com/pjbgf/sha1cd@v0.4.0/ubc;$WORK/b216=>" -I $WORK/b216/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b216/symabis ./ubc_amd64.s
2025-08-20T20:57:04.8655743Z [00:02:00.401]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d # internal
2025-08-20T20:57:04.8656792Z [00:02:00.401]➜  container/list
2025-08-20T20:57:04.8657541Z [00:02:00.401]➜  mkdir -p $WORK/b220/
2025-08-20T20:57:04.8667123Z [00:02:00.403]➜  echo '# import config' > $WORK/b220/importcfg # internal
2025-08-20T20:57:04.8668208Z [00:02:00.403]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:04.8672774Z [00:02:00.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b220=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:57:04.8723909Z [00:02:00.408]➜  echo '# import config' > $WORK/b216/importcfg # internal
2025-08-20T20:57:04.8730609Z [00:02:00.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc=>github.com/pjbgf/sha1cd@v0.4.0/ubc;$WORK/b216=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -installsuffix shared -buildid k-x0AAwPXAjf5-ZqZQLM/k-x0AAwPXAjf5-ZqZQLM -goversion go1.25.0 -symabis $WORK/b216/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack -asmhdr $WORK/b216/go_asm.h /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc/const.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc/ubc.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc/ubc_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc/ubc_generic.go
2025-08-20T20:57:04.8975803Z [00:02:00.434]➜  cat >/tmp/go-build2363873570/b009/importcfg << 'EOF' # internal
2025-08-20T20:57:04.8979215Z [00:02:00.434]➜  # import config
2025-08-20T20:57:04.8982364Z [00:02:00.434]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:04.8983674Z [00:02:00.434]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:04.8984671Z [00:02:00.434]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:04.8985682Z [00:02:00.434]➜  packagefile internal/chacha8rand=/tmp/go-build2363873570/b013/_pkg_.a
2025-08-20T20:57:04.8986654Z [00:02:00.434]➜  packagefile internal/coverage/rtcov=/tmp/go-build2363873570/b014/_pkg_.a
2025-08-20T20:57:04.8987602Z [00:02:00.434]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:04.8988497Z [00:02:00.434]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:04.8989650Z [00:02:00.434]➜  packagefile internal/godebugs=/tmp/go-build2363873570/b015/_pkg_.a
2025-08-20T20:57:04.8990675Z [00:02:00.434]➜  packagefile internal/goexperiment=/tmp/go-build2363873570/b016/_pkg_.a
2025-08-20T20:57:04.8991666Z [00:02:00.434]➜  packagefile internal/goos=/tmp/go-build2363873570/b017/_pkg_.a
2025-08-20T20:57:04.8992680Z [00:02:00.434]➜  packagefile internal/profilerecord=/tmp/go-build2363873570/b018/_pkg_.a
2025-08-20T20:57:04.8993718Z [00:02:00.434]➜  packagefile internal/runtime/atomic=/tmp/go-build2363873570/b019/_pkg_.a
2025-08-20T20:57:04.9006957Z [00:02:00.434]➜  packagefile internal/runtime/cgroup=/tmp/go-build2363873570/b020/_pkg_.a
2025-08-20T20:57:04.9008180Z [00:02:00.434]➜  packagefile internal/runtime/exithook=/tmp/go-build2363873570/b024/_pkg_.a
2025-08-20T20:57:04.9010690Z [00:02:00.434]➜  packagefile internal/runtime/gc=/tmp/go-build2363873570/b025/_pkg_.a
2025-08-20T20:57:04.9011741Z [00:02:00.434]➜  packagefile internal/runtime/maps=/tmp/go-build2363873570/b026/_pkg_.a
2025-08-20T20:57:04.9012760Z [00:02:00.434]➜  packagefile internal/runtime/math=/tmp/go-build2363873570/b022/_pkg_.a
2025-08-20T20:57:04.9013789Z [00:02:00.434]➜  packagefile internal/runtime/strconv=/tmp/go-build2363873570/b021/_pkg_.a
2025-08-20T20:57:04.9014815Z [00:02:00.434]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:04.9015879Z [00:02:00.434]➜  packagefile internal/runtime/syscall=/tmp/go-build2363873570/b023/_pkg_.a
2025-08-20T20:57:04.9016905Z [00:02:00.434]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:04.9018179Z [00:02:00.434]➜  packagefile internal/trace/tracev2=/tmp/go-build2363873570/b032/_pkg_.a
2025-08-20T20:57:04.9019007Z [00:02:00.434]➜  EOF
2025-08-20T20:57:04.9071200Z [00:02:00.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:57:04.9123747Z [00:02:00.435]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:57:04.9125101Z [00:02:00.436]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T20:57:04.9126258Z [00:02:00.436]➜  github.com/go-git/go-git/v6/plumbing/color
2025-08-20T20:57:04.9126858Z [00:02:00.437]➜  mkdir -p $WORK/b229/
2025-08-20T20:57:04.9127542Z [00:02:00.437]➜  echo '# import config' > $WORK/b229/importcfg # internal
2025-08-20T20:57:04.9135371Z [00:02:00.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/color=>github.com/go-git/go-git/v6/plumbing/color;$WORK/b229=>" -p github.com/go-git/go-git/v6/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid kag_GVRN3e8KcXzg8ta6/kag_GVRN3e8KcXzg8ta6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/color/color.go
2025-08-20T20:57:04.9142502Z [00:02:00.447]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:57:04.9143811Z [00:02:00.447]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d # internal
2025-08-20T20:57:04.9144868Z [00:02:00.447]➜  log/internal
2025-08-20T20:57:04.9145358Z [00:02:00.448]➜  mkdir -p $WORK/b246/
2025-08-20T20:57:04.9146017Z [00:02:00.450]➜  echo '# import config' > $WORK/b246/importcfg # internal
2025-08-20T20:57:04.9149378Z [00:02:00.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b246=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:57:04.9202784Z [00:02:00.457]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:57:04.9213341Z [00:02:00.458]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T20:57:04.9215615Z [00:02:00.458]➜  internal/nettrace
2025-08-20T20:57:04.9217119Z [00:02:00.458]➜  mkdir -p $WORK/b263/
2025-08-20T20:57:04.9218143Z [00:02:00.458]➜  echo '# import config' > $WORK/b263/importcfg # internal
2025-08-20T20:57:04.9221797Z [00:02:00.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b263=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:57:04.9255957Z [00:02:00.462]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T20:57:04.9275364Z [00:02:00.463]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T20:57:04.9276601Z [00:02:00.463]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:57:04.9277211Z [00:02:00.463]➜  mkdir -p $WORK/b277/
2025-08-20T20:57:04.9278129Z [00:02:00.464]➜  echo '# import config' > $WORK/b277/importcfg # internal
2025-08-20T20:57:04.9282132Z [00:02:00.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b277=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T20:57:04.9323979Z [00:02:00.469]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T20:57:04.9364560Z [00:02:00.469]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T20:57:04.9365715Z [00:02:00.469]➜  github.com/golang/groupcache/lru
2025-08-20T20:57:04.9366285Z [00:02:00.469]➜  mkdir -p $WORK/b287/
2025-08-20T20:57:04.9367025Z [00:02:00.469]➜  cat >/tmp/go-build2363873570/b287/importcfg << 'EOF' # internal
2025-08-20T20:57:04.9367695Z [00:02:00.469]➜  # import config
2025-08-20T20:57:04.9368411Z [00:02:00.469]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:04.9370627Z [00:02:00.469]➜  EOF
2025-08-20T20:57:04.9374729Z [00:02:00.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru=>github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru;$WORK/b287=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid KHT_3hIA8blpG4iCrJ5k/KHT_3hIA8blpG4iCrJ5k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T20:57:04.9413728Z [00:02:00.478]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T20:57:04.9422909Z [00:02:00.479]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T20:57:04.9430978Z [00:02:00.479]➜  golang.org/x/crypto/internal/alias
2025-08-20T20:57:04.9431601Z [00:02:00.479]➜  mkdir -p $WORK/b311/
2025-08-20T20:57:04.9438732Z [00:02:00.480]➜  echo '# import config' > $WORK/b311/importcfg # internal
2025-08-20T20:57:04.9446868Z [00:02:00.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias=>golang.org/x/crypto@v0.41.0/internal/alias;$WORK/b311=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid ANzWBMyXgYx6r712nRLc/ANzWBMyXgYx6r712nRLc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias/alias.go
2025-08-20T20:57:04.9553049Z [00:02:00.492]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T20:57:04.9558782Z [00:02:00.492]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d # internal
2025-08-20T20:57:04.9586245Z [00:02:00.495]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T20:57:04.9594130Z [00:02:00.496]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d # internal
2025-08-20T20:57:04.9617242Z [00:02:00.498]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc
2025-08-20T20:57:04.9619602Z [00:02:00.498]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc=>github.com/pjbgf/sha1cd@v0.4.0/ubc;$WORK/b216=>" -I $WORK/b216/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b216/ubc_amd64.o ./ubc_amd64.s
2025-08-20T20:57:04.9672620Z [00:02:00.504]➜  go tool pack r $WORK/b216/_pkg_.a $WORK/b216/ubc_amd64.o # internal
2025-08-20T20:57:04.9674947Z [00:02:00.504]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:57:04.9683136Z [00:02:00.505]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d # internal
2025-08-20T20:57:06.8722061Z [00:02:02.409]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h
2025-08-20T20:57:06.8722912Z [00:02:02.409]➜  cd /root/.go/src/runtime
2025-08-20T20:57:06.8724839Z [00:02:02.409]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s
2025-08-20T20:57:06.8752696Z [00:02:02.412]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s
2025-08-20T20:57:06.8874991Z [00:02:02.424]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s
2025-08-20T20:57:06.8903415Z [00:02:02.427]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/ints.o ./ints.s
2025-08-20T20:57:06.8933437Z [00:02:02.430]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s
2025-08-20T20:57:06.8976812Z [00:02:02.434]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s
2025-08-20T20:57:06.9023977Z [00:02:02.439]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s
2025-08-20T20:57:06.9066221Z [00:02:02.443]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T20:57:06.9089624Z [00:02:02.445]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T20:57:06.9143776Z [00:02:02.451]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s
2025-08-20T20:57:06.9166652Z [00:02:02.453]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T20:57:06.9210990Z [00:02:02.457]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/ints.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal
2025-08-20T20:57:06.9214146Z [00:02:02.458]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:57:06.9570321Z [00:02:02.493]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T20:57:06.9572138Z [00:02:02.493]➜  iter
2025-08-20T20:57:06.9572866Z [00:02:02.494]➜  mkdir -p $WORK/b037/
2025-08-20T20:57:06.9573743Z [00:02:02.494]➜  internal/reflectlite
2025-08-20T20:57:06.9574440Z [00:02:02.494]➜  mkdir -p $WORK/b004/
2025-08-20T20:57:06.9579797Z [00:02:02.494]➜  crypto/subtle
2025-08-20T20:57:06.9580816Z [00:02:02.494]➜  mkdir -p $WORK/b093/
2025-08-20T20:57:06.9581770Z [00:02:02.494]➜  sync
2025-08-20T20:57:06.9585581Z [00:02:02.494]➜  mkdir -p $WORK/b042/
2025-08-20T20:57:06.9586336Z [00:02:02.495]➜  cat >/tmp/go-build2363873570/b093/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9587031Z [00:02:02.495]➜  # import config
2025-08-20T20:57:06.9587832Z [00:02:02.495]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:06.9594502Z [00:02:02.495]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:06.9595763Z [00:02:02.495]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:06.9596408Z [00:02:02.495]➜  EOF
2025-08-20T20:57:06.9596948Z [00:02:02.495]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:06.9601219Z [00:02:02.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b093=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T20:57:06.9605780Z [00:02:02.495]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:57:06.9606489Z [00:02:02.495]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:57:06.9608754Z [00:02:02.495]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T20:57:06.9611345Z [00:02:02.495]➜  cat >/tmp/go-build2363873570/b042/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9612011Z [00:02:02.495]➜  # import config
2025-08-20T20:57:06.9612702Z [00:02:02.495]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:06.9613596Z [00:02:02.495]➜  packagefile internal/sync=/tmp/go-build2363873570/b043/_pkg_.a
2025-08-20T20:57:06.9614513Z [00:02:02.495]➜  packagefile internal/synctest=/tmp/go-build2363873570/b045/_pkg_.a
2025-08-20T20:57:06.9615425Z [00:02:02.495]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:06.9616412Z [00:02:02.495]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:06.9617066Z [00:02:02.495]➜  EOF
2025-08-20T20:57:06.9617622Z [00:02:02.495]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:06.9627982Z [00:02:02.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b042=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T20:57:06.9632515Z [00:02:02.496]➜  cat >/tmp/go-build2363873570/b037/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9633199Z [00:02:02.496]➜  # import config
2025-08-20T20:57:06.9633901Z [00:02:02.496]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:06.9635031Z [00:02:02.496]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:06.9635668Z [00:02:02.496]➜  EOF
2025-08-20T20:57:06.9638125Z [00:02:02.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b037=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:57:06.9644574Z [00:02:02.501]➜  cat >/tmp/go-build2363873570/b004/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9645292Z [00:02:02.501]➜  # import config
2025-08-20T20:57:06.9646009Z [00:02:02.501]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:06.9646927Z [00:02:02.501]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:06.9647935Z [00:02:02.501]➜  packagefile internal/unsafeheader=/tmp/go-build2363873570/b008/_pkg_.a
2025-08-20T20:57:06.9649187Z [00:02:02.501]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:06.9649826Z [00:02:02.501]➜  EOF
2025-08-20T20:57:06.9653657Z [00:02:02.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T20:57:06.9722472Z [00:02:02.509]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:57:06.9749008Z [00:02:02.511]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:57:06.9750839Z [00:02:02.511]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T20:57:06.9752294Z [00:02:02.511]➜  slices
2025-08-20T20:57:06.9753092Z [00:02:02.511]➜  mkdir -p $WORK/b047/
2025-08-20T20:57:06.9755043Z [00:02:02.511]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T20:57:06.9756253Z [00:02:02.511]➜  weak
2025-08-20T20:57:06.9756958Z [00:02:02.512]➜  mkdir -p $WORK/b132/
2025-08-20T20:57:06.9757985Z [00:02:02.512]➜  cat >/tmp/go-build2363873570/b047/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9759567Z [00:02:02.512]➜  # import config
2025-08-20T20:57:06.9760282Z [00:02:02.512]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:06.9761121Z [00:02:02.512]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:06.9761962Z [00:02:02.512]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:06.9762593Z [00:02:02.512]➜  EOF
2025-08-20T20:57:06.9766202Z [00:02:02.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T20:57:06.9802605Z [00:02:02.512]➜  cat >/tmp/go-build2363873570/b132/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9803341Z [00:02:02.512]➜  # import config
2025-08-20T20:57:06.9804094Z [00:02:02.512]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:06.9805001Z [00:02:02.512]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:06.9805633Z [00:02:02.512]➜  EOF
2025-08-20T20:57:06.9808609Z [00:02:02.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b132=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:57:06.9924438Z [00:02:02.529]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:57:06.9937421Z [00:02:02.529]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T20:57:06.9938521Z [00:02:02.529]➜  maps
2025-08-20T20:57:06.9939192Z [00:02:02.529]➜  mkdir -p $WORK/b200/
2025-08-20T20:57:06.9939960Z [00:02:02.529]➜  cat >/tmp/go-build2363873570/b200/importcfg << 'EOF' # internal
2025-08-20T20:57:06.9940665Z [00:02:02.529]➜  # import config
2025-08-20T20:57:06.9941342Z [00:02:02.529]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:06.9941983Z [00:02:02.529]➜  EOF
2025-08-20T20:57:06.9944787Z [00:02:02.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b200=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:57:07.0002544Z [00:02:02.537]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:57:07.0009109Z [00:02:02.537]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T20:57:07.0011326Z [00:02:02.538]➜  golang.org/x/exp/maps
2025-08-20T20:57:07.0012575Z [00:02:02.538]➜  mkdir -p $WORK/b247/
2025-08-20T20:57:07.0018256Z [00:02:02.538]➜  cat >/tmp/go-build2363873570/b247/importcfg << 'EOF' # internal
2025-08-20T20:57:07.0019180Z [00:02:02.538]➜  # import config
2025-08-20T20:57:07.0019896Z [00:02:02.538]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:07.0020557Z [00:02:02.538]➜  EOF
2025-08-20T20:57:07.0024372Z [00:02:02.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps=>golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps;$WORK/b247=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid m_hGd9n9gBfZtM8lHxb7/m_hGd9n9gBfZtM8lHxb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps/maps.go
2025-08-20T20:57:07.0075450Z [00:02:02.544]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:57:07.0086593Z [00:02:02.545]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T20:57:07.0092806Z [00:02:02.546]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T20:57:07.0099377Z [00:02:02.546]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d # internal
2025-08-20T20:57:07.0844826Z [00:02:02.621]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:57:07.0875292Z [00:02:02.624]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T20:57:07.0877877Z [00:02:02.624]➜  internal/bisect
2025-08-20T20:57:07.0878435Z [00:02:02.624]➜  mkdir -p $WORK/b056/
2025-08-20T20:57:07.0886128Z [00:02:02.625]➜  crypto/internal/fips140cache
2025-08-20T20:57:07.0889988Z [00:02:02.625]➜  mkdir -p $WORK/b131/
2025-08-20T20:57:07.0890790Z [00:02:02.625]➜  cat >/tmp/go-build2363873570/b056/importcfg << 'EOF' # internal
2025-08-20T20:57:07.0892193Z [00:02:02.625]➜  # import config
2025-08-20T20:57:07.0892880Z [00:02:02.625]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:07.0895598Z [00:02:02.625]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.0896565Z [00:02:02.625]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:07.0897191Z [00:02:02.625]➜  EOF
2025-08-20T20:57:07.0900163Z [00:02:02.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b056=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:57:07.0902775Z [00:02:02.625]➜  internal/testlog
2025-08-20T20:57:07.0903287Z [00:02:02.625]➜  mkdir -p $WORK/b061/
2025-08-20T20:57:07.0903983Z [00:02:02.625]➜  cat >/tmp/go-build2363873570/b131/importcfg << 'EOF' # internal
2025-08-20T20:57:07.0904638Z [00:02:02.625]➜  # import config
2025-08-20T20:57:07.0905301Z [00:02:02.625]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:07.0906112Z [00:02:02.625]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.0906885Z [00:02:02.625]➜  packagefile weak=/tmp/go-build2363873570/b132/_pkg_.a
2025-08-20T20:57:07.0907468Z [00:02:02.625]➜  EOF
2025-08-20T20:57:07.0911737Z [00:02:02.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b131=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:57:07.0914846Z [00:02:02.625]➜  cat >/tmp/go-build2363873570/b061/importcfg << 'EOF' # internal
2025-08-20T20:57:07.0915483Z [00:02:02.625]➜  # import config
2025-08-20T20:57:07.0916088Z [00:02:02.625]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.0917193Z [00:02:02.625]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:07.0917805Z [00:02:02.625]➜  EOF
2025-08-20T20:57:07.0920889Z [00:02:02.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b061=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:57:07.0993830Z [00:02:02.636]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:57:07.0997498Z [00:02:02.636]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s
2025-08-20T20:57:07.1038623Z [00:02:02.640]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T20:57:07.1039724Z [00:02:02.640]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:57:07.1042193Z [00:02:02.641]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:57:07.1056940Z [00:02:02.642]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T20:57:07.1076384Z [00:02:02.644]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T20:57:07.1077481Z [00:02:02.644]➜  errors
2025-08-20T20:57:07.1077951Z [00:02:02.644]➜  mkdir -p $WORK/b003/
2025-08-20T20:57:07.1086735Z [00:02:02.645]➜  cat >/tmp/go-build2363873570/b003/importcfg << 'EOF' # internal
2025-08-20T20:57:07.1087482Z [00:02:02.645]➜  # import config
2025-08-20T20:57:07.1088286Z [00:02:02.645]➜  packagefile internal/reflectlite=/tmp/go-build2363873570/b004/_pkg_.a
2025-08-20T20:57:07.1089516Z [00:02:02.645]➜  EOF
2025-08-20T20:57:07.1090165Z [00:02:02.645]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.1093348Z [00:02:02.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:57:07.1099274Z [00:02:02.646]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:57:07.1100857Z [00:02:02.646]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T20:57:07.1103890Z [00:02:02.647]➜  sort
2025-08-20T20:57:07.1104391Z [00:02:02.647]➜  mkdir -p $WORK/b065/
2025-08-20T20:57:07.1109506Z [00:02:02.647]➜  cat >/tmp/go-build2363873570/b065/importcfg << 'EOF' # internal
2025-08-20T20:57:07.1110227Z [00:02:02.647]➜  # import config
2025-08-20T20:57:07.1110992Z [00:02:02.647]➜  packagefile internal/reflectlite=/tmp/go-build2363873570/b004/_pkg_.a
2025-08-20T20:57:07.1111950Z [00:02:02.647]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:07.1112802Z [00:02:02.647]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:07.1113413Z [00:02:02.647]➜  EOF
2025-08-20T20:57:07.1124509Z [00:02:02.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b065=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/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-20T20:57:07.1143623Z [00:02:02.651]➜  runtime/cgo
2025-08-20T20:57:07.1144167Z [00:02:02.651]➜  mkdir -p $WORK/b207/
2025-08-20T20:57:07.1153835Z [00:02:02.652]➜  echo -n > $WORK/b207/preferlinkext # internal
2025-08-20T20:57:07.1156075Z [00:02:02.652]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.1158573Z [00:02:02.652]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b207/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:57:07.1399520Z [00:02:02.676]➜  cd $WORK
2025-08-20T20:57:07.1400631Z [00:02:02.676]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:57:07.1553744Z [00:02:02.692]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:57:07.1560840Z [00:02:02.693]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T20:57:07.1618803Z [00:02:02.698]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:57:07.1655109Z [00:02:02.702]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T20:57:07.1706585Z [00:02:02.707]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:57:07.2104152Z [00:02:02.747]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:57:07.2110817Z [00:02:02.748]➜  strconv
2025-08-20T20:57:07.2120299Z [00:02:02.748]➜  mkdir -p $WORK/b040/
2025-08-20T20:57:07.2121404Z [00:02:02.748]➜  cat >/tmp/go-build2363873570/b040/importcfg << 'EOF' # internal
2025-08-20T20:57:07.2122074Z [00:02:02.748]➜  # import config
2025-08-20T20:57:07.2122695Z [00:02:02.748]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.2123878Z [00:02:02.748]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.2124891Z [00:02:02.748]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:07.2125810Z [00:02:02.748]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:07.2126617Z [00:02:02.748]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:07.2127501Z [00:02:02.748]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:07.2128193Z [00:02:02.748]➜  EOF
2025-08-20T20:57:07.2128796Z [00:02:02.748]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.2134292Z [00:02:02.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b040=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T20:57:07.2187162Z [00:02:02.755]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:57:07.2193987Z [00:02:02.756]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T20:57:07.2369799Z [00:02:02.773]➜  cd $WORK
2025-08-20T20:57:07.2370834Z [00:02:02.773]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:57:07.2491330Z [00:02:02.785]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:57:07.2496601Z [00:02:02.786]➜  internal/oserror
2025-08-20T20:57:07.2497366Z [00:02:02.786]➜  mkdir -p $WORK/b052/
2025-08-20T20:57:07.2499622Z [00:02:02.786]➜  io
2025-08-20T20:57:07.2500349Z [00:02:02.786]➜  mkdir -p $WORK/b048/
2025-08-20T20:57:07.2501037Z [00:02:02.786]➜  cat >/tmp/go-build2363873570/b052/importcfg << 'EOF' # internal
2025-08-20T20:57:07.2501757Z [00:02:02.786]➜  # import config
2025-08-20T20:57:07.2502421Z [00:02:02.786]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.2503039Z [00:02:02.786]➜  EOF
2025-08-20T20:57:07.2503585Z [00:02:02.786]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.2506659Z [00:02:02.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b052=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:57:07.2533437Z [00:02:02.790]➜  cat >/tmp/go-build2363873570/b048/importcfg << 'EOF' # internal
2025-08-20T20:57:07.2534155Z [00:02:02.790]➜  # import config
2025-08-20T20:57:07.2534801Z [00:02:02.790]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.2535576Z [00:02:02.790]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.2536309Z [00:02:02.790]➜  EOF
2025-08-20T20:57:07.2539133Z [00:02:02.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:57:07.2581363Z [00:02:02.795]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:57:07.2587432Z [00:02:02.795]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T20:57:07.2671765Z [00:02:02.804]➜  cd $WORK
2025-08-20T20:57:07.2674778Z [00:02:02.804]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:57:07.2859987Z [00:02:02.822]➜  path
2025-08-20T20:57:07.2860623Z [00:02:02.822]➜  mkdir -p $WORK/b053/
2025-08-20T20:57:07.2867292Z [00:02:02.822]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/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-20T20:57:07.2869595Z [00:02:02.822]➜  cat >/tmp/go-build2363873570/b053/importcfg << 'EOF' # internal
2025-08-20T20:57:07.2870319Z [00:02:02.822]➜  # import config
2025-08-20T20:57:07.2871074Z [00:02:02.822]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.2872040Z [00:02:02.822]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.2873032Z [00:02:02.822]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:07.2873739Z [00:02:02.822]➜  EOF
2025-08-20T20:57:07.2874317Z [00:02:02.823]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.2877234Z [00:02:02.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:57:07.3179675Z [00:02:02.854]➜  cd $WORK/b207
2025-08-20T20:57:07.3185196Z [00:02:02.854]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x001.o -c _cgo_export.c
2025-08-20T20:57:07.3514510Z [00:02:02.888]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x002.o -c cgo.cgo2.c
2025-08-20T20:57:07.3594021Z [00:02:02.896]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:57:07.3624504Z [00:02:02.898]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T20:57:07.3626143Z [00:02:02.898]➜  internal/godebug
2025-08-20T20:57:07.3626849Z [00:02:02.898]➜  mkdir -p $WORK/b055/
2025-08-20T20:57:07.3627776Z [00:02:02.898]➜  cat >/tmp/go-build2363873570/b055/importcfg << 'EOF' # internal
2025-08-20T20:57:07.3628641Z [00:02:02.898]➜  # import config
2025-08-20T20:57:07.3629997Z [00:02:02.898]➜  packagefile internal/bisect=/tmp/go-build2363873570/b056/_pkg_.a
2025-08-20T20:57:07.3631143Z [00:02:02.898]➜  packagefile internal/godebugs=/tmp/go-build2363873570/b015/_pkg_.a
2025-08-20T20:57:07.3632386Z [00:02:02.898]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.3633429Z [00:02:02.898]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:07.3634232Z [00:02:02.898]➜  EOF
2025-08-20T20:57:07.3643495Z [00:02:02.901]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.3646931Z [00:02:02.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b055=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:57:07.3650532Z [00:02:02.902]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:57:07.3665608Z [00:02:02.903]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T20:57:07.3702302Z [00:02:02.907]➜  syscall
2025-08-20T20:57:07.3704802Z [00:02:02.907]➜  mkdir -p $WORK/b057/
2025-08-20T20:57:07.3708515Z [00:02:02.907]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T20:57:07.3739632Z [00:02:02.907]➜  cd /root/.go/src/syscall
2025-08-20T20:57:07.3742875Z [00:02:02.907]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./asm_linux_amd64.s
2025-08-20T20:57:07.3789185Z [00:02:02.915]➜  cat >/tmp/go-build2363873570/b057/importcfg << 'EOF' # internal
2025-08-20T20:57:07.3791417Z [00:02:02.915]➜  # import config
2025-08-20T20:57:07.3792104Z [00:02:02.915]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.3792985Z [00:02:02.915]➜  packagefile internal/asan=/tmp/go-build2363873570/b027/_pkg_.a
2025-08-20T20:57:07.3793922Z [00:02:02.915]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.3794913Z [00:02:02.915]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:07.3795871Z [00:02:02.915]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:07.3796786Z [00:02:02.915]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:07.3797754Z [00:02:02.915]➜  packagefile internal/msan=/tmp/go-build2363873570/b028/_pkg_.a
2025-08-20T20:57:07.3798663Z [00:02:02.915]➜  packagefile internal/oserror=/tmp/go-build2363873570/b052/_pkg_.a
2025-08-20T20:57:07.3799798Z [00:02:02.915]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:07.3801101Z [00:02:02.915]➜  packagefile internal/runtime/syscall=/tmp/go-build2363873570/b023/_pkg_.a
2025-08-20T20:57:07.3802119Z [00:02:02.915]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:07.3802934Z [00:02:02.915]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:07.3803725Z [00:02:02.915]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.3804553Z [00:02:02.915]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:07.3805171Z [00:02:02.915]➜  EOF
2025-08-20T20:57:07.3805685Z [00:02:02.915]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.3815905Z [00:02:02.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T20:57:07.3887889Z [00:02:02.925]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.3893000Z [00:02:02.925]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x003.o -c gcc_context.c
2025-08-20T20:57:07.4058508Z [00:02:02.942]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:57:07.4062267Z [00:02:02.942]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T20:57:07.4162390Z [00:02:02.953]➜  reflect
2025-08-20T20:57:07.4170676Z [00:02:02.953]➜  mkdir -p $WORK/b035/
2025-08-20T20:57:07.4179298Z [00:02:02.954]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T20:57:07.4187939Z [00:02:02.955]➜  cd /root/.go/src/reflect
2025-08-20T20:57:07.4190096Z [00:02:02.955]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b035/symabis ./asm_amd64.s
2025-08-20T20:57:07.4238503Z [00:02:02.960]➜  cat >/tmp/go-build2363873570/b035/importcfg << 'EOF' # internal
2025-08-20T20:57:07.4239590Z [00:02:02.960]➜  # import config
2025-08-20T20:57:07.4240274Z [00:02:02.960]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.4241158Z [00:02:02.960]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:07.4242144Z [00:02:02.960]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.4243148Z [00:02:02.960]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:07.4244463Z [00:02:02.960]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:07.4245397Z [00:02:02.960]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:07.4246398Z [00:02:02.960]➜  packagefile internal/runtime/maps=/tmp/go-build2363873570/b026/_pkg_.a
2025-08-20T20:57:07.4247389Z [00:02:02.960]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:07.4248408Z [00:02:02.960]➜  packagefile internal/unsafeheader=/tmp/go-build2363873570/b008/_pkg_.a
2025-08-20T20:57:07.4249798Z [00:02:02.960]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:07.4250640Z [00:02:02.960]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:07.4251528Z [00:02:02.960]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:07.4252399Z [00:02:02.960]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:07.4253218Z [00:02:02.960]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.4254039Z [00:02:02.960]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:07.4254924Z [00:02:02.960]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:07.4255558Z [00:02:02.960]➜  EOF
2025-08-20T20:57:07.4256118Z [00:02:02.960]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.4261960Z [00:02:02.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T20:57:07.4290317Z [00:02:02.965]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.4294627Z [00:02:02.966]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x004.o -c gcc_fatalf.c
2025-08-20T20:57:07.4718736Z [00:02:03.008]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x005.o -c gcc_libinit.c
2025-08-20T20:57:07.4952326Z [00:02:03.032]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:57:07.4987922Z [00:02:03.035]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T20:57:07.5023621Z [00:02:03.035]➜  bytes
2025-08-20T20:57:07.5024097Z [00:02:03.035]➜  mkdir -p $WORK/b063/
2025-08-20T20:57:07.5024827Z [00:02:03.036]➜  cat >/tmp/go-build2363873570/b063/importcfg << 'EOF' # internal
2025-08-20T20:57:07.5025493Z [00:02:03.036]➜  # import config
2025-08-20T20:57:07.5026165Z [00:02:03.036]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.5027114Z [00:02:03.036]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.5027967Z [00:02:03.036]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:07.5028741Z [00:02:03.036]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:07.5030140Z [00:02:03.036]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:07.5030979Z [00:02:03.036]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:07.5031832Z [00:02:03.036]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:07.5032483Z [00:02:03.036]➜  EOF
2025-08-20T20:57:07.5033032Z [00:02:03.036]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.5036240Z [00:02:03.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b063=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/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-20T20:57:07.5303623Z [00:02:03.067]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.5307559Z [00:02:03.067]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x006.o -c gcc_linux_amd64.c
2025-08-20T20:57:07.6141188Z [00:02:03.150]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x007.o -c gcc_mmap.c
2025-08-20T20:57:07.6509624Z [00:02:03.187]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x008.o -c gcc_setenv.c
2025-08-20T20:57:07.6665243Z [00:02:03.203]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:57:07.6689632Z [00:02:03.205]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T20:57:07.6700694Z [00:02:03.205]➜  container/heap
2025-08-20T20:57:07.6701242Z [00:02:03.205]➜  mkdir -p $WORK/b064/
2025-08-20T20:57:07.6701989Z [00:02:03.206]➜  cat >/tmp/go-build2363873570/b064/importcfg << 'EOF' # internal
2025-08-20T20:57:07.6702756Z [00:02:03.206]➜  # import config
2025-08-20T20:57:07.6703416Z [00:02:03.206]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:07.6704019Z [00:02:03.206]➜  EOF
2025-08-20T20:57:07.6704586Z [00:02:03.206]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.6707553Z [00:02:03.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b064=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T20:57:07.6914068Z [00:02:03.228]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:57:07.6918601Z [00:02:03.228]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T20:57:07.6922048Z [00:02:03.228]➜  hash
2025-08-20T20:57:07.6922542Z [00:02:03.228]➜  mkdir -p $WORK/b069/
2025-08-20T20:57:07.6923287Z [00:02:03.229]➜  cat >/tmp/go-build2363873570/b069/importcfg << 'EOF' # internal
2025-08-20T20:57:07.6923990Z [00:02:03.229]➜  # import config
2025-08-20T20:57:07.6924944Z [00:02:03.229]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:07.6925553Z [00:02:03.229]➜  EOF
2025-08-20T20:57:07.6929619Z [00:02:03.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b069=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:57:07.6974719Z [00:02:03.234]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.6980920Z [00:02:03.234]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x009.o -c gcc_sigaction.c
2025-08-20T20:57:07.7150818Z [00:02:03.251]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:57:07.7190326Z [00:02:03.255]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T20:57:07.7197605Z [00:02:03.256]➜  crypto
2025-08-20T20:57:07.7202505Z [00:02:03.257]➜  mkdir -p $WORK/b068/
2025-08-20T20:57:07.7211401Z [00:02:03.258]➜  cat >/tmp/go-build2363873570/b068/importcfg << 'EOF' # internal
2025-08-20T20:57:07.7212512Z [00:02:03.258]➜  # import config
2025-08-20T20:57:07.7213627Z [00:02:03.258]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:07.7215439Z [00:02:03.258]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:07.7216640Z [00:02:03.258]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:07.7217325Z [00:02:03.258]➜  EOF
2025-08-20T20:57:07.7223727Z [00:02:03.259]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.7231540Z [00:02:03.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b068=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:57:07.7611190Z [00:02:03.296]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:57:07.7617767Z [00:02:03.298]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T20:57:07.7622516Z [00:02:03.299]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:57:07.7623078Z [00:02:03.299]➜  mkdir -p $WORK/b074/
2025-08-20T20:57:07.7623766Z [00:02:03.299]➜  cat >/tmp/go-build2363873570/b074/importcfg << 'EOF' # internal
2025-08-20T20:57:07.7624370Z [00:02:03.299]➜  # import config
2025-08-20T20:57:07.7625011Z [00:02:03.299]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:07.7625624Z [00:02:03.299]➜  EOF
2025-08-20T20:57:07.7628768Z [00:02:03.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b074=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:57:07.7940852Z [00:02:03.330]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.7945752Z [00:02:03.331]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x010.o -c gcc_stack_unix.c
2025-08-20T20:57:07.7980094Z [00:02:03.334]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:57:07.8024405Z [00:02:03.339]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T20:57:07.8031622Z [00:02:03.339]➜  strings
2025-08-20T20:57:07.8032069Z [00:02:03.339]➜  mkdir -p $WORK/b075/
2025-08-20T20:57:07.8032734Z [00:02:03.339]➜  cat >/tmp/go-build2363873570/b075/importcfg << 'EOF' # internal
2025-08-20T20:57:07.8033329Z [00:02:03.340]➜  # import config
2025-08-20T20:57:07.8035533Z [00:02:03.340]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.8036969Z [00:02:03.340]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:07.8038345Z [00:02:03.340]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.8039913Z [00:02:03.340]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:07.8040750Z [00:02:03.340]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:07.8041549Z [00:02:03.340]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:07.8042334Z [00:02:03.340]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:07.8043104Z [00:02:03.340]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.8043848Z [00:02:03.340]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:07.8044689Z [00:02:03.340]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:07.8045318Z [00:02:03.340]➜  EOF
2025-08-20T20:57:07.8046101Z [00:02:03.340]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.8051486Z [00:02:03.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b075=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/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-20T20:57:07.8361911Z [00:02:03.372]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.8364791Z [00:02:03.373]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x011.o -c gcc_traceback.c
2025-08-20T20:57:07.8510049Z [00:02:03.387]➜  cd /root/.go/src/syscall
2025-08-20T20:57:07.8512073Z [00:02:03.387]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:57:07.8541651Z [00:02:03.391]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_linux_amd64.o # internal
2025-08-20T20:57:07.8542609Z [00:02:03.391]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:57:07.8604579Z [00:02:03.397]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T20:57:07.8608141Z [00:02:03.397]➜  time
2025-08-20T20:57:07.8609467Z [00:02:03.397]➜  mkdir -p $WORK/b054/
2025-08-20T20:57:07.8615467Z [00:02:03.398]➜  cat >/tmp/go-build2363873570/b054/importcfg << 'EOF' # internal
2025-08-20T20:57:07.8616322Z [00:02:03.398]➜  # import config
2025-08-20T20:57:07.8617110Z [00:02:03.398]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:07.8618565Z [00:02:03.398]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:07.8619882Z [00:02:03.398]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:07.8621025Z [00:02:03.398]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:07.8622029Z [00:02:03.398]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:07.8623030Z [00:02:03.398]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:07.8624019Z [00:02:03.398]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:07.8625043Z [00:02:03.398]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:07.8625900Z [00:02:03.398]➜  EOF
2025-08-20T20:57:07.8649347Z [00:02:03.401]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:07.8653941Z [00:02:03.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b054=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T20:57:07.8714202Z [00:02:03.408]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:07.8717527Z [00:02:03.408]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x012.o -c gcc_util.c
2025-08-20T20:57:07.9041917Z [00:02:03.440]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x013.o -c linux_syscall.c
2025-08-20T20:57:07.9671994Z [00:02:03.503]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_x014.o -c gcc_amd64.S
2025-08-20T20:57:07.9870758Z [00:02:03.523]➜  cd $WORK/b207
2025-08-20T20:57:07.9874400Z [00:02:03.524]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -I $WORK/b207/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b207/_cgo_main.o -c _cgo_main.c
2025-08-20T20:57:08.0173452Z [00:02:03.554]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:57:08.0208434Z [00:02:03.557]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T20:57:08.0292803Z [00:02:03.565]➜  internal/syscall/unix
2025-08-20T20:57:08.0293417Z [00:02:03.565]➜  mkdir -p $WORK/b059/
2025-08-20T20:57:08.0308730Z [00:02:03.567]➜  cat >/tmp/go-build2363873570/b059/importcfg << 'EOF' # internal
2025-08-20T20:57:08.0311929Z [00:02:03.567]➜  # import config
2025-08-20T20:57:08.0312664Z [00:02:03.567]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:08.0313971Z [00:02:03.567]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.0324502Z [00:02:03.567]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:08.0325269Z [00:02:03.567]➜  EOF
2025-08-20T20:57:08.0338711Z [00:02:03.570]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.0356948Z [00:02:03.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b059=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:57:08.0379682Z [00:02:03.574]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -o $WORK/b207/_cgo_.o $WORK/b207/_cgo_main.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o -O2 -g -lpthread
2025-08-20T20:57:08.1205999Z [00:02:03.657]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:57:08.1212484Z [00:02:03.658]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T20:57:08.1219261Z [00:02:03.658]➜  internal/syscall/execenv
2025-08-20T20:57:08.1221101Z [00:02:03.658]➜  mkdir -p $WORK/b060/
2025-08-20T20:57:08.1223440Z [00:02:03.658]➜  cat >/tmp/go-build2363873570/b060/importcfg << 'EOF' # internal
2025-08-20T20:57:08.1240061Z [00:02:03.658]➜  # import config
2025-08-20T20:57:08.1240770Z [00:02:03.658]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:08.1241415Z [00:02:03.658]➜  EOF
2025-08-20T20:57:08.1244589Z [00:02:03.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b060=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:57:08.1546542Z [00:02:03.691]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:57:08.1552942Z [00:02:03.692]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T20:57:08.1559272Z [00:02:03.692]➜  crypto/internal/fips140
2025-08-20T20:57:08.1559835Z [00:02:03.692]➜  mkdir -p $WORK/b073/
2025-08-20T20:57:08.1584275Z [00:02:03.695]➜  cat >/tmp/go-build2363873570/b073/importcfg << 'EOF' # internal
2025-08-20T20:57:08.1585823Z [00:02:03.695]➜  # import config
2025-08-20T20:57:08.1587498Z [00:02:03.695]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2363873570/b074/_pkg_.a
2025-08-20T20:57:08.1593106Z [00:02:03.696]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.1593969Z [00:02:03.696]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.1594793Z [00:02:03.696]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:08.1596008Z [00:02:03.696]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:08.1596674Z [00:02:03.696]➜  EOF
2025-08-20T20:57:08.1606462Z [00:02:03.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b073=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/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-20T20:57:08.2007361Z [00:02:03.737]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:57:08.2015407Z [00:02:03.738]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T20:57:08.2016567Z [00:02:03.738]➜  crypto/internal/impl
2025-08-20T20:57:08.2022701Z [00:02:03.739]➜  mkdir -p $WORK/b082/
2025-08-20T20:57:08.2025823Z [00:02:03.739]➜  cat >/tmp/go-build2363873570/b082/importcfg << 'EOF' # internal
2025-08-20T20:57:08.2027078Z [00:02:03.739]➜  # import config
2025-08-20T20:57:08.2029428Z [00:02:03.739]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:08.2030623Z [00:02:03.739]➜  EOF
2025-08-20T20:57:08.2035593Z [00:02:03.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b082=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:57:08.2318570Z [00:02:03.768]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:57:08.2324893Z [00:02:03.769]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T20:57:08.2350600Z [00:02:03.771]➜  crypto/internal/fips140/sha256
2025-08-20T20:57:08.2351496Z [00:02:03.771]➜  mkdir -p $WORK/b079/
2025-08-20T20:57:08.2352072Z [00:02:03.771]➜  echo -n > $WORK/b079/go_asm.h # internal
2025-08-20T20:57:08.2352744Z [00:02:03.771]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:57:08.2355324Z [00:02:03.771]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b079/symabis ./sha256block_amd64.s
2025-08-20T20:57:08.2438522Z [00:02:03.779]➜  cat >/tmp/go-build2363873570/b079/importcfg << 'EOF' # internal
2025-08-20T20:57:08.2439499Z [00:02:03.779]➜  # import config
2025-08-20T20:57:08.2440190Z [00:02:03.779]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.2441161Z [00:02:03.779]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.2442374Z [00:02:03.779]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.2443601Z [00:02:03.779]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:08.2444676Z [00:02:03.779]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:08.2445586Z [00:02:03.779]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.2446379Z [00:02:03.779]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.2447196Z [00:02:03.779]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.2447834Z [00:02:03.779]➜  EOF
2025-08-20T20:57:08.2448360Z [00:02:03.779]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.2456567Z [00:02:03.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b079/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack -asmhdr $WORK/b079/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T20:57:08.2658101Z [00:02:03.802]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b207=/tmp/go-build -gno-record-gcc-switches -o $WORK/b207/_cgo_.o $WORK/b207/_cgo_main.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:57:08.2667637Z [00:02:03.802]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b207/_cgo_.o -dynout $WORK/b207/_cgo_import.go -dynlinker
2025-08-20T20:57:08.2757082Z [00:02:03.812]➜  echo -n > $WORK/b207/go_asm.h # internal
2025-08-20T20:57:08.2764578Z [00:02:03.812]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:08.2766603Z [00:02:03.813]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b207/symabis ./asm_amd64.s
2025-08-20T20:57:08.2898721Z [00:02:03.826]➜  cat >/tmp/go-build2363873570/b207/importcfg << 'EOF' # internal
2025-08-20T20:57:08.2902649Z [00:02:03.826]➜  # import config
2025-08-20T20:57:08.2903470Z [00:02:03.826]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:08.2904852Z [00:02:03.826]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.2905735Z [00:02:03.826]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.2906391Z [00:02:03.826]➜  EOF
2025-08-20T20:57:08.2906958Z [00:02:03.826]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.2912810Z [00:02:03.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b207/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack -asmhdr $WORK/b207/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/b207/_cgo_gotypes.go $WORK/b207/cgo.cgo1.go $WORK/b207/_cgo_import.go
2025-08-20T20:57:08.3020314Z [00:02:03.838]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:57:08.3023594Z [00:02:03.839]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b079/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T20:57:08.3130673Z [00:02:03.849]➜  go tool pack r $WORK/b079/_pkg_.a $WORK/b079/sha256block_amd64.o # internal
2025-08-20T20:57:08.3131650Z [00:02:03.849]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:57:08.3133356Z [00:02:03.849]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T20:57:08.3140025Z [00:02:03.851]➜  crypto/internal/fips140/sha3
2025-08-20T20:57:08.3141226Z [00:02:03.851]➜  mkdir -p $WORK/b083/
2025-08-20T20:57:08.3142014Z [00:02:03.851]➜  echo -n > $WORK/b083/go_asm.h # internal
2025-08-20T20:57:08.3142868Z [00:02:03.851]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:57:08.3146448Z [00:02:03.851]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b083/symabis ./sha3_amd64.s
2025-08-20T20:57:08.3252443Z [00:02:03.861]➜  cat >/tmp/go-build2363873570/b083/importcfg << 'EOF' # internal
2025-08-20T20:57:08.3253171Z [00:02:03.861]➜  # import config
2025-08-20T20:57:08.3253841Z [00:02:03.861]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.3254786Z [00:02:03.861]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.3255898Z [00:02:03.861]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:08.3257065Z [00:02:03.861]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.3258232Z [00:02:03.861]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:08.3259342Z [00:02:03.861]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.3260191Z [00:02:03.861]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.3260814Z [00:02:03.861]➜  EOF
2025-08-20T20:57:08.3261331Z [00:02:03.862]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.3274903Z [00:02:03.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b083/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack -asmhdr $WORK/b083/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:57:08.3942834Z [00:02:03.930]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:57:08.3945398Z [00:02:03.931]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b083/sha3_amd64.o ./sha3_amd64.s
2025-08-20T20:57:08.4131515Z [00:02:03.949]➜  go tool pack r $WORK/b083/_pkg_.a $WORK/b083/sha3_amd64.o # internal
2025-08-20T20:57:08.4134043Z [00:02:03.950]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:57:08.4145420Z [00:02:03.951]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T20:57:08.4149214Z [00:02:03.951]➜  crypto/internal/fips140/sha512
2025-08-20T20:57:08.4150451Z [00:02:03.952]➜  mkdir -p $WORK/b085/
2025-08-20T20:57:08.4155395Z [00:02:03.952]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T20:57:08.4156262Z [00:02:03.952]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:57:08.4159711Z [00:02:03.952]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b085/symabis ./sha512block_amd64.s
2025-08-20T20:57:08.4249164Z [00:02:03.961]➜  cat >/tmp/go-build2363873570/b085/importcfg << 'EOF' # internal
2025-08-20T20:57:08.4253281Z [00:02:03.961]➜  # import config
2025-08-20T20:57:08.4253921Z [00:02:03.961]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.4254781Z [00:02:03.961]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.4255911Z [00:02:03.962]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.4257040Z [00:02:03.962]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:08.4258034Z [00:02:03.962]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:08.4259048Z [00:02:03.962]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.4259837Z [00:02:03.962]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.4260598Z [00:02:03.962]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.4261198Z [00:02:03.962]➜  EOF
2025-08-20T20:57:08.4261684Z [00:02:03.962]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.4266499Z [00:02:03.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b085/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T20:57:08.4528188Z [00:02:03.989]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:57:08.4664721Z [00:02:04.003]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T20:57:08.4669669Z [00:02:04.003]➜  io/fs
2025-08-20T20:57:08.4670175Z [00:02:04.003]➜  mkdir -p $WORK/b051/
2025-08-20T20:57:08.4735615Z [00:02:04.010]➜  cat >/tmp/go-build2363873570/b051/importcfg << 'EOF' # internal
2025-08-20T20:57:08.4743068Z [00:02:04.010]➜  # import config
2025-08-20T20:57:08.4743785Z [00:02:04.010]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.4744713Z [00:02:04.010]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:08.4745692Z [00:02:04.010]➜  packagefile internal/oserror=/tmp/go-build2363873570/b052/_pkg_.a
2025-08-20T20:57:08.4746566Z [00:02:04.010]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.4747399Z [00:02:04.010]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:08.4748223Z [00:02:04.010]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.4749258Z [00:02:04.010]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:08.4750128Z [00:02:04.010]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:08.4750784Z [00:02:04.010]➜  EOF
2025-08-20T20:57:08.4755031Z [00:02:04.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b051=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T20:57:08.5079180Z [00:02:04.044]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:57:08.5083725Z [00:02:04.044]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b085/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T20:57:08.5123989Z [00:02:04.049]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b207/abi_GOARCH.h
2025-08-20T20:57:08.5132901Z [00:02:04.050]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:08.5149932Z [00:02:04.051]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b207/asm_amd64.o ./asm_amd64.s
2025-08-20T20:57:08.5152000Z [00:02:04.051]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:57:08.5152987Z [00:02:04.051]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/sha512block_amd64.o # internal
2025-08-20T20:57:08.5153978Z [00:02:04.052]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:57:08.5176512Z [00:02:04.054]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T20:57:08.5257825Z [00:02:04.062]➜  internal/poll
2025-08-20T20:57:08.5258484Z [00:02:04.062]➜  mkdir -p $WORK/b058/
2025-08-20T20:57:08.5282041Z [00:02:04.065]➜  cat >/tmp/go-build2363873570/b058/importcfg << 'EOF' # internal
2025-08-20T20:57:08.5282931Z [00:02:04.065]➜  # import config
2025-08-20T20:57:08.5285262Z [00:02:04.065]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.5286710Z [00:02:04.065]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:08.5287887Z [00:02:04.065]➜  packagefile internal/syscall/unix=/tmp/go-build2363873570/b059/_pkg_.a
2025-08-20T20:57:08.5290938Z [00:02:04.065]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.5291814Z [00:02:04.065]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:08.5292947Z [00:02:04.065]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.5293794Z [00:02:04.065]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.5294658Z [00:02:04.065]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:08.5295503Z [00:02:04.065]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:08.5296082Z [00:02:04.065]➜  EOF
2025-08-20T20:57:08.5296616Z [00:02:04.065]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.5306601Z [00:02:04.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b058=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T20:57:08.5319409Z [00:02:04.065]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:57:08.5321902Z [00:02:04.065]➜  go tool pack r $WORK/b207/_pkg_.a $WORK/b207/asm_amd64.o $WORK/b207/preferlinkext $WORK/b207/_x001.o $WORK/b207/_x002.o $WORK/b207/_x003.o $WORK/b207/_x004.o $WORK/b207/_x005.o $WORK/b207/_x006.o $WORK/b207/_x007.o $WORK/b207/_x008.o $WORK/b207/_x009.o $WORK/b207/_x010.o $WORK/b207/_x011.o $WORK/b207/_x012.o $WORK/b207/_x013.o $WORK/b207/_x014.o # internal
2025-08-20T20:57:08.5324092Z [00:02:04.065]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:57:08.5340236Z [00:02:04.070]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T20:57:08.5368390Z [00:02:04.070]➜  context
2025-08-20T20:57:08.5369076Z [00:02:04.070]➜  mkdir -p $WORK/b066/
2025-08-20T20:57:08.5369845Z [00:02:04.071]➜  cat >/tmp/go-build2363873570/b066/importcfg << 'EOF' # internal
2025-08-20T20:57:08.5370543Z [00:02:04.071]➜  # import config
2025-08-20T20:57:08.5371212Z [00:02:04.071]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.5372141Z [00:02:04.071]➜  packagefile internal/reflectlite=/tmp/go-build2363873570/b004/_pkg_.a
2025-08-20T20:57:08.5373026Z [00:02:04.071]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.5373863Z [00:02:04.071]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.5374688Z [00:02:04.071]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:08.5375281Z [00:02:04.071]➜  EOF
2025-08-20T20:57:08.5375814Z [00:02:04.071]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.5378597Z [00:02:04.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b066=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:57:08.6018250Z [00:02:04.138]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:57:08.6043799Z [00:02:04.141]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T20:57:08.6051313Z [00:02:04.141]➜  internal/filepathlite
2025-08-20T20:57:08.6051842Z [00:02:04.141]➜  mkdir -p $WORK/b050/
2025-08-20T20:57:08.6066286Z [00:02:04.142]➜  cat >/tmp/go-build2363873570/b050/importcfg << 'EOF' # internal
2025-08-20T20:57:08.6066900Z [00:02:04.142]➜  # import config
2025-08-20T20:57:08.6067492Z [00:02:04.142]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.6068284Z [00:02:04.142]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:08.6069337Z [00:02:04.142]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:08.6070137Z [00:02:04.142]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:08.6070824Z [00:02:04.142]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.6071374Z [00:02:04.142]➜  EOF
2025-08-20T20:57:08.6074716Z [00:02:04.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b050=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T20:57:08.6357893Z [00:02:04.172]➜  cd /root/.go/src/reflect
2025-08-20T20:57:08.6361952Z [00:02:04.172]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b035/asm_amd64.o ./asm_amd64.s
2025-08-20T20:57:08.6411028Z [00:02:04.177]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm_amd64.o # internal
2025-08-20T20:57:08.6414672Z [00:02:04.178]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:57:08.6604682Z [00:02:04.197]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T20:57:08.6625664Z [00:02:04.199]➜  internal/fmtsort
2025-08-20T20:57:08.6628194Z [00:02:04.199]➜  mkdir -p $WORK/b033/
2025-08-20T20:57:08.6630489Z [00:02:04.199]➜  cat >/tmp/go-build2363873570/b033/importcfg << 'EOF' # internal
2025-08-20T20:57:08.6633397Z [00:02:04.200]➜  # import config
2025-08-20T20:57:08.6635097Z [00:02:04.200]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:08.6636302Z [00:02:04.200]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:08.6638736Z [00:02:04.200]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.6642418Z [00:02:04.200]➜  EOF
2025-08-20T20:57:08.6643081Z [00:02:04.200]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.6657201Z [00:02:04.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b033=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:57:08.6660203Z [00:02:04.201]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:57:08.6661550Z [00:02:04.202]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T20:57:08.6662760Z [00:02:04.202]➜  crypto/internal/fips140/hmac
2025-08-20T20:57:08.6663331Z [00:02:04.202]➜  mkdir -p $WORK/b078/
2025-08-20T20:57:08.6664062Z [00:02:04.202]➜  cat >/tmp/go-build2363873570/b078/importcfg << 'EOF' # internal
2025-08-20T20:57:08.6665027Z [00:02:04.202]➜  # import config
2025-08-20T20:57:08.6665681Z [00:02:04.202]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.6666659Z [00:02:04.202]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.6667798Z [00:02:04.202]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:08.6669165Z [00:02:04.202]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:08.6670318Z [00:02:04.202]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:08.6671302Z [00:02:04.202]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.6672141Z [00:02:04.202]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.6672733Z [00:02:04.202]➜  EOF
2025-08-20T20:57:08.6693928Z [00:02:04.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b078=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:57:08.6697973Z [00:02:04.206]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:57:08.6709735Z [00:02:04.207]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T20:57:08.6714010Z [00:02:04.208]➜  math/rand/v2
2025-08-20T20:57:08.6716644Z [00:02:04.208]➜  mkdir -p $WORK/b091/
2025-08-20T20:57:08.6732517Z [00:02:04.210]➜  cat >/tmp/go-build2363873570/b091/importcfg << 'EOF' # internal
2025-08-20T20:57:08.6740404Z [00:02:04.210]➜  # import config
2025-08-20T20:57:08.6741255Z [00:02:04.210]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.6742240Z [00:02:04.210]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:08.6743307Z [00:02:04.210]➜  packagefile internal/chacha8rand=/tmp/go-build2363873570/b013/_pkg_.a
2025-08-20T20:57:08.6744383Z [00:02:04.210]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:08.6745261Z [00:02:04.210]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.6745917Z [00:02:04.210]➜  EOF
2025-08-20T20:57:08.6750041Z [00:02:04.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b091=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T20:57:08.7115798Z [00:02:04.248]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:57:08.7129219Z [00:02:04.249]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T20:57:08.7136364Z [00:02:04.250]➜  crypto/internal/fips140/check
2025-08-20T20:57:08.7136975Z [00:02:04.250]➜  mkdir -p $WORK/b077/
2025-08-20T20:57:08.7154662Z [00:02:04.252]➜  cat >/tmp/go-build2363873570/b077/importcfg << 'EOF' # internal
2025-08-20T20:57:08.7163061Z [00:02:04.252]➜  # import config
2025-08-20T20:57:08.7163902Z [00:02:04.252]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.7165069Z [00:02:04.252]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:08.7166199Z [00:02:04.252]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:08.7167782Z [00:02:04.252]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.7169231Z [00:02:04.252]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2363873570/b074/_pkg_.a
2025-08-20T20:57:08.7170254Z [00:02:04.252]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.7170847Z [00:02:04.252]➜  EOF
2025-08-20T20:57:08.7174178Z [00:02:04.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b077=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:57:08.7424601Z [00:02:04.279]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:57:08.7434796Z [00:02:04.280]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T20:57:08.7440800Z [00:02:04.280]➜  crypto/internal/fips140/aes
2025-08-20T20:57:08.7441416Z [00:02:04.280]➜  mkdir -p $WORK/b072/
2025-08-20T20:57:08.7443966Z [00:02:04.281]➜  echo -n > $WORK/b072/go_asm.h # internal
2025-08-20T20:57:08.7448585Z [00:02:04.281]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:57:08.7451718Z [00:02:04.281]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b072/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T20:57:08.7501520Z [00:02:04.286]➜  cat >/tmp/go-build2363873570/b072/importcfg << 'EOF' # internal
2025-08-20T20:57:08.7520911Z [00:02:04.286]➜  # import config
2025-08-20T20:57:08.7521634Z [00:02:04.286]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.7522582Z [00:02:04.286]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:08.7523666Z [00:02:04.286]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:08.7524771Z [00:02:04.286]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:08.7525883Z [00:02:04.286]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:08.7527090Z [00:02:04.286]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.7528383Z [00:02:04.286]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:08.7529915Z [00:02:04.286]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2363873570/b074/_pkg_.a
2025-08-20T20:57:08.7531086Z [00:02:04.286]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:08.7532012Z [00:02:04.286]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.7532872Z [00:02:04.286]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.7533743Z [00:02:04.286]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:08.7534383Z [00:02:04.286]➜  EOF
2025-08-20T20:57:08.7534922Z [00:02:04.287]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.7541821Z [00:02:04.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b072/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack -asmhdr $WORK/b072/go_asm.h /root/.go/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-20T20:57:08.7674099Z [00:02:04.304]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:57:08.7712985Z [00:02:04.308]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:57:08.7725643Z [00:02:04.309]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T20:57:08.7728183Z [00:02:04.309]➜  math/rand
2025-08-20T20:57:08.7730439Z [00:02:04.309]➜  mkdir -p $WORK/b100/
2025-08-20T20:57:08.7733162Z [00:02:04.310]➜  cat >/tmp/go-build2363873570/b100/importcfg << 'EOF' # internal
2025-08-20T20:57:08.7734984Z [00:02:04.310]➜  # import config
2025-08-20T20:57:08.7736104Z [00:02:04.310]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:08.7737587Z [00:02:04.310]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:08.7738762Z [00:02:04.310]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.7739913Z [00:02:04.310]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.7740790Z [00:02:04.310]➜  EOF
2025-08-20T20:57:08.7744777Z [00:02:04.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b100=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/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-20T20:57:08.7767147Z [00:02:04.313]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T20:57:08.7785866Z [00:02:04.313]➜  os
2025-08-20T20:57:08.7786363Z [00:02:04.313]➜  mkdir -p $WORK/b049/
2025-08-20T20:57:08.7787103Z [00:02:04.313]➜  cat >/tmp/go-build2363873570/b049/importcfg << 'EOF' # internal
2025-08-20T20:57:08.7787799Z [00:02:04.313]➜  # import config
2025-08-20T20:57:08.7788480Z [00:02:04.313]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.7789624Z [00:02:04.313]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:08.7790658Z [00:02:04.313]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:08.7791702Z [00:02:04.313]➜  packagefile internal/filepathlite=/tmp/go-build2363873570/b050/_pkg_.a
2025-08-20T20:57:08.7792702Z [00:02:04.313]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:08.7793654Z [00:02:04.313]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:08.7794598Z [00:02:04.313]➜  packagefile internal/poll=/tmp/go-build2363873570/b058/_pkg_.a
2025-08-20T20:57:08.7795572Z [00:02:04.313]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:08.7796638Z [00:02:04.313]➜  packagefile internal/syscall/execenv=/tmp/go-build2363873570/b060/_pkg_.a
2025-08-20T20:57:08.7797708Z [00:02:04.313]➜  packagefile internal/syscall/unix=/tmp/go-build2363873570/b059/_pkg_.a
2025-08-20T20:57:08.7798735Z [00:02:04.313]➜  packagefile internal/testlog=/tmp/go-build2363873570/b061/_pkg_.a
2025-08-20T20:57:08.7799891Z [00:02:04.313]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.7800731Z [00:02:04.313]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:08.7801577Z [00:02:04.313]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:08.7802759Z [00:02:04.313]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.7803571Z [00:02:04.313]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.7804437Z [00:02:04.313]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:08.7805325Z [00:02:04.313]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:08.7806167Z [00:02:04.313]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:08.7806787Z [00:02:04.313]➜  EOF
2025-08-20T20:57:08.7817583Z [00:02:04.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b049=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T20:57:08.7889552Z [00:02:04.325]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:57:08.7903943Z [00:02:04.327]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T20:57:08.7907979Z [00:02:04.327]➜  crypto/internal/randutil
2025-08-20T20:57:08.7909909Z [00:02:04.327]➜  mkdir -p $WORK/b090/
2025-08-20T20:57:08.7910920Z [00:02:04.327]➜  cat >/tmp/go-build2363873570/b090/importcfg << 'EOF' # internal
2025-08-20T20:57:08.7912134Z [00:02:04.327]➜  # import config
2025-08-20T20:57:08.7913041Z [00:02:04.327]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.7915195Z [00:02:04.327]➜  packagefile math/rand/v2=/tmp/go-build2363873570/b091/_pkg_.a
2025-08-20T20:57:08.7915882Z [00:02:04.328]➜  EOF
2025-08-20T20:57:08.7919215Z [00:02:04.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b090=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:57:08.8000773Z [00:02:04.336]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:57:08.8007306Z [00:02:04.337]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T20:57:08.8012380Z [00:02:04.338]➜  crypto/internal/fips140/bigmod
2025-08-20T20:57:08.8020188Z [00:02:04.338]➜  mkdir -p $WORK/b103/
2025-08-20T20:57:08.8020844Z [00:02:04.338]➜  echo -n > $WORK/b103/go_asm.h # internal
2025-08-20T20:57:08.8021545Z [00:02:04.338]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:57:08.8025076Z [00:02:04.338]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b103/symabis ./nat_amd64.s
2025-08-20T20:57:08.8060951Z [00:02:04.343]➜  cat >/tmp/go-build2363873570/b103/importcfg << 'EOF' # internal
2025-08-20T20:57:08.8066714Z [00:02:04.343]➜  # import config
2025-08-20T20:57:08.8067610Z [00:02:04.343]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:08.8069000Z [00:02:04.343]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:08.8070353Z [00:02:04.343]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:08.8073802Z [00:02:04.344]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:08.8074998Z [00:02:04.344]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.8076292Z [00:02:04.344]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.8079344Z [00:02:04.344]➜  EOF
2025-08-20T20:57:08.8079989Z [00:02:04.344]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.8084433Z [00:02:04.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b103=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b103/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack -asmhdr $WORK/b103/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T20:57:08.8409067Z [00:02:04.377]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:57:08.8413860Z [00:02:04.377]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b072/aes_amd64.o ./aes_amd64.s
2025-08-20T20:57:08.8457849Z [00:02:04.382]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b072/ctr_amd64.o ./ctr_amd64.s
2025-08-20T20:57:08.8505237Z [00:02:04.387]➜  go tool pack r $WORK/b072/_pkg_.a $WORK/b072/aes_amd64.o $WORK/b072/ctr_amd64.o # internal
2025-08-20T20:57:08.8509432Z [00:02:04.387]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:57:08.8528211Z [00:02:04.389]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T20:57:08.8538182Z [00:02:04.389]➜  crypto/sha3
2025-08-20T20:57:08.8538710Z [00:02:04.389]➜  mkdir -p $WORK/b106/
2025-08-20T20:57:08.8539685Z [00:02:04.390]➜  cat >/tmp/go-build2363873570/b106/importcfg << 'EOF' # internal
2025-08-20T20:57:08.8540381Z [00:02:04.390]➜  # import config
2025-08-20T20:57:08.8541059Z [00:02:04.390]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:08.8542090Z [00:02:04.390]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:08.8543069Z [00:02:04.390]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.8543683Z [00:02:04.390]➜  EOF
2025-08-20T20:57:08.8544240Z [00:02:04.390]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.8547161Z [00:02:04.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b106=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:57:08.8955596Z [00:02:04.432]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:57:08.8966317Z [00:02:04.433]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T20:57:08.8978659Z [00:02:04.433]➜  crypto/internal/fips140hash
2025-08-20T20:57:08.8981534Z [00:02:04.433]➜  mkdir -p $WORK/b105/
2025-08-20T20:57:08.8982266Z [00:02:04.434]➜  cat >/tmp/go-build2363873570/b105/importcfg << 'EOF' # internal
2025-08-20T20:57:08.8982954Z [00:02:04.434]➜  # import config
2025-08-20T20:57:08.8983827Z [00:02:04.434]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:08.8984848Z [00:02:04.434]➜  packagefile crypto/sha3=/tmp/go-build2363873570/b106/_pkg_.a
2025-08-20T20:57:08.8985714Z [00:02:04.434]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:08.8986319Z [00:02:04.434]➜  EOF
2025-08-20T20:57:08.9000022Z [00:02:04.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b105=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:57:08.9003128Z [00:02:04.434]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:57:08.9023165Z [00:02:04.439]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T20:57:08.9045102Z [00:02:04.441]➜  bufio
2025-08-20T20:57:08.9048565Z [00:02:04.441]➜  mkdir -p $WORK/b109/
2025-08-20T20:57:08.9055325Z [00:02:04.441]➜  cat >/tmp/go-build2363873570/b109/importcfg << 'EOF' # internal
2025-08-20T20:57:08.9056047Z [00:02:04.441]➜  # import config
2025-08-20T20:57:08.9056708Z [00:02:04.441]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:08.9057616Z [00:02:04.441]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.9058420Z [00:02:04.441]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.9059455Z [00:02:04.441]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:08.9060361Z [00:02:04.441]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:08.9061007Z [00:02:04.441]➜  EOF
2025-08-20T20:57:08.9063657Z [00:02:04.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b109=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:57:08.9083275Z [00:02:04.445]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:57:08.9090171Z [00:02:04.445]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T20:57:08.9107862Z [00:02:04.445]➜  encoding/base64
2025-08-20T20:57:08.9108405Z [00:02:04.445]➜  mkdir -p $WORK/b110/
2025-08-20T20:57:08.9109331Z [00:02:04.446]➜  cat >/tmp/go-build2363873570/b110/importcfg << 'EOF' # internal
2025-08-20T20:57:08.9110015Z [00:02:04.446]➜  # import config
2025-08-20T20:57:08.9110755Z [00:02:04.446]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:08.9111680Z [00:02:04.446]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.9112542Z [00:02:04.446]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.9113738Z [00:02:04.446]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:08.9114377Z [00:02:04.446]➜  EOF
2025-08-20T20:57:08.9117236Z [00:02:04.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b110=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:57:08.9355235Z [00:02:04.472]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:57:08.9359016Z [00:02:04.472]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b103/nat_amd64.o ./nat_amd64.s
2025-08-20T20:57:08.9425926Z [00:02:04.479]➜  go tool pack r $WORK/b103/_pkg_.a $WORK/b103/nat_amd64.o # internal
2025-08-20T20:57:08.9429546Z [00:02:04.479]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:57:08.9444686Z [00:02:04.481]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T20:57:08.9447039Z [00:02:04.481]➜  encoding/binary
2025-08-20T20:57:08.9449478Z [00:02:04.481]➜  mkdir -p $WORK/b115/
2025-08-20T20:57:08.9452944Z [00:02:04.482]➜  cat >/tmp/go-build2363873570/b115/importcfg << 'EOF' # internal
2025-08-20T20:57:08.9454198Z [00:02:04.482]➜  # import config
2025-08-20T20:57:08.9456282Z [00:02:04.482]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.9457718Z [00:02:04.482]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:08.9460585Z [00:02:04.482]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:08.9461500Z [00:02:04.482]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:08.9462379Z [00:02:04.482]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:08.9463211Z [00:02:04.482]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:08.9463808Z [00:02:04.482]➜  EOF
2025-08-20T20:57:08.9464363Z [00:02:04.482]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:08.9467962Z [00:02:04.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b115=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/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-20T20:57:08.9703114Z [00:02:04.507]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:57:08.9712451Z [00:02:04.507]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T20:57:08.9713637Z [00:02:04.507]➜  golang.org/x/crypto/cast5
2025-08-20T20:57:08.9714228Z [00:02:04.507]➜  mkdir -p $WORK/b121/
2025-08-20T20:57:08.9714969Z [00:02:04.507]➜  cat >/tmp/go-build2363873570/b121/importcfg << 'EOF' # internal
2025-08-20T20:57:08.9715658Z [00:02:04.507]➜  # import config
2025-08-20T20:57:08.9716307Z [00:02:04.507]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:08.9717139Z [00:02:04.507]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:08.9717751Z [00:02:04.507]➜  EOF
2025-08-20T20:57:08.9721232Z [00:02:04.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cast5=>golang.org/x/crypto@v0.41.0/cast5;$WORK/b121=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid 1Tz-KpmwcR1G7RdsRjbJ/1Tz-KpmwcR1G7RdsRjbJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cast5/cast5.go
2025-08-20T20:57:09.0092113Z [00:02:04.545]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:57:09.0110911Z [00:02:04.547]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T20:57:09.0146293Z [00:02:04.551]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:57:09.0149676Z [00:02:04.551]➜  mkdir -p $WORK/b127/
2025-08-20T20:57:09.0153528Z [00:02:04.552]➜  cat >/tmp/go-build2363873570/b127/importcfg << 'EOF' # internal
2025-08-20T20:57:09.0159837Z [00:02:04.552]➜  # import config
2025-08-20T20:57:09.0160857Z [00:02:04.552]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.0162030Z [00:02:04.552]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.0163023Z [00:02:04.552]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.0163881Z [00:02:04.552]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.0164524Z [00:02:04.552]➜  EOF
2025-08-20T20:57:09.0173953Z [00:02:04.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b127=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/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-20T20:57:09.0334470Z [00:02:04.569]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:57:09.0336510Z [00:02:04.570]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d # internal
2025-08-20T20:57:09.0338453Z [00:02:04.570]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:57:09.0340785Z [00:02:04.571]➜  mkdir -p $WORK/b128/
2025-08-20T20:57:09.0348806Z [00:02:04.571]➜  echo -n > $WORK/b128/go_asm.h # internal
2025-08-20T20:57:09.0355229Z [00:02:04.572]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T20:57:09.0362240Z [00:02:04.572]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b128/symabis ./fe_amd64.s
2025-08-20T20:57:09.0431597Z [00:02:04.579]➜  cat >/tmp/go-build2363873570/b128/importcfg << 'EOF' # internal
2025-08-20T20:57:09.0435948Z [00:02:04.579]➜  # import config
2025-08-20T20:57:09.0440741Z [00:02:04.579]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.0444176Z [00:02:04.579]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.0445432Z [00:02:04.579]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:09.0446814Z [00:02:04.580]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.0447683Z [00:02:04.580]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.0448330Z [00:02:04.580]➜  EOF
2025-08-20T20:57:09.0449131Z [00:02:04.580]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.0455697Z [00:02:04.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b128=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b128/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack -asmhdr $WORK/b128/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T20:57:09.1220734Z [00:02:04.658]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T20:57:09.1226822Z [00:02:04.658]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b128/fe_amd64.o ./fe_amd64.s
2025-08-20T20:57:09.1299727Z [00:02:04.666]➜  go tool pack r $WORK/b128/_pkg_.a $WORK/b128/fe_amd64.o # internal
2025-08-20T20:57:09.1302323Z [00:02:04.666]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:57:09.1311887Z [00:02:04.668]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T20:57:09.1344424Z [00:02:04.671]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:57:09.1346813Z [00:02:04.671]➜  mkdir -p $WORK/b151/
2025-08-20T20:57:09.1347601Z [00:02:04.671]➜  cat >/tmp/go-build2363873570/b151/importcfg << 'EOF' # internal
2025-08-20T20:57:09.1348275Z [00:02:04.671]➜  # import config
2025-08-20T20:57:09.1349289Z [00:02:04.671]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.1350548Z [00:02:04.671]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2363873570/b128/_pkg_.a
2025-08-20T20:57:09.1351746Z [00:02:04.671]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.1352906Z [00:02:04.671]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:09.1353917Z [00:02:04.671]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.1354765Z [00:02:04.671]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.1355628Z [00:02:04.671]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.1356275Z [00:02:04.671]➜  EOF
2025-08-20T20:57:09.1356853Z [00:02:04.671]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.1363671Z [00:02:04.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b151=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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-20T20:57:09.2535189Z [00:02:04.790]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:57:09.2631530Z [00:02:04.799]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T20:57:09.2654624Z [00:02:04.802]➜  github.com/cloudflare/circl/sign
2025-08-20T20:57:09.2657779Z [00:02:04.802]➜  mkdir -p $WORK/b153/
2025-08-20T20:57:09.2659280Z [00:02:04.802]➜  cat >/tmp/go-build2363873570/b153/importcfg << 'EOF' # internal
2025-08-20T20:57:09.2661254Z [00:02:04.802]➜  # import config
2025-08-20T20:57:09.2663246Z [00:02:04.802]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:09.2680788Z [00:02:04.802]➜  packagefile encoding=/tmp/go-build2363873570/b154/_pkg_.a
2025-08-20T20:57:09.2682907Z [00:02:04.802]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.2684767Z [00:02:04.802]➜  EOF
2025-08-20T20:57:09.2706094Z [00:02:04.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b153=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid O2PTEzghLNfWZSrL_p1b/O2PTEzghLNfWZSrL_p1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T20:57:09.2959312Z [00:02:04.832]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:57:09.2972564Z [00:02:04.834]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:57:09.2978577Z [00:02:04.834]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d # internal
2025-08-20T20:57:09.2980039Z [00:02:04.834]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T20:57:09.2980983Z [00:02:04.834]➜  mkdir -p $WORK/b158/
2025-08-20T20:57:09.2983673Z [00:02:04.835]➜  cat >/tmp/go-build2363873570/b158/importcfg << 'EOF' # internal
2025-08-20T20:57:09.2988563Z [00:02:04.835]➜  # import config
2025-08-20T20:57:09.2989452Z [00:02:04.835]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.2990081Z [00:02:04.835]➜  EOF
2025-08-20T20:57:09.3010568Z [00:02:04.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3=>github.com/cloudflare/circl@v1.6.1/internal/sha3;$WORK/b158=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid _3gP4IxBM4_wyCmLCMNz/_3gP4IxBM4_wyCmLCMNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/hashes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/keccakf.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/rc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/sha3.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/shake.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_unaligned.go
2025-08-20T20:57:09.3017430Z [00:02:04.836]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T20:57:09.3018552Z [00:02:04.836]➜  compress/bzip2
2025-08-20T20:57:09.3019352Z [00:02:04.837]➜  mkdir -p $WORK/b164/
2025-08-20T20:57:09.3032316Z [00:02:04.837]➜  cat >/tmp/go-build2363873570/b164/importcfg << 'EOF' # internal
2025-08-20T20:57:09.3033137Z [00:02:04.837]➜  # import config
2025-08-20T20:57:09.3033826Z [00:02:04.837]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:09.3034675Z [00:02:04.837]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:09.3035518Z [00:02:04.837]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.3036342Z [00:02:04.837]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:09.3037341Z [00:02:04.837]➜  EOF
2025-08-20T20:57:09.3041207Z [00:02:04.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b164=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid iH15bz5YM_b7Xj4MKjfc/iH15bz5YM_b7Xj4MKjfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/compress/bzip2/bit_reader.go /root/.go/src/compress/bzip2/bzip2.go /root/.go/src/compress/bzip2/huffman.go /root/.go/src/compress/bzip2/move_to_front.go
2025-08-20T20:57:09.3818190Z [00:02:04.918]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:57:09.3829348Z [00:02:04.919]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d # internal
2025-08-20T20:57:09.3831546Z [00:02:04.920]➜  hash/adler32
2025-08-20T20:57:09.3832042Z [00:02:04.920]➜  mkdir -p $WORK/b167/
2025-08-20T20:57:09.3836221Z [00:02:04.920]➜  cat >/tmp/go-build2363873570/b167/importcfg << 'EOF' # internal
2025-08-20T20:57:09.3837389Z [00:02:04.920]➜  # import config
2025-08-20T20:57:09.3838593Z [00:02:04.920]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.3839818Z [00:02:04.920]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:09.3841866Z [00:02:04.920]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:09.3842590Z [00:02:04.920]➜  EOF
2025-08-20T20:57:09.3845677Z [00:02:04.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b167=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T20:57:09.4222231Z [00:02:04.958]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:57:09.4229950Z [00:02:04.959]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T20:57:09.4239005Z [00:02:04.960]➜  image
2025-08-20T20:57:09.4241504Z [00:02:04.960]➜  mkdir -p $WORK/b178/
2025-08-20T20:57:09.4254994Z [00:02:04.962]➜  cat >/tmp/go-build2363873570/b178/importcfg << 'EOF' # internal
2025-08-20T20:57:09.4257022Z [00:02:04.962]➜  # import config
2025-08-20T20:57:09.4257705Z [00:02:04.962]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:09.4259912Z [00:02:04.962]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.4260843Z [00:02:04.962]➜  packagefile image/color=/tmp/go-build2363873570/b179/_pkg_.a
2025-08-20T20:57:09.4261754Z [00:02:04.962]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.4262623Z [00:02:04.962]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.4263523Z [00:02:04.962]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:09.4264691Z [00:02:04.962]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.4265512Z [00:02:04.962]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:09.4266165Z [00:02:04.962]➜  EOF
2025-08-20T20:57:09.4269809Z [00:02:04.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b178=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T20:57:09.4376793Z [00:02:04.974]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:57:09.4388787Z [00:02:04.975]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d # internal
2025-08-20T20:57:09.4391049Z [00:02:04.976]➜  github.com/go-git/go-billy/v6
2025-08-20T20:57:09.4392304Z [00:02:04.976]➜  mkdir -p $WORK/b183/
2025-08-20T20:57:09.4397747Z [00:02:04.976]➜  cat >/tmp/go-build2363873570/b183/importcfg << 'EOF' # internal
2025-08-20T20:57:09.4399060Z [00:02:04.976]➜  # import config
2025-08-20T20:57:09.4399908Z [00:02:04.976]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.4400680Z [00:02:04.976]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.4401422Z [00:02:04.976]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:09.4402166Z [00:02:04.976]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:09.4402712Z [00:02:04.976]➜  EOF
2025-08-20T20:57:09.4430134Z [00:02:04.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30=>github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30;$WORK/b183=>" -p github.com/go-git/go-billy/v6 -lang=go1.23 -complete -installsuffix shared -buildid hQVi7mqQDCO7gWzOrd6Y/hQVi7mqQDCO7gWzOrd6Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/fs.go
2025-08-20T20:57:09.4865992Z [00:02:05.023]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:57:09.4887444Z [00:02:05.025]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d # internal
2025-08-20T20:57:09.4951594Z [00:02:05.032]➜  golang.org/x/sys/unix
2025-08-20T20:57:09.4954302Z [00:02:05.032]➜  mkdir -p $WORK/b186/
2025-08-20T20:57:09.4965331Z [00:02:05.033]➜  echo -n > $WORK/b186/go_asm.h # internal
2025-08-20T20:57:09.4968415Z [00:02:05.033]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:57:09.4971107Z [00:02:05.033]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b186/symabis ./asm_linux_amd64.s
2025-08-20T20:57:09.5030848Z [00:02:05.039]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:57:09.5073624Z [00:02:05.044]➜  cat >/tmp/go-build2363873570/b186/importcfg << 'EOF' # internal
2025-08-20T20:57:09.5080376Z [00:02:05.044]➜  # import config
2025-08-20T20:57:09.5081056Z [00:02:05.044]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:09.5081960Z [00:02:05.044]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:09.5082909Z [00:02:05.044]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.5083757Z [00:02:05.044]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:09.5084913Z [00:02:05.044]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:09.5085717Z [00:02:05.044]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:09.5086520Z [00:02:05.044]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:09.5087314Z [00:02:05.044]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:09.5088111Z [00:02:05.044]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.5089089Z [00:02:05.044]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:09.5089902Z [00:02:05.044]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:09.5090545Z [00:02:05.044]➜  EOF
2025-08-20T20:57:09.5091091Z [00:02:05.044]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.5122190Z [00:02:05.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b186=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid VtMkpIaxUwBTTzf1lqNK/VtMkpIaxUwBTTzf1lqNK -goversion go1.25.0 -symabis $WORK/b186/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack -asmhdr $WORK/b186/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_amd64.go
2025-08-20T20:57:09.5154259Z [00:02:05.052]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T20:57:09.5184775Z [00:02:05.055]➜  fmt
2025-08-20T20:57:09.5212424Z [00:02:05.058]➜  mkdir -p $WORK/b002/
2025-08-20T20:57:09.5223162Z [00:02:05.058]➜  cat >/tmp/go-build2363873570/b002/importcfg << 'EOF' # internal
2025-08-20T20:57:09.5241430Z [00:02:05.058]➜  # import config
2025-08-20T20:57:09.5242239Z [00:02:05.058]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.5243251Z [00:02:05.058]➜  packagefile internal/fmtsort=/tmp/go-build2363873570/b033/_pkg_.a
2025-08-20T20:57:09.5244126Z [00:02:05.059]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.5244903Z [00:02:05.059]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:09.5245669Z [00:02:05.059]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:09.5246566Z [00:02:05.059]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:09.5247340Z [00:02:05.059]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:09.5251103Z [00:02:05.059]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:09.5251926Z [00:02:05.059]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.5252736Z [00:02:05.059]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:09.5253362Z [00:02:05.059]➜  EOF
2025-08-20T20:57:09.5256471Z [00:02:05.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b002=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T20:57:09.6329973Z [00:02:05.169]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:57:09.6368701Z [00:02:05.173]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T20:57:09.6374766Z [00:02:05.174]➜  crypto/internal/sysrand
2025-08-20T20:57:09.6379058Z [00:02:05.174]➜  mkdir -p $WORK/b089/
2025-08-20T20:57:09.6387804Z [00:02:05.175]➜  cat >/tmp/go-build2363873570/b089/importcfg << 'EOF' # internal
2025-08-20T20:57:09.6389605Z [00:02:05.175]➜  # import config
2025-08-20T20:57:09.6391667Z [00:02:05.175]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.6394050Z [00:02:05.175]➜  packagefile internal/syscall/unix=/tmp/go-build2363873570/b059/_pkg_.a
2025-08-20T20:57:09.6395136Z [00:02:05.175]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:09.6398731Z [00:02:05.175]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:09.6399762Z [00:02:05.175]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:09.6400553Z [00:02:05.175]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.6401365Z [00:02:05.175]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:09.6402207Z [00:02:05.175]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:09.6402990Z [00:02:05.175]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:09.6403574Z [00:02:05.175]➜  EOF
2025-08-20T20:57:09.6406989Z [00:02:05.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b089=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:57:09.6428514Z [00:02:05.179]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:57:09.6456861Z [00:02:05.182]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T20:57:09.6466245Z [00:02:05.183]➜  crypto/internal/fips140/nistec
2025-08-20T20:57:09.6471357Z [00:02:05.183]➜  mkdir -p $WORK/b126/
2025-08-20T20:57:09.6471958Z [00:02:05.184]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T20:57:09.6472654Z [00:02:05.184]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:57:09.6475249Z [00:02:05.184]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./p256_asm_amd64.s
2025-08-20T20:57:09.6558733Z [00:02:05.192]➜  cat >/tmp/go-build2363873570/b126/importcfg << 'EOF' # internal
2025-08-20T20:57:09.6562166Z [00:02:05.192]➜  # import config
2025-08-20T20:57:09.6563048Z [00:02:05.192]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.6564285Z [00:02:05.192]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2363873570/b127/_pkg_.a
2025-08-20T20:57:09.6565464Z [00:02:05.192]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.6566678Z [00:02:05.192]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:09.6567724Z [00:02:05.192]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.6568562Z [00:02:05.192]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.6569620Z [00:02:05.192]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:09.6570446Z [00:02:05.192]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.6571330Z [00:02:05.192]➜  EOF
2025-08-20T20:57:09.6571956Z [00:02:05.192]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.6578733Z [00:02:05.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b126=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/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-20T20:57:09.6730376Z [00:02:05.209]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:57:09.6737653Z [00:02:05.210]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T20:57:09.6766924Z [00:02:05.210]➜  crypto/internal/entropy
2025-08-20T20:57:09.6767517Z [00:02:05.210]➜  mkdir -p $WORK/b088/
2025-08-20T20:57:09.6768245Z [00:02:05.211]➜  cat >/tmp/go-build2363873570/b088/importcfg << 'EOF' # internal
2025-08-20T20:57:09.6769061Z [00:02:05.211]➜  # import config
2025-08-20T20:57:09.6769869Z [00:02:05.211]➜  packagefile crypto/internal/sysrand=/tmp/go-build2363873570/b089/_pkg_.a
2025-08-20T20:57:09.6770591Z [00:02:05.211]➜  EOF
2025-08-20T20:57:09.6773649Z [00:02:05.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b088=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:57:09.6834801Z [00:02:05.220]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:57:09.6840843Z [00:02:05.220]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T20:57:09.6845900Z [00:02:05.221]➜  crypto/internal/fips140/drbg
2025-08-20T20:57:09.6846512Z [00:02:05.221]➜  mkdir -p $WORK/b087/
2025-08-20T20:57:09.6849233Z [00:02:05.221]➜  cat >/tmp/go-build2363873570/b087/importcfg << 'EOF' # internal
2025-08-20T20:57:09.6850446Z [00:02:05.221]➜  # import config
2025-08-20T20:57:09.6852497Z [00:02:05.221]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:09.6853651Z [00:02:05.221]➜  packagefile crypto/internal/entropy=/tmp/go-build2363873570/b088/_pkg_.a
2025-08-20T20:57:09.6857293Z [00:02:05.221]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:09.6858419Z [00:02:05.221]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:09.6859711Z [00:02:05.221]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.6860829Z [00:02:05.221]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.6862023Z [00:02:05.221]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:09.6863195Z [00:02:05.221]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:09.6864263Z [00:02:05.221]➜  packagefile crypto/internal/sysrand=/tmp/go-build2363873570/b089/_pkg_.a
2025-08-20T20:57:09.6865245Z [00:02:05.221]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.6866342Z [00:02:05.221]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.6867182Z [00:02:05.221]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:09.6868018Z [00:02:05.221]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:09.6868629Z [00:02:05.221]➜  EOF
2025-08-20T20:57:09.6872736Z [00:02:05.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b087=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T20:57:09.7313440Z [00:02:05.268]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:57:09.7326662Z [00:02:05.269]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T20:57:09.7331692Z [00:02:05.270]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:57:09.7334381Z [00:02:05.270]➜  mkdir -p $WORK/b086/
2025-08-20T20:57:09.7337811Z [00:02:05.270]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T20:57:09.7354277Z [00:02:05.270]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:57:09.7356985Z [00:02:05.270]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b086/symabis ./gcm_amd64.s
2025-08-20T20:57:09.7461189Z [00:02:05.282]➜  cat >/tmp/go-build2363873570/b086/importcfg << 'EOF' # internal
2025-08-20T20:57:09.7461953Z [00:02:05.283]➜  # import config
2025-08-20T20:57:09.7466991Z [00:02:05.283]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:09.7471468Z [00:02:05.283]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:09.7476294Z [00:02:05.283]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:09.7478702Z [00:02:05.283]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:09.7485323Z [00:02:05.283]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:09.7486444Z [00:02:05.283]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:09.7487635Z [00:02:05.283]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:09.7488813Z [00:02:05.283]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:09.7490047Z [00:02:05.283]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:09.7490939Z [00:02:05.283]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.7491718Z [00:02:05.283]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:09.7492328Z [00:02:05.283]➜  EOF
2025-08-20T20:57:09.7492897Z [00:02:05.283]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.7499991Z [00:02:05.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b086/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack -asmhdr $WORK/b086/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T20:57:09.8617481Z [00:02:05.398]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:57:09.8622284Z [00:02:05.398]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b086/gcm_amd64.o ./gcm_amd64.s
2025-08-20T20:57:09.8806765Z [00:02:05.417]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/gcm_amd64.o # internal
2025-08-20T20:57:09.8809755Z [00:02:05.417]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:57:09.8826057Z [00:02:05.419]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T20:57:09.8831274Z [00:02:05.419]➜  crypto/internal/fips140only
2025-08-20T20:57:09.8831855Z [00:02:05.419]➜  mkdir -p $WORK/b092/
2025-08-20T20:57:09.8832477Z [00:02:05.420]➜  cat >/tmp/go-build2363873570/b092/importcfg << 'EOF' # internal
2025-08-20T20:57:09.8833154Z [00:02:05.420]➜  # import config
2025-08-20T20:57:09.8833954Z [00:02:05.420]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:09.8835060Z [00:02:05.420]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:09.8836175Z [00:02:05.420]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:09.8837308Z [00:02:05.420]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:09.8838237Z [00:02:05.420]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:09.8842843Z [00:02:05.420]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:09.8843792Z [00:02:05.420]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.8844784Z [00:02:05.420]➜  EOF
2025-08-20T20:57:09.8845352Z [00:02:05.420]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:09.8848654Z [00:02:05.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b092=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:57:09.9041369Z [00:02:05.440]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:57:09.9072747Z [00:02:05.444]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:57:09.9078015Z [00:02:05.444]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T20:57:09.9086683Z [00:02:05.445]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T20:57:09.9090581Z [00:02:05.445]➜  dario.cat/mergo
2025-08-20T20:57:09.9091082Z [00:02:05.445]➜  mkdir -p $WORK/b095/
2025-08-20T20:57:09.9094610Z [00:02:05.446]➜  cat >/tmp/go-build2363873570/b095/importcfg << 'EOF' # internal
2025-08-20T20:57:09.9100383Z [00:02:05.446]➜  # import config
2025-08-20T20:57:09.9101158Z [00:02:05.446]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.9102010Z [00:02:05.446]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:09.9102834Z [00:02:05.446]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:09.9103786Z [00:02:05.446]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:09.9104994Z [00:02:05.446]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:09.9105711Z [00:02:05.446]➜  EOF
2025-08-20T20:57:09.9109780Z [00:02:05.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.1=>dario.cat/mergo@v1.0.1;$WORK/b095=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid 4XY8mP95WW7_kxzAYzag/4XY8mP95WW7_kxzAYzag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.1/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/mergo.go
2025-08-20T20:57:09.9113188Z [00:02:05.447]➜  crypto/cipher
2025-08-20T20:57:09.9113700Z [00:02:05.447]➜  mkdir -p $WORK/b071/
2025-08-20T20:57:09.9114416Z [00:02:05.447]➜  cat >/tmp/go-build2363873570/b071/importcfg << 'EOF' # internal
2025-08-20T20:57:09.9115102Z [00:02:05.447]➜  # import config
2025-08-20T20:57:09.9115765Z [00:02:05.447]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:09.9116758Z [00:02:05.447]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:09.9118351Z [00:02:05.447]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2363873570/b086/_pkg_.a
2025-08-20T20:57:09.9119708Z [00:02:05.447]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:09.9120806Z [00:02:05.447]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:09.9121831Z [00:02:05.447]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:09.9122672Z [00:02:05.447]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:09.9123547Z [00:02:05.447]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:09.9124415Z [00:02:05.447]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:09.9125018Z [00:02:05.447]➜  EOF
2025-08-20T20:57:09.9139653Z [00:02:05.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b071=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/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-20T20:57:10.0230506Z [00:02:05.559]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:57:10.0252407Z [00:02:05.562]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T20:57:10.0256070Z [00:02:05.562]➜  crypto/internal/boring
2025-08-20T20:57:10.0256631Z [00:02:05.562]➜  mkdir -p $WORK/b070/
2025-08-20T20:57:10.0269889Z [00:02:05.563]➜  cat >/tmp/go-build2363873570/b070/importcfg << 'EOF' # internal
2025-08-20T20:57:10.0271547Z [00:02:05.563]➜  # import config
2025-08-20T20:57:10.0272242Z [00:02:05.563]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.0273135Z [00:02:05.563]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.0274154Z [00:02:05.563]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2363873570/b094/_pkg_.a
2025-08-20T20:57:10.0275096Z [00:02:05.563]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.0275700Z [00:02:05.563]➜  EOF
2025-08-20T20:57:10.0279389Z [00:02:05.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b070=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:57:10.0491779Z [00:02:05.584]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:57:10.0498354Z [00:02:05.586]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d # internal
2025-08-20T20:57:10.0502804Z [00:02:05.586]➜  encoding/hex
2025-08-20T20:57:10.0503318Z [00:02:05.587]➜  mkdir -p $WORK/b096/
2025-08-20T20:57:10.0510235Z [00:02:05.587]➜  cat >/tmp/go-build2363873570/b096/importcfg << 'EOF' # internal
2025-08-20T20:57:10.0515400Z [00:02:05.587]➜  # import config
2025-08-20T20:57:10.0516120Z [00:02:05.587]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.0517000Z [00:02:05.587]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.0517860Z [00:02:05.587]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.0518647Z [00:02:05.587]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:10.0519703Z [00:02:05.587]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:10.0520318Z [00:02:05.587]➜  EOF
2025-08-20T20:57:10.0523055Z [00:02:05.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b096=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:57:10.0680429Z [00:02:05.604]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:57:10.0683683Z [00:02:05.604]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T20:57:10.0703654Z [00:02:05.607]➜  crypto/sha256
2025-08-20T20:57:10.0706113Z [00:02:05.607]➜  mkdir -p $WORK/b067/
2025-08-20T20:57:10.0710409Z [00:02:05.607]➜  cat >/tmp/go-build2363873570/b067/importcfg << 'EOF' # internal
2025-08-20T20:57:10.0715730Z [00:02:05.607]➜  # import config
2025-08-20T20:57:10.0716425Z [00:02:05.607]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.0717358Z [00:02:05.607]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.0718444Z [00:02:05.607]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:10.0719567Z [00:02:05.607]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.0720155Z [00:02:05.607]➜  EOF
2025-08-20T20:57:10.0722928Z [00:02:05.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b067=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:57:10.0973659Z [00:02:05.634]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:57:10.0985959Z [00:02:05.635]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T20:57:10.1001460Z [00:02:05.637]➜  math/big
2025-08-20T20:57:10.1003551Z [00:02:05.637]➜  mkdir -p $WORK/b099/
2025-08-20T20:57:10.1010262Z [00:02:05.637]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T20:57:10.1011337Z [00:02:05.637]➜  cd /root/.go/src/math/big
2025-08-20T20:57:10.1013971Z [00:02:05.637]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b099/symabis ./arith_amd64.s
2025-08-20T20:57:10.1041239Z [00:02:05.640]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:57:10.1048602Z [00:02:05.641]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T20:57:10.1050507Z [00:02:05.642]➜  crypto/internal/fips140/rsa
2025-08-20T20:57:10.1051762Z [00:02:05.642]➜  mkdir -p $WORK/b104/
2025-08-20T20:57:10.1055961Z [00:02:05.642]➜  cat >/tmp/go-build2363873570/b104/importcfg << 'EOF' # internal
2025-08-20T20:57:10.1056978Z [00:02:05.642]➜  # import config
2025-08-20T20:57:10.1057898Z [00:02:05.642]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.1059217Z [00:02:05.642]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:10.1060588Z [00:02:05.642]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2363873570/b103/_pkg_.a
2025-08-20T20:57:10.1062017Z [00:02:05.642]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:10.1063981Z [00:02:05.642]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:10.1065057Z [00:02:05.642]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:10.1066131Z [00:02:05.642]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:10.1067196Z [00:02:05.642]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:10.1068241Z [00:02:05.642]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:10.1069374Z [00:02:05.642]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.1070144Z [00:02:05.642]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.1070884Z [00:02:05.642]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.1071617Z [00:02:05.642]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.1072196Z [00:02:05.642]➜  EOF
2025-08-20T20:57:10.1072731Z [00:02:05.642]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.1077680Z [00:02:05.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b104=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/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-20T20:57:10.1114366Z [00:02:05.646]➜  cat >/tmp/go-build2363873570/b099/importcfg << 'EOF' # internal
2025-08-20T20:57:10.1115087Z [00:02:05.646]➜  # import config
2025-08-20T20:57:10.1115761Z [00:02:05.646]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.1116573Z [00:02:05.646]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.1117383Z [00:02:05.646]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.1118260Z [00:02:05.646]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:10.1119395Z [00:02:05.646]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:10.1120252Z [00:02:05.646]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.1121041Z [00:02:05.646]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:10.1121858Z [00:02:05.646]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.1122715Z [00:02:05.646]➜  packagefile math/rand=/tmp/go-build2363873570/b100/_pkg_.a
2025-08-20T20:57:10.1123550Z [00:02:05.646]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:10.1124606Z [00:02:05.646]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.1125467Z [00:02:05.646]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:10.1126291Z [00:02:05.646]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.1126885Z [00:02:05.646]➜  EOF
2025-08-20T20:57:10.1135030Z [00:02:05.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b099=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -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/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T20:57:10.3154441Z [00:02:05.852]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:57:10.3171061Z [00:02:05.853]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T20:57:10.3173151Z [00:02:05.854]➜  crypto/sha512
2025-08-20T20:57:10.3175266Z [00:02:05.854]➜  mkdir -p $WORK/b107/
2025-08-20T20:57:10.3179809Z [00:02:05.854]➜  cat >/tmp/go-build2363873570/b107/importcfg << 'EOF' # internal
2025-08-20T20:57:10.3180903Z [00:02:05.854]➜  # import config
2025-08-20T20:57:10.3182442Z [00:02:05.854]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.3183927Z [00:02:05.854]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.3185630Z [00:02:05.854]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:10.3186710Z [00:02:05.854]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.3187431Z [00:02:05.854]➜  EOF
2025-08-20T20:57:10.3190397Z [00:02:05.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b107=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:57:10.3595531Z [00:02:05.896]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:57:10.3603937Z [00:02:05.897]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T20:57:10.3606438Z [00:02:05.897]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T20:57:10.3610032Z [00:02:05.897]➜  mkdir -p $WORK/b111/
2025-08-20T20:57:10.3610817Z [00:02:05.897]➜  cat >/tmp/go-build2363873570/b111/importcfg << 'EOF' # internal
2025-08-20T20:57:10.3611487Z [00:02:05.897]➜  # import config
2025-08-20T20:57:10.3612124Z [00:02:05.898]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.3614144Z [00:02:05.898]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.3615339Z [00:02:05.898]➜  EOF
2025-08-20T20:57:10.3620006Z [00:02:05.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/errors;$WORK/b111=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.22 -complete -installsuffix shared -buildid uj82fjQb-CE5ZfVNakbE/uj82fjQb-CE5ZfVNakbE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/errors/errors.go
2025-08-20T20:57:10.4135361Z [00:02:05.950]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:57:10.4145027Z [00:02:05.950]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d # internal
2025-08-20T20:57:10.4146216Z [00:02:05.951]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T20:57:10.4172861Z [00:02:05.954]➜  mkdir -p $WORK/b108/
2025-08-20T20:57:10.4180889Z [00:02:05.954]➜  cat >/tmp/go-build2363873570/b108/importcfg << 'EOF' # internal
2025-08-20T20:57:10.4183523Z [00:02:05.954]➜  # import config
2025-08-20T20:57:10.4185009Z [00:02:05.955]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:10.4186046Z [00:02:05.955]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.4188475Z [00:02:05.955]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:10.4189799Z [00:02:05.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:10.4190821Z [00:02:05.955]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.4191604Z [00:02:05.955]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:10.4192201Z [00:02:05.955]➜  EOF
2025-08-20T20:57:10.4196655Z [00:02:05.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/armor;$WORK/b108=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.22 -complete -installsuffix shared -buildid STnWYEn3af8T1xI2c5A7/STnWYEn3af8T1xI2c5A7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor/armor.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor/encode.go
2025-08-20T20:57:10.4589158Z [00:02:05.995]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:57:10.4600873Z [00:02:05.996]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d # internal
2025-08-20T20:57:10.4612997Z [00:02:05.997]➜  crypto/aes
2025-08-20T20:57:10.4613492Z [00:02:05.997]➜  mkdir -p $WORK/b114/
2025-08-20T20:57:10.4614131Z [00:02:05.997]➜  cat >/tmp/go-build2363873570/b114/importcfg << 'EOF' # internal
2025-08-20T20:57:10.4614720Z [00:02:05.997]➜  # import config
2025-08-20T20:57:10.4615339Z [00:02:05.997]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.4616246Z [00:02:05.997]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.4617197Z [00:02:05.997]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:10.4618050Z [00:02:05.997]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.4618620Z [00:02:05.997]➜  EOF
2025-08-20T20:57:10.4623997Z [00:02:05.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b114=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:57:10.4706007Z [00:02:06.005]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:57:10.4711171Z [00:02:06.007]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T20:57:10.4762122Z [00:02:06.013]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:57:10.4764331Z [00:02:06.013]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T20:57:10.4768752Z [00:02:06.013]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T20:57:10.4769559Z [00:02:06.013]➜  mkdir -p $WORK/b113/
2025-08-20T20:57:10.4770278Z [00:02:06.013]➜  cat >/tmp/go-build2363873570/b113/importcfg << 'EOF' # internal
2025-08-20T20:57:10.4770970Z [00:02:06.013]➜  # import config
2025-08-20T20:57:10.4771655Z [00:02:06.013]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:10.4772571Z [00:02:06.013]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:10.4773468Z [00:02:06.013]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.4774102Z [00:02:06.013]➜  EOF
2025-08-20T20:57:10.4774669Z [00:02:06.013]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.4779171Z [00:02:06.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/aes/keywrap;$WORK/b113=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.22 -complete -installsuffix shared -buildid 1X47ihYHRMqCNk7cpWcJ/1X47ihYHRMqCNk7cpWcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/aes/keywrap/keywrap.go
2025-08-20T20:57:10.4802774Z [00:02:06.017]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:57:10.4804080Z [00:02:06.017]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/p256_asm_amd64.o # internal
2025-08-20T20:57:10.4804955Z [00:02:06.017]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:57:10.4836291Z [00:02:06.020]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T20:57:10.4843565Z [00:02:06.021]➜  crypto/des
2025-08-20T20:57:10.4844102Z [00:02:06.021]➜  mkdir -p $WORK/b117/
2025-08-20T20:57:10.4844772Z [00:02:06.021]➜  cat >/tmp/go-build2363873570/b117/importcfg << 'EOF' # internal
2025-08-20T20:57:10.4845417Z [00:02:06.021]➜  # import config
2025-08-20T20:57:10.4846161Z [00:02:06.021]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.4847274Z [00:02:06.021]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:10.4848469Z [00:02:06.021]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:10.4849680Z [00:02:06.021]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.4850691Z [00:02:06.021]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:10.4851660Z [00:02:06.021]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.4852515Z [00:02:06.021]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.4853150Z [00:02:06.021]➜  EOF
2025-08-20T20:57:10.4853695Z [00:02:06.021]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.4856984Z [00:02:06.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b117=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/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-20T20:57:10.4999934Z [00:02:06.036]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:57:10.5043963Z [00:02:06.036]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d # internal
2025-08-20T20:57:10.5045181Z [00:02:06.037]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T20:57:10.5045801Z [00:02:06.038]➜  mkdir -p $WORK/b118/
2025-08-20T20:57:10.5046534Z [00:02:06.038]➜  cat >/tmp/go-build2363873570/b118/importcfg << 'EOF' # internal
2025-08-20T20:57:10.5060744Z [00:02:06.038]➜  # import config
2025-08-20T20:57:10.5061494Z [00:02:06.038]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.5062428Z [00:02:06.038]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:10.5063312Z [00:02:06.038]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.5064469Z [00:02:06.038]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2363873570/b119/_pkg_.a
2025-08-20T20:57:10.5065365Z [00:02:06.038]➜  EOF
2025-08-20T20:57:10.5070079Z [00:02:06.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax=>github.com/ProtonMail/go-crypto@v1.3.0/eax;$WORK/b118=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.22 -complete -installsuffix shared -buildid GJZIFhmEMhaqL0_d4gHZ/GJZIFhmEMhaqL0_d4gHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/eax.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/eax_test_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/random_vectors.go
2025-08-20T20:57:10.5570370Z [00:02:06.093]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:57:10.5580756Z [00:02:06.094]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T20:57:10.5585122Z [00:02:06.095]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T20:57:10.5585778Z [00:02:06.095]➜  mkdir -p $WORK/b120/
2025-08-20T20:57:10.5593709Z [00:02:06.096]➜  cat >/tmp/go-build2363873570/b120/importcfg << 'EOF' # internal
2025-08-20T20:57:10.5594608Z [00:02:06.096]➜  # import config
2025-08-20T20:57:10.5595831Z [00:02:06.096]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.5596863Z [00:02:06.096]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.5597933Z [00:02:06.096]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:10.5599221Z [00:02:06.096]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:10.5600242Z [00:02:06.096]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.5601505Z [00:02:06.096]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2363873570/b119/_pkg_.a
2025-08-20T20:57:10.5602782Z [00:02:06.096]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.5603557Z [00:02:06.096]➜  EOF
2025-08-20T20:57:10.5609174Z [00:02:06.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb=>github.com/ProtonMail/go-crypto@v1.3.0/ocb;$WORK/b120=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.22 -complete -installsuffix shared -buildid SZ-y0gtXdeBS4iw302SZ/SZ-y0gtXdeBS4iw302SZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/ocb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/random_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/rfc7253_test_vectors_suite_a.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T20:57:10.5665777Z [00:02:06.103]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:57:10.5676931Z [00:02:06.104]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:57:10.5680820Z [00:02:06.104]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b186/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:57:10.5685699Z [00:02:06.104]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d # internal
2025-08-20T20:57:10.5686861Z [00:02:06.105]➜  crypto/internal/fips140/ecdh
2025-08-20T20:57:10.5687457Z [00:02:06.105]➜  mkdir -p $WORK/b125/
2025-08-20T20:57:10.5694512Z [00:02:06.106]➜  cat >/tmp/go-build2363873570/b125/importcfg << 'EOF' # internal
2025-08-20T20:57:10.5696309Z [00:02:06.106]➜  # import config
2025-08-20T20:57:10.5697023Z [00:02:06.106]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.5698007Z [00:02:06.106]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:10.5699297Z [00:02:06.106]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:10.5700476Z [00:02:06.106]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:10.5701674Z [00:02:06.106]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2363873570/b126/_pkg_.a
2025-08-20T20:57:10.5702933Z [00:02:06.106]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:10.5703991Z [00:02:06.106]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.5704766Z [00:02:06.106]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.5705619Z [00:02:06.106]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.5706488Z [00:02:06.106]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.5707125Z [00:02:06.106]➜  EOF
2025-08-20T20:57:10.5707724Z [00:02:06.106]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.5712094Z [00:02:06.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b125=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T20:57:10.5750826Z [00:02:06.111]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:57:10.5755036Z [00:02:06.112]➜  go tool pack r $WORK/b186/_pkg_.a $WORK/b186/asm_linux_amd64.o # internal
2025-08-20T20:57:10.5755991Z [00:02:06.112]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:57:10.6071696Z [00:02:06.143]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d # internal
2025-08-20T20:57:10.6077751Z [00:02:06.144]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:57:10.6078375Z [00:02:06.144]➜  mkdir -p $WORK/b130/
2025-08-20T20:57:10.6079309Z [00:02:06.144]➜  cat >/tmp/go-build2363873570/b130/importcfg << 'EOF' # internal
2025-08-20T20:57:10.6080026Z [00:02:06.144]➜  # import config
2025-08-20T20:57:10.6080692Z [00:02:06.144]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.6081629Z [00:02:06.144]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:10.6082750Z [00:02:06.144]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2363873570/b103/_pkg_.a
2025-08-20T20:57:10.6083898Z [00:02:06.144]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:10.6085056Z [00:02:06.144]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:10.6086477Z [00:02:06.144]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:10.6087686Z [00:02:06.144]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2363873570/b126/_pkg_.a
2025-08-20T20:57:10.6089034Z [00:02:06.144]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:10.6089942Z [00:02:06.144]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.6090627Z [00:02:06.144]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.6099794Z [00:02:06.144]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.6100604Z [00:02:06.144]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.6101214Z [00:02:06.144]➜  EOF
2025-08-20T20:57:10.6101759Z [00:02:06.144]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.6106604Z [00:02:06.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b130=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/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-20T20:57:10.6383329Z [00:02:06.175]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:57:10.6386529Z [00:02:06.175]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:57:10.6390963Z [00:02:06.175]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T20:57:10.6392066Z [00:02:06.176]➜  crypto/ecdh
2025-08-20T20:57:10.6392550Z [00:02:06.176]➜  mkdir -p $WORK/b124/
2025-08-20T20:57:10.6395096Z [00:02:06.176]➜  cat >/tmp/go-build2363873570/b124/importcfg << 'EOF' # internal
2025-08-20T20:57:10.6396644Z [00:02:06.176]➜  # import config
2025-08-20T20:57:10.6408249Z [00:02:06.176]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.6410109Z [00:02:06.176]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.6411912Z [00:02:06.176]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.6412987Z [00:02:06.176]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2363873570/b125/_pkg_.a
2025-08-20T20:57:10.6414201Z [00:02:06.176]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2363873570/b128/_pkg_.a
2025-08-20T20:57:10.6415371Z [00:02:06.176]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:10.6416432Z [00:02:06.176]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:10.6417383Z [00:02:06.176]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:10.6418290Z [00:02:06.176]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.6420375Z [00:02:06.176]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.6421044Z [00:02:06.176]➜  EOF
2025-08-20T20:57:10.6424257Z [00:02:06.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b124=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/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-20T20:57:10.6427678Z [00:02:06.177]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d # internal
2025-08-20T20:57:10.6463401Z [00:02:06.183]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T20:57:10.6466858Z [00:02:06.183]➜  mkdir -p $WORK/b116/
2025-08-20T20:57:10.6475337Z [00:02:06.184]➜  cat >/tmp/go-build2363873570/b116/importcfg << 'EOF' # internal
2025-08-20T20:57:10.6479415Z [00:02:06.184]➜  # import config
2025-08-20T20:57:10.6480175Z [00:02:06.184]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.6481105Z [00:02:06.184]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:10.6482071Z [00:02:06.184]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:10.6483021Z [00:02:06.184]➜  packagefile crypto/des=/tmp/go-build2363873570/b117/_pkg_.a
2025-08-20T20:57:10.6483908Z [00:02:06.184]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.6484972Z [00:02:06.184]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build2363873570/b118/_pkg_.a
2025-08-20T20:57:10.6486235Z [00:02:06.184]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build2363873570/b120/_pkg_.a
2025-08-20T20:57:10.6487449Z [00:02:06.184]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build2363873570/b121/_pkg_.a
2025-08-20T20:57:10.6488470Z [00:02:06.184]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.6489276Z [00:02:06.184]➜  EOF
2025-08-20T20:57:10.6495169Z [00:02:06.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/algorithm;$WORK/b116=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.22 -complete -installsuffix shared -buildid sydQ6d349hRx2Mjx4mG8/sydQ6d349hRx2Mjx4mG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/cipher.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/hash.go
2025-08-20T20:57:10.7218656Z [00:02:06.258]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:57:10.7230443Z [00:02:06.259]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d # internal
2025-08-20T20:57:10.7266306Z [00:02:06.263]➜  golang.org/x/sys/cpu
2025-08-20T20:57:10.7269239Z [00:02:06.263]➜  mkdir -p $WORK/b145/
2025-08-20T20:57:10.7273132Z [00:02:06.264]➜  echo -n > $WORK/b145/go_asm.h # internal
2025-08-20T20:57:10.7274366Z [00:02:06.264]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:57:10.7277839Z [00:02:06.264]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b145/symabis ./cpu_gc_x86.s
2025-08-20T20:57:10.7396896Z [00:02:06.276]➜  cat >/tmp/go-build2363873570/b145/importcfg << 'EOF' # internal
2025-08-20T20:57:10.7400799Z [00:02:06.276]➜  # import config
2025-08-20T20:57:10.7401506Z [00:02:06.276]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:10.7402390Z [00:02:06.276]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:10.7403250Z [00:02:06.276]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.7404099Z [00:02:06.276]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:10.7404734Z [00:02:06.276]➜  EOF
2025-08-20T20:57:10.7405291Z [00:02:06.276]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.7413446Z [00:02:06.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b145=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid QODg9uhBMbqi490zCvfk/QODg9uhBMbqi490zCvfk -goversion go1.25.0 -symabis $WORK/b145/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack -asmhdr $WORK/b145/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv_go121.go
2025-08-20T20:57:10.7794363Z [00:02:06.316]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:57:10.7808451Z [00:02:06.317]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T20:57:10.7810565Z [00:02:06.318]➜  crypto/internal/fips140/ed25519
2025-08-20T20:57:10.7812762Z [00:02:06.318]➜  mkdir -p $WORK/b150/
2025-08-20T20:57:10.7813871Z [00:02:06.318]➜  cat >/tmp/go-build2363873570/b150/importcfg << 'EOF' # internal
2025-08-20T20:57:10.7814812Z [00:02:06.318]➜  # import config
2025-08-20T20:57:10.7817414Z [00:02:06.318]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.7818401Z [00:02:06.318]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:10.7819661Z [00:02:06.318]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:10.7820805Z [00:02:06.318]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:10.7821991Z [00:02:06.318]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2363873570/b151/_pkg_.a
2025-08-20T20:57:10.7823211Z [00:02:06.318]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:10.7824200Z [00:02:06.318]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.7825050Z [00:02:06.318]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.7826216Z [00:02:06.318]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.7826964Z [00:02:06.318]➜  EOF
2025-08-20T20:57:10.7841863Z [00:02:06.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b150=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:57:10.7959663Z [00:02:06.332]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:57:10.7983022Z [00:02:06.335]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T20:57:10.8044726Z [00:02:06.341]➜  compress/flate
2025-08-20T20:57:10.8057690Z [00:02:06.341]➜  mkdir -p $WORK/b165/
2025-08-20T20:57:10.8058432Z [00:02:06.341]➜  cat >/tmp/go-build2363873570/b165/importcfg << 'EOF' # internal
2025-08-20T20:57:10.8059283Z [00:02:06.341]➜  # import config
2025-08-20T20:57:10.8059902Z [00:02:06.341]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:10.8060690Z [00:02:06.341]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.8061476Z [00:02:06.341]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.8062261Z [00:02:06.341]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.8063051Z [00:02:06.341]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:10.8064111Z [00:02:06.341]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.8064967Z [00:02:06.341]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:10.8065724Z [00:02:06.341]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.8066445Z [00:02:06.341]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.8067000Z [00:02:06.341]➜  EOF
2025-08-20T20:57:10.8071767Z [00:02:06.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b165=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/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-20T20:57:10.8397007Z [00:02:06.376]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:57:10.8401552Z [00:02:06.376]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b145/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T20:57:10.8509213Z [00:02:06.387]➜  go tool pack r $WORK/b145/_pkg_.a $WORK/b145/cpu_gc_x86.o # internal
2025-08-20T20:57:10.8515026Z [00:02:06.388]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:57:10.8551967Z [00:02:06.392]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d # internal
2025-08-20T20:57:10.8559038Z [00:02:06.392]➜  crypto/sha1
2025-08-20T20:57:10.8559561Z [00:02:06.392]➜  mkdir -p $WORK/b169/
2025-08-20T20:57:10.8560249Z [00:02:06.392]➜  echo -n > $WORK/b169/go_asm.h # internal
2025-08-20T20:57:10.8560913Z [00:02:06.392]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:57:10.8562993Z [00:02:06.392]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b169/symabis ./sha1block_amd64.s
2025-08-20T20:57:10.8572805Z [00:02:06.394]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:57:10.8582954Z [00:02:06.395]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T20:57:10.8588374Z [00:02:06.395]➜  golang.org/x/crypto/blake2b
2025-08-20T20:57:10.8589060Z [00:02:06.395]➜  mkdir -p $WORK/b173/
2025-08-20T20:57:10.8590681Z [00:02:06.396]➜  echo -n > $WORK/b173/go_asm.h # internal
2025-08-20T20:57:10.8591748Z [00:02:06.396]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T20:57:10.8595083Z [00:02:06.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b173=>" -I $WORK/b173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b173/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T20:57:10.8657164Z [00:02:06.402]➜  cat >/tmp/go-build2363873570/b169/importcfg << 'EOF' # internal
2025-08-20T20:57:10.8664003Z [00:02:06.402]➜  # import config
2025-08-20T20:57:10.8664667Z [00:02:06.402]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.8665561Z [00:02:06.402]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.8666589Z [00:02:06.402]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:10.8667613Z [00:02:06.402]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:10.8668499Z [00:02:06.402]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.8669402Z [00:02:06.402]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.8670264Z [00:02:06.402]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:10.8671131Z [00:02:06.402]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:10.8671937Z [00:02:06.402]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.8672523Z [00:02:06.402]➜  EOF
2025-08-20T20:57:10.8673040Z [00:02:06.402]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.8676653Z [00:02:06.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b169=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b169/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack -asmhdr $WORK/b169/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T20:57:10.8752524Z [00:02:06.412]➜  cat >/tmp/go-build2363873570/b173/importcfg << 'EOF' # internal
2025-08-20T20:57:10.8763963Z [00:02:06.412]➜  # import config
2025-08-20T20:57:10.8764680Z [00:02:06.412]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:10.8765540Z [00:02:06.412]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:10.8766322Z [00:02:06.412]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.8767138Z [00:02:06.412]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:10.8767986Z [00:02:06.412]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.8768722Z [00:02:06.412]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.8769664Z [00:02:06.412]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:10.8770222Z [00:02:06.412]➜  EOF
2025-08-20T20:57:10.8775563Z [00:02:06.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b173=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid yvmIkSVXZKHKT25BnVun/yvmIkSVXZKHKT25BnVun -goversion go1.25.0 -symabis $WORK/b173/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack -asmhdr $WORK/b173/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2bAVX2_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/go125.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/register.go
2025-08-20T20:57:10.9136805Z [00:02:06.450]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:57:10.9141405Z [00:02:06.450]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b169/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T20:57:10.9143349Z [00:02:06.450]➜  cd /root/.go/src/math/big
2025-08-20T20:57:10.9145348Z [00:02:06.450]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b099/arith_amd64.o ./arith_amd64.s
2025-08-20T20:57:10.9232743Z [00:02:06.460]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/arith_amd64.o # internal
2025-08-20T20:57:10.9262182Z [00:02:06.463]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:57:10.9321984Z [00:02:06.469]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:57:10.9323579Z [00:02:06.469]➜  go tool pack r $WORK/b169/_pkg_.a $WORK/b169/sha1block_amd64.o # internal
2025-08-20T20:57:10.9325417Z [00:02:06.469]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:57:10.9331932Z [00:02:06.470]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T20:57:10.9333732Z [00:02:06.470]➜  crypto/hmac
2025-08-20T20:57:10.9335369Z [00:02:06.470]➜  mkdir -p $WORK/b176/
2025-08-20T20:57:10.9336357Z [00:02:06.470]➜  cat >/tmp/go-build2363873570/b176/importcfg << 'EOF' # internal
2025-08-20T20:57:10.9337303Z [00:02:06.470]➜  # import config
2025-08-20T20:57:10.9340429Z [00:02:06.470]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.9341577Z [00:02:06.470]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:10.9342689Z [00:02:06.470]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2363873570/b105/_pkg_.a
2025-08-20T20:57:10.9343812Z [00:02:06.470]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:10.9344777Z [00:02:06.470]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:10.9345927Z [00:02:06.470]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:10.9346510Z [00:02:06.470]➜  EOF
2025-08-20T20:57:10.9360810Z [00:02:06.470]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.9363855Z [00:02:06.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b176=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:57:10.9556917Z [00:02:06.492]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T20:57:10.9558047Z [00:02:06.492]➜  crypto/rand
2025-08-20T20:57:10.9559605Z [00:02:06.492]➜  mkdir -p $WORK/b098/
2025-08-20T20:57:10.9562261Z [00:02:06.493]➜  cat >/tmp/go-build2363873570/b098/importcfg << 'EOF' # internal
2025-08-20T20:57:10.9564287Z [00:02:06.493]➜  # import config
2025-08-20T20:57:10.9565519Z [00:02:06.493]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.9570074Z [00:02:06.493]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:10.9571854Z [00:02:06.493]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:10.9573645Z [00:02:06.493]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:10.9575364Z [00:02:06.493]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:10.9577241Z [00:02:06.493]➜  packagefile crypto/internal/sysrand=/tmp/go-build2363873570/b089/_pkg_.a
2025-08-20T20:57:10.9578538Z [00:02:06.493]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.9579967Z [00:02:06.493]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.9581308Z [00:02:06.493]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:10.9582514Z [00:02:06.493]➜  EOF
2025-08-20T20:57:10.9585762Z [00:02:06.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b098=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/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-20T20:57:10.9599412Z [00:02:06.496]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T20:57:10.9603199Z [00:02:06.497]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b173=>" -I $WORK/b173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b173/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T20:57:10.9830860Z [00:02:06.520]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:57:10.9840830Z [00:02:06.520]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T20:57:10.9843022Z [00:02:06.521]➜  crypto/internal/boring/bbig
2025-08-20T20:57:10.9843628Z [00:02:06.521]➜  mkdir -p $WORK/b102/
2025-08-20T20:57:10.9847862Z [00:02:06.521]➜  cat >/tmp/go-build2363873570/b102/importcfg << 'EOF' # internal
2025-08-20T20:57:10.9848581Z [00:02:06.521]➜  # import config
2025-08-20T20:57:10.9849501Z [00:02:06.521]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:10.9850486Z [00:02:06.521]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:10.9851147Z [00:02:06.521]➜  EOF
2025-08-20T20:57:10.9851702Z [00:02:06.521]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.9855429Z [00:02:06.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b102=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T20:57:10.9868050Z [00:02:06.523]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T20:57:10.9872381Z [00:02:06.524]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b173=>" -I $WORK/b173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b173/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T20:57:10.9925269Z [00:02:06.529]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:57:10.9928053Z [00:02:06.529]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:57:10.9932762Z [00:02:06.530]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T20:57:10.9934250Z [00:02:06.530]➜  crypto/elliptic
2025-08-20T20:57:10.9935296Z [00:02:06.530]➜  mkdir -p $WORK/b129/
2025-08-20T20:57:10.9937984Z [00:02:06.530]➜  cat >/tmp/go-build2363873570/b129/importcfg << 'EOF' # internal
2025-08-20T20:57:10.9942191Z [00:02:06.530]➜  # import config
2025-08-20T20:57:10.9944386Z [00:02:06.530]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2363873570/b126/_pkg_.a
2025-08-20T20:57:10.9945613Z [00:02:06.530]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.9946476Z [00:02:06.530]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:10.9947297Z [00:02:06.530]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:10.9948148Z [00:02:06.530]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:10.9948762Z [00:02:06.530]➜  EOF
2025-08-20T20:57:10.9949530Z [00:02:06.531]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.9953214Z [00:02:06.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b129=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/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-20T20:57:10.9960575Z [00:02:06.532]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T20:57:10.9961662Z [00:02:06.532]➜  encoding/asn1
2025-08-20T20:57:10.9962856Z [00:02:06.532]➜  mkdir -p $WORK/b134/
2025-08-20T20:57:10.9963515Z [00:02:06.532]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b
2025-08-20T20:57:10.9964551Z [00:02:06.532]➜  go tool pack r $WORK/b173/_pkg_.a $WORK/b173/blake2bAVX2_amd64.o $WORK/b173/blake2b_amd64.o # internal
2025-08-20T20:57:10.9965578Z [00:02:06.532]➜  cat >/tmp/go-build2363873570/b134/importcfg << 'EOF' # internal
2025-08-20T20:57:10.9966261Z [00:02:06.532]➜  # import config
2025-08-20T20:57:10.9966942Z [00:02:06.532]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:10.9967791Z [00:02:06.532]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:10.9968583Z [00:02:06.532]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:10.9969620Z [00:02:06.532]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:10.9970417Z [00:02:06.532]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:10.9971585Z [00:02:06.532]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:10.9972408Z [00:02:06.532]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:10.9973257Z [00:02:06.532]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:10.9974122Z [00:02:06.532]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:10.9974931Z [00:02:06.532]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:10.9975788Z [00:02:06.532]➜  packagefile unicode/utf16=/tmp/go-build2363873570/b135/_pkg_.a
2025-08-20T20:57:10.9976713Z [00:02:06.532]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:10.9977373Z [00:02:06.532]➜  EOF
2025-08-20T20:57:10.9977977Z [00:02:06.533]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:10.9982133Z [00:02:06.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b134=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/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-20T20:57:10.9985183Z [00:02:06.533]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:57:10.9986442Z [00:02:06.535]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d # internal
2025-08-20T20:57:10.9997664Z [00:02:06.536]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T20:57:10.9998551Z [00:02:06.536]➜  mkdir -p $WORK/b139/
2025-08-20T20:57:11.0002432Z [00:02:06.537]➜  cat >/tmp/go-build2363873570/b139/importcfg << 'EOF' # internal
2025-08-20T20:57:11.0003892Z [00:02:06.537]➜  # import config
2025-08-20T20:57:11.0004900Z [00:02:06.537]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:11.0005943Z [00:02:06.537]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.0006717Z [00:02:06.537]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.0007539Z [00:02:06.537]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.0008171Z [00:02:06.537]➜  EOF
2025-08-20T20:57:11.0013988Z [00:02:06.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/encoding;$WORK/b139=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.22 -complete -installsuffix shared -buildid __DJSbfHsRJp5JhvC2BA/__DJSbfHsRJp5JhvC2BA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/encoding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/mpi.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/oid.go
2025-08-20T20:57:11.0052990Z [00:02:06.542]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:57:11.0062166Z [00:02:06.543]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T20:57:11.0072723Z [00:02:06.544]➜  crypto/rsa
2025-08-20T20:57:11.0076086Z [00:02:06.544]➜  mkdir -p $WORK/b101/
2025-08-20T20:57:11.0076813Z [00:02:06.544]➜  cat >/tmp/go-build2363873570/b101/importcfg << 'EOF' # internal
2025-08-20T20:57:11.0077611Z [00:02:06.544]➜  # import config
2025-08-20T20:57:11.0078285Z [00:02:06.544]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.0080774Z [00:02:06.544]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:11.0081957Z [00:02:06.544]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2363873570/b102/_pkg_.a
2025-08-20T20:57:11.0083455Z [00:02:06.544]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2363873570/b103/_pkg_.a
2025-08-20T20:57:11.0084653Z [00:02:06.544]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2363873570/b104/_pkg_.a
2025-08-20T20:57:11.0085841Z [00:02:06.544]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2363873570/b105/_pkg_.a
2025-08-20T20:57:11.0087025Z [00:02:06.544]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:11.0088174Z [00:02:06.544]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:11.0089347Z [00:02:06.544]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:11.0090340Z [00:02:06.544]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.0091268Z [00:02:06.544]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.0092129Z [00:02:06.544]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.0093013Z [00:02:06.544]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.0093954Z [00:02:06.544]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:11.0094876Z [00:02:06.544]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.0095786Z [00:02:06.544]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:11.0096651Z [00:02:06.544]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.0097326Z [00:02:06.544]➜  EOF
2025-08-20T20:57:11.0101248Z [00:02:06.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b101=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/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-20T20:57:11.0221699Z [00:02:06.558]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:57:11.0231243Z [00:02:06.559]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d # internal
2025-08-20T20:57:11.0239401Z [00:02:06.560]➜  crypto/ed25519
2025-08-20T20:57:11.0239956Z [00:02:06.560]➜  mkdir -p $WORK/b149/
2025-08-20T20:57:11.0240706Z [00:02:06.560]➜  cat >/tmp/go-build2363873570/b149/importcfg << 'EOF' # internal
2025-08-20T20:57:11.0241414Z [00:02:06.560]➜  # import config
2025-08-20T20:57:11.0242107Z [00:02:06.560]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.0243189Z [00:02:06.560]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2363873570/b150/_pkg_.a
2025-08-20T20:57:11.0244384Z [00:02:06.560]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2363873570/b131/_pkg_.a
2025-08-20T20:57:11.0245549Z [00:02:06.560]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:11.0246554Z [00:02:06.560]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:11.0247478Z [00:02:06.560]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.0248349Z [00:02:06.560]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.0249392Z [00:02:06.560]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.0250235Z [00:02:06.560]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:11.0250875Z [00:02:06.560]➜  EOF
2025-08-20T20:57:11.0253768Z [00:02:06.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b149=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:57:11.1383817Z [00:02:06.675]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:57:11.1407444Z [00:02:06.677]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T20:57:11.1425321Z [00:02:06.677]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T20:57:11.1425981Z [00:02:06.678]➜  mkdir -p $WORK/b137/
2025-08-20T20:57:11.1426665Z [00:02:06.678]➜  cat >/tmp/go-build2363873570/b137/importcfg << 'EOF' # internal
2025-08-20T20:57:11.1427309Z [00:02:06.678]➜  # import config
2025-08-20T20:57:11.1427997Z [00:02:06.678]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:11.1429015Z [00:02:06.678]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.1429831Z [00:02:06.678]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.1430664Z [00:02:06.678]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:11.1431317Z [00:02:06.678]➜  EOF
2025-08-20T20:57:11.1435130Z [00:02:06.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/bitcurves=>github.com/ProtonMail/go-crypto@v1.3.0/bitcurves;$WORK/b137=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.22 -complete -installsuffix shared -buildid RziIvnv0HwtskJN6VFgr/RziIvnv0HwtskJN6VFgr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/bitcurves/bitcurve.go
2025-08-20T20:57:11.1474345Z [00:02:06.684]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:57:11.1497235Z [00:02:06.686]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T20:57:11.1510551Z [00:02:06.687]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T20:57:11.1511293Z [00:02:06.688]➜  mkdir -p $WORK/b138/
2025-08-20T20:57:11.1520347Z [00:02:06.688]➜  cat >/tmp/go-build2363873570/b138/importcfg << 'EOF' # internal
2025-08-20T20:57:11.1522613Z [00:02:06.688]➜  # import config
2025-08-20T20:57:11.1523751Z [00:02:06.689]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:11.1525194Z [00:02:06.689]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.1526457Z [00:02:06.689]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:11.1527761Z [00:02:06.689]➜  EOF
2025-08-20T20:57:11.1532222Z [00:02:06.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool=>github.com/ProtonMail/go-crypto@v1.3.0/brainpool;$WORK/b138=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.22 -complete -installsuffix shared -buildid Kb5pYvowKAvjfbuODq_H/Kb5pYvowKAvjfbuODq_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool/brainpool.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool/rcurve.go
2025-08-20T20:57:11.1664347Z [00:02:06.703]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:57:11.1680574Z [00:02:06.704]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T20:57:11.1681854Z [00:02:06.705]➜  github.com/cloudflare/circl/math
2025-08-20T20:57:11.1686255Z [00:02:06.705]➜  mkdir -p $WORK/b152/
2025-08-20T20:57:11.1688361Z [00:02:06.705]➜  cat >/tmp/go-build2363873570/b152/importcfg << 'EOF' # internal
2025-08-20T20:57:11.1689692Z [00:02:06.705]➜  # import config
2025-08-20T20:57:11.1692170Z [00:02:06.705]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:11.1693049Z [00:02:06.705]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.1694194Z [00:02:06.705]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.1695043Z [00:02:06.705]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.1695663Z [00:02:06.705]➜  EOF
2025-08-20T20:57:11.1704525Z [00:02:06.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b152=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid DfARpJ9LkIOHu9hL4aDn/DfARpJ9LkIOHu9hL4aDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/integer.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/primes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/wnaf.go
2025-08-20T20:57:11.1988034Z [00:02:06.735]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:57:11.1994980Z [00:02:06.735]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:57:11.2004723Z [00:02:06.736]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d # internal
2025-08-20T20:57:11.2005866Z [00:02:06.736]➜  compress/zlib
2025-08-20T20:57:11.2006392Z [00:02:06.736]➜  mkdir -p $WORK/b166/
2025-08-20T20:57:11.2010066Z [00:02:06.737]➜  cat >/tmp/go-build2363873570/b166/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2011293Z [00:02:06.737]➜  # import config
2025-08-20T20:57:11.2013267Z [00:02:06.737]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:11.2014454Z [00:02:06.737]➜  packagefile compress/flate=/tmp/go-build2363873570/b165/_pkg_.a
2025-08-20T20:57:11.2018282Z [00:02:06.737]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.2019466Z [00:02:06.737]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.2020302Z [00:02:06.737]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.2030728Z [00:02:06.737]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.2031708Z [00:02:06.737]➜  packagefile hash/adler32=/tmp/go-build2363873570/b167/_pkg_.a
2025-08-20T20:57:11.2032567Z [00:02:06.737]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.2033188Z [00:02:06.737]➜  EOF
2025-08-20T20:57:11.2036298Z [00:02:06.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b166=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T20:57:11.2065519Z [00:02:06.742]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d # internal
2025-08-20T20:57:11.2070068Z [00:02:06.742]➜  crypto/dsa
2025-08-20T20:57:11.2070590Z [00:02:06.743]➜  mkdir -p $WORK/b168/
2025-08-20T20:57:11.2071344Z [00:02:06.743]➜  cat >/tmp/go-build2363873570/b168/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2072033Z [00:02:06.743]➜  # import config
2025-08-20T20:57:11.2072870Z [00:02:06.743]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:11.2073980Z [00:02:06.743]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:11.2074937Z [00:02:06.743]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.2075737Z [00:02:06.743]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.2076567Z [00:02:06.743]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.2077220Z [00:02:06.743]➜  EOF
2025-08-20T20:57:11.2080811Z [00:02:06.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b168=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:57:11.2202307Z [00:02:06.757]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:57:11.2208672Z [00:02:06.757]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d # internal
2025-08-20T20:57:11.2217909Z [00:02:06.758]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T20:57:11.2218612Z [00:02:06.758]➜  mkdir -p $WORK/b170/
2025-08-20T20:57:11.2219647Z [00:02:06.758]➜  cat >/tmp/go-build2363873570/b170/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2220411Z [00:02:06.758]➜  # import config
2025-08-20T20:57:11.2221141Z [00:02:06.758]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:11.2222097Z [00:02:06.758]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.2223053Z [00:02:06.758]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.2223922Z [00:02:06.758]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.2237406Z [00:02:06.758]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.2238242Z [00:02:06.758]➜  EOF
2025-08-20T20:57:11.2242701Z [00:02:06.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/elgamal;$WORK/b170=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.22 -complete -installsuffix shared -buildid CCB7BDsx161c6ObxZzyZ/CCB7BDsx161c6ObxZzyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/elgamal/elgamal.go
2025-08-20T20:57:11.2470781Z [00:02:06.783]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:57:11.2474199Z [00:02:06.783]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d # internal
2025-08-20T20:57:11.2483295Z [00:02:06.785]➜  golang.org/x/crypto/argon2
2025-08-20T20:57:11.2495225Z [00:02:06.785]➜  mkdir -p $WORK/b172/
2025-08-20T20:57:11.2495898Z [00:02:06.785]➜  echo -n > $WORK/b172/go_asm.h # internal
2025-08-20T20:57:11.2496682Z [00:02:06.785]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2
2025-08-20T20:57:11.2499521Z [00:02:06.785]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2=>golang.org/x/crypto@v0.41.0/argon2;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b172/symabis ./blamka_amd64.s
2025-08-20T20:57:11.2583085Z [00:02:06.795]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:57:11.2593639Z [00:02:06.796]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T20:57:11.2604552Z [00:02:06.796]➜  golang.org/x/crypto/hkdf
2025-08-20T20:57:11.2605133Z [00:02:06.796]➜  mkdir -p $WORK/b175/
2025-08-20T20:57:11.2605853Z [00:02:06.796]➜  cat >/tmp/go-build2363873570/b175/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2606524Z [00:02:06.796]➜  # import config
2025-08-20T20:57:11.2607214Z [00:02:06.796]➜  packagefile crypto/hmac=/tmp/go-build2363873570/b176/_pkg_.a
2025-08-20T20:57:11.2608070Z [00:02:06.796]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.2609071Z [00:02:06.796]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.2609895Z [00:02:06.796]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.2610498Z [00:02:06.796]➜  EOF
2025-08-20T20:57:11.2611045Z [00:02:06.797]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.2614800Z [00:02:06.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf=>golang.org/x/crypto@v0.41.0/hkdf;$WORK/b175=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid L4w73esUbhyYtkJJ80tu/L4w73esUbhyYtkJJ80tu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf/hkdf.go
2025-08-20T20:57:11.2671340Z [00:02:06.803]➜  cat >/tmp/go-build2363873570/b172/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2701609Z [00:02:06.803]➜  # import config
2025-08-20T20:57:11.2703357Z [00:02:06.803]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.2704477Z [00:02:06.803]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2363873570/b173/_pkg_.a
2025-08-20T20:57:11.2705495Z [00:02:06.803]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.2706370Z [00:02:06.803]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.2707169Z [00:02:06.803]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:11.2707752Z [00:02:06.803]➜  EOF
2025-08-20T20:57:11.2713156Z [00:02:06.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2=>golang.org/x/crypto@v0.41.0/argon2;$WORK/b172=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid KZTXxZdDI9CLCDbKWR8t/KZTXxZdDI9CLCDbKWR8t -goversion go1.25.0 -symabis $WORK/b172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack -asmhdr $WORK/b172/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2/argon2.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2/blamka_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2/blamka_generic.go
2025-08-20T20:57:11.2718747Z [00:02:06.808]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:57:11.2722446Z [00:02:06.808]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T20:57:11.2724202Z [00:02:06.808]➜  image/internal/imageutil
2025-08-20T20:57:11.2725091Z [00:02:06.808]➜  mkdir -p $WORK/b181/
2025-08-20T20:57:11.2728802Z [00:02:06.809]➜  cat >/tmp/go-build2363873570/b181/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2730957Z [00:02:06.809]➜  # import config
2025-08-20T20:57:11.2735193Z [00:02:06.809]➜  packagefile image=/tmp/go-build2363873570/b178/_pkg_.a
2025-08-20T20:57:11.2735837Z [00:02:06.809]➜  EOF
2025-08-20T20:57:11.2739530Z [00:02:06.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b181=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T20:57:11.2857521Z [00:02:06.822]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:57:11.2865059Z [00:02:06.823]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d # internal
2025-08-20T20:57:11.2873276Z [00:02:06.824]➜  golang.org/x/crypto/sha3
2025-08-20T20:57:11.2877567Z [00:02:06.824]➜  mkdir -p $WORK/b182/
2025-08-20T20:57:11.2878194Z [00:02:06.824]➜  echo -n > $WORK/b182/go_asm.h # internal
2025-08-20T20:57:11.2901604Z [00:02:06.824]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3
2025-08-20T20:57:11.2904651Z [00:02:06.825]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b182/symabis ./keccakf_amd64.s
2025-08-20T20:57:11.2940075Z [00:02:06.830]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:57:11.2947224Z [00:02:06.831]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T20:57:11.2950898Z [00:02:06.831]➜  image/jpeg
2025-08-20T20:57:11.2952238Z [00:02:06.832]➜  mkdir -p $WORK/b180/
2025-08-20T20:57:11.2955240Z [00:02:06.832]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:57:11.2975167Z [00:02:06.834]➜  cat >/tmp/go-build2363873570/b182/importcfg << 'EOF' # internal
2025-08-20T20:57:11.2977888Z [00:02:06.834]➜  # import config
2025-08-20T20:57:11.2978567Z [00:02:06.834]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:11.2979529Z [00:02:06.834]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.2980353Z [00:02:06.834]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.2981608Z [00:02:06.834]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.2982929Z [00:02:06.834]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.2983877Z [00:02:06.834]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.2984821Z [00:02:06.834]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.2985652Z [00:02:06.834]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.2986488Z [00:02:06.834]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.2987109Z [00:02:06.834]➜  EOF
2025-08-20T20:57:11.2987623Z [00:02:06.834]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.2993930Z [00:02:06.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b182=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid v3Dh7qDVes-G9xilm4PY/v3Dh7qDVes-G9xilm4PY -goversion go1.25.0 -symabis $WORK/b182/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack -asmhdr $WORK/b182/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/keccakf_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3/shake_noasm.go
2025-08-20T20:57:11.3003191Z [00:02:06.837]➜  cat >/tmp/go-build2363873570/b180/importcfg << 'EOF' # internal
2025-08-20T20:57:11.3003962Z [00:02:06.837]➜  # import config
2025-08-20T20:57:11.3004646Z [00:02:06.837]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:11.3005504Z [00:02:06.837]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.3019446Z [00:02:06.837]➜  packagefile image=/tmp/go-build2363873570/b178/_pkg_.a
2025-08-20T20:57:11.3021618Z [00:02:06.837]➜  packagefile image/color=/tmp/go-build2363873570/b179/_pkg_.a
2025-08-20T20:57:11.3022662Z [00:02:06.837]➜  packagefile image/internal/imageutil=/tmp/go-build2363873570/b181/_pkg_.a
2025-08-20T20:57:11.3023591Z [00:02:06.837]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.3024179Z [00:02:06.837]➜  EOF
2025-08-20T20:57:11.3027992Z [00:02:06.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b180=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T20:57:11.3032525Z [00:02:06.837]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T20:57:11.3033697Z [00:02:06.837]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:57:11.3034302Z [00:02:06.837]➜  mkdir -p $WORK/b133/
2025-08-20T20:57:11.3035011Z [00:02:06.837]➜  cat >/tmp/go-build2363873570/b133/importcfg << 'EOF' # internal
2025-08-20T20:57:11.3035653Z [00:02:06.837]➜  # import config
2025-08-20T20:57:11.3036527Z [00:02:06.837]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:57:11.3037584Z [00:02:06.837]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:11.3038456Z [00:02:06.837]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.3039422Z [00:02:06.837]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.3040468Z [00:02:06.838]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b136/_pkg_.a
2025-08-20T20:57:11.3041504Z [00:02:06.838]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.3042309Z [00:02:06.838]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:11.3043094Z [00:02:06.838]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:11.3043699Z [00:02:06.838]➜  EOF
2025-08-20T20:57:11.3048297Z [00:02:06.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b133=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/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-20T20:57:11.3162546Z [00:02:06.853]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2
2025-08-20T20:57:11.3165369Z [00:02:06.853]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2=>golang.org/x/crypto@v0.41.0/argon2;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b172/blamka_amd64.o ./blamka_amd64.s
2025-08-20T20:57:11.3271400Z [00:02:06.863]➜  go tool pack r $WORK/b172/_pkg_.a $WORK/b172/blamka_amd64.o # internal
2025-08-20T20:57:11.3287742Z [00:02:06.865]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:57:11.3294465Z [00:02:06.866]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d # internal
2025-08-20T20:57:11.3302105Z [00:02:06.867]➜  golang.org/x/crypto/cryptobyte
2025-08-20T20:57:11.3307780Z [00:02:06.867]➜  mkdir -p $WORK/b143/
2025-08-20T20:57:11.3318569Z [00:02:06.868]➜  cat >/tmp/go-build2363873570/b143/importcfg << 'EOF' # internal
2025-08-20T20:57:11.3320742Z [00:02:06.868]➜  # import config
2025-08-20T20:57:11.3322848Z [00:02:06.868]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:11.3323749Z [00:02:06.868]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.3324556Z [00:02:06.868]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.3325571Z [00:02:06.868]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b144/_pkg_.a
2025-08-20T20:57:11.3326584Z [00:02:06.868]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.3327514Z [00:02:06.868]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:11.3328356Z [00:02:06.868]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:11.3329452Z [00:02:06.868]➜  EOF
2025-08-20T20:57:11.3340172Z [00:02:06.870]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.3344913Z [00:02:06.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte=>golang.org/x/crypto@v0.41.0/cryptobyte;$WORK/b143=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid tbaOrPgyrSdGZSWrVFCT/tbaOrPgyrSdGZSWrVFCT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/cryptobyte/string.go
2025-08-20T20:57:11.4097465Z [00:02:06.946]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3
2025-08-20T20:57:11.4100957Z [00:02:06.946]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b182/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T20:57:11.4402501Z [00:02:06.976]➜  go tool pack r $WORK/b182/_pkg_.a $WORK/b182/keccakf_amd64.o # internal
2025-08-20T20:57:11.4405108Z [00:02:06.977]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:57:11.4416599Z [00:02:06.978]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d # internal
2025-08-20T20:57:11.4421591Z [00:02:06.978]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T20:57:11.4422272Z [00:02:06.979]➜  mkdir -p $WORK/b171/
2025-08-20T20:57:11.4425796Z [00:02:06.979]➜  cat >/tmp/go-build2363873570/b171/importcfg << 'EOF' # internal
2025-08-20T20:57:11.4428120Z [00:02:06.979]➜  # import config
2025-08-20T20:57:11.4429045Z [00:02:06.979]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.4430301Z [00:02:06.979]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:11.4431892Z [00:02:06.979]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2363873570/b116/_pkg_.a
2025-08-20T20:57:11.4440231Z [00:02:06.979]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build2363873570/b172/_pkg_.a
2025-08-20T20:57:11.4442315Z [00:02:06.979]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:11.4443831Z [00:02:06.979]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.4444653Z [00:02:06.979]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:11.4445243Z [00:02:06.981]➜  EOF
2025-08-20T20:57:11.4445790Z [00:02:06.981]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.4452937Z [00:02:06.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/s2k;$WORK/b171=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.22 -complete -installsuffix shared -buildid SPQCuTqNGUbG3PoOFIbk/SPQCuTqNGUbG3PoOFIbk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k_cache.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k_config.go
2025-08-20T20:57:11.4457541Z [00:02:06.981]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:57:11.4478342Z [00:02:06.984]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T20:57:11.4501990Z [00:02:06.987]➜  path/filepath
2025-08-20T20:57:11.4502523Z [00:02:06.987]➜  mkdir -p $WORK/b187/
2025-08-20T20:57:11.4506919Z [00:02:06.987]➜  cat >/tmp/go-build2363873570/b187/importcfg << 'EOF' # internal
2025-08-20T20:57:11.4507968Z [00:02:06.987]➜  # import config
2025-08-20T20:57:11.4508639Z [00:02:06.987]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.4509746Z [00:02:06.987]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:11.4510794Z [00:02:06.987]➜  packagefile internal/filepathlite=/tmp/go-build2363873570/b050/_pkg_.a
2025-08-20T20:57:11.4511726Z [00:02:06.987]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:11.4512509Z [00:02:06.987]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:11.4513297Z [00:02:06.987]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:11.4514127Z [00:02:06.987]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:11.4514992Z [00:02:06.987]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:11.4515822Z [00:02:06.987]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:11.4516710Z [00:02:06.987]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:11.4517429Z [00:02:06.987]➜  EOF
2025-08-20T20:57:11.4521769Z [00:02:06.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b187=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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-20T20:57:11.4975549Z [00:02:07.034]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:57:11.5006227Z [00:02:07.037]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T20:57:11.5014587Z [00:02:07.038]➜  crypto/ecdsa
2025-08-20T20:57:11.5015123Z [00:02:07.038]➜  mkdir -p $WORK/b123/
2025-08-20T20:57:11.5031662Z [00:02:07.039]➜  cat >/tmp/go-build2363873570/b123/importcfg << 'EOF' # internal
2025-08-20T20:57:11.5032454Z [00:02:07.039]➜  # import config
2025-08-20T20:57:11.5033287Z [00:02:07.039]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:57:11.5034528Z [00:02:07.039]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:57:11.5035570Z [00:02:07.039]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.5036449Z [00:02:07.039]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:11.5037399Z [00:02:07.039]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:11.5038373Z [00:02:07.039]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:11.5039548Z [00:02:07.039]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2363873570/b102/_pkg_.a
2025-08-20T20:57:11.5040652Z [00:02:07.039]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2363873570/b130/_pkg_.a
2025-08-20T20:57:11.5041677Z [00:02:07.039]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2363873570/b126/_pkg_.a
2025-08-20T20:57:11.5042695Z [00:02:07.039]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2363873570/b131/_pkg_.a
2025-08-20T20:57:11.5043691Z [00:02:07.039]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2363873570/b105/_pkg_.a
2025-08-20T20:57:11.5044671Z [00:02:07.039]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:11.5045675Z [00:02:07.039]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:11.5046742Z [00:02:07.039]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:11.5059907Z [00:02:07.039]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.5061156Z [00:02:07.039]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.5062266Z [00:02:07.039]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b133/_pkg_.a
2025-08-20T20:57:11.5063538Z [00:02:07.039]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b136/_pkg_.a
2025-08-20T20:57:11.5064594Z [00:02:07.039]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.5065435Z [00:02:07.039]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.5066329Z [00:02:07.039]➜  packagefile math/rand/v2=/tmp/go-build2363873570/b091/_pkg_.a
2025-08-20T20:57:11.5066958Z [00:02:07.039]➜  EOF
2025-08-20T20:57:11.5075365Z [00:02:07.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b123=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/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-20T20:57:11.5078378Z [00:02:07.041]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:57:11.5079687Z [00:02:07.042]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d # internal
2025-08-20T20:57:11.5080732Z [00:02:07.043]➜  regexp/syntax
2025-08-20T20:57:11.5081260Z [00:02:07.043]➜  mkdir -p $WORK/b194/
2025-08-20T20:57:11.5082031Z [00:02:07.043]➜  cat >/tmp/go-build2363873570/b194/importcfg << 'EOF' # internal
2025-08-20T20:57:11.5086303Z [00:02:07.043]➜  # import config
2025-08-20T20:57:11.5087128Z [00:02:07.043]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:11.5087860Z [00:02:07.043]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:11.5088570Z [00:02:07.043]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:11.5089529Z [00:02:07.043]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:11.5090250Z [00:02:07.043]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:11.5091019Z [00:02:07.043]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:11.5091769Z [00:02:07.043]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:11.5092333Z [00:02:07.043]➜  EOF
2025-08-20T20:57:11.5096746Z [00:02:07.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b194=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/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-20T20:57:11.5100978Z [00:02:07.045]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:57:11.5109744Z [00:02:07.047]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d # internal
2025-08-20T20:57:11.5121835Z [00:02:07.048]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T20:57:11.5122431Z [00:02:07.048]➜  mkdir -p $WORK/b142/
2025-08-20T20:57:11.5123128Z [00:02:07.048]➜  cat >/tmp/go-build2363873570/b142/importcfg << 'EOF' # internal
2025-08-20T20:57:11.5123806Z [00:02:07.048]➜  # import config
2025-08-20T20:57:11.5124524Z [00:02:07.048]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.5125397Z [00:02:07.048]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.5126635Z [00:02:07.048]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b143/_pkg_.a
2025-08-20T20:57:11.5127645Z [00:02:07.048]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.5128492Z [00:02:07.048]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:11.5129307Z [00:02:07.048]➜  EOF
2025-08-20T20:57:11.5133012Z [00:02:07.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv=>github.com/cloudflare/circl@v1.6.1/internal/conv;$WORK/b142=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid vDvPkjfRNUDXoqEq10fO/vDvPkjfRNUDXoqEq10fO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T20:57:11.5494948Z [00:02:07.086]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:57:11.5504192Z [00:02:07.087]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d # internal
2025-08-20T20:57:11.5530862Z [00:02:07.090]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T20:57:11.5592217Z [00:02:07.096]➜  mkdir -p $WORK/b141/
2025-08-20T20:57:11.5596937Z [00:02:07.096]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T20:57:11.5599372Z [00:02:07.096]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T20:57:11.5602925Z [00:02:07.096]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b141/symabis ./fp_amd64.s
2025-08-20T20:57:11.5762167Z [00:02:07.113]➜  cat >/tmp/go-build2363873570/b141/importcfg << 'EOF' # internal
2025-08-20T20:57:11.5763136Z [00:02:07.113]➜  # import config
2025-08-20T20:57:11.5763846Z [00:02:07.113]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.5764704Z [00:02:07.113]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.5765755Z [00:02:07.113]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:11.5766943Z [00:02:07.113]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.5767918Z [00:02:07.113]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.5768558Z [00:02:07.113]➜  EOF
2025-08-20T20:57:11.5769246Z [00:02:07.113]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.5774572Z [00:02:07.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b141=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -installsuffix shared -buildid ByMBX9oSXc5Ol5xOKLe6/ByMBX9oSXc5Ol5xOKLe6 -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go
2025-08-20T20:57:11.5955726Z [00:02:07.132]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:57:11.5957120Z [00:02:07.132]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T20:57:11.5958322Z [00:02:07.132]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T20:57:11.5959101Z [00:02:07.132]➜  mkdir -p $WORK/b147/
2025-08-20T20:57:11.5959713Z [00:02:07.132]➜  echo -n > $WORK/b147/go_asm.h # internal
2025-08-20T20:57:11.5960906Z [00:02:07.132]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T20:57:11.5963900Z [00:02:07.132]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b147=>" -I $WORK/b147/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b147/symabis ./fp_amd64.s
2025-08-20T20:57:11.6034512Z [00:02:07.140]➜  cat >/tmp/go-build2363873570/b147/importcfg << 'EOF' # internal
2025-08-20T20:57:11.6047908Z [00:02:07.140]➜  # import config
2025-08-20T20:57:11.6048687Z [00:02:07.140]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.6049848Z [00:02:07.140]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.6050960Z [00:02:07.140]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:11.6052155Z [00:02:07.140]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.6053122Z [00:02:07.140]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.6053772Z [00:02:07.140]➜  EOF
2025-08-20T20:57:11.6056205Z [00:02:07.140]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.6072723Z [00:02:07.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b147=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -installsuffix shared -buildid 2ygZUA2l9sSnjv3WC5o-/2ygZUA2l9sSnjv3WC5o- -goversion go1.25.0 -symabis $WORK/b147/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack -asmhdr $WORK/b147/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go
2025-08-20T20:57:11.6606812Z [00:02:07.197]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.h $WORK/b141/fp_GOARCH.h
2025-08-20T20:57:11.6610593Z [00:02:07.197]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T20:57:11.6613568Z [00:02:07.197]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b141/fp_amd64.o ./fp_amd64.s
2025-08-20T20:57:11.6749866Z [00:02:07.211]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/fp_amd64.o # internal
2025-08-20T20:57:11.6752752Z [00:02:07.211]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:57:11.6762306Z [00:02:07.213]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d # internal
2025-08-20T20:57:11.6771791Z [00:02:07.214]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T20:57:11.6772944Z [00:02:07.214]➜  mkdir -p $WORK/b140/
2025-08-20T20:57:11.6784952Z [00:02:07.215]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T20:57:11.6787116Z [00:02:07.215]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T20:57:11.6790916Z [00:02:07.215]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b140/symabis ./curve_amd64.s
2025-08-20T20:57:11.7049715Z [00:02:07.241]➜  cat >/tmp/go-build2363873570/b140/importcfg << 'EOF' # internal
2025-08-20T20:57:11.7055686Z [00:02:07.241]➜  # import config
2025-08-20T20:57:11.7056471Z [00:02:07.241]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.7057515Z [00:02:07.241]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.7058679Z [00:02:07.241]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2363873570/b141/_pkg_.a
2025-08-20T20:57:11.7060074Z [00:02:07.241]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.7061057Z [00:02:07.241]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.7061725Z [00:02:07.241]➜  EOF
2025-08-20T20:57:11.7066633Z [00:02:07.243]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.7073562Z [00:02:07.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b140=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -installsuffix shared -buildid GbDM5_mfXuEThnAExoOF/GbDM5_mfXuEThnAExoOF -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/table.go
2025-08-20T20:57:11.7117914Z [00:02:07.248]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.h $WORK/b147/fp_GOARCH.h
2025-08-20T20:57:11.7124580Z [00:02:07.248]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T20:57:11.7127420Z [00:02:07.248]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b147=>" -I $WORK/b147/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b147/fp_amd64.o ./fp_amd64.s
2025-08-20T20:57:11.7400950Z [00:02:07.275]➜  go tool pack r $WORK/b147/_pkg_.a $WORK/b147/fp_amd64.o # internal
2025-08-20T20:57:11.7403841Z [00:02:07.276]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:57:11.7424558Z [00:02:07.279]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d # internal
2025-08-20T20:57:11.7430697Z [00:02:07.279]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T20:57:11.7431298Z [00:02:07.279]➜  mkdir -p $WORK/b146/
2025-08-20T20:57:11.7432938Z [00:02:07.280]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T20:57:11.7434190Z [00:02:07.280]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T20:57:11.7438124Z [00:02:07.280]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b146/symabis ./curve_amd64.s
2025-08-20T20:57:11.8056813Z [00:02:07.342]➜  cat >/tmp/go-build2363873570/b146/importcfg << 'EOF' # internal
2025-08-20T20:57:11.8057554Z [00:02:07.342]➜  # import config
2025-08-20T20:57:11.8058234Z [00:02:07.342]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.8059355Z [00:02:07.342]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.8060423Z [00:02:07.342]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2363873570/b147/_pkg_.a
2025-08-20T20:57:11.8061544Z [00:02:07.342]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:11.8062448Z [00:02:07.342]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.8063089Z [00:02:07.342]➜  EOF
2025-08-20T20:57:11.8080632Z [00:02:07.345]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.8090034Z [00:02:07.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b146=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -installsuffix shared -buildid 8kDjfe-xuGxlW8pVN6kc/8kDjfe-xuGxlW8pVN6kc -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/table.go
2025-08-20T20:57:11.8237206Z [00:02:07.358]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:57:11.8263350Z [00:02:07.363]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T20:57:11.8265722Z [00:02:07.363]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.h $WORK/b140/curve_GOARCH.h
2025-08-20T20:57:11.8268626Z [00:02:07.363]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T20:57:11.8271700Z [00:02:07.363]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b140/curve_amd64.o ./curve_amd64.s
2025-08-20T20:57:11.8292306Z [00:02:07.366]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T20:57:11.8295032Z [00:02:07.366]➜  mkdir -p $WORK/b148/
2025-08-20T20:57:11.8307611Z [00:02:07.367]➜  cat >/tmp/go-build2363873570/b148/importcfg << 'EOF' # internal
2025-08-20T20:57:11.8310922Z [00:02:07.367]➜  # import config
2025-08-20T20:57:11.8311654Z [00:02:07.367]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:11.8314955Z [00:02:07.367]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:11.8315948Z [00:02:07.367]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:11.8316913Z [00:02:07.367]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:11.8317814Z [00:02:07.367]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:11.8319022Z [00:02:07.367]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.8320006Z [00:02:07.367]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:11.8321306Z [00:02:07.367]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.8322201Z [00:02:07.367]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.8323026Z [00:02:07.367]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.8324138Z [00:02:07.367]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:11.8325403Z [00:02:07.367]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2363873570/b152/_pkg_.a
2025-08-20T20:57:11.8326688Z [00:02:07.367]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2363873570/b141/_pkg_.a
2025-08-20T20:57:11.8328013Z [00:02:07.367]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2363873570/b153/_pkg_.a
2025-08-20T20:57:11.8329677Z [00:02:07.367]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:11.8330561Z [00:02:07.368]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.8331446Z [00:02:07.368]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:11.8332083Z [00:02:07.368]➜  EOF
2025-08-20T20:57:11.8332653Z [00:02:07.368]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.8340316Z [00:02:07.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519=>github.com/cloudflare/circl@v1.6.1/sign/ed25519;$WORK/b148=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid bpmnY-IPrsgJocat8Moa/bpmnY-IPrsgJocat8Moa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/ed25519.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/modular.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/mult.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/pubkey.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/signapi.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/tables.go
2025-08-20T20:57:11.8506091Z [00:02:07.387]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T20:57:11.8509340Z [00:02:07.387]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/curve_amd64.o # internal
2025-08-20T20:57:11.8523144Z [00:02:07.389]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:57:11.8536731Z [00:02:07.389]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d # internal
2025-08-20T20:57:11.8538006Z [00:02:07.389]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T20:57:11.8538624Z [00:02:07.389]➜  mkdir -p $WORK/b157/
2025-08-20T20:57:11.8539575Z [00:02:07.389]➜  cat >/tmp/go-build2363873570/b157/importcfg << 'EOF' # internal
2025-08-20T20:57:11.8540315Z [00:02:07.389]➜  # import config
2025-08-20T20:57:11.8543473Z [00:02:07.389]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.8544376Z [00:02:07.389]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.8545481Z [00:02:07.389]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:11.8546625Z [00:02:07.389]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:11.8547294Z [00:02:07.389]➜  EOF
2025-08-20T20:57:11.8547855Z [00:02:07.389]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:11.8554440Z [00:02:07.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset=>github.com/cloudflare/circl@v1.6.1/math/mlsbset;$WORK/b157=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid SaABo2ocjue6tPSEht07/SaABo2ocjue6tPSEht07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/mlsbset.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/power.go
2025-08-20T20:57:11.8922621Z [00:02:07.429]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:57:11.8934295Z [00:02:07.430]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d # internal
2025-08-20T20:57:11.8947541Z [00:02:07.431]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T20:57:11.8948184Z [00:02:07.431]➜  mkdir -p $WORK/b156/
2025-08-20T20:57:11.8957004Z [00:02:07.432]➜  cat >/tmp/go-build2363873570/b156/importcfg << 'EOF' # internal
2025-08-20T20:57:11.8958989Z [00:02:07.432]➜  # import config
2025-08-20T20:57:11.8962528Z [00:02:07.432]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:11.8963487Z [00:02:07.432]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:11.8964379Z [00:02:07.432]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:11.8965166Z [00:02:07.432]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:11.8966230Z [00:02:07.432]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:11.8967467Z [00:02:07.432]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2363873570/b152/_pkg_.a
2025-08-20T20:57:11.8968683Z [00:02:07.432]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2363873570/b147/_pkg_.a
2025-08-20T20:57:11.8974768Z [00:02:07.432]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build2363873570/b157/_pkg_.a
2025-08-20T20:57:11.8976171Z [00:02:07.432]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:11.8976869Z [00:02:07.432]➜  EOF
2025-08-20T20:57:11.8985596Z [00:02:07.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks=>github.com/cloudflare/circl@v1.6.1/ecc/goldilocks;$WORK/b156=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid J-D04nbJkxZHYoHMWhwY/J-D04nbJkxZHYoHMWhwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/constants.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/isogeny.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/scalar.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistPoint.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistTables.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist_basemult.go
2025-08-20T20:57:11.9887565Z [00:02:07.525]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.h $WORK/b146/curve_GOARCH.h
2025-08-20T20:57:11.9897881Z [00:02:07.526]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T20:57:11.9900980Z [00:02:07.526]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b146/curve_amd64.o ./curve_amd64.s
2025-08-20T20:57:12.0150491Z [00:02:07.551]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:57:12.0174280Z [00:02:07.553]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d # internal
2025-08-20T20:57:12.0175528Z [00:02:07.553]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T20:57:12.0176466Z [00:02:07.553]➜  mkdir -p $WORK/b160/
2025-08-20T20:57:12.0177119Z [00:02:07.554]➜  cat >/tmp/go-build2363873570/b160/importcfg << 'EOF' # internal
2025-08-20T20:57:12.0177709Z [00:02:07.554]➜  # import config
2025-08-20T20:57:12.0178351Z [00:02:07.554]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.0179605Z [00:02:07.554]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.0180869Z [00:02:07.554]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2363873570/b148/_pkg_.a
2025-08-20T20:57:12.0181832Z [00:02:07.554]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.0182393Z [00:02:07.554]➜  EOF
2025-08-20T20:57:12.0182926Z [00:02:07.554]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:12.0186883Z [00:02:07.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ed25519;$WORK/b160=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid 62-t8JNJx3CHL7fHRMkx/62-t8JNJx3CHL7fHRMkx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed25519/ed25519.go
2025-08-20T20:57:12.0199268Z [00:02:07.556]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:57:12.0275155Z [00:02:07.563]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T20:57:12.0277599Z [00:02:07.564]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T20:57:12.0278512Z [00:02:07.564]➜  mkdir -p $WORK/b174/
2025-08-20T20:57:12.0279514Z [00:02:07.564]➜  cat >/tmp/go-build2363873570/b174/importcfg << 'EOF' # internal
2025-08-20T20:57:12.0280216Z [00:02:07.564]➜  # import config
2025-08-20T20:57:12.0280913Z [00:02:07.564]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:12.0281819Z [00:02:07.564]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.0283070Z [00:02:07.564]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2363873570/b113/_pkg_.a
2025-08-20T20:57:12.0284449Z [00:02:07.564]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.0285676Z [00:02:07.564]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2363873570/b140/_pkg_.a
2025-08-20T20:57:12.0286794Z [00:02:07.564]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2363873570/b175/_pkg_.a
2025-08-20T20:57:12.0287713Z [00:02:07.564]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.0288344Z [00:02:07.564]➜  EOF
2025-08-20T20:57:12.0292478Z [00:02:07.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/x25519;$WORK/b174=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.22 -complete -installsuffix shared -buildid 9pDtk_Oh_RKbzByPGCgI/9pDtk_Oh_RKbzByPGCgI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x25519/x25519.go
2025-08-20T20:57:12.0379148Z [00:02:07.574]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:57:12.0382663Z [00:02:07.574]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d # internal
2025-08-20T20:57:12.0389523Z [00:02:07.575]➜  github.com/cyphar/filepath-securejoin
2025-08-20T20:57:12.0420501Z [00:02:07.575]➜  mkdir -p $WORK/b185/
2025-08-20T20:57:12.0421291Z [00:02:07.575]➜  cat >/tmp/go-build2363873570/b185/importcfg << 'EOF' # internal
2025-08-20T20:57:12.0422334Z [00:02:07.575]➜  # import config
2025-08-20T20:57:12.0422994Z [00:02:07.575]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.0423799Z [00:02:07.575]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.0426712Z [00:02:07.575]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2363873570/b186/_pkg_.a
2025-08-20T20:57:12.0431795Z [00:02:07.575]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.0432605Z [00:02:07.575]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:12.0433463Z [00:02:07.575]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.0434332Z [00:02:07.575]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:12.0435176Z [00:02:07.575]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:12.0435977Z [00:02:07.575]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.0436820Z [00:02:07.575]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.0437615Z [00:02:07.575]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.0438431Z [00:02:07.575]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:12.0439220Z [00:02:07.575]➜  EOF
2025-08-20T20:57:12.0449020Z [00:02:07.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b185=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid ysQU5wIXSBEYSVAr9-KL/ysQU5wIXSBEYSVAr9-KL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/doc.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_errors_go120.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_generics_go121.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/join.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/lookup_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/mkdir_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/open_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat2_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/procfs_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/vfs.go
2025-08-20T20:57:12.0577231Z [00:02:07.594]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:57:12.0584608Z [00:02:07.595]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d # internal
2025-08-20T20:57:12.0603765Z [00:02:07.597]➜  github.com/go-git/go-billy/v6/helper/polyfill
2025-08-20T20:57:12.0606560Z [00:02:07.597]➜  mkdir -p $WORK/b189/
2025-08-20T20:57:12.0612687Z [00:02:07.597]➜  cat >/tmp/go-build2363873570/b189/importcfg << 'EOF' # internal
2025-08-20T20:57:12.0613396Z [00:02:07.597]➜  # import config
2025-08-20T20:57:12.0614178Z [00:02:07.597]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:12.0615113Z [00:02:07.597]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:12.0615892Z [00:02:07.597]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.0616739Z [00:02:07.597]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.0617400Z [00:02:07.597]➜  EOF
2025-08-20T20:57:12.0622213Z [00:02:07.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/polyfill=>github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/polyfill;$WORK/b189=>" -p github.com/go-git/go-billy/v6/helper/polyfill -lang=go1.23 -complete -installsuffix shared -buildid oysVr0z1usUMObIe0d-H/oysVr0z1usUMObIe0d-H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/polyfill/polyfill.go
2025-08-20T20:57:12.0729632Z [00:02:07.609]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T20:57:12.0736132Z [00:02:07.609]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/curve_amd64.o # internal
2025-08-20T20:57:12.0737032Z [00:02:07.609]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:57:12.0875538Z [00:02:07.624]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d # internal
2025-08-20T20:57:12.0879761Z [00:02:07.624]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T20:57:12.0882796Z [00:02:07.625]➜  mkdir -p $WORK/b177/
2025-08-20T20:57:12.0889447Z [00:02:07.625]➜  cat >/tmp/go-build2363873570/b177/importcfg << 'EOF' # internal
2025-08-20T20:57:12.0890729Z [00:02:07.625]➜  # import config
2025-08-20T20:57:12.0893021Z [00:02:07.625]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:12.0894141Z [00:02:07.625]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.0905324Z [00:02:07.625]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2363873570/b113/_pkg_.a
2025-08-20T20:57:12.0906808Z [00:02:07.625]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.0908107Z [00:02:07.625]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2363873570/b146/_pkg_.a
2025-08-20T20:57:12.0909859Z [00:02:07.625]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2363873570/b175/_pkg_.a
2025-08-20T20:57:12.0910867Z [00:02:07.625]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.0911480Z [00:02:07.625]➜  EOF
2025-08-20T20:57:12.0913246Z [00:02:07.626]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:12.0917315Z [00:02:07.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/x448;$WORK/b177=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.22 -complete -installsuffix shared -buildid tIA8G7Dd_NYWdMmRMl94/tIA8G7Dd_NYWdMmRMl94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x448/x448.go
2025-08-20T20:57:12.1183857Z [00:02:07.655]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:57:12.1193775Z [00:02:07.655]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d # internal
2025-08-20T20:57:12.1195018Z [00:02:07.655]➜  github.com/go-git/go-billy/v6/helper/chroot
2025-08-20T20:57:12.1195694Z [00:02:07.655]➜  mkdir -p $WORK/b188/
2025-08-20T20:57:12.1196431Z [00:02:07.655]➜  cat >/tmp/go-build2363873570/b188/importcfg << 'EOF' # internal
2025-08-20T20:57:12.1197118Z [00:02:07.655]➜  # import config
2025-08-20T20:57:12.1197927Z [00:02:07.655]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:12.1199335Z [00:02:07.655]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/tmp/go-build2363873570/b189/_pkg_.a
2025-08-20T20:57:12.1200370Z [00:02:07.655]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:12.1201182Z [00:02:07.655]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.1202046Z [00:02:07.655]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.1202974Z [00:02:07.655]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.1203591Z [00:02:07.655]➜  EOF
2025-08-20T20:57:12.1209287Z [00:02:07.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/chroot=>github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/chroot;$WORK/b188=>" -p github.com/go-git/go-billy/v6/helper/chroot -lang=go1.23 -complete -installsuffix shared -buildid -xXHmZZ1qQAtlaPG5FTQ/-xXHmZZ1qQAtlaPG5FTQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/helper/chroot/chroot.go
2025-08-20T20:57:12.1251054Z [00:02:07.662]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:57:12.1255201Z [00:02:07.662]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:57:12.1271095Z [00:02:07.664]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d # internal
2025-08-20T20:57:12.1275384Z [00:02:07.664]➜  github.com/go-git/go-billy/v6/util
2025-08-20T20:57:12.1279450Z [00:02:07.664]➜  mkdir -p $WORK/b190/
2025-08-20T20:57:12.1280219Z [00:02:07.664]➜  cat >/tmp/go-build2363873570/b190/importcfg << 'EOF' # internal
2025-08-20T20:57:12.1280896Z [00:02:07.664]➜  # import config
2025-08-20T20:57:12.1281540Z [00:02:07.664]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.1282349Z [00:02:07.664]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.1283320Z [00:02:07.664]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:12.1284249Z [00:02:07.664]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.1285051Z [00:02:07.664]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:12.1286134Z [00:02:07.664]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.1287069Z [00:02:07.664]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.1287952Z [00:02:07.664]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:12.1288782Z [00:02:07.664]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.1291260Z [00:02:07.664]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.1292098Z [00:02:07.664]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.1292865Z [00:02:07.664]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:12.1293448Z [00:02:07.664]➜  EOF
2025-08-20T20:57:12.1299255Z [00:02:07.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/util=>github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/util;$WORK/b190=>" -p github.com/go-git/go-billy/v6/util -lang=go1.23 -complete -installsuffix shared -buildid wR6DsnfPB-rmz33KqyG1/wR6DsnfPB-rmz33KqyG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/util/glob.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/util/util.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/util/walk.go
2025-08-20T20:57:12.1310618Z [00:02:07.667]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d # internal
2025-08-20T20:57:12.1311798Z [00:02:07.667]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T20:57:12.1312404Z [00:02:07.668]➜  mkdir -p $WORK/b155/
2025-08-20T20:57:12.1317028Z [00:02:07.668]➜  cat >/tmp/go-build2363873570/b155/importcfg << 'EOF' # internal
2025-08-20T20:57:12.1317749Z [00:02:07.668]➜  # import config
2025-08-20T20:57:12.1318595Z [00:02:07.668]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.1319731Z [00:02:07.668]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:12.1320682Z [00:02:07.668]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:12.1322079Z [00:02:07.668]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.1322989Z [00:02:07.668]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:12.1323872Z [00:02:07.668]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.1324711Z [00:02:07.668]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.1325780Z [00:02:07.668]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build2363873570/b156/_pkg_.a
2025-08-20T20:57:12.1327110Z [00:02:07.668]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build2363873570/b158/_pkg_.a
2025-08-20T20:57:12.1328453Z [00:02:07.668]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2363873570/b153/_pkg_.a
2025-08-20T20:57:12.1329587Z [00:02:07.668]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.1330359Z [00:02:07.668]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.1330969Z [00:02:07.668]➜  EOF
2025-08-20T20:57:12.1335042Z [00:02:07.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448=>github.com/cloudflare/circl@v1.6.1/sign/ed448;$WORK/b155=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid Q_J_8kj8b3BBtorHLZ_Y/Q_J_8kj8b3BBtorHLZ_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T20:57:12.1896461Z [00:02:07.726]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:57:12.1909378Z [00:02:07.727]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d # internal
2025-08-20T20:57:12.1911845Z [00:02:07.728]➜  regexp
2025-08-20T20:57:12.1912800Z [00:02:07.728]➜  mkdir -p $WORK/b193/
2025-08-20T20:57:12.1919162Z [00:02:07.728]➜  cat >/tmp/go-build2363873570/b193/importcfg << 'EOF' # internal
2025-08-20T20:57:12.1920295Z [00:02:07.728]➜  # import config
2025-08-20T20:57:12.1921498Z [00:02:07.728]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.1922896Z [00:02:07.728]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.1924404Z [00:02:07.728]➜  packagefile regexp/syntax=/tmp/go-build2363873570/b194/_pkg_.a
2025-08-20T20:57:12.1931504Z [00:02:07.728]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:12.1932436Z [00:02:07.728]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.1933345Z [00:02:07.728]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.1934156Z [00:02:07.728]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.1934930Z [00:02:07.728]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:12.1935770Z [00:02:07.728]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:12.1936282Z [00:02:07.728]➜  EOF
2025-08-20T20:57:12.1936778Z [00:02:07.729]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:57:12.1938769Z [00:02:07.730]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d # internal
2025-08-20T20:57:12.1942858Z [00:02:07.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b193=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/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-20T20:57:12.1951870Z [00:02:07.732]➜  internal/saferio
2025-08-20T20:57:12.1952681Z [00:02:07.732]➜  mkdir -p $WORK/b199/
2025-08-20T20:57:12.1960840Z [00:02:07.732]➜  cat >/tmp/go-build2363873570/b199/importcfg << 'EOF' # internal
2025-08-20T20:57:12.1961573Z [00:02:07.732]➜  # import config
2025-08-20T20:57:12.1962231Z [00:02:07.732]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.1962821Z [00:02:07.732]➜  EOF
2025-08-20T20:57:12.1965667Z [00:02:07.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b199=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T20:57:12.2184954Z [00:02:07.754]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:57:12.2195578Z [00:02:07.755]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T20:57:12.2196704Z [00:02:07.755]➜  encoding/gob
2025-08-20T20:57:12.2197208Z [00:02:07.755]➜  mkdir -p $WORK/b198/
2025-08-20T20:57:12.2215608Z [00:02:07.758]➜  cat >/tmp/go-build2363873570/b198/importcfg << 'EOF' # internal
2025-08-20T20:57:12.2219632Z [00:02:07.758]➜  # import config
2025-08-20T20:57:12.2220345Z [00:02:07.758]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:12.2221211Z [00:02:07.758]➜  packagefile encoding=/tmp/go-build2363873570/b154/_pkg_.a
2025-08-20T20:57:12.2222146Z [00:02:07.758]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:12.2223061Z [00:02:07.758]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.2224156Z [00:02:07.758]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.2225105Z [00:02:07.758]➜  packagefile internal/saferio=/tmp/go-build2363873570/b199/_pkg_.a
2025-08-20T20:57:12.2226001Z [00:02:07.758]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.2226843Z [00:02:07.758]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:12.2227669Z [00:02:07.758]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:12.2228507Z [00:02:07.758]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:12.2229823Z [00:02:07.758]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.2230669Z [00:02:07.758]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:12.2231454Z [00:02:07.758]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.2232333Z [00:02:07.758]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:12.2233225Z [00:02:07.758]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:12.2234097Z [00:02:07.758]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:12.2234752Z [00:02:07.758]➜  EOF
2025-08-20T20:57:12.2246981Z [00:02:07.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b198=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T20:57:12.2251581Z [00:02:07.758]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:57:12.2252886Z [00:02:07.761]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d # internal
2025-08-20T20:57:12.2254091Z [00:02:07.761]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T20:57:12.2254994Z [00:02:07.761]➜  mkdir -p $WORK/b122/
2025-08-20T20:57:12.2255698Z [00:02:07.761]➜  cat >/tmp/go-build2363873570/b122/importcfg << 'EOF' # internal
2025-08-20T20:57:12.2256388Z [00:02:07.761]➜  # import config
2025-08-20T20:57:12.2257081Z [00:02:07.761]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.2257973Z [00:02:07.761]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:12.2259091Z [00:02:07.761]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:12.2260083Z [00:02:07.761]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.2260936Z [00:02:07.761]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.2262019Z [00:02:07.761]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build2363873570/b137/_pkg_.a
2025-08-20T20:57:12.2263325Z [00:02:07.761]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build2363873570/b138/_pkg_.a
2025-08-20T20:57:12.2264681Z [00:02:07.761]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.2289823Z [00:02:07.761]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2363873570/b139/_pkg_.a
2025-08-20T20:57:12.2291292Z [00:02:07.761]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2363873570/b140/_pkg_.a
2025-08-20T20:57:12.2292576Z [00:02:07.761]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2363873570/b146/_pkg_.a
2025-08-20T20:57:12.2293916Z [00:02:07.761]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2363873570/b148/_pkg_.a
2025-08-20T20:57:12.2295498Z [00:02:07.761]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2363873570/b155/_pkg_.a
2025-08-20T20:57:12.2296557Z [00:02:07.761]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.2297426Z [00:02:07.761]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:12.2298070Z [00:02:07.761]➜  EOF
2025-08-20T20:57:12.2306325Z [00:02:07.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/ecc;$WORK/b122=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.22 -complete -installsuffix shared -buildid DpUh8FpwZyLa-hoSjZnF/DpUh8FpwZyLa-hoSjZnF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curve25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curve_info.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curves.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/ed25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/ed448.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/generic.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/x448.go
2025-08-20T20:57:12.2381234Z [00:02:07.775]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:57:12.2404261Z [00:02:07.777]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d # internal
2025-08-20T20:57:12.2407141Z [00:02:07.777]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T20:57:12.2409653Z [00:02:07.777]➜  mkdir -p $WORK/b161/
2025-08-20T20:57:12.2412100Z [00:02:07.778]➜  cat >/tmp/go-build2363873570/b161/importcfg << 'EOF' # internal
2025-08-20T20:57:12.2414432Z [00:02:07.778]➜  # import config
2025-08-20T20:57:12.2417218Z [00:02:07.778]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.2419807Z [00:02:07.778]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.2421515Z [00:02:07.778]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2363873570/b155/_pkg_.a
2025-08-20T20:57:12.2422541Z [00:02:07.778]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.2423168Z [00:02:07.778]➜  EOF
2025-08-20T20:57:12.2427074Z [00:02:07.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ed448;$WORK/b161=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.22 -complete -installsuffix shared -buildid SlMtALMkYiwHBQbdRccJ/SlMtALMkYiwHBQbdRccJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed448/ed448.go
2025-08-20T20:57:12.2623292Z [00:02:07.798]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:57:12.2631203Z [00:02:07.799]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d # internal
2025-08-20T20:57:12.2636593Z [00:02:07.800]➜  github.com/go-git/go-billy/v6/osfs
2025-08-20T20:57:12.2637227Z [00:02:07.800]➜  mkdir -p $WORK/b184/
2025-08-20T20:57:12.2643114Z [00:02:07.800]➜  cat >/tmp/go-build2363873570/b184/importcfg << 'EOF' # internal
2025-08-20T20:57:12.2643840Z [00:02:07.800]➜  # import config
2025-08-20T20:57:12.2644521Z [00:02:07.800]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.2645574Z [00:02:07.800]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build2363873570/b185/_pkg_.a
2025-08-20T20:57:12.2646788Z [00:02:07.800]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:12.2648298Z [00:02:07.800]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build2363873570/b188/_pkg_.a
2025-08-20T20:57:12.2649808Z [00:02:07.800]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2363873570/b186/_pkg_.a
2025-08-20T20:57:12.2650804Z [00:02:07.800]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:12.2651620Z [00:02:07.800]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.2652507Z [00:02:07.800]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.2653413Z [00:02:07.800]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.2654259Z [00:02:07.800]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.2655090Z [00:02:07.800]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:12.2655729Z [00:02:07.800]➜  EOF
2025-08-20T20:57:12.2662599Z [00:02:07.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs=>github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs;$WORK/b184=>" -p github.com/go-git/go-billy/v6/osfs -lang=go1.23 -complete -installsuffix shared -buildid fpXKwRv4S_LSiPN21ePG/fpXKwRv4S_LSiPN21ePG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs/os.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs/os_bound.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs/os_chroot.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs/os_options.go /root/go/pkg/mod/github.com/go-git/go-billy/v6@v6.0.0-20250627091229-31e2a16eef30/osfs/os_posix.go
2025-08-20T20:57:12.3593478Z [00:02:07.896]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:57:12.3627111Z [00:02:07.899]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d # internal
2025-08-20T20:57:12.3631078Z [00:02:07.899]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T20:57:12.3636525Z [00:02:07.900]➜  mkdir -p $WORK/b112/
2025-08-20T20:57:12.3645562Z [00:02:07.901]➜  cat >/tmp/go-build2363873570/b112/importcfg << 'EOF' # internal
2025-08-20T20:57:12.3649661Z [00:02:07.901]➜  # import config
2025-08-20T20:57:12.3650344Z [00:02:07.901]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.3651174Z [00:02:07.901]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.3652351Z [00:02:07.901]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2363873570/b113/_pkg_.a
2025-08-20T20:57:12.3653881Z [00:02:07.901]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2363873570/b116/_pkg_.a
2025-08-20T20:57:12.3655465Z [00:02:07.901]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:12.3656550Z [00:02:07.901]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.3657161Z [00:02:07.901]➜  EOF
2025-08-20T20:57:12.3661276Z [00:02:07.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ecdh;$WORK/b112=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.22 -complete -installsuffix shared -buildid pS6Z3nqntjIYIOu2xun6/pS6Z3nqntjIYIOu2xun6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdh/ecdh.go
2025-08-20T20:57:12.3998620Z [00:02:07.936]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:57:12.4049769Z [00:02:07.941]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d # internal
2025-08-20T20:57:12.4054515Z [00:02:07.941]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T20:57:12.4055200Z [00:02:07.941]➜  mkdir -p $WORK/b159/
2025-08-20T20:57:12.4064909Z [00:02:07.943]➜  cat >/tmp/go-build2363873570/b159/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4071726Z [00:02:07.943]➜  # import config
2025-08-20T20:57:12.4072447Z [00:02:07.943]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.4073632Z [00:02:07.943]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:12.4074725Z [00:02:07.943]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.4078537Z [00:02:07.943]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:12.4079534Z [00:02:07.943]➜  EOF
2025-08-20T20:57:12.4083445Z [00:02:07.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ecdsa;$WORK/b159=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.22 -complete -installsuffix shared -buildid tXbiQ7-q-Z049MDS7mXv/tXbiQ7-q-Z049MDS7mXv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdsa/ecdsa.go
2025-08-20T20:57:12.4089497Z [00:02:07.945]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:57:12.4108597Z [00:02:07.947]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d # internal
2025-08-20T20:57:12.4126281Z [00:02:07.949]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T20:57:12.4128187Z [00:02:07.949]➜  mkdir -p $WORK/b162/
2025-08-20T20:57:12.4131245Z [00:02:07.950]➜  cat >/tmp/go-build2363873570/b162/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4132040Z [00:02:07.950]➜  # import config
2025-08-20T20:57:12.4134074Z [00:02:07.950]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.4137984Z [00:02:07.950]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:12.4139685Z [00:02:07.950]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.4140352Z [00:02:07.950]➜  EOF
2025-08-20T20:57:12.4144189Z [00:02:07.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/eddsa;$WORK/b162=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.22 -complete -installsuffix shared -buildid SooyT8EMaJ-wWgN_2GBp/SooyT8EMaJ-wWgN_2GBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/eddsa/eddsa.go
2025-08-20T20:57:12.4332652Z [00:02:07.969]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:57:12.4351548Z [00:02:07.970]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d # internal
2025-08-20T20:57:12.4364751Z [00:02:07.973]➜  github.com/go-git/gcfg/v2/token
2025-08-20T20:57:12.4369051Z [00:02:07.973]➜  mkdir -p $WORK/b202/
2025-08-20T20:57:12.4375208Z [00:02:07.973]➜  cat >/tmp/go-build2363873570/b202/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4375919Z [00:02:07.973]➜  # import config
2025-08-20T20:57:12.4376591Z [00:02:07.973]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.4377461Z [00:02:07.973]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.4378264Z [00:02:07.973]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:12.4379285Z [00:02:07.973]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.4380371Z [00:02:07.973]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.4381015Z [00:02:07.973]➜  EOF
2025-08-20T20:57:12.4385304Z [00:02:07.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/token=>github.com/go-git/gcfg/v2@v2.0.2/token;$WORK/b202=>" -p github.com/go-git/gcfg/v2/token -lang=go1.21 -complete -installsuffix shared -buildid j_ljn1dco2uh709-enyR/j_ljn1dco2uh709-enyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/token/position.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/token/serialize.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/token/token.go
2025-08-20T20:57:12.4442986Z [00:02:07.980]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:57:12.4444728Z [00:02:07.981]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d # internal
2025-08-20T20:57:12.4468347Z [00:02:07.983]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T20:57:12.4472155Z [00:02:07.983]➜  mkdir -p $WORK/b163/
2025-08-20T20:57:12.4473494Z [00:02:07.984]➜  cat >/tmp/go-build2363873570/b163/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4474621Z [00:02:07.984]➜  # import config
2025-08-20T20:57:12.4476265Z [00:02:07.984]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.4486813Z [00:02:07.984]➜  packagefile compress/bzip2=/tmp/go-build2363873570/b164/_pkg_.a
2025-08-20T20:57:12.4487738Z [00:02:07.984]➜  packagefile compress/flate=/tmp/go-build2363873570/b165/_pkg_.a
2025-08-20T20:57:12.4488626Z [00:02:07.984]➜  packagefile compress/zlib=/tmp/go-build2363873570/b166/_pkg_.a
2025-08-20T20:57:12.4489666Z [00:02:07.984]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:12.4490513Z [00:02:07.984]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:12.4491404Z [00:02:07.984]➜  packagefile crypto/dsa=/tmp/go-build2363873570/b168/_pkg_.a
2025-08-20T20:57:12.4492283Z [00:02:07.984]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:12.4493154Z [00:02:07.984]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:12.4494304Z [00:02:07.984]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:12.4495170Z [00:02:07.984]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:12.4496039Z [00:02:07.984]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:12.4496910Z [00:02:07.984]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:12.4497809Z [00:02:07.984]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:12.4498716Z [00:02:07.984]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:12.4506779Z [00:02:07.984]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:12.4507684Z [00:02:07.984]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.4508776Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2363873570/b112/_pkg_.a
2025-08-20T20:57:12.4510391Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2363873570/b159/_pkg_.a
2025-08-20T20:57:12.4511732Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2363873570/b160/_pkg_.a
2025-08-20T20:57:12.4513058Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2363873570/b161/_pkg_.a
2025-08-20T20:57:12.4514367Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2363873570/b162/_pkg_.a
2025-08-20T20:57:12.4515728Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build2363873570/b170/_pkg_.a
2025-08-20T20:57:12.4517306Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:12.4518784Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2363873570/b116/_pkg_.a
2025-08-20T20:57:12.4520523Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:12.4522018Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2363873570/b139/_pkg_.a
2025-08-20T20:57:12.4523442Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build2363873570/b171/_pkg_.a
2025-08-20T20:57:12.4524782Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2363873570/b174/_pkg_.a
2025-08-20T20:57:12.4526082Z [00:02:07.984]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2363873570/b177/_pkg_.a
2025-08-20T20:57:12.4527233Z [00:02:07.984]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2363873570/b175/_pkg_.a
2025-08-20T20:57:12.4528149Z [00:02:07.984]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:12.4535034Z [00:02:07.984]➜  packagefile image=/tmp/go-build2363873570/b178/_pkg_.a
2025-08-20T20:57:12.4536016Z [00:02:07.984]➜  packagefile image/jpeg=/tmp/go-build2363873570/b180/_pkg_.a
2025-08-20T20:57:12.4536845Z [00:02:07.984]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.4537651Z [00:02:07.984]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:12.4538514Z [00:02:07.984]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:12.4539537Z [00:02:07.984]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.4540334Z [00:02:07.984]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.4541117Z [00:02:07.984]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:12.4541716Z [00:02:07.984]➜  EOF
2025-08-20T20:57:12.4584280Z [00:02:07.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/packet;$WORK/b163=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.22 -complete -installsuffix shared -buildid BzJvnQM0kPPcwrHB-HgI/BzJvnQM0kPPcwrHB-HgI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_crypter.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/compressed.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/config_v5.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/literal.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/marker.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/notation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/ocfb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/opaque.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet_sequence.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet_unsupported.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/padding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/private_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/private_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/public_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/public_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/reader.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/recipient.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted_aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted_mdc.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/userattribute.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/userid.go
2025-08-20T20:57:12.4795260Z [00:02:08.016]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:57:12.4860591Z [00:02:08.022]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T20:57:12.4872647Z [00:02:08.023]➜  github.com/go-git/go-git/v6/internal/url
2025-08-20T20:57:12.4873301Z [00:02:08.023]➜  mkdir -p $WORK/b192/
2025-08-20T20:57:12.4874023Z [00:02:08.023]➜  cat >/tmp/go-build2363873570/b192/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4887362Z [00:02:08.024]➜  # import config
2025-08-20T20:57:12.4888040Z [00:02:08.024]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:12.4888628Z [00:02:08.024]➜  EOF
2025-08-20T20:57:12.4892131Z [00:02:08.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url=>github.com/go-git/go-git/v6/internal/url;$WORK/b192=>" -p github.com/go-git/go-git/v6/internal/url -lang=go1.23 -complete -installsuffix shared -buildid 6RMkkVRSiPeb24eb4LDp/6RMkkVRSiPeb24eb4LDp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url/url.go
2025-08-20T20:57:12.4921393Z [00:02:08.029]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:57:12.4932692Z [00:02:08.030]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d # internal
2025-08-20T20:57:12.4934693Z [00:02:08.030]➜  github.com/go-git/gcfg/v2/scanner
2025-08-20T20:57:12.4940756Z [00:02:08.030]➜  mkdir -p $WORK/b201/
2025-08-20T20:57:12.4942338Z [00:02:08.030]➜  cat >/tmp/go-build2363873570/b201/importcfg << 'EOF' # internal
2025-08-20T20:57:12.4943022Z [00:02:08.031]➜  # import config
2025-08-20T20:57:12.4943667Z [00:02:08.031]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.4944525Z [00:02:08.031]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.4945500Z [00:02:08.031]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build2363873570/b202/_pkg_.a
2025-08-20T20:57:12.4946476Z [00:02:08.031]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.4947385Z [00:02:08.031]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:12.4948444Z [00:02:08.031]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:12.4949432Z [00:02:08.031]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:12.4950372Z [00:02:08.031]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:12.4951074Z [00:02:08.031]➜  EOF
2025-08-20T20:57:12.4956883Z [00:02:08.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/scanner=>github.com/go-git/gcfg/v2@v2.0.2/scanner;$WORK/b201=>" -p github.com/go-git/gcfg/v2/scanner -lang=go1.21 -complete -installsuffix shared -buildid 43gXSlRoD3ByktVMy52O/43gXSlRoD3ByktVMy52O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/scanner/errors.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/scanner/scanner.go
2025-08-20T20:57:12.5002212Z [00:02:08.037]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:57:12.5010420Z [00:02:08.037]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d # internal
2025-08-20T20:57:12.5011731Z [00:02:08.037]➜  github.com/go-git/gcfg/v2/types
2025-08-20T20:57:12.5012336Z [00:02:08.037]➜  mkdir -p $WORK/b203/
2025-08-20T20:57:12.5016909Z [00:02:08.038]➜  cat >/tmp/go-build2363873570/b203/importcfg << 'EOF' # internal
2025-08-20T20:57:12.5019329Z [00:02:08.038]➜  # import config
2025-08-20T20:57:12.5020520Z [00:02:08.038]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.5022719Z [00:02:08.038]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.5023575Z [00:02:08.038]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.5024435Z [00:02:08.038]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:12.5025270Z [00:02:08.038]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.5025914Z [00:02:08.038]➜  EOF
2025-08-20T20:57:12.5037087Z [00:02:08.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types=>github.com/go-git/gcfg/v2@v2.0.2/types;$WORK/b203=>" -p github.com/go-git/gcfg/v2/types -lang=go1.21 -complete -installsuffix shared -buildid AWEv45A10miGwodAdHbg/AWEv45A10miGwodAdHbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types/bool.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types/doc.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types/enum.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types/int.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/types/scan.go
2025-08-20T20:57:12.5435535Z [00:02:08.080]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:57:12.5450580Z [00:02:08.081]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d # internal
2025-08-20T20:57:12.5451885Z [00:02:08.081]➜  github.com/go-git/go-git/v6/plumbing/protocol
2025-08-20T20:57:12.5452521Z [00:02:08.081]➜  mkdir -p $WORK/b204/
2025-08-20T20:57:12.5453298Z [00:02:08.082]➜  cat >/tmp/go-build2363873570/b204/importcfg << 'EOF' # internal
2025-08-20T20:57:12.5455332Z [00:02:08.082]➜  # import config
2025-08-20T20:57:12.5463813Z [00:02:08.082]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.5464699Z [00:02:08.082]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.5465326Z [00:02:08.082]➜  EOF
2025-08-20T20:57:12.5472164Z [00:02:08.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol=>github.com/go-git/go-git/v6/plumbing/protocol;$WORK/b204=>" -p github.com/go-git/go-git/v6/plumbing/protocol -lang=go1.23 -complete -installsuffix shared -buildid 3I9kZN6WzYr51Y-pU-v5/3I9kZN6WzYr51Y-pU-v5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/version.go
2025-08-20T20:57:12.5514386Z [00:02:08.088]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:57:12.5525500Z [00:02:08.089]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d # internal
2025-08-20T20:57:12.5536117Z [00:02:08.089]➜  os/user
2025-08-20T20:57:12.5536606Z [00:02:08.089]➜  mkdir -p $WORK/b206/
2025-08-20T20:57:12.5537238Z [00:02:08.089]➜  echo -n > $WORK/b206/preferlinkext # internal
2025-08-20T20:57:12.5538168Z [00:02:08.090]➜  cd /root/.go/src/os/user
2025-08-20T20:57:12.5540353Z [00:02:08.090]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b206/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b206/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:57:12.5712121Z [00:02:08.107]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:57:12.5723757Z [00:02:08.109]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d # internal
2025-08-20T20:57:12.5734015Z [00:02:08.109]➜  github.com/go-git/go-git/v6/plumbing/filemode
2025-08-20T20:57:12.5734655Z [00:02:08.109]➜  mkdir -p $WORK/b212/
2025-08-20T20:57:12.5735379Z [00:02:08.109]➜  cat >/tmp/go-build2363873570/b212/importcfg << 'EOF' # internal
2025-08-20T20:57:12.5736061Z [00:02:08.109]➜  # import config
2025-08-20T20:57:12.5736771Z [00:02:08.109]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:12.5737648Z [00:02:08.109]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.5738404Z [00:02:08.109]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:12.5739425Z [00:02:08.109]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.5740043Z [00:02:08.109]➜  EOF
2025-08-20T20:57:12.5740564Z [00:02:08.110]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:12.5744194Z [00:02:08.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode=>github.com/go-git/go-git/v6/plumbing/filemode;$WORK/b212=>" -p github.com/go-git/go-git/v6/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid vaEbC6u5T11jN2FMBepw/vaEbC6u5T11jN2FMBepw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode/filemode.go
2025-08-20T20:57:12.6006481Z [00:02:08.137]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:57:12.6012359Z [00:02:08.138]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d # internal
2025-08-20T20:57:12.6065426Z [00:02:08.143]➜  github.com/pjbgf/sha1cd
2025-08-20T20:57:12.6069742Z [00:02:08.143]➜  mkdir -p $WORK/b214/
2025-08-20T20:57:12.6091484Z [00:02:08.143]➜  echo -n > $WORK/b214/go_asm.h # internal
2025-08-20T20:57:12.6092266Z [00:02:08.143]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0
2025-08-20T20:57:12.6094794Z [00:02:08.143]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0=>github.com/pjbgf/sha1cd@v0.4.0;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b214/symabis ./sha1cdblock_amd64.s
2025-08-20T20:57:12.6197723Z [00:02:08.156]➜  cat >/tmp/go-build2363873570/b214/importcfg << 'EOF' # internal
2025-08-20T20:57:12.6200071Z [00:02:08.156]➜  # import config
2025-08-20T20:57:12.6202311Z [00:02:08.156]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:12.6203401Z [00:02:08.156]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:12.6204333Z [00:02:08.156]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.6205148Z [00:02:08.156]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.6206150Z [00:02:08.156]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build2363873570/b215/_pkg_.a
2025-08-20T20:57:12.6207293Z [00:02:08.156]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build2363873570/b216/_pkg_.a
2025-08-20T20:57:12.6208237Z [00:02:08.156]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:12.6209322Z [00:02:08.156]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:12.6210122Z [00:02:08.156]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:12.6210766Z [00:02:08.156]➜  EOF
2025-08-20T20:57:12.6211295Z [00:02:08.156]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:12.6216690Z [00:02:08.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0=>github.com/pjbgf/sha1cd@v0.4.0;$WORK/b214=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -installsuffix shared -buildid SkCDa6B2zD5fGo7awByh/SkCDa6B2zD5fGo7awByh -goversion go1.25.0 -symabis $WORK/b214/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack -asmhdr $WORK/b214/go_asm.h /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/detection.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/sha1cd.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/sha1cdblock_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/sha1cdblock_asm.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/sha1cdblock_generic.go
2025-08-20T20:57:12.7006595Z [00:02:08.237]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0
2025-08-20T20:57:12.7011559Z [00:02:08.237]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0=>github.com/pjbgf/sha1cd@v0.4.0;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b214/sha1cdblock_amd64.o ./sha1cdblock_amd64.s
2025-08-20T20:57:12.7194964Z [00:02:08.256]➜  go tool pack r $WORK/b214/_pkg_.a $WORK/b214/sha1cdblock_amd64.o # internal
2025-08-20T20:57:12.7198224Z [00:02:08.256]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:57:12.7205340Z [00:02:08.257]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d # internal
2025-08-20T20:57:12.7224440Z [00:02:08.257]➜  github.com/go-git/go-git/v6/utils/binary
2025-08-20T20:57:12.7225069Z [00:02:08.257]➜  mkdir -p $WORK/b217/
2025-08-20T20:57:12.7225809Z [00:02:08.258]➜  cat >/tmp/go-build2363873570/b217/importcfg << 'EOF' # internal
2025-08-20T20:57:12.7226537Z [00:02:08.258]➜  # import config
2025-08-20T20:57:12.7227215Z [00:02:08.258]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:12.7228099Z [00:02:08.258]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:12.7229105Z [00:02:08.258]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.7229712Z [00:02:08.258]➜  EOF
2025-08-20T20:57:12.7230281Z [00:02:08.258]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:12.7234434Z [00:02:08.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary=>github.com/go-git/go-git/v6/utils/binary;$WORK/b217=>" -p github.com/go-git/go-git/v6/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid d7CXprs9EK6GaZEFfKVz/d7CXprs9EK6GaZEFfKVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/read.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/write.go
2025-08-20T20:57:12.7595025Z [00:02:08.296]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:57:12.7630225Z [00:02:08.299]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d # internal
2025-08-20T20:57:12.7632513Z [00:02:08.300]➜  github.com/emirpasic/gods/utils
2025-08-20T20:57:12.7634490Z [00:02:08.300]➜  mkdir -p $WORK/b223/
2025-08-20T20:57:12.7635652Z [00:02:08.300]➜  cat >/tmp/go-build2363873570/b223/importcfg << 'EOF' # internal
2025-08-20T20:57:12.7637475Z [00:02:08.300]➜  # import config
2025-08-20T20:57:12.7638415Z [00:02:08.300]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.7639787Z [00:02:08.300]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:12.7641066Z [00:02:08.300]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.7642418Z [00:02:08.300]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:12.7643494Z [00:02:08.300]➜  EOF
2025-08-20T20:57:12.7648262Z [00:02:08.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b223=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid t0iWSR-uQt1J4ohLw48q/t0iWSR-uQt1J4ohLw48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/comparator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/sort.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/utils.go
2025-08-20T20:57:12.8066304Z [00:02:08.343]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:57:12.8072630Z [00:02:08.344]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d # internal
2025-08-20T20:57:12.8104810Z [00:02:08.347]➜  github.com/emirpasic/gods/containers
2025-08-20T20:57:12.8111424Z [00:02:08.347]➜  mkdir -p $WORK/b222/
2025-08-20T20:57:12.8112204Z [00:02:08.347]➜  cat >/tmp/go-build2363873570/b222/importcfg << 'EOF' # internal
2025-08-20T20:57:12.8113179Z [00:02:08.347]➜  # import config
2025-08-20T20:57:12.8114047Z [00:02:08.347]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2363873570/b223/_pkg_.a
2025-08-20T20:57:12.8114854Z [00:02:08.347]➜  EOF
2025-08-20T20:57:12.8120280Z [00:02:08.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b222=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid vWbfdvo7g93My2ZPy5t6/vWbfdvo7g93My2ZPy5t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/containers.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/serialization.go
2025-08-20T20:57:12.8515295Z [00:02:08.388]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:57:12.8522928Z [00:02:08.389]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d # internal
2025-08-20T20:57:12.8533424Z [00:02:08.390]➜  encoding/json
2025-08-20T20:57:12.8536653Z [00:02:08.390]➜  mkdir -p $WORK/b225/
2025-08-20T20:57:12.8540212Z [00:02:08.390]➜  cat >/tmp/go-build2363873570/b225/importcfg << 'EOF' # internal
2025-08-20T20:57:12.8543979Z [00:02:08.391]➜  # import config
2025-08-20T20:57:12.8549229Z [00:02:08.391]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:12.8558372Z [00:02:08.391]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:12.8559418Z [00:02:08.391]➜  packagefile encoding=/tmp/go-build2363873570/b154/_pkg_.a
2025-08-20T20:57:12.8560591Z [00:02:08.391]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:12.8561516Z [00:02:08.391]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:12.8562361Z [00:02:08.391]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:12.8563150Z [00:02:08.391]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:12.8563943Z [00:02:08.391]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:12.8564754Z [00:02:08.391]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:12.8565569Z [00:02:08.391]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:12.8566381Z [00:02:08.391]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:12.8567183Z [00:02:08.391]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:12.8567972Z [00:02:08.391]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:12.8568769Z [00:02:08.391]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:12.8569839Z [00:02:08.391]➜  packagefile unicode/utf16=/tmp/go-build2363873570/b135/_pkg_.a
2025-08-20T20:57:12.8570788Z [00:02:08.391]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:12.8571465Z [00:02:08.391]➜  EOF
2025-08-20T20:57:12.8576097Z [00:02:08.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b225=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/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-20T20:57:12.9871679Z [00:02:08.523]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:57:13.0065372Z [00:02:08.543]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T20:57:13.0103984Z [00:02:08.547]➜  github.com/go-git/gcfg/v2
2025-08-20T20:57:13.0121338Z [00:02:08.547]➜  mkdir -p $WORK/b197/
2025-08-20T20:57:13.0122100Z [00:02:08.547]➜  cat >/tmp/go-build2363873570/b197/importcfg << 'EOF' # internal
2025-08-20T20:57:13.0122774Z [00:02:08.547]➜  # import config
2025-08-20T20:57:13.0123420Z [00:02:08.547]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.0124257Z [00:02:08.547]➜  packagefile encoding=/tmp/go-build2363873570/b154/_pkg_.a
2025-08-20T20:57:13.0136225Z [00:02:08.549]➜  packagefile encoding/gob=/tmp/go-build2363873570/b198/_pkg_.a
2025-08-20T20:57:13.0137123Z [00:02:08.549]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.0138011Z [00:02:08.549]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.0139135Z [00:02:08.549]➜  packagefile github.com/go-git/gcfg/v2/scanner=/tmp/go-build2363873570/b201/_pkg_.a
2025-08-20T20:57:13.0140265Z [00:02:08.549]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build2363873570/b202/_pkg_.a
2025-08-20T20:57:13.0141320Z [00:02:08.549]➜  packagefile github.com/go-git/gcfg/v2/types=/tmp/go-build2363873570/b203/_pkg_.a
2025-08-20T20:57:13.0142233Z [00:02:08.549]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.0143043Z [00:02:08.549]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:13.0143850Z [00:02:08.549]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.0144639Z [00:02:08.549]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:13.0145453Z [00:02:08.549]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.0146512Z [00:02:08.549]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:13.0147391Z [00:02:08.549]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:13.0148052Z [00:02:08.549]➜  EOF
2025-08-20T20:57:13.0182783Z [00:02:08.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2=>github.com/go-git/gcfg/v2@v2.0.2;$WORK/b197=>" -p github.com/go-git/gcfg/v2 -lang=go1.21 -complete -installsuffix shared -buildid SZ0o3NemtyGsEWeIe9jq/SZ0o3NemtyGsEWeIe9jq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/doc.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/errors.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/read.go /root/go/pkg/mod/github.com/go-git/gcfg/v2@v2.0.2/set.go
2025-08-20T20:57:13.0999681Z [00:02:08.636]➜  cd $WORK/b206
2025-08-20T20:57:13.1003283Z [00:02:08.637]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -I $WORK/b206/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b206/_x001.o -c _cgo_export.c
2025-08-20T20:57:13.1386113Z [00:02:08.675]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -I $WORK/b206/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b206/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:57:13.1925028Z [00:02:08.729]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:57:13.1940719Z [00:02:08.730]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -I $WORK/b206/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b206/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:57:13.2005354Z [00:02:08.737]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d # internal
2025-08-20T20:57:13.2011236Z [00:02:08.737]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T20:57:13.2015107Z [00:02:08.738]➜  mkdir -p $WORK/b097/
2025-08-20T20:57:13.2026555Z [00:02:08.738]➜  cat >/tmp/go-build2363873570/b097/importcfg << 'EOF' # internal
2025-08-20T20:57:13.2027237Z [00:02:08.738]➜  # import config
2025-08-20T20:57:13.2027870Z [00:02:08.738]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:13.2028693Z [00:02:08.738]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:13.2029704Z [00:02:08.738]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:13.2030489Z [00:02:08.738]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:13.2031252Z [00:02:08.738]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:13.2032007Z [00:02:08.738]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.2032760Z [00:02:08.738]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.2033783Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build2363873570/b108/_pkg_.a
2025-08-20T20:57:13.2035052Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2363873570/b112/_pkg_.a
2025-08-20T20:57:13.2036232Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2363873570/b159/_pkg_.a
2025-08-20T20:57:13.2037570Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2363873570/b160/_pkg_.a
2025-08-20T20:57:13.2039444Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2363873570/b161/_pkg_.a
2025-08-20T20:57:13.2040952Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2363873570/b162/_pkg_.a
2025-08-20T20:57:13.2042314Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:13.2043785Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2363873570/b116/_pkg_.a
2025-08-20T20:57:13.2045307Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:13.2046733Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2363873570/b163/_pkg_.a
2025-08-20T20:57:13.2047897Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2363873570/b174/_pkg_.a
2025-08-20T20:57:13.2050088Z [00:02:08.738]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2363873570/b177/_pkg_.a
2025-08-20T20:57:13.2051364Z [00:02:08.738]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2363873570/b182/_pkg_.a
2025-08-20T20:57:13.2052338Z [00:02:08.738]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:13.2053118Z [00:02:08.738]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.2053939Z [00:02:08.738]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:13.2054775Z [00:02:08.738]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.2055622Z [00:02:08.738]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.2056231Z [00:02:08.738]➜  EOF
2025-08-20T20:57:13.2056781Z [00:02:08.738]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:13.2064598Z [00:02:08.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp;$WORK/b097=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.22 -complete -installsuffix shared -buildid RwOQqsJc106MmJtAL7ac/RwOQqsJc106MmJtAL7ac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/canonical_text.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/hash.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/key_generation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/keys.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/keys_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/read.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/read_write_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/write.go
2025-08-20T20:57:13.2076968Z [00:02:08.744]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:57:13.2078279Z [00:02:08.744]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d # internal
2025-08-20T20:57:13.2083622Z [00:02:08.745]➜  github.com/go-git/go-git/v6/plumbing/format/config
2025-08-20T20:57:13.2093636Z [00:02:08.745]➜  mkdir -p $WORK/b196/
2025-08-20T20:57:13.2094359Z [00:02:08.745]➜  cat >/tmp/go-build2363873570/b196/importcfg << 'EOF' # internal
2025-08-20T20:57:13.2103114Z [00:02:08.746]➜  # import config
2025-08-20T20:57:13.2103807Z [00:02:08.746]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.2104696Z [00:02:08.746]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.2105670Z [00:02:08.746]➜  packagefile github.com/go-git/gcfg/v2=/tmp/go-build2363873570/b197/_pkg_.a
2025-08-20T20:57:13.2106615Z [00:02:08.746]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.2107711Z [00:02:08.746]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.2108416Z [00:02:08.746]➜  EOF
2025-08-20T20:57:13.2135237Z [00:02:08.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config=>github.com/go-git/go-git/v6/plumbing/format/config;$WORK/b196=>" -p github.com/go-git/go-git/v6/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 5xsDkCcjEZDeshuQOWuy/5xsDkCcjEZDeshuQOWuy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/decoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/encoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/format.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/option.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/section.go
2025-08-20T20:57:13.2403195Z [00:02:08.777]➜  cd $WORK/b206
2025-08-20T20:57:13.2407229Z [00:02:08.777]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -I $WORK/b206/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b206/_cgo_main.o -c _cgo_main.c
2025-08-20T20:57:13.2974970Z [00:02:08.834]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:57:13.2990198Z [00:02:08.835]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d # internal
2025-08-20T20:57:13.3024456Z [00:02:08.839]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:13.3028715Z [00:02:08.839]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -o $WORK/b206/_cgo_.o $WORK/b206/_cgo_main.o $WORK/b206/preferlinkext $WORK/b206/_x001.o $WORK/b206/_x002.o $WORK/b206/_x003.o -O2 -g
2025-08-20T20:57:13.3039168Z [00:02:08.840]➜  github.com/go-git/go-git/v6/plumbing
2025-08-20T20:57:13.3042334Z [00:02:08.841]➜  mkdir -p $WORK/b195/
2025-08-20T20:57:13.3049254Z [00:02:08.841]➜  cat >/tmp/go-build2363873570/b195/importcfg << 'EOF' # internal
2025-08-20T20:57:13.3049907Z [00:02:08.841]➜  # import config
2025-08-20T20:57:13.3050521Z [00:02:08.841]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.3051281Z [00:02:08.841]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:13.3052092Z [00:02:08.841]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:13.3052940Z [00:02:08.841]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:13.3053724Z [00:02:08.841]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.3054482Z [00:02:08.841]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.3055510Z [00:02:08.841]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:13.3056511Z [00:02:08.841]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:13.3057231Z [00:02:08.841]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.3057959Z [00:02:08.841]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:13.3058700Z [00:02:08.841]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.3059629Z [00:02:08.841]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.3060478Z [00:02:08.841]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.3061304Z [00:02:08.841]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.3061923Z [00:02:08.841]➜  EOF
2025-08-20T20:57:13.3068370Z [00:02:08.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing=>github.com/go-git/go-git/v6/plumbing;$WORK/b195=>" -p github.com/go-git/go-git/v6/plumbing -lang=go1.23 -complete -installsuffix shared -buildid sEUWeQyTd2RX6lY9_Yl_/sEUWeQyTd2RX6lY9_Yl_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/error.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hasher.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/memory.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/objectid.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/reference.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revision.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/tag.go
2025-08-20T20:57:13.4745424Z [00:02:09.010]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b206=/tmp/go-build -gno-record-gcc-switches -o $WORK/b206/_cgo_.o $WORK/b206/_cgo_main.o $WORK/b206/preferlinkext $WORK/b206/_x001.o $WORK/b206/_x002.o $WORK/b206/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:57:13.4748282Z [00:02:09.010]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b206/_cgo_.o -dynout $WORK/b206/_cgo_import.go
2025-08-20T20:57:13.4763159Z [00:02:09.013]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:57:13.4795451Z [00:02:09.016]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d # internal
2025-08-20T20:57:13.4805372Z [00:02:09.017]➜  github.com/go-git/go-git/v6/config
2025-08-20T20:57:13.4806794Z [00:02:09.017]➜  mkdir -p $WORK/b191/
2025-08-20T20:57:13.4815768Z [00:02:09.018]➜  cat >/tmp/go-build2363873570/b191/importcfg << 'EOF' # internal
2025-08-20T20:57:13.4819268Z [00:02:09.018]➜  # import config
2025-08-20T20:57:13.4821218Z [00:02:09.018]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.4822093Z [00:02:09.018]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.4822882Z [00:02:09.018]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.4824214Z [00:02:09.018]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build2363873570/b184/_pkg_.a
2025-08-20T20:57:13.4825469Z [00:02:09.018]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build2363873570/b192/_pkg_.a
2025-08-20T20:57:13.4826703Z [00:02:09.018]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.4828026Z [00:02:09.018]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:13.4829612Z [00:02:09.018]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build2363873570/b204/_pkg_.a
2025-08-20T20:57:13.4830679Z [00:02:09.018]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.4831493Z [00:02:09.018]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.4832345Z [00:02:09.018]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:13.4833222Z [00:02:09.018]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:13.4834056Z [00:02:09.018]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.4834882Z [00:02:09.018]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.4835739Z [00:02:09.018]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.4836377Z [00:02:09.018]➜  EOF
2025-08-20T20:57:13.4851314Z [00:02:09.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/config=>github.com/go-git/go-git/v6/config;$WORK/b191=>" -p github.com/go-git/go-git/v6/config -lang=go1.23 -complete -installsuffix shared -buildid xOcgtR_cVbhUM36AfnG2/xOcgtR_cVbhUM36AfnG2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/config/branch.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/config/config.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/config/modules.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/config/refspec.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/config/url.go
2025-08-20T20:57:13.4923275Z [00:02:09.028]➜  cat >/tmp/go-build2363873570/b206/importcfg << 'EOF' # internal
2025-08-20T20:57:13.4955120Z [00:02:09.029]➜  # import config
2025-08-20T20:57:13.4955816Z [00:02:09.029]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.4956654Z [00:02:09.029]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:13.4957636Z [00:02:09.029]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.4958452Z [00:02:09.029]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.4959399Z [00:02:09.029]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.4960195Z [00:02:09.029]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:13.4961047Z [00:02:09.029]➜  packagefile runtime/cgo=/tmp/go-build2363873570/b207/_pkg_.a
2025-08-20T20:57:13.4961672Z [00:02:09.029]➜  EOF
2025-08-20T20:57:13.4965716Z [00:02:09.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b206=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b206/_cgo_gotypes.go $WORK/b206/cgo_lookup_cgo.cgo1.go $WORK/b206/getgrouplist_unix.cgo1.go $WORK/b206/_cgo_import.go
2025-08-20T20:57:13.5525612Z [00:02:09.089]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:57:13.5571535Z [00:02:09.093]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:57:13.5625465Z [00:02:09.098]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d # internal
2025-08-20T20:57:13.5630609Z [00:02:09.099]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T20:57:13.5647722Z [00:02:09.100]➜  github.com/go-git/go-git/v6/plumbing/hash
2025-08-20T20:57:13.5648409Z [00:02:09.100]➜  mkdir -p $WORK/b213/
2025-08-20T20:57:13.5649368Z [00:02:09.100]➜  cat >/tmp/go-build2363873570/b213/importcfg << 'EOF' # internal
2025-08-20T20:57:13.5650089Z [00:02:09.100]➜  # import config
2025-08-20T20:57:13.5650778Z [00:02:09.100]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:13.5651615Z [00:02:09.100]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.5652444Z [00:02:09.100]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.5653614Z [00:02:09.100]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:13.5654849Z [00:02:09.100]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build2363873570/b214/_pkg_.a
2025-08-20T20:57:13.5655775Z [00:02:09.100]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:13.5656413Z [00:02:09.100]➜  EOF
2025-08-20T20:57:13.5656902Z [00:02:09.100]➜  github.com/emirpasic/gods/lists
2025-08-20T20:57:13.5657463Z [00:02:09.100]➜  mkdir -p $WORK/b226/
2025-08-20T20:57:13.5658188Z [00:02:09.100]➜  cat >/tmp/go-build2363873570/b226/importcfg << 'EOF' # internal
2025-08-20T20:57:13.5659412Z [00:02:09.101]➜  # import config
2025-08-20T20:57:13.5660425Z [00:02:09.101]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2363873570/b222/_pkg_.a
2025-08-20T20:57:13.5661698Z [00:02:09.101]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2363873570/b223/_pkg_.a
2025-08-20T20:57:13.5662483Z [00:02:09.101]➜  EOF
2025-08-20T20:57:13.5683173Z [00:02:09.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b226=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid nevUovoLL3db4feIR0-Q/nevUovoLL3db4feIR0-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T20:57:13.5689620Z [00:02:09.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash=>github.com/go-git/go-git/v6/plumbing/hash;$WORK/b213=>" -p github.com/go-git/go-git/v6/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid uMLf325eIh1RcBBL4A-E/uMLf325eIh1RcBBL4A-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash/hash.go
2025-08-20T20:57:13.5844696Z [00:02:09.121]➜  cd /root/.go/src/os/user
2025-08-20T20:57:13.5846780Z [00:02:09.121]➜  go tool pack r $WORK/b206/_pkg_.a $WORK/b206/preferlinkext $WORK/b206/_x001.o $WORK/b206/_x002.o $WORK/b206/_x003.o # internal
2025-08-20T20:57:13.5850590Z [00:02:09.121]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:57:13.5867664Z [00:02:09.123]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d # internal
2025-08-20T20:57:13.5869833Z [00:02:09.124]➜  github.com/go-git/go-git/v6/internal/path_util
2025-08-20T20:57:13.5871839Z [00:02:09.124]➜  mkdir -p $WORK/b205/
2025-08-20T20:57:13.5892942Z [00:02:09.126]➜  cat >/tmp/go-build2363873570/b205/importcfg << 'EOF' # internal
2025-08-20T20:57:13.5894946Z [00:02:09.126]➜  # import config
2025-08-20T20:57:13.5897430Z [00:02:09.126]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.5900534Z [00:02:09.126]➜  packagefile os/user=/tmp/go-build2363873570/b206/_pkg_.a
2025-08-20T20:57:13.5901782Z [00:02:09.126]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.5902682Z [00:02:09.126]➜  EOF
2025-08-20T20:57:13.5910595Z [00:02:09.128]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:13.5916680Z [00:02:09.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/path_util=>github.com/go-git/go-git/v6/internal/path_util;$WORK/b205=>" -p github.com/go-git/go-git/v6/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid yK0UDSFrPx3pokq8QSFt/yK0UDSFrPx3pokq8QSFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/path_util/path_util.go
2025-08-20T20:57:13.5976524Z [00:02:09.134]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:57:13.5981841Z [00:02:09.134]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:57:13.5994485Z [00:02:09.135]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d # internal
2025-08-20T20:57:13.5995696Z [00:02:09.135]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T20:57:13.5996300Z [00:02:09.135]➜  mkdir -p $WORK/b224/
2025-08-20T20:57:13.5997533Z [00:02:09.135]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d # internal
2025-08-20T20:57:13.6009411Z [00:02:09.135]➜  cat >/tmp/go-build2363873570/b224/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6010226Z [00:02:09.135]➜  # import config
2025-08-20T20:57:13.6011244Z [00:02:09.135]➜  packagefile encoding/json=/tmp/go-build2363873570/b225/_pkg_.a
2025-08-20T20:57:13.6012190Z [00:02:09.136]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.6013251Z [00:02:09.136]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2363873570/b222/_pkg_.a
2025-08-20T20:57:13.6014452Z [00:02:09.136]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build2363873570/b226/_pkg_.a
2025-08-20T20:57:13.6015900Z [00:02:09.136]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2363873570/b223/_pkg_.a
2025-08-20T20:57:13.6016930Z [00:02:09.136]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.6017604Z [00:02:09.136]➜  EOF
2025-08-20T20:57:13.6023424Z [00:02:09.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist=>github.com/emirpasic/gods@v1.18.1/lists/arraylist;$WORK/b224=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid Kyh5ck9BatcqiExU4yZA/Kyh5ck9BatcqiExU4yZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/arraylist.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/serialization.go
2025-08-20T20:57:13.6028487Z [00:02:09.137]➜  github.com/go-git/go-git/v6/plumbing/format/index
2025-08-20T20:57:13.6033729Z [00:02:09.137]➜  mkdir -p $WORK/b211/
2025-08-20T20:57:13.6034504Z [00:02:09.137]➜  cat >/tmp/go-build2363873570/b211/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6035192Z [00:02:09.137]➜  # import config
2025-08-20T20:57:13.6035842Z [00:02:09.137]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.6036627Z [00:02:09.137]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.6037442Z [00:02:09.137]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:13.6038278Z [00:02:09.137]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.6039271Z [00:02:09.137]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.6040288Z [00:02:09.137]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.6041547Z [00:02:09.137]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:13.6042824Z [00:02:09.137]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build2363873570/b213/_pkg_.a
2025-08-20T20:57:13.6044364Z [00:02:09.137]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build2363873570/b217/_pkg_.a
2025-08-20T20:57:13.6045380Z [00:02:09.137]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.6046163Z [00:02:09.137]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:13.6046991Z [00:02:09.137]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:13.6047867Z [00:02:09.137]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:13.6048696Z [00:02:09.137]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.6049774Z [00:02:09.137]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.6050659Z [00:02:09.137]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.6051494Z [00:02:09.137]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.6052383Z [00:02:09.137]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:13.6053042Z [00:02:09.137]➜  EOF
2025-08-20T20:57:13.6058765Z [00:02:09.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index=>github.com/go-git/go-git/v6/plumbing/format/index;$WORK/b211=>" -p github.com/go-git/go-git/v6/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid F1b1b3sv1wdwC-qWh8In/F1b1b3sv1wdwC-qWh8In -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/decoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/encoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/index.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/match.go
2025-08-20T20:57:13.6151586Z [00:02:09.152]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:57:13.6157583Z [00:02:09.152]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d # internal
2025-08-20T20:57:13.6160370Z [00:02:09.152]➜  github.com/emirpasic/gods/trees
2025-08-20T20:57:13.6160973Z [00:02:09.152]➜  mkdir -p $WORK/b227/
2025-08-20T20:57:13.6172942Z [00:02:09.154]➜  cat >/tmp/go-build2363873570/b227/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6173748Z [00:02:09.154]➜  # import config
2025-08-20T20:57:13.6176459Z [00:02:09.154]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2363873570/b222/_pkg_.a
2025-08-20T20:57:13.6177340Z [00:02:09.154]➜  EOF
2025-08-20T20:57:13.6181029Z [00:02:09.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b227=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid ez4lupU_5MsbP4UrQKWc/ez4lupU_5MsbP4UrQKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T20:57:13.6260078Z [00:02:09.162]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:57:13.6277001Z [00:02:09.163]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d # internal
2025-08-20T20:57:13.6279467Z [00:02:09.164]➜  github.com/go-git/go-git/v6/plumbing/format/diff
2025-08-20T20:57:13.6280196Z [00:02:09.164]➜  mkdir -p $WORK/b228/
2025-08-20T20:57:13.6280939Z [00:02:09.164]➜  cat >/tmp/go-build2363873570/b228/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6281647Z [00:02:09.164]➜  # import config
2025-08-20T20:57:13.6294290Z [00:02:09.164]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.6295547Z [00:02:09.164]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.6296828Z [00:02:09.164]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/tmp/go-build2363873570/b229/_pkg_.a
2025-08-20T20:57:13.6298411Z [00:02:09.164]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:13.6299653Z [00:02:09.164]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.6300439Z [00:02:09.164]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:13.6301249Z [00:02:09.164]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.6302073Z [00:02:09.164]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.6302693Z [00:02:09.164]➜  EOF
2025-08-20T20:57:13.6304207Z [00:02:09.167]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:57:13.6309428Z [00:02:09.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff=>github.com/go-git/go-git/v6/plumbing/format/diff;$WORK/b228=>" -p github.com/go-git/go-git/v6/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid 6-y95LiGhd54ibQG26MB/6-y95LiGhd54ibQG26MB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/colorconfig.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/patch.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/unified_encoder.go
2025-08-20T20:57:13.6362256Z [00:02:09.173]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d # internal
2025-08-20T20:57:13.6365327Z [00:02:09.173]➜  html
2025-08-20T20:57:13.6367997Z [00:02:09.173]➜  mkdir -p $WORK/b232/
2025-08-20T20:57:13.6372149Z [00:02:09.174]➜  cat >/tmp/go-build2363873570/b232/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6375397Z [00:02:09.174]➜  # import config
2025-08-20T20:57:13.6376131Z [00:02:09.174]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.6376993Z [00:02:09.174]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.6377905Z [00:02:09.174]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:13.6378573Z [00:02:09.174]➜  EOF
2025-08-20T20:57:13.6381513Z [00:02:09.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b232=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T20:57:13.6592867Z [00:02:09.195]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:57:13.6594271Z [00:02:09.196]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d # internal
2025-08-20T20:57:13.6599659Z [00:02:09.196]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T20:57:13.6600373Z [00:02:09.196]➜  mkdir -p $WORK/b221/
2025-08-20T20:57:13.6601162Z [00:02:09.196]➜  cat >/tmp/go-build2363873570/b221/importcfg << 'EOF' # internal
2025-08-20T20:57:13.6601873Z [00:02:09.196]➜  # import config
2025-08-20T20:57:13.6602540Z [00:02:09.196]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.6603620Z [00:02:09.196]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2363873570/b222/_pkg_.a
2025-08-20T20:57:13.6605147Z [00:02:09.196]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build2363873570/b224/_pkg_.a
2025-08-20T20:57:13.6606415Z [00:02:09.196]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build2363873570/b227/_pkg_.a
2025-08-20T20:57:13.6607582Z [00:02:09.196]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2363873570/b223/_pkg_.a
2025-08-20T20:57:13.6608598Z [00:02:09.196]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.6609475Z [00:02:09.196]➜  EOF
2025-08-20T20:57:13.6614573Z [00:02:09.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap=>github.com/emirpasic/gods@v1.18.1/trees/binaryheap;$WORK/b221=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid Y-jZ6ZK8jEZj5HPZXMwt/Y-jZ6ZK8jEZj5HPZXMwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/binaryheap.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/serialization.go
2025-08-20T20:57:13.6951983Z [00:02:09.231]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:57:13.6978264Z [00:02:09.234]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d # internal
2025-08-20T20:57:13.6985315Z [00:02:09.235]➜  github.com/go-git/go-git/v6/plumbing/storer
2025-08-20T20:57:13.6987016Z [00:02:09.235]➜  mkdir -p $WORK/b210/
2025-08-20T20:57:13.7004753Z [00:02:09.237]➜  cat >/tmp/go-build2363873570/b210/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7005566Z [00:02:09.237]➜  # import config
2025-08-20T20:57:13.7006601Z [00:02:09.237]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.7007605Z [00:02:09.237]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:13.7009097Z [00:02:09.237]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.7010439Z [00:02:09.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:13.7011526Z [00:02:09.237]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.7012724Z [00:02:09.237]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.7013389Z [00:02:09.237]➜  EOF
2025-08-20T20:57:13.7019173Z [00:02:09.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer=>github.com/go-git/go-git/v6/plumbing/storer;$WORK/b210=>" -p github.com/go-git/go-git/v6/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid ShaWLb2bNBQW1VaS_43p/ShaWLb2bNBQW1VaS_43p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/index.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/object.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/reference.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/shallow.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/storer.go
2025-08-20T20:57:13.7316885Z [00:02:09.268]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:57:13.7329743Z [00:02:09.269]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:57:13.7345515Z [00:02:09.271]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d # internal
2025-08-20T20:57:13.7346850Z [00:02:09.271]➜  net/url
2025-08-20T20:57:13.7347548Z [00:02:09.271]➜  mkdir -p $WORK/b233/
2025-08-20T20:57:13.7355376Z [00:02:09.272]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d # internal
2025-08-20T20:57:13.7356808Z [00:02:09.272]➜  github.com/go-git/go-git/v6/utils/sync
2025-08-20T20:57:13.7359946Z [00:02:09.272]➜  mkdir -p $WORK/b235/
2025-08-20T20:57:13.7360606Z [00:02:09.272]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:57:13.7373773Z [00:02:09.273]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T20:57:13.7375102Z [00:02:09.274]➜  github.com/go-git/go-git/v6/utils/merkletrie/noder
2025-08-20T20:57:13.7375776Z [00:02:09.274]➜  mkdir -p $WORK/b238/
2025-08-20T20:57:13.7381463Z [00:02:09.274]➜  cat >/tmp/go-build2363873570/b233/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7384258Z [00:02:09.275]➜  # import config
2025-08-20T20:57:13.7384974Z [00:02:09.275]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.7385799Z [00:02:09.275]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.7386632Z [00:02:09.275]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:13.7387455Z [00:02:09.275]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:13.7388310Z [00:02:09.275]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:13.7389338Z [00:02:09.275]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.7412128Z [00:02:09.275]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.7412801Z [00:02:09.275]➜  EOF
2025-08-20T20:57:13.7415325Z [00:02:09.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b233=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:57:13.7417899Z [00:02:09.276]➜  cat >/tmp/go-build2363873570/b235/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7418574Z [00:02:09.276]➜  # import config
2025-08-20T20:57:13.7419458Z [00:02:09.276]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.7420344Z [00:02:09.276]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.7421183Z [00:02:09.276]➜  packagefile compress/zlib=/tmp/go-build2363873570/b166/_pkg_.a
2025-08-20T20:57:13.7422011Z [00:02:09.276]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.7423061Z [00:02:09.276]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.7423747Z [00:02:09.276]➜  EOF
2025-08-20T20:57:13.7430550Z [00:02:09.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync=>github.com/go-git/go-git/v6/utils/sync;$WORK/b235=>" -p github.com/go-git/go-git/v6/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid D9vY2u5vYEzkG1-uKfcT/D9vY2u5vYEzkG1-uKfcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bufio.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bytes.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/zlib.go
2025-08-20T20:57:13.7434313Z [00:02:09.279]➜  cat >/tmp/go-build2363873570/b238/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7434999Z [00:02:09.279]➜  # import config
2025-08-20T20:57:13.7435703Z [00:02:09.279]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.7436597Z [00:02:09.279]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.7437383Z [00:02:09.279]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.7438030Z [00:02:09.279]➜  EOF
2025-08-20T20:57:13.7442327Z [00:02:09.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder=>github.com/go-git/go-git/v6/utils/merkletrie/noder;$WORK/b238=>" -p github.com/go-git/go-git/v6/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid bnTN527sMFbg5dqh65Rs/bnTN527sMFbg5dqh65Rs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/noder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/path.go
2025-08-20T20:57:13.7494503Z [00:02:09.286]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:57:13.7510450Z [00:02:09.287]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d # internal
2025-08-20T20:57:13.7511824Z [00:02:09.287]➜  github.com/go-git/go-git/v6/storage
2025-08-20T20:57:13.7512557Z [00:02:09.287]➜  mkdir -p $WORK/b209/
2025-08-20T20:57:13.7519779Z [00:02:09.288]➜  cat >/tmp/go-build2363873570/b209/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7520489Z [00:02:09.288]➜  # import config
2025-08-20T20:57:13.7521164Z [00:02:09.288]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.7522218Z [00:02:09.288]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build2363873570/b191/_pkg_.a
2025-08-20T20:57:13.7523494Z [00:02:09.288]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:13.7526424Z [00:02:09.288]➜  EOF
2025-08-20T20:57:13.7529869Z [00:02:09.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage=>github.com/go-git/go-git/v6/storage;$WORK/b209=>" -p github.com/go-git/go-git/v6/storage -lang=go1.23 -complete -installsuffix shared -buildid sumjrJeQtyvo51W9Z__o/sumjrJeQtyvo51W9Z__o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/storer.go
2025-08-20T20:57:13.7655312Z [00:02:09.302]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T20:57:13.7666779Z [00:02:09.303]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d # internal
2025-08-20T20:57:13.7668348Z [00:02:09.303]➜  github.com/go-git/go-git/v6/utils/merkletrie/internal/frame
2025-08-20T20:57:13.7669475Z [00:02:09.303]➜  mkdir -p $WORK/b237/
2025-08-20T20:57:13.7676532Z [00:02:09.304]➜  cat >/tmp/go-build2363873570/b237/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7677438Z [00:02:09.304]➜  # import config
2025-08-20T20:57:13.7678180Z [00:02:09.304]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.7679466Z [00:02:09.304]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.7680579Z [00:02:09.304]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:13.7681733Z [00:02:09.304]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.7682634Z [00:02:09.304]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.7683292Z [00:02:09.304]➜  EOF
2025-08-20T20:57:13.7687484Z [00:02:09.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame=>github.com/go-git/go-git/v6/utils/merkletrie/internal/frame;$WORK/b237=>" -p github.com/go-git/go-git/v6/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid 2HLnCgBlNIEqtxDyc89o/2HLnCgBlNIEqtxDyc89o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame/frame.go
2025-08-20T20:57:13.7777473Z [00:02:09.314]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:57:13.7816416Z [00:02:09.318]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:57:13.7828774Z [00:02:09.319]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d # internal
2025-08-20T20:57:13.7836528Z [00:02:09.320]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d # internal
2025-08-20T20:57:13.7861133Z [00:02:09.320]➜  github.com/go-git/go-git/v6/internal/reference
2025-08-20T20:57:13.7861791Z [00:02:09.321]➜  mkdir -p $WORK/b208/
2025-08-20T20:57:13.7862548Z [00:02:09.321]➜  cat >/tmp/go-build2363873570/b208/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7863264Z [00:02:09.321]➜  # import config
2025-08-20T20:57:13.7864143Z [00:02:09.321]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.7865400Z [00:02:09.321]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:13.7866452Z [00:02:09.321]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.7867398Z [00:02:09.321]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.7867968Z [00:02:09.321]➜  EOF
2025-08-20T20:57:13.7872232Z [00:02:09.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference=>github.com/go-git/go-git/v6/internal/reference;$WORK/b208=>" -p github.com/go-git/go-git/v6/internal/reference -lang=go1.23 -complete -installsuffix shared -buildid wW8V2QzQynnFh6w2vH6B/wW8V2QzQynnFh6w2vH6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/refs.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/sort.go
2025-08-20T20:57:13.7885805Z [00:02:09.325]➜  github.com/go-git/go-git/v6/utils/ioutil
2025-08-20T20:57:13.7886484Z [00:02:09.325]➜  mkdir -p $WORK/b234/
2025-08-20T20:57:13.7893866Z [00:02:09.326]➜  cat >/tmp/go-build2363873570/b234/importcfg << 'EOF' # internal
2025-08-20T20:57:13.7895842Z [00:02:09.326]➜  # import config
2025-08-20T20:57:13.7897796Z [00:02:09.326]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.7900854Z [00:02:09.326]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:13.7908142Z [00:02:09.326]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.7914145Z [00:02:09.326]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build2363873570/b235/_pkg_.a
2025-08-20T20:57:13.7915276Z [00:02:09.326]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.7916157Z [00:02:09.326]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:13.7916807Z [00:02:09.326]➜  EOF
2025-08-20T20:57:13.7924807Z [00:02:09.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil=>github.com/go-git/go-git/v6/utils/ioutil;$WORK/b234=>" -p github.com/go-git/go-git/v6/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid TsKyfMRxqhG-vGbJMBED/TsKyfMRxqhG-vGbJMBED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/context.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/sync.go
2025-08-20T20:57:13.7967824Z [00:02:09.333]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:57:13.7975885Z [00:02:09.334]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d # internal
2025-08-20T20:57:13.8027736Z [00:02:09.339]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:57:13.8035779Z [00:02:09.340]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d # internal
2025-08-20T20:57:13.8044011Z [00:02:09.340]➜  github.com/go-git/go-git/v6/utils/merkletrie
2025-08-20T20:57:13.8044666Z [00:02:09.340]➜  mkdir -p $WORK/b236/
2025-08-20T20:57:13.8045407Z [00:02:09.340]➜  cat >/tmp/go-build2363873570/b236/importcfg << 'EOF' # internal
2025-08-20T20:57:13.8046154Z [00:02:09.341]➜  # import config
2025-08-20T20:57:13.8046853Z [00:02:09.341]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:13.8047715Z [00:02:09.341]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.8048566Z [00:02:09.341]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.8050041Z [00:02:09.341]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/tmp/go-build2363873570/b237/_pkg_.a
2025-08-20T20:57:13.8051542Z [00:02:09.341]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:13.8052662Z [00:02:09.341]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.8053345Z [00:02:09.341]➜  EOF
2025-08-20T20:57:13.8061477Z [00:02:09.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie=>github.com/go-git/go-git/v6/utils/merkletrie;$WORK/b236=>" -p github.com/go-git/go-git/v6/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid qmvqBcpeJ0wJuTmebI8Q/qmvqBcpeJ0wJuTmebI8Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/change.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/difftree.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doubleiter.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/iter.go
2025-08-20T20:57:13.8071629Z [00:02:09.342]➜  github.com/go-git/go-git/v6/internal/revision
2025-08-20T20:57:13.8072336Z [00:02:09.342]➜  mkdir -p $WORK/b239/
2025-08-20T20:57:13.8073099Z [00:02:09.343]➜  cat >/tmp/go-build2363873570/b239/importcfg << 'EOF' # internal
2025-08-20T20:57:13.8073785Z [00:02:09.343]➜  # import config
2025-08-20T20:57:13.8074444Z [00:02:09.343]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.8075286Z [00:02:09.343]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.8076075Z [00:02:09.343]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.8076865Z [00:02:09.343]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.8077656Z [00:02:09.343]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:13.8078514Z [00:02:09.343]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.8079545Z [00:02:09.343]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.8080363Z [00:02:09.343]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:13.8080994Z [00:02:09.343]➜  EOF
2025-08-20T20:57:13.8087851Z [00:02:09.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision=>github.com/go-git/go-git/v6/internal/revision;$WORK/b239=>" -p github.com/go-git/go-git/v6/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid PbtGJ0g7ZJ0ARB4hcGNE/PbtGJ0g7ZJ0ARB4hcGNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/parser.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/scanner.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/token.go
2025-08-20T20:57:13.8613870Z [00:02:09.398]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:57:13.8615767Z [00:02:09.398]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d # internal
2025-08-20T20:57:13.8618045Z [00:02:09.398]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:57:13.8618808Z [00:02:09.398]➜  github.com/go-git/go-git/v6/plumbing/cache
2025-08-20T20:57:13.8619622Z [00:02:09.398]➜  mkdir -p $WORK/b240/
2025-08-20T20:57:13.8620380Z [00:02:09.398]➜  cat >/tmp/go-build2363873570/b240/importcfg << 'EOF' # internal
2025-08-20T20:57:13.8621061Z [00:02:09.398]➜  # import config
2025-08-20T20:57:13.8621796Z [00:02:09.398]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:13.8622907Z [00:02:09.398]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.8623936Z [00:02:09.398]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.8624562Z [00:02:09.398]➜  EOF
2025-08-20T20:57:13.8629038Z [00:02:09.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache=>github.com/go-git/go-git/v6/plumbing/cache;$WORK/b240=>" -p github.com/go-git/go-git/v6/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid AemyyWLSBOTGFjK_tZl9/AemyyWLSBOTGFjK_tZl9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/buffer_lru.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/object_lru.go
2025-08-20T20:57:13.8642352Z [00:02:09.399]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d # internal
2025-08-20T20:57:13.8643582Z [00:02:09.399]➜  github.com/go-git/go-git/v6/plumbing/format/gitignore
2025-08-20T20:57:13.8644233Z [00:02:09.399]➜  mkdir -p $WORK/b241/
2025-08-20T20:57:13.8644975Z [00:02:09.400]➜  cat >/tmp/go-build2363873570/b241/importcfg << 'EOF' # internal
2025-08-20T20:57:13.8645631Z [00:02:09.400]➜  # import config
2025-08-20T20:57:13.8646255Z [00:02:09.400]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.8647029Z [00:02:09.400]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.8647985Z [00:02:09.400]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:13.8649378Z [00:02:09.400]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build2363873570/b205/_pkg_.a
2025-08-20T20:57:13.8650744Z [00:02:09.400]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:13.8689110Z [00:02:09.400]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:13.8704888Z [00:02:09.400]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.8706902Z [00:02:09.400]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.8710402Z [00:02:09.400]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:13.8712540Z [00:02:09.400]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.8713623Z [00:02:09.400]➜  EOF
2025-08-20T20:57:13.8719712Z [00:02:09.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore=>github.com/go-git/go-git/v6/plumbing/format/gitignore;$WORK/b241=>" -p github.com/go-git/go-git/v6/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid 0hLE1pCXzoDxxUbNnqIn/0hLE1pCXzoDxxUbNnqIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/dir.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/matcher.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/pattern.go
2025-08-20T20:57:13.8874253Z [00:02:09.424]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:57:13.8895067Z [00:02:09.426]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T20:57:13.8949016Z [00:02:09.431]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T20:57:13.8951304Z [00:02:09.432]➜  mkdir -p $WORK/b231/
2025-08-20T20:57:13.8966565Z [00:02:09.433]➜  cat >/tmp/go-build2363873570/b231/importcfg << 'EOF' # internal
2025-08-20T20:57:13.8970648Z [00:02:09.433]➜  # import config
2025-08-20T20:57:13.8971352Z [00:02:09.433]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.8972134Z [00:02:09.433]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.8972881Z [00:02:09.433]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.8973613Z [00:02:09.433]➜  packagefile html=/tmp/go-build2363873570/b232/_pkg_.a
2025-08-20T20:57:13.8974349Z [00:02:09.433]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:13.8975112Z [00:02:09.433]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:13.8975911Z [00:02:09.433]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:13.8976694Z [00:02:09.433]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:13.8977551Z [00:02:09.433]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.8978354Z [00:02:09.433]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.8979368Z [00:02:09.433]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:13.8980296Z [00:02:09.433]➜  EOF
2025-08-20T20:57:13.8988041Z [00:02:09.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch=>github.com/sergi/go-diff@v1.4.0/diffmatchpatch;$WORK/b231=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid vTqLDfFNu_f2a2OaGSBR/vTqLDfFNu_f2a2OaGSBR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/diff.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/diffmatchpatch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/index.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/match.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/mathutil.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/operation_string.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/patch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/stringutil.go
2025-08-20T20:57:13.9053429Z [00:02:09.442]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T20:57:13.9065439Z [00:02:09.443]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d # internal
2025-08-20T20:57:13.9081664Z [00:02:09.445]➜  github.com/go-git/go-git/v6/plumbing/format/idxfile
2025-08-20T20:57:13.9088243Z [00:02:09.445]➜  mkdir -p $WORK/b243/
2025-08-20T20:57:13.9089150Z [00:02:09.445]➜  cat >/tmp/go-build2363873570/b243/importcfg << 'EOF' # internal
2025-08-20T20:57:13.9089859Z [00:02:09.445]➜  # import config
2025-08-20T20:57:13.9090550Z [00:02:09.445]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:13.9091409Z [00:02:09.445]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.9092263Z [00:02:09.445]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:13.9105226Z [00:02:09.445]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:13.9106248Z [00:02:09.445]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.9107068Z [00:02:09.445]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.9108031Z [00:02:09.445]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:13.9128006Z [00:02:09.445]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build2363873570/b213/_pkg_.a
2025-08-20T20:57:13.9129471Z [00:02:09.445]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build2363873570/b217/_pkg_.a
2025-08-20T20:57:13.9130441Z [00:02:09.445]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.9131186Z [00:02:09.445]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:13.9131925Z [00:02:09.445]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:13.9132979Z [00:02:09.445]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.9133550Z [00:02:09.445]➜  EOF
2025-08-20T20:57:13.9139466Z [00:02:09.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile=>github.com/go-git/go-git/v6/plumbing/format/idxfile;$WORK/b243=>" -p github.com/go-git/go-git/v6/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid rrcj-3GKkCPxSrs46aAW/rrcj-3GKkCPxSrs46aAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/decoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/encoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/idxfile.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/writer.go
2025-08-20T20:57:13.9144524Z [00:02:09.449]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T20:57:13.9146734Z [00:02:09.449]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d # internal
2025-08-20T20:57:13.9147806Z [00:02:09.449]➜  log
2025-08-20T20:57:13.9148237Z [00:02:09.449]➜  mkdir -p $WORK/b245/
2025-08-20T20:57:13.9149131Z [00:02:09.449]➜  cat >/tmp/go-build2363873570/b245/importcfg << 'EOF' # internal
2025-08-20T20:57:13.9149765Z [00:02:09.449]➜  # import config
2025-08-20T20:57:13.9150331Z [00:02:09.449]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.9151062Z [00:02:09.449]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:13.9151834Z [00:02:09.449]➜  packagefile log/internal=/tmp/go-build2363873570/b246/_pkg_.a
2025-08-20T20:57:13.9152937Z [00:02:09.449]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.9153809Z [00:02:09.449]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:13.9154572Z [00:02:09.449]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.9155378Z [00:02:09.449]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:13.9156252Z [00:02:09.449]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:13.9156874Z [00:02:09.449]➜  EOF
2025-08-20T20:57:13.9159940Z [00:02:09.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b245=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:57:13.9162276Z [00:02:09.451]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T20:57:13.9163593Z [00:02:09.452]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d # internal
2025-08-20T20:57:13.9165632Z [00:02:09.453]➜  hash/crc32
2025-08-20T20:57:13.9166110Z [00:02:09.453]➜  mkdir -p $WORK/b248/
2025-08-20T20:57:13.9169077Z [00:02:09.453]➜  echo -n > $WORK/b248/go_asm.h # internal
2025-08-20T20:57:13.9170094Z [00:02:09.454]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:57:13.9172430Z [00:02:09.454]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b248=>" -I $WORK/b248/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b248/symabis ./crc32_amd64.s
2025-08-20T20:57:13.9221257Z [00:02:09.459]➜  cat >/tmp/go-build2363873570/b248/importcfg << 'EOF' # internal
2025-08-20T20:57:13.9223309Z [00:02:09.459]➜  # import config
2025-08-20T20:57:13.9224024Z [00:02:09.459]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.9224912Z [00:02:09.459]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:13.9225845Z [00:02:09.459]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:13.9227229Z [00:02:09.459]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:13.9228103Z [00:02:09.459]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:13.9232295Z [00:02:09.459]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:13.9233035Z [00:02:09.459]➜  EOF
2025-08-20T20:57:13.9233604Z [00:02:09.459]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:13.9237641Z [00:02:09.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b248=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b248/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack -asmhdr $WORK/b248/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:57:13.9755827Z [00:02:09.512]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:57:13.9760127Z [00:02:09.512]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b248=>" -I $WORK/b248/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b248/crc32_amd64.o ./crc32_amd64.s
2025-08-20T20:57:13.9815208Z [00:02:09.518]➜  go tool pack r $WORK/b248/_pkg_.a $WORK/b248/crc32_amd64.o # internal
2025-08-20T20:57:13.9830128Z [00:02:09.518]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T20:57:13.9831465Z [00:02:09.519]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T20:57:13.9873088Z [00:02:09.524]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp/capability
2025-08-20T20:57:13.9880528Z [00:02:09.524]➜  mkdir -p $WORK/b251/
2025-08-20T20:57:13.9881299Z [00:02:09.524]➜  cat >/tmp/go-build2363873570/b251/importcfg << 'EOF' # internal
2025-08-20T20:57:13.9882025Z [00:02:09.524]➜  # import config
2025-08-20T20:57:13.9882778Z [00:02:09.524]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:13.9883645Z [00:02:09.524]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:13.9884486Z [00:02:09.524]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:13.9885303Z [00:02:09.524]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:13.9886166Z [00:02:09.524]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:13.9886825Z [00:02:09.524]➜  EOF
2025-08-20T20:57:13.9887394Z [00:02:09.524]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:13.9893082Z [00:02:09.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability=>github.com/go-git/go-git/v6/plumbing/protocol/packp/capability;$WORK/b251=>" -p github.com/go-git/go-git/v6/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid UrAlxuiapxarSLwv_gjy/UrAlxuiapxarSLwv_gjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/capability.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/list.go
2025-08-20T20:57:14.0052371Z [00:02:09.542]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T20:57:14.0057069Z [00:02:09.542]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T20:57:14.0063655Z [00:02:09.542]➜  github.com/go-git/go-git/v6/utils/trace
2025-08-20T20:57:14.0064317Z [00:02:09.543]➜  mkdir -p $WORK/b244/
2025-08-20T20:57:14.0071325Z [00:02:09.543]➜  cat >/tmp/go-build2363873570/b244/importcfg << 'EOF' # internal
2025-08-20T20:57:14.0072106Z [00:02:09.543]➜  # import config
2025-08-20T20:57:14.0072782Z [00:02:09.543]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.0073924Z [00:02:09.543]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:14.0074711Z [00:02:09.543]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:14.0075552Z [00:02:09.543]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:14.0076198Z [00:02:09.543]➜  EOF
2025-08-20T20:57:14.0102566Z [00:02:09.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace=>github.com/go-git/go-git/v6/utils/trace;$WORK/b244=>" -p github.com/go-git/go-git/v6/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid cM9Ry4wWAqh-3wX2-mOH/cM9Ry4wWAqh-3wX2-mOH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace/trace.go
2025-08-20T20:57:14.0279981Z [00:02:09.564]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T20:57:14.0294399Z [00:02:09.566]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d # internal
2025-08-20T20:57:14.0308462Z [00:02:09.567]➜  github.com/go-git/go-git/v6/storage/memory
2025-08-20T20:57:14.0312890Z [00:02:09.568]➜  mkdir -p $WORK/b252/
2025-08-20T20:57:14.0323836Z [00:02:09.569]➜  cat >/tmp/go-build2363873570/b252/importcfg << 'EOF' # internal
2025-08-20T20:57:14.0325045Z [00:02:09.569]➜  # import config
2025-08-20T20:57:14.0326775Z [00:02:09.569]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.0327789Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build2363873570/b191/_pkg_.a
2025-08-20T20:57:14.0328824Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.0351707Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:14.0353102Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.0354355Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.0355578Z [00:02:09.569]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.0356610Z [00:02:09.569]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.0357433Z [00:02:09.569]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.0358056Z [00:02:09.569]➜  EOF
2025-08-20T20:57:14.0361821Z [00:02:09.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/memory=>github.com/go-git/go-git/v6/storage/memory;$WORK/b252=>" -p github.com/go-git/go-git/v6/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid T2srgW2sFaf-fkvHDtLE/T2srgW2sFaf-fkvHDtLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/memory/storage.go
2025-08-20T20:57:14.0403458Z [00:02:09.577]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T20:57:14.0427820Z [00:02:09.579]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d # internal
2025-08-20T20:57:14.0438142Z [00:02:09.580]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:57:14.0438747Z [00:02:09.580]➜  mkdir -p $WORK/b262/
2025-08-20T20:57:14.0443799Z [00:02:09.581]➜  cat >/tmp/go-build2363873570/b262/importcfg << 'EOF' # internal
2025-08-20T20:57:14.0445607Z [00:02:09.581]➜  # import config
2025-08-20T20:57:14.0460029Z [00:02:09.581]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.0460866Z [00:02:09.581]➜  EOF
2025-08-20T20:57:14.0464706Z [00:02:09.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b262=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:57:14.0480338Z [00:02:09.584]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T20:57:14.0484224Z [00:02:09.585]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d # internal
2025-08-20T20:57:14.0535557Z [00:02:09.590]➜  github.com/go-git/go-git/v6/plumbing/format/packfile
2025-08-20T20:57:14.0538137Z [00:02:09.590]➜  mkdir -p $WORK/b242/
2025-08-20T20:57:14.0544061Z [00:02:09.591]➜  cat >/tmp/go-build2363873570/b242/importcfg << 'EOF' # internal
2025-08-20T20:57:14.0544772Z [00:02:09.591]➜  # import config
2025-08-20T20:57:14.0545404Z [00:02:09.591]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:14.0546189Z [00:02:09.591]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.0547070Z [00:02:09.591]➜  packagefile compress/zlib=/tmp/go-build2363873570/b166/_pkg_.a
2025-08-20T20:57:14.0547925Z [00:02:09.591]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:14.0548748Z [00:02:09.591]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:14.0549792Z [00:02:09.591]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.0550546Z [00:02:09.591]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.0551476Z [00:02:09.591]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:14.0552892Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.0554148Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build2363873570/b240/_pkg_.a
2025-08-20T20:57:14.0555537Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:14.0556954Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build2363873570/b243/_pkg_.a
2025-08-20T20:57:14.0558256Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build2363873570/b213/_pkg_.a
2025-08-20T20:57:14.0559719Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.0560991Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build2363873570/b217/_pkg_.a
2025-08-20T20:57:14.0562211Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.0563441Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build2363873570/b235/_pkg_.a
2025-08-20T20:57:14.0564650Z [00:02:09.591]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:14.0565781Z [00:02:09.591]➜  packagefile golang.org/x/exp/maps=/tmp/go-build2363873570/b247/_pkg_.a
2025-08-20T20:57:14.0566693Z [00:02:09.591]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.0567538Z [00:02:09.591]➜  packagefile hash/crc32=/tmp/go-build2363873570/b248/_pkg_.a
2025-08-20T20:57:14.0568357Z [00:02:09.591]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.0570267Z [00:02:09.591]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:14.0571061Z [00:02:09.591]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:14.0571838Z [00:02:09.591]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:14.0572633Z [00:02:09.591]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:14.0573433Z [00:02:09.591]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:14.0574590Z [00:02:09.591]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.0575204Z [00:02:09.591]➜  EOF
2025-08-20T20:57:14.0590262Z [00:02:09.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile=>github.com/go-git/go-git/v6/plumbing/format/packfile;$WORK/b242=>" -p github.com/go-git/go-git/v6/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid u5dHvVQQh4IhlhIDKmQo/u5dHvVQQh4IhlhIDKmQo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_index.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_selector.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/diff_delta.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/error.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/fsobject.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/object_pack.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_iter.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_options.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_cache.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_options.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_types.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/patch_delta.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_options.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_reader.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/types.go
2025-08-20T20:57:14.1197798Z [00:02:09.656]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:57:14.1219141Z [00:02:09.658]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d # internal
2025-08-20T20:57:14.1220564Z [00:02:09.658]➜  github.com/go-git/go-git/v6/utils/diff
2025-08-20T20:57:14.1252882Z [00:02:09.662]➜  mkdir -p $WORK/b230/
2025-08-20T20:57:14.1258461Z [00:02:09.662]➜  cat >/tmp/go-build2363873570/b230/importcfg << 'EOF' # internal
2025-08-20T20:57:14.1259509Z [00:02:09.662]➜  # import config
2025-08-20T20:57:14.1260193Z [00:02:09.662]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.1261407Z [00:02:09.662]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2363873570/b231/_pkg_.a
2025-08-20T20:57:14.1262420Z [00:02:09.662]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.1262992Z [00:02:09.662]➜  EOF
2025-08-20T20:57:14.1266233Z [00:02:09.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff=>github.com/go-git/go-git/v6/utils/diff;$WORK/b230=>" -p github.com/go-git/go-git/v6/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid trh-mLBzoS8DtFBkgjZF/trh-mLBzoS8DtFBkgjZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff/diff.go
2025-08-20T20:57:14.1400440Z [00:02:09.676]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T20:57:14.1439904Z [00:02:09.679]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:57:14.1445854Z [00:02:09.681]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d # internal
2025-08-20T20:57:14.1447974Z [00:02:09.681]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d # internal
2025-08-20T20:57:14.1455988Z [00:02:09.682]➜  github.com/go-git/go-git/v6/plumbing/format/pktline
2025-08-20T20:57:14.1458228Z [00:02:09.682]➜  mkdir -p $WORK/b250/
2025-08-20T20:57:14.1466203Z [00:02:09.683]➜  cat >/tmp/go-build2363873570/b250/importcfg << 'EOF' # internal
2025-08-20T20:57:14.1470555Z [00:02:09.683]➜  # import config
2025-08-20T20:57:14.1471240Z [00:02:09.683]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.1472072Z [00:02:09.683]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.1472866Z [00:02:09.683]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.1473877Z [00:02:09.683]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.1475075Z [00:02:09.683]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:14.1476053Z [00:02:09.683]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.1476819Z [00:02:09.683]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:14.1477396Z [00:02:09.683]➜  EOF
2025-08-20T20:57:14.1484003Z [00:02:09.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline=>github.com/go-git/go-git/v6/plumbing/format/pktline;$WORK/b250=>" -p github.com/go-git/go-git/v6/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid Gt8j88ncRYRmCP28qQ7Q/Gt8j88ncRYRmCP28qQ7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/error.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/length.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/scanner.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/sync.go
2025-08-20T20:57:14.1567730Z [00:02:09.693]➜  github.com/go-git/go-git/v6/plumbing/object
2025-08-20T20:57:14.1573634Z [00:02:09.694]➜  mkdir -p $WORK/b219/
2025-08-20T20:57:14.1585118Z [00:02:09.695]➜  cat >/tmp/go-build2363873570/b219/importcfg << 'EOF' # internal
2025-08-20T20:57:14.1634881Z [00:02:09.695]➜  # import config
2025-08-20T20:57:14.1635620Z [00:02:09.695]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.1636565Z [00:02:09.695]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:14.1637699Z [00:02:09.695]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:14.1638578Z [00:02:09.695]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.1639621Z [00:02:09.695]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.1640701Z [00:02:09.695]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2363873570/b097/_pkg_.a
2025-08-20T20:57:14.1641981Z [00:02:09.695]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build2363873570/b221/_pkg_.a
2025-08-20T20:57:14.1643246Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.1644510Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:14.1645918Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/tmp/go-build2363873570/b228/_pkg_.a
2025-08-20T20:57:14.1647247Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.1648470Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.1649867Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build2363873570/b217/_pkg_.a
2025-08-20T20:57:14.1651115Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build2363873570/b230/_pkg_.a
2025-08-20T20:57:14.1652299Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.1653885Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build2363873570/b236/_pkg_.a
2025-08-20T20:57:14.1655214Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:14.1656457Z [00:02:09.695]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build2363873570/b235/_pkg_.a
2025-08-20T20:57:14.1657740Z [00:02:09.695]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2363873570/b231/_pkg_.a
2025-08-20T20:57:14.1658713Z [00:02:09.695]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.1660125Z [00:02:09.695]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:14.1661020Z [00:02:09.695]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:14.1661874Z [00:02:09.695]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:14.1662698Z [00:02:09.695]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:14.1663549Z [00:02:09.695]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:14.1664386Z [00:02:09.695]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.1665008Z [00:02:09.695]➜  EOF
2025-08-20T20:57:14.1684608Z [00:02:09.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object=>github.com/go-git/go-git/v6/plumbing/object;$WORK/b219=>" -p github.com/go-git/go-git/v6/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid jnlUy-4ZwStx6aVUoqEn/jnlUy-4ZwStx6aVUoqEn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/blob.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_adaptor.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_ctime.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_limit.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_path.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/difftree.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/file.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/merge_base.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/object.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/rename.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/signature.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tag.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tree.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/treenoder.go
2025-08-20T20:57:14.1986329Z [00:02:09.735]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T20:57:14.2000008Z [00:02:09.736]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d # internal
2025-08-20T20:57:14.2027420Z [00:02:09.739]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp
2025-08-20T20:57:14.2028212Z [00:02:09.739]➜  mkdir -p $WORK/b249/
2025-08-20T20:57:14.2036823Z [00:02:09.740]➜  cat >/tmp/go-build2363873570/b249/importcfg << 'EOF' # internal
2025-08-20T20:57:14.2043625Z [00:02:09.740]➜  # import config
2025-08-20T20:57:14.2044349Z [00:02:09.740]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:14.2045193Z [00:02:09.740]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.2046042Z [00:02:09.740]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.2046909Z [00:02:09.740]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.2047920Z [00:02:09.740]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.2049784Z [00:02:09.740]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build2363873570/b250/_pkg_.a
2025-08-20T20:57:14.2051387Z [00:02:09.740]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build2363873570/b251/_pkg_.a
2025-08-20T20:57:14.2052861Z [00:02:09.740]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.2054161Z [00:02:09.740]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build2363873570/b252/_pkg_.a
2025-08-20T20:57:14.2055203Z [00:02:09.740]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.2056042Z [00:02:09.740]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:14.2056907Z [00:02:09.740]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:14.2057735Z [00:02:09.740]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:14.2058612Z [00:02:09.740]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:14.2059663Z [00:02:09.740]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.2060274Z [00:02:09.740]➜  EOF
2025-08-20T20:57:14.2074845Z [00:02:09.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp=>github.com/go-git/go-git/v6/plumbing/protocol/packp;$WORK/b249=>" -p github.com/go-git/go-git/v6/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid _A44ecSglXBN50NRzpAr/_A44ecSglXBN50NRzpAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/filter.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/gitproto.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/inforefs.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/packp.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/pushopts.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/report_status.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/shallowupd.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/smart.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/srvresp.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_decode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_encode.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/uphav.go
2025-08-20T20:57:14.2975059Z [00:02:09.834]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T20:57:14.3044297Z [00:02:09.841]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T20:57:14.3065234Z [00:02:09.843]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband
2025-08-20T20:57:14.3067035Z [00:02:09.843]➜  mkdir -p $WORK/b253/
2025-08-20T20:57:14.3070785Z [00:02:09.844]➜  cat >/tmp/go-build2363873570/b253/importcfg << 'EOF' # internal
2025-08-20T20:57:14.3074413Z [00:02:09.844]➜  # import config
2025-08-20T20:57:14.3077317Z [00:02:09.844]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.3078219Z [00:02:09.844]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.3079624Z [00:02:09.844]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build2363873570/b250/_pkg_.a
2025-08-20T20:57:14.3081133Z [00:02:09.844]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.3081755Z [00:02:09.844]➜  EOF
2025-08-20T20:57:14.3087582Z [00:02:09.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband=>github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband;$WORK/b253=>" -p github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid IcnsCiNFlhVIkkTdc7Ko/IcnsCiNFlhVIkkTdc7Ko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/demux.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T20:57:14.3485546Z [00:02:09.885]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T20:57:14.3501299Z [00:02:09.886]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d # internal
2025-08-20T20:57:14.3506933Z [00:02:09.887]➜  internal/singleflight
2025-08-20T20:57:14.3524669Z [00:02:09.887]➜  mkdir -p $WORK/b264/
2025-08-20T20:57:14.3525438Z [00:02:09.889]➜  cat >/tmp/go-build2363873570/b264/importcfg << 'EOF' # internal
2025-08-20T20:57:14.3526110Z [00:02:09.889]➜  # import config
2025-08-20T20:57:14.3526771Z [00:02:09.889]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:14.3527381Z [00:02:09.889]➜  EOF
2025-08-20T20:57:14.3531627Z [00:02:09.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b264=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:57:14.4023872Z [00:02:09.939]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T20:57:14.4032861Z [00:02:09.940]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T20:57:14.4038007Z [00:02:09.940]➜  unique
2025-08-20T20:57:14.4042351Z [00:02:09.941]➜  mkdir -p $WORK/b266/
2025-08-20T20:57:14.4043817Z [00:02:09.941]➜  cat >/tmp/go-build2363873570/b266/importcfg << 'EOF' # internal
2025-08-20T20:57:14.4044940Z [00:02:09.941]➜  # import config
2025-08-20T20:57:14.4048214Z [00:02:09.941]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:14.4049388Z [00:02:09.941]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:14.4050363Z [00:02:09.941]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:14.4051301Z [00:02:09.941]➜  packagefile internal/sync=/tmp/go-build2363873570/b043/_pkg_.a
2025-08-20T20:57:14.4052140Z [00:02:09.941]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:14.4052921Z [00:02:09.941]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:14.4053726Z [00:02:09.941]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:14.4054511Z [00:02:09.941]➜  packagefile weak=/tmp/go-build2363873570/b132/_pkg_.a
2025-08-20T20:57:14.4055095Z [00:02:09.941]➜  EOF
2025-08-20T20:57:14.4058198Z [00:02:09.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b266=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/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-20T20:57:14.4555404Z [00:02:09.992]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T20:57:14.4687556Z [00:02:10.005]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d # internal
2025-08-20T20:57:14.4694793Z [00:02:10.005]➜  github.com/go-git/go-git/v6/plumbing/format/objfile
2025-08-20T20:57:14.4695471Z [00:02:10.005]➜  mkdir -p $WORK/b257/
2025-08-20T20:57:14.4710453Z [00:02:10.007]➜  cat >/tmp/go-build2363873570/b257/importcfg << 'EOF' # internal
2025-08-20T20:57:14.4716615Z [00:02:10.007]➜  # import config
2025-08-20T20:57:14.4717381Z [00:02:10.007]➜  packagefile compress/zlib=/tmp/go-build2363873570/b166/_pkg_.a
2025-08-20T20:57:14.4718253Z [00:02:10.007]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.4719487Z [00:02:10.007]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.4720827Z [00:02:10.007]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:14.4722269Z [00:02:10.007]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:14.4723582Z [00:02:10.007]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build2363873570/b235/_pkg_.a
2025-08-20T20:57:14.4724538Z [00:02:10.007]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.4725340Z [00:02:10.007]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:14.4725948Z [00:02:10.007]➜  EOF
2025-08-20T20:57:14.4731094Z [00:02:10.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile=>github.com/go-git/go-git/v6/plumbing/format/objfile;$WORK/b257=>" -p github.com/go-git/go-git/v6/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid Q0B_uPP1Q51PG5nlRX9i/Q0B_uPP1Q51PG5nlRX9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/reader.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/writer.go
2025-08-20T20:57:14.5212198Z [00:02:10.058]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T20:57:14.5278388Z [00:02:10.064]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d # internal
2025-08-20T20:57:14.5301404Z [00:02:10.067]➜  crypto/internal/fips140/hkdf
2025-08-20T20:57:14.5304105Z [00:02:10.067]➜  mkdir -p $WORK/b270/
2025-08-20T20:57:14.5304868Z [00:02:10.067]➜  cat >/tmp/go-build2363873570/b270/importcfg << 'EOF' # internal
2025-08-20T20:57:14.5305537Z [00:02:10.067]➜  # import config
2025-08-20T20:57:14.5306231Z [00:02:10.067]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.5307166Z [00:02:10.067]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:14.5308314Z [00:02:10.067]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:14.5309773Z [00:02:10.067]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:14.5310941Z [00:02:10.067]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:14.5311966Z [00:02:10.067]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.5312767Z [00:02:10.067]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.5313386Z [00:02:10.067]➜  EOF
2025-08-20T20:57:14.5317063Z [00:02:10.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b270=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T20:57:14.5323773Z [00:02:10.067]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T20:57:14.5344919Z [00:02:10.071]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d # internal
2025-08-20T20:57:14.5364038Z [00:02:10.073]➜  github.com/go-git/go-git/v6/storage/filesystem/dotgit
2025-08-20T20:57:14.5367217Z [00:02:10.073]➜  mkdir -p $WORK/b258/
2025-08-20T20:57:14.5374003Z [00:02:10.074]➜  cat >/tmp/go-build2363873570/b258/importcfg << 'EOF' # internal
2025-08-20T20:57:14.5389343Z [00:02:10.074]➜  # import config
2025-08-20T20:57:14.5390039Z [00:02:10.074]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:14.5390909Z [00:02:10.074]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.5391734Z [00:02:10.074]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.5392553Z [00:02:10.074]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.5393501Z [00:02:10.074]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:14.5394704Z [00:02:10.074]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build2363873570/b188/_pkg_.a
2025-08-20T20:57:14.5395939Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.5397238Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build2363873570/b243/_pkg_.a
2025-08-20T20:57:14.5398591Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build2363873570/b257/_pkg_.a
2025-08-20T20:57:14.5400479Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:14.5401776Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.5402938Z [00:02:10.074]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.5403874Z [00:02:10.074]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.5404597Z [00:02:10.074]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:14.5405328Z [00:02:10.074]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:14.5406155Z [00:02:10.074]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:14.5406979Z [00:02:10.074]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:14.5407786Z [00:02:10.074]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:14.5408620Z [00:02:10.074]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:14.5409607Z [00:02:10.074]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:14.5410437Z [00:02:10.074]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:14.5411293Z [00:02:10.074]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.5411909Z [00:02:10.074]➜  EOF
2025-08-20T20:57:14.5418470Z [00:02:10.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit=>github.com/go-git/go-git/v6/storage/filesystem/dotgit;$WORK/b258=>" -p github.com/go-git/go-git/v6/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid sMMZt4gBgm5dkYBdFGXA/sMMZt4gBgm5dkYBdFGXA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/reader.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/writers.go
2025-08-20T20:57:14.5717202Z [00:02:10.108]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T20:57:14.5738626Z [00:02:10.109]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T20:57:14.5739875Z [00:02:10.110]➜  crypto/hkdf
2025-08-20T20:57:14.5740358Z [00:02:10.110]➜  mkdir -p $WORK/b269/
2025-08-20T20:57:14.5750464Z [00:02:10.111]➜  cat >/tmp/go-build2363873570/b269/importcfg << 'EOF' # internal
2025-08-20T20:57:14.5752995Z [00:02:10.111]➜  # import config
2025-08-20T20:57:14.5753800Z [00:02:10.111]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2363873570/b270/_pkg_.a
2025-08-20T20:57:14.5754939Z [00:02:10.111]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2363873570/b105/_pkg_.a
2025-08-20T20:57:14.5756039Z [00:02:10.111]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:14.5756977Z [00:02:10.111]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.5757752Z [00:02:10.111]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.5758334Z [00:02:10.111]➜  EOF
2025-08-20T20:57:14.5761075Z [00:02:10.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b269=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:57:14.5854431Z [00:02:10.122]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T20:57:14.5915147Z [00:02:10.128]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T20:57:14.5920154Z [00:02:10.128]➜  net/netip
2025-08-20T20:57:14.5923796Z [00:02:10.129]➜  mkdir -p $WORK/b265/
2025-08-20T20:57:14.5926484Z [00:02:10.129]➜  cat >/tmp/go-build2363873570/b265/importcfg << 'EOF' # internal
2025-08-20T20:57:14.5927151Z [00:02:10.129]➜  # import config
2025-08-20T20:57:14.5928045Z [00:02:10.129]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:14.5929336Z [00:02:10.129]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.5931407Z [00:02:10.129]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:14.5933390Z [00:02:10.129]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:14.5961317Z [00:02:10.129]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:14.5962237Z [00:02:10.129]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:14.5963069Z [00:02:10.129]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:14.5963882Z [00:02:10.129]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:14.5964702Z [00:02:10.129]➜  packagefile unique=/tmp/go-build2363873570/b266/_pkg_.a
2025-08-20T20:57:14.5965291Z [00:02:10.129]➜  EOF
2025-08-20T20:57:14.5968166Z [00:02:10.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b265=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:57:14.5993679Z [00:02:10.136]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T20:57:14.6013525Z [00:02:10.138]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T20:57:14.6023892Z [00:02:10.139]➜  crypto/internal/fips140/mlkem
2025-08-20T20:57:14.6026767Z [00:02:10.139]➜  mkdir -p $WORK/b271/
2025-08-20T20:57:14.6040110Z [00:02:10.140]➜  cat >/tmp/go-build2363873570/b271/importcfg << 'EOF' # internal
2025-08-20T20:57:14.6042277Z [00:02:10.140]➜  # import config
2025-08-20T20:57:14.6042924Z [00:02:10.140]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.6043838Z [00:02:10.140]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:14.6044874Z [00:02:10.140]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:14.6045944Z [00:02:10.140]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:14.6046966Z [00:02:10.140]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:14.6047993Z [00:02:10.140]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:14.6052901Z [00:02:10.140]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:14.6053974Z [00:02:10.140]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.6054551Z [00:02:10.140]➜  EOF
2025-08-20T20:57:14.6059128Z [00:02:10.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b271=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/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-20T20:57:14.6777510Z [00:02:10.214]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:57:14.7067102Z [00:02:10.243]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d # internal
2025-08-20T20:57:14.7077993Z [00:02:10.243]➜  github.com/go-git/go-git/v6/internal/repository
2025-08-20T20:57:14.7078685Z [00:02:10.243]➜  mkdir -p $WORK/b218/
2025-08-20T20:57:14.7079631Z [00:02:10.243]➜  cat >/tmp/go-build2363873570/b218/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7080323Z [00:02:10.243]➜  # import config
2025-08-20T20:57:14.7080979Z [00:02:10.243]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.7082055Z [00:02:10.243]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build2363873570/b208/_pkg_.a
2025-08-20T20:57:14.7083298Z [00:02:10.243]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.7084618Z [00:02:10.244]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:14.7086056Z [00:02:10.244]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.7087298Z [00:02:10.244]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.7088244Z [00:02:10.244]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.7089829Z [00:02:10.244]➜  EOF
2025-08-20T20:57:14.7093470Z [00:02:10.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/repository=>github.com/go-git/go-git/v6/internal/repository;$WORK/b218=>" -p github.com/go-git/go-git/v6/internal/repository -lang=go1.23 -complete -installsuffix shared -buildid w5XvVTQ2yKP3qjstnMf6/w5XvVTQ2yKP3qjstnMf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/repository/refs.go
2025-08-20T20:57:14.7245021Z [00:02:10.261]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T20:57:14.7260924Z [00:02:10.262]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T20:57:14.7293134Z [00:02:10.266]➜  github.com/go-git/go-git/v6/plumbing/revlist
2025-08-20T20:57:14.7303861Z [00:02:10.266]➜  mkdir -p $WORK/b254/
2025-08-20T20:57:14.7304644Z [00:02:10.266]➜  cat >/tmp/go-build2363873570/b254/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7305349Z [00:02:10.267]➜  # import config
2025-08-20T20:57:14.7308125Z [00:02:10.267]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.7309687Z [00:02:10.267]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.7312064Z [00:02:10.267]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.7313374Z [00:02:10.267]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:14.7314709Z [00:02:10.267]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:14.7316038Z [00:02:10.267]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.7317049Z [00:02:10.267]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.7317647Z [00:02:10.267]➜  EOF
2025-08-20T20:57:14.7324669Z [00:02:10.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist=>github.com/go-git/go-git/v6/plumbing/revlist;$WORK/b254=>" -p github.com/go-git/go-git/v6/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid FUK1xOpv-Nl7J2VEzh8a/FUK1xOpv-Nl7J2VEzh8a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist/revlist.go
2025-08-20T20:57:14.7539871Z [00:02:10.290]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:57:14.7547706Z [00:02:10.291]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d # internal
2025-08-20T20:57:14.7558781Z [00:02:10.292]➜  crypto/internal/fips140/tls12
2025-08-20T20:57:14.7559576Z [00:02:10.292]➜  mkdir -p $WORK/b272/
2025-08-20T20:57:14.7560253Z [00:02:10.292]➜  cat >/tmp/go-build2363873570/b272/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7560900Z [00:02:10.292]➜  # import config
2025-08-20T20:57:14.7561507Z [00:02:10.292]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.7562375Z [00:02:10.292]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:14.7563377Z [00:02:10.292]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:14.7564429Z [00:02:10.292]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:14.7565556Z [00:02:10.292]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:14.7566713Z [00:02:10.292]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:14.7567618Z [00:02:10.292]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.7568343Z [00:02:10.292]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.7579471Z [00:02:10.292]➜  EOF
2025-08-20T20:57:14.7583156Z [00:02:10.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b272=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T20:57:14.7647947Z [00:02:10.301]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T20:57:14.7759268Z [00:02:10.312]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d # internal
2025-08-20T20:57:14.7774899Z [00:02:10.314]➜  github.com/go-git/go-git/v6/storage/filesystem
2025-08-20T20:57:14.7778717Z [00:02:10.314]➜  mkdir -p $WORK/b256/
2025-08-20T20:57:14.7785933Z [00:02:10.314]➜  cat >/tmp/go-build2363873570/b256/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7786620Z [00:02:10.314]➜  # import config
2025-08-20T20:57:14.7787318Z [00:02:10.314]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:14.7788161Z [00:02:10.314]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:14.7789345Z [00:02:10.314]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.7790153Z [00:02:10.314]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.7791105Z [00:02:10.314]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:14.7792209Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build2363873570/b191/_pkg_.a
2025-08-20T20:57:14.7793438Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.7794640Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build2363873570/b240/_pkg_.a
2025-08-20T20:57:14.7795909Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build2363873570/b243/_pkg_.a
2025-08-20T20:57:14.7797268Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:14.7798642Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build2363873570/b257/_pkg_.a
2025-08-20T20:57:14.7800468Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:14.7801752Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.7802838Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.7804051Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build2363873570/b258/_pkg_.a
2025-08-20T20:57:14.7805323Z [00:02:10.314]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.7806258Z [00:02:10.314]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.7806963Z [00:02:10.314]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:14.7807678Z [00:02:10.314]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:14.7819293Z [00:02:10.314]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:14.7820459Z [00:02:10.314]➜  EOF
2025-08-20T20:57:14.7861812Z [00:02:10.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem=>github.com/go-git/go-git/v6/storage/filesystem;$WORK/b256=>" -p github.com/go-git/go-git/v6/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid cNm1X3HoYbNHrDeBt2wU/cNm1X3HoYbNHrDeBt2wU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/config.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/deltaobject.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/index.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/module.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object_iter.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/reference.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/shallow.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/storage.go
2025-08-20T20:57:14.7868427Z [00:02:10.314]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T20:57:14.7870164Z [00:02:10.315]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T20:57:14.7871693Z [00:02:10.315]➜  crypto/internal/fips140/tls13
2025-08-20T20:57:14.7872270Z [00:02:10.315]➜  mkdir -p $WORK/b273/
2025-08-20T20:57:14.7872992Z [00:02:10.316]➜  cat >/tmp/go-build2363873570/b273/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7873665Z [00:02:10.316]➜  # import config
2025-08-20T20:57:14.7874335Z [00:02:10.316]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.7875268Z [00:02:10.316]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:14.7876392Z [00:02:10.316]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:14.7877535Z [00:02:10.316]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2363873570/b270/_pkg_.a
2025-08-20T20:57:14.7878673Z [00:02:10.316]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:14.7880204Z [00:02:10.316]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:14.7881271Z [00:02:10.316]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.7882077Z [00:02:10.316]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.7882667Z [00:02:10.316]➜  EOF
2025-08-20T20:57:14.7886505Z [00:02:10.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b273=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T20:57:14.7890100Z [00:02:10.318]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T20:57:14.7891397Z [00:02:10.318]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d # internal
2025-08-20T20:57:14.7892566Z [00:02:10.319]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:57:14.7893156Z [00:02:10.319]➜  mkdir -p $WORK/b276/
2025-08-20T20:57:14.7893873Z [00:02:10.319]➜  cat >/tmp/go-build2363873570/b276/importcfg << 'EOF' # internal
2025-08-20T20:57:14.7894551Z [00:02:10.319]➜  # import config
2025-08-20T20:57:14.7895426Z [00:02:10.319]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:57:14.7896526Z [00:02:10.319]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:14.7897450Z [00:02:10.319]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:14.7898364Z [00:02:10.319]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.7899658Z [00:02:10.319]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2363873570/b277/_pkg_.a
2025-08-20T20:57:14.7900779Z [00:02:10.319]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:14.7901616Z [00:02:10.319]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:14.7902246Z [00:02:10.319]➜  EOF
2025-08-20T20:57:14.7906586Z [00:02:10.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b276=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T20:57:14.8352750Z [00:02:10.372]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T20:57:14.8366386Z [00:02:10.373]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T20:57:14.8382717Z [00:02:10.375]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:57:14.8383446Z [00:02:10.375]➜  mkdir -p $WORK/b278/
2025-08-20T20:57:14.8384103Z [00:02:10.375]➜  echo -n > $WORK/b278/go_asm.h # internal
2025-08-20T20:57:14.8384949Z [00:02:10.375]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:57:14.8388027Z [00:02:10.375]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b278=>" -I $WORK/b278/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b278/symabis ./sum_amd64.s
2025-08-20T20:57:14.8409114Z [00:02:10.377]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T20:57:14.8419321Z [00:02:10.378]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T20:57:14.8420859Z [00:02:10.379]➜  vendor/golang.org/x/sys/cpu
2025-08-20T20:57:14.8421648Z [00:02:10.379]➜  mkdir -p $WORK/b279/
2025-08-20T20:57:14.8423413Z [00:02:10.379]➜  echo -n > $WORK/b279/go_asm.h # internal
2025-08-20T20:57:14.8426682Z [00:02:10.379]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T20:57:14.8432494Z [00:02:10.379]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b279=>" -I $WORK/b279/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b279/symabis ./cpu_gc_x86.s
2025-08-20T20:57:14.8435206Z [00:02:10.379]➜  cat >/tmp/go-build2363873570/b278/importcfg << 'EOF' # internal
2025-08-20T20:57:14.8436039Z [00:02:10.380]➜  # import config
2025-08-20T20:57:14.8436830Z [00:02:10.380]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:14.8437835Z [00:02:10.380]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:14.8438798Z [00:02:10.380]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:14.8439617Z [00:02:10.380]➜  EOF
2025-08-20T20:57:14.8440201Z [00:02:10.380]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:14.8445641Z [00:02:10.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b278=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b278/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack -asmhdr $WORK/b278/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T20:57:14.8502828Z [00:02:10.386]➜  cat >/tmp/go-build2363873570/b279/importcfg << 'EOF' # internal
2025-08-20T20:57:14.8503583Z [00:02:10.386]➜  # import config
2025-08-20T20:57:14.8504264Z [00:02:10.386]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:14.8505134Z [00:02:10.386]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:14.8505987Z [00:02:10.386]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:14.8506817Z [00:02:10.386]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:14.8507444Z [00:02:10.386]➜  EOF
2025-08-20T20:57:14.8527276Z [00:02:10.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b279=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b279/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack -asmhdr $WORK/b279/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T20:57:14.9065087Z [00:02:10.443]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:57:14.9068235Z [00:02:10.443]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b278=>" -I $WORK/b278/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b278/sum_amd64.o ./sum_amd64.s
2025-08-20T20:57:14.9181065Z [00:02:10.453]➜  go tool pack r $WORK/b278/_pkg_.a $WORK/b278/sum_amd64.o # internal
2025-08-20T20:57:14.9182228Z [00:02:10.455]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T20:57:14.9186701Z [00:02:10.455]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T20:57:14.9190122Z [00:02:10.455]➜  crypto/md5
2025-08-20T20:57:14.9190626Z [00:02:10.455]➜  mkdir -p $WORK/b280/
2025-08-20T20:57:14.9191270Z [00:02:10.455]➜  echo -n > $WORK/b280/go_asm.h # internal
2025-08-20T20:57:14.9191892Z [00:02:10.455]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:57:14.9193882Z [00:02:10.455]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b280=>" -I $WORK/b280/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b280/symabis ./md5block_amd64.s
2025-08-20T20:57:14.9307410Z [00:02:10.467]➜  cat >/tmp/go-build2363873570/b280/importcfg << 'EOF' # internal
2025-08-20T20:57:14.9310603Z [00:02:10.467]➜  # import config
2025-08-20T20:57:14.9311305Z [00:02:10.467]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:14.9312292Z [00:02:10.467]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:14.9313235Z [00:02:10.467]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.9314052Z [00:02:10.467]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:14.9314962Z [00:02:10.467]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:14.9315889Z [00:02:10.467]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:14.9316875Z [00:02:10.468]➜  EOF
2025-08-20T20:57:14.9320590Z [00:02:10.469]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:14.9326409Z [00:02:10.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b280=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b280/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack -asmhdr $WORK/b280/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-20T20:57:14.9645388Z [00:02:10.501]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T20:57:14.9649349Z [00:02:10.501]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b279=>" -I $WORK/b279/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b279/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T20:57:14.9746921Z [00:02:10.511]➜  go tool pack r $WORK/b279/_pkg_.a $WORK/b279/cpu_gc_x86.o # internal
2025-08-20T20:57:14.9751155Z [00:02:10.512]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T20:57:14.9762061Z [00:02:10.513]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T20:57:14.9770562Z [00:02:10.513]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:14.9771371Z [00:02:10.513]➜  mkdir -p $WORK/b275/
2025-08-20T20:57:14.9771984Z [00:02:10.514]➜  echo -n > $WORK/b275/go_asm.h # internal
2025-08-20T20:57:14.9773046Z [00:02:10.514]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:14.9776147Z [00:02:10.514]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b275=>" -I $WORK/b275/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b275/symabis ./chacha20poly1305_amd64.s
2025-08-20T20:57:14.9836650Z [00:02:10.520]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T20:57:14.9899288Z [00:02:10.526]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d # internal
2025-08-20T20:57:14.9943944Z [00:02:10.531]➜  github.com/go-git/go-git/v6/plumbing/transport
2025-08-20T20:57:14.9944607Z [00:02:10.531]➜  mkdir -p $WORK/b255/
2025-08-20T20:57:14.9948678Z [00:02:10.531]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:57:14.9950919Z [00:02:10.531]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b280=>" -I $WORK/b280/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b280/md5block_amd64.o ./md5block_amd64.s
2025-08-20T20:57:14.9961491Z [00:02:10.532]➜  cat >/tmp/go-build2363873570/b255/importcfg << 'EOF' # internal
2025-08-20T20:57:14.9962438Z [00:02:10.532]➜  # import config
2025-08-20T20:57:14.9963277Z [00:02:10.532]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:14.9964284Z [00:02:10.532]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:14.9965307Z [00:02:10.532]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:14.9966156Z [00:02:10.532]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:14.9966966Z [00:02:10.532]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:14.9967934Z [00:02:10.532]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:14.9969278Z [00:02:10.532]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build2363873570/b184/_pkg_.a
2025-08-20T20:57:14.9970568Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build2363873570/b218/_pkg_.a
2025-08-20T20:57:14.9972205Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build2363873570/b192/_pkg_.a
2025-08-20T20:57:14.9973460Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:14.9974724Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build2363873570/b240/_pkg_.a
2025-08-20T20:57:14.9976105Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:14.9977510Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build2363873570/b250/_pkg_.a
2025-08-20T20:57:14.9979000Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:14.9980354Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build2363873570/b204/_pkg_.a
2025-08-20T20:57:14.9981736Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build2363873570/b249/_pkg_.a
2025-08-20T20:57:14.9983259Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build2363873570/b251/_pkg_.a
2025-08-20T20:57:14.9984886Z [00:02:10.532]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build2363873570/b253/_pkg_.a
2025-08-20T20:57:14.9986318Z [00:02:10.533]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build2363873570/b254/_pkg_.a
2025-08-20T20:57:14.9987605Z [00:02:10.533]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:14.9991770Z [00:02:10.533]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:14.9993166Z [00:02:10.533]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build2363873570/b256/_pkg_.a
2025-08-20T20:57:14.9994473Z [00:02:10.533]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:14.9995457Z [00:02:10.533]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:14.9996237Z [00:02:10.533]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:14.9997051Z [00:02:10.533]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:14.9997941Z [00:02:10.533]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:14.9998803Z [00:02:10.533]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:14.9999761Z [00:02:10.533]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:15.0000574Z [00:02:10.533]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:15.0001393Z [00:02:10.533]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.0002200Z [00:02:10.533]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:15.0002835Z [00:02:10.533]➜  EOF
2025-08-20T20:57:15.0003398Z [00:02:10.536]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.0020237Z [00:02:10.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport=>github.com/go-git/go-git/v6/plumbing/transport;$WORK/b255=>" -p github.com/go-git/go-git/v6/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid FfnxfhheuP6knqSHWsAQ/FfnxfhheuP6knqSHWsAQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/fetch.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/loader.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/mocks.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/negotiate.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/pack.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/push.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/receive_pack.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/registry.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serve.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serverinfo.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/service.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/transport.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/upload_pack.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/version.go
2025-08-20T20:57:15.0044608Z [00:02:10.539]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:57:15.0045425Z [00:02:10.539]➜  go tool pack r $WORK/b280/_pkg_.a $WORK/b280/md5block_amd64.o # internal
2025-08-20T20:57:15.0046270Z [00:02:10.539]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T20:57:15.0047555Z [00:02:10.540]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T20:57:15.0048618Z [00:02:10.540]➜  crypto/rc4
2025-08-20T20:57:15.0049263Z [00:02:10.540]➜  mkdir -p $WORK/b281/
2025-08-20T20:57:15.0049962Z [00:02:10.540]➜  cat >/tmp/go-build2363873570/b281/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0050636Z [00:02:10.540]➜  # import config
2025-08-20T20:57:15.0051459Z [00:02:10.540]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:15.0052603Z [00:02:10.540]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:15.0053549Z [00:02:10.540]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.0054368Z [00:02:10.540]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:15.0054973Z [00:02:10.540]➜  EOF
2025-08-20T20:57:15.0055499Z [00:02:10.540]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.0058564Z [00:02:10.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b281=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:57:15.0222874Z [00:02:10.558]➜  cat >/tmp/go-build2363873570/b275/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0241076Z [00:02:10.558]➜  # import config
2025-08-20T20:57:15.0241885Z [00:02:10.558]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:57:15.0243056Z [00:02:10.558]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:57:15.0244994Z [00:02:10.558]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:57:15.0249468Z [00:02:10.558]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T20:57:15.0253147Z [00:02:10.558]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:15.0255932Z [00:02:10.558]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:15.0258416Z [00:02:10.558]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.0259551Z [00:02:10.558]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2363873570/b276/_pkg_.a
2025-08-20T20:57:15.0260712Z [00:02:10.559]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2363873570/b277/_pkg_.a
2025-08-20T20:57:15.0261985Z [00:02:10.559]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2363873570/b278/_pkg_.a
2025-08-20T20:57:15.0263162Z [00:02:10.559]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build2363873570/b279/_pkg_.a
2025-08-20T20:57:15.0263883Z [00:02:10.559]➜  EOF
2025-08-20T20:57:15.0269800Z [00:02:10.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b275=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b275/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack -asmhdr $WORK/b275/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T20:57:15.0275309Z [00:02:10.561]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T20:57:15.0276575Z [00:02:10.562]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T20:57:15.0277615Z [00:02:10.562]➜  crypto/fips140
2025-08-20T20:57:15.0278094Z [00:02:10.562]➜  mkdir -p $WORK/b283/
2025-08-20T20:57:15.0278772Z [00:02:10.562]➜  cat >/tmp/go-build2363873570/b283/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0279593Z [00:02:10.562]➜  # import config
2025-08-20T20:57:15.0280347Z [00:02:10.562]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:15.0281412Z [00:02:10.562]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:15.0282148Z [00:02:10.562]➜  EOF
2025-08-20T20:57:15.0285156Z [00:02:10.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b283=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:57:15.0369559Z [00:02:10.573]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T20:57:15.0386614Z [00:02:10.574]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T20:57:15.0387741Z [00:02:10.574]➜  crypto/tls/internal/fips140tls
2025-08-20T20:57:15.0388281Z [00:02:10.574]➜  mkdir -p $WORK/b282/
2025-08-20T20:57:15.0389141Z [00:02:10.574]➜  cat >/tmp/go-build2363873570/b282/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0389811Z [00:02:10.574]➜  # import config
2025-08-20T20:57:15.0390506Z [00:02:10.574]➜  packagefile crypto/fips140=/tmp/go-build2363873570/b283/_pkg_.a
2025-08-20T20:57:15.0391398Z [00:02:10.574]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:15.0393288Z [00:02:10.574]➜  EOF
2025-08-20T20:57:15.0397990Z [00:02:10.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b282=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:57:15.0492791Z [00:02:10.586]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T20:57:15.0510134Z [00:02:10.586]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T20:57:15.0511315Z [00:02:10.586]➜  crypto/x509/pkix
2025-08-20T20:57:15.0511926Z [00:02:10.586]➜  mkdir -p $WORK/b285/
2025-08-20T20:57:15.0512769Z [00:02:10.586]➜  cat >/tmp/go-build2363873570/b285/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0513477Z [00:02:10.586]➜  # import config
2025-08-20T20:57:15.0514212Z [00:02:10.586]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:15.0515229Z [00:02:10.586]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:15.0516126Z [00:02:10.586]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.0517369Z [00:02:10.586]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:15.0518258Z [00:02:10.586]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:15.0519047Z [00:02:10.586]➜  EOF
2025-08-20T20:57:15.0522051Z [00:02:10.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b285=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:57:15.0827790Z [00:02:10.619]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T20:57:15.0878659Z [00:02:10.624]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:15.0883654Z [00:02:10.624]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b275=>" -I $WORK/b275/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b275/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T20:57:15.0898081Z [00:02:10.626]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T20:57:15.0907992Z [00:02:10.627]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T20:57:15.0912166Z [00:02:10.627]➜  encoding/pem
2025-08-20T20:57:15.0912745Z [00:02:10.627]➜  mkdir -p $WORK/b286/
2025-08-20T20:57:15.0913506Z [00:02:10.628]➜  cat >/tmp/go-build2363873570/b286/importcfg << 'EOF' # internal
2025-08-20T20:57:15.0914204Z [00:02:10.628]➜  # import config
2025-08-20T20:57:15.0915192Z [00:02:10.628]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.0916132Z [00:02:10.628]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:15.0917047Z [00:02:10.628]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.0949848Z [00:02:10.628]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.0950770Z [00:02:10.628]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:15.0951550Z [00:02:10.628]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.0952114Z [00:02:10.628]➜  EOF
2025-08-20T20:57:15.0952620Z [00:02:10.628]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.0955356Z [00:02:10.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b286=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:57:15.0960480Z [00:02:10.630]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T20:57:15.0974241Z [00:02:10.634]➜  net
2025-08-20T20:57:15.0976367Z [00:02:10.634]➜  mkdir -p $WORK/b261/
2025-08-20T20:57:15.0988052Z [00:02:10.635]➜  echo -n > $WORK/b261/preferlinkext # internal
2025-08-20T20:57:15.0993762Z [00:02:10.635]➜  cd /root/.go/src/net
2025-08-20T20:57:15.0995877Z [00:02:10.635]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b261/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b261/ -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-20T20:57:15.1436763Z [00:02:10.680]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:15.1442851Z [00:02:10.680]➜  go tool pack r $WORK/b275/_pkg_.a $WORK/b275/chacha20poly1305_amd64.o # internal
2025-08-20T20:57:15.1444193Z [00:02:10.680]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T20:57:15.1461571Z [00:02:10.682]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T20:57:15.1464472Z [00:02:10.683]➜  crypto/internal/hpke
2025-08-20T20:57:15.1468319Z [00:02:10.683]➜  mkdir -p $WORK/b274/
2025-08-20T20:57:15.1482767Z [00:02:10.685]➜  cat >/tmp/go-build2363873570/b274/importcfg << 'EOF' # internal
2025-08-20T20:57:15.1484739Z [00:02:10.685]➜  # import config
2025-08-20T20:57:15.1490566Z [00:02:10.685]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:15.1491693Z [00:02:10.685]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:15.1492591Z [00:02:10.685]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:15.1493488Z [00:02:10.685]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:15.1494407Z [00:02:10.685]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:15.1495293Z [00:02:10.685]➜  packagefile crypto/hkdf=/tmp/go-build2363873570/b269/_pkg_.a
2025-08-20T20:57:15.1496188Z [00:02:10.685]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:15.1497043Z [00:02:10.685]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.1498134Z [00:02:10.685]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2363873570/b275/_pkg_.a
2025-08-20T20:57:15.1499448Z [00:02:10.685]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:15.1500364Z [00:02:10.685]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:15.1500981Z [00:02:10.685]➜  EOF
2025-08-20T20:57:15.1501756Z [00:02:10.685]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.1504912Z [00:02:10.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b274=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:57:15.2095655Z [00:02:10.746]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T20:57:15.2104211Z [00:02:10.747]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T20:57:15.2135466Z [00:02:10.747]➜  compress/gzip
2025-08-20T20:57:15.2136021Z [00:02:10.747]➜  mkdir -p $WORK/b289/
2025-08-20T20:57:15.2136799Z [00:02:10.747]➜  cat >/tmp/go-build2363873570/b289/importcfg << 'EOF' # internal
2025-08-20T20:57:15.2137558Z [00:02:10.747]➜  # import config
2025-08-20T20:57:15.2138252Z [00:02:10.747]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:15.2139366Z [00:02:10.747]➜  packagefile compress/flate=/tmp/go-build2363873570/b165/_pkg_.a
2025-08-20T20:57:15.2140368Z [00:02:10.747]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:15.2141273Z [00:02:10.747]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.2142096Z [00:02:10.747]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.2142958Z [00:02:10.747]➜  packagefile hash/crc32=/tmp/go-build2363873570/b248/_pkg_.a
2025-08-20T20:57:15.2143841Z [00:02:10.747]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.2144750Z [00:02:10.747]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:15.2145389Z [00:02:10.747]➜  EOF
2025-08-20T20:57:15.2148495Z [00:02:10.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b289=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:57:15.2478526Z [00:02:10.784]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T20:57:15.2498382Z [00:02:10.786]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T20:57:15.2500375Z [00:02:10.786]➜  vendor/golang.org/x/text/transform
2025-08-20T20:57:15.2501594Z [00:02:10.786]➜  mkdir -p $WORK/b293/
2025-08-20T20:57:15.2506632Z [00:02:10.787]➜  cat >/tmp/go-build2363873570/b293/importcfg << 'EOF' # internal
2025-08-20T20:57:15.2507345Z [00:02:10.787]➜  # import config
2025-08-20T20:57:15.2508056Z [00:02:10.787]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.2509034Z [00:02:10.787]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.2509860Z [00:02:10.787]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.2510729Z [00:02:10.787]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.2511377Z [00:02:10.787]➜  EOF
2025-08-20T20:57:15.2514810Z [00:02:10.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b293=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:57:15.2725616Z [00:02:10.809]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T20:57:15.2755933Z [00:02:10.812]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d # internal
2025-08-20T20:57:15.2769721Z [00:02:10.812]➜  github.com/go-git/go-git/v6/plumbing/transport/file
2025-08-20T20:57:15.2770490Z [00:02:10.812]➜  mkdir -p $WORK/b259/
2025-08-20T20:57:15.2771251Z [00:02:10.812]➜  cat >/tmp/go-build2363873570/b259/importcfg << 'EOF' # internal
2025-08-20T20:57:15.2771965Z [00:02:10.812]➜  # import config
2025-08-20T20:57:15.2772665Z [00:02:10.812]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:15.2773487Z [00:02:10.812]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.2774561Z [00:02:10.812]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:15.2775608Z [00:02:10.812]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.2776439Z [00:02:10.812]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.2777104Z [00:02:10.812]➜  EOF
2025-08-20T20:57:15.2784558Z [00:02:10.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file=>github.com/go-git/go-git/v6/plumbing/transport/file;$WORK/b259=>" -p github.com/go-git/go-git/v6/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid hsv0cvphJs_5XNtiwx2f/hsv0cvphJs_5XNtiwx2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/client.go
2025-08-20T20:57:15.2824879Z [00:02:10.818]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T20:57:15.2828091Z [00:02:10.819]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T20:57:15.2846342Z [00:02:10.821]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:57:15.2850627Z [00:02:10.821]➜  mkdir -p $WORK/b294/
2025-08-20T20:57:15.2853403Z [00:02:10.821]➜  cat >/tmp/go-build2363873570/b294/importcfg << 'EOF' # internal
2025-08-20T20:57:15.2854114Z [00:02:10.822]➜  # import config
2025-08-20T20:57:15.2854790Z [00:02:10.822]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.2855996Z [00:02:10.822]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:15.2856877Z [00:02:10.822]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.2857665Z [00:02:10.822]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:15.2858457Z [00:02:10.822]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:15.2859473Z [00:02:10.822]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.2860140Z [00:02:10.822]➜  EOF
2025-08-20T20:57:15.2876619Z [00:02:10.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b294=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/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-20T20:57:15.3094642Z [00:02:10.846]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T20:57:15.3123668Z [00:02:10.849]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T20:57:15.3131030Z [00:02:10.849]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:57:15.3135956Z [00:02:10.849]➜  mkdir -p $WORK/b295/
2025-08-20T20:57:15.3136980Z [00:02:10.849]➜  cat >/tmp/go-build2363873570/b295/importcfg << 'EOF' # internal
2025-08-20T20:57:15.3137719Z [00:02:10.849]➜  # import config
2025-08-20T20:57:15.3138530Z [00:02:10.849]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:57:15.3139784Z [00:02:10.849]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:15.3140695Z [00:02:10.849]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.3141747Z [00:02:10.849]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2363873570/b293/_pkg_.a
2025-08-20T20:57:15.3142697Z [00:02:10.849]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.3143446Z [00:02:10.849]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:15.3144253Z [00:02:10.849]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.3144882Z [00:02:10.849]➜  EOF
2025-08-20T20:57:15.3152239Z [00:02:10.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b295=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/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-20T20:57:15.3172988Z [00:02:10.854]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T20:57:15.3184360Z [00:02:10.855]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d # internal
2025-08-20T20:57:15.3200375Z [00:02:10.855]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:57:15.3200983Z [00:02:10.855]➜  mkdir -p $WORK/b298/
2025-08-20T20:57:15.3201699Z [00:02:10.856]➜  cat >/tmp/go-build2363873570/b298/importcfg << 'EOF' # internal
2025-08-20T20:57:15.3202382Z [00:02:10.856]➜  # import config
2025-08-20T20:57:15.3220088Z [00:02:10.856]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.3220950Z [00:02:10.856]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.3221767Z [00:02:10.856]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.3222548Z [00:02:10.856]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.3223375Z [00:02:10.856]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:15.3223971Z [00:02:10.856]➜  EOF
2025-08-20T20:57:15.3229533Z [00:02:10.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b298=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/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-20T20:57:15.4156615Z [00:02:10.952]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T20:57:15.4175215Z [00:02:10.954]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T20:57:15.4184729Z [00:02:10.954]➜  mime
2025-08-20T20:57:15.4185185Z [00:02:10.954]➜  mkdir -p $WORK/b299/
2025-08-20T20:57:15.4185910Z [00:02:10.955]➜  cat >/tmp/go-build2363873570/b299/importcfg << 'EOF' # internal
2025-08-20T20:57:15.4186556Z [00:02:10.955]➜  # import config
2025-08-20T20:57:15.4187176Z [00:02:10.955]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:15.4187960Z [00:02:10.955]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.4188799Z [00:02:10.955]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:15.4189824Z [00:02:10.955]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.4190593Z [00:02:10.955]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.4191351Z [00:02:10.955]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.4192162Z [00:02:10.955]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:15.4192929Z [00:02:10.955]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:15.4193696Z [00:02:10.955]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:15.4194490Z [00:02:10.955]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.4195272Z [00:02:10.955]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:15.4196072Z [00:02:10.955]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:15.4196949Z [00:02:10.955]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.4197914Z [00:02:10.955]➜  EOF
2025-08-20T20:57:15.4202285Z [00:02:10.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b299=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/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-20T20:57:15.5187920Z [00:02:11.055]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T20:57:15.5208769Z [00:02:11.057]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T20:57:15.5210761Z [00:02:11.057]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:57:15.5212022Z [00:02:11.057]➜  mkdir -p $WORK/b292/
2025-08-20T20:57:15.5213731Z [00:02:11.058]➜  cat >/tmp/go-build2363873570/b292/importcfg << 'EOF' # internal
2025-08-20T20:57:15.5216311Z [00:02:11.058]➜  # import config
2025-08-20T20:57:15.5217118Z [00:02:11.058]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:57:15.5218209Z [00:02:11.058]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:57:15.5219453Z [00:02:11.058]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.5220480Z [00:02:11.058]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2363873570/b293/_pkg_.a
2025-08-20T20:57:15.5221730Z [00:02:11.058]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2363873570/b294/_pkg_.a
2025-08-20T20:57:15.5222785Z [00:02:11.058]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.5223426Z [00:02:11.058]➜  EOF
2025-08-20T20:57:15.5229048Z [00:02:11.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b292=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/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-20T20:57:15.5431197Z [00:02:11.079]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T20:57:15.5432651Z [00:02:11.079]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T20:57:15.5435290Z [00:02:11.080]➜  mime/quotedprintable
2025-08-20T20:57:15.5435828Z [00:02:11.080]➜  mkdir -p $WORK/b301/
2025-08-20T20:57:15.5440310Z [00:02:11.081]➜  cat >/tmp/go-build2363873570/b301/importcfg << 'EOF' # internal
2025-08-20T20:57:15.5441217Z [00:02:11.081]➜  # import config
2025-08-20T20:57:15.5442003Z [00:02:11.081]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:15.5442968Z [00:02:11.081]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.5443903Z [00:02:11.081]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.5444832Z [00:02:11.081]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.5445563Z [00:02:11.081]➜  EOF
2025-08-20T20:57:15.5449155Z [00:02:11.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b301=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:57:15.6136202Z [00:02:11.150]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T20:57:15.6144044Z [00:02:11.151]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T20:57:15.6145185Z [00:02:11.151]➜  net/http/internal
2025-08-20T20:57:15.6146523Z [00:02:11.151]➜  mkdir -p $WORK/b303/
2025-08-20T20:57:15.6151464Z [00:02:11.152]➜  cat >/tmp/go-build2363873570/b303/importcfg << 'EOF' # internal
2025-08-20T20:57:15.6153367Z [00:02:11.152]➜  # import config
2025-08-20T20:57:15.6154603Z [00:02:11.152]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:15.6190981Z [00:02:11.152]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.6193115Z [00:02:11.152]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.6195100Z [00:02:11.152]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.6196993Z [00:02:11.152]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.6198714Z [00:02:11.152]➜  EOF
2025-08-20T20:57:15.6202900Z [00:02:11.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b303=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:57:15.6840970Z [00:02:11.221]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T20:57:15.6852886Z [00:02:11.222]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T20:57:15.6854119Z [00:02:11.222]➜  net/http/internal/ascii
2025-08-20T20:57:15.6854901Z [00:02:11.222]➜  mkdir -p $WORK/b304/
2025-08-20T20:57:15.6858751Z [00:02:11.222]➜  cat >/tmp/go-build2363873570/b304/importcfg << 'EOF' # internal
2025-08-20T20:57:15.6859590Z [00:02:11.222]➜  # import config
2025-08-20T20:57:15.6860149Z [00:02:11.222]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.6861001Z [00:02:11.222]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:15.6861661Z [00:02:11.222]➜  EOF
2025-08-20T20:57:15.6864956Z [00:02:11.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b304=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:57:15.7001242Z [00:02:11.236]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T20:57:15.7009090Z [00:02:11.237]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T20:57:15.7010295Z [00:02:11.237]➜  crypto/mlkem
2025-08-20T20:57:15.7010802Z [00:02:11.237]➜  mkdir -p $WORK/b309/
2025-08-20T20:57:15.7011537Z [00:02:11.237]➜  cat >/tmp/go-build2363873570/b309/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7012221Z [00:02:11.237]➜  # import config
2025-08-20T20:57:15.7013101Z [00:02:11.237]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2363873570/b271/_pkg_.a
2025-08-20T20:57:15.7013873Z [00:02:11.237]➜  EOF
2025-08-20T20:57:15.7016664Z [00:02:11.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b309=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T20:57:15.7242072Z [00:02:11.260]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T20:57:15.7290331Z [00:02:11.265]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T20:57:15.7300514Z [00:02:11.266]➜  golang.org/x/crypto/chacha20
2025-08-20T20:57:15.7307685Z [00:02:11.267]➜  mkdir -p $WORK/b310/
2025-08-20T20:57:15.7308436Z [00:02:11.267]➜  cat >/tmp/go-build2363873570/b310/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7309326Z [00:02:11.267]➜  # import config
2025-08-20T20:57:15.7310044Z [00:02:11.267]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:15.7311260Z [00:02:11.267]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:15.7312162Z [00:02:11.267]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.7313689Z [00:02:11.267]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2363873570/b311/_pkg_.a
2025-08-20T20:57:15.7314772Z [00:02:11.267]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:15.7315659Z [00:02:11.267]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:15.7316227Z [00:02:11.267]➜  EOF
2025-08-20T20:57:15.7324696Z [00:02:11.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b310=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid N4enn78SeZ6byG7-JA7u/N4enn78SeZ6byG7-JA7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/xor.go
2025-08-20T20:57:15.7328726Z [00:02:11.269]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T20:57:15.7333994Z [00:02:11.269]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T20:57:15.7342550Z [00:02:11.269]➜  golang.org/x/crypto/curve25519
2025-08-20T20:57:15.7343155Z [00:02:11.269]➜  mkdir -p $WORK/b312/
2025-08-20T20:57:15.7343810Z [00:02:11.270]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T20:57:15.7344854Z [00:02:11.270]➜  cat >/tmp/go-build2363873570/b312/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7346101Z [00:02:11.270]➜  # import config
2025-08-20T20:57:15.7347222Z [00:02:11.270]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:15.7348084Z [00:02:11.270]➜  EOF
2025-08-20T20:57:15.7352676Z [00:02:11.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519=>golang.org/x/crypto@v0.41.0/curve25519;$WORK/b312=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid fAP_lV4h0DWSVt440pmb/fAP_lV4h0DWSVt440pmb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519/curve25519.go
2025-08-20T20:57:15.7383270Z [00:02:11.275]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T20:57:15.7394935Z [00:02:11.276]➜  vendor/golang.org/x/net/idna
2025-08-20T20:57:15.7399535Z [00:02:11.276]➜  mkdir -p $WORK/b291/
2025-08-20T20:57:15.7422199Z [00:02:11.279]➜  cat >/tmp/go-build2363873570/b291/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7424714Z [00:02:11.279]➜  # import config
2025-08-20T20:57:15.7426027Z [00:02:11.279]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:57:15.7427689Z [00:02:11.279]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:57:15.7429280Z [00:02:11.279]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:57:15.7430607Z [00:02:11.279]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.7432016Z [00:02:11.279]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2363873570/b292/_pkg_.a
2025-08-20T20:57:15.7433586Z [00:02:11.279]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2363873570/b294/_pkg_.a
2025-08-20T20:57:15.7435286Z [00:02:11.279]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2363873570/b295/_pkg_.a
2025-08-20T20:57:15.7436672Z [00:02:11.279]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:15.7438398Z [00:02:11.279]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.7439870Z [00:02:11.279]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:15.7440540Z [00:02:11.279]➜  EOF
2025-08-20T20:57:15.7446215Z [00:02:11.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b291=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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-20T20:57:15.7496263Z [00:02:11.286]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T20:57:15.7506671Z [00:02:11.287]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d # internal
2025-08-20T20:57:15.7516022Z [00:02:11.287]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T20:57:15.7516666Z [00:02:11.288]➜  mkdir -p $WORK/b313/
2025-08-20T20:57:15.7601271Z [00:02:11.296]➜  echo -n > $WORK/b313/go_asm.h # internal
2025-08-20T20:57:15.7602182Z [00:02:11.296]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305
2025-08-20T20:57:15.7605168Z [00:02:11.297]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b313=>" -I $WORK/b313/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b313/symabis ./sum_amd64.s
2025-08-20T20:57:15.7720157Z [00:02:11.308]➜  cat >/tmp/go-build2363873570/b313/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7727958Z [00:02:11.308]➜  # import config
2025-08-20T20:57:15.7728674Z [00:02:11.308]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:15.7729741Z [00:02:11.308]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:15.7730599Z [00:02:11.308]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:15.7731188Z [00:02:11.308]➜  EOF
2025-08-20T20:57:15.7731698Z [00:02:11.309]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.7736780Z [00:02:11.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b313=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid tSgFkyWqz-D-GzjyvbHu/tSgFkyWqz-D-GzjyvbHu -goversion go1.25.0 -symabis $WORK/b313/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack -asmhdr $WORK/b313/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/sum_generic.go
2025-08-20T20:57:15.7838592Z [00:02:11.320]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T20:57:15.7857812Z [00:02:11.321]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d # internal
2025-08-20T20:57:15.7859099Z [00:02:11.321]➜  golang.org/x/crypto/blowfish
2025-08-20T20:57:15.7859673Z [00:02:11.321]➜  mkdir -p $WORK/b315/
2025-08-20T20:57:15.7860395Z [00:02:11.322]➜  cat >/tmp/go-build2363873570/b315/importcfg << 'EOF' # internal
2025-08-20T20:57:15.7861092Z [00:02:11.322]➜  # import config
2025-08-20T20:57:15.7861752Z [00:02:11.322]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:15.7862659Z [00:02:11.322]➜  EOF
2025-08-20T20:57:15.7866870Z [00:02:11.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish=>golang.org/x/crypto@v0.41.0/blowfish;$WORK/b315=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid _Ewtp5yR2WUUdKpdE0zH/_Ewtp5yR2WUUdKpdE0zH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish/const.go
2025-08-20T20:57:15.8133906Z [00:02:11.350]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305
2025-08-20T20:57:15.8139270Z [00:02:11.350]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305=>golang.org/x/crypto@v0.41.0/internal/poly1305;$WORK/b313=>" -I $WORK/b313/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b313/sum_amd64.o ./sum_amd64.s
2025-08-20T20:57:15.8202641Z [00:02:11.357]➜  go tool pack r $WORK/b313/_pkg_.a $WORK/b313/sum_amd64.o # internal
2025-08-20T20:57:15.8205851Z [00:02:11.357]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T20:57:15.8220116Z [00:02:11.357]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d # internal
2025-08-20T20:57:15.8221321Z [00:02:11.358]➜  github.com/kevinburke/ssh_config
2025-08-20T20:57:15.8221885Z [00:02:11.358]➜  mkdir -p $WORK/b319/
2025-08-20T20:57:15.8222577Z [00:02:11.358]➜  cat >/tmp/go-build2363873570/b319/importcfg << 'EOF' # internal
2025-08-20T20:57:15.8223491Z [00:02:11.358]➜  # import config
2025-08-20T20:57:15.8224577Z [00:02:11.358]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:15.8225745Z [00:02:11.358]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.8226758Z [00:02:11.358]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.8227697Z [00:02:11.358]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.8228597Z [00:02:11.358]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:15.8230375Z [00:02:11.358]➜  packagefile os/user=/tmp/go-build2363873570/b206/_pkg_.a
2025-08-20T20:57:15.8231240Z [00:02:11.358]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:15.8232068Z [00:02:11.358]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:15.8232858Z [00:02:11.358]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:15.8233645Z [00:02:11.358]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:15.8234462Z [00:02:11.358]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.8235235Z [00:02:11.358]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:15.8236031Z [00:02:11.358]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:15.8236609Z [00:02:11.358]➜  EOF
2025-08-20T20:57:15.8237123Z [00:02:11.358]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:15.8243399Z [00:02:11.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b319=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid zH0HJtI6BQUKSaBdYaLh/zH0HJtI6BQUKSaBdYaLh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/config.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/lexer.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/parser.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/position.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/token.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/validators.go
2025-08-20T20:57:15.8257450Z [00:02:11.362]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T20:57:15.8266205Z [00:02:11.363]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d # internal
2025-08-20T20:57:15.8271574Z [00:02:11.364]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T20:57:15.8274570Z [00:02:11.364]➜  mkdir -p $WORK/b314/
2025-08-20T20:57:15.8282294Z [00:02:11.365]➜  cat >/tmp/go-build2363873570/b314/importcfg << 'EOF' # internal
2025-08-20T20:57:15.8299274Z [00:02:11.365]➜  # import config
2025-08-20T20:57:15.8300038Z [00:02:11.365]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:15.8301001Z [00:02:11.365]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:15.8302005Z [00:02:11.365]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2363873570/b315/_pkg_.a
2025-08-20T20:57:15.8302791Z [00:02:11.365]➜  EOF
2025-08-20T20:57:15.8307481Z [00:02:11.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf;$WORK/b314=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid RC6vY48SRwQ6w9DjHqox/RC6vY48SRwQ6w9DjHqox -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T20:57:15.8474147Z [00:02:11.384]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T20:57:15.8482088Z [00:02:11.384]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d # internal
2025-08-20T20:57:15.8486677Z [00:02:11.385]➜  github.com/go-git/go-git/v6/utils/merkletrie/filesystem
2025-08-20T20:57:15.8489590Z [00:02:11.385]➜  mkdir -p $WORK/b322/
2025-08-20T20:57:15.8494702Z [00:02:11.386]➜  cat >/tmp/go-build2363873570/b322/importcfg << 'EOF' # internal
2025-08-20T20:57:15.8501303Z [00:02:11.386]➜  # import config
2025-08-20T20:57:15.8502132Z [00:02:11.386]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:15.8503281Z [00:02:11.386]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:15.8504517Z [00:02:11.386]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:15.8505850Z [00:02:11.386]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:15.8507224Z [00:02:11.386]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:15.8508257Z [00:02:11.386]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:15.8510151Z [00:02:11.386]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:15.8510953Z [00:02:11.386]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:15.8511530Z [00:02:11.386]➜  EOF
2025-08-20T20:57:15.8515480Z [00:02:11.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem=>github.com/go-git/go-git/v6/utils/merkletrie/filesystem;$WORK/b322=>" -p github.com/go-git/go-git/v6/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid khA3y_XoyqfEEiMBetC2/khA3y_XoyqfEEiMBetC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem/node.go
2025-08-20T20:57:15.8814158Z [00:02:11.418]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T20:57:15.8835023Z [00:02:11.419]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d # internal
2025-08-20T20:57:15.8836688Z [00:02:11.419]➜  github.com/go-git/go-git/v6/utils/merkletrie/index
2025-08-20T20:57:15.8837352Z [00:02:11.419]➜  mkdir -p $WORK/b323/
2025-08-20T20:57:15.8838068Z [00:02:11.420]➜  cat >/tmp/go-build2363873570/b323/importcfg << 'EOF' # internal
2025-08-20T20:57:15.8838749Z [00:02:11.420]➜  # import config
2025-08-20T20:57:15.8839920Z [00:02:11.420]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:15.8841340Z [00:02:11.420]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:15.8842427Z [00:02:11.420]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:15.8843252Z [00:02:11.420]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.8843921Z [00:02:11.420]➜  EOF
2025-08-20T20:57:15.8847668Z [00:02:11.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index=>github.com/go-git/go-git/v6/utils/merkletrie/index;$WORK/b323=>" -p github.com/go-git/go-git/v6/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid 36cUz5ClsrdtllO1Yzs1/36cUz5ClsrdtllO1Yzs1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index/node.go
2025-08-20T20:57:15.9136077Z [00:02:11.450]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T20:57:15.9139855Z [00:02:11.450]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d # internal
2025-08-20T20:57:15.9146118Z [00:02:11.451]➜  github.com/go-git/go-git/v6/_examples
2025-08-20T20:57:15.9149222Z [00:02:11.451]➜  mkdir -p $WORK/b324/
2025-08-20T20:57:15.9154077Z [00:02:11.452]➜  cat >/tmp/go-build2363873570/b324/importcfg << 'EOF' # internal
2025-08-20T20:57:15.9183708Z [00:02:11.452]➜  # import config
2025-08-20T20:57:15.9184426Z [00:02:11.452]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:15.9185295Z [00:02:11.452]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:15.9186141Z [00:02:11.452]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:15.9186810Z [00:02:11.452]➜  EOF
2025-08-20T20:57:15.9190333Z [00:02:11.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples=>github.com/go-git/go-git/v6/_examples;$WORK/b324=>" -p github.com/go-git/go-git/v6/_examples -lang=go1.23 -complete -installsuffix shared -buildid -L73tv1Sfcg7GAb2ax37/-L73tv1Sfcg7GAb2ax37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/common.go
2025-08-20T20:57:15.9696783Z [00:02:11.506]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T20:57:15.9703824Z [00:02:11.507]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d # internal
2025-08-20T20:57:15.9789771Z [00:02:11.515]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T20:57:15.9807598Z [00:02:11.517]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T20:57:15.9809369Z [00:02:11.517]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T20:57:15.9824840Z [00:02:11.519]➜  cd $WORK/b261
2025-08-20T20:57:15.9827878Z [00:02:11.519]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x001.o -c _cgo_export.c
2025-08-20T20:57:15.9831957Z [00:02:11.519]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d # internal
2025-08-20T20:57:15.9994348Z [00:02:11.536]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:57:16.0188147Z [00:02:11.555]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:57:16.0414297Z [00:02:11.578]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:57:16.0616904Z [00:02:11.598]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:57:16.0907417Z [00:02:11.627]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:57:16.1146299Z [00:02:11.651]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -I $WORK/b261/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b261/_cgo_main.o -c _cgo_main.c
2025-08-20T20:57:16.1304828Z [00:02:11.667]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:16.1307060Z [00:02:11.667]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -o $WORK/b261/_cgo_.o $WORK/b261/_cgo_main.o $WORK/b261/preferlinkext $WORK/b261/_x001.o $WORK/b261/_x002.o $WORK/b261/_x003.o $WORK/b261/_x004.o $WORK/b261/_x005.o $WORK/b261/_x006.o -O2 -g -lresolv
2025-08-20T20:57:16.1799967Z [00:02:11.716]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b261=/tmp/go-build -gno-record-gcc-switches -o $WORK/b261/_cgo_.o $WORK/b261/_cgo_main.o $WORK/b261/preferlinkext $WORK/b261/_x001.o $WORK/b261/_x002.o $WORK/b261/_x003.o $WORK/b261/_x004.o $WORK/b261/_x005.o $WORK/b261/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:57:16.1801984Z [00:02:11.716]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b261/_cgo_.o -dynout $WORK/b261/_cgo_import.go
2025-08-20T20:57:16.1830988Z [00:02:11.720]➜  cat >/tmp/go-build2363873570/b261/importcfg << 'EOF' # internal
2025-08-20T20:57:16.1831870Z [00:02:11.720]➜  # import config
2025-08-20T20:57:16.1832767Z [00:02:11.720]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:57:16.1833948Z [00:02:11.720]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:16.1834648Z [00:02:11.720]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:16.1835482Z [00:02:11.720]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.1836157Z [00:02:11.720]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2363873570/b262/_pkg_.a
2025-08-20T20:57:16.1836871Z [00:02:11.720]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:16.1837394Z [00:02:11.720]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:16.1837997Z [00:02:11.720]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:16.1838507Z [00:02:11.720]➜  packagefile internal/nettrace=/tmp/go-build2363873570/b263/_pkg_.a
2025-08-20T20:57:16.1840151Z [00:02:11.720]➜  packagefile internal/poll=/tmp/go-build2363873570/b058/_pkg_.a
2025-08-20T20:57:16.1840898Z [00:02:11.720]➜  packagefile internal/singleflight=/tmp/go-build2363873570/b264/_pkg_.a
2025-08-20T20:57:16.1841601Z [00:02:11.720]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:16.1842164Z [00:02:11.720]➜  packagefile internal/syscall/unix=/tmp/go-build2363873570/b059/_pkg_.a
2025-08-20T20:57:16.1842760Z [00:02:11.720]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.1843221Z [00:02:11.720]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:16.1843851Z [00:02:11.720]➜  packagefile net/netip=/tmp/go-build2363873570/b265/_pkg_.a
2025-08-20T20:57:16.1844382Z [00:02:11.720]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:16.1844865Z [00:02:11.720]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:16.1845443Z [00:02:11.720]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:16.1845973Z [00:02:11.720]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:16.1846464Z [00:02:11.720]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:16.1847001Z [00:02:11.720]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:16.1847531Z [00:02:11.720]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:16.1847974Z [00:02:11.720]➜  packagefile runtime/cgo=/tmp/go-build2363873570/b207/_pkg_.a
2025-08-20T20:57:16.1848407Z [00:02:11.720]➜  EOF
2025-08-20T20:57:16.1858803Z [00:02:11.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b261=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/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/b261/_cgo_gotypes.go $WORK/b261/cgo_linux.cgo1.go $WORK/b261/cgo_resnew.cgo1.go $WORK/b261/cgo_socknew.cgo1.go $WORK/b261/cgo_unix_cgo.cgo1.go $WORK/b261/cgo_unix_cgo_res.cgo1.go $WORK/b261/_cgo_import.go
2025-08-20T20:57:16.7639201Z [00:02:12.300]➜  cd /root/.go/src/net
2025-08-20T20:57:16.7640980Z [00:02:12.300]➜  go tool pack r $WORK/b261/_pkg_.a $WORK/b261/preferlinkext $WORK/b261/_x001.o $WORK/b261/_x002.o $WORK/b261/_x003.o $WORK/b261/_x004.o $WORK/b261/_x005.o $WORK/b261/_x006.o # internal
2025-08-20T20:57:16.7642403Z [00:02:12.300]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T20:57:16.7767045Z [00:02:12.313]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d # internal
2025-08-20T20:57:16.7770463Z [00:02:12.313]➜  github.com/go-git/go-git/v6/plumbing/transport/git
2025-08-20T20:57:16.7771317Z [00:02:12.313]➜  mkdir -p $WORK/b260/
2025-08-20T20:57:16.7775062Z [00:02:12.313]➜  cat >/tmp/go-build2363873570/b260/importcfg << 'EOF' # internal
2025-08-20T20:57:16.7777016Z [00:02:12.313]➜  # import config
2025-08-20T20:57:16.7778563Z [00:02:12.313]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:16.7780174Z [00:02:12.313]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build2363873570/b249/_pkg_.a
2025-08-20T20:57:16.7782829Z [00:02:12.313]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:16.7785467Z [00:02:12.313]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:16.7790427Z [00:02:12.313]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.7791191Z [00:02:12.313]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.7792022Z [00:02:12.314]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:16.7792666Z [00:02:12.314]➜  EOF
2025-08-20T20:57:16.7793207Z [00:02:12.314]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone
2025-08-20T20:57:16.7797057Z [00:02:12.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git=>github.com/go-git/go-git/v6/plumbing/transport/git;$WORK/b260=>" -p github.com/go-git/go-git/v6/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid Ul4sjlVmw3eDfnSonJ7t/Ul4sjlVmw3eDfnSonJ7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/common.go
2025-08-20T20:57:16.7800866Z [00:02:12.314]➜  net/textproto
2025-08-20T20:57:16.7801368Z [00:02:12.314]➜  mkdir -p $WORK/b296/
2025-08-20T20:57:16.7801884Z [00:02:12.314]➜  crypto/x509
2025-08-20T20:57:16.7802345Z [00:02:12.314]➜  mkdir -p $WORK/b284/
2025-08-20T20:57:16.7803093Z [00:02:12.314]➜  cat >/tmp/go-build2363873570/b284/importcfg << 'EOF' # internal
2025-08-20T20:57:16.7803757Z [00:02:12.314]➜  # import config
2025-08-20T20:57:16.7804514Z [00:02:12.314]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:57:16.7805625Z [00:02:12.314]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:57:16.7806562Z [00:02:12.314]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:16.7807317Z [00:02:12.314]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:16.7808102Z [00:02:12.314]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:16.7809108Z [00:02:12.314]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:16.7809943Z [00:02:12.314]➜  packagefile crypto/des=/tmp/go-build2363873570/b117/_pkg_.a
2025-08-20T20:57:16.7810736Z [00:02:12.314]➜  packagefile crypto/dsa=/tmp/go-build2363873570/b168/_pkg_.a
2025-08-20T20:57:16.7811550Z [00:02:12.314]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:16.7812342Z [00:02:12.314]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:16.7813172Z [00:02:12.314]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:16.7814024Z [00:02:12.314]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:16.7815129Z [00:02:12.314]➜  packagefile crypto/md5=/tmp/go-build2363873570/b280/_pkg_.a
2025-08-20T20:57:16.7815951Z [00:02:12.315]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:16.7816754Z [00:02:12.315]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:16.7817595Z [00:02:12.315]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:16.7818420Z [00:02:12.315]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:16.7819421Z [00:02:12.315]➜  packagefile crypto/x509/pkix=/tmp/go-build2363873570/b285/_pkg_.a
2025-08-20T20:57:16.7820275Z [00:02:12.315]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:16.7821099Z [00:02:12.315]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:16.7821921Z [00:02:12.315]➜  packagefile encoding/pem=/tmp/go-build2363873570/b286/_pkg_.a
2025-08-20T20:57:16.7822723Z [00:02:12.315]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.7823477Z [00:02:12.315]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:16.7824437Z [00:02:12.315]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b133/_pkg_.a
2025-08-20T20:57:16.7825653Z [00:02:12.315]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b136/_pkg_.a
2025-08-20T20:57:16.7826710Z [00:02:12.315]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:16.7827578Z [00:02:12.315]➜  packagefile internal/goos=/tmp/go-build2363873570/b017/_pkg_.a
2025-08-20T20:57:16.7828352Z [00:02:12.315]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.7842395Z [00:02:12.315]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:16.7843316Z [00:02:12.315]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:16.7844122Z [00:02:12.315]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:16.7844950Z [00:02:12.315]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:16.7845759Z [00:02:12.315]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:16.7846569Z [00:02:12.315]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:16.7847614Z [00:02:12.315]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.7848387Z [00:02:12.315]➜  packagefile net/netip=/tmp/go-build2363873570/b265/_pkg_.a
2025-08-20T20:57:16.7849391Z [00:02:12.315]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:16.7850136Z [00:02:12.315]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:16.7850933Z [00:02:12.315]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:16.7851801Z [00:02:12.315]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:16.7852614Z [00:02:12.315]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:16.7853434Z [00:02:12.315]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:16.7854223Z [00:02:12.315]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.7855052Z [00:02:12.315]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:16.7855904Z [00:02:12.315]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:16.7856746Z [00:02:12.315]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:16.7866135Z [00:02:12.316]➜  packagefile unicode/utf16=/tmp/go-build2363873570/b135/_pkg_.a
2025-08-20T20:57:16.7875789Z [00:02:12.316]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:16.7876607Z [00:02:12.316]➜  EOF
2025-08-20T20:57:16.7882604Z [00:02:12.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b284=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid 6kZ-JzY2Wz6jAnsZiYH1/6kZ-JzY2Wz6jAnsZiYH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/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-20T20:57:16.7887593Z [00:02:12.320]➜  cat >/tmp/go-build2363873570/b296/importcfg << 'EOF' # internal
2025-08-20T20:57:16.7888274Z [00:02:12.320]➜  # import config
2025-08-20T20:57:16.7889081Z [00:02:12.320]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:16.7889906Z [00:02:12.320]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:16.7890731Z [00:02:12.320]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.7891601Z [00:02:12.320]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:16.7892385Z [00:02:12.320]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.7893175Z [00:02:12.320]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:16.7893954Z [00:02:12.320]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.7894794Z [00:02:12.320]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:16.7895631Z [00:02:12.320]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.7896438Z [00:02:12.320]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:16.7897036Z [00:02:12.320]➜  EOF
2025-08-20T20:57:16.7901863Z [00:02:12.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b296=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid AoJlaKVL0q1rNpWGOOpw/AoJlaKVL0q1rNpWGOOpw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/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-20T20:57:16.7906851Z [00:02:12.320]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:57:16.7907634Z [00:02:12.320]➜  mkdir -p $WORK/b297/
2025-08-20T20:57:16.7908567Z [00:02:12.323]➜  cat >/tmp/go-build2363873570/b297/importcfg << 'EOF' # internal
2025-08-20T20:57:16.7909497Z [00:02:12.323]➜  # import config
2025-08-20T20:57:16.7910378Z [00:02:12.323]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:57:16.7911589Z [00:02:12.323]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.7912586Z [00:02:12.323]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:16.7913789Z [00:02:12.323]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2363873570/b291/_pkg_.a
2025-08-20T20:57:16.7915136Z [00:02:12.323]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.7916163Z [00:02:12.323]➜  packagefile net/netip=/tmp/go-build2363873570/b265/_pkg_.a
2025-08-20T20:57:16.7917432Z [00:02:12.323]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:16.7918366Z [00:02:12.323]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:16.7919333Z [00:02:12.323]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.7920227Z [00:02:12.323]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:16.7920899Z [00:02:12.323]➜  EOF
2025-08-20T20:57:16.7924771Z [00:02:12.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b297=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid XrHWqF0FL6Z4eIewHjkr/XrHWqF0FL6Z4eIewHjkr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:57:16.8074535Z [00:02:12.344]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T20:57:16.8082788Z [00:02:12.345]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d # internal
2025-08-20T20:57:16.8156886Z [00:02:12.345]➜  golang.org/x/net/internal/socks
2025-08-20T20:57:16.8157681Z [00:02:12.345]➜  mkdir -p $WORK/b321/
2025-08-20T20:57:16.8158485Z [00:02:12.346]➜  cat >/tmp/go-build2363873570/b321/importcfg << 'EOF' # internal
2025-08-20T20:57:16.8159402Z [00:02:12.346]➜  # import config
2025-08-20T20:57:16.8160097Z [00:02:12.346]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:16.8160932Z [00:02:12.346]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.8161771Z [00:02:12.346]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.8162583Z [00:02:12.346]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.8163401Z [00:02:12.346]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:16.8164231Z [00:02:12.346]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:16.8164824Z [00:02:12.346]➜  EOF
2025-08-20T20:57:16.8168734Z [00:02:12.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks=>golang.org/x/net@v0.43.0/internal/socks;$WORK/b321=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid bwPllB3g3UXcyiGa4BwL/bwPllB3g3UXcyiGa4BwL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/internal/socks/socks.go
2025-08-20T20:57:16.8534381Z [00:02:12.390]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T20:57:16.8537738Z [00:02:12.390]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d # internal
2025-08-20T20:57:16.8734323Z [00:02:12.410]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T20:57:16.8751218Z [00:02:12.411]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d # internal
2025-08-20T20:57:16.8758168Z [00:02:12.412]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:57:16.8758831Z [00:02:12.412]➜  mkdir -p $WORK/b290/
2025-08-20T20:57:16.8764550Z [00:02:12.413]➜  cat >/tmp/go-build2363873570/b290/importcfg << 'EOF' # internal
2025-08-20T20:57:16.8766708Z [00:02:12.413]➜  # import config
2025-08-20T20:57:16.8773157Z [00:02:12.413]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:57:16.8774368Z [00:02:12.413]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2363873570/b291/_pkg_.a
2025-08-20T20:57:16.8775397Z [00:02:12.413]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.8776325Z [00:02:12.413]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:16.8777286Z [00:02:12.413]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.8778212Z [00:02:12.413]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:16.8779051Z [00:02:12.413]➜  EOF
2025-08-20T20:57:16.8783395Z [00:02:12.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b290=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid g4KHIcukkRGSd8xawt-x/g4KHIcukkRGSd8xawt-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/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-20T20:57:16.8787020Z [00:02:12.413]➜  mime/multipart
2025-08-20T20:57:16.8787539Z [00:02:12.413]➜  mkdir -p $WORK/b300/
2025-08-20T20:57:16.8788260Z [00:02:12.413]➜  cat >/tmp/go-build2363873570/b300/importcfg << 'EOF' # internal
2025-08-20T20:57:16.8790131Z [00:02:12.413]➜  # import config
2025-08-20T20:57:16.8790839Z [00:02:12.413]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:16.8791650Z [00:02:12.413]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:16.8792527Z [00:02:12.413]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:16.8793416Z [00:02:12.413]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.8794229Z [00:02:12.413]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:16.8795108Z [00:02:12.413]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:16.8796000Z [00:02:12.413]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:16.8796799Z [00:02:12.413]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:16.8797604Z [00:02:12.413]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:16.8798410Z [00:02:12.413]➜  packagefile mime=/tmp/go-build2363873570/b299/_pkg_.a
2025-08-20T20:57:16.8799819Z [00:02:12.413]➜  packagefile mime/quotedprintable=/tmp/go-build2363873570/b301/_pkg_.a
2025-08-20T20:57:16.8800811Z [00:02:12.413]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:16.8801658Z [00:02:12.413]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:16.8802521Z [00:02:12.413]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:16.8803414Z [00:02:12.413]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:16.8804251Z [00:02:12.413]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:16.8805127Z [00:02:12.413]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.8805774Z [00:02:12.413]➜  EOF
2025-08-20T20:57:16.8809767Z [00:02:12.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b300=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/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-20T20:57:16.9009509Z [00:02:12.437]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T20:57:16.9021184Z [00:02:12.438]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d # internal
2025-08-20T20:57:16.9046596Z [00:02:12.441]➜  golang.org/x/net/proxy
2025-08-20T20:57:16.9047191Z [00:02:12.441]➜  mkdir -p $WORK/b320/
2025-08-20T20:57:16.9053662Z [00:02:12.442]➜  cat >/tmp/go-build2363873570/b320/importcfg << 'EOF' # internal
2025-08-20T20:57:16.9054389Z [00:02:12.442]➜  # import config
2025-08-20T20:57:16.9055537Z [00:02:12.442]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:16.9056446Z [00:02:12.442]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:16.9057549Z [00:02:12.442]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build2363873570/b321/_pkg_.a
2025-08-20T20:57:16.9058582Z [00:02:12.442]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:16.9059548Z [00:02:12.442]➜  packagefile net/netip=/tmp/go-build2363873570/b265/_pkg_.a
2025-08-20T20:57:16.9060449Z [00:02:12.442]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:16.9061358Z [00:02:12.442]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:16.9062308Z [00:02:12.442]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:16.9063487Z [00:02:12.442]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:16.9066231Z [00:02:12.442]➜  EOF
2025-08-20T20:57:16.9071034Z [00:02:12.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy=>golang.org/x/net@v0.43.0/proxy;$WORK/b320=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid jJNESLFtheo14339gRcs/jJNESLFtheo14339gRcs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy/socks5.go
2025-08-20T20:57:16.9103882Z [00:02:12.447]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T20:57:16.9111640Z [00:02:12.448]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d # internal
2025-08-20T20:57:16.9700084Z [00:02:12.506]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T20:57:16.9736860Z [00:02:12.510]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d # internal
2025-08-20T20:57:16.9962634Z [00:02:12.533]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T20:57:16.9980243Z [00:02:12.535]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T20:57:17.1751691Z [00:02:12.712]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T20:57:17.1809986Z [00:02:12.717]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d # internal
2025-08-20T20:57:17.1817588Z [00:02:12.718]➜  golang.org/x/crypto/ssh
2025-08-20T20:57:17.1819848Z [00:02:12.718]➜  mkdir -p $WORK/b308/
2025-08-20T20:57:17.1820427Z [00:02:12.718]➜  crypto/tls
2025-08-20T20:57:17.1820895Z [00:02:12.718]➜  mkdir -p $WORK/b268/
2025-08-20T20:57:17.1830038Z [00:02:12.719]➜  cat >/tmp/go-build2363873570/b308/importcfg << 'EOF' # internal
2025-08-20T20:57:17.1831263Z [00:02:12.719]➜  # import config
2025-08-20T20:57:17.1833675Z [00:02:12.719]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:17.1834676Z [00:02:12.719]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:17.1835626Z [00:02:12.719]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:17.1836578Z [00:02:12.719]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:17.1837564Z [00:02:12.719]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:17.1840641Z [00:02:12.719]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:17.1841565Z [00:02:12.719]➜  packagefile crypto/des=/tmp/go-build2363873570/b117/_pkg_.a
2025-08-20T20:57:17.1843649Z [00:02:12.719]➜  packagefile crypto/dsa=/tmp/go-build2363873570/b168/_pkg_.a
2025-08-20T20:57:17.1845682Z [00:02:12.719]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:17.1849577Z [00:02:12.719]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:17.1850518Z [00:02:12.719]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:17.1851380Z [00:02:12.719]➜  packagefile crypto/hmac=/tmp/go-build2363873570/b176/_pkg_.a
2025-08-20T20:57:17.1852218Z [00:02:12.719]➜  packagefile crypto/md5=/tmp/go-build2363873570/b280/_pkg_.a
2025-08-20T20:57:17.1853059Z [00:02:12.719]➜  packagefile crypto/mlkem=/tmp/go-build2363873570/b309/_pkg_.a
2025-08-20T20:57:17.1853932Z [00:02:12.719]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:17.1854828Z [00:02:12.719]➜  packagefile crypto/rc4=/tmp/go-build2363873570/b281/_pkg_.a
2025-08-20T20:57:17.1855985Z [00:02:12.719]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:17.1856848Z [00:02:12.719]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:17.1857799Z [00:02:12.719]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:17.1858653Z [00:02:12.719]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:17.1859724Z [00:02:12.719]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:17.1860608Z [00:02:12.719]➜  packagefile crypto/x509=/tmp/go-build2363873570/b284/_pkg_.a
2025-08-20T20:57:17.1861473Z [00:02:12.719]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:17.1862373Z [00:02:12.719]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:17.1863267Z [00:02:12.719]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:17.1864185Z [00:02:12.719]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:17.1865069Z [00:02:12.719]➜  packagefile encoding/pem=/tmp/go-build2363873570/b286/_pkg_.a
2025-08-20T20:57:17.1865924Z [00:02:12.719]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:17.1866738Z [00:02:12.719]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:17.1867701Z [00:02:12.719]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2363873570/b310/_pkg_.a
2025-08-20T20:57:17.1869027Z [00:02:12.719]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2363873570/b312/_pkg_.a
2025-08-20T20:57:17.1870257Z [00:02:12.719]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2363873570/b313/_pkg_.a
2025-08-20T20:57:17.1871538Z [00:02:12.719]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2363873570/b314/_pkg_.a
2025-08-20T20:57:17.1872590Z [00:02:12.719]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:17.1873386Z [00:02:12.719]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:17.1874154Z [00:02:12.719]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:17.1874924Z [00:02:12.719]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:17.1876065Z [00:02:12.719]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:17.1876905Z [00:02:12.719]➜  packagefile math/rand=/tmp/go-build2363873570/b100/_pkg_.a
2025-08-20T20:57:17.1877705Z [00:02:12.719]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:17.1878463Z [00:02:12.719]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:17.1879594Z [00:02:12.719]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:17.1880433Z [00:02:12.719]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:17.1881251Z [00:02:12.719]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:17.1882079Z [00:02:12.719]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:17.1882890Z [00:02:12.719]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:17.1883756Z [00:02:12.719]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:17.1884566Z [00:02:12.719]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:17.1885386Z [00:02:12.719]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:17.1886282Z [00:02:12.719]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:17.1886866Z [00:02:12.719]➜  EOF
2025-08-20T20:57:17.1887487Z [00:02:12.719]➜  cat >/tmp/go-build2363873570/b268/importcfg << 'EOF' # internal
2025-08-20T20:57:17.1888138Z [00:02:12.719]➜  # import config
2025-08-20T20:57:17.1889259Z [00:02:12.719]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:57:17.1890501Z [00:02:12.719]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:57:17.1891696Z [00:02:12.719]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:17.1892595Z [00:02:12.719]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:17.1893482Z [00:02:12.719]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:17.1894296Z [00:02:12.719]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:17.1895282Z [00:02:12.719]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:17.1896175Z [00:02:12.719]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:17.1897062Z [00:02:12.719]➜  packagefile crypto/des=/tmp/go-build2363873570/b117/_pkg_.a
2025-08-20T20:57:17.1897986Z [00:02:12.719]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:17.1899020Z [00:02:12.719]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:17.1899952Z [00:02:12.719]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:17.1900880Z [00:02:12.719]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:17.1901802Z [00:02:12.719]➜  packagefile crypto/hkdf=/tmp/go-build2363873570/b269/_pkg_.a
2025-08-20T20:57:17.1902740Z [00:02:12.719]➜  packagefile crypto/hmac=/tmp/go-build2363873570/b176/_pkg_.a
2025-08-20T20:57:17.1903719Z [00:02:12.719]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:17.1904791Z [00:02:12.719]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:17.1905931Z [00:02:12.719]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2363873570/b086/_pkg_.a
2025-08-20T20:57:17.1907076Z [00:02:12.719]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2363873570/b271/_pkg_.a
2025-08-20T20:57:17.1908237Z [00:02:12.719]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2363873570/b272/_pkg_.a
2025-08-20T20:57:17.1909562Z [00:02:12.719]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2363873570/b273/_pkg_.a
2025-08-20T20:57:17.1910643Z [00:02:12.719]➜  packagefile crypto/internal/hpke=/tmp/go-build2363873570/b274/_pkg_.a
2025-08-20T20:57:17.1911877Z [00:02:12.719]➜  packagefile crypto/md5=/tmp/go-build2363873570/b280/_pkg_.a
2025-08-20T20:57:17.1912795Z [00:02:12.719]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:17.1924008Z [00:02:12.719]➜  packagefile crypto/rc4=/tmp/go-build2363873570/b281/_pkg_.a
2025-08-20T20:57:17.1924940Z [00:02:12.719]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:17.1925847Z [00:02:12.719]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:17.1926756Z [00:02:12.719]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:17.1927650Z [00:02:12.719]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:17.1928562Z [00:02:12.719]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:17.1930273Z [00:02:12.719]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2363873570/b282/_pkg_.a
2025-08-20T20:57:17.1931295Z [00:02:12.719]➜  packagefile crypto/x509=/tmp/go-build2363873570/b284/_pkg_.a
2025-08-20T20:57:17.1932204Z [00:02:12.719]➜  packagefile encoding/pem=/tmp/go-build2363873570/b286/_pkg_.a
2025-08-20T20:57:17.1933058Z [00:02:12.719]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:17.1933841Z [00:02:12.719]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:17.1934937Z [00:02:12.719]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2363873570/b275/_pkg_.a
2025-08-20T20:57:17.1936299Z [00:02:12.719]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b133/_pkg_.a
2025-08-20T20:57:17.1937321Z [00:02:12.719]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:17.1938462Z [00:02:12.719]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:17.1939624Z [00:02:12.719]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:17.1940566Z [00:02:12.719]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:17.1941440Z [00:02:12.719]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:17.1942216Z [00:02:12.719]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:17.1942977Z [00:02:12.719]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:17.1943769Z [00:02:12.719]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:17.1944583Z [00:02:12.719]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:17.1945388Z [00:02:12.719]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:17.1946195Z [00:02:12.719]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:17.1947031Z [00:02:12.719]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:17.1947839Z [00:02:12.719]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:17.1948664Z [00:02:12.719]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:17.1949685Z [00:02:12.719]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:17.1950471Z [00:02:12.719]➜  packagefile weak=/tmp/go-build2363873570/b132/_pkg_.a
2025-08-20T20:57:17.1951073Z [00:02:12.719]➜  EOF
2025-08-20T20:57:17.1959380Z [00:02:12.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh=>golang.org/x/crypto@v0.41.0/ssh;$WORK/b308=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid ENpVd3R8M2bkZNxRdRCE/ENpVd3R8M2bkZNxRdRCE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/transport.go
2025-08-20T20:57:17.1969839Z [00:02:12.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b268=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid GlXdCetKywTlp_fVvUWw/GlXdCetKywTlp_fVvUWw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/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-20T20:57:17.9050984Z [00:02:13.439]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T20:57:17.9169785Z [00:02:13.453]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d # internal
2025-08-20T20:57:17.9170999Z [00:02:13.453]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T20:57:17.9172392Z [00:02:13.454]➜  mkdir -p $WORK/b316/
2025-08-20T20:57:17.9179964Z [00:02:13.454]➜  cat >/tmp/go-build2363873570/b316/importcfg << 'EOF' # internal
2025-08-20T20:57:17.9180671Z [00:02:13.454]➜  # import config
2025-08-20T20:57:17.9181348Z [00:02:13.454]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:17.9182218Z [00:02:13.454]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:17.9183053Z [00:02:13.454]➜  packagefile crypto/hmac=/tmp/go-build2363873570/b176/_pkg_.a
2025-08-20T20:57:17.9183938Z [00:02:13.454]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:17.9192087Z [00:02:13.454]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:17.9193046Z [00:02:13.454]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:17.9193935Z [00:02:13.454]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:17.9194704Z [00:02:13.454]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:17.9195622Z [00:02:13.454]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2363873570/b308/_pkg_.a
2025-08-20T20:57:17.9196513Z [00:02:13.454]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:17.9197303Z [00:02:13.454]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:17.9198061Z [00:02:13.454]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:17.9198999Z [00:02:13.454]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:17.9199990Z [00:02:13.454]➜  EOF
2025-08-20T20:57:17.9200522Z [00:02:13.455]➜  golang.org/x/crypto/ssh/agent
2025-08-20T20:57:17.9201082Z [00:02:13.455]➜  mkdir -p $WORK/b318/
2025-08-20T20:57:17.9201772Z [00:02:13.455]➜  cat >/tmp/go-build2363873570/b318/importcfg << 'EOF' # internal
2025-08-20T20:57:17.9202460Z [00:02:13.455]➜  # import config
2025-08-20T20:57:17.9203111Z [00:02:13.455]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:17.9204009Z [00:02:13.455]➜  packagefile crypto/dsa=/tmp/go-build2363873570/b168/_pkg_.a
2025-08-20T20:57:17.9204882Z [00:02:13.455]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:17.9205782Z [00:02:13.455]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:17.9206659Z [00:02:13.455]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:17.9207521Z [00:02:13.455]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:17.9208390Z [00:02:13.455]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:17.9209515Z [00:02:13.455]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:17.9210436Z [00:02:13.455]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:17.9211448Z [00:02:13.455]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:17.9212290Z [00:02:13.455]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:17.9213080Z [00:02:13.455]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:17.9213980Z [00:02:13.455]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2363873570/b308/_pkg_.a
2025-08-20T20:57:17.9215128Z [00:02:13.455]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:17.9215969Z [00:02:13.455]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:17.9216782Z [00:02:13.455]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:17.9217619Z [00:02:13.455]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:17.9218402Z [00:02:13.455]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:17.9219323Z [00:02:13.455]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:17.9219897Z [00:02:13.455]➜  EOF
2025-08-20T20:57:17.9224370Z [00:02:13.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/agent=>golang.org/x/crypto@v0.41.0/ssh/agent;$WORK/b318=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid mkPzcd6tEMM_MnKaBqvM/mkPzcd6tEMM_MnKaBqvM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/agent/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/agent/forward.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/agent/keyring.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/agent/server.go
2025-08-20T20:57:17.9231556Z [00:02:13.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/knownhosts=>golang.org/x/crypto@v0.41.0/ssh/knownhosts;$WORK/b316=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid UmoRaAMWlXZz6jEuE3cL/UmoRaAMWlXZz6jEuE3cL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/knownhosts/knownhosts.go
2025-08-20T20:57:17.9969273Z [00:02:13.533]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T20:57:17.9986193Z [00:02:13.535]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d # internal
2025-08-20T20:57:18.0003724Z [00:02:13.537]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts
2025-08-20T20:57:18.0006019Z [00:02:13.537]➜  mkdir -p $WORK/b307/
2025-08-20T20:57:18.0007726Z [00:02:13.537]➜  cat >/tmp/go-build2363873570/b307/importcfg << 'EOF' # internal
2025-08-20T20:57:18.0008552Z [00:02:13.537]➜  # import config
2025-08-20T20:57:18.0010583Z [00:02:13.537]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:18.0011336Z [00:02:13.537]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:18.0012139Z [00:02:13.537]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:18.0012937Z [00:02:13.537]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:18.0013676Z [00:02:13.537]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:18.0014619Z [00:02:13.537]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:18.0015660Z [00:02:13.537]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2363873570/b308/_pkg_.a
2025-08-20T20:57:18.0016696Z [00:02:13.537]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build2363873570/b316/_pkg_.a
2025-08-20T20:57:18.0017607Z [00:02:13.537]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:18.0018312Z [00:02:13.537]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:18.0019202Z [00:02:13.537]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:18.0019984Z [00:02:13.537]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:18.0020729Z [00:02:13.537]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:18.0021297Z [00:02:13.537]➜  EOF
2025-08-20T20:57:18.0025479Z [00:02:13.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts=>github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts;$WORK/b307=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid 35591zwPmP_qskOXpREB/35591zwPmP_qskOXpREB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go
2025-08-20T20:57:18.1246060Z [00:02:13.661]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T20:57:18.1258831Z [00:02:13.662]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d # internal
2025-08-20T20:57:18.1485479Z [00:02:13.685]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T20:57:18.1511334Z [00:02:13.687]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d # internal
2025-08-20T20:57:18.1516327Z [00:02:13.688]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent
2025-08-20T20:57:18.1517098Z [00:02:13.688]➜  mkdir -p $WORK/b317/
2025-08-20T20:57:18.1550687Z [00:02:13.691]➜  cat >/tmp/go-build2363873570/b317/importcfg << 'EOF' # internal
2025-08-20T20:57:18.1551446Z [00:02:13.691]➜  # import config
2025-08-20T20:57:18.1552107Z [00:02:13.691]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:18.1552936Z [00:02:13.691]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:18.1553957Z [00:02:13.691]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:18.1555113Z [00:02:13.691]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2363873570/b318/_pkg_.a
2025-08-20T20:57:18.1556087Z [00:02:13.691]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:18.1556853Z [00:02:13.691]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:18.1557432Z [00:02:13.691]➜  EOF
2025-08-20T20:57:18.1562653Z [00:02:13.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent=>github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent;$WORK/b317=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent -lang=go1.23 -complete -installsuffix shared -buildid 6Zum1h7kwhN3c07dN2Hq/6Zum1h7kwhN3c07dN2Hq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go
2025-08-20T20:57:18.1864935Z [00:02:13.723]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T20:57:18.1895487Z [00:02:13.726]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d # internal
2025-08-20T20:57:18.1910181Z [00:02:13.727]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh
2025-08-20T20:57:18.1920104Z [00:02:13.728]➜  mkdir -p $WORK/b306/
2025-08-20T20:57:18.1920876Z [00:02:13.728]➜  cat >/tmp/go-build2363873570/b306/importcfg << 'EOF' # internal
2025-08-20T20:57:18.1921574Z [00:02:13.728]➜  # import config
2025-08-20T20:57:18.1922221Z [00:02:13.728]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:18.1923058Z [00:02:13.728]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:18.1923847Z [00:02:13.728]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:18.1924932Z [00:02:13.728]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:18.1926415Z [00:02:13.728]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/tmp/go-build2363873570/b307/_pkg_.a
2025-08-20T20:57:18.1927941Z [00:02:13.728]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/tmp/go-build2363873570/b317/_pkg_.a
2025-08-20T20:57:18.1929446Z [00:02:13.728]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:18.1930894Z [00:02:13.728]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build2363873570/b319/_pkg_.a
2025-08-20T20:57:18.1932007Z [00:02:13.728]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2363873570/b308/_pkg_.a
2025-08-20T20:57:18.1933035Z [00:02:13.728]➜  packagefile golang.org/x/net/proxy=/tmp/go-build2363873570/b320/_pkg_.a
2025-08-20T20:57:18.1933914Z [00:02:13.728]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:18.1934667Z [00:02:13.728]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:18.1935468Z [00:02:13.728]➜  packagefile os/user=/tmp/go-build2363873570/b206/_pkg_.a
2025-08-20T20:57:18.1936321Z [00:02:13.728]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:18.1937164Z [00:02:13.728]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:18.1937966Z [00:02:13.728]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:18.1938763Z [00:02:13.728]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:18.1940469Z [00:02:13.728]➜  EOF
2025-08-20T20:57:18.1944574Z [00:02:13.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh=>github.com/go-git/go-git/v6/plumbing/transport/ssh;$WORK/b306=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid M1Z2Yuag07L57BK_CqmW/M1Z2Yuag07L57BK_CqmW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/auth_method.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/common.go
2025-08-20T20:57:18.3240804Z [00:02:13.858]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T20:57:18.3253587Z [00:02:13.862]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d # internal
2025-08-20T20:57:18.3750467Z [00:02:13.911]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T20:57:18.3888261Z [00:02:13.925]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d # internal
2025-08-20T20:57:18.3889758Z [00:02:13.925]➜  net/http/httptrace
2025-08-20T20:57:18.3890922Z [00:02:13.925]➜  mkdir -p $WORK/b302/
2025-08-20T20:57:18.3891929Z [00:02:13.926]➜  cat >/tmp/go-build2363873570/b302/importcfg << 'EOF' # internal
2025-08-20T20:57:18.3892638Z [00:02:13.926]➜  # import config
2025-08-20T20:57:18.3893097Z [00:02:13.926]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:18.3893927Z [00:02:13.926]➜  packagefile crypto/tls=/tmp/go-build2363873570/b268/_pkg_.a
2025-08-20T20:57:18.3894581Z [00:02:13.926]➜  packagefile internal/nettrace=/tmp/go-build2363873570/b263/_pkg_.a
2025-08-20T20:57:18.3895171Z [00:02:13.926]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:18.3895726Z [00:02:13.926]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:18.3896310Z [00:02:13.926]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:18.3896839Z [00:02:13.926]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:18.3897234Z [00:02:13.926]➜  EOF
2025-08-20T20:57:18.3899421Z [00:02:13.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b302=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid 4hqSxwwH25UH8ap3w7Iq/4hqSxwwH25UH8ap3w7Iq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:57:18.4122347Z [00:02:13.949]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T20:57:18.4130752Z [00:02:13.950]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d # internal
2025-08-20T20:57:18.4132476Z [00:02:13.950]➜  net/http/internal/httpcommon
2025-08-20T20:57:18.4133373Z [00:02:13.950]➜  mkdir -p $WORK/b305/
2025-08-20T20:57:18.4136015Z [00:02:13.950]➜  cat >/tmp/go-build2363873570/b305/importcfg << 'EOF' # internal
2025-08-20T20:57:18.4136855Z [00:02:13.950]➜  # import config
2025-08-20T20:57:18.4137818Z [00:02:13.950]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:57:18.4139236Z [00:02:13.950]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:57:18.4140220Z [00:02:13.950]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:18.4141048Z [00:02:13.950]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:18.4141868Z [00:02:13.950]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:18.4142947Z [00:02:13.950]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2363873570/b290/_pkg_.a
2025-08-20T20:57:18.4144188Z [00:02:13.950]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2363873570/b298/_pkg_.a
2025-08-20T20:57:18.4145300Z [00:02:13.950]➜  packagefile net/http/httptrace=/tmp/go-build2363873570/b302/_pkg_.a
2025-08-20T20:57:18.4146211Z [00:02:13.950]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:18.4147089Z [00:02:13.950]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:18.4147912Z [00:02:13.950]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:18.4148787Z [00:02:13.950]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:18.4149846Z [00:02:13.950]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:18.4150655Z [00:02:13.950]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:18.4151255Z [00:02:13.950]➜  EOF
2025-08-20T20:57:18.4154570Z [00:02:13.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b305=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:57:18.4519926Z [00:02:13.988]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T20:57:18.4527412Z [00:02:13.989]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T20:57:18.4539222Z [00:02:13.990]➜  net/http
2025-08-20T20:57:18.4539637Z [00:02:13.990]➜  mkdir -p $WORK/b288/
2025-08-20T20:57:18.4544828Z [00:02:13.991]➜  cat >/tmp/go-build2363873570/b288/importcfg << 'EOF' # internal
2025-08-20T20:57:18.4546467Z [00:02:13.991]➜  # import config
2025-08-20T20:57:18.4547311Z [00:02:13.991]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:57:18.4548426Z [00:02:13.991]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:57:18.4549693Z [00:02:13.991]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:57:18.4550607Z [00:02:13.991]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:57:18.4551239Z [00:02:13.991]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:18.4551703Z [00:02:13.991]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:18.4552283Z [00:02:13.991]➜  packagefile compress/gzip=/tmp/go-build2363873570/b289/_pkg_.a
2025-08-20T20:57:18.4552888Z [00:02:13.991]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:18.4553359Z [00:02:13.991]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:18.4553929Z [00:02:13.991]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:18.4554501Z [00:02:13.991]➜  packagefile crypto/tls=/tmp/go-build2363873570/b268/_pkg_.a
2025-08-20T20:57:18.4555291Z [00:02:13.991]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:18.4556026Z [00:02:13.991]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:18.4556954Z [00:02:13.991]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:18.4557750Z [00:02:13.991]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:18.4558747Z [00:02:13.991]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2363873570/b290/_pkg_.a
2025-08-20T20:57:18.4560199Z [00:02:13.991]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2363873570/b297/_pkg_.a
2025-08-20T20:57:18.4561419Z [00:02:13.991]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2363873570/b298/_pkg_.a
2025-08-20T20:57:18.4562527Z [00:02:13.991]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2363873570/b291/_pkg_.a
2025-08-20T20:57:18.4563525Z [00:02:13.991]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:18.4564399Z [00:02:13.991]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:18.4565151Z [00:02:13.991]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:18.4565959Z [00:02:13.991]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:18.4566752Z [00:02:13.991]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:18.4567508Z [00:02:13.991]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:18.4568323Z [00:02:13.991]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:18.4569351Z [00:02:13.991]➜  packagefile math/rand=/tmp/go-build2363873570/b100/_pkg_.a
2025-08-20T20:57:18.4570187Z [00:02:13.991]➜  packagefile mime=/tmp/go-build2363873570/b299/_pkg_.a
2025-08-20T20:57:18.4571060Z [00:02:13.991]➜  packagefile mime/multipart=/tmp/go-build2363873570/b300/_pkg_.a
2025-08-20T20:57:18.4571915Z [00:02:13.991]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:18.4572777Z [00:02:13.991]➜  packagefile net/http/httptrace=/tmp/go-build2363873570/b302/_pkg_.a
2025-08-20T20:57:18.4573704Z [00:02:13.991]➜  packagefile net/http/internal=/tmp/go-build2363873570/b303/_pkg_.a
2025-08-20T20:57:18.4574897Z [00:02:13.991]➜  packagefile net/http/internal/ascii=/tmp/go-build2363873570/b304/_pkg_.a
2025-08-20T20:57:18.4575903Z [00:02:13.991]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2363873570/b305/_pkg_.a
2025-08-20T20:57:18.4576901Z [00:02:13.991]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:18.4577751Z [00:02:13.991]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:18.4578540Z [00:02:13.991]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:18.4579495Z [00:02:13.991]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:18.4580407Z [00:02:13.991]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:18.4581718Z [00:02:13.991]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:18.4582596Z [00:02:13.991]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:18.4583447Z [00:02:13.991]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:18.4584252Z [00:02:13.991]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:18.4585051Z [00:02:13.991]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:18.4585866Z [00:02:13.991]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:18.4586666Z [00:02:13.991]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:18.4587492Z [00:02:13.991]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:18.4588326Z [00:02:13.991]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:18.4589308Z [00:02:13.991]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:18.4590188Z [00:02:13.991]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:18.4590842Z [00:02:13.991]➜  EOF
2025-08-20T20:57:18.4600419Z [00:02:13.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b288=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid HKMTiYR56deY8pkAKaHK/HKMTiYR56deY8pkAKaHK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/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-20T20:57:19.6740553Z [00:02:15.210]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T20:57:19.6994859Z [00:02:15.236]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d # internal
2025-08-20T20:57:19.7000594Z [00:02:15.237]➜  github.com/go-git/go-git/v6/plumbing/transport/http
2025-08-20T20:57:19.7001155Z [00:02:15.237]➜  mkdir -p $WORK/b267/
2025-08-20T20:57:19.7005547Z [00:02:15.237]➜  cat >/tmp/go-build2363873570/b267/importcfg << 'EOF' # internal
2025-08-20T20:57:19.7006502Z [00:02:15.237]➜  # import config
2025-08-20T20:57:19.7007229Z [00:02:15.237]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:19.7008039Z [00:02:15.237]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:19.7009181Z [00:02:15.237]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:19.7010051Z [00:02:15.237]➜  packagefile crypto/tls=/tmp/go-build2363873570/b268/_pkg_.a
2025-08-20T20:57:19.7010921Z [00:02:15.237]➜  packagefile crypto/x509=/tmp/go-build2363873570/b284/_pkg_.a
2025-08-20T20:57:19.7011794Z [00:02:15.237]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:19.7012716Z [00:02:15.237]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:19.7013841Z [00:02:15.237]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:19.7015048Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:19.7016628Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build2363873570/b243/_pkg_.a
2025-08-20T20:57:19.7018055Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build2363873570/b257/_pkg_.a
2025-08-20T20:57:19.7019682Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:19.7021074Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build2363873570/b250/_pkg_.a
2025-08-20T20:57:19.7022345Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:19.7023568Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build2363873570/b204/_pkg_.a
2025-08-20T20:57:19.7024881Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build2363873570/b249/_pkg_.a
2025-08-20T20:57:19.7026359Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build2363873570/b251/_pkg_.a
2025-08-20T20:57:19.7027764Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:19.7029169Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:19.7030409Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:19.7031620Z [00:02:15.237]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:19.7032825Z [00:02:15.237]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build2363873570/b287/_pkg_.a
2025-08-20T20:57:19.7033795Z [00:02:15.237]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:19.7034547Z [00:02:15.237]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:19.7035342Z [00:02:15.237]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:19.7036141Z [00:02:15.237]➜  packagefile net/http=/tmp/go-build2363873570/b288/_pkg_.a
2025-08-20T20:57:19.7037244Z [00:02:15.237]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:19.7038051Z [00:02:15.237]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:19.7039328Z [00:02:15.237]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:19.7040148Z [00:02:15.237]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:19.7040953Z [00:02:15.237]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:19.7041784Z [00:02:15.237]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:19.7042588Z [00:02:15.237]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:19.7043201Z [00:02:15.237]➜  EOF
2025-08-20T20:57:19.7048005Z [00:02:15.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http=>github.com/go-git/go-git/v6/plumbing/transport/http;$WORK/b267=>" -p github.com/go-git/go-git/v6/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid nRORZkRhjh9d0Vh0vZSV/nRORZkRhjh9d0Vh0vZSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/dumb.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/transport.go
2025-08-20T20:57:19.7917269Z [00:02:15.328]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T20:57:19.7944697Z [00:02:15.331]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d # internal
2025-08-20T20:57:19.7977147Z [00:02:15.334]➜  github.com/go-git/go-git/v6
2025-08-20T20:57:19.7977769Z [00:02:15.334]➜  mkdir -p $WORK/b062/
2025-08-20T20:57:19.7982349Z [00:02:15.335]➜  cat >/tmp/go-build2363873570/b062/importcfg << 'EOF' # internal
2025-08-20T20:57:19.7984496Z [00:02:15.335]➜  # import config
2025-08-20T20:57:19.7985191Z [00:02:15.335]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:19.7986082Z [00:02:15.335]➜  packagefile container/heap=/tmp/go-build2363873570/b064/_pkg_.a
2025-08-20T20:57:19.7986962Z [00:02:15.335]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:19.7987835Z [00:02:15.335]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:19.7988742Z [00:02:15.335]➜  packagefile dario.cat/mergo=/tmp/go-build2363873570/b095/_pkg_.a
2025-08-20T20:57:19.7989860Z [00:02:15.335]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:19.7990767Z [00:02:15.335]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:19.7991540Z [00:02:15.335]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:19.7992572Z [00:02:15.335]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2363873570/b097/_pkg_.a
2025-08-20T20:57:19.7993828Z [00:02:15.335]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2363873570/b163/_pkg_.a
2025-08-20T20:57:19.7995079Z [00:02:15.335]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:19.7996256Z [00:02:15.335]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build2363873570/b184/_pkg_.a
2025-08-20T20:57:19.7997068Z [00:02:15.335]➜  packagefile github.com/go-git/go-billy/v6/util=/tmp/go-build2363873570/b190/_pkg_.a
2025-08-20T20:57:19.7997853Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build2363873570/b191/_pkg_.a
2025-08-20T20:57:19.7998657Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build2363873570/b205/_pkg_.a
2025-08-20T20:57:19.7999740Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build2363873570/b208/_pkg_.a
2025-08-20T20:57:19.8000572Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build2363873570/b218/_pkg_.a
2025-08-20T20:57:19.8001836Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/tmp/go-build2363873570/b239/_pkg_.a
2025-08-20T20:57:19.8002629Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build2363873570/b192/_pkg_.a
2025-08-20T20:57:19.8003394Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:19.8004149Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build2363873570/b240/_pkg_.a
2025-08-20T20:57:19.8004921Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:19.8005735Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:19.8006598Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/tmp/go-build2363873570/b241/_pkg_.a
2025-08-20T20:57:19.8007455Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:19.8008321Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:19.8009253Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:19.8010097Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build2363873570/b249/_pkg_.a
2025-08-20T20:57:19.8011039Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build2363873570/b251/_pkg_.a
2025-08-20T20:57:19.8012021Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build2363873570/b253/_pkg_.a
2025-08-20T20:57:19.8013102Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build2363873570/b254/_pkg_.a
2025-08-20T20:57:19.8013966Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:19.8014780Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:19.8015608Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/tmp/go-build2363873570/b259/_pkg_.a
2025-08-20T20:57:19.8016445Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/tmp/go-build2363873570/b260/_pkg_.a
2025-08-20T20:57:19.8017293Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/tmp/go-build2363873570/b267/_pkg_.a
2025-08-20T20:57:19.8018301Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/tmp/go-build2363873570/b306/_pkg_.a
2025-08-20T20:57:19.8019817Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:19.8021096Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build2363873570/b256/_pkg_.a
2025-08-20T20:57:19.8022508Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build2363873570/b258/_pkg_.a
2025-08-20T20:57:19.8023851Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build2363873570/b252/_pkg_.a
2025-08-20T20:57:19.8025074Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build2363873570/b230/_pkg_.a
2025-08-20T20:57:19.8026280Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:19.8027525Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build2363873570/b236/_pkg_.a
2025-08-20T20:57:19.8029123Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/tmp/go-build2363873570/b322/_pkg_.a
2025-08-20T20:57:19.8030606Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/tmp/go-build2363873570/b323/_pkg_.a
2025-08-20T20:57:19.8032219Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:19.8033528Z [00:02:15.335]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:19.8034640Z [00:02:15.335]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build2363873570/b214/_pkg_.a
2025-08-20T20:57:19.8035796Z [00:02:15.335]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2363873570/b231/_pkg_.a
2025-08-20T20:57:19.8036787Z [00:02:15.335]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:19.8037585Z [00:02:15.335]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:19.8038390Z [00:02:15.335]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:19.8039346Z [00:02:15.335]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:19.8040214Z [00:02:15.335]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:19.8041095Z [00:02:15.335]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:19.8041909Z [00:02:15.335]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:19.8042722Z [00:02:15.335]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:19.8043523Z [00:02:15.335]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:19.8044348Z [00:02:15.335]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:19.8045162Z [00:02:15.335]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:19.8045962Z [00:02:15.335]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:19.8046983Z [00:02:15.335]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:19.8047650Z [00:02:15.335]➜  EOF
2025-08-20T20:57:19.8055671Z [00:02:15.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO=>github.com/go-git/go-git/v6;$WORK/b062=>" -p github.com/go-git/go-git/v6 -lang=go1.23 -complete -installsuffix shared -buildid e25O9eHcfGK-mC9xE4M8/e25O9eHcfGK-mC9xE4M8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /tmp/tmp.NlIzaV5lqA/TEMPREPO/blame.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/common.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/crypto.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/doc.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/object_walker.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/options.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/prune.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/remote.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/repository.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/signer.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/status.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/submodule.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/transport.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_commit.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_linux.go /tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_status.go
2025-08-20T20:57:20.1051976Z [00:02:15.642]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:57:20.1128542Z [00:02:15.649]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d # internal
2025-08-20T20:57:20.1129711Z [00:02:15.649]➜  github.com/go-git/go-git/v6/_examples/clone
2025-08-20T20:57:20.1130272Z [00:02:15.649]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:20.1132376Z [00:02:15.650]➜  cat >/tmp/go-build2363873570/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:20.1133122Z [00:02:15.650]➜  # import config
2025-08-20T20:57:20.1133658Z [00:02:15.650]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:20.1134346Z [00:02:15.650]➜  packagefile github.com/go-git/go-git/v6=/tmp/go-build2363873570/b062/_pkg_.a
2025-08-20T20:57:20.1135492Z [00:02:15.650]➜  packagefile github.com/go-git/go-git/v6/_examples=/tmp/go-build2363873570/b324/_pkg_.a
2025-08-20T20:57:20.1136134Z [00:02:15.650]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:20.1136931Z [00:02:15.650]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:20.1137495Z [00:02:15.650]➜  packagefile runtime/cgo=/tmp/go-build2363873570/b207/_pkg_.a
2025-08-20T20:57:20.1137923Z [00:02:15.650]➜  EOF
2025-08-20T20:57:20.1140079Z [00:02:15.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone=>github.com/go-git/go-git/v6/_examples/clone;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid 3q_Hi_bSXF-hTEytHR6a/3q_Hi_bSXF-hTEytHR6a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:20.1322511Z [00:02:15.669]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:20.1328405Z [00:02:15.669]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/67/679d4cf8f3ceb9dce6a0bef1ea72e58de3101ccd8d874daff17c457379f2e46b-d # internal
2025-08-20T20:57:20.1380590Z [00:02:15.673]➜  cat >/tmp/go-build2363873570/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:20.1382895Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/_examples/clone=/tmp/go-build2363873570/b001/_pkg_.a
2025-08-20T20:57:20.1383925Z [00:02:15.673]➜  packagefile fmt=/tmp/go-build2363873570/b002/_pkg_.a
2025-08-20T20:57:20.1384842Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6=/tmp/go-build2363873570/b062/_pkg_.a
2025-08-20T20:57:20.1385950Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/_examples=/tmp/go-build2363873570/b324/_pkg_.a
2025-08-20T20:57:20.1386912Z [00:02:15.673]➜  packagefile os=/tmp/go-build2363873570/b049/_pkg_.a
2025-08-20T20:57:20.1387667Z [00:02:15.673]➜  packagefile runtime=/tmp/go-build2363873570/b009/_pkg_.a
2025-08-20T20:57:20.1388763Z [00:02:15.673]➜  packagefile runtime/cgo=/tmp/go-build2363873570/b207/_pkg_.a
2025-08-20T20:57:20.1389993Z [00:02:15.673]➜  packagefile errors=/tmp/go-build2363873570/b003/_pkg_.a
2025-08-20T20:57:20.1390858Z [00:02:15.673]➜  packagefile internal/fmtsort=/tmp/go-build2363873570/b033/_pkg_.a
2025-08-20T20:57:20.1391678Z [00:02:15.673]➜  packagefile io=/tmp/go-build2363873570/b048/_pkg_.a
2025-08-20T20:57:20.1392402Z [00:02:15.673]➜  packagefile math=/tmp/go-build2363873570/b038/_pkg_.a
2025-08-20T20:57:20.1393227Z [00:02:15.673]➜  packagefile reflect=/tmp/go-build2363873570/b035/_pkg_.a
2025-08-20T20:57:20.1393993Z [00:02:15.673]➜  packagefile slices=/tmp/go-build2363873570/b047/_pkg_.a
2025-08-20T20:57:20.1394745Z [00:02:15.673]➜  packagefile strconv=/tmp/go-build2363873570/b040/_pkg_.a
2025-08-20T20:57:20.1395484Z [00:02:15.673]➜  packagefile sync=/tmp/go-build2363873570/b042/_pkg_.a
2025-08-20T20:57:20.1396259Z [00:02:15.673]➜  packagefile unicode/utf8=/tmp/go-build2363873570/b041/_pkg_.a
2025-08-20T20:57:20.1397065Z [00:02:15.673]➜  packagefile bytes=/tmp/go-build2363873570/b063/_pkg_.a
2025-08-20T20:57:20.1397868Z [00:02:15.673]➜  packagefile container/heap=/tmp/go-build2363873570/b064/_pkg_.a
2025-08-20T20:57:20.1398676Z [00:02:15.673]➜  packagefile context=/tmp/go-build2363873570/b066/_pkg_.a
2025-08-20T20:57:20.1399701Z [00:02:15.673]➜  packagefile crypto/sha256=/tmp/go-build2363873570/b067/_pkg_.a
2025-08-20T20:57:20.1400558Z [00:02:15.673]➜  packagefile dario.cat/mergo=/tmp/go-build2363873570/b095/_pkg_.a
2025-08-20T20:57:20.1401418Z [00:02:15.673]➜  packagefile encoding/hex=/tmp/go-build2363873570/b096/_pkg_.a
2025-08-20T20:57:20.1402448Z [00:02:15.673]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build2363873570/b097/_pkg_.a
2025-08-20T20:57:20.1403665Z [00:02:15.673]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build2363873570/b163/_pkg_.a
2025-08-20T20:57:20.1404724Z [00:02:15.673]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build2363873570/b183/_pkg_.a
2025-08-20T20:57:20.1405878Z [00:02:15.673]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build2363873570/b184/_pkg_.a
2025-08-20T20:57:20.1406920Z [00:02:15.673]➜  packagefile github.com/go-git/go-billy/v6/util=/tmp/go-build2363873570/b190/_pkg_.a
2025-08-20T20:57:20.1408247Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build2363873570/b191/_pkg_.a
2025-08-20T20:57:20.1409717Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build2363873570/b205/_pkg_.a
2025-08-20T20:57:20.1410449Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build2363873570/b208/_pkg_.a
2025-08-20T20:57:20.1411170Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build2363873570/b218/_pkg_.a
2025-08-20T20:57:20.1411905Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/tmp/go-build2363873570/b239/_pkg_.a
2025-08-20T20:57:20.1412603Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build2363873570/b192/_pkg_.a
2025-08-20T20:57:20.1413243Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build2363873570/b195/_pkg_.a
2025-08-20T20:57:20.1413895Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build2363873570/b240/_pkg_.a
2025-08-20T20:57:20.1414584Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build2363873570/b212/_pkg_.a
2025-08-20T20:57:20.1415295Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build2363873570/b196/_pkg_.a
2025-08-20T20:57:20.1416049Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/tmp/go-build2363873570/b241/_pkg_.a
2025-08-20T20:57:20.1416801Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build2363873570/b211/_pkg_.a
2025-08-20T20:57:20.1417541Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build2363873570/b242/_pkg_.a
2025-08-20T20:57:20.1418482Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build2363873570/b219/_pkg_.a
2025-08-20T20:57:20.1419498Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build2363873570/b249/_pkg_.a
2025-08-20T20:57:20.1420324Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build2363873570/b251/_pkg_.a
2025-08-20T20:57:20.1421163Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build2363873570/b253/_pkg_.a
2025-08-20T20:57:20.1421918Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build2363873570/b254/_pkg_.a
2025-08-20T20:57:20.1422600Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build2363873570/b210/_pkg_.a
2025-08-20T20:57:20.1423296Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build2363873570/b255/_pkg_.a
2025-08-20T20:57:20.1424035Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/tmp/go-build2363873570/b259/_pkg_.a
2025-08-20T20:57:20.1424777Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/tmp/go-build2363873570/b260/_pkg_.a
2025-08-20T20:57:20.1425517Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/tmp/go-build2363873570/b267/_pkg_.a
2025-08-20T20:57:20.1426254Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/tmp/go-build2363873570/b306/_pkg_.a
2025-08-20T20:57:20.1426919Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build2363873570/b209/_pkg_.a
2025-08-20T20:57:20.1427579Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build2363873570/b256/_pkg_.a
2025-08-20T20:57:20.1428311Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build2363873570/b258/_pkg_.a
2025-08-20T20:57:20.1429135Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build2363873570/b252/_pkg_.a
2025-08-20T20:57:20.1429793Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build2363873570/b230/_pkg_.a
2025-08-20T20:57:20.1430597Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build2363873570/b234/_pkg_.a
2025-08-20T20:57:20.1431266Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build2363873570/b236/_pkg_.a
2025-08-20T20:57:20.1432003Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/tmp/go-build2363873570/b322/_pkg_.a
2025-08-20T20:57:20.1432758Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/tmp/go-build2363873570/b323/_pkg_.a
2025-08-20T20:57:20.1433483Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build2363873570/b238/_pkg_.a
2025-08-20T20:57:20.1434175Z [00:02:15.673]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build2363873570/b244/_pkg_.a
2025-08-20T20:57:20.1434778Z [00:02:15.674]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build2363873570/b214/_pkg_.a
2025-08-20T20:57:20.1435403Z [00:02:15.674]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2363873570/b231/_pkg_.a
2025-08-20T20:57:20.1435955Z [00:02:15.674]➜  packagefile net/url=/tmp/go-build2363873570/b233/_pkg_.a
2025-08-20T20:57:20.1436389Z [00:02:15.674]➜  packagefile path=/tmp/go-build2363873570/b053/_pkg_.a
2025-08-20T20:57:20.1436856Z [00:02:15.674]➜  packagefile path/filepath=/tmp/go-build2363873570/b187/_pkg_.a
2025-08-20T20:57:20.1437318Z [00:02:15.674]➜  packagefile regexp=/tmp/go-build2363873570/b193/_pkg_.a
2025-08-20T20:57:20.1437743Z [00:02:15.674]➜  packagefile sort=/tmp/go-build2363873570/b065/_pkg_.a
2025-08-20T20:57:20.1438169Z [00:02:15.674]➜  packagefile strings=/tmp/go-build2363873570/b075/_pkg_.a
2025-08-20T20:57:20.1438718Z [00:02:15.674]➜  packagefile syscall=/tmp/go-build2363873570/b057/_pkg_.a
2025-08-20T20:57:20.1439377Z [00:02:15.674]➜  packagefile time=/tmp/go-build2363873570/b054/_pkg_.a
2025-08-20T20:57:20.1439843Z [00:02:15.674]➜  packagefile internal/bytealg=/tmp/go-build2363873570/b010/_pkg_.a
2025-08-20T20:57:20.1440381Z [00:02:15.674]➜  packagefile internal/byteorder=/tmp/go-build2363873570/b012/_pkg_.a
2025-08-20T20:57:20.1440921Z [00:02:15.674]➜  packagefile internal/filepathlite=/tmp/go-build2363873570/b050/_pkg_.a
2025-08-20T20:57:20.1441447Z [00:02:15.674]➜  packagefile internal/goarch=/tmp/go-build2363873570/b006/_pkg_.a
2025-08-20T20:57:20.1441935Z [00:02:15.674]➜  packagefile internal/itoa=/tmp/go-build2363873570/b036/_pkg_.a
2025-08-20T20:57:20.1442416Z [00:02:15.674]➜  packagefile internal/poll=/tmp/go-build2363873570/b058/_pkg_.a
2025-08-20T20:57:20.1442926Z [00:02:15.674]➜  packagefile internal/stringslite=/tmp/go-build2363873570/b031/_pkg_.a
2025-08-20T20:57:20.1443496Z [00:02:15.674]➜  packagefile internal/syscall/execenv=/tmp/go-build2363873570/b060/_pkg_.a
2025-08-20T20:57:20.1444050Z [00:02:15.674]➜  packagefile internal/syscall/unix=/tmp/go-build2363873570/b059/_pkg_.a
2025-08-20T20:57:20.1444570Z [00:02:15.674]➜  packagefile internal/testlog=/tmp/go-build2363873570/b061/_pkg_.a
2025-08-20T20:57:20.1445053Z [00:02:15.674]➜  packagefile io/fs=/tmp/go-build2363873570/b051/_pkg_.a
2025-08-20T20:57:20.1445504Z [00:02:15.674]➜  packagefile sync/atomic=/tmp/go-build2363873570/b044/_pkg_.a
2025-08-20T20:57:20.1445976Z [00:02:15.674]➜  packagefile internal/abi=/tmp/go-build2363873570/b005/_pkg_.a
2025-08-20T20:57:20.1446480Z [00:02:15.674]➜  packagefile internal/chacha8rand=/tmp/go-build2363873570/b013/_pkg_.a
2025-08-20T20:57:20.1447024Z [00:02:15.674]➜  packagefile internal/coverage/rtcov=/tmp/go-build2363873570/b014/_pkg_.a
2025-08-20T20:57:20.1447530Z [00:02:15.674]➜  packagefile internal/cpu=/tmp/go-build2363873570/b011/_pkg_.a
2025-08-20T20:57:20.1448025Z [00:02:15.674]➜  packagefile internal/godebugs=/tmp/go-build2363873570/b015/_pkg_.a
2025-08-20T20:57:20.1448558Z [00:02:15.674]➜  packagefile internal/goexperiment=/tmp/go-build2363873570/b016/_pkg_.a
2025-08-20T20:57:20.1449392Z [00:02:15.674]➜  packagefile internal/goos=/tmp/go-build2363873570/b017/_pkg_.a
2025-08-20T20:57:20.1450099Z [00:02:15.674]➜  packagefile internal/profilerecord=/tmp/go-build2363873570/b018/_pkg_.a
2025-08-20T20:57:20.1450657Z [00:02:15.674]➜  packagefile internal/runtime/atomic=/tmp/go-build2363873570/b019/_pkg_.a
2025-08-20T20:57:20.1451208Z [00:02:15.674]➜  packagefile internal/runtime/cgroup=/tmp/go-build2363873570/b020/_pkg_.a
2025-08-20T20:57:20.1451781Z [00:02:15.674]➜  packagefile internal/runtime/exithook=/tmp/go-build2363873570/b024/_pkg_.a
2025-08-20T20:57:20.1452337Z [00:02:15.674]➜  packagefile internal/runtime/gc=/tmp/go-build2363873570/b025/_pkg_.a
2025-08-20T20:57:20.1452869Z [00:02:15.674]➜  packagefile internal/runtime/maps=/tmp/go-build2363873570/b026/_pkg_.a
2025-08-20T20:57:20.1453411Z [00:02:15.674]➜  packagefile internal/runtime/math=/tmp/go-build2363873570/b022/_pkg_.a
2025-08-20T20:57:20.1453956Z [00:02:15.674]➜  packagefile internal/runtime/strconv=/tmp/go-build2363873570/b021/_pkg_.a
2025-08-20T20:57:20.1454507Z [00:02:15.674]➜  packagefile internal/runtime/sys=/tmp/go-build2363873570/b030/_pkg_.a
2025-08-20T20:57:20.1455068Z [00:02:15.674]➜  packagefile internal/runtime/syscall=/tmp/go-build2363873570/b023/_pkg_.a
2025-08-20T20:57:20.1455618Z [00:02:15.674]➜  packagefile internal/trace/tracev2=/tmp/go-build2363873570/b032/_pkg_.a
2025-08-20T20:57:20.1456152Z [00:02:15.674]➜  packagefile internal/reflectlite=/tmp/go-build2363873570/b004/_pkg_.a
2025-08-20T20:57:20.1456630Z [00:02:15.674]➜  packagefile cmp=/tmp/go-build2363873570/b034/_pkg_.a
2025-08-20T20:57:20.1457069Z [00:02:15.674]➜  packagefile math/bits=/tmp/go-build2363873570/b039/_pkg_.a
2025-08-20T20:57:20.1457535Z [00:02:15.674]➜  packagefile internal/race=/tmp/go-build2363873570/b029/_pkg_.a
2025-08-20T20:57:20.1458160Z [00:02:15.674]➜  packagefile internal/unsafeheader=/tmp/go-build2363873570/b008/_pkg_.a
2025-08-20T20:57:20.1458646Z [00:02:15.674]➜  packagefile iter=/tmp/go-build2363873570/b037/_pkg_.a
2025-08-20T20:57:20.1459203Z [00:02:15.674]➜  packagefile unicode=/tmp/go-build2363873570/b046/_pkg_.a
2025-08-20T20:57:20.1459673Z [00:02:15.674]➜  packagefile internal/sync=/tmp/go-build2363873570/b043/_pkg_.a
2025-08-20T20:57:20.1460167Z [00:02:15.674]➜  packagefile internal/synctest=/tmp/go-build2363873570/b045/_pkg_.a
2025-08-20T20:57:20.1460640Z [00:02:15.674]➜  packagefile crypto=/tmp/go-build2363873570/b068/_pkg_.a
2025-08-20T20:57:20.1461134Z [00:02:15.674]➜  packagefile crypto/internal/boring=/tmp/go-build2363873570/b070/_pkg_.a
2025-08-20T20:57:20.1461717Z [00:02:15.674]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2363873570/b079/_pkg_.a
2025-08-20T20:57:20.1462240Z [00:02:15.674]➜  packagefile hash=/tmp/go-build2363873570/b069/_pkg_.a
2025-08-20T20:57:20.1462685Z [00:02:15.674]➜  packagefile crypto/rand=/tmp/go-build2363873570/b098/_pkg_.a
2025-08-20T20:57:20.1463163Z [00:02:15.674]➜  packagefile crypto/rsa=/tmp/go-build2363873570/b101/_pkg_.a
2025-08-20T20:57:20.1463631Z [00:02:15.674]➜  packagefile crypto/sha512=/tmp/go-build2363873570/b107/_pkg_.a
2025-08-20T20:57:20.1464242Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build2363873570/b108/_pkg_.a
2025-08-20T20:57:20.1464958Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build2363873570/b112/_pkg_.a
2025-08-20T20:57:20.1465662Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build2363873570/b159/_pkg_.a
2025-08-20T20:57:20.1466376Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build2363873570/b160/_pkg_.a
2025-08-20T20:57:20.1467087Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build2363873570/b161/_pkg_.a
2025-08-20T20:57:20.1467788Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build2363873570/b162/_pkg_.a
2025-08-20T20:57:20.1468502Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build2363873570/b111/_pkg_.a
2025-08-20T20:57:20.1469387Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build2363873570/b116/_pkg_.a
2025-08-20T20:57:20.1470315Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build2363873570/b122/_pkg_.a
2025-08-20T20:57:20.1471061Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build2363873570/b174/_pkg_.a
2025-08-20T20:57:20.1471757Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build2363873570/b177/_pkg_.a
2025-08-20T20:57:20.1472383Z [00:02:15.674]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2363873570/b182/_pkg_.a
2025-08-20T20:57:20.1472887Z [00:02:15.674]➜  packagefile math/big=/tmp/go-build2363873570/b099/_pkg_.a
2025-08-20T20:57:20.1473371Z [00:02:15.674]➜  packagefile compress/bzip2=/tmp/go-build2363873570/b164/_pkg_.a
2025-08-20T20:57:20.1473851Z [00:02:15.674]➜  packagefile compress/flate=/tmp/go-build2363873570/b165/_pkg_.a
2025-08-20T20:57:20.1474327Z [00:02:15.674]➜  packagefile compress/zlib=/tmp/go-build2363873570/b166/_pkg_.a
2025-08-20T20:57:20.1474810Z [00:02:15.674]➜  packagefile crypto/cipher=/tmp/go-build2363873570/b071/_pkg_.a
2025-08-20T20:57:20.1475404Z [00:02:15.674]➜  packagefile crypto/dsa=/tmp/go-build2363873570/b168/_pkg_.a
2025-08-20T20:57:20.1476236Z [00:02:15.674]➜  packagefile crypto/sha1=/tmp/go-build2363873570/b169/_pkg_.a
2025-08-20T20:57:20.1477068Z [00:02:15.674]➜  packagefile crypto/subtle=/tmp/go-build2363873570/b093/_pkg_.a
2025-08-20T20:57:20.1477907Z [00:02:15.674]➜  packagefile encoding/asn1=/tmp/go-build2363873570/b134/_pkg_.a
2025-08-20T20:57:20.1478771Z [00:02:15.674]➜  packagefile encoding/binary=/tmp/go-build2363873570/b115/_pkg_.a
2025-08-20T20:57:20.1480227Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build2363873570/b170/_pkg_.a
2025-08-20T20:57:20.1481729Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build2363873570/b139/_pkg_.a
2025-08-20T20:57:20.1483215Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build2363873570/b171/_pkg_.a
2025-08-20T20:57:20.1483938Z [00:02:15.674]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build2363873570/b175/_pkg_.a
2025-08-20T20:57:20.1484436Z [00:02:15.674]➜  packagefile image=/tmp/go-build2363873570/b178/_pkg_.a
2025-08-20T20:57:20.1485114Z [00:02:15.674]➜  packagefile image/jpeg=/tmp/go-build2363873570/b180/_pkg_.a
2025-08-20T20:57:20.1486207Z [00:02:15.674]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build2363873570/b185/_pkg_.a
2025-08-20T20:57:20.1487484Z [00:02:15.674]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build2363873570/b188/_pkg_.a
2025-08-20T20:57:20.1488640Z [00:02:15.674]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2363873570/b186/_pkg_.a
2025-08-20T20:57:20.1489988Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build2363873570/b204/_pkg_.a
2025-08-20T20:57:20.1491055Z [00:02:15.674]➜  packagefile os/user=/tmp/go-build2363873570/b206/_pkg_.a
2025-08-20T20:57:20.1491868Z [00:02:15.674]➜  packagefile bufio=/tmp/go-build2363873570/b109/_pkg_.a
2025-08-20T20:57:20.1492705Z [00:02:15.674]➜  packagefile container/list=/tmp/go-build2363873570/b220/_pkg_.a
2025-08-20T20:57:20.1493459Z [00:02:15.674]➜  packagefile github.com/go-git/gcfg/v2=/tmp/go-build2363873570/b197/_pkg_.a
2025-08-20T20:57:20.1494079Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build2363873570/b213/_pkg_.a
2025-08-20T20:57:20.1494743Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build2363873570/b217/_pkg_.a
2025-08-20T20:57:20.1495457Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build2363873570/b243/_pkg_.a
2025-08-20T20:57:20.1496158Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build2363873570/b235/_pkg_.a
2025-08-20T20:57:20.1496746Z [00:02:15.674]➜  packagefile golang.org/x/exp/maps=/tmp/go-build2363873570/b247/_pkg_.a
2025-08-20T20:57:20.1497471Z [00:02:15.674]➜  packagefile hash/crc32=/tmp/go-build2363873570/b248/_pkg_.a
2025-08-20T20:57:20.1498059Z [00:02:15.674]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build2363873570/b221/_pkg_.a
2025-08-20T20:57:20.1498775Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/tmp/go-build2363873570/b228/_pkg_.a
2025-08-20T20:57:20.1499837Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build2363873570/b250/_pkg_.a
2025-08-20T20:57:20.1500415Z [00:02:15.674]➜  packagefile net=/tmp/go-build2363873570/b261/_pkg_.a
2025-08-20T20:57:20.1500853Z [00:02:15.674]➜  packagefile crypto/tls=/tmp/go-build2363873570/b268/_pkg_.a
2025-08-20T20:57:20.1501329Z [00:02:15.674]➜  packagefile crypto/x509=/tmp/go-build2363873570/b284/_pkg_.a
2025-08-20T20:57:20.1501941Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build2363873570/b257/_pkg_.a
2025-08-20T20:57:20.1502630Z [00:02:15.674]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build2363873570/b287/_pkg_.a
2025-08-20T20:57:20.1503159Z [00:02:15.674]➜  packagefile net/http=/tmp/go-build2363873570/b288/_pkg_.a
2025-08-20T20:57:20.1503817Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/tmp/go-build2363873570/b307/_pkg_.a
2025-08-20T20:57:20.1504644Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/tmp/go-build2363873570/b317/_pkg_.a
2025-08-20T20:57:20.1505354Z [00:02:15.674]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build2363873570/b319/_pkg_.a
2025-08-20T20:57:20.1505966Z [00:02:15.674]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2363873570/b308/_pkg_.a
2025-08-20T20:57:20.1506655Z [00:02:15.674]➜  packagefile golang.org/x/net/proxy=/tmp/go-build2363873570/b320/_pkg_.a
2025-08-20T20:57:20.1507350Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/tmp/go-build2363873570/b237/_pkg_.a
2025-08-20T20:57:20.1507960Z [00:02:15.674]➜  packagefile log=/tmp/go-build2363873570/b245/_pkg_.a
2025-08-20T20:57:20.1508485Z [00:02:15.674]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build2363873570/b215/_pkg_.a
2025-08-20T20:57:20.1509379Z [00:02:15.674]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build2363873570/b216/_pkg_.a
2025-08-20T20:57:20.1509882Z [00:02:15.674]➜  packagefile html=/tmp/go-build2363873570/b232/_pkg_.a
2025-08-20T20:57:20.1510302Z [00:02:15.674]➜  packagefile maps=/tmp/go-build2363873570/b200/_pkg_.a
2025-08-20T20:57:20.1510758Z [00:02:15.674]➜  packagefile regexp/syntax=/tmp/go-build2363873570/b194/_pkg_.a
2025-08-20T20:57:20.1511238Z [00:02:15.674]➜  packagefile internal/asan=/tmp/go-build2363873570/b027/_pkg_.a
2025-08-20T20:57:20.1511723Z [00:02:15.674]➜  packagefile internal/msan=/tmp/go-build2363873570/b028/_pkg_.a
2025-08-20T20:57:20.1512215Z [00:02:15.674]➜  packagefile internal/oserror=/tmp/go-build2363873570/b052/_pkg_.a
2025-08-20T20:57:20.1512724Z [00:02:15.674]➜  packagefile internal/godebug=/tmp/go-build2363873570/b055/_pkg_.a
2025-08-20T20:57:20.1513274Z [00:02:15.674]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2363873570/b094/_pkg_.a
2025-08-20T20:57:20.1513836Z [00:02:15.674]➜  packagefile crypto/internal/fips140=/tmp/go-build2363873570/b073/_pkg_.a
2025-08-20T20:57:20.1514451Z [00:02:15.674]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2363873570/b080/_pkg_.a
2025-08-20T20:57:20.1515105Z [00:02:15.674]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2363873570/b081/_pkg_.a
2025-08-20T20:57:20.1515676Z [00:02:15.674]➜  packagefile crypto/internal/impl=/tmp/go-build2363873570/b082/_pkg_.a
2025-08-20T20:57:20.1516247Z [00:02:15.674]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2363873570/b087/_pkg_.a
2025-08-20T20:57:20.1516833Z [00:02:15.674]➜  packagefile crypto/internal/fips140only=/tmp/go-build2363873570/b092/_pkg_.a
2025-08-20T20:57:20.1517554Z [00:02:15.674]➜  packagefile crypto/internal/randutil=/tmp/go-build2363873570/b090/_pkg_.a
2025-08-20T20:57:20.1518114Z [00:02:15.674]➜  packagefile crypto/internal/sysrand=/tmp/go-build2363873570/b089/_pkg_.a
2025-08-20T20:57:20.1518680Z [00:02:15.674]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2363873570/b102/_pkg_.a
2025-08-20T20:57:20.1519595Z [00:02:15.674]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2363873570/b103/_pkg_.a
2025-08-20T20:57:20.1520192Z [00:02:15.674]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2363873570/b104/_pkg_.a
2025-08-20T20:57:20.1520766Z [00:02:15.674]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2363873570/b105/_pkg_.a
2025-08-20T20:57:20.1521355Z [00:02:15.674]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2363873570/b085/_pkg_.a
2025-08-20T20:57:20.1521908Z [00:02:15.674]➜  packagefile encoding/base64=/tmp/go-build2363873570/b110/_pkg_.a
2025-08-20T20:57:20.1522556Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build2363873570/b113/_pkg_.a
2025-08-20T20:57:20.1523295Z [00:02:15.674]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build2363873570/b148/_pkg_.a
2025-08-20T20:57:20.1523960Z [00:02:15.674]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build2363873570/b155/_pkg_.a
2025-08-20T20:57:20.1524512Z [00:02:15.674]➜  packagefile crypto/aes=/tmp/go-build2363873570/b114/_pkg_.a
2025-08-20T20:57:20.1524984Z [00:02:15.674]➜  packagefile crypto/des=/tmp/go-build2363873570/b117/_pkg_.a
2025-08-20T20:57:20.1525537Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build2363873570/b118/_pkg_.a
2025-08-20T20:57:20.1526168Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build2363873570/b120/_pkg_.a
2025-08-20T20:57:20.1526912Z [00:02:15.674]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build2363873570/b121/_pkg_.a
2025-08-20T20:57:20.1527438Z [00:02:15.674]➜  packagefile crypto/ecdsa=/tmp/go-build2363873570/b123/_pkg_.a
2025-08-20T20:57:20.1527936Z [00:02:15.674]➜  packagefile crypto/elliptic=/tmp/go-build2363873570/b129/_pkg_.a
2025-08-20T20:57:20.1528535Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build2363873570/b137/_pkg_.a
2025-08-20T20:57:20.1529508Z [00:02:15.674]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build2363873570/b138/_pkg_.a
2025-08-20T20:57:20.1530183Z [00:02:15.674]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build2363873570/b140/_pkg_.a
2025-08-20T20:57:20.1530822Z [00:02:15.674]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build2363873570/b146/_pkg_.a
2025-08-20T20:57:20.1531405Z [00:02:15.674]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2363873570/b145/_pkg_.a
2025-08-20T20:57:20.1531913Z [00:02:15.674]➜  packagefile math/rand=/tmp/go-build2363873570/b100/_pkg_.a
2025-08-20T20:57:20.1532378Z [00:02:15.674]➜  packagefile hash/adler32=/tmp/go-build2363873570/b167/_pkg_.a
2025-08-20T20:57:20.1532923Z [00:02:15.674]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2363873570/b072/_pkg_.a
2025-08-20T20:57:20.1533532Z [00:02:15.674]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2363873570/b086/_pkg_.a
2025-08-20T20:57:20.1534146Z [00:02:15.674]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2363873570/b076/_pkg_.a
2025-08-20T20:57:20.1534749Z [00:02:15.674]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2363873570/b084/_pkg_.a
2025-08-20T20:57:20.1535293Z [00:02:15.674]➜  packagefile unicode/utf16=/tmp/go-build2363873570/b135/_pkg_.a
2025-08-20T20:57:20.1535830Z [00:02:15.674]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build2363873570/b172/_pkg_.a
2025-08-20T20:57:20.1536353Z [00:02:15.674]➜  packagefile crypto/hmac=/tmp/go-build2363873570/b176/_pkg_.a
2025-08-20T20:57:20.1536825Z [00:02:15.674]➜  packagefile image/color=/tmp/go-build2363873570/b179/_pkg_.a
2025-08-20T20:57:20.1537343Z [00:02:15.674]➜  packagefile image/internal/imageutil=/tmp/go-build2363873570/b181/_pkg_.a
2025-08-20T20:57:20.1538157Z [00:02:15.674]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/tmp/go-build2363873570/b189/_pkg_.a
2025-08-20T20:57:20.1538732Z [00:02:15.674]➜  packagefile encoding=/tmp/go-build2363873570/b154/_pkg_.a
2025-08-20T20:57:20.1539443Z [00:02:15.674]➜  packagefile encoding/gob=/tmp/go-build2363873570/b198/_pkg_.a
2025-08-20T20:57:20.1540000Z [00:02:15.674]➜  packagefile github.com/go-git/gcfg/v2/scanner=/tmp/go-build2363873570/b201/_pkg_.a
2025-08-20T20:57:20.1540609Z [00:02:15.674]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build2363873570/b202/_pkg_.a
2025-08-20T20:57:20.1541199Z [00:02:15.674]➜  packagefile github.com/go-git/gcfg/v2/types=/tmp/go-build2363873570/b203/_pkg_.a
2025-08-20T20:57:20.1541832Z [00:02:15.674]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build2363873570/b222/_pkg_.a
2025-08-20T20:57:20.1542504Z [00:02:15.674]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build2363873570/b224/_pkg_.a
2025-08-20T20:57:20.1543164Z [00:02:15.674]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build2363873570/b227/_pkg_.a
2025-08-20T20:57:20.1543760Z [00:02:15.674]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build2363873570/b223/_pkg_.a
2025-08-20T20:57:20.1544401Z [00:02:15.674]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/tmp/go-build2363873570/b229/_pkg_.a
2025-08-20T20:57:20.1545078Z [00:02:15.674]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2363873570/b262/_pkg_.a
2025-08-20T20:57:20.1545660Z [00:02:15.674]➜  packagefile internal/nettrace=/tmp/go-build2363873570/b263/_pkg_.a
2025-08-20T20:57:20.1546196Z [00:02:15.675]➜  packagefile internal/singleflight=/tmp/go-build2363873570/b264/_pkg_.a
2025-08-20T20:57:20.1546831Z [00:02:15.675]➜  packagefile net/netip=/tmp/go-build2363873570/b265/_pkg_.a
2025-08-20T20:57:20.1547293Z [00:02:15.675]➜  packagefile crypto/ecdh=/tmp/go-build2363873570/b124/_pkg_.a
2025-08-20T20:57:20.1547772Z [00:02:15.675]➜  packagefile crypto/ed25519=/tmp/go-build2363873570/b149/_pkg_.a
2025-08-20T20:57:20.1548401Z [00:02:15.675]➜  packagefile crypto/hkdf=/tmp/go-build2363873570/b269/_pkg_.a
2025-08-20T20:57:20.1549580Z [00:02:15.675]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2363873570/b271/_pkg_.a
2025-08-20T20:57:20.1550778Z [00:02:15.675]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2363873570/b272/_pkg_.a
2025-08-20T20:57:20.1551828Z [00:02:15.675]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2363873570/b273/_pkg_.a
2025-08-20T20:57:20.1552841Z [00:02:15.675]➜  packagefile crypto/internal/hpke=/tmp/go-build2363873570/b274/_pkg_.a
2025-08-20T20:57:20.1553754Z [00:02:15.675]➜  packagefile crypto/md5=/tmp/go-build2363873570/b280/_pkg_.a
2025-08-20T20:57:20.1554637Z [00:02:15.675]➜  packagefile crypto/rc4=/tmp/go-build2363873570/b281/_pkg_.a
2025-08-20T20:57:20.1555648Z [00:02:15.675]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2363873570/b282/_pkg_.a
2025-08-20T20:57:20.1556527Z [00:02:15.675]➜  packagefile encoding/pem=/tmp/go-build2363873570/b286/_pkg_.a
2025-08-20T20:57:20.1557158Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2363873570/b275/_pkg_.a
2025-08-20T20:57:20.1557847Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b133/_pkg_.a
2025-08-20T20:57:20.1558831Z [00:02:15.675]➜  packagefile weak=/tmp/go-build2363873570/b132/_pkg_.a
2025-08-20T20:57:20.1559585Z [00:02:15.675]➜  packagefile crypto/x509/pkix=/tmp/go-build2363873570/b285/_pkg_.a
2025-08-20T20:57:20.1560439Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b136/_pkg_.a
2025-08-20T20:57:20.1561600Z [00:02:15.675]➜  packagefile compress/gzip=/tmp/go-build2363873570/b289/_pkg_.a
2025-08-20T20:57:20.1562726Z [00:02:15.675]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2363873570/b290/_pkg_.a
2025-08-20T20:57:20.1563988Z [00:02:15.675]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2363873570/b297/_pkg_.a
2025-08-20T20:57:20.1565589Z [00:02:15.675]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2363873570/b298/_pkg_.a
2025-08-20T20:57:20.1566765Z [00:02:15.675]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2363873570/b291/_pkg_.a
2025-08-20T20:57:20.1567644Z [00:02:15.675]➜  packagefile mime=/tmp/go-build2363873570/b299/_pkg_.a
2025-08-20T20:57:20.1568422Z [00:02:15.675]➜  packagefile mime/multipart=/tmp/go-build2363873570/b300/_pkg_.a
2025-08-20T20:57:20.1569439Z [00:02:15.675]➜  packagefile net/http/httptrace=/tmp/go-build2363873570/b302/_pkg_.a
2025-08-20T20:57:20.1570334Z [00:02:15.675]➜  packagefile net/http/internal=/tmp/go-build2363873570/b303/_pkg_.a
2025-08-20T20:57:20.1571268Z [00:02:15.675]➜  packagefile net/http/internal/ascii=/tmp/go-build2363873570/b304/_pkg_.a
2025-08-20T20:57:20.1572258Z [00:02:15.675]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2363873570/b305/_pkg_.a
2025-08-20T20:57:20.1573201Z [00:02:15.675]➜  packagefile net/textproto=/tmp/go-build2363873570/b296/_pkg_.a
2025-08-20T20:57:20.1574208Z [00:02:15.675]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build2363873570/b316/_pkg_.a
2025-08-20T20:57:20.1575246Z [00:02:15.675]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2363873570/b318/_pkg_.a
2025-08-20T20:57:20.1576142Z [00:02:15.675]➜  packagefile crypto/mlkem=/tmp/go-build2363873570/b309/_pkg_.a
2025-08-20T20:57:20.1577053Z [00:02:15.675]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2363873570/b310/_pkg_.a
2025-08-20T20:57:20.1578061Z [00:02:15.675]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2363873570/b312/_pkg_.a
2025-08-20T20:57:20.1579297Z [00:02:15.675]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2363873570/b313/_pkg_.a
2025-08-20T20:57:20.1580707Z [00:02:15.675]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2363873570/b314/_pkg_.a
2025-08-20T20:57:20.1581905Z [00:02:15.675]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build2363873570/b321/_pkg_.a
2025-08-20T20:57:20.1582880Z [00:02:15.675]➜  packagefile log/internal=/tmp/go-build2363873570/b246/_pkg_.a
2025-08-20T20:57:20.1583745Z [00:02:15.675]➜  packagefile internal/bisect=/tmp/go-build2363873570/b056/_pkg_.a
2025-08-20T20:57:20.1584776Z [00:02:15.675]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2363873570/b074/_pkg_.a
2025-08-20T20:57:20.1585858Z [00:02:15.675]➜  packagefile crypto/internal/entropy=/tmp/go-build2363873570/b088/_pkg_.a
2025-08-20T20:57:20.1586887Z [00:02:15.675]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2363873570/b077/_pkg_.a
2025-08-20T20:57:20.1587921Z [00:02:15.675]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2363873570/b083/_pkg_.a
2025-08-20T20:57:20.1588777Z [00:02:15.675]➜  packagefile math/rand/v2=/tmp/go-build2363873570/b091/_pkg_.a
2025-08-20T20:57:20.1589744Z [00:02:15.675]➜  packagefile crypto/sha3=/tmp/go-build2363873570/b106/_pkg_.a
2025-08-20T20:57:20.1590755Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build2363873570/b142/_pkg_.a
2025-08-20T20:57:20.1601920Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build2363873570/b152/_pkg_.a
2025-08-20T20:57:20.1603294Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build2363873570/b141/_pkg_.a
2025-08-20T20:57:20.1604453Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build2363873570/b153/_pkg_.a
2025-08-20T20:57:20.1605660Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build2363873570/b156/_pkg_.a
2025-08-20T20:57:20.1606880Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build2363873570/b158/_pkg_.a
2025-08-20T20:57:20.1608146Z [00:02:15.675]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build2363873570/b119/_pkg_.a
2025-08-20T20:57:20.1609518Z [00:02:15.675]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2363873570/b130/_pkg_.a
2025-08-20T20:57:20.1610807Z [00:02:15.675]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2363873570/b126/_pkg_.a
2025-08-20T20:57:20.1611860Z [00:02:15.675]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2363873570/b131/_pkg_.a
2025-08-20T20:57:20.1612963Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build2363873570/b147/_pkg_.a
2025-08-20T20:57:20.1614047Z [00:02:15.675]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2363873570/b173/_pkg_.a
2025-08-20T20:57:20.1615091Z [00:02:15.675]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2363873570/b078/_pkg_.a
2025-08-20T20:57:20.1616031Z [00:02:15.675]➜  packagefile internal/saferio=/tmp/go-build2363873570/b199/_pkg_.a
2025-08-20T20:57:20.1616845Z [00:02:15.675]➜  packagefile encoding/json=/tmp/go-build2363873570/b225/_pkg_.a
2025-08-20T20:57:20.1617799Z [00:02:15.675]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build2363873570/b226/_pkg_.a
2025-08-20T20:57:20.1618736Z [00:02:15.675]➜  packagefile unique=/tmp/go-build2363873570/b266/_pkg_.a
2025-08-20T20:57:20.1619764Z [00:02:15.675]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2363873570/b125/_pkg_.a
2025-08-20T20:57:20.1620876Z [00:02:15.675]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2363873570/b128/_pkg_.a
2025-08-20T20:57:20.1621993Z [00:02:15.675]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2363873570/b150/_pkg_.a
2025-08-20T20:57:20.1622976Z [00:02:15.675]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2363873570/b270/_pkg_.a
2025-08-20T20:57:20.1623870Z [00:02:15.675]➜  packagefile crypto/fips140=/tmp/go-build2363873570/b283/_pkg_.a
2025-08-20T20:57:20.1624887Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2363873570/b276/_pkg_.a
2025-08-20T20:57:20.1626265Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2363873570/b277/_pkg_.a
2025-08-20T20:57:20.1627508Z [00:02:15.675]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2363873570/b278/_pkg_.a
2025-08-20T20:57:20.1628621Z [00:02:15.675]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build2363873570/b279/_pkg_.a
2025-08-20T20:57:20.1629865Z [00:02:15.675]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2363873570/b292/_pkg_.a
2025-08-20T20:57:20.1630990Z [00:02:15.675]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2363873570/b294/_pkg_.a
2025-08-20T20:57:20.1632110Z [00:02:15.675]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2363873570/b295/_pkg_.a
2025-08-20T20:57:20.1633098Z [00:02:15.675]➜  packagefile mime/quotedprintable=/tmp/go-build2363873570/b301/_pkg_.a
2025-08-20T20:57:20.1634118Z [00:02:15.675]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2363873570/b311/_pkg_.a
2025-08-20T20:57:20.1635138Z [00:02:15.675]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2363873570/b315/_pkg_.a
2025-08-20T20:57:20.1636158Z [00:02:15.675]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build2363873570/b143/_pkg_.a
2025-08-20T20:57:20.1637266Z [00:02:15.675]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build2363873570/b157/_pkg_.a
2025-08-20T20:57:20.1638437Z [00:02:15.675]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2363873570/b127/_pkg_.a
2025-08-20T20:57:20.1639822Z [00:02:15.675]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2363873570/b151/_pkg_.a
2025-08-20T20:57:20.1641111Z [00:02:15.675]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2363873570/b293/_pkg_.a
2025-08-20T20:57:20.1642334Z [00:02:15.675]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2363873570/b144/_pkg_.a
2025-08-20T20:57:20.1657443Z [00:02:15.675]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/clone\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:20.1666885Z [00:02:15.675]➜  EOF
2025-08-20T20:57:20.1667167Z [00:02:15.675]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:20.1667468Z [00:02:15.675]➜  cd .
2025-08-20T20:57:20.1670007Z [00:02:15.675]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=OGJCtqtd36H-r65zGg2V/3q_Hi_bSXF-hTEytHR6a/p7fjKHonz55hMvDPXSPd/OGJCtqtd36H-r65zGg2V -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:20.6601026Z [00:02:16.196]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:20.6678699Z [00:02:16.204]➜  mkdir -p /build-bins/
2025-08-20T20:57:20.6679879Z [00:02:16.204]➜  cp $WORK/b001/exe/a.out /build-bins/git-clone
2025-08-20T20:57:20.6751180Z [00:02:16.212]➜  rm -rf $WORK/b001/
2025-08-20T20:57:20.7489450Z [00:02:16.285]➜  + go build -C ./_examples/checkout -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-checkout
2025-08-20T20:57:20.7514574Z [00:02:16.288]➜  WORK=/tmp/go-build131185192
2025-08-20T20:57:20.7872682Z [00:02:16.324]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:20.7873087Z [00:02:16.324]➜  git status --porcelain
2025-08-20T20:57:20.7925138Z [00:02:16.329]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:20.7925819Z [00:02:16.329]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:20.7940851Z [00:02:16.331]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:20.7951570Z [00:02:16.332]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:20.7970367Z [00:02:16.332]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:20.7972010Z [00:02:16.334]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:20.7973054Z [00:02:16.334]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:20.8233704Z [00:02:16.360]➜  0.026s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:20.8236039Z [00:02:16.360]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:20.8254073Z [00:02:16.362]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:20.8255813Z [00:02:16.362]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:20.8295961Z [00:02:16.364]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:20.8297334Z [00:02:16.364]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:20.8299399Z [00:02:16.366]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:20.8770261Z [00:02:16.413]➜  github.com/go-git/go-git/v6/_examples/checkout
2025-08-20T20:57:20.8771022Z [00:02:16.413]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:20.8773159Z [00:02:16.414]➜  cat >/tmp/go-build131185192/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:20.8773804Z [00:02:16.414]➜  # import config
2025-08-20T20:57:20.8774714Z [00:02:16.414]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:20.8775705Z [00:02:16.414]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:20.8776768Z [00:02:16.414]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:20.8777834Z [00:02:16.414]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:20.8778788Z [00:02:16.414]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:20.8779930Z [00:02:16.414]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:20.8780837Z [00:02:16.414]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:20.8781382Z [00:02:16.414]➜  EOF
2025-08-20T20:57:20.8781709Z [00:02:16.414]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout
2025-08-20T20:57:20.8783407Z [00:02:16.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout=>github.com/go-git/go-git/v6/_examples/checkout;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid 4i9Dbd1IoOF7241V5IOf/4i9Dbd1IoOF7241V5IOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:20.8986632Z [00:02:16.435]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:20.8993405Z [00:02:16.436]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/79/79673976336d20dd8c0e5849093c7b27a4b5e1029014f1000adb4976784633a4-d # internal
2025-08-20T20:57:20.9021170Z [00:02:16.438]➜  cat >/tmp/go-build131185192/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:20.9024635Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/_examples/checkout=/tmp/go-build131185192/b001/_pkg_.a
2025-08-20T20:57:20.9032274Z [00:02:16.439]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:20.9033960Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:20.9035864Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:20.9037829Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:20.9039970Z [00:02:16.439]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:20.9041747Z [00:02:16.439]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:20.9043180Z [00:02:16.439]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:20.9044311Z [00:02:16.439]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T20:57:20.9045378Z [00:02:16.439]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T20:57:20.9046439Z [00:02:16.439]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T20:57:20.9047502Z [00:02:16.439]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T20:57:20.9048540Z [00:02:16.439]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T20:57:20.9049698Z [00:02:16.439]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T20:57:20.9050806Z [00:02:16.439]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T20:57:20.9051784Z [00:02:16.439]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T20:57:20.9052796Z [00:02:16.439]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T20:57:20.9053903Z [00:02:16.439]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T20:57:20.9054931Z [00:02:16.439]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T20:57:20.9055920Z [00:02:16.439]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T20:57:20.9057469Z [00:02:16.439]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T20:57:20.9058523Z [00:02:16.439]➜  packagefile dario.cat/mergo=/root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d
2025-08-20T20:57:20.9060151Z [00:02:16.439]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T20:57:20.9061705Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d
2025-08-20T20:57:20.9063437Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d
2025-08-20T20:57:20.9064917Z [00:02:16.439]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d
2025-08-20T20:57:20.9066248Z [00:02:16.439]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d
2025-08-20T20:57:20.9067475Z [00:02:16.439]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d
2025-08-20T20:57:20.9068542Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:20.9070150Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d
2025-08-20T20:57:20.9071732Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d
2025-08-20T20:57:20.9073185Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d
2025-08-20T20:57:20.9074585Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d
2025-08-20T20:57:20.9075858Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d
2025-08-20T20:57:20.9077222Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d
2025-08-20T20:57:20.9078563Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d
2025-08-20T20:57:20.9080068Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d
2025-08-20T20:57:20.9081513Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d
2025-08-20T20:57:20.9082914Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d
2025-08-20T20:57:20.9084242Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d
2025-08-20T20:57:20.9085594Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:20.9086963Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d
2025-08-20T20:57:20.9088622Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d
2025-08-20T20:57:20.9090259Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d
2025-08-20T20:57:20.9091590Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d
2025-08-20T20:57:20.9092954Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d
2025-08-20T20:57:20.9094316Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d
2025-08-20T20:57:20.9095636Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d
2025-08-20T20:57:20.9097046Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d
2025-08-20T20:57:20.9098458Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d
2025-08-20T20:57:20.9100173Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d
2025-08-20T20:57:20.9101438Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d
2025-08-20T20:57:20.9102750Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d
2025-08-20T20:57:20.9104034Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d
2025-08-20T20:57:20.9105289Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:20.9106390Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d
2025-08-20T20:57:20.9107556Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d
2025-08-20T20:57:20.9108691Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d
2025-08-20T20:57:20.9110080Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d
2025-08-20T20:57:20.9111402Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d
2025-08-20T20:57:20.9112601Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d
2025-08-20T20:57:20.9113732Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d
2025-08-20T20:57:20.9114934Z [00:02:16.439]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d
2025-08-20T20:57:20.9115979Z [00:02:16.439]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d
2025-08-20T20:57:20.9116948Z [00:02:16.439]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T20:57:20.9117796Z [00:02:16.439]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T20:57:20.9118829Z [00:02:16.439]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T20:57:20.9119926Z [00:02:16.439]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T20:57:20.9120775Z [00:02:16.439]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T20:57:20.9121642Z [00:02:16.439]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T20:57:20.9122487Z [00:02:16.439]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T20:57:20.9123337Z [00:02:16.439]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:20.9124171Z [00:02:16.439]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T20:57:20.9125191Z [00:02:16.439]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T20:57:20.9126074Z [00:02:16.439]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T20:57:20.9126967Z [00:02:16.439]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T20:57:20.9127903Z [00:02:16.439]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T20:57:20.9129007Z [00:02:16.439]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T20:57:20.9129962Z [00:02:16.439]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T20:57:20.9130883Z [00:02:16.439]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T20:57:20.9131930Z [00:02:16.439]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T20:57:20.9132881Z [00:02:16.439]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T20:57:20.9133862Z [00:02:16.439]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T20:57:20.9134841Z [00:02:16.439]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T20:57:20.9135789Z [00:02:16.439]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T20:57:20.9136676Z [00:02:16.439]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T20:57:20.9137538Z [00:02:16.439]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T20:57:20.9138558Z [00:02:16.439]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T20:57:20.9139642Z [00:02:16.439]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T20:57:20.9140649Z [00:02:16.439]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T20:57:20.9141590Z [00:02:16.439]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T20:57:20.9142522Z [00:02:16.439]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T20:57:20.9144023Z [00:02:16.439]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T20:57:20.9145710Z [00:02:16.439]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T20:57:20.9147443Z [00:02:16.439]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T20:57:20.9149384Z [00:02:16.439]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T20:57:20.9151179Z [00:02:16.439]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T20:57:20.9152602Z [00:02:16.439]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T20:57:20.9153619Z [00:02:16.439]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T20:57:20.9154579Z [00:02:16.439]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T20:57:20.9155557Z [00:02:16.439]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T20:57:20.9156586Z [00:02:16.439]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T20:57:20.9158450Z [00:02:16.439]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T20:57:20.9159891Z [00:02:16.439]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T20:57:20.9160891Z [00:02:16.439]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T20:57:20.9161879Z [00:02:16.439]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T20:57:20.9162783Z [00:02:16.439]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T20:57:20.9163645Z [00:02:16.439]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T20:57:20.9164531Z [00:02:16.439]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T20:57:20.9165468Z [00:02:16.439]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T20:57:20.9166361Z [00:02:16.439]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T20:57:20.9167371Z [00:02:16.439]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T20:57:20.9168246Z [00:02:16.439]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T20:57:20.9169331Z [00:02:16.439]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T20:57:20.9170298Z [00:02:16.439]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T20:57:20.9171324Z [00:02:16.439]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T20:57:20.9172299Z [00:02:16.439]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T20:57:20.9173188Z [00:02:16.439]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T20:57:20.9174075Z [00:02:16.439]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T20:57:20.9175110Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d
2025-08-20T20:57:20.9176253Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d
2025-08-20T20:57:20.9177525Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d
2025-08-20T20:57:20.9178705Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d
2025-08-20T20:57:20.9180054Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d
2025-08-20T20:57:20.9181198Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d
2025-08-20T20:57:20.9182363Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d
2025-08-20T20:57:20.9183589Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d
2025-08-20T20:57:20.9184824Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d
2025-08-20T20:57:20.9186007Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d
2025-08-20T20:57:20.9187157Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d
2025-08-20T20:57:20.9188226Z [00:02:16.439]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T20:57:20.9189297Z [00:02:16.439]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T20:57:20.9190203Z [00:02:16.439]➜  packagefile compress/bzip2=/root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d
2025-08-20T20:57:20.9191114Z [00:02:16.439]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T20:57:20.9192161Z [00:02:16.439]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T20:57:20.9193065Z [00:02:16.439]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T20:57:20.9193943Z [00:02:16.439]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T20:57:20.9194819Z [00:02:16.439]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T20:57:20.9195704Z [00:02:16.439]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T20:57:20.9196589Z [00:02:16.439]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T20:57:20.9197631Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d
2025-08-20T20:57:20.9199000Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d
2025-08-20T20:57:20.9200258Z [00:02:16.439]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d
2025-08-20T20:57:20.9201307Z [00:02:16.439]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T20:57:20.9202347Z [00:02:16.439]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T20:57:20.9203224Z [00:02:16.439]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T20:57:20.9204253Z [00:02:16.439]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d
2025-08-20T20:57:20.9205377Z [00:02:16.439]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d
2025-08-20T20:57:20.9206429Z [00:02:16.439]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T20:57:20.9207498Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d
2025-08-20T20:57:20.9208500Z [00:02:16.439]➜  packagefile os/user=/root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d
2025-08-20T20:57:20.9209572Z [00:02:16.439]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T20:57:20.9210464Z [00:02:16.439]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T20:57:20.9211565Z [00:02:16.439]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d
2025-08-20T20:57:20.9212614Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d
2025-08-20T20:57:20.9213717Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d
2025-08-20T20:57:20.9214861Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d
2025-08-20T20:57:20.9216148Z [00:02:16.439]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d
2025-08-20T20:57:20.9217161Z [00:02:16.439]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d
2025-08-20T20:57:20.9218078Z [00:02:16.440]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T20:57:20.9219224Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d
2025-08-20T20:57:20.9220397Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d
2025-08-20T20:57:20.9221572Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d
2025-08-20T20:57:20.9222618Z [00:02:16.440]➜  packagefile net=/root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d
2025-08-20T20:57:20.9223663Z [00:02:16.440]➜  packagefile crypto/tls=/root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d
2025-08-20T20:57:20.9225277Z [00:02:16.440]➜  packagefile crypto/x509=/root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d
2025-08-20T20:57:20.9227148Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d
2025-08-20T20:57:20.9229578Z [00:02:16.440]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d
2025-08-20T20:57:20.9231339Z [00:02:16.440]➜  packagefile net/http=/root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d
2025-08-20T20:57:20.9232901Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d
2025-08-20T20:57:20.9234897Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d
2025-08-20T20:57:20.9237024Z [00:02:16.440]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d
2025-08-20T20:57:20.9238275Z [00:02:16.440]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d
2025-08-20T20:57:20.9239528Z [00:02:16.440]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d
2025-08-20T20:57:20.9240697Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d
2025-08-20T20:57:20.9241730Z [00:02:16.440]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:20.9242684Z [00:02:16.440]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d
2025-08-20T20:57:20.9243718Z [00:02:16.440]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d
2025-08-20T20:57:20.9244645Z [00:02:16.440]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T20:57:20.9245483Z [00:02:16.440]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T20:57:20.9246537Z [00:02:16.440]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T20:57:20.9247444Z [00:02:16.440]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T20:57:20.9248336Z [00:02:16.440]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T20:57:20.9249451Z [00:02:16.440]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T20:57:20.9250398Z [00:02:16.440]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T20:57:20.9251377Z [00:02:16.440]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T20:57:20.9252391Z [00:02:16.440]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T20:57:20.9253448Z [00:02:16.440]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T20:57:20.9254524Z [00:02:16.440]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T20:57:20.9255523Z [00:02:16.440]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T20:57:20.9256650Z [00:02:16.440]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T20:57:20.9257681Z [00:02:16.440]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T20:57:20.9258685Z [00:02:16.440]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T20:57:20.9259916Z [00:02:16.440]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T20:57:20.9260926Z [00:02:16.440]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T20:57:20.9261954Z [00:02:16.440]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T20:57:20.9262985Z [00:02:16.440]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T20:57:20.9264011Z [00:02:16.440]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T20:57:20.9265047Z [00:02:16.440]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T20:57:20.9266015Z [00:02:16.440]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T20:57:20.9267095Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d
2025-08-20T20:57:20.9268270Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d
2025-08-20T20:57:20.9269599Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d
2025-08-20T20:57:20.9270799Z [00:02:16.440]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T20:57:20.9271673Z [00:02:16.440]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T20:57:20.9272650Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d
2025-08-20T20:57:20.9273718Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d
2025-08-20T20:57:20.9274762Z [00:02:16.440]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d
2025-08-20T20:57:20.9275718Z [00:02:16.440]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T20:57:20.9276647Z [00:02:16.440]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T20:57:20.9277671Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d
2025-08-20T20:57:20.9278793Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d
2025-08-20T20:57:20.9280013Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d
2025-08-20T20:57:20.9281215Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d
2025-08-20T20:57:20.9282225Z [00:02:16.440]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T20:57:20.9283137Z [00:02:16.440]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T20:57:20.9284017Z [00:02:16.440]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T20:57:20.9284979Z [00:02:16.440]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T20:57:20.9286017Z [00:02:16.440]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T20:57:20.9287053Z [00:02:16.440]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T20:57:20.9288076Z [00:02:16.440]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T20:57:20.9289159Z [00:02:16.440]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T20:57:20.9290127Z [00:02:16.440]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d
2025-08-20T20:57:20.9291073Z [00:02:16.440]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T20:57:20.9291958Z [00:02:16.440]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T20:57:20.9292922Z [00:02:16.440]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T20:57:20.9294006Z [00:02:16.440]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d
2025-08-20T20:57:20.9295133Z [00:02:16.440]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T20:57:20.9296010Z [00:02:16.440]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T20:57:20.9296986Z [00:02:16.440]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d
2025-08-20T20:57:20.9298009Z [00:02:16.440]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d
2025-08-20T20:57:20.9299157Z [00:02:16.440]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d
2025-08-20T20:57:20.9300237Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d
2025-08-20T20:57:20.9301371Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d
2025-08-20T20:57:20.9302475Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d
2025-08-20T20:57:20.9303528Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d
2025-08-20T20:57:20.9304730Z [00:02:16.440]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d
2025-08-20T20:57:20.9305852Z [00:02:16.440]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T20:57:20.9306898Z [00:02:16.440]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T20:57:20.9307868Z [00:02:16.440]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T20:57:20.9308792Z [00:02:16.440]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T20:57:20.9309781Z [00:02:16.440]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T20:57:20.9310696Z [00:02:16.440]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T20:57:20.9311812Z [00:02:16.440]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T20:57:20.9312813Z [00:02:16.440]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T20:57:20.9313855Z [00:02:16.440]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T20:57:20.9314890Z [00:02:16.440]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T20:57:20.9315892Z [00:02:16.440]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T20:57:20.9316816Z [00:02:16.440]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T20:57:20.9317691Z [00:02:16.440]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T20:57:20.9318813Z [00:02:16.440]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T20:57:20.9319938Z [00:02:16.440]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T20:57:20.9320973Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T20:57:20.9322094Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T20:57:20.9323065Z [00:02:16.440]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T20:57:20.9323964Z [00:02:16.440]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T20:57:20.9325023Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T20:57:20.9326037Z [00:02:16.440]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T20:57:20.9327036Z [00:02:16.440]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d
2025-08-20T20:57:20.9328136Z [00:02:16.440]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d
2025-08-20T20:57:20.9329481Z [00:02:16.440]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T20:57:20.9330534Z [00:02:16.440]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T20:57:20.9331450Z [00:02:16.440]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T20:57:20.9332332Z [00:02:16.440]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T20:57:20.9333259Z [00:02:16.440]➜  packagefile net/http/httptrace=/root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d
2025-08-20T20:57:20.9334201Z [00:02:16.440]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T20:57:20.9335181Z [00:02:16.440]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T20:57:20.9336199Z [00:02:16.440]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T20:57:20.9337166Z [00:02:16.440]➜  packagefile net/textproto=/root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d
2025-08-20T20:57:20.9338184Z [00:02:16.440]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d
2025-08-20T20:57:20.9339358Z [00:02:16.440]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d
2025-08-20T20:57:20.9340310Z [00:02:16.440]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T20:57:20.9341276Z [00:02:16.440]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T20:57:20.9342435Z [00:02:16.440]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T20:57:20.9343514Z [00:02:16.440]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T20:57:20.9344668Z [00:02:16.440]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d
2025-08-20T20:57:20.9345779Z [00:02:16.440]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d
2025-08-20T20:57:20.9346759Z [00:02:16.440]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T20:57:20.9347674Z [00:02:16.440]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T20:57:20.9348692Z [00:02:16.440]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T20:57:20.9349824Z [00:02:16.440]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T20:57:20.9350834Z [00:02:16.440]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T20:57:20.9351870Z [00:02:16.440]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T20:57:20.9352936Z [00:02:16.440]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T20:57:20.9353824Z [00:02:16.440]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T20:57:20.9354851Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d
2025-08-20T20:57:20.9355952Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d
2025-08-20T20:57:20.9357048Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d
2025-08-20T20:57:20.9358138Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d
2025-08-20T20:57:20.9359341Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d
2025-08-20T20:57:20.9360481Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d
2025-08-20T20:57:20.9361635Z [00:02:16.440]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d
2025-08-20T20:57:20.9362745Z [00:02:16.440]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T20:57:20.9363793Z [00:02:16.440]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T20:57:20.9364827Z [00:02:16.440]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T20:57:20.9365895Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d
2025-08-20T20:57:20.9367087Z [00:02:16.440]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T20:57:20.9368105Z [00:02:16.440]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T20:57:20.9369184Z [00:02:16.440]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T20:57:20.9370091Z [00:02:16.440]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T20:57:20.9371065Z [00:02:16.440]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d
2025-08-20T20:57:20.9371999Z [00:02:16.440]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T20:57:20.9372955Z [00:02:16.440]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T20:57:20.9374053Z [00:02:16.440]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T20:57:20.9375144Z [00:02:16.440]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T20:57:20.9376169Z [00:02:16.440]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T20:57:20.9377252Z [00:02:16.440]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T20:57:20.9378253Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T20:57:20.9379474Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T20:57:20.9380622Z [00:02:16.440]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T20:57:20.9381713Z [00:02:16.440]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T20:57:20.9382787Z [00:02:16.440]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T20:57:20.9383893Z [00:02:16.440]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T20:57:20.9384991Z [00:02:16.440]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T20:57:20.9386018Z [00:02:16.440]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T20:57:20.9387053Z [00:02:16.440]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T20:57:20.9388105Z [00:02:16.440]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d
2025-08-20T20:57:20.9389252Z [00:02:16.440]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T20:57:20.9390344Z [00:02:16.440]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d
2025-08-20T20:57:20.9391579Z [00:02:16.440]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T20:57:20.9392676Z [00:02:16.440]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T20:57:20.9393760Z [00:02:16.440]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T20:57:20.9394843Z [00:02:16.441]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T20:57:20.9404085Z [00:02:16.441]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/checkout\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:20.9411596Z [00:02:16.441]➜  EOF
2025-08-20T20:57:20.9411878Z [00:02:16.441]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:20.9412388Z [00:02:16.441]➜  cd .
2025-08-20T20:57:20.9414758Z [00:02:16.441]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=U4rAkOu_LHgb5Qjxu4kR/4i9Dbd1IoOF7241V5IOf/Rlno_0b2vrrXmDBNsafk/U4rAkOu_LHgb5Qjxu4kR -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:21.4151639Z [00:02:16.952]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:21.4229158Z [00:02:16.959]➜  mkdir -p /build-bins/
2025-08-20T20:57:21.4230027Z [00:02:16.959]➜  cp $WORK/b001/exe/a.out /build-bins/git-checkout
2025-08-20T20:57:21.4302242Z [00:02:16.967]➜  rm -rf $WORK/b001/
2025-08-20T20:57:21.4341227Z [00:02:16.971]➜  + go build -C ./_examples/pull -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-pull
2025-08-20T20:57:21.4368445Z [00:02:16.973]➜  WORK=/tmp/go-build3760148905
2025-08-20T20:57:21.4736709Z [00:02:17.010]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:21.4737231Z [00:02:17.010]➜  git status --porcelain
2025-08-20T20:57:21.4784705Z [00:02:17.015]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:21.4785461Z [00:02:17.015]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:21.4801678Z [00:02:17.017]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:21.4812263Z [00:02:17.018]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:21.4813845Z [00:02:17.018]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:21.4832207Z [00:02:17.020]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:21.4833931Z [00:02:17.020]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:21.5096623Z [00:02:17.046]➜  0.026s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:21.5098738Z [00:02:17.046]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:21.5117507Z [00:02:17.048]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:21.5119433Z [00:02:17.048]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:21.5134472Z [00:02:17.050]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:21.5135492Z [00:02:17.050]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:21.5150143Z [00:02:17.051]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:21.5606242Z [00:02:17.097]➜  github.com/go-git/go-git/v6/_examples/pull
2025-08-20T20:57:21.5606960Z [00:02:17.097]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:21.5608047Z [00:02:17.097]➜  cat >/tmp/go-build3760148905/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:21.5608788Z [00:02:17.097]➜  # import config
2025-08-20T20:57:21.5610003Z [00:02:17.097]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:21.5611681Z [00:02:17.097]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:21.5613324Z [00:02:17.097]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:21.5614320Z [00:02:17.097]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:21.5615203Z [00:02:17.097]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:21.5616097Z [00:02:17.097]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:21.5616640Z [00:02:17.097]➜  EOF
2025-08-20T20:57:21.5617219Z [00:02:17.098]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/pull
2025-08-20T20:57:21.5619136Z [00:02:17.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/pull=>github.com/go-git/go-git/v6/_examples/pull;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid 6JL8oSZssNgaVb8EXRGg/6JL8oSZssNgaVb8EXRGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:21.5805162Z [00:02:17.117]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:21.5810754Z [00:02:17.118]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/a2/a29ba2163c0ec19ae09ed9c220943c293ed72e61503cb9ac17594b788b9857cb-d # internal
2025-08-20T20:57:21.5840489Z [00:02:17.120]➜  cat >/tmp/go-build3760148905/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:21.5842465Z [00:02:17.120]➜  packagefile github.com/go-git/go-git/v6/_examples/pull=/tmp/go-build3760148905/b001/_pkg_.a
2025-08-20T20:57:21.5846500Z [00:02:17.120]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:21.5849261Z [00:02:17.120]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:21.5851554Z [00:02:17.120]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:21.5853327Z [00:02:17.120]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:21.5855009Z [00:02:17.120]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:21.5856894Z [00:02:17.120]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:21.5858505Z [00:02:17.120]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T20:57:21.5860609Z [00:02:17.120]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T20:57:21.5862214Z [00:02:17.120]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T20:57:21.5863727Z [00:02:17.120]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T20:57:21.5865259Z [00:02:17.120]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T20:57:21.5866932Z [00:02:17.120]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T20:57:21.5868625Z [00:02:17.120]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T20:57:21.5870448Z [00:02:17.120]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T20:57:21.5872147Z [00:02:17.120]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T20:57:21.5873791Z [00:02:17.120]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T20:57:21.5875499Z [00:02:17.120]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T20:57:21.5877171Z [00:02:17.120]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T20:57:21.5878820Z [00:02:17.120]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T20:57:21.5880449Z [00:02:17.120]➜  packagefile dario.cat/mergo=/root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d
2025-08-20T20:57:21.5881888Z [00:02:17.120]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T20:57:21.5883853Z [00:02:17.120]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d
2025-08-20T20:57:21.5885742Z [00:02:17.120]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d
2025-08-20T20:57:21.5887175Z [00:02:17.120]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d
2025-08-20T20:57:21.5888255Z [00:02:17.120]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d
2025-08-20T20:57:21.5889691Z [00:02:17.121]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d
2025-08-20T20:57:21.5890742Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:21.5891842Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d
2025-08-20T20:57:21.5892988Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d
2025-08-20T20:57:21.5894352Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d
2025-08-20T20:57:21.5895534Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d
2025-08-20T20:57:21.5896685Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d
2025-08-20T20:57:21.5897774Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:21.5899065Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d
2025-08-20T20:57:21.5900289Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d
2025-08-20T20:57:21.5901470Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d
2025-08-20T20:57:21.5902704Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d
2025-08-20T20:57:21.5903904Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d
2025-08-20T20:57:21.5905080Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d
2025-08-20T20:57:21.5906229Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:21.5907402Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d
2025-08-20T20:57:21.5909012Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d
2025-08-20T20:57:21.5910324Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d
2025-08-20T20:57:21.5911529Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d
2025-08-20T20:57:21.5912658Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d
2025-08-20T20:57:21.5913803Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d
2025-08-20T20:57:21.5915002Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d
2025-08-20T20:57:21.5916470Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d
2025-08-20T20:57:21.5917873Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d
2025-08-20T20:57:21.5919427Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d
2025-08-20T20:57:21.5920589Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d
2025-08-20T20:57:21.5921708Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d
2025-08-20T20:57:21.5922886Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d
2025-08-20T20:57:21.5924038Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:21.5925132Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d
2025-08-20T20:57:21.5926217Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d
2025-08-20T20:57:21.5927333Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d
2025-08-20T20:57:21.5928520Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d
2025-08-20T20:57:21.5930626Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d
2025-08-20T20:57:21.5932824Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d
2025-08-20T20:57:21.5934378Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d
2025-08-20T20:57:21.5935425Z [00:02:17.121]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d
2025-08-20T20:57:21.5936644Z [00:02:17.121]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d
2025-08-20T20:57:21.5937621Z [00:02:17.121]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T20:57:21.5938616Z [00:02:17.121]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T20:57:21.5939729Z [00:02:17.121]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T20:57:21.5940653Z [00:02:17.121]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T20:57:21.5941496Z [00:02:17.121]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T20:57:21.5942351Z [00:02:17.121]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T20:57:21.5943205Z [00:02:17.121]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T20:57:21.5944043Z [00:02:17.121]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:21.5944927Z [00:02:17.121]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T20:57:21.5946013Z [00:02:17.121]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T20:57:21.5946987Z [00:02:17.121]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T20:57:21.5947958Z [00:02:17.121]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T20:57:21.5949040Z [00:02:17.121]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T20:57:21.5949957Z [00:02:17.121]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T20:57:21.5950899Z [00:02:17.121]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T20:57:21.5951888Z [00:02:17.121]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T20:57:21.5952870Z [00:02:17.121]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T20:57:21.5953822Z [00:02:17.121]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T20:57:21.5954703Z [00:02:17.121]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T20:57:21.5955567Z [00:02:17.121]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T20:57:21.5956440Z [00:02:17.121]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T20:57:21.5957370Z [00:02:17.121]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T20:57:21.5958349Z [00:02:17.121]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T20:57:21.5959606Z [00:02:17.121]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T20:57:21.5960539Z [00:02:17.121]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T20:57:21.5961498Z [00:02:17.121]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T20:57:21.5962443Z [00:02:17.121]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T20:57:21.5963393Z [00:02:17.121]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T20:57:21.5964389Z [00:02:17.121]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T20:57:21.5965377Z [00:02:17.121]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T20:57:21.5966366Z [00:02:17.121]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T20:57:21.5967331Z [00:02:17.121]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T20:57:21.5968273Z [00:02:17.121]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T20:57:21.5969671Z [00:02:17.121]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T20:57:21.5970699Z [00:02:17.121]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T20:57:21.5971699Z [00:02:17.121]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T20:57:21.5972682Z [00:02:17.121]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T20:57:21.5973677Z [00:02:17.121]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T20:57:21.5974655Z [00:02:17.121]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T20:57:21.5975564Z [00:02:17.121]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T20:57:21.5976445Z [00:02:17.121]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T20:57:21.5977345Z [00:02:17.121]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T20:57:21.5978279Z [00:02:17.121]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T20:57:21.5979351Z [00:02:17.121]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T20:57:21.5980202Z [00:02:17.121]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T20:57:21.5981079Z [00:02:17.121]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T20:57:21.5981995Z [00:02:17.121]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T20:57:21.5982893Z [00:02:17.121]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T20:57:21.5983956Z [00:02:17.121]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T20:57:21.5984987Z [00:02:17.121]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T20:57:21.5985933Z [00:02:17.121]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T20:57:21.5986803Z [00:02:17.121]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T20:57:21.5987696Z [00:02:17.121]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T20:57:21.5988588Z [00:02:17.121]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T20:57:21.5989821Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d
2025-08-20T20:57:21.5990982Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d
2025-08-20T20:57:21.5992131Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d
2025-08-20T20:57:21.5993439Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d
2025-08-20T20:57:21.5994605Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d
2025-08-20T20:57:21.5995759Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d
2025-08-20T20:57:21.5996920Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d
2025-08-20T20:57:21.5998146Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d
2025-08-20T20:57:21.5999641Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d
2025-08-20T20:57:21.6000845Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d
2025-08-20T20:57:21.6002009Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d
2025-08-20T20:57:21.6003082Z [00:02:17.121]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T20:57:21.6004014Z [00:02:17.121]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T20:57:21.6004910Z [00:02:17.121]➜  packagefile compress/bzip2=/root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d
2025-08-20T20:57:21.6005848Z [00:02:17.121]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T20:57:21.6006762Z [00:02:17.121]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T20:57:21.6007839Z [00:02:17.121]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T20:57:21.6008734Z [00:02:17.121]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T20:57:21.6009922Z [00:02:17.121]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T20:57:21.6010817Z [00:02:17.121]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T20:57:21.6011708Z [00:02:17.121]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T20:57:21.6012630Z [00:02:17.121]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T20:57:21.6013684Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d
2025-08-20T20:57:21.6014926Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d
2025-08-20T20:57:21.6016135Z [00:02:17.121]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d
2025-08-20T20:57:21.6017201Z [00:02:17.121]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T20:57:21.6018260Z [00:02:17.121]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T20:57:21.6019389Z [00:02:17.121]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T20:57:21.6020416Z [00:02:17.121]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d
2025-08-20T20:57:21.6021539Z [00:02:17.121]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d
2025-08-20T20:57:21.6022600Z [00:02:17.121]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T20:57:21.6023672Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d
2025-08-20T20:57:21.6024698Z [00:02:17.121]➜  packagefile os/user=/root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d
2025-08-20T20:57:21.6025560Z [00:02:17.121]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T20:57:21.6026592Z [00:02:17.121]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T20:57:21.6027551Z [00:02:17.121]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d
2025-08-20T20:57:21.6028602Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d
2025-08-20T20:57:21.6029835Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d
2025-08-20T20:57:21.6030996Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d
2025-08-20T20:57:21.6032144Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d
2025-08-20T20:57:21.6033158Z [00:02:17.121]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d
2025-08-20T20:57:21.6034081Z [00:02:17.121]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T20:57:21.6035108Z [00:02:17.121]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d
2025-08-20T20:57:21.6036406Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d
2025-08-20T20:57:21.6037585Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d
2025-08-20T20:57:21.6038592Z [00:02:17.121]➜  packagefile net=/root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d
2025-08-20T20:57:21.6039679Z [00:02:17.121]➜  packagefile crypto/tls=/root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d
2025-08-20T20:57:21.6040598Z [00:02:17.121]➜  packagefile crypto/x509=/root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d
2025-08-20T20:57:21.6041657Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d
2025-08-20T20:57:21.6042797Z [00:02:17.121]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d
2025-08-20T20:57:21.6043754Z [00:02:17.121]➜  packagefile net/http=/root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d
2025-08-20T20:57:21.6044855Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d
2025-08-20T20:57:21.6046134Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d
2025-08-20T20:57:21.6047285Z [00:02:17.121]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d
2025-08-20T20:57:21.6048293Z [00:02:17.121]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d
2025-08-20T20:57:21.6049570Z [00:02:17.121]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d
2025-08-20T20:57:21.6051854Z [00:02:17.121]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d
2025-08-20T20:57:21.6053696Z [00:02:17.121]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:21.6055404Z [00:02:17.121]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d
2025-08-20T20:57:21.6057258Z [00:02:17.121]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d
2025-08-20T20:57:21.6059127Z [00:02:17.121]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T20:57:21.6060740Z [00:02:17.121]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T20:57:21.6062402Z [00:02:17.122]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T20:57:21.6064108Z [00:02:17.122]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T20:57:21.6065858Z [00:02:17.122]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T20:57:21.6067566Z [00:02:17.122]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T20:57:21.6069551Z [00:02:17.122]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T20:57:21.6071596Z [00:02:17.122]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T20:57:21.6073412Z [00:02:17.122]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T20:57:21.6075190Z [00:02:17.122]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T20:57:21.6077111Z [00:02:17.122]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T20:57:21.6079066Z [00:02:17.122]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T20:57:21.6091815Z [00:02:17.122]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T20:57:21.6093730Z [00:02:17.122]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T20:57:21.6095529Z [00:02:17.122]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T20:57:21.6097170Z [00:02:17.122]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T20:57:21.6099050Z [00:02:17.122]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T20:57:21.6100781Z [00:02:17.122]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T20:57:21.6102519Z [00:02:17.122]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T20:57:21.6104252Z [00:02:17.122]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T20:57:21.6106204Z [00:02:17.122]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T20:57:21.6107816Z [00:02:17.122]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T20:57:21.6109797Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d
2025-08-20T20:57:21.6111853Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d
2025-08-20T20:57:21.6113840Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d
2025-08-20T20:57:21.6115532Z [00:02:17.122]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T20:57:21.6117002Z [00:02:17.122]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T20:57:21.6118667Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d
2025-08-20T20:57:21.6120676Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d
2025-08-20T20:57:21.6122520Z [00:02:17.122]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d
2025-08-20T20:57:21.6124355Z [00:02:17.122]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T20:57:21.6126002Z [00:02:17.122]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T20:57:21.6127746Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d
2025-08-20T20:57:21.6129810Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d
2025-08-20T20:57:21.6131680Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d
2025-08-20T20:57:21.6133512Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d
2025-08-20T20:57:21.6135210Z [00:02:17.122]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T20:57:21.6136841Z [00:02:17.122]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T20:57:21.6138348Z [00:02:17.122]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T20:57:21.6140135Z [00:02:17.122]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T20:57:21.6141977Z [00:02:17.122]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T20:57:21.6143772Z [00:02:17.122]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T20:57:21.6145516Z [00:02:17.122]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T20:57:21.6147346Z [00:02:17.122]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T20:57:21.6149166Z [00:02:17.122]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d
2025-08-20T20:57:21.6150807Z [00:02:17.122]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T20:57:21.6152351Z [00:02:17.122]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T20:57:21.6153958Z [00:02:17.122]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T20:57:21.6155780Z [00:02:17.122]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d
2025-08-20T20:57:21.6157461Z [00:02:17.122]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T20:57:21.6159139Z [00:02:17.122]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T20:57:21.6160833Z [00:02:17.122]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d
2025-08-20T20:57:21.6162562Z [00:02:17.122]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d
2025-08-20T20:57:21.6164439Z [00:02:17.122]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d
2025-08-20T20:57:21.6166246Z [00:02:17.122]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d
2025-08-20T20:57:21.6168179Z [00:02:17.122]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d
2025-08-20T20:57:21.6170186Z [00:02:17.122]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d
2025-08-20T20:57:21.6171982Z [00:02:17.122]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d
2025-08-20T20:57:21.6173829Z [00:02:17.122]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d
2025-08-20T20:57:21.6175715Z [00:02:17.122]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T20:57:21.6177435Z [00:02:17.122]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T20:57:21.6179122Z [00:02:17.122]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T20:57:21.6180678Z [00:02:17.122]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T20:57:21.6182152Z [00:02:17.122]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T20:57:21.6183680Z [00:02:17.122]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T20:57:21.6185209Z [00:02:17.122]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T20:57:21.6186986Z [00:02:17.122]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T20:57:21.6188697Z [00:02:17.122]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T20:57:21.6190172Z [00:02:17.122]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T20:57:21.6191219Z [00:02:17.122]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T20:57:21.6192159Z [00:02:17.122]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T20:57:21.6193055Z [00:02:17.122]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T20:57:21.6194064Z [00:02:17.122]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T20:57:21.6195048Z [00:02:17.122]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T20:57:21.6196101Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T20:57:21.6197236Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T20:57:21.6198355Z [00:02:17.122]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T20:57:21.6199535Z [00:02:17.122]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T20:57:21.6200622Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T20:57:21.6201654Z [00:02:17.122]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T20:57:21.6202666Z [00:02:17.122]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d
2025-08-20T20:57:21.6203780Z [00:02:17.122]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d
2025-08-20T20:57:21.6204875Z [00:02:17.122]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T20:57:21.6205911Z [00:02:17.122]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T20:57:21.6206840Z [00:02:17.122]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T20:57:21.6207723Z [00:02:17.122]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T20:57:21.6208648Z [00:02:17.122]➜  packagefile net/http/httptrace=/root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d
2025-08-20T20:57:21.6209805Z [00:02:17.122]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T20:57:21.6210797Z [00:02:17.122]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T20:57:21.6211841Z [00:02:17.122]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T20:57:21.6212973Z [00:02:17.122]➜  packagefile net/textproto=/root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d
2025-08-20T20:57:21.6214008Z [00:02:17.122]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d
2025-08-20T20:57:21.6215085Z [00:02:17.122]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d
2025-08-20T20:57:21.6216047Z [00:02:17.122]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T20:57:21.6217146Z [00:02:17.122]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T20:57:21.6218187Z [00:02:17.122]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T20:57:21.6219447Z [00:02:17.122]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T20:57:21.6220646Z [00:02:17.122]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d
2025-08-20T20:57:21.6221769Z [00:02:17.122]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d
2025-08-20T20:57:21.6222757Z [00:02:17.122]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T20:57:21.6223821Z [00:02:17.122]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T20:57:21.6224870Z [00:02:17.122]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T20:57:21.6225917Z [00:02:17.122]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T20:57:21.6226935Z [00:02:17.122]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T20:57:21.6227978Z [00:02:17.122]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T20:57:21.6229099Z [00:02:17.122]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T20:57:21.6229998Z [00:02:17.122]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T20:57:21.6231035Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d
2025-08-20T20:57:21.6232132Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d
2025-08-20T20:57:21.6233223Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d
2025-08-20T20:57:21.6234320Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d
2025-08-20T20:57:21.6235432Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d
2025-08-20T20:57:21.6236567Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d
2025-08-20T20:57:21.6237921Z [00:02:17.122]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d
2025-08-20T20:57:21.6239243Z [00:02:17.122]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T20:57:21.6240333Z [00:02:17.122]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T20:57:21.6241381Z [00:02:17.122]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T20:57:21.6242455Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d
2025-08-20T20:57:21.6243535Z [00:02:17.122]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T20:57:21.6244551Z [00:02:17.122]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T20:57:21.6245519Z [00:02:17.122]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T20:57:21.6246430Z [00:02:17.122]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T20:57:21.6247537Z [00:02:17.122]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d
2025-08-20T20:57:21.6248492Z [00:02:17.122]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T20:57:21.6249621Z [00:02:17.122]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T20:57:21.6250729Z [00:02:17.122]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T20:57:21.6251832Z [00:02:17.122]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T20:57:21.6252859Z [00:02:17.122]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T20:57:21.6253832Z [00:02:17.122]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T20:57:21.6254839Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T20:57:21.6255964Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T20:57:21.6257121Z [00:02:17.122]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T20:57:21.6258199Z [00:02:17.122]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T20:57:21.6259396Z [00:02:17.122]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T20:57:21.6260519Z [00:02:17.122]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T20:57:21.6261748Z [00:02:17.122]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T20:57:21.6262784Z [00:02:17.122]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T20:57:21.6263830Z [00:02:17.122]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T20:57:21.6264887Z [00:02:17.122]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d
2025-08-20T20:57:21.6265940Z [00:02:17.122]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T20:57:21.6267029Z [00:02:17.122]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d
2025-08-20T20:57:21.6268147Z [00:02:17.122]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T20:57:21.6269402Z [00:02:17.122]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T20:57:21.6270503Z [00:02:17.122]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T20:57:21.6271579Z [00:02:17.122]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T20:57:21.6280807Z [00:02:17.122]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/pull\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:21.6288245Z [00:02:17.122]➜  EOF
2025-08-20T20:57:21.6288623Z [00:02:17.122]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:21.6289128Z [00:02:17.122]➜  cd .
2025-08-20T20:57:21.6291434Z [00:02:17.122]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=AWmFmMSa8okUb9Dk8LCz/6JL8oSZssNgaVb8EXRGg/2Or6625CffqcVt_E0tAf/AWmFmMSa8okUb9Dk8LCz -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:22.1024547Z [00:02:17.639]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:22.1103595Z [00:02:17.647]➜  mkdir -p /build-bins/
2025-08-20T20:57:22.1104317Z [00:02:17.647]➜  cp $WORK/b001/exe/a.out /build-bins/git-pull
2025-08-20T20:57:22.1176300Z [00:02:17.654]➜  rm -rf $WORK/b001/
2025-08-20T20:57:22.1217243Z [00:02:17.658]➜  + go build -C ./_examples/log -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-log
2025-08-20T20:57:22.1243713Z [00:02:17.661]➜  WORK=/tmp/go-build3500635627
2025-08-20T20:57:22.1626678Z [00:02:17.699]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:22.1627381Z [00:02:17.699]➜  git status --porcelain
2025-08-20T20:57:22.1674851Z [00:02:17.704]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:22.1675626Z [00:02:17.704]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:22.1692592Z [00:02:17.706]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:22.1704123Z [00:02:17.707]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:22.1705597Z [00:02:17.707]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:22.1723671Z [00:02:17.709]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:22.1725480Z [00:02:17.709]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:22.1987572Z [00:02:17.735]➜  0.026s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:22.1991016Z [00:02:17.736]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:22.2009445Z [00:02:17.737]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:22.2010750Z [00:02:17.737]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:22.2024655Z [00:02:17.739]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:22.2025548Z [00:02:17.739]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:22.2040056Z [00:02:17.740]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:22.2503483Z [00:02:17.787]➜  github.com/go-git/go-git/v6/_examples/log
2025-08-20T20:57:22.2504204Z [00:02:17.787]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:22.2505992Z [00:02:17.787]➜  cat >/tmp/go-build3500635627/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:22.2506718Z [00:02:17.787]➜  # import config
2025-08-20T20:57:22.2507731Z [00:02:17.787]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:22.2509251Z [00:02:17.787]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:22.2510337Z [00:02:17.787]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:22.2511433Z [00:02:17.787]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:22.2512585Z [00:02:17.787]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:22.2513578Z [00:02:17.787]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:22.2514425Z [00:02:17.787]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:22.2515318Z [00:02:17.787]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:22.2515853Z [00:02:17.787]➜  EOF
2025-08-20T20:57:22.2516167Z [00:02:17.787]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/log
2025-08-20T20:57:22.2518143Z [00:02:17.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/log=>github.com/go-git/go-git/v6/_examples/log;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid Qopw_J-iJBAoShlXzgyq/Qopw_J-iJBAoShlXzgyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:22.2696659Z [00:02:17.806]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:22.2703071Z [00:02:17.807]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/30/30423536d8b349e7df39636172df2bef411375ce426df8f9200c84c73fec4c34-d # internal
2025-08-20T20:57:22.2730477Z [00:02:17.810]➜  cat >/tmp/go-build3500635627/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:22.2740447Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/_examples/log=/tmp/go-build3500635627/b001/_pkg_.a
2025-08-20T20:57:22.2742074Z [00:02:17.810]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:22.2743826Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:22.2745756Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:22.2747828Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:22.2750273Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:22.2752078Z [00:02:17.810]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:22.2753702Z [00:02:17.810]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:22.2755316Z [00:02:17.810]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:22.2756961Z [00:02:17.810]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T20:57:22.2758677Z [00:02:17.810]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T20:57:22.2760632Z [00:02:17.810]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T20:57:22.2762453Z [00:02:17.810]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T20:57:22.2763837Z [00:02:17.810]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:22.2765212Z [00:02:17.810]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T20:57:22.2766861Z [00:02:17.810]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T20:57:22.2768347Z [00:02:17.810]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T20:57:22.2769623Z [00:02:17.810]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T20:57:22.2770565Z [00:02:17.810]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T20:57:22.2771454Z [00:02:17.810]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T20:57:22.2772364Z [00:02:17.810]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T20:57:22.2773258Z [00:02:17.810]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T20:57:22.2774147Z [00:02:17.810]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T20:57:22.2775252Z [00:02:17.810]➜  packagefile dario.cat/mergo=/root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d
2025-08-20T20:57:22.2776165Z [00:02:17.810]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T20:57:22.2777192Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d
2025-08-20T20:57:22.2778363Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d
2025-08-20T20:57:22.2779702Z [00:02:17.810]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d
2025-08-20T20:57:22.2780769Z [00:02:17.810]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d
2025-08-20T20:57:22.2781849Z [00:02:17.810]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d
2025-08-20T20:57:22.2782900Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:22.2784010Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d
2025-08-20T20:57:22.2785168Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d
2025-08-20T20:57:22.2786335Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d
2025-08-20T20:57:22.2787518Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d
2025-08-20T20:57:22.2788780Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d
2025-08-20T20:57:22.2790101Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:22.2791205Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d
2025-08-20T20:57:22.2792351Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d
2025-08-20T20:57:22.2793541Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d
2025-08-20T20:57:22.2794766Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d
2025-08-20T20:57:22.2796098Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d
2025-08-20T20:57:22.2797287Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d
2025-08-20T20:57:22.2798484Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d
2025-08-20T20:57:22.2800049Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d
2025-08-20T20:57:22.2801363Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d
2025-08-20T20:57:22.2802580Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d
2025-08-20T20:57:22.2803717Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d
2025-08-20T20:57:22.2804859Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d
2025-08-20T20:57:22.2806048Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d
2025-08-20T20:57:22.2807239Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d
2025-08-20T20:57:22.2808428Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d
2025-08-20T20:57:22.2809839Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d
2025-08-20T20:57:22.2810964Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d
2025-08-20T20:57:22.2812222Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d
2025-08-20T20:57:22.2814361Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d
2025-08-20T20:57:22.2816670Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d
2025-08-20T20:57:22.2818621Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d
2025-08-20T20:57:22.2820975Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d
2025-08-20T20:57:22.2822425Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d
2025-08-20T20:57:22.2823786Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d
2025-08-20T20:57:22.2825722Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d
2025-08-20T20:57:22.2826913Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d
2025-08-20T20:57:22.2827960Z [00:02:17.810]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d
2025-08-20T20:57:22.2829249Z [00:02:17.810]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d
2025-08-20T20:57:22.2830547Z [00:02:17.810]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T20:57:22.2831440Z [00:02:17.810]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T20:57:22.2832340Z [00:02:17.810]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T20:57:22.2833220Z [00:02:17.810]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T20:57:22.2834055Z [00:02:17.810]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T20:57:22.2834900Z [00:02:17.810]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T20:57:22.2835759Z [00:02:17.810]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T20:57:22.2836643Z [00:02:17.810]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T20:57:22.2837707Z [00:02:17.810]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d
2025-08-20T20:57:22.2838996Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d
2025-08-20T20:57:22.2840145Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d
2025-08-20T20:57:22.2841221Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d
2025-08-20T20:57:22.2842228Z [00:02:17.810]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T20:57:22.2843158Z [00:02:17.810]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T20:57:22.2844235Z [00:02:17.810]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T20:57:22.2845163Z [00:02:17.810]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T20:57:22.2846042Z [00:02:17.810]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T20:57:22.2846954Z [00:02:17.810]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T20:57:22.2848184Z [00:02:17.810]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T20:57:22.2849388Z [00:02:17.810]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T20:57:22.2850338Z [00:02:17.810]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T20:57:22.2851253Z [00:02:17.810]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T20:57:22.2852193Z [00:02:17.810]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T20:57:22.2853151Z [00:02:17.810]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T20:57:22.2854223Z [00:02:17.810]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T20:57:22.2855181Z [00:02:17.810]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T20:57:22.2856194Z [00:02:17.810]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T20:57:22.2857180Z [00:02:17.810]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T20:57:22.2858173Z [00:02:17.810]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T20:57:22.2859251Z [00:02:17.810]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T20:57:22.2860216Z [00:02:17.810]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T20:57:22.2861204Z [00:02:17.810]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T20:57:22.2862207Z [00:02:17.810]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T20:57:22.2863189Z [00:02:17.810]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T20:57:22.2864172Z [00:02:17.810]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T20:57:22.2865166Z [00:02:17.810]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T20:57:22.2866106Z [00:02:17.810]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T20:57:22.2867032Z [00:02:17.810]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T20:57:22.2868065Z [00:02:17.810]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T20:57:22.2869175Z [00:02:17.810]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T20:57:22.2870139Z [00:02:17.810]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T20:57:22.2871043Z [00:02:17.810]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T20:57:22.2871997Z [00:02:17.810]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T20:57:22.2872973Z [00:02:17.810]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T20:57:22.2873931Z [00:02:17.810]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T20:57:22.2874816Z [00:02:17.810]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T20:57:22.2875682Z [00:02:17.810]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T20:57:22.2876614Z [00:02:17.810]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T20:57:22.2877633Z [00:02:17.810]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T20:57:22.2878482Z [00:02:17.810]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T20:57:22.2879476Z [00:02:17.810]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T20:57:22.2880385Z [00:02:17.810]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T20:57:22.2881274Z [00:02:17.810]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T20:57:22.2882201Z [00:02:17.810]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T20:57:22.2883228Z [00:02:17.810]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T20:57:22.2884174Z [00:02:17.810]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T20:57:22.2885047Z [00:02:17.810]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T20:57:22.2885936Z [00:02:17.810]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T20:57:22.2886816Z [00:02:17.810]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T20:57:22.2887850Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d
2025-08-20T20:57:22.2889192Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d
2025-08-20T20:57:22.2890352Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d
2025-08-20T20:57:22.2891669Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d
2025-08-20T20:57:22.2892865Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d
2025-08-20T20:57:22.2894014Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d
2025-08-20T20:57:22.2895179Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d
2025-08-20T20:57:22.2896409Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d
2025-08-20T20:57:22.2897656Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d
2025-08-20T20:57:22.2898944Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d
2025-08-20T20:57:22.2900113Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d
2025-08-20T20:57:22.2901185Z [00:02:17.810]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T20:57:22.2902237Z [00:02:17.810]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T20:57:22.2903140Z [00:02:17.810]➜  packagefile compress/bzip2=/root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d
2025-08-20T20:57:22.2904083Z [00:02:17.810]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T20:57:22.2904995Z [00:02:17.810]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T20:57:22.2905901Z [00:02:17.810]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T20:57:22.2906783Z [00:02:17.810]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T20:57:22.2907682Z [00:02:17.810]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T20:57:22.2908571Z [00:02:17.810]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T20:57:22.2909674Z [00:02:17.810]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T20:57:22.2910585Z [00:02:17.810]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T20:57:22.2911632Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d
2025-08-20T20:57:22.2912855Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d
2025-08-20T20:57:22.2914078Z [00:02:17.810]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d
2025-08-20T20:57:22.2915127Z [00:02:17.810]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T20:57:22.2916174Z [00:02:17.810]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T20:57:22.2917040Z [00:02:17.810]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T20:57:22.2918034Z [00:02:17.810]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d
2025-08-20T20:57:22.2919280Z [00:02:17.810]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d
2025-08-20T20:57:22.2920331Z [00:02:17.810]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T20:57:22.2921394Z [00:02:17.810]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d
2025-08-20T20:57:22.2922394Z [00:02:17.810]➜  packagefile os/user=/root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d
2025-08-20T20:57:22.2923249Z [00:02:17.810]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T20:57:22.2924176Z [00:02:17.811]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d
2025-08-20T20:57:22.2925222Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d
2025-08-20T20:57:22.2926497Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d
2025-08-20T20:57:22.2927578Z [00:02:17.811]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d
2025-08-20T20:57:22.2928492Z [00:02:17.811]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T20:57:22.2929761Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d
2025-08-20T20:57:22.2930766Z [00:02:17.811]➜  packagefile net=/root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d
2025-08-20T20:57:22.2931625Z [00:02:17.811]➜  packagefile crypto/tls=/root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d
2025-08-20T20:57:22.2932503Z [00:02:17.811]➜  packagefile crypto/x509=/root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d
2025-08-20T20:57:22.2933566Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d
2025-08-20T20:57:22.2934697Z [00:02:17.811]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d
2025-08-20T20:57:22.2936435Z [00:02:17.811]➜  packagefile net/http=/root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d
2025-08-20T20:57:22.2938425Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d
2025-08-20T20:57:22.2940887Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d
2025-08-20T20:57:22.2942785Z [00:02:17.811]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d
2025-08-20T20:57:22.2943994Z [00:02:17.811]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d
2025-08-20T20:57:22.2945344Z [00:02:17.811]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d
2025-08-20T20:57:22.2947241Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d
2025-08-20T20:57:22.2948294Z [00:02:17.811]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:22.2949491Z [00:02:17.811]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d
2025-08-20T20:57:22.2950553Z [00:02:17.811]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d
2025-08-20T20:57:22.2951502Z [00:02:17.811]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T20:57:22.2953029Z [00:02:17.811]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T20:57:22.2954591Z [00:02:17.811]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T20:57:22.2956269Z [00:02:17.811]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T20:57:22.2958127Z [00:02:17.811]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T20:57:22.2959972Z [00:02:17.811]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T20:57:22.2961744Z [00:02:17.811]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d
2025-08-20T20:57:22.2963663Z [00:02:17.811]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d
2025-08-20T20:57:22.2965741Z [00:02:17.811]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d
2025-08-20T20:57:22.2967045Z [00:02:17.811]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d
2025-08-20T20:57:22.2968143Z [00:02:17.811]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d
2025-08-20T20:57:22.2969368Z [00:02:17.811]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T20:57:22.2970356Z [00:02:17.811]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T20:57:22.2971366Z [00:02:17.811]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T20:57:22.2972430Z [00:02:17.811]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T20:57:22.2973529Z [00:02:17.811]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T20:57:22.2974542Z [00:02:17.811]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T20:57:22.2975738Z [00:02:17.811]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T20:57:22.2976795Z [00:02:17.811]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T20:57:22.2977801Z [00:02:17.811]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T20:57:22.2978783Z [00:02:17.811]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T20:57:22.2979987Z [00:02:17.811]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T20:57:22.2981026Z [00:02:17.811]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T20:57:22.2982063Z [00:02:17.811]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T20:57:22.2983092Z [00:02:17.811]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T20:57:22.2984118Z [00:02:17.811]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T20:57:22.2985090Z [00:02:17.811]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T20:57:22.2986307Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d
2025-08-20T20:57:22.2987497Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d
2025-08-20T20:57:22.2988613Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d
2025-08-20T20:57:22.2989825Z [00:02:17.811]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T20:57:22.2990701Z [00:02:17.811]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T20:57:22.2991691Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d
2025-08-20T20:57:22.2992761Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d
2025-08-20T20:57:22.2993818Z [00:02:17.811]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d
2025-08-20T20:57:22.2994780Z [00:02:17.811]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T20:57:22.2995703Z [00:02:17.811]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T20:57:22.2996733Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d
2025-08-20T20:57:22.2997854Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d
2025-08-20T20:57:22.2999160Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d
2025-08-20T20:57:22.3000402Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d
2025-08-20T20:57:22.3001415Z [00:02:17.811]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T20:57:22.3002319Z [00:02:17.811]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T20:57:22.3003200Z [00:02:17.811]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T20:57:22.3004176Z [00:02:17.811]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T20:57:22.3005220Z [00:02:17.811]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T20:57:22.3006279Z [00:02:17.811]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T20:57:22.3007309Z [00:02:17.811]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T20:57:22.3008280Z [00:02:17.811]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T20:57:22.3009457Z [00:02:17.811]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d
2025-08-20T20:57:22.3010607Z [00:02:17.811]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T20:57:22.3011510Z [00:02:17.811]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T20:57:22.3012471Z [00:02:17.811]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T20:57:22.3013559Z [00:02:17.811]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d
2025-08-20T20:57:22.3014563Z [00:02:17.811]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T20:57:22.3015444Z [00:02:17.811]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T20:57:22.3016436Z [00:02:17.811]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d
2025-08-20T20:57:22.3017464Z [00:02:17.811]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d
2025-08-20T20:57:22.3018502Z [00:02:17.811]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d
2025-08-20T20:57:22.3019768Z [00:02:17.811]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T20:57:22.3020803Z [00:02:17.811]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T20:57:22.3021784Z [00:02:17.811]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T20:57:22.3022717Z [00:02:17.811]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T20:57:22.3023727Z [00:02:17.811]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T20:57:22.3024644Z [00:02:17.811]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T20:57:22.3025544Z [00:02:17.811]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T20:57:22.3026518Z [00:02:17.811]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T20:57:22.3027561Z [00:02:17.811]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T20:57:22.3028602Z [00:02:17.811]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T20:57:22.3029720Z [00:02:17.811]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T20:57:22.3030639Z [00:02:17.811]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T20:57:22.3031519Z [00:02:17.811]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T20:57:22.3032495Z [00:02:17.811]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T20:57:22.3033467Z [00:02:17.811]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T20:57:22.3034625Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T20:57:22.3035769Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T20:57:22.3036735Z [00:02:17.811]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T20:57:22.3037625Z [00:02:17.811]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T20:57:22.3038677Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T20:57:22.3039913Z [00:02:17.811]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T20:57:22.3040920Z [00:02:17.811]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d
2025-08-20T20:57:22.3042046Z [00:02:17.811]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d
2025-08-20T20:57:22.3043133Z [00:02:17.811]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T20:57:22.3044168Z [00:02:17.811]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T20:57:22.3045087Z [00:02:17.811]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T20:57:22.3045983Z [00:02:17.811]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T20:57:22.3046913Z [00:02:17.811]➜  packagefile net/http/httptrace=/root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d
2025-08-20T20:57:22.3048011Z [00:02:17.811]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T20:57:22.3049228Z [00:02:17.811]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T20:57:22.3050356Z [00:02:17.811]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T20:57:22.3051330Z [00:02:17.811]➜  packagefile net/textproto=/root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d
2025-08-20T20:57:22.3052367Z [00:02:17.811]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d
2025-08-20T20:57:22.3053451Z [00:02:17.811]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d
2025-08-20T20:57:22.3054412Z [00:02:17.811]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T20:57:22.3055373Z [00:02:17.811]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T20:57:22.3056404Z [00:02:17.811]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T20:57:22.3057490Z [00:02:17.811]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T20:57:22.3058782Z [00:02:17.811]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d
2025-08-20T20:57:22.3060161Z [00:02:17.811]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d
2025-08-20T20:57:22.3061151Z [00:02:17.811]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T20:57:22.3062052Z [00:02:17.811]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T20:57:22.3063022Z [00:02:17.811]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d
2025-08-20T20:57:22.3064095Z [00:02:17.811]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T20:57:22.3065131Z [00:02:17.811]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T20:57:22.3066160Z [00:02:17.811]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T20:57:22.3067194Z [00:02:17.811]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T20:57:22.3068142Z [00:02:17.811]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T20:57:22.3069231Z [00:02:17.811]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T20:57:22.3070276Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d
2025-08-20T20:57:22.3071383Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d
2025-08-20T20:57:22.3072626Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d
2025-08-20T20:57:22.3073714Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d
2025-08-20T20:57:22.3074827Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d
2025-08-20T20:57:22.3075960Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d
2025-08-20T20:57:22.3077234Z [00:02:17.811]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d
2025-08-20T20:57:22.3078355Z [00:02:17.811]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T20:57:22.3079526Z [00:02:17.811]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T20:57:22.3080562Z [00:02:17.811]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T20:57:22.3081632Z [00:02:17.811]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d
2025-08-20T20:57:22.3082712Z [00:02:17.811]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T20:57:22.3083733Z [00:02:17.811]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T20:57:22.3084713Z [00:02:17.811]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T20:57:22.3085606Z [00:02:17.811]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T20:57:22.3086567Z [00:02:17.811]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T20:57:22.3087669Z [00:02:17.811]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T20:57:22.3088770Z [00:02:17.811]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T20:57:22.3089894Z [00:02:17.811]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T20:57:22.3090988Z [00:02:17.811]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T20:57:22.3091988Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T20:57:22.3093118Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T20:57:22.3094272Z [00:02:17.811]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T20:57:22.3095350Z [00:02:17.811]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T20:57:22.3096412Z [00:02:17.811]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T20:57:22.3097529Z [00:02:17.811]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T20:57:22.3098623Z [00:02:17.811]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T20:57:22.3099764Z [00:02:17.811]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T20:57:22.3100916Z [00:02:17.812]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T20:57:22.3101979Z [00:02:17.812]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d
2025-08-20T20:57:22.3103031Z [00:02:17.812]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T20:57:22.3104119Z [00:02:17.812]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d
2025-08-20T20:57:22.3105226Z [00:02:17.812]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T20:57:22.3106332Z [00:02:17.812]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T20:57:22.3107430Z [00:02:17.812]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T20:57:22.3108507Z [00:02:17.812]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T20:57:22.3117619Z [00:02:17.812]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/log\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:22.3125303Z [00:02:17.812]➜  EOF
2025-08-20T20:57:22.3125566Z [00:02:17.812]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:22.3125840Z [00:02:17.812]➜  cd .
2025-08-20T20:57:22.3128255Z [00:02:17.812]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=FDr4HwnmODGnpRz6D1Ss/Qopw_J-iJBAoShlXzgyq/AbekotTOE1OMHxVO0W5n/FDr4HwnmODGnpRz6D1Ss -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:22.7943293Z [00:02:18.331]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:22.8021312Z [00:02:18.339]➜  mkdir -p /build-bins/
2025-08-20T20:57:22.8022009Z [00:02:18.339]➜  cp $WORK/b001/exe/a.out /build-bins/git-log
2025-08-20T20:57:22.8107502Z [00:02:18.347]➜  rm -rf $WORK/b001/
2025-08-20T20:57:22.8150965Z [00:02:18.351]➜  + go build -C ./_examples/ls-remote -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-ls-remote
2025-08-20T20:57:22.8176407Z [00:02:18.354]➜  WORK=/tmp/go-build3996949991
2025-08-20T20:57:22.8547434Z [00:02:18.391]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:22.8548051Z [00:02:18.391]➜  git status --porcelain
2025-08-20T20:57:22.8595967Z [00:02:18.396]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:22.8596694Z [00:02:18.396]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:22.8612586Z [00:02:18.398]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:22.8623174Z [00:02:18.399]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:22.8624720Z [00:02:18.399]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:22.8643301Z [00:02:18.401]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:22.8644538Z [00:02:18.401]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:22.8907103Z [00:02:18.427]➜  0.026s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:22.8909318Z [00:02:18.427]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:22.8926677Z [00:02:18.429]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:22.8927873Z [00:02:18.429]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:22.8943295Z [00:02:18.431]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:22.8944669Z [00:02:18.431]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:22.8959233Z [00:02:18.432]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:22.9427415Z [00:02:18.479]➜  github.com/go-git/go-git/v6/_examples/ls-remote
2025-08-20T20:57:22.9428195Z [00:02:18.479]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:22.9430767Z [00:02:18.479]➜  cat >/tmp/go-build3996949991/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:22.9431505Z [00:02:18.480]➜  # import config
2025-08-20T20:57:22.9432562Z [00:02:18.480]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:22.9433668Z [00:02:18.480]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:22.9434737Z [00:02:18.480]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:22.9436081Z [00:02:18.480]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:22.9437085Z [00:02:18.480]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:22.9437941Z [00:02:18.480]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:22.9438795Z [00:02:18.480]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:22.9439927Z [00:02:18.480]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:22.9440463Z [00:02:18.480]➜  EOF
2025-08-20T20:57:22.9440793Z [00:02:18.480]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls-remote
2025-08-20T20:57:22.9442775Z [00:02:18.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls-remote=>github.com/go-git/go-git/v6/_examples/ls-remote;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid UitWCJrdYOIV4thnC48q/UitWCJrdYOIV4thnC48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:22.9596873Z [00:02:18.496]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:22.9603669Z [00:02:18.497]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/fc/fc761aa03e1f2acee502e488a8fbeb69a3ca9a2abe1c34394741d74aab081786-d # internal
2025-08-20T20:57:22.9633807Z [00:02:18.499]➜  cat >/tmp/go-build3996949991/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:22.9636485Z [00:02:18.499]➜  packagefile github.com/go-git/go-git/v6/_examples/ls-remote=/tmp/go-build3996949991/b001/_pkg_.a
2025-08-20T20:57:22.9638788Z [00:02:18.499]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:22.9641114Z [00:02:18.499]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:22.9643261Z [00:02:18.499]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:22.9645219Z [00:02:18.499]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:22.9646959Z [00:02:18.499]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:22.9648460Z [00:02:18.499]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:22.9650220Z [00:02:18.499]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:22.9651217Z [00:02:18.500]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:22.9652115Z [00:02:18.500]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T20:57:22.9653025Z [00:02:18.500]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T20:57:22.9653990Z [00:02:18.500]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T20:57:22.9654907Z [00:02:18.500]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T20:57:22.9655817Z [00:02:18.500]➜  packagefile dario.cat/mergo=/root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d
2025-08-20T20:57:22.9656910Z [00:02:18.500]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T20:57:22.9657796Z [00:02:18.500]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T20:57:22.9658636Z [00:02:18.500]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:22.9660039Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d
2025-08-20T20:57:22.9661301Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d
2025-08-20T20:57:22.9662413Z [00:02:18.500]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d
2025-08-20T20:57:22.9663476Z [00:02:18.500]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d
2025-08-20T20:57:22.9664521Z [00:02:18.500]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d
2025-08-20T20:57:22.9665630Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d
2025-08-20T20:57:22.9666792Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d
2025-08-20T20:57:22.9667956Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d
2025-08-20T20:57:22.9669294Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d
2025-08-20T20:57:22.9670461Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d
2025-08-20T20:57:22.9672650Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:22.9674324Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d
2025-08-20T20:57:22.9675978Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d
2025-08-20T20:57:22.9677341Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d
2025-08-20T20:57:22.9678568Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d
2025-08-20T20:57:22.9680164Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d
2025-08-20T20:57:22.9681508Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d
2025-08-20T20:57:22.9682812Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:22.9684154Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d
2025-08-20T20:57:22.9685747Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d
2025-08-20T20:57:22.9687311Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d
2025-08-20T20:57:22.9688668Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d
2025-08-20T20:57:22.9690185Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d
2025-08-20T20:57:22.9691525Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d
2025-08-20T20:57:22.9692892Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d
2025-08-20T20:57:22.9694204Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d
2025-08-20T20:57:22.9695601Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d
2025-08-20T20:57:22.9696962Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d
2025-08-20T20:57:22.9698177Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d
2025-08-20T20:57:22.9699631Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d
2025-08-20T20:57:22.9701249Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d
2025-08-20T20:57:22.9702605Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d
2025-08-20T20:57:22.9703787Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d
2025-08-20T20:57:22.9705081Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d
2025-08-20T20:57:22.9706462Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d
2025-08-20T20:57:22.9707773Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d
2025-08-20T20:57:22.9709279Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d
2025-08-20T20:57:22.9710623Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d
2025-08-20T20:57:22.9711818Z [00:02:18.500]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d
2025-08-20T20:57:22.9713187Z [00:02:18.500]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d
2025-08-20T20:57:22.9714305Z [00:02:18.500]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T20:57:22.9715322Z [00:02:18.500]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T20:57:22.9716274Z [00:02:18.500]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T20:57:22.9717300Z [00:02:18.500]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T20:57:22.9718293Z [00:02:18.500]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T20:57:22.9719400Z [00:02:18.500]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T20:57:22.9720358Z [00:02:18.500]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T20:57:22.9721227Z [00:02:18.500]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T20:57:22.9722195Z [00:02:18.500]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T20:57:22.9723036Z [00:02:18.500]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:22.9723995Z [00:02:18.500]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T20:57:22.9725034Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d
2025-08-20T20:57:22.9726062Z [00:02:18.500]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T20:57:22.9726932Z [00:02:18.500]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T20:57:22.9728052Z [00:02:18.500]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T20:57:22.9729103Z [00:02:18.500]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T20:57:22.9730065Z [00:02:18.500]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T20:57:22.9731035Z [00:02:18.500]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T20:57:22.9732012Z [00:02:18.500]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T20:57:22.9732930Z [00:02:18.500]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T20:57:22.9733981Z [00:02:18.500]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T20:57:22.9735031Z [00:02:18.500]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T20:57:22.9736018Z [00:02:18.500]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T20:57:22.9736997Z [00:02:18.500]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T20:57:22.9738086Z [00:02:18.500]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T20:57:22.9739165Z [00:02:18.500]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T20:57:22.9740024Z [00:02:18.500]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T20:57:22.9740878Z [00:02:18.500]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T20:57:22.9741801Z [00:02:18.500]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T20:57:22.9750298Z [00:02:18.500]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T20:57:22.9751464Z [00:02:18.500]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T20:57:22.9752431Z [00:02:18.500]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T20:57:22.9753411Z [00:02:18.500]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T20:57:22.9754348Z [00:02:18.500]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T20:57:22.9755312Z [00:02:18.500]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T20:57:22.9756321Z [00:02:18.500]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T20:57:22.9757327Z [00:02:18.500]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T20:57:22.9758330Z [00:02:18.500]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T20:57:22.9759708Z [00:02:18.500]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T20:57:22.9760670Z [00:02:18.500]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T20:57:22.9761645Z [00:02:18.500]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T20:57:22.9762646Z [00:02:18.500]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T20:57:22.9763632Z [00:02:18.500]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T20:57:22.9764614Z [00:02:18.500]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T20:57:22.9765617Z [00:02:18.500]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T20:57:22.9766520Z [00:02:18.500]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T20:57:22.9767376Z [00:02:18.500]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T20:57:22.9768247Z [00:02:18.500]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T20:57:22.9769560Z [00:02:18.500]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T20:57:22.9771446Z [00:02:18.500]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T20:57:22.9773076Z [00:02:18.500]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T20:57:22.9775115Z [00:02:18.500]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T20:57:22.9776897Z [00:02:18.500]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T20:57:22.9778539Z [00:02:18.500]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T20:57:22.9780390Z [00:02:18.500]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T20:57:22.9781785Z [00:02:18.500]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T20:57:22.9782666Z [00:02:18.500]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T20:57:22.9783555Z [00:02:18.500]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T20:57:22.9784441Z [00:02:18.500]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T20:57:22.9785475Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d
2025-08-20T20:57:22.9786626Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d
2025-08-20T20:57:22.9787771Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d
2025-08-20T20:57:22.9789384Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d
2025-08-20T20:57:22.9790546Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d
2025-08-20T20:57:22.9791704Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d
2025-08-20T20:57:22.9792862Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d
2025-08-20T20:57:22.9794089Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d
2025-08-20T20:57:22.9795325Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d
2025-08-20T20:57:22.9796517Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d
2025-08-20T20:57:22.9797710Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d
2025-08-20T20:57:22.9798786Z [00:02:18.500]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T20:57:22.9800036Z [00:02:18.500]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T20:57:22.9800948Z [00:02:18.500]➜  packagefile compress/bzip2=/root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d
2025-08-20T20:57:22.9801877Z [00:02:18.500]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T20:57:22.9802789Z [00:02:18.500]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T20:57:22.9803691Z [00:02:18.500]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T20:57:22.9804574Z [00:02:18.500]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T20:57:22.9805453Z [00:02:18.500]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T20:57:22.9806343Z [00:02:18.500]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T20:57:22.9807240Z [00:02:18.500]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T20:57:22.9808139Z [00:02:18.500]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T20:57:22.9809356Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d
2025-08-20T20:57:22.9810590Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d
2025-08-20T20:57:22.9811806Z [00:02:18.500]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d
2025-08-20T20:57:22.9812864Z [00:02:18.500]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T20:57:22.9813903Z [00:02:18.500]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T20:57:22.9814770Z [00:02:18.500]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T20:57:22.9815770Z [00:02:18.500]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d
2025-08-20T20:57:22.9816890Z [00:02:18.500]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d
2025-08-20T20:57:22.9817938Z [00:02:18.500]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T20:57:22.9818998Z [00:02:18.500]➜  packagefile os/user=/root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d
2025-08-20T20:57:22.9819905Z [00:02:18.500]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T20:57:22.9820796Z [00:02:18.500]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T20:57:22.9821755Z [00:02:18.500]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d
2025-08-20T20:57:22.9822804Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d
2025-08-20T20:57:22.9824023Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d
2025-08-20T20:57:22.9825179Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d
2025-08-20T20:57:22.9826452Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d
2025-08-20T20:57:22.9827484Z [00:02:18.500]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d
2025-08-20T20:57:22.9828408Z [00:02:18.500]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T20:57:22.9829765Z [00:02:18.500]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d
2025-08-20T20:57:22.9830961Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d
2025-08-20T20:57:22.9832157Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d
2025-08-20T20:57:22.9833159Z [00:02:18.500]➜  packagefile net=/root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d
2025-08-20T20:57:22.9834009Z [00:02:18.500]➜  packagefile crypto/tls=/root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d
2025-08-20T20:57:22.9834901Z [00:02:18.500]➜  packagefile crypto/x509=/root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d
2025-08-20T20:57:22.9835970Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d
2025-08-20T20:57:22.9837100Z [00:02:18.500]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d
2025-08-20T20:57:22.9838216Z [00:02:18.500]➜  packagefile net/http=/root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d
2025-08-20T20:57:22.9839545Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d
2025-08-20T20:57:22.9840830Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d
2025-08-20T20:57:22.9841984Z [00:02:18.500]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d
2025-08-20T20:57:22.9843010Z [00:02:18.500]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d
2025-08-20T20:57:22.9843993Z [00:02:18.500]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d
2025-08-20T20:57:22.9845139Z [00:02:18.500]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d
2025-08-20T20:57:22.9846296Z [00:02:18.501]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d
2025-08-20T20:57:22.9847331Z [00:02:18.501]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d
2025-08-20T20:57:22.9848394Z [00:02:18.501]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T20:57:22.9849488Z [00:02:18.501]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T20:57:22.9850384Z [00:02:18.501]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T20:57:22.9851321Z [00:02:18.501]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T20:57:22.9852210Z [00:02:18.501]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T20:57:22.9853128Z [00:02:18.501]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T20:57:22.9854038Z [00:02:18.501]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T20:57:22.9854951Z [00:02:18.501]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T20:57:22.9855852Z [00:02:18.501]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T20:57:22.9856763Z [00:02:18.501]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T20:57:22.9857642Z [00:02:18.501]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T20:57:22.9859049Z [00:02:18.501]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T20:57:22.9860957Z [00:02:18.501]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T20:57:22.9862857Z [00:02:18.501]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T20:57:22.9864160Z [00:02:18.501]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T20:57:22.9865432Z [00:02:18.501]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T20:57:22.9866441Z [00:02:18.501]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T20:57:22.9867448Z [00:02:18.501]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T20:57:22.9868480Z [00:02:18.501]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T20:57:22.9869811Z [00:02:18.501]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T20:57:22.9870816Z [00:02:18.501]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T20:57:22.9871832Z [00:02:18.501]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T20:57:22.9872871Z [00:02:18.501]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T20:57:22.9873896Z [00:02:18.501]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T20:57:22.9875072Z [00:02:18.501]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T20:57:22.9876118Z [00:02:18.501]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T20:57:22.9877102Z [00:02:18.501]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T20:57:22.9878216Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d
2025-08-20T20:57:22.9879599Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d
2025-08-20T20:57:22.9880734Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d
2025-08-20T20:57:22.9881747Z [00:02:18.501]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T20:57:22.9882625Z [00:02:18.501]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T20:57:22.9883615Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d
2025-08-20T20:57:22.9884684Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d
2025-08-20T20:57:22.9885723Z [00:02:18.501]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d
2025-08-20T20:57:22.9886692Z [00:02:18.501]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T20:57:22.9887630Z [00:02:18.501]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T20:57:22.9888669Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d
2025-08-20T20:57:22.9890094Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d
2025-08-20T20:57:22.9891208Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d
2025-08-20T20:57:22.9892289Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d
2025-08-20T20:57:22.9893306Z [00:02:18.501]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T20:57:22.9894216Z [00:02:18.501]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T20:57:22.9895112Z [00:02:18.501]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T20:57:22.9896080Z [00:02:18.501]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T20:57:22.9897120Z [00:02:18.501]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T20:57:22.9898156Z [00:02:18.501]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T20:57:22.9899599Z [00:02:18.501]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T20:57:22.9900634Z [00:02:18.501]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T20:57:22.9901621Z [00:02:18.501]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d
2025-08-20T20:57:22.9902568Z [00:02:18.501]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T20:57:22.9903453Z [00:02:18.501]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T20:57:22.9904410Z [00:02:18.501]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T20:57:22.9905508Z [00:02:18.501]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d
2025-08-20T20:57:22.9906509Z [00:02:18.501]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T20:57:22.9907398Z [00:02:18.501]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T20:57:22.9908375Z [00:02:18.501]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d
2025-08-20T20:57:22.9909693Z [00:02:18.501]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d
2025-08-20T20:57:22.9910735Z [00:02:18.501]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d
2025-08-20T20:57:22.9911833Z [00:02:18.501]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d
2025-08-20T20:57:22.9912968Z [00:02:18.501]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d
2025-08-20T20:57:22.9914226Z [00:02:18.501]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d
2025-08-20T20:57:22.9915285Z [00:02:18.501]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d
2025-08-20T20:57:22.9916377Z [00:02:18.501]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d
2025-08-20T20:57:22.9917501Z [00:02:18.501]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T20:57:22.9918526Z [00:02:18.501]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T20:57:22.9919677Z [00:02:18.501]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T20:57:22.9920611Z [00:02:18.501]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T20:57:22.9921492Z [00:02:18.501]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T20:57:22.9922408Z [00:02:18.501]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T20:57:22.9923308Z [00:02:18.501]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T20:57:22.9924409Z [00:02:18.501]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T20:57:22.9925459Z [00:02:18.501]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T20:57:22.9926502Z [00:02:18.501]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T20:57:22.9927715Z [00:02:18.501]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T20:57:22.9928641Z [00:02:18.501]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T20:57:22.9929635Z [00:02:18.501]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T20:57:22.9930632Z [00:02:18.501]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T20:57:22.9931619Z [00:02:18.501]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T20:57:22.9932655Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T20:57:22.9933788Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T20:57:22.9934757Z [00:02:18.501]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T20:57:22.9935648Z [00:02:18.501]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T20:57:22.9936707Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T20:57:22.9937879Z [00:02:18.501]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T20:57:22.9938989Z [00:02:18.501]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d
2025-08-20T20:57:22.9940116Z [00:02:18.501]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d
2025-08-20T20:57:22.9941207Z [00:02:18.501]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T20:57:22.9942253Z [00:02:18.501]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T20:57:22.9943177Z [00:02:18.501]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T20:57:22.9944066Z [00:02:18.501]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T20:57:22.9944992Z [00:02:18.501]➜  packagefile net/http/httptrace=/root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d
2025-08-20T20:57:22.9945932Z [00:02:18.501]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T20:57:22.9946904Z [00:02:18.501]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T20:57:22.9948083Z [00:02:18.501]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T20:57:22.9949267Z [00:02:18.501]➜  packagefile net/textproto=/root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d
2025-08-20T20:57:22.9950314Z [00:02:18.501]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d
2025-08-20T20:57:22.9951422Z [00:02:18.501]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d
2025-08-20T20:57:22.9952393Z [00:02:18.501]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T20:57:22.9953356Z [00:02:18.501]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T20:57:22.9954404Z [00:02:18.501]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T20:57:22.9955492Z [00:02:18.501]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T20:57:22.9956656Z [00:02:18.501]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d
2025-08-20T20:57:22.9957781Z [00:02:18.501]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d
2025-08-20T20:57:22.9958767Z [00:02:18.501]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T20:57:22.9959889Z [00:02:18.501]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T20:57:22.9960929Z [00:02:18.501]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T20:57:22.9962109Z [00:02:18.501]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T20:57:22.9963201Z [00:02:18.501]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T20:57:22.9964156Z [00:02:18.501]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T20:57:22.9965044Z [00:02:18.501]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T20:57:22.9966086Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d
2025-08-20T20:57:22.9967191Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d
2025-08-20T20:57:22.9968299Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d
2025-08-20T20:57:22.9969497Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d
2025-08-20T20:57:22.9970601Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d
2025-08-20T20:57:22.9971735Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d
2025-08-20T20:57:22.9973018Z [00:02:18.501]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d
2025-08-20T20:57:22.9974145Z [00:02:18.501]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T20:57:22.9975211Z [00:02:18.501]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T20:57:22.9976254Z [00:02:18.501]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T20:57:22.9977325Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d
2025-08-20T20:57:22.9978403Z [00:02:18.501]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T20:57:22.9979526Z [00:02:18.501]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T20:57:22.9980512Z [00:02:18.501]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T20:57:22.9981420Z [00:02:18.501]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T20:57:22.9982395Z [00:02:18.501]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d
2025-08-20T20:57:22.9983336Z [00:02:18.501]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T20:57:22.9984301Z [00:02:18.501]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T20:57:22.9985419Z [00:02:18.501]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T20:57:22.9986643Z [00:02:18.501]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T20:57:22.9987677Z [00:02:18.501]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T20:57:22.9988646Z [00:02:18.501]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T20:57:22.9989853Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T20:57:22.9991001Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T20:57:22.9992170Z [00:02:18.501]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T20:57:22.9993264Z [00:02:18.501]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T20:57:22.9994327Z [00:02:18.501]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T20:57:22.9995447Z [00:02:18.501]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T20:57:22.9996678Z [00:02:18.501]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T20:57:22.9997728Z [00:02:18.501]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T20:57:22.9998785Z [00:02:18.501]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T20:57:22.9999971Z [00:02:18.501]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d
2025-08-20T20:57:23.0001175Z [00:02:18.501]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T20:57:23.0002285Z [00:02:18.501]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d
2025-08-20T20:57:23.0003413Z [00:02:18.501]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T20:57:23.0004529Z [00:02:18.501]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T20:57:23.0005646Z [00:02:18.501]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T20:57:23.0006746Z [00:02:18.501]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T20:57:23.0015803Z [00:02:18.501]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/ls-remote\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:23.0023455Z [00:02:18.501]➜  EOF
2025-08-20T20:57:23.0023718Z [00:02:18.501]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:23.0023992Z [00:02:18.501]➜  cd .
2025-08-20T20:57:23.0026407Z [00:02:18.501]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=9JKEkeIV0koxsN2DihKI/UitWCJrdYOIV4thnC48q/G-uAmZuyW0xbsmPlJ7vL/9JKEkeIV0koxsN2DihKI -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:23.4654075Z [00:02:19.002]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:23.4728494Z [00:02:19.009]➜  mkdir -p /build-bins/
2025-08-20T20:57:23.4729624Z [00:02:19.009]➜  cp $WORK/b001/exe/a.out /build-bins/git-ls-remote
2025-08-20T20:57:23.4800628Z [00:02:19.017]➜  rm -rf $WORK/b001/
2025-08-20T20:57:23.4841051Z [00:02:19.021]➜  + go build -C ./_examples/tag -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/git-tag
2025-08-20T20:57:23.4867056Z [00:02:19.023]➜  WORK=/tmp/go-build18118726
2025-08-20T20:57:23.5262969Z [00:02:19.063]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:23.5263410Z [00:02:19.063]➜  git status --porcelain
2025-08-20T20:57:23.5311591Z [00:02:19.068]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO
2025-08-20T20:57:23.5312040Z [00:02:19.068]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:57:23.5328796Z [00:02:19.069]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:23.5339678Z [00:02:19.070]➜  0.001s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git config extensions.objectformat
2025-08-20T20:57:23.5340611Z [00:02:19.070]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:23.5359140Z [00:02:19.072]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:57:23.5360671Z [00:02:19.072]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:23.5622871Z [00:02:19.099]➜  0.026s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:57:23.5625238Z [00:02:19.099]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:23.5645702Z [00:02:19.101]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:57:23.5646936Z [00:02:19.101]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:23.5662889Z [00:02:19.103]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:57:23.5664403Z [00:02:19.103]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:23.5678097Z [00:02:19.104]➜  0.002s # cd /tmp/tmp.NlIzaV5lqA/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:57:23.6143035Z [00:02:19.151]➜  github.com/go-git/go-git/v6/_examples/tag
2025-08-20T20:57:23.6143717Z [00:02:19.151]➜  mkdir -p $WORK/b001/
2025-08-20T20:57:23.6144423Z [00:02:19.151]➜  cat >/tmp/go-build18118726/b001/importcfg << 'EOF' # internal
2025-08-20T20:57:23.6145062Z [00:02:19.151]➜  # import config
2025-08-20T20:57:23.6145809Z [00:02:19.151]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:23.6147673Z [00:02:19.151]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:23.6149782Z [00:02:19.151]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:23.6151440Z [00:02:19.151]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:23.6152547Z [00:02:19.151]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:23.6153502Z [00:02:19.151]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:23.6154354Z [00:02:19.151]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:23.6155230Z [00:02:19.151]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:23.6155963Z [00:02:19.151]➜  EOF
2025-08-20T20:57:23.6156282Z [00:02:19.151]➜  cd /tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag
2025-08-20T20:57:23.6158485Z [00:02:19.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag=>github.com/go-git/go-git/v6/_examples/tag;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid iKx2V3ucwMF7dIsdCqsI/iKx2V3ucwMF7dIsdCqsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:57:23.6321059Z [00:02:19.169]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:57:23.6326804Z [00:02:19.169]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/f9/f91b03e0b04f54852bbbc4f31b0d8918097f43e2dd49bb3b46ff9286be44120f-d # internal
2025-08-20T20:57:23.6372159Z [00:02:19.174]➜  cat >/tmp/go-build18118726/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:57:23.6373404Z [00:02:19.174]➜  packagefile github.com/go-git/go-git/v6/_examples/tag=/tmp/go-build18118726/b001/_pkg_.a
2025-08-20T20:57:23.6374791Z [00:02:19.174]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T20:57:23.6376717Z [00:02:19.174]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/ac/aca0a7292e0eb2afb40be5690e8c0873850297cfe1753f7ad3251732ebe85b67-d
2025-08-20T20:57:23.6378558Z [00:02:19.174]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/b6/b6fdf182791c880a7075603351fb6b879724976587a24858b213d0f4c93e598f-d
2025-08-20T20:57:23.6380769Z [00:02:19.174]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/28/285ffca03a260d8727a1615b1def46ad5f4ee7ea4e9935911b136d2ea24d1335-d
2025-08-20T20:57:23.6382728Z [00:02:19.174]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97d57d67a8a4700f79cdac8bf04b33e10146b67bb95d27017853c8072dcbf7b9-d
2025-08-20T20:57:23.6384385Z [00:02:19.174]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T20:57:23.6385489Z [00:02:19.174]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T20:57:23.6386823Z [00:02:19.174]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T20:57:23.6387821Z [00:02:19.174]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T20:57:23.6389122Z [00:02:19.175]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T20:57:23.6391804Z [00:02:19.175]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T20:57:23.6393852Z [00:02:19.175]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T20:57:23.6394956Z [00:02:19.175]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T20:57:23.6395953Z [00:02:19.175]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T20:57:23.6397247Z [00:02:19.175]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T20:57:23.6398788Z [00:02:19.175]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T20:57:23.6400505Z [00:02:19.175]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T20:57:23.6402073Z [00:02:19.175]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T20:57:23.6403764Z [00:02:19.175]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T20:57:23.6405417Z [00:02:19.175]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T20:57:23.6407080Z [00:02:19.175]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T20:57:23.6408816Z [00:02:19.175]➜  packagefile dario.cat/mergo=/root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d
2025-08-20T20:57:23.6410700Z [00:02:19.175]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T20:57:23.6412614Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/a6/a6b9549eec7f65ec6e892a5704ddd533a0541a30dae1dfb51e46f07dc8ad41b4-d
2025-08-20T20:57:23.6414731Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/bd/bdfcc9f33312852d16cb0bf0d470e885813b99c36382239d27f4984e2113dad2-d
2025-08-20T20:57:23.6416323Z [00:02:19.175]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/cc/cc2c34efc06daafd73e4f89b2c2f615e8f8ee498d9ce1455477b6f0dec0932b8-d
2025-08-20T20:57:23.6417567Z [00:02:19.175]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/eb/ebeee476de63badfbfde2ad01280f8bbec0f6787770a19d88279f642a4b76228-d
2025-08-20T20:57:23.6418729Z [00:02:19.175]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/18/186c71428bde9bfb15b3d0565ad0664db3f2d2758e64825013ff8a8456e6281c-d
2025-08-20T20:57:23.6420279Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/9a/9af93a3a9e1e36bd6cca0f82aa8784d9425790f66a697398cb4a673d642cdbf5-d
2025-08-20T20:57:23.6421582Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/af/afa34d8a4f393a1dbf68d0c8ae13cb366a2cfff77a7013833da4180cee2752fb-d
2025-08-20T20:57:23.6422834Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/19/190e8b30640b24983ca0bcde367b959fb113f50c8025a4850f92bee909008a2e-d
2025-08-20T20:57:23.6424180Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/1e/1ed0deda702e5fdd6d3a19955affbdfeb48b2cf91dcb4ff8de127e94bacdc517-d
2025-08-20T20:57:23.6425466Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/7c/7c27a5f1ea870d664592f5e69b62554f70062ca7c470b3f49e2ba9fc478d1717-d
2025-08-20T20:57:23.6426715Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/72/72ed8616b74bbbf90cbb7ccb1ce00c2e2e1983b809265fea82de7a125c944e24-d
2025-08-20T20:57:23.6428205Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/ff/ff56a5b61f48411aa7d1cee28f8b1528df132ced436aeee221697f0fccf31161-d
2025-08-20T20:57:23.6429748Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/af/af73cc2b4ef3d33816458631719db14bdce726ccfec8e47ec27511ceeec50f95-d
2025-08-20T20:57:23.6431061Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/ae/ae83d8cfda450b6b3cead806959e32b0b4af0f4696ecc74166c79daa758dc6f9-d
2025-08-20T20:57:23.6432464Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/aa/aa7d357fe75bedd2a9f457c8844b99d03e197eb004b2df8f19178031637043e5-d
2025-08-20T20:57:23.6433844Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/40/4012c43e1d09314ab7554fbbdd129e04383a7ac09aef8458f77fea30fbcbb30d-d
2025-08-20T20:57:23.6435039Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/d4/d490b04942bc814507923d05574f05377b42e508fceb25180b46b600c0b9858c-d
2025-08-20T20:57:23.6436328Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/e5/e5a036759b0eb3109a634ecbb61bce78b6504628f694b4d50b162c24b4b6b33d-d
2025-08-20T20:57:23.6437694Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/8c/8c8c62851da1b1c757885de18872246db4f103ff92978aaced913d76486049c3-d
2025-08-20T20:57:23.6439134Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/96/9695efc4c1f19065fd72e0031f44580aa4a2b93f79c3ab6a50b949663e927cd6-d
2025-08-20T20:57:23.6440345Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/e9/e9b7d36f1890969cb1acc2526cbb393006c1eed454db835b5db787de21d5fac7-d
2025-08-20T20:57:23.6441577Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b9/b9933c74bed699809dacc69dd4078d32d1bcfb408c667d748d662f767da9d2c7-d
2025-08-20T20:57:23.6442730Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/51/51b451cd72c870c57b4554a57eae76e3c1ecb36a86df31115b44cee39ec739bb-d
2025-08-20T20:57:23.6444062Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/4b/4bab52d72f8558f744049ad53cc21fe46ff530600d6cc3255deef68e6bd15710-d
2025-08-20T20:57:23.6445250Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/c7/c74cd2e9a64ac981733165de6f81bd98ead9056121ee6e049fae6256d8b87a79-d
2025-08-20T20:57:23.6446430Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/0e/0ecc9187b8e84a7c0e03e8770cbf928d914d03506547e04c857c386350b57164-d
2025-08-20T20:57:23.6447610Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/5f/5f94cb73200acf95d8fec508587f3597f367eabc7529972848c2117cd60c21cf-d
2025-08-20T20:57:23.6449009Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/94/941bd35ef8cf5e847be371e9603dcd23f8ad1092b7e5b17f7f800205f652aac5-d
2025-08-20T20:57:23.6450152Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/7c/7c553edc842dc93e219ed9d433b67dc3513800f80bf9fee0b30e6989a62bc22d-d
2025-08-20T20:57:23.6451342Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/6f/6f8584c929a827b1cac25cd177484d0d3871bcc9680923b7446aaee43fd3d85a-d
2025-08-20T20:57:23.6452495Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/e0/e094c25e07b0d63e6b9a7435d6908d835c37b4aafe802498943bc33b91a9a2ff-d
2025-08-20T20:57:23.6453592Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/dc/dc2822c42112c33a65ce63bf4a05ae078d962eb49937018ce9e3de82775083dd-d
2025-08-20T20:57:23.6454799Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/26/2627750091ee794b8d94df69a03d31c538c1fd37c0425b56b302a7433de080c1-d
2025-08-20T20:57:23.6455912Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/fb/fb8ee307a53201496f19eaec3e9988804b1b44bdc21f70f3a78ccd0df7c3af11-d
2025-08-20T20:57:23.6457101Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/03/03129fcb05070eb18f3dc52b6b50a89a0d4e2193e52ae5ef4ba53dc24f936fd4-d
2025-08-20T20:57:23.6458300Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/a3/a3897cb5c2ba2e88216317cf29745f4e5acfe2a7031f8f6bc43da944964959a2-d
2025-08-20T20:57:23.6459660Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/79/790d05b470ff02fece11d45e8c174e49ac9ae12696e3695feaa85b54d8752c8c-d
2025-08-20T20:57:23.6460798Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/c1/c1dbf7d89281ea783ecfd4ae875639ec3fa821ae380600376b5266dbba01807c-d
2025-08-20T20:57:23.6461928Z [00:02:19.175]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/9a/9a8e17ed80d9a433fe69214778a4834eff369ac7c9a7dc513800153b7a3f20ea-d
2025-08-20T20:57:23.6462983Z [00:02:19.175]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d
2025-08-20T20:57:23.6463952Z [00:02:19.175]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T20:57:23.6464799Z [00:02:19.175]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T20:57:23.6465672Z [00:02:19.175]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T20:57:23.6466546Z [00:02:19.175]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T20:57:23.6467377Z [00:02:19.175]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T20:57:23.6468364Z [00:02:19.175]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T20:57:23.6469378Z [00:02:19.175]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T20:57:23.6470215Z [00:02:19.175]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T20:57:23.6471054Z [00:02:19.175]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T20:57:23.6471933Z [00:02:19.175]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T20:57:23.6472932Z [00:02:19.175]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T20:57:23.6473818Z [00:02:19.175]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T20:57:23.6474869Z [00:02:19.175]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d
2025-08-20T20:57:23.6476034Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/96/968775d610c13c0967658a6eecfa0e252e8b0c279b37ebd6a4c91eea83c86e57-d
2025-08-20T20:57:23.6477165Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/41/41a135383c4a62ab59f07b7169194fce9b1aee9aa043c83dd98f17cc1e445ae4-d
2025-08-20T20:57:23.6478254Z [00:02:19.175]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/6c/6c455d684e6041924f061afa67f64b076d3fd303bbdb62d86d31d91483947829-d
2025-08-20T20:57:23.6479499Z [00:02:19.175]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T20:57:23.6480452Z [00:02:19.175]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T20:57:23.6481417Z [00:02:19.175]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T20:57:23.6482377Z [00:02:19.175]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T20:57:23.6483293Z [00:02:19.175]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T20:57:23.6484198Z [00:02:19.175]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T20:57:23.6485134Z [00:02:19.175]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T20:57:23.6486406Z [00:02:19.175]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T20:57:23.6488173Z [00:02:19.175]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T20:57:23.6490033Z [00:02:19.175]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T20:57:23.6491012Z [00:02:19.175]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T20:57:23.6491884Z [00:02:19.175]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T20:57:23.6492767Z [00:02:19.175]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T20:57:23.6493698Z [00:02:19.175]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T20:57:23.6494670Z [00:02:19.175]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T20:57:23.6495595Z [00:02:19.175]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T20:57:23.6496507Z [00:02:19.175]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T20:57:23.6497455Z [00:02:19.175]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T20:57:23.6498775Z [00:02:19.175]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T20:57:23.6500790Z [00:02:19.175]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T20:57:23.6502646Z [00:02:19.175]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T20:57:23.6504469Z [00:02:19.175]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T20:57:23.6506282Z [00:02:19.175]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T20:57:23.6507404Z [00:02:19.175]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T20:57:23.6508375Z [00:02:19.175]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T20:57:23.6509615Z [00:02:19.175]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T20:57:23.6510632Z [00:02:19.175]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T20:57:23.6511627Z [00:02:19.175]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T20:57:23.6512608Z [00:02:19.175]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T20:57:23.6513609Z [00:02:19.175]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T20:57:23.6514590Z [00:02:19.175]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T20:57:23.6515670Z [00:02:19.175]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T20:57:23.6516531Z [00:02:19.175]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T20:57:23.6517421Z [00:02:19.175]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T20:57:23.6518356Z [00:02:19.175]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T20:57:23.6519477Z [00:02:19.175]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T20:57:23.6520331Z [00:02:19.175]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T20:57:23.6521200Z [00:02:19.175]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T20:57:23.6522123Z [00:02:19.175]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T20:57:23.6523085Z [00:02:19.175]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T20:57:23.6524112Z [00:02:19.175]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T20:57:23.6525073Z [00:02:19.175]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T20:57:23.6526090Z [00:02:19.175]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T20:57:23.6526988Z [00:02:19.175]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T20:57:23.6528032Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/72/72bee6ffa2195fc61801fca4ff9d1cb922387c67ff27a1f536059a4c555a4fe4-d
2025-08-20T20:57:23.6529346Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/3b/3b5489e2957103661cf67e1110c53b85905b8c20c879e0fa18ce33514487a35e-d
2025-08-20T20:57:23.6530497Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/78/7857cdeca53362a71c2ccfaf8adc1bdbee57d4a2205b64abb2ce5c577d12fea9-d
2025-08-20T20:57:23.6531677Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/3a/3a804aff81b79a6adfbdf83899d9137ab563df431c8e6755755a236788ddfd60-d
2025-08-20T20:57:23.6532824Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/72/72c18ff524f400c326a511b28830d881e4e149eea3ee649680714f9f3b406aed-d
2025-08-20T20:57:23.6533974Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/6a/6a1933bdd5db587a5692bae923b443d46b1bc9727eccf48a6cba152c14ca9592-d
2025-08-20T20:57:23.6535135Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/e0/e0dbc80250777eaa738360a2f6ae865431e553e9a256e3064ab1fe39ecdf556d-d
2025-08-20T20:57:23.6536354Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/3b/3b767b51abf2b397700cf4726e82b7b1f30860220d0403afa0f7f1dfb2319b00-d
2025-08-20T20:57:23.6537596Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/13/1334861d527d96c9acfa7cb878f4868b1294b849043e1ed0c273a2359e43ee0c-d
2025-08-20T20:57:23.6538802Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/5a/5a8585a327c16398b2cd0fc9f5870bd672bf271cc2cfebbd5864fad259fa52ff-d
2025-08-20T20:57:23.6540351Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/26/26ccb270e594273cfb2f13ece8ae6d4a01a20d9f475c783f4f05384d9ac5d0a9-d
2025-08-20T20:57:23.6541421Z [00:02:19.175]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/b6/b66f6057e859f7c700e5c612b24dc24edd83e49f90c73e118760baba4d25d05a-d
2025-08-20T20:57:23.6542509Z [00:02:19.175]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T20:57:23.6543436Z [00:02:19.175]➜  packagefile compress/bzip2=/root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d
2025-08-20T20:57:23.6544367Z [00:02:19.175]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T20:57:23.6545282Z [00:02:19.175]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T20:57:23.6546195Z [00:02:19.175]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T20:57:23.6547082Z [00:02:19.175]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T20:57:23.6547958Z [00:02:19.175]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T20:57:23.6548980Z [00:02:19.175]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T20:57:23.6549971Z [00:02:19.175]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T20:57:23.6551179Z [00:02:19.175]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/91/915a5758471a17c1b3a9767893c13f74dbf893326fdb9c03ee39fed196905359-d
2025-08-20T20:57:23.6552418Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/f0/f03b3d766cb0cc7925bc44d06b26b86375bfde6db79ffbe50190511abfdbc11d-d
2025-08-20T20:57:23.6553634Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/50/50c5c8c4f6f23b9e4702c893a02fd95226d3abfae2bc8831fbceed743f828644-d
2025-08-20T20:57:23.6554684Z [00:02:19.176]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/14/14e29d6fe761a355078751da61698628719606325eb21b547f92ee865f34d1b2-d
2025-08-20T20:57:23.6555588Z [00:02:19.176]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T20:57:23.6556463Z [00:02:19.176]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T20:57:23.6557457Z [00:02:19.176]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/f9/f9ed0e96e0365d27db9701becc0e6f69059d33cf2c7f5068f8136470d588944a-d
2025-08-20T20:57:23.6558574Z [00:02:19.176]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/40/40e4ea7c669c16dae704fc333894d3c6041df209d804b6d5c32590fa438bd714-d
2025-08-20T20:57:23.6559817Z [00:02:19.176]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d
2025-08-20T20:57:23.6560879Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/d1/d153764198ab239ca6595ec524bec51b5ca853d41dc57b13ce0ac3f9f9d65f13-d
2025-08-20T20:57:23.6561874Z [00:02:19.176]➜  packagefile os/user=/root/.cache/go-build/f6/f6fc9e8549175ee5a76f05ad471f8e9059cec3cabaac87c698662bc2e18bde61-d
2025-08-20T20:57:23.6562738Z [00:02:19.176]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T20:57:23.6563659Z [00:02:19.176]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e1/e1eec6129759d722b7db2fa4aaeab48bfb93884b8d5986341d683ad5b39b142b-d
2025-08-20T20:57:23.6564835Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/6d/6d584e53ce4ac84ec05d5397ef47646cfa18f551f0e8f1b7867971b197c4f1ba-d
2025-08-20T20:57:23.6565991Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/d4/d4a9078d312850a5355bff8f114f25355b47bee4392cf4c9fe3e9a9fc2ce36f9-d
2025-08-20T20:57:23.6567063Z [00:02:19.176]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/f4/f4159236cc85bb940fbba6db480bd77256a4652a88296f76714d47ca4a9b9f09-d
2025-08-20T20:57:23.6567974Z [00:02:19.176]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T20:57:23.6569207Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/b0/b0901f867ce92d5a44d3987b86d3454c11441e8787e012cc9b5e2ff9a9dbce28-d
2025-08-20T20:57:23.6570219Z [00:02:19.176]➜  packagefile net=/root/.cache/go-build/db/db81d7e37f1af479727379dbce9715afeeeaf1ccd621438440b64e5306b5a2e3-d
2025-08-20T20:57:23.6571058Z [00:02:19.176]➜  packagefile crypto/tls=/root/.cache/go-build/47/4776f8895b9d15307e084bf5960699b2a9c19d9c32f19b54f37564b69ab7a259-d
2025-08-20T20:57:23.6572042Z [00:02:19.176]➜  packagefile crypto/x509=/root/.cache/go-build/ab/abbdd94ce39e63a29ef44971728fb40040e885290e953cef5debde8200f6ccd8-d
2025-08-20T20:57:23.6573915Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/44/440d3da443f772e2480ee9d4ec697bc4df3430d5ab254634fab80b083acf877c-d
2025-08-20T20:57:23.6576180Z [00:02:19.176]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d
2025-08-20T20:57:23.6578001Z [00:02:19.176]➜  packagefile net/http=/root/.cache/go-build/82/821b61b4728ef93abe1271c956b2659c69bced08e6d3c0f82761a5ed7ec5839f-d
2025-08-20T20:57:23.6580165Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/a6/a6264b78aa2f3940f36d3e948647f68fbc53859589ccb4815c09d3055bdafa2f-d
2025-08-20T20:57:23.6581476Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c1/c123c366dba635c3fb7d09267e3455048a43dc33c4283418e292ac5c5b873bae-d
2025-08-20T20:57:23.6582773Z [00:02:19.176]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/40/40a10dce592c2c8474d749756e1eda4f92be98e0ff076bbea4c9c6dac829d09e-d
2025-08-20T20:57:23.6583788Z [00:02:19.176]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/87/878a39cf0ea3f46035f241d812068d026b2d419a90e78e9e0699d06e50a17a89-d
2025-08-20T20:57:23.6584772Z [00:02:19.176]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/f5/f5474e1a4ef34568173dbccdc7e140d31726e94a1521bb40bf99d791db294f61-d
2025-08-20T20:57:23.6585906Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/27/271614ad10e6cd68d7d07b2146b4bf6f2010fcd555d4a3e6a706a760d38fc395-d
2025-08-20T20:57:23.6586941Z [00:02:19.176]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T20:57:23.6587896Z [00:02:19.176]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/5a/5a49c8aecab4ad005efa9d7603f543da673420735a689889d8a91031045927c2-d
2025-08-20T20:57:23.6589219Z [00:02:19.176]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/e9/e93025b930798de35ee1fe4e5f55a5b15827ae82948f4fa875d563c3d7180ce8-d
2025-08-20T20:57:23.6590147Z [00:02:19.176]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T20:57:23.6591006Z [00:02:19.176]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T20:57:23.6591898Z [00:02:19.176]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T20:57:23.6592958Z [00:02:19.176]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T20:57:23.6593859Z [00:02:19.176]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T20:57:23.6594780Z [00:02:19.176]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T20:57:23.6595711Z [00:02:19.176]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T20:57:23.6596737Z [00:02:19.176]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d
2025-08-20T20:57:23.6597861Z [00:02:19.176]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d
2025-08-20T20:57:23.6599092Z [00:02:19.176]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d
2025-08-20T20:57:23.6600152Z [00:02:19.176]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d
2025-08-20T20:57:23.6601243Z [00:02:19.176]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/0b/0b76fd7ec0c722845adf2c782ba30d86cf758385c694ab31239c3e1434dad278-d
2025-08-20T20:57:23.6602424Z [00:02:19.176]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T20:57:23.6603440Z [00:02:19.176]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T20:57:23.6604508Z [00:02:19.176]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T20:57:23.6605584Z [00:02:19.176]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T20:57:23.6606578Z [00:02:19.176]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T20:57:23.6607577Z [00:02:19.176]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T20:57:23.6608609Z [00:02:19.176]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T20:57:23.6609705Z [00:02:19.176]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T20:57:23.6610692Z [00:02:19.176]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T20:57:23.6611701Z [00:02:19.176]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T20:57:23.6612729Z [00:02:19.176]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T20:57:23.6613746Z [00:02:19.176]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T20:57:23.6614768Z [00:02:19.176]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T20:57:23.6615789Z [00:02:19.176]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T20:57:23.6616880Z [00:02:19.176]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T20:57:23.6617975Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/ed/edc0f250d0b4ba7ff905d96a610384dafadeea211ff94359269fd6e2338067bd-d
2025-08-20T20:57:23.6619238Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e2/e21e0075fd6ad2f98a33aa4bcb276ee884669a232574614364aaa107773644b6-d
2025-08-20T20:57:23.6620361Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/75/75e925c5e9f20f4dc41f25525b69d9ae380aa8674b8afb75e1e61f1ca64d9280-d
2025-08-20T20:57:23.6621351Z [00:02:19.176]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T20:57:23.6622228Z [00:02:19.176]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T20:57:23.6623206Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/43/436750cd9d9910cb89ed3efbe3503b1dc990ccfc43adfe6dfc24e660350c738a-d
2025-08-20T20:57:23.6624269Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/8f/8fbae17991da4f645b8e4814d841b6cc9f6f99433e2fe655a7af4245474035bf-d
2025-08-20T20:57:23.6625304Z [00:02:19.176]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/66/66c75e8be3bbca783498ec81bfb5f12acc9b0d537233d432fd9e5814d3e900ed-d
2025-08-20T20:57:23.6626375Z [00:02:19.176]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T20:57:23.6627300Z [00:02:19.176]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T20:57:23.6628326Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/fb/fb30128a3a6852b8c82da21a832878d7276f4d66dd7a0816791553407be69258-d
2025-08-20T20:57:23.6629709Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/a8/a8c07e92ce766c8a2f1b50821425538753cc4cb27621979be652832ed8d605aa-d
2025-08-20T20:57:23.6630817Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/0e/0e9d7cae8e7113678be8f443333fc370625dbe9a4529c90e377dfad4d7e2083e-d
2025-08-20T20:57:23.6631888Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/64/64068896fbd1dc8914d3792189420c2a9590caf3bc6b26989222bcaa810b8b76-d
2025-08-20T20:57:23.6632894Z [00:02:19.176]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/e9/e914c055b2002294b16a423d57bcd0b821d8357ab3941b236ea6c97d56286587-d
2025-08-20T20:57:23.6633797Z [00:02:19.176]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T20:57:23.6634685Z [00:02:19.176]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T20:57:23.6635643Z [00:02:19.176]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T20:57:23.6636674Z [00:02:19.176]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T20:57:23.6637747Z [00:02:19.176]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T20:57:23.6638775Z [00:02:19.176]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T20:57:23.6639941Z [00:02:19.176]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T20:57:23.6641059Z [00:02:19.176]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/da/dac7fe6f34285de5cc544e3487f2a4337a381241babe74068e749db2c69a8849-d
2025-08-20T20:57:23.6642005Z [00:02:19.176]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T20:57:23.6643107Z [00:02:19.176]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T20:57:23.6644074Z [00:02:19.176]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T20:57:23.6645169Z [00:02:19.176]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/2f/2f2fe78d5ef6cd9f14cf4dca511829941919c8401c759c3ad54936a162b98e57-d
2025-08-20T20:57:23.6646165Z [00:02:19.176]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T20:57:23.6647045Z [00:02:19.176]➜  packagefile encoding/gob=/root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d
2025-08-20T20:57:23.6648016Z [00:02:19.176]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/3e/3e7d056d41202bfdb759dfd3aa6664f6b75994ae42f595f8138ff3939101f877-d
2025-08-20T20:57:23.6649190Z [00:02:19.176]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/79/7937e2825472fcbf2245ab83633d04d1739f961e114712089e1518ad572ff782-d
2025-08-20T20:57:23.6650216Z [00:02:19.176]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/60/60cc78511da9eb8f439168a6a64ca39c4feca9ccfcae31fda76f0f76473a5ce7-d
2025-08-20T20:57:23.6651430Z [00:02:19.176]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T20:57:23.6652450Z [00:02:19.176]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T20:57:23.6653421Z [00:02:19.176]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T20:57:23.6654346Z [00:02:19.176]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T20:57:23.6655227Z [00:02:19.176]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T20:57:23.6656135Z [00:02:19.176]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T20:57:23.6657036Z [00:02:19.176]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T20:57:23.6658001Z [00:02:19.176]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T20:57:23.6659149Z [00:02:19.176]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T20:57:23.6660182Z [00:02:19.176]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T20:57:23.6661179Z [00:02:19.176]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T20:57:23.6662094Z [00:02:19.176]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T20:57:23.6662970Z [00:02:19.176]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T20:57:23.6663939Z [00:02:19.176]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T20:57:23.6665028Z [00:02:19.176]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T20:57:23.6666063Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T20:57:23.6667192Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T20:57:23.6668155Z [00:02:19.176]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T20:57:23.6669381Z [00:02:19.176]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T20:57:23.6670476Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T20:57:23.6671507Z [00:02:19.176]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T20:57:23.6672509Z [00:02:19.176]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/d8/d8f4cb39d7819186218f05a5e9085aba797474eb0a584a5858b27e04dfb7bb8f-d
2025-08-20T20:57:23.6673610Z [00:02:19.176]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/18/18e84ff65cc94a53607ffad90d9a4d9806c8c9b00833caeb965566e0d0b61923-d
2025-08-20T20:57:23.6674885Z [00:02:19.176]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T20:57:23.6675931Z [00:02:19.176]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T20:57:23.6676861Z [00:02:19.176]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T20:57:23.6677736Z [00:02:19.176]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T20:57:23.6678658Z [00:02:19.176]➜  packagefile net/http/httptrace=/root/.cache/go-build/44/4453b199ad8a3fe8e05305a08fff093493e96f76744433d73296d1334eb956fe-d
2025-08-20T20:57:23.6679838Z [00:02:19.176]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T20:57:23.6680813Z [00:02:19.176]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T20:57:23.6681836Z [00:02:19.176]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T20:57:23.6682818Z [00:02:19.176]➜  packagefile net/textproto=/root/.cache/go-build/22/22bc9d2cd3aeaa0e7f11905d6c49033804d22b08e43fe7ec63b8ae115a148218-d
2025-08-20T20:57:23.6683837Z [00:02:19.176]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/af/afe6bffd83afb9a0ae2168bc9cfee9370bae13dc6c367ab8dd4fdc90fdf37555-d
2025-08-20T20:57:23.6684912Z [00:02:19.176]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/75/75f1fca99f27c7213e9889bb8dc097d439c0e8e1d4b959fb33ee4722f5cb14a2-d
2025-08-20T20:57:23.6685868Z [00:02:19.176]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T20:57:23.6686836Z [00:02:19.176]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/22/229ac86215ac2db9567d56f32d0a0f47db1f4232c2adba8f005b0bffc9996852-d
2025-08-20T20:57:23.6687882Z [00:02:19.176]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/90/904cad3e26a38ae9dee5a3d583843b267e54c72bf847d5d8f31c83ef7a8c8f78-d
2025-08-20T20:57:23.6689230Z [00:02:19.176]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/dd/ddd3e9bf4217313dab3b2424647ed0ca34df6b32e4ef9ceef1e3a7b7ba13f282-d
2025-08-20T20:57:23.6690387Z [00:02:19.176]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/bb/bb812826f36e4fbf15f6f90bc5dfe2d6d8dd0e8caca06de8d3e2276ef74ea89c-d
2025-08-20T20:57:23.6691502Z [00:02:19.176]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/97/970a0b736c3ccf68a670e3dac6e05f82a7ac0a64f75c75c5859498a06f74101f-d
2025-08-20T20:57:23.6692471Z [00:02:19.176]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T20:57:23.6693391Z [00:02:19.176]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T20:57:23.6694288Z [00:02:19.176]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T20:57:23.6695258Z [00:02:19.176]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d
2025-08-20T20:57:23.6696325Z [00:02:19.176]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T20:57:23.6697349Z [00:02:19.176]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T20:57:23.6698359Z [00:02:19.176]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T20:57:23.6699608Z [00:02:19.176]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T20:57:23.6700568Z [00:02:19.176]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T20:57:23.6701457Z [00:02:19.176]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T20:57:23.6702487Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/e8/e8c1db9947ca4b36aea4e6e9a925cb1e62c2e2ff81cf083d5d242ca714b1cb05-d
2025-08-20T20:57:23.6703588Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d
2025-08-20T20:57:23.6704688Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/ca/ca26d7978a23d2c48899fad5883426e556175495d2fd56894bbb626b7fc6fbe5-d
2025-08-20T20:57:23.6705776Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d
2025-08-20T20:57:23.6706883Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/63/6310b8e8811584c18b9772c1bd2229bfc91f7157215bfb46c0698b5cf9e374c6-d
2025-08-20T20:57:23.6708007Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d
2025-08-20T20:57:23.6709249Z [00:02:19.176]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/43/43117e8b0b20f674d0049c5fe8d61021646084e3bf49448dd0d82b4a385c9348-d
2025-08-20T20:57:23.6710359Z [00:02:19.176]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T20:57:23.6711410Z [00:02:19.176]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T20:57:23.6712449Z [00:02:19.176]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T20:57:23.6713639Z [00:02:19.176]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/82/823a0f4d3fe0aba9b09602a7169e2c6c168924f181f5b4ffb50cd65e8125040f-d
2025-08-20T20:57:23.6714702Z [00:02:19.176]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/e2/e224df6641a007af84f06c9b84c96a0bb3e567afe47de3721222ffa781827f63-d
2025-08-20T20:57:23.6715718Z [00:02:19.176]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T20:57:23.6716684Z [00:02:19.176]➜  packagefile internal/saferio=/root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d
2025-08-20T20:57:23.6717576Z [00:02:19.176]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T20:57:23.6718521Z [00:02:19.176]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T20:57:23.6720033Z [00:02:19.176]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T20:57:23.6721137Z [00:02:19.176]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T20:57:23.6722166Z [00:02:19.176]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T20:57:23.6723266Z [00:02:19.176]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T20:57:23.6724278Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T20:57:23.6725399Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T20:57:23.6726552Z [00:02:19.176]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T20:57:23.6727619Z [00:02:19.176]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T20:57:23.6728674Z [00:02:19.176]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T20:57:23.6730009Z [00:02:19.176]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T20:57:23.6731106Z [00:02:19.176]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T20:57:23.6732151Z [00:02:19.176]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T20:57:23.6733181Z [00:02:19.177]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e1/e1532d88655dfe516dd749faf43f5d54bf85ad4d991053411db6a3a771c9ed5f-d
2025-08-20T20:57:23.6734235Z [00:02:19.177]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/61/6136eb3ec5b35dabcde74061eadb81e4066d87abd890b5f1d87d23bb12b5b0c7-d
2025-08-20T20:57:23.6735273Z [00:02:19.177]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/0b/0b42b007fa8e5ca73ca93ab7b2fbbc87b7c80cf37f76d47f5ad653298967b91b-d
2025-08-20T20:57:23.6736363Z [00:02:19.177]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/44/44f5342422f993bb245fc87be2bb4dc447278060b89e9bc579d88a7249ce16d1-d
2025-08-20T20:57:23.6737605Z [00:02:19.177]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T20:57:23.6738746Z [00:02:19.177]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T20:57:23.6739930Z [00:02:19.177]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T20:57:23.6741011Z [00:02:19.177]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/a3/a31e0cd6234117683a3c84e0ab2839b1cae568a3f0b5351b583f589dc57c54df-d
2025-08-20T20:57:23.6750867Z [00:02:19.177]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/go-git/go-git/v6/_examples/tag\nmod\tgithub.com/go-git/go-git/v6\tv6.0.0-20250819122726-39261590f7f3\t\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/go-git/gcfg/v2\tv2.0.2\th1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo=\ndep\tgithub.com/go-git/go-billy/v6\tv6.0.0-20250627091229-31e2a16eef30\th1:4KqVJTL5eanN8Sgg3BV6f2/QzfZEFbCd+rTak1fGRRA=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/pjbgf/sha1cd\tv0.4.0\th1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/net\tv0.43.0\th1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=39261590f7f396873e83e7fc8ca8453f71225f10\nbuild\tvcs.time=2025-08-19T12:27:26Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:57:23.6758287Z [00:02:19.177]➜  EOF
2025-08-20T20:57:23.6758562Z [00:02:19.177]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:57:23.6759009Z [00:02:19.177]➜  cd .
2025-08-20T20:57:23.6761361Z [00:02:19.177]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=fE21hSfMZyOJBrf8RBUz/iKx2V3ucwMF7dIsdCqsI/pNmTYNF8TYm5yBQBkz4T/fE21hSfMZyOJBrf8RBUz -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:57:24.1141957Z [00:02:19.651]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:57:24.1203987Z [00:02:19.657]➜  mkdir -p /build-bins/
2025-08-20T20:57:24.1205076Z [00:02:19.657]➜  cp $WORK/b001/exe/a.out /build-bins/git-tag
2025-08-20T20:57:24.1261449Z [00:02:19.663]➜  rm -rf $WORK/b001/
2025-08-20T20:57:24.2714753Z [00:02:19.808]➜  '/tmp/tmp.NlIzaV5lqA/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:57:24.2944307Z [00:02:19.831]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:57:24.3932126Z [00:02:19.930]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:57:24.4455966Z [00:02:19.982]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:57:24.4764868Z [00:02:20.013]➜  copy from `/build-bins/git-log' [elf64-x86-64] to `/build-bins/stLIKgOH' [elf64-x86-64]
2025-08-20T20:57:24.5382353Z [00:02:20.075]➜  copy from `/build-bins/git-checkout' [elf64-x86-64] to `/build-bins/stOjGIKJ' [elf64-x86-64]
2025-08-20T20:57:24.5985980Z [00:02:20.135]➜  copy from `/build-bins/git-tag' [elf64-x86-64] to `/build-bins/stJbjCEL' [elf64-x86-64]
2025-08-20T20:57:24.6547246Z [00:02:20.191]➜  copy from `/build-bins/git-pull' [elf64-x86-64] to `/build-bins/stbeNLjM' [elf64-x86-64]
2025-08-20T20:57:24.7521902Z [00:02:20.289]➜  copy from `/build-bins/git-ls-remote' [elf64-x86-64] to `/build-bins/stBCGcgP' [elf64-x86-64]
2025-08-20T20:57:24.8120470Z [00:02:20.348]➜  copy from `/build-bins/git-clone' [elf64-x86-64] to `/build-bins/stdpdhPb' [elf64-x86-64]
2025-08-20T20:57:24.8437480Z [00:02:20.380]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:57:24.8470197Z [00:02:20.384]➜  
2025-08-20T20:57:24.8487406Z [00:02:20.385]➜  /build-bins/git-log
2025-08-20T20:57:24.8501216Z [00:02:20.387]➜  There are 24 section headers, starting at offset 0x952cd8:
2025-08-20T20:57:24.8502143Z [00:02:20.387]➜  
2025-08-20T20:57:24.8502569Z [00:02:20.387]➜  Section Headers:
2025-08-20T20:57:24.8503194Z [00:02:20.387]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8504242Z [00:02:20.387]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8504953Z [00:02:20.387]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8505683Z [00:02:20.387]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8506434Z [00:02:20.387]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8506912Z [00:02:20.387]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8507373Z [00:02:20.387]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8507830Z [00:02:20.387]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8508271Z [00:02:20.387]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8515674Z [00:02:20.387]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8516348Z [00:02:20.387]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8516826Z [00:02:20.387]➜         00000000000f4e90  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8517280Z [00:02:20.387]➜    [ 5] .init             PROGBITS         00000000000f6000  000f6000
2025-08-20T20:57:24.8517730Z [00:02:20.387]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8518151Z [00:02:20.387]➜    [ 6] .text             PROGBITS         00000000000f6040  000f6040
2025-08-20T20:57:24.8518581Z [00:02:20.387]➜         00000000003e02ae  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8519276Z [00:02:20.387]➜    [ 7] .fini             PROGBITS         00000000004d62ee  004d62ee
2025-08-20T20:57:24.8519695Z [00:02:20.387]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8520119Z [00:02:20.387]➜    [ 8] .rodata           PROGBITS         00000000004d7000  004d7000
2025-08-20T20:57:24.8520558Z [00:02:20.387]➜         00000000000a9a2c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8520991Z [00:02:20.387]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000580a2c  00580a2c
2025-08-20T20:57:24.8521641Z [00:02:20.387]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8522067Z [00:02:20.387]➜    [10] .eh_frame         PROGBITS         0000000000580ae0  00580ae0
2025-08-20T20:57:24.8522483Z [00:02:20.387]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8522896Z [00:02:20.387]➜    [11] .tbss             NOBITS           0000000000581550  00581550
2025-08-20T20:57:24.8523303Z [00:02:20.387]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8523736Z [00:02:20.387]➜    [12] .init_array       INIT_ARRAY       0000000000581550  00581550
2025-08-20T20:57:24.8524181Z [00:02:20.387]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8524618Z [00:02:20.387]➜    [13] .fini_array       FINI_ARRAY       0000000000581558  00581558
2025-08-20T20:57:24.8525047Z [00:02:20.387]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8525482Z [00:02:20.387]➜    [14] .data.rel.ro      PROGBITS         0000000000581560  00581560
2025-08-20T20:57:24.8525929Z [00:02:20.387]➜         000000000036e8f0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8526364Z [00:02:20.387]➜    [15] .dynamic          DYNAMIC          00000000008efe50  008efe50
2025-08-20T20:57:24.8526793Z [00:02:20.387]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8527210Z [00:02:20.387]➜    [16] .got              PROGBITS         00000000008effc0  008effc0
2025-08-20T20:57:24.8527623Z [00:02:20.387]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8528131Z [00:02:20.387]➜    [17] .data             PROGBITS         00000000008f0000  008f0000
2025-08-20T20:57:24.8529316Z [00:02:20.387]➜         0000000000015200  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8530241Z [00:02:20.387]➜    [18] .go.buildinfo     PROGBITS         0000000000905200  00905200
2025-08-20T20:57:24.8531057Z [00:02:20.387]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8531554Z [00:02:20.387]➜    [19] .go.fipsinfo      PROGBITS         0000000000905a00  00905a00
2025-08-20T20:57:24.8532002Z [00:02:20.387]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8532438Z [00:02:20.387]➜    [20] .noptrdata        PROGBITS         0000000000905a80  00905a80
2025-08-20T20:57:24.8532871Z [00:02:20.387]➜         000000000004d181  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8533286Z [00:02:20.387]➜    [21] .bss              NOBITS           0000000000952c20  00952c01
2025-08-20T20:57:24.8533699Z [00:02:20.387]➜         00000000000244a0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8534175Z [00:02:20.387]➜    [22] .noptrbss         NOBITS           00000000009770c0  00952c01
2025-08-20T20:57:24.8534607Z [00:02:20.387]➜         000000000001f7c0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8535039Z [00:02:20.387]➜    [23] .shstrtab         STRTAB           0000000000000000  00952c01
2025-08-20T20:57:24.8535475Z [00:02:20.387]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8535814Z [00:02:20.387]➜  Key to Flags:
2025-08-20T20:57:24.8536183Z [00:02:20.387]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8536665Z [00:02:20.387]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8537134Z [00:02:20.387]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8537542Z [00:02:20.387]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8537861Z [00:02:20.390]➜  
2025-08-20T20:57:24.8546481Z [00:02:20.391]➜  /build-bins/git-checkout
2025-08-20T20:57:24.8559662Z [00:02:20.392]➜  There are 24 section headers, starting at offset 0x930b38:
2025-08-20T20:57:24.8560367Z [00:02:20.392]➜  
2025-08-20T20:57:24.8561078Z [00:02:20.392]➜  Section Headers:
2025-08-20T20:57:24.8561744Z [00:02:20.392]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8562519Z [00:02:20.392]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8563221Z [00:02:20.392]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8563673Z [00:02:20.392]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8564124Z [00:02:20.392]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8564563Z [00:02:20.392]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8565006Z [00:02:20.392]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8565430Z [00:02:20.392]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8565854Z [00:02:20.392]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8566288Z [00:02:20.392]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8566710Z [00:02:20.392]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8567132Z [00:02:20.392]➜         00000000000f1680  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8567548Z [00:02:20.392]➜    [ 5] .init             PROGBITS         00000000000f2000  000f2000
2025-08-20T20:57:24.8567964Z [00:02:20.392]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8568375Z [00:02:20.392]➜    [ 6] .text             PROGBITS         00000000000f2040  000f2040
2025-08-20T20:57:24.8569158Z [00:02:20.392]➜         00000000003d2a6e  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8569648Z [00:02:20.392]➜    [ 7] .fini             PROGBITS         00000000004c4aae  004c4aae
2025-08-20T20:57:24.8570070Z [00:02:20.392]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8570495Z [00:02:20.392]➜    [ 8] .rodata           PROGBITS         00000000004c5000  004c5000
2025-08-20T20:57:24.8570921Z [00:02:20.392]➜         00000000000a806c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8571351Z [00:02:20.393]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000056d06c  0056d06c
2025-08-20T20:57:24.8571776Z [00:02:20.393]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8572195Z [00:02:20.393]➜    [10] .eh_frame         PROGBITS         000000000056d120  0056d120
2025-08-20T20:57:24.8572614Z [00:02:20.393]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8573034Z [00:02:20.393]➜    [11] .tbss             NOBITS           000000000056e230  0056e230
2025-08-20T20:57:24.8573447Z [00:02:20.393]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8573884Z [00:02:20.393]➜    [12] .init_array       INIT_ARRAY       000000000056e230  0056e230
2025-08-20T20:57:24.8574338Z [00:02:20.393]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8574770Z [00:02:20.393]➜    [13] .fini_array       FINI_ARRAY       000000000056e238  0056e238
2025-08-20T20:57:24.8575203Z [00:02:20.393]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8575633Z [00:02:20.393]➜    [14] .data.rel.ro      PROGBITS         000000000056e240  0056e240
2025-08-20T20:57:24.8576091Z [00:02:20.393]➜         000000000035fc00  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8576527Z [00:02:20.393]➜    [15] .dynamic          DYNAMIC          00000000008cde40  008cde40
2025-08-20T20:57:24.8576964Z [00:02:20.393]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8577381Z [00:02:20.393]➜    [16] .got              PROGBITS         00000000008cdfb0  008cdfb0
2025-08-20T20:57:24.8577798Z [00:02:20.393]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8578340Z [00:02:20.393]➜    [17] .data             PROGBITS         00000000008ce000  008ce000
2025-08-20T20:57:24.8578770Z [00:02:20.393]➜         0000000000015080  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8579497Z [00:02:20.393]➜    [18] .go.buildinfo     PROGBITS         00000000008e3080  008e3080
2025-08-20T20:57:24.8579963Z [00:02:20.393]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8580401Z [00:02:20.393]➜    [19] .go.fipsinfo      PROGBITS         00000000008e3880  008e3880
2025-08-20T20:57:24.8580836Z [00:02:20.393]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8581275Z [00:02:20.393]➜    [20] .noptrdata        PROGBITS         00000000008e3900  008e3900
2025-08-20T20:57:24.8581709Z [00:02:20.393]➜         000000000004d161  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8582124Z [00:02:20.393]➜    [21] .bss              NOBITS           0000000000930a80  00930a61
2025-08-20T20:57:24.8582543Z [00:02:20.393]➜         0000000000024440  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8582975Z [00:02:20.393]➜    [22] .noptrbss         NOBITS           0000000000954ec0  00930a61
2025-08-20T20:57:24.8583410Z [00:02:20.393]➜         000000000001f7c0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8583841Z [00:02:20.393]➜    [23] .shstrtab         STRTAB           0000000000000000  00930a61
2025-08-20T20:57:24.8584269Z [00:02:20.393]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8584610Z [00:02:20.393]➜  Key to Flags:
2025-08-20T20:57:24.8585299Z [00:02:20.393]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8586494Z [00:02:20.393]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8587237Z [00:02:20.393]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8587671Z [00:02:20.393]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8588040Z [00:02:20.395]➜  
2025-08-20T20:57:24.8603464Z [00:02:20.397]➜  /build-bins/git-tag
2025-08-20T20:57:24.8615644Z [00:02:20.398]➜  There are 24 section headers, starting at offset 0x6d9778:
2025-08-20T20:57:24.8617239Z [00:02:20.398]➜  
2025-08-20T20:57:24.8617654Z [00:02:20.398]➜  Section Headers:
2025-08-20T20:57:24.8618302Z [00:02:20.398]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8619250Z [00:02:20.398]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8619981Z [00:02:20.398]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8620600Z [00:02:20.398]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8621060Z [00:02:20.398]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8621504Z [00:02:20.398]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8621937Z [00:02:20.398]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8622358Z [00:02:20.398]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8622793Z [00:02:20.398]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8623238Z [00:02:20.398]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8623678Z [00:02:20.398]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8624109Z [00:02:20.398]➜         00000000000b6958  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8624546Z [00:02:20.398]➜    [ 5] .init             PROGBITS         00000000000b7000  000b7000
2025-08-20T20:57:24.8624968Z [00:02:20.398]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8625562Z [00:02:20.398]➜    [ 6] .text             PROGBITS         00000000000b7040  000b7040
2025-08-20T20:57:24.8625991Z [00:02:20.398]➜         00000000002c6bae  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8626417Z [00:02:20.398]➜    [ 7] .fini             PROGBITS         000000000037dbee  0037dbee
2025-08-20T20:57:24.8626835Z [00:02:20.398]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8627256Z [00:02:20.398]➜    [ 8] .rodata           PROGBITS         000000000037e000  0037e000
2025-08-20T20:57:24.8627688Z [00:02:20.398]➜         0000000000081a0c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8628128Z [00:02:20.398]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000003ffa0c  003ffa0c
2025-08-20T20:57:24.8628565Z [00:02:20.398]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8629203Z [00:02:20.398]➜    [10] .eh_frame         PROGBITS         00000000003ffac0  003ffac0
2025-08-20T20:57:24.8629645Z [00:02:20.398]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8630059Z [00:02:20.398]➜    [11] .tbss             NOBITS           0000000000400550  00400550
2025-08-20T20:57:24.8630488Z [00:02:20.398]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8630924Z [00:02:20.398]➜    [12] .init_array       INIT_ARRAY       0000000000400550  00400550
2025-08-20T20:57:24.8631366Z [00:02:20.398]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8631801Z [00:02:20.398]➜    [13] .fini_array       FINI_ARRAY       0000000000400558  00400558
2025-08-20T20:57:24.8632233Z [00:02:20.398]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8632795Z [00:02:20.398]➜    [14] .data.rel.ro      PROGBITS         0000000000400560  00400560
2025-08-20T20:57:24.8633242Z [00:02:20.398]➜         000000000027b8f8  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8633686Z [00:02:20.398]➜    [15] .dynamic          DYNAMIC          000000000067be58  0067be58
2025-08-20T20:57:24.8634114Z [00:02:20.398]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8634538Z [00:02:20.398]➜    [16] .got              PROGBITS         000000000067bfc8  0067bfc8
2025-08-20T20:57:24.8634952Z [00:02:20.398]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8635370Z [00:02:20.398]➜    [17] .data             PROGBITS         000000000067c000  0067c000
2025-08-20T20:57:24.8635794Z [00:02:20.398]➜         00000000000108a0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8636237Z [00:02:20.398]➜    [18] .go.buildinfo     PROGBITS         000000000068c8a0  0068c8a0
2025-08-20T20:57:24.8636680Z [00:02:20.398]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8637124Z [00:02:20.398]➜    [19] .go.fipsinfo      PROGBITS         000000000068d0a0  0068d0a0
2025-08-20T20:57:24.8637585Z [00:02:20.398]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8638026Z [00:02:20.398]➜    [20] .noptrdata        PROGBITS         000000000068d120  0068d120
2025-08-20T20:57:24.8638464Z [00:02:20.398]➜         000000000004c581  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8639183Z [00:02:20.398]➜    [21] .bss              NOBITS           00000000006d96c0  006d96a1
2025-08-20T20:57:24.8639651Z [00:02:20.398]➜         0000000000024020  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8640098Z [00:02:20.398]➜    [22] .noptrbss         NOBITS           00000000006fd6e0  006d96a1
2025-08-20T20:57:24.8640541Z [00:02:20.398]➜         000000000001f760  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8640988Z [00:02:20.398]➜    [23] .shstrtab         STRTAB           0000000000000000  006d96a1
2025-08-20T20:57:24.8641419Z [00:02:20.398]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8642305Z [00:02:20.398]➜  Key to Flags:
2025-08-20T20:57:24.8643034Z [00:02:20.398]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8643947Z [00:02:20.398]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8644609Z [00:02:20.398]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8645033Z [00:02:20.398]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8645364Z [00:02:20.401]➜  
2025-08-20T20:57:24.8659244Z [00:02:20.402]➜  /build-bins/git-pull
2025-08-20T20:57:24.8671279Z [00:02:20.403]➜  There are 24 section headers, starting at offset 0x92aa78:
2025-08-20T20:57:24.8673460Z [00:02:20.404]➜  
2025-08-20T20:57:24.8674027Z [00:02:20.404]➜  Section Headers:
2025-08-20T20:57:24.8674778Z [00:02:20.404]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8675660Z [00:02:20.404]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8676436Z [00:02:20.404]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8677155Z [00:02:20.404]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8677909Z [00:02:20.404]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8678661Z [00:02:20.404]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8679470Z [00:02:20.404]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8679926Z [00:02:20.404]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8680360Z [00:02:20.404]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8680993Z [00:02:20.404]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8681447Z [00:02:20.404]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8681890Z [00:02:20.404]➜         00000000000f13c8  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8682317Z [00:02:20.404]➜    [ 5] .init             PROGBITS         00000000000f2000  000f2000
2025-08-20T20:57:24.8682743Z [00:02:20.404]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8683169Z [00:02:20.404]➜    [ 6] .text             PROGBITS         00000000000f2040  000f2040
2025-08-20T20:57:24.8683612Z [00:02:20.404]➜         00000000003cfd2e  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8684044Z [00:02:20.404]➜    [ 7] .fini             PROGBITS         00000000004c1d6e  004c1d6e
2025-08-20T20:57:24.8684461Z [00:02:20.404]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8684894Z [00:02:20.404]➜    [ 8] .rodata           PROGBITS         00000000004c2000  004c2000
2025-08-20T20:57:24.8685321Z [00:02:20.404]➜         00000000000a780c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8685762Z [00:02:20.404]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000056980c  0056980c
2025-08-20T20:57:24.8686203Z [00:02:20.404]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8686632Z [00:02:20.404]➜    [10] .eh_frame         PROGBITS         00000000005698c0  005698c0
2025-08-20T20:57:24.8687057Z [00:02:20.404]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8687480Z [00:02:20.404]➜    [11] .tbss             NOBITS           000000000056ad50  00569d50
2025-08-20T20:57:24.8687898Z [00:02:20.404]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8688339Z [00:02:20.404]➜    [12] .init_array       INIT_ARRAY       000000000056ad50  00569d50
2025-08-20T20:57:24.8688790Z [00:02:20.404]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8689473Z [00:02:20.404]➜    [13] .fini_array       FINI_ARRAY       000000000056ad58  00569d58
2025-08-20T20:57:24.8690068Z [00:02:20.404]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8690507Z [00:02:20.404]➜    [14] .data.rel.ro      PROGBITS         000000000056ad60  00569d60
2025-08-20T20:57:24.8690957Z [00:02:20.404]➜         000000000035e0e0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8691410Z [00:02:20.404]➜    [15] .dynamic          DYNAMIC          00000000008c8e40  008c7e40
2025-08-20T20:57:24.8691843Z [00:02:20.404]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8692478Z [00:02:20.404]➜    [16] .got              PROGBITS         00000000008c8fb0  008c7fb0
2025-08-20T20:57:24.8693235Z [00:02:20.404]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8693820Z [00:02:20.404]➜    [17] .data             PROGBITS         00000000008c9000  008c8000
2025-08-20T20:57:24.8694253Z [00:02:20.404]➜         0000000000014fc0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8694720Z [00:02:20.404]➜    [18] .go.buildinfo     PROGBITS         00000000008ddfc0  008dcfc0
2025-08-20T20:57:24.8695167Z [00:02:20.404]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8695608Z [00:02:20.404]➜    [19] .go.fipsinfo      PROGBITS         00000000008de7c0  008dd7c0
2025-08-20T20:57:24.8696212Z [00:02:20.404]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8696670Z [00:02:20.404]➜    [20] .noptrdata        PROGBITS         00000000008de840  008dd840
2025-08-20T20:57:24.8697302Z [00:02:20.404]➜         000000000004d161  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8697829Z [00:02:20.404]➜    [21] .bss              NOBITS           000000000092b9c0  0092a9a1
2025-08-20T20:57:24.8698505Z [00:02:20.404]➜         0000000000024440  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8699207Z [00:02:20.404]➜    [22] .noptrbss         NOBITS           000000000094fe00  0092a9a1
2025-08-20T20:57:24.8699679Z [00:02:20.404]➜         000000000001f7c0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8700123Z [00:02:20.404]➜    [23] .shstrtab         STRTAB           0000000000000000  0092a9a1
2025-08-20T20:57:24.8700561Z [00:02:20.404]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8701020Z [00:02:20.404]➜  Key to Flags:
2025-08-20T20:57:24.8701723Z [00:02:20.404]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8702654Z [00:02:20.404]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8703292Z [00:02:20.404]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8703723Z [00:02:20.404]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8704058Z [00:02:20.407]➜  
2025-08-20T20:57:24.8719462Z [00:02:20.408]➜  /build-bins/LICENSE
2025-08-20T20:57:24.8756157Z [00:02:20.412]➜  
2025-08-20T20:57:24.8771780Z [00:02:20.414]➜  /build-bins/git-ls-remote
2025-08-20T20:57:24.8786197Z [00:02:20.415]➜  There are 24 section headers, starting at offset 0x8bf858:
2025-08-20T20:57:24.8789742Z [00:02:20.415]➜  
2025-08-20T20:57:24.8790156Z [00:02:20.415]➜  Section Headers:
2025-08-20T20:57:24.8790782Z [00:02:20.415]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8791536Z [00:02:20.415]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8792250Z [00:02:20.415]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8792864Z [00:02:20.415]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8793323Z [00:02:20.415]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8793782Z [00:02:20.415]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8794207Z [00:02:20.415]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8794647Z [00:02:20.415]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8795081Z [00:02:20.415]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8795520Z [00:02:20.415]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8795942Z [00:02:20.415]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8796365Z [00:02:20.415]➜         00000000000eaf48  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8796791Z [00:02:20.415]➜    [ 5] .init             PROGBITS         00000000000ec000  000ec000
2025-08-20T20:57:24.8797212Z [00:02:20.415]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8797781Z [00:02:20.415]➜    [ 6] .text             PROGBITS         00000000000ec040  000ec040
2025-08-20T20:57:24.8798214Z [00:02:20.415]➜         000000000039bf2e  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8798641Z [00:02:20.415]➜    [ 7] .fini             PROGBITS         0000000000487f6e  00487f6e
2025-08-20T20:57:24.8799356Z [00:02:20.415]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8799787Z [00:02:20.415]➜    [ 8] .rodata           PROGBITS         0000000000488000  00488000
2025-08-20T20:57:24.8800219Z [00:02:20.415]➜         00000000000a0d2c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8800652Z [00:02:20.415]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000528d2c  00528d2c
2025-08-20T20:57:24.8801119Z [00:02:20.415]➜         00000000000000ac  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8801543Z [00:02:20.415]➜    [10] .eh_frame         PROGBITS         0000000000528dd8  00528dd8
2025-08-20T20:57:24.8801974Z [00:02:20.415]➜         0000000000000318  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8802387Z [00:02:20.415]➜    [11] .tbss             NOBITS           000000000052a350  00529350
2025-08-20T20:57:24.8802811Z [00:02:20.415]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8803245Z [00:02:20.415]➜    [12] .init_array       INIT_ARRAY       000000000052a350  00529350
2025-08-20T20:57:24.8803688Z [00:02:20.415]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8804127Z [00:02:20.415]➜    [13] .fini_array       FINI_ARRAY       000000000052a358  00529358
2025-08-20T20:57:24.8804561Z [00:02:20.415]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8804999Z [00:02:20.415]➜    [14] .data.rel.ro      PROGBITS         000000000052a360  00529360
2025-08-20T20:57:24.8805435Z [00:02:20.415]➜         0000000000334af0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8805874Z [00:02:20.415]➜    [15] .dynamic          DYNAMIC          000000000085ee50  0085de50
2025-08-20T20:57:24.8806301Z [00:02:20.415]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8806861Z [00:02:20.415]➜    [16] .got              PROGBITS         000000000085efc0  0085dfc0
2025-08-20T20:57:24.8807275Z [00:02:20.415]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8807691Z [00:02:20.415]➜    [17] .data             PROGBITS         000000000085f000  0085e000
2025-08-20T20:57:24.8808112Z [00:02:20.415]➜         0000000000013dc0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8808551Z [00:02:20.415]➜    [18] .go.buildinfo     PROGBITS         0000000000872dc0  00871dc0
2025-08-20T20:57:24.8809263Z [00:02:20.415]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8809710Z [00:02:20.415]➜    [19] .go.fipsinfo      PROGBITS         00000000008735c0  008725c0
2025-08-20T20:57:24.8810168Z [00:02:20.415]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8810602Z [00:02:20.415]➜    [20] .noptrdata        PROGBITS         0000000000873640  00872640
2025-08-20T20:57:24.8811047Z [00:02:20.415]➜         000000000004d141  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8811460Z [00:02:20.415]➜    [21] .bss              NOBITS           00000000008c07a0  008bf781
2025-08-20T20:57:24.8811873Z [00:02:20.415]➜         0000000000024420  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8812303Z [00:02:20.415]➜    [22] .noptrbss         NOBITS           00000000008e4bc0  008bf781
2025-08-20T20:57:24.8812735Z [00:02:20.415]➜         000000000001f7c0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8813161Z [00:02:20.415]➜    [23] .shstrtab         STRTAB           0000000000000000  008bf781
2025-08-20T20:57:24.8813584Z [00:02:20.415]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8814050Z [00:02:20.415]➜  Key to Flags:
2025-08-20T20:57:24.8814428Z [00:02:20.415]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8814923Z [00:02:20.415]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8815388Z [00:02:20.415]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8815795Z [00:02:20.415]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8826630Z [00:02:20.419]➜  
2025-08-20T20:57:24.8842903Z [00:02:20.421]➜  /build-bins/git-clone
2025-08-20T20:57:24.8855775Z [00:02:20.422]➜  There are 24 section headers, starting at offset 0x930b38:
2025-08-20T20:57:24.8856538Z [00:02:20.422]➜  
2025-08-20T20:57:24.8856989Z [00:02:20.422]➜  Section Headers:
2025-08-20T20:57:24.8857625Z [00:02:20.422]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:57:24.8858217Z [00:02:20.422]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:57:24.8858653Z [00:02:20.422]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:57:24.8859326Z [00:02:20.422]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:57:24.8859786Z [00:02:20.422]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T20:57:24.8860425Z [00:02:20.422]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:57:24.8861268Z [00:02:20.422]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T20:57:24.8862083Z [00:02:20.422]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T20:57:24.8862849Z [00:02:20.422]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T20:57:24.8863593Z [00:02:20.422]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:57:24.8864332Z [00:02:20.422]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T20:57:24.8865008Z [00:02:20.422]➜         00000000000f1680  0000000000000018   A       2     0     8
2025-08-20T20:57:24.8865441Z [00:02:20.422]➜    [ 5] .init             PROGBITS         00000000000f2000  000f2000
2025-08-20T20:57:24.8866083Z [00:02:20.422]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8866502Z [00:02:20.422]➜    [ 6] .text             PROGBITS         00000000000f2040  000f2040
2025-08-20T20:57:24.8866931Z [00:02:20.422]➜         00000000003d27ee  0000000000000000  AX       0     0     64
2025-08-20T20:57:24.8867358Z [00:02:20.422]➜    [ 7] .fini             PROGBITS         00000000004c482e  004c482e
2025-08-20T20:57:24.8867774Z [00:02:20.422]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:57:24.8868208Z [00:02:20.422]➜    [ 8] .rodata           PROGBITS         00000000004c5000  004c5000
2025-08-20T20:57:24.8868641Z [00:02:20.422]➜         00000000000a7f8c  0000000000000000   A       0     0     32
2025-08-20T20:57:24.8869390Z [00:02:20.422]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000056cf8c  0056cf8c
2025-08-20T20:57:24.8869837Z [00:02:20.422]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T20:57:24.8870285Z [00:02:20.422]➜    [10] .eh_frame         PROGBITS         000000000056d040  0056d040
2025-08-20T20:57:24.8870715Z [00:02:20.422]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T20:57:24.8871134Z [00:02:20.422]➜    [11] .tbss             NOBITS           000000000056e2d0  0056e2d0
2025-08-20T20:57:24.8871551Z [00:02:20.422]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T20:57:24.8871989Z [00:02:20.422]➜    [12] .init_array       INIT_ARRAY       000000000056e2d0  0056e2d0
2025-08-20T20:57:24.8872437Z [00:02:20.422]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8872876Z [00:02:20.422]➜    [13] .fini_array       FINI_ARRAY       000000000056e2d8  0056e2d8
2025-08-20T20:57:24.8873446Z [00:02:20.422]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8873895Z [00:02:20.422]➜    [14] .data.rel.ro      PROGBITS         000000000056e2e0  0056e2e0
2025-08-20T20:57:24.8874347Z [00:02:20.422]➜         000000000035fb60  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8874792Z [00:02:20.422]➜    [15] .dynamic          DYNAMIC          00000000008cde40  008cde40
2025-08-20T20:57:24.8875217Z [00:02:20.422]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:57:24.8875636Z [00:02:20.422]➜    [16] .got              PROGBITS         00000000008cdfb0  008cdfb0
2025-08-20T20:57:24.8876058Z [00:02:20.422]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T20:57:24.8876483Z [00:02:20.422]➜    [17] .data             PROGBITS         00000000008ce000  008ce000
2025-08-20T20:57:24.8876921Z [00:02:20.422]➜         0000000000015080  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8877396Z [00:02:20.422]➜    [18] .go.buildinfo     PROGBITS         00000000008e3080  008e3080
2025-08-20T20:57:24.8877840Z [00:02:20.422]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:57:24.8878288Z [00:02:20.422]➜    [19] .go.fipsinfo      PROGBITS         00000000008e3880  008e3880
2025-08-20T20:57:24.8878727Z [00:02:20.422]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8879477Z [00:02:20.422]➜    [20] .noptrdata        PROGBITS         00000000008e3900  008e3900
2025-08-20T20:57:24.8879934Z [00:02:20.422]➜         000000000004d161  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8880354Z [00:02:20.422]➜    [21] .bss              NOBITS           0000000000930a80  00930a61
2025-08-20T20:57:24.8880775Z [00:02:20.422]➜         0000000000024440  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8881203Z [00:02:20.422]➜    [22] .noptrbss         NOBITS           0000000000954ec0  00930a61
2025-08-20T20:57:24.8881645Z [00:02:20.422]➜         000000000001f7c0  0000000000000000  WA       0     0     32
2025-08-20T20:57:24.8882075Z [00:02:20.422]➜    [23] .shstrtab         STRTAB           0000000000000000  00930a61
2025-08-20T20:57:24.8882643Z [00:02:20.422]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:57:24.8882980Z [00:02:20.422]➜  Key to Flags:
2025-08-20T20:57:24.8883354Z [00:02:20.422]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:57:24.8883834Z [00:02:20.422]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:57:24.8884302Z [00:02:20.422]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:57:24.8884719Z [00:02:20.422]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:57:24.8885546Z [00:02:20.423]➜  + file /build-bins/LICENSE /build-bins/git-checkout /build-bins/git-clone /build-bins/git-log /build-bins/git-ls-remote /build-bins/git-pull /build-bins/git-tag
2025-08-20T20:57:24.9134294Z [00:02:20.450]➜  /build-bins/LICENSE:       ASCII text
2025-08-20T20:57:24.9344638Z [00:02:20.471]➜  /build-bins/git-checkout:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9345795Z [00:02:20.471]➜  /build-bins/git-clone:     ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9346712Z [00:02:20.471]➜  /build-bins/git-log:       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9347623Z [00:02:20.471]➜  /build-bins/git-ls-remote: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9348549Z [00:02:20.471]➜  /build-bins/git-pull:      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9349985Z [00:02:20.471]➜  /build-bins/git-tag:       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:57:24.9354481Z [00:02:20.472]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/git-checkout /build-bins/git-clone /build-bins/git-log /build-bins/git-ls-remote /build-bins/git-pull /build-bins/git-tag
2025-08-20T20:57:24.9374025Z [00:02:20.474]➜  /build-bins/LICENSE:         11356 Bytes
2025-08-20T20:57:24.9374726Z [00:02:20.474]➜  /build-bins/git-checkout:         9638200 Bytes
2025-08-20T20:57:24.9375285Z [00:02:20.474]➜  /build-bins/git-clone:         9638200 Bytes
2025-08-20T20:57:24.9375733Z [00:02:20.474]➜  /build-bins/git-log:         9777880 Bytes
2025-08-20T20:57:24.9376681Z [00:02:20.474]➜  /build-bins/git-ls-remote:         9174616 Bytes
2025-08-20T20:57:24.9377624Z [00:02:20.474]➜  /build-bins/git-pull:         9613432 Bytes
2025-08-20T20:57:24.9378052Z [00:02:20.474]➜  /build-bins/git-tag:         7183736 Bytes
2025-08-20T20:57:24.9379997Z [00:02:20.474]➜  + du /build-bins/LICENSE /build-bins/git-checkout /build-bins/git-clone /build-bins/git-log /build-bins/git-ls-remote /build-bins/git-pull /build-bins/git-tag --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:57:24.9394021Z [00:02:20.476]➜  12K	2025-08-20 20:57:24.270064674 +0000	/build-bins/LICENSE
2025-08-20T20:57:24.9394883Z [00:02:20.476]➜  9.2M	2025-08-20 20:57:24.556070081 +0000	/build-bins/git-checkout
2025-08-20T20:57:24.9395676Z [00:02:20.476]➜  9.2M	2025-08-20 20:57:24.830075260 +0000	/build-bins/git-clone
2025-08-20T20:57:24.9396410Z [00:02:20.476]➜  9.4M	2025-08-20 20:57:24.495068928 +0000	/build-bins/git-log
2025-08-20T20:57:24.9397165Z [00:02:20.476]➜  8.8M	2025-08-20 20:57:24.770074126 +0000	/build-bins/git-ls-remote
2025-08-20T20:57:24.9397916Z [00:02:20.476]➜  9.2M	2025-08-20 20:57:24.673072292 +0000	/build-bins/git-pull
2025-08-20T20:57:24.9398707Z [00:02:20.476]➜  6.9M	2025-08-20 20:57:24.613071158 +0000	/build-bins/git-tag
2025-08-20T20:57:24.9399433Z [00:02:20.476]➜  + popd
2025-08-20T20:57:25.0661298Z [00:02:20.602]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:57:25.1620145Z [00:02:20.698]➜  + '[' -s /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:57:25.1621491Z [00:02:20.698]➜  + cp -fv /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:57:25.1767452Z [00:02:20.713]➜  '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:57:25.1776084Z [00:02:20.714]➜  + find /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:57:25.1782832Z [00:02:20.715]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:57:25.1784504Z [00:02:20.715]➜  + cut -d: -f1
2025-08-20T20:57:25.1785217Z [00:02:20.715]➜  + xargs realpath --no-symlinks
2025-08-20T20:57:25.1786169Z [00:02:20.715]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:25.6027126Z [00:02:21.139]➜  sending incremental file list
2025-08-20T20:57:25.6047248Z [00:02:21.141]➜  git-log
2025-08-20T20:57:25.6571426Z [00:02:21.194]➜  
2025-08-20T20:57:25.6572049Z [00:02:21.194]➜  sent 9.78M bytes  received 35 bytes  19.56M bytes/sec
2025-08-20T20:57:25.6572576Z [00:02:21.194]➜  total size is 9.78M  speedup is 1.00
2025-08-20T20:57:25.6594993Z [00:02:21.196]➜  sending incremental file list
2025-08-20T20:57:25.6615234Z [00:02:21.198]➜  git-checkout
2025-08-20T20:57:25.7137342Z [00:02:21.250]➜  
2025-08-20T20:57:25.7138105Z [00:02:21.250]➜  sent 9.64M bytes  received 35 bytes  19.28M bytes/sec
2025-08-20T20:57:25.7139146Z [00:02:21.250]➜  total size is 9.64M  speedup is 1.00
2025-08-20T20:57:25.7160656Z [00:02:21.253]➜  sending incremental file list
2025-08-20T20:57:25.7175526Z [00:02:21.254]➜  git-tag
2025-08-20T20:57:25.7664434Z [00:02:21.303]➜  
2025-08-20T20:57:25.7665142Z [00:02:21.303]➜  sent 7.19M bytes  received 35 bytes  14.37M bytes/sec
2025-08-20T20:57:25.7665932Z [00:02:21.303]➜  total size is 7.18M  speedup is 1.00
2025-08-20T20:57:25.7688608Z [00:02:21.305]➜  sending incremental file list
2025-08-20T20:57:25.7707268Z [00:02:21.307]➜  git-pull
2025-08-20T20:57:25.8241427Z [00:02:21.361]➜  
2025-08-20T20:57:25.8241980Z [00:02:21.361]➜  sent 9.62M bytes  received 35 bytes  19.23M bytes/sec
2025-08-20T20:57:25.8242581Z [00:02:21.361]➜  total size is 9.61M  speedup is 1.00
2025-08-20T20:57:25.8267056Z [00:02:21.363]➜  sending incremental file list
2025-08-20T20:57:25.8285838Z [00:02:21.365]➜  git-ls-remote
2025-08-20T20:57:25.8796043Z [00:02:21.416]➜  
2025-08-20T20:57:25.8796869Z [00:02:21.416]➜  sent 9.18M bytes  received 35 bytes  18.35M bytes/sec
2025-08-20T20:57:25.8797586Z [00:02:21.416]➜  total size is 9.17M  speedup is 1.00
2025-08-20T20:57:25.8821787Z [00:02:21.419]➜  sending incremental file list
2025-08-20T20:57:25.8842374Z [00:02:21.421]➜  git-clone
2025-08-20T20:57:25.9361134Z [00:02:21.473]➜  
2025-08-20T20:57:25.9361853Z [00:02:21.473]➜  sent 9.64M bytes  received 35 bytes  19.28M bytes/sec
2025-08-20T20:57:25.9362591Z [00:02:21.473]➜  total size is 9.64M  speedup is 1.00
2025-08-20T20:57:25.9375227Z [00:02:21.474]➜  
2025-08-20T20:57:26.6010500Z [00:02:22.137]➜  
2025-08-20T20:57:26.6120023Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_status_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6121752Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:57:26.6123041Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url/url.go' from root:root to runner:runner
2025-08-20T20:57:26.6124370Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url/url_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6126957Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url' from root:root to runner:runner
2025-08-20T20:57:26.6128309Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/path_util/path_util.go' from root:root to runner:runner
2025-08-20T20:57:26.6129849Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/path_util' from root:root to runner:runner
2025-08-20T20:57:26.6131223Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/upload_pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6132660Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/receive_pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6135106Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6136581Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test' from root:root to runner:runner
2025-08-20T20:57:26.6137877Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport' from root:root to runner:runner
2025-08-20T20:57:26.6139553Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/sort.go' from root:root to runner:runner
2025-08-20T20:57:26.6141687Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/refs.go' from root:root to runner:runner
2025-08-20T20:57:26.6143142Z [00:02:22.148]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference' from root:root to runner:runner
2025-08-20T20:57:26.6144453Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/repository/refs.go' from root:root to runner:runner
2025-08-20T20:57:26.6145767Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/repository' from root:root to runner:runner
2025-08-20T20:57:26.6147055Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/trace/trace.go' from root:root to runner:runner
2025-08-20T20:57:26.6149385Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/trace' from root:root to runner:runner
2025-08-20T20:57:26.6150752Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/scanner.go' from root:root to runner:runner
2025-08-20T20:57:26.6152101Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/parser.go' from root:root to runner:runner
2025-08-20T20:57:26.6153476Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/scanner_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6155274Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/parser_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6157753Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/token.go' from root:root to runner:runner
2025-08-20T20:57:26.6159242Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision' from root:root to runner:runner
2025-08-20T20:57:26.6160481Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:57:26.6162587Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/COMPATIBILITY.md' from root:root to runner:runner
2025-08-20T20:57:26.6163928Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6165161Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/remote_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6166392Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/submodule_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6168046Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:57:26.6169987Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/blame_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6171225Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_commit.go' from root:root to runner:runner
2025-08-20T20:57:26.6172441Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree.go' from root:root to runner:runner
2025-08-20T20:57:26.6173636Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/EXTENDING.md' from root:root to runner:runner
2025-08-20T20:57:26.6175429Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/options_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6177453Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_linux.go' from root:root to runner:runner
2025-08-20T20:57:26.6178660Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6180048Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/object_walker.go' from root:root to runner:runner
2025-08-20T20:57:26.6181962Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/config.go' from root:root to runner:runner
2025-08-20T20:57:26.6183520Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/url.go' from root:root to runner:runner
2025-08-20T20:57:26.6184752Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/modules.go' from root:root to runner:runner
2025-08-20T20:57:26.6186126Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/refspec.go' from root:root to runner:runner
2025-08-20T20:57:26.6187559Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/config_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6189730Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/branch_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6191052Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/modules_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6192334Z [00:02:22.149]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/url_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6193570Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/branch.go' from root:root to runner:runner
2025-08-20T20:57:26.6195850Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/refspec_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6197287Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config' from root:root to runner:runner
2025-08-20T20:57:26.6198496Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/transport.go' from root:root to runner:runner
2025-08-20T20:57:26.6199928Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/signer_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6201580Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6203307Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository.go' from root:root to runner:runner
2025-08-20T20:57:26.6204628Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/performance/clone/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6205978Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/performance/clone' from root:root to runner:runner
2025-08-20T20:57:26.6207276Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/performance' from root:root to runner:runner
2025-08-20T20:57:26.6209730Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout-branch/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6211404Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout-branch' from root:root to runner:runner
2025-08-20T20:57:26.6212717Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/showcase/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6214346Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/showcase' from root:root to runner:runner
2025-08-20T20:57:26.6216330Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/custom_http/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6217647Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/custom_http' from root:root to runner:runner
2025-08-20T20:57:26.6219124Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/memory/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6220907Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/memory' from root:root to runner:runner
2025-08-20T20:57:26.6222599Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/push/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6223846Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/push' from root:root to runner:runner
2025-08-20T20:57:26.6225089Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/pull/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6226469Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/pull' from root:root to runner:runner
2025-08-20T20:57:26.6228478Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/submodule/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6230228Z [00:02:22.150]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/submodule' from root:root to runner:runner
2025-08-20T20:57:26.6231501Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/README.md' from root:root to runner:runner
2025-08-20T20:57:26.6232762Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/blame/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6234207Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/blame' from root:root to runner:runner
2025-08-20T20:57:26.6236593Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/commit/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6237972Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/commit' from root:root to runner:runner
2025-08-20T20:57:26.6239401Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/restore/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6241563Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/restore' from root:root to runner:runner
2025-08-20T20:57:26.6242855Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/config/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6244253Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/config' from root:root to runner:runner
2025-08-20T20:57:26.6245493Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/log/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6247064Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/log' from root:root to runner:runner
2025-08-20T20:57:26.6249538Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sparse-checkout/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6250930Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sparse-checkout' from root:root to runner:runner
2025-08-20T20:57:26.6252815Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/open/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6254347Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/open' from root:root to runner:runner
2025-08-20T20:57:26.6255633Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/remotes/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6257024Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/remotes' from root:root to runner:runner
2025-08-20T20:57:26.6258806Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/access_token/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6260948Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/access_token' from root:root to runner:runner
2025-08-20T20:57:26.6262422Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/username_password/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6263909Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/username_password' from root:root to runner:runner
2025-08-20T20:57:26.6265769Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic' from root:root to runner:runner
2025-08-20T20:57:26.6267577Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/ssh_agent/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6269187Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/ssh_agent' from root:root to runner:runner
2025-08-20T20:57:26.6270614Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/private_key/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6272826Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/private_key' from root:root to runner:runner
2025-08-20T20:57:26.6274344Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh' from root:root to runner:runner
2025-08-20T20:57:26.6275617Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth' from root:root to runner:runner
2025-08-20T20:57:26.6276878Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6278692Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone' from root:root to runner:runner
2025-08-20T20:57:26.6280891Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6282171Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout' from root:root to runner:runner
2025-08-20T20:57:26.6283451Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6285670Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls' from root:root to runner:runner
2025-08-20T20:57:26.6286939Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6288182Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag' from root:root to runner:runner
2025-08-20T20:57:26.6289659Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6292066Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/find-if-any-tag-point-head/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6293764Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/find-if-any-tag-point-head' from root:root to runner:runner
2025-08-20T20:57:26.6295128Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag-create-push/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6297291Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag-create-push' from root:root to runner:runner
2025-08-20T20:57:26.6298614Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls-remote/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6300343Z [00:02:22.151]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls-remote' from root:root to runner:runner
2025-08-20T20:57:26.6301634Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/storage/README.md' from root:root to runner:runner
2025-08-20T20:57:26.6303791Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/storage' from root:root to runner:runner
2025-08-20T20:57:26.6305426Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/context/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6306700Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/context' from root:root to runner:runner
2025-08-20T20:57:26.6307999Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/branch/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6309457Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/branch' from root:root to runner:runner
2025-08-20T20:57:26.6311280Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sha256/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6313189Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sha256' from root:root to runner:runner
2025-08-20T20:57:26.6314518Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/revision/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6315926Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/revision' from root:root to runner:runner
2025-08-20T20:57:26.6317199Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6318516Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/helpers.go' from root:root to runner:runner
2025-08-20T20:57:26.6320084Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/help-long.msg.go' from root:root to runner:runner
2025-08-20T20:57:26.6321443Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6322723Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base' from root:root to runner:runner
2025-08-20T20:57:26.6324009Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/progress/main.go' from root:root to runner:runner
2025-08-20T20:57:26.6325283Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/progress' from root:root to runner:runner
2025-08-20T20:57:26.6326493Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples' from root:root to runner:runner
2025-08-20T20:57:26.6327702Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/prune_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6329126Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/git/git.go' from root:root to runner:runner
2025-08-20T20:57:26.6330610Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/git' from root:root to runner:runner
2025-08-20T20:57:26.6331862Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/writer.go' from root:root to runner:runner
2025-08-20T20:57:26.6333164Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/http_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6334461Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/http.go' from root:root to runner:runner
2025-08-20T20:57:26.6335706Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http' from root:root to runner:runner
2025-08-20T20:57:26.6336885Z [00:02:22.152]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend' from root:root to runner:runner
2025-08-20T20:57:26.6338072Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/submodule.go' from root:root to runner:runner
2025-08-20T20:57:26.6339583Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_js.go' from root:root to runner:runner
2025-08-20T20:57:26.6340953Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/prune.go' from root:root to runner:runner
2025-08-20T20:57:26.6342180Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_status.go' from root:root to runner:runner
2025-08-20T20:57:26.6343423Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_plan9.go' from root:root to runner:runner
2025-08-20T20:57:26.6344625Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/signer.go' from root:root to runner:runner
2025-08-20T20:57:26.6345800Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:57:26.6347055Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/config.go' from root:root to runner:runner
2025-08-20T20:57:26.6348424Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/config_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6350188Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' from root:root to runner:runner
2025-08-20T20:57:26.6351687Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/writers_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6353125Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/writers.go' from root:root to runner:runner
2025-08-20T20:57:26.6354671Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit.go' from root:root to runner:runner
2025-08-20T20:57:26.6356139Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go' from root:root to runner:runner
2025-08-20T20:57:26.6357598Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/reader.go' from root:root to runner:runner
2025-08-20T20:57:26.6359316Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/repository_filesystem_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6360821Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6362277Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go' from root:root to runner:runner
2025-08-20T20:57:26.6363651Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit' from root:root to runner:runner
2025-08-20T20:57:26.6365127Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object_iter.go' from root:root to runner:runner
2025-08-20T20:57:26.6366505Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/deltaobject.go' from root:root to runner:runner
2025-08-20T20:57:26.6367898Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/shallow.go' from root:root to runner:runner
2025-08-20T20:57:26.6369348Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/storage.go' from root:root to runner:runner
2025-08-20T20:57:26.6370713Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/storage_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6372075Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/index.go' from root:root to runner:runner
2025-08-20T20:57:26.6373433Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/reference.go' from root:root to runner:runner
2025-08-20T20:57:26.6374784Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object.go' from root:root to runner:runner
2025-08-20T20:57:26.6376124Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/module.go' from root:root to runner:runner
2025-08-20T20:57:26.6377486Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6379192Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem' from root:root to runner:runner
2025-08-20T20:57:26.6380743Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/memory/storage.go' from root:root to runner:runner
2025-08-20T20:57:26.6382007Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/memory' from root:root to runner:runner
2025-08-20T20:57:26.6383324Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/tests/storage_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6384826Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/tests' from root:root to runner:runner
2025-08-20T20:57:26.6386059Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/storer.go' from root:root to runner:runner
2025-08-20T20:57:26.6387392Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/config.go' from root:root to runner:runner
2025-08-20T20:57:26.6388795Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/reference_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6390663Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/config_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6392045Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6393429Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/shallow_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6394812Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/shallow.go' from root:root to runner:runner
2025-08-20T20:57:26.6396531Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/storage.go' from root:root to runner:runner
2025-08-20T20:57:26.6399067Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/storage_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6401764Z [00:02:22.153]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/index.go' from root:root to runner:runner
2025-08-20T20:57:26.6404385Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/index_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6406886Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/reference.go' from root:root to runner:runner
2025-08-20T20:57:26.6408328Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/object.go' from root:root to runner:runner
2025-08-20T20:57:26.6410016Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6411572Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional' from root:root to runner:runner
2025-08-20T20:57:26.6412795Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage' from root:root to runner:runner
2025-08-20T20:57:26.6413966Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/options.go' from root:root to runner:runner
2025-08-20T20:57:26.6415183Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6416382Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/blame.go' from root:root to runner:runner
2025-08-20T20:57:26.6417584Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_bsd.go' from root:root to runner:runner
2025-08-20T20:57:26.6419019Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_unix_other.go' from root:root to runner:runner
2025-08-20T20:57:26.6420244Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:57:26.6421542Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/remote.go' from root:root to runner:runner
2025-08-20T20:57:26.6422743Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/main_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6423930Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:57:26.6425093Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/status.go' from root:root to runner:runner
2025-08-20T20:57:26.6426300Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:57:26.6427542Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_commit_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6428989Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_unix_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6430285Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6431515Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:57:26.6432796Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_plan9_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6434066Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_windows.go' from root:root to runner:runner
2025-08-20T20:57:26.6435475Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_windows_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6436739Z [00:02:22.154]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/example_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6437991Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/dependabot.yaml' from root:root to runner:runner
2025-08-20T20:57:26.6439568Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T20:57:26.6440896Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/codeql.yml' from root:root to runner:runner
2025-08-20T20:57:26.6442220Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/cifuzz.yml' from root:root to runner:runner
2025-08-20T20:57:26.6443565Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/pr-validation.yml' from root:root to runner:runner
2025-08-20T20:57:26.6444893Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/git.yml' from root:root to runner:runner
2025-08-20T20:57:26.6446393Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/stale-issues-bot.yaml' from root:root to runner:runner
2025-08-20T20:57:26.6447731Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:57:26.6449139Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:57:26.6450819Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/blame2humantest.bash' from root:root to runner:runner
2025-08-20T20:57:26.6452151Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/read.go' from root:root to runner:runner
2025-08-20T20:57:26.6453447Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/write_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6454767Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/read_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6456215Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/write.go' from root:root to runner:runner
2025-08-20T20:57:26.6457455Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary' from root:root to runner:runner
2025-08-20T20:57:26.6458735Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/context_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6460496Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/sync.go' from root:root to runner:runner
2025-08-20T20:57:26.6461774Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6463058Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/context.go' from root:root to runner:runner
2025-08-20T20:57:26.6464367Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6465622Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil' from root:root to runner:runner
2025-08-20T20:57:26.6466870Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace/trace.go' from root:root to runner:runner
2025-08-20T20:57:26.6468530Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace/trace_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6469984Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace' from root:root to runner:runner
2025-08-20T20:57:26.6471610Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/revlist2humantest.bash' from root:root to runner:runner
2025-08-20T20:57:26.6481116Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem/node.go' from root:root to runner:runner
2025-08-20T20:57:26.6482630Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem/node_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6484086Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem' from root:root to runner:runner
2025-08-20T20:57:26.6485410Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/iter.go' from root:root to runner:runner
2025-08-20T20:57:26.6486786Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/noder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6488181Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/path.go' from root:root to runner:runner
2025-08-20T20:57:26.6489809Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/path_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6491184Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/noder.go' from root:root to runner:runner
2025-08-20T20:57:26.6492516Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder' from root:root to runner:runner
2025-08-20T20:57:26.6493914Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame/frame_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6495566Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame/frame.go' from root:root to runner:runner
2025-08-20T20:57:26.6496968Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame' from root:root to runner:runner
2025-08-20T20:57:26.6498416Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/new_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6500238Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6501694Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/dir.go' from root:root to runner:runner
2025-08-20T20:57:26.6503151Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/dir_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6504618Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/new.go' from root:root to runner:runner
2025-08-20T20:57:26.6506202Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/file.go' from root:root to runner:runner
2025-08-20T20:57:26.6507695Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/file_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6509281Z [00:02:22.155]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder' from root:root to runner:runner
2025-08-20T20:57:26.6510639Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal' from root:root to runner:runner
2025-08-20T20:57:26.6511998Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/difftree_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6513334Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6514665Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/difftree.go' from root:root to runner:runner
2025-08-20T20:57:26.6516018Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doubleiter.go' from root:root to runner:runner
2025-08-20T20:57:26.6517372Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/iter_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6518734Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/change_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6520598Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/change.go' from root:root to runner:runner
2025-08-20T20:57:26.6521953Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index/node.go' from root:root to runner:runner
2025-08-20T20:57:26.6523347Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index/node_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6524907Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index' from root:root to runner:runner
2025-08-20T20:57:26.6526193Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie' from root:root to runner:runner
2025-08-20T20:57:26.6527456Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/zlib.go' from root:root to runner:runner
2025-08-20T20:57:26.6528715Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bytes.go' from root:root to runner:runner
2025-08-20T20:57:26.6530239Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bufio_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6531681Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bytes_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6532992Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/zlib_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6534264Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bufio.go' from root:root to runner:runner
2025-08-20T20:57:26.6535485Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync' from root:root to runner:runner
2025-08-20T20:57:26.6537210Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff/diff_ext_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6539748Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff/diff.go' from root:root to runner:runner
2025-08-20T20:57:26.6542130Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff' from root:root to runner:runner
2025-08-20T20:57:26.6544369Z [00:02:22.156]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils' from root:root to runner:runner
2025-08-20T20:57:26.6546556Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:57:26.6548156Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:57:26.6549733Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:57:26.6551306Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:57:26.6552686Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:57:26.6554035Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:57:26.6555362Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:57:26.6556738Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:57:26.6558103Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:57:26.6559637Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:57:26.6561112Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:57:26.6562461Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:57:26.6563784Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:57:26.6565129Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:57:26.6566495Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:57:26.6567887Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:57:26.6569468Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:57:26.6570737Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:57:26.6572013Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:57:26.6573341Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:57:26.6574700Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:57:26.6576162Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:57:26.6577416Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:57:26.6578633Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:57:26.6580127Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:57:26.6581383Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:57:26.6582630Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:57:26.6583938Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:57:26.6585371Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:57:26.6586643Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:57:26.6587870Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:57:26.6589333Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:57:26.6590530Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:57:26.6591755Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:57:26.6592987Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:57:26.6594211Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:57:26.6595659Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.rev' from root:root to runner:runner
2025-08-20T20:57:26.6597323Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.idx' from root:root to runner:runner
2025-08-20T20:57:26.6599230Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.rev' from root:root to runner:runner
2025-08-20T20:57:26.6601218Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.promisor' from root:root to runner:runner
2025-08-20T20:57:26.6602915Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.promisor' from root:root to runner:runner
2025-08-20T20:57:26.6604588Z [00:02:22.157]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.pack' from root:root to runner:runner
2025-08-20T20:57:26.6606243Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.pack' from root:root to runner:runner
2025-08-20T20:57:26.6607892Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.idx' from root:root to runner:runner
2025-08-20T20:57:26.6610281Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:57:26.6611546Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:57:26.6612917Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:57:26.6614173Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:57:26.6615379Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:57:26.6616572Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:57:26.6617736Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:57:26.6619132Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/crypto.go' from root:root to runner:runner
2025-08-20T20:57:26.6620586Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit.go' from root:root to runner:runner
2025-08-20T20:57:26.6621924Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tag_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6623291Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/signature_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6624702Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_adaptor_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6626109Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_stats_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6627507Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/difftree_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6629014Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tree.go' from root:root to runner:runner
2025-08-20T20:57:26.6630396Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6631865Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/difftree.go' from root:root to runner:runner
2025-08-20T20:57:26.6633262Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_limit.go' from root:root to runner:runner
2025-08-20T20:57:26.6634670Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs.go' from root:root to runner:runner
2025-08-20T20:57:26.6636041Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/merge_base.go' from root:root to runner:runner
2025-08-20T20:57:26.6637380Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/blob.go' from root:root to runner:runner
2025-08-20T20:57:26.6638812Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_object.go' from root:root to runner:runner
2025-08-20T20:57:26.6640446Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6642000Z [00:02:22.158]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_topo_order.go' from root:root to runner:runner
2025-08-20T20:57:26.6643597Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_helper.go' from root:root to runner:runner
2025-08-20T20:57:26.6645176Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_date_order.go' from root:root to runner:runner
2025-08-20T20:57:26.6646786Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6648216Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode.go' from root:root to runner:runner
2025-08-20T20:57:26.6649921Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6651509Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_author_order.go' from root:root to runner:runner
2025-08-20T20:57:26.6653084Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_graph.go' from root:root to runner:runner
2025-08-20T20:57:26.6654618Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_ctime.go' from root:root to runner:runner
2025-08-20T20:57:26.6656179Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph' from root:root to runner:runner
2025-08-20T20:57:26.6657522Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/treenoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6659027Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6660445Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tag.go' from root:root to runner:runner
2025-08-20T20:57:26.6661786Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_adaptor.go' from root:root to runner:runner
2025-08-20T20:57:26.6663161Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6664488Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/file.go' from root:root to runner:runner
2025-08-20T20:57:26.6665830Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker.go' from root:root to runner:runner
2025-08-20T20:57:26.6667183Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/signature.go' from root:root to runner:runner
2025-08-20T20:57:26.6668625Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs_filtered_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6670118Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/object.go' from root:root to runner:runner
2025-08-20T20:57:26.6671591Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6672937Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/file_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6674280Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/rename_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6675684Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_ctime.go' from root:root to runner:runner
2025-08-20T20:57:26.6677194Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change.go' from root:root to runner:runner
2025-08-20T20:57:26.6679058Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tree_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6680389Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/rename.go' from root:root to runner:runner
2025-08-20T20:57:26.6681881Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch.go' from root:root to runner:runner
2025-08-20T20:57:26.6683286Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_path.go' from root:root to runner:runner
2025-08-20T20:57:26.6684695Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch_stats_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6686052Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/blob_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6687456Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go' from root:root to runner:runner
2025-08-20T20:57:26.6688979Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/merge_base_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6690355Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6691646Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object' from root:root to runner:runner
2025-08-20T20:57:26.6692883Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash.go' from root:root to runner:runner
2025-08-20T20:57:26.6694187Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/version.go' from root:root to runner:runner
2025-08-20T20:57:26.6695545Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/negotiate.go' from root:root to runner:runner
2025-08-20T20:57:26.6697013Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/push.go' from root:root to runner:runner
2025-08-20T20:57:26.6698345Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6699927Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serverinfo.go' from root:root to runner:runner
2025-08-20T20:57:26.6701321Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/upload_pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6702723Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/transport_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6704156Z [00:02:22.159]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6705564Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6707105Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6708542Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6710015Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git' from root:root to runner:runner
2025-08-20T20:57:26.6711346Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/registry.go' from root:root to runner:runner
2025-08-20T20:57:26.6712699Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/service.go' from root:root to runner:runner
2025-08-20T20:57:26.6714079Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/version_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6715492Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6716882Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/transport.go' from root:root to runner:runner
2025-08-20T20:57:26.6718255Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/receive_pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6719714Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6721135Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/build_update_requests_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6722712Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/auth_method.go' from root:root to runner:runner
2025-08-20T20:57:26.6724152Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/auth_method_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6725616Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6727022Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6728499Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6730213Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go' from root:root to runner:runner
2025-08-20T20:57:26.6731661Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts' from root:root to runner:runner
2025-08-20T20:57:26.6733182Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/proxy_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6734624Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6736110Z [00:02:22.160]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent_windows.go' from root:root to runner:runner
2025-08-20T20:57:26.6737640Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/pageant_windows.go' from root:root to runner:runner
2025-08-20T20:57:26.6739355Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go' from root:root to runner:runner
2025-08-20T20:57:26.6740788Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent' from root:root to runner:runner
2025-08-20T20:57:26.6742116Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh' from root:root to runner:runner
2025-08-20T20:57:26.6743483Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6744899Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/send_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6746824Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/registry_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6749766Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/loader.go' from root:root to runner:runner
2025-08-20T20:57:26.6752390Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/client.go' from root:root to runner:runner
2025-08-20T20:57:26.6755067Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6757248Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/client_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6758750Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6760367Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file' from root:root to runner:runner
2025-08-20T20:57:26.6761695Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/fetch.go' from root:root to runner:runner
2025-08-20T20:57:26.6763232Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6764625Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serve_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6766018Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6767371Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serve.go' from root:root to runner:runner
2025-08-20T20:57:26.6768728Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/mocks.go' from root:root to runner:runner
2025-08-20T20:57:26.6770351Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serverinfo_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6771766Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/loader_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6773140Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/dumb.go' from root:root to runner:runner
2025-08-20T20:57:26.6774530Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/dumb_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6775975Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6777558Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/transport.go' from root:root to runner:runner
2025-08-20T20:57:26.6779147Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6780597Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6782055Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/proxy_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6783508Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6784997Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata/certs/server.crt' from root:root to runner:runner
2025-08-20T20:57:26.6786527Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata/certs/server.key' from root:root to runner:runner
2025-08-20T20:57:26.6788129Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata/certs' from root:root to runner:runner
2025-08-20T20:57:26.6789854Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata' from root:root to runner:runner
2025-08-20T20:57:26.6791208Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http' from root:root to runner:runner
2025-08-20T20:57:26.6792488Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport' from root:root to runner:runner
2025-08-20T20:57:26.6793779Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/reference_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6795234Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist/revlist_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6796591Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist/revlist.go' from root:root to runner:runner
2025-08-20T20:57:26.6797884Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist' from root:root to runner:runner
2025-08-20T20:57:26.6799515Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revision.go' from root:root to runner:runner
2025-08-20T20:57:26.6800810Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/error.go' from root:root to runner:runner
2025-08-20T20:57:26.6802173Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/patch_delta.go' from root:root to runner:runner
2025-08-20T20:57:26.6803767Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/object_pack.go' from root:root to runner:runner
2025-08-20T20:57:26.6805198Z [00:02:22.161]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6806950Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6808385Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/types.go' from root:root to runner:runner
2025-08-20T20:57:26.6810019Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_iter.go' from root:root to runner:runner
2025-08-20T20:57:26.6811496Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/object_pack_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6812992Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder_advanced_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6814583Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6816036Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_selector_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6817490Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner.go' from root:root to runner:runner
2025-08-20T20:57:26.6819456Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_types.go' from root:root to runner:runner
2025-08-20T20:57:26.6821943Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/error.go' from root:root to runner:runner
2025-08-20T20:57:26.6824592Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6827252Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6829771Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/diff_delta.go' from root:root to runner:runner
2025-08-20T20:57:26.6831218Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser.go' from root:root to runner:runner
2025-08-20T20:57:26.6832652Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6834281Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_index.go' from root:root to runner:runner
2025-08-20T20:57:26.6835705Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/fsobject.go' from root:root to runner:runner
2025-08-20T20:57:26.6837154Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_options.go' from root:root to runner:runner
2025-08-20T20:57:26.6838602Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile.go' from root:root to runner:runner
2025-08-20T20:57:26.6840329Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_options.go' from root:root to runner:runner
2025-08-20T20:57:26.6841787Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_cache.go' from root:root to runner:runner
2025-08-20T20:57:26.6843230Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6844791Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6846234Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6847704Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_options.go' from root:root to runner:runner
2025-08-20T20:57:26.6849356Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/patch_delta_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6850843Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_selector.go' from root:root to runner:runner
2025-08-20T20:57:26.6852309Z [00:02:22.162]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_reader.go' from root:root to runner:runner
2025-08-20T20:57:26.6853696Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile' from root:root to runner:runner
2025-08-20T20:57:26.6855088Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/pattern_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6856499Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6857881Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/dir.go' from root:root to runner:runner
2025-08-20T20:57:26.6859445Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/dir_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6861053Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/matcher_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6862482Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/pattern.go' from root:root to runner:runner
2025-08-20T20:57:26.6863900Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/matcher.go' from root:root to runner:runner
2025-08-20T20:57:26.6865256Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore' from root:root to runner:runner
2025-08-20T20:57:26.6866633Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/option_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6868019Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/option.go' from root:root to runner:runner
2025-08-20T20:57:26.6869653Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/format.go' from root:root to runner:runner
2025-08-20T20:57:26.6871155Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6872540Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6873971Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6875385Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/fixtures_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6876801Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/section.go' from root:root to runner:runner
2025-08-20T20:57:26.6878209Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/decoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6880074Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6881508Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/encoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6882933Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/section_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6884375Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/decoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6885895Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config' from root:root to runner:runner
2025-08-20T20:57:26.6887299Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_write_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6888742Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/error_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6890948Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_read_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6893522Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/sync.go' from root:root to runner:runner
2025-08-20T20:57:26.6896177Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/scanner.go' from root:root to runner:runner
2025-08-20T20:57:26.6898794Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/error.go' from root:root to runner:runner
2025-08-20T20:57:26.6901299Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/common.go' from root:root to runner:runner
2025-08-20T20:57:26.6902765Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/scanner_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6904199Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline.go' from root:root to runner:runner
2025-08-20T20:57:26.6905648Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_bench_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6907086Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/length.go' from root:root to runner:runner
2025-08-20T20:57:26.6908436Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline' from root:root to runner:runner
2025-08-20T20:57:26.6910011Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/writer.go' from root:root to runner:runner
2025-08-20T20:57:26.6911416Z [00:02:22.163]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/reader_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6912804Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6914179Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/reader.go' from root:root to runner:runner
2025-08-20T20:57:26.6915585Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6917163Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/writer_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6918533Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile' from root:root to runner:runner
2025-08-20T20:57:26.6920131Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/commitgraph_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6921583Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6922995Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chunk.go' from root:root to runner:runner
2025-08-20T20:57:26.6924416Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6925867Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/commitgraph.go' from root:root to runner:runner
2025-08-20T20:57:26.6927442Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/memory.go' from root:root to runner:runner
2025-08-20T20:57:26.6929030Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chain.go' from root:root to runner:runner
2025-08-20T20:57:26.6930564Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/file.go' from root:root to runner:runner
2025-08-20T20:57:26.6931995Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chain_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6933405Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph' from root:root to runner:runner
2025-08-20T20:57:26.6934826Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/pattern_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6936281Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/dir.go' from root:root to runner:runner
2025-08-20T20:57:26.6937711Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/dir_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6939357Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/matcher_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6940830Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/pattern.go' from root:root to runner:runner
2025-08-20T20:57:26.6942463Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/attributes_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6943937Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/matcher.go' from root:root to runner:runner
2025-08-20T20:57:26.6945401Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/attributes.go' from root:root to runner:runner
2025-08-20T20:57:26.6946819Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes' from root:root to runner:runner
2025-08-20T20:57:26.6948191Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/writer.go' from root:root to runner:runner
2025-08-20T20:57:26.6949739Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6951117Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6952644Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/decoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6954081Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/idxfile_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6955516Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/encoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6956916Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/decoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6958324Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/writer_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6959899Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/idxfile.go' from root:root to runner:runner
2025-08-20T20:57:26.6961866Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile' from root:root to runner:runner
2025-08-20T20:57:26.6964504Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/unified_encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6967205Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/colorconfig.go' from root:root to runner:runner
2025-08-20T20:57:26.6970132Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/unified_encoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6972046Z [00:02:22.164]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/patch.go' from root:root to runner:runner
2025-08-20T20:57:26.6973401Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff' from root:root to runner:runner
2025-08-20T20:57:26.6974733Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.6976107Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/encoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6977502Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/decoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6979082Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/index.go' from root:root to runner:runner
2025-08-20T20:57:26.6980473Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/index_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6981895Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/encoder_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6983440Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/match.go' from root:root to runner:runner
2025-08-20T20:57:26.6984823Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/decoder.go' from root:root to runner:runner
2025-08-20T20:57:26.6986146Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index' from root:root to runner:runner
2025-08-20T20:57:26.6987402Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format' from root:root to runner:runner
2025-08-20T20:57:26.6988696Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/version.go' from root:root to runner:runner
2025-08-20T20:57:26.6990544Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go' from root:root to runner:runner
2025-08-20T20:57:26.6991980Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs.go' from root:root to runner:runner
2025-08-20T20:57:26.6993381Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/inforefs.go' from root:root to runner:runner
2025-08-20T20:57:26.6994822Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_decode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6996300Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/shallowupd_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6997928Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_decode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.6999609Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_encode.go' from root:root to runner:runner
2025-08-20T20:57:26.7001060Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go' from root:root to runner:runner
2025-08-20T20:57:26.7002526Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/report_status_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7004025Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/muxer_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7005506Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.7006959Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/common.go' from root:root to runner:runner
2025-08-20T20:57:26.7008552Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/demux.go' from root:root to runner:runner
2025-08-20T20:57:26.7010203Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go' from root:root to runner:runner
2025-08-20T20:57:26.7011695Z [00:02:22.165]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/demux_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7013134Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband' from root:root to runner:runner
2025-08-20T20:57:26.7014518Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.7015919Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/smart_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7017379Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_encode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7018810Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/packp.go' from root:root to runner:runner
2025-08-20T20:57:26.7020495Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/filter.go' from root:root to runner:runner
2025-08-20T20:57:26.7021914Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/gitproto_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7023472Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq.go' from root:root to runner:runner
2025-08-20T20:57:26.7024877Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/report_status.go' from root:root to runner:runner
2025-08-20T20:57:26.7026284Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/common.go' from root:root to runner:runner
2025-08-20T20:57:26.7027723Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_encode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7029582Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/srvresp.go' from root:root to runner:runner
2025-08-20T20:57:26.7031029Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq.go' from root:root to runner:runner
2025-08-20T20:57:26.7033275Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/srvresp_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7034877Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go' from root:root to runner:runner
2025-08-20T20:57:26.7036293Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/smart.go' from root:root to runner:runner
2025-08-20T20:57:26.7037701Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/pushopts.go' from root:root to runner:runner
2025-08-20T20:57:26.7039416Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_encode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7040923Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_decode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7042382Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/common_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7043824Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/pushopts_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7045262Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/filter_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7046689Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/shallowupd.go' from root:root to runner:runner
2025-08-20T20:57:26.7048137Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_decode.go' from root:root to runner:runner
2025-08-20T20:57:26.7049731Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/gitproto.go' from root:root to runner:runner
2025-08-20T20:57:26.7051377Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/capability_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7052929Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/capability.go' from root:root to runner:runner
2025-08-20T20:57:26.7054436Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/list.go' from root:root to runner:runner
2025-08-20T20:57:26.7055932Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/list_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7057391Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability' from root:root to runner:runner
2025-08-20T20:57:26.7058812Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7060543Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go' from root:root to runner:runner
2025-08-20T20:57:26.7062093Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/uphav.go' from root:root to runner:runner
2025-08-20T20:57:26.7063449Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp' from root:root to runner:runner
2025-08-20T20:57:26.7064728Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol' from root:root to runner:runner
2025-08-20T20:57:26.7066028Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/buffer_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7067365Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/common.go' from root:root to runner:runner
2025-08-20T20:57:26.7068689Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/buffer_lru.go' from root:root to runner:runner
2025-08-20T20:57:26.7070255Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/object_lru.go' from root:root to runner:runner
2025-08-20T20:57:26.7071591Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7072866Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache' from root:root to runner:runner
2025-08-20T20:57:26.7074135Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/color/color.go' from root:root to runner:runner
2025-08-20T20:57:26.7075523Z [00:02:22.166]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/color' from root:root to runner:runner
2025-08-20T20:57:26.7076759Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hasher.go' from root:root to runner:runner
2025-08-20T20:57:26.7078051Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/objectid_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7079603Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/memory.go' from root:root to runner:runner
2025-08-20T20:57:26.7080891Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hasher_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7082191Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/memory_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7083482Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/tag.go' from root:root to runner:runner
2025-08-20T20:57:26.7084735Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/objectid.go' from root:root to runner:runner
2025-08-20T20:57:26.7086142Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash/hash.go' from root:root to runner:runner
2025-08-20T20:57:26.7087457Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash/hash_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7088733Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash' from root:root to runner:runner
2025-08-20T20:57:26.7090200Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/reference.go' from root:root to runner:runner
2025-08-20T20:57:26.7091463Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object.go' from root:root to runner:runner
2025-08-20T20:57:26.7092738Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7094075Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode/filemode.go' from root:root to runner:runner
2025-08-20T20:57:26.7095452Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode/filemode_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7096779Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode' from root:root to runner:runner
2025-08-20T20:57:26.7098110Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/reference_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7099755Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/doc.go' from root:root to runner:runner
2025-08-20T20:57:26.7102307Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/storer.go' from root:root to runner:runner
2025-08-20T20:57:26.7104865Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/shallow.go' from root:root to runner:runner
2025-08-20T20:57:26.7107345Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/index.go' from root:root to runner:runner
2025-08-20T20:57:26.7110009Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/reference.go' from root:root to runner:runner
2025-08-20T20:57:26.7111807Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/object.go' from root:root to runner:runner
2025-08-20T20:57:26.7113183Z [00:02:22.167]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7114489Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer' from root:root to runner:runner
2025-08-20T20:57:26.7115943Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object_test.go' from root:root to runner:runner
2025-08-20T20:57:26.7117191Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing' from root:root to runner:runner
2025-08-20T20:57:26.7118356Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO' from root:root to runner:runner
2025-08-20T20:57:26.7119741Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA' from root:root to runner:runner
2025-08-20T20:57:26.7120758Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:57:26.7121740Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-log' from runner:docker to runner:runner
2025-08-20T20:57:26.7122760Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-checkout' from runner:docker to runner:runner
2025-08-20T20:57:26.7123760Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-tag' from runner:docker to runner:runner
2025-08-20T20:57:26.7124756Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-pull' from runner:docker to runner:runner
2025-08-20T20:57:26.7125741Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T20:57:26.7126744Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-ls-remote' from runner:docker to runner:runner
2025-08-20T20:57:26.7127773Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:57:26.7128780Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-clone' from runner:docker to runner:runner
2025-08-20T20:57:26.7130079Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:57:26.7130993Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-log' from runner:docker to runner:runner
2025-08-20T20:57:26.7131925Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.version' from runner:docker to runner:runner
2025-08-20T20:57:26.7132869Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-checkout' from runner:docker to runner:runner
2025-08-20T20:57:26.7133790Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:57:26.7134676Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-tag' from runner:docker to runner:runner
2025-08-20T20:57:26.7135618Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-pull' from runner:docker to runner:runner
2025-08-20T20:57:26.7136520Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T20:57:26.7137439Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-ls-remote' from runner:docker to runner:runner
2025-08-20T20:57:26.7138413Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.static.version' from runner:docker to runner:runner
2025-08-20T20:57:26.7139668Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-clone' from runner:docker to runner:runner
2025-08-20T20:57:26.7140550Z [00:02:22.168]➜  changed ownership of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:57:26.7141690Z [00:02:22.176]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7142946Z [00:02:22.183]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7144198Z [00:02:22.190]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7145436Z [00:02:22.197]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/url/url_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7146734Z [00:02:22.204]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/path_util/path_util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7148160Z [00:02:22.211]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/upload_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7149908Z [00:02:22.218]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/receive_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7151354Z [00:02:22.226]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/transport/test/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7152731Z [00:02:22.233]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7154211Z [00:02:22.240]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/reference/refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7155552Z [00:02:22.247]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/repository/refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7172042Z [00:02:22.254]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7241274Z [00:02:22.261]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7308651Z [00:02:22.267]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7376870Z [00:02:22.274]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7444733Z [00:02:22.281]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7512936Z [00:02:22.288]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/internal/revision/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7580794Z [00:02:22.295]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/COMPATIBILITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7649680Z [00:02:22.301]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7717829Z [00:02:22.308]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7786034Z [00:02:22.315]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/submodule_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7854024Z [00:02:22.322]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7921143Z [00:02:22.329]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/blame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.7988672Z [00:02:22.335]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8056562Z [00:02:22.342]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8124452Z [00:02:22.349]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/EXTENDING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8193038Z [00:02:22.356]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8260310Z [00:02:22.362]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8327894Z [00:02:22.369]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8395097Z [00:02:22.376]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/object_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8463897Z [00:02:22.383]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8531961Z [00:02:22.390]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8599308Z [00:02:22.396]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/modules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8666637Z [00:02:22.403]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/refspec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8740572Z [00:02:22.410]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8808452Z [00:02:22.417]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/branch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8877040Z [00:02:22.424]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/modules_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.8944047Z [00:02:22.431]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/url_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9011841Z [00:02:22.438]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9079092Z [00:02:22.444]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/config/refspec_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9146490Z [00:02:22.451]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9214685Z [00:02:22.458]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/signer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9283949Z [00:02:22.465]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9352542Z [00:02:22.472]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9420966Z [00:02:22.479]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/performance/clone/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9488335Z [00:02:22.485]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout-branch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9557303Z [00:02:22.492]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/showcase/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9624303Z [00:02:22.499]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/custom_http/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9692102Z [00:02:22.506]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/memory/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9761851Z [00:02:22.513]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/push/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9830171Z [00:02:22.519]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/pull/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9897154Z [00:02:22.526]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/submodule/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:26.9964508Z [00:02:22.533]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0032717Z [00:02:22.540]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/blame/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0100390Z [00:02:22.546]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/commit/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0168229Z [00:02:22.553]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/restore/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0236794Z [00:02:22.560]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/config/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0305773Z [00:02:22.567]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/log/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0374095Z [00:02:22.574]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sparse-checkout/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0441679Z [00:02:22.581]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/open/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0508496Z [00:02:22.587]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/remotes/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0578122Z [00:02:22.594]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/access_token/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0646276Z [00:02:22.601]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/basic/username_password/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0716164Z [00:02:22.608]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/ssh_agent/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0783877Z [00:02:22.615]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/auth/ssh/private_key/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0850884Z [00:02:22.621]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/clone/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0919583Z [00:02:22.628]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/checkout/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.0987795Z [00:02:22.635]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1056605Z [00:02:22.642]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1124858Z [00:02:22.649]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1193804Z [00:02:22.656]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/find-if-any-tag-point-head/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1262087Z [00:02:22.663]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/tag-create-push/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1330360Z [00:02:22.669]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/ls-remote/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1398221Z [00:02:22.676]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/storage/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1468405Z [00:02:22.683]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/context/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1535541Z [00:02:22.690]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/branch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1603651Z [00:02:22.697]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/sha256/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1671666Z [00:02:22.704]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/revision/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1740764Z [00:02:22.710]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1808481Z [00:02:22.717]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1875924Z [00:02:22.724]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/help-long.msg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.1944131Z [00:02:22.731]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/merge_base/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2011683Z [00:02:22.738]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/_examples/progress/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2079535Z [00:02:22.744]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/prune_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2148410Z [00:02:22.751]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2217196Z [00:02:22.758]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2285064Z [00:02:22.765]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2354770Z [00:02:22.772]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/backend/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2422045Z [00:02:22.779]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/submodule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2489171Z [00:02:22.785]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2557628Z [00:02:22.792]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/prune.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2626348Z [00:02:22.799]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2693971Z [00:02:22.806]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2762111Z [00:02:22.813]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2831886Z [00:02:22.820]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2899683Z [00:02:22.826]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.2967529Z [00:02:22.833]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3036127Z [00:02:22.840]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3103603Z [00:02:22.847]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/writers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3171676Z [00:02:22.854]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/writers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3238522Z [00:02:22.860]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3308305Z [00:02:22.867]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3376260Z [00:02:22.874]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3444604Z [00:02:22.881]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/repository_filesystem_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3512592Z [00:02:22.888]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3580788Z [00:02:22.894]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3649910Z [00:02:22.901]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object_iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3716377Z [00:02:22.908]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/deltaobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3786655Z [00:02:22.915]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3856128Z [00:02:22.922]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3923128Z [00:02:22.929]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.3990644Z [00:02:22.935]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4057683Z [00:02:22.942]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4125086Z [00:02:22.949]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4193924Z [00:02:22.956]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/module.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4263006Z [00:02:22.963]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/filesystem/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4332788Z [00:02:22.970]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/memory/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4402793Z [00:02:22.977]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/tests/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4470880Z [00:02:22.984]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4537875Z [00:02:22.990]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4606163Z [00:02:22.997]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4674918Z [00:02:23.004]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4743158Z [00:02:23.011]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4810933Z [00:02:23.017]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/shallow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4878445Z [00:02:23.024]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.4946142Z [00:02:23.031]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5012688Z [00:02:23.038]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5080216Z [00:02:23.044]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5148063Z [00:02:23.051]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5216858Z [00:02:23.058]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5289467Z [00:02:23.065]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5356733Z [00:02:23.072]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/storage/transactional/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5424090Z [00:02:23.079]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5491789Z [00:02:23.086]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5559175Z [00:02:23.092]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/blame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5626187Z [00:02:23.099]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5693754Z [00:02:23.106]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5761460Z [00:02:23.113]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5829553Z [00:02:23.119]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5897680Z [00:02:23.126]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.5965936Z [00:02:23.133]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6033242Z [00:02:23.140]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6101141Z [00:02:23.146]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6169354Z [00:02:23.153]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6236146Z [00:02:23.160]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6305298Z [00:02:23.167]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6372182Z [00:02:23.174]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6439018Z [00:02:23.180]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_plan9_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6506943Z [00:02:23.187]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/worktree_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6574360Z [00:02:23.194]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/repository_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6642826Z [00:02:23.201]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6711850Z [00:02:23.208]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/dependabot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6781142Z [00:02:23.215]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6850135Z [00:02:23.221]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/codeql.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6917245Z [00:02:23.228]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/cifuzz.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.6984934Z [00:02:23.235]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/pr-validation.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7053076Z [00:02:23.242]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/git.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7121261Z [00:02:23.249]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.github/workflows/stale-issues-bot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7188586Z [00:02:23.255]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/blame2humantest.bash' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7255629Z [00:02:23.262]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7322812Z [00:02:23.269]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7391281Z [00:02:23.276]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/read_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7459096Z [00:02:23.282]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/binary/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7527593Z [00:02:23.289]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7596042Z [00:02:23.296]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7663973Z [00:02:23.303]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7731863Z [00:02:23.310]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7799217Z [00:02:23.316]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/ioutil/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7868405Z [00:02:23.323]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.7936123Z [00:02:23.330]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/trace/trace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8003791Z [00:02:23.337]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/revlist2humantest.bash' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8072980Z [00:02:23.344]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8140568Z [00:02:23.350]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/filesystem/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8209207Z [00:02:23.357]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8276113Z [00:02:23.364]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/noder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8343189Z [00:02:23.371]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8411644Z [00:02:23.377]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/path_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8479453Z [00:02:23.384]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/noder/noder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8547162Z [00:02:23.391]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame/frame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8614330Z [00:02:23.398]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/frame/frame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8682888Z [00:02:23.405]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/new_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8751540Z [00:02:23.412]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8818356Z [00:02:23.418]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8885180Z [00:02:23.425]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.8952178Z [00:02:23.432]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/new.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9019695Z [00:02:23.438]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9086942Z [00:02:23.445]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/internal/fsnoder/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9153323Z [00:02:23.452]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/difftree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9220857Z [00:02:23.458]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9288231Z [00:02:23.465]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9355361Z [00:02:23.472]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/doubleiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9422135Z [00:02:23.479]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/iter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9489345Z [00:02:23.485]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/change_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9556182Z [00:02:23.492]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9623344Z [00:02:23.499]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9690834Z [00:02:23.506]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/merkletrie/index/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9759188Z [00:02:23.512]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/zlib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9827602Z [00:02:23.519]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9895536Z [00:02:23.526]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bufio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:27.9962841Z [00:02:23.533]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bytes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0030019Z [00:02:23.539]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/zlib_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0097025Z [00:02:23.546]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/sync/bufio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0163645Z [00:02:23.553]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff/diff_ext_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0231151Z [00:02:23.559]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/utils/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0298240Z [00:02:23.566]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0364942Z [00:02:23.573]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0432501Z [00:02:23.580]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0498793Z [00:02:23.586]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0566311Z [00:02:23.593]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0632596Z [00:02:23.600]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0701220Z [00:02:23.607]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0770279Z [00:02:23.613]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0837691Z [00:02:23.620]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0905598Z [00:02:23.627]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.0974184Z [00:02:23.634]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1041487Z [00:02:23.641]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1108771Z [00:02:23.647]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1176684Z [00:02:23.654]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1244810Z [00:02:23.661]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1312893Z [00:02:23.668]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1380038Z [00:02:23.674]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1447485Z [00:02:23.681]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1516773Z [00:02:23.688]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1585360Z [00:02:23.695]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1653089Z [00:02:23.702]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1721115Z [00:02:23.709]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1789307Z [00:02:23.715]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1856306Z [00:02:23.722]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1922943Z [00:02:23.729]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.1991887Z [00:02:23.736]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2060299Z [00:02:23.742]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2128507Z [00:02:23.749]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2197406Z [00:02:23.756]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2265937Z [00:02:23.763]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2335052Z [00:02:23.770]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-5efba807e02b2ce924289835a1a2061e70b628e2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2403291Z [00:02:23.777]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2470423Z [00:02:23.783]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/objects/pack/pack-39b81e097cb4760ac382a0d7891b3026edf81c49.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2537725Z [00:02:23.790]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2605540Z [00:02:23.797]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2674128Z [00:02:23.804]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/crypto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2743512Z [00:02:23.811]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2814853Z [00:02:23.818]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2882606Z [00:02:23.825]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/signature_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.2949513Z [00:02:23.831]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_adaptor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3017742Z [00:02:23.838]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3085865Z [00:02:23.845]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/difftree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3154011Z [00:02:23.852]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3222729Z [00:02:23.859]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3290896Z [00:02:23.865]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3359392Z [00:02:23.872]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_limit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3428126Z [00:02:23.879]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3497000Z [00:02:23.886]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/merge_base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3564718Z [00:02:23.893]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3633493Z [00:02:23.900]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3700568Z [00:02:23.906]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3770632Z [00:02:23.913]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_topo_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3839500Z [00:02:23.920]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3906781Z [00:02:23.927]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_date_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.3973649Z [00:02:23.934]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4043074Z [00:02:23.941]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4112319Z [00:02:23.948]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4180003Z [00:02:23.954]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_author_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4250398Z [00:02:23.961]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4318359Z [00:02:23.968]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_ctime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4386825Z [00:02:23.975]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/treenoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4455617Z [00:02:23.982]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4524456Z [00:02:23.989]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4593273Z [00:02:23.996]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_adaptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4662088Z [00:02:24.003]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4729078Z [00:02:24.009]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4800585Z [00:02:24.016]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4876060Z [00:02:24.024]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.4944875Z [00:02:24.031]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs_filtered_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5012321Z [00:02:24.038]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5079363Z [00:02:24.044]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5147526Z [00:02:24.051]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5216210Z [00:02:24.058]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/rename_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5285072Z [00:02:24.065]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_ctime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5354086Z [00:02:24.072]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5422894Z [00:02:24.079]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5491641Z [00:02:24.086]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5559654Z [00:02:24.092]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5627902Z [00:02:24.099]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5695905Z [00:02:24.106]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/patch_stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5764579Z [00:02:24.113]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/blob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5832733Z [00:02:24.120]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5901351Z [00:02:24.127]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/merge_base_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.5969160Z [00:02:24.133]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6036832Z [00:02:24.140]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6105701Z [00:02:24.147]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6172850Z [00:02:24.154]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/negotiate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6242107Z [00:02:24.161]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6308435Z [00:02:24.167]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6377517Z [00:02:24.174]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serverinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6445163Z [00:02:24.181]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/upload_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6513215Z [00:02:24.188]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/transport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6582385Z [00:02:24.195]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6650233Z [00:02:24.201]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6718030Z [00:02:24.208]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6786693Z [00:02:24.215]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/git/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6854638Z [00:02:24.222]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6922087Z [00:02:24.229]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.6988658Z [00:02:24.235]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7057113Z [00:02:24.242]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7124434Z [00:02:24.249]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7191339Z [00:02:24.256]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/receive_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7260086Z [00:02:24.262]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7330347Z [00:02:24.269]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/build_update_requests_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7397583Z [00:02:24.276]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/auth_method.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7464950Z [00:02:24.283]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/auth_method_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7532921Z [00:02:24.290]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7601251Z [00:02:24.297]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7668493Z [00:02:24.303]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7736384Z [00:02:24.310]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7804906Z [00:02:24.317]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7873849Z [00:02:24.324]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.7942738Z [00:02:24.331]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8010042Z [00:02:24.337]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/pageant_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8078506Z [00:02:24.344]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8145767Z [00:02:24.351]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8212699Z [00:02:24.358]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/send_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8280697Z [00:02:24.364]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/registry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8348605Z [00:02:24.371]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8418087Z [00:02:24.378]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8486166Z [00:02:24.385]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8553770Z [00:02:24.392]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8621597Z [00:02:24.399]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/file/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8688826Z [00:02:24.405]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8756210Z [00:02:24.412]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8825241Z [00:02:24.419]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8892950Z [00:02:24.426]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.8959714Z [00:02:24.432]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9026762Z [00:02:24.439]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9093698Z [00:02:24.446]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/serverinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9161018Z [00:02:24.453]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9229347Z [00:02:24.459]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/dumb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9296945Z [00:02:24.466]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/dumb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9364678Z [00:02:24.473]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9432531Z [00:02:24.480]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9501368Z [00:02:24.487]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9569201Z [00:02:24.493]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9636644Z [00:02:24.500]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9703702Z [00:02:24.507]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9772276Z [00:02:24.514]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata/certs/server.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9839510Z [00:02:24.520]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/transport/http/testdata/certs/server.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9905761Z [00:02:24.527]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:28.9974033Z [00:02:24.534]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist/revlist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0041833Z [00:02:24.541]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revlist/revlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0109157Z [00:02:24.547]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/revision.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0176065Z [00:02:24.554]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0245448Z [00:02:24.561]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/patch_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0312254Z [00:02:24.568]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/object_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0379814Z [00:02:24.574]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0446299Z [00:02:24.581]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0514805Z [00:02:24.588]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0583426Z [00:02:24.595]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0651883Z [00:02:24.602]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/object_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0721663Z [00:02:24.609]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder_advanced_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0789822Z [00:02:24.615]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0857283Z [00:02:24.622]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_selector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0925227Z [00:02:24.629]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.0994169Z [00:02:24.636]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1062984Z [00:02:24.643]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1131191Z [00:02:24.649]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1199794Z [00:02:24.656]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1266579Z [00:02:24.663]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/diff_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1334572Z [00:02:24.670]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1404652Z [00:02:24.677]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1472448Z [00:02:24.684]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1538630Z [00:02:24.690]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/fsobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1606205Z [00:02:24.697]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1674313Z [00:02:24.704]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/packfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1743108Z [00:02:24.711]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1810617Z [00:02:24.717]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1877476Z [00:02:24.724]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.1944994Z [00:02:24.731]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2013312Z [00:02:24.738]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2081009Z [00:02:24.745]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2148524Z [00:02:24.751]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/patch_delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2215404Z [00:02:24.758]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/delta_selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2282832Z [00:02:24.765]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/packfile/scanner_reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2350993Z [00:02:24.772]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/pattern_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2418405Z [00:02:24.778]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2486369Z [00:02:24.785]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2554726Z [00:02:24.792]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2624450Z [00:02:24.799]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/matcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2692185Z [00:02:24.806]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/pattern.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2760462Z [00:02:24.812]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitignore/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2831462Z [00:02:24.820]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/option_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2898398Z [00:02:24.826]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.2967241Z [00:02:24.833]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3034624Z [00:02:24.840]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3102750Z [00:02:24.847]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3170078Z [00:02:24.853]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3237550Z [00:02:24.860]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/fixtures_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3305010Z [00:02:24.867]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/section.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3373772Z [00:02:24.874]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3442808Z [00:02:24.881]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3510031Z [00:02:24.887]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3578016Z [00:02:24.894]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/section_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3645470Z [00:02:24.901]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/config/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3712924Z [00:02:24.908]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3780644Z [00:02:24.914]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/error_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3849493Z [00:02:24.921]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_read_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3918026Z [00:02:24.928]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.3985836Z [00:02:24.935]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4054070Z [00:02:24.942]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4121999Z [00:02:24.949]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4189467Z [00:02:24.955]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4256870Z [00:02:24.962]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4325417Z [00:02:24.969]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/pktline_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4393377Z [00:02:24.976]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/pktline/length.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4462004Z [00:02:24.983]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4529337Z [00:02:24.989]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/reader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4596693Z [00:02:24.996]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4665000Z [00:02:25.003]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4732937Z [00:02:25.010]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4800452Z [00:02:25.016]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/objfile/writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4868407Z [00:02:25.023]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/commitgraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.4935823Z [00:02:25.030]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5003771Z [00:02:25.037]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5071026Z [00:02:25.044]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5138831Z [00:02:25.050]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/commitgraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5207181Z [00:02:25.057]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5274924Z [00:02:25.064]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5343424Z [00:02:25.071]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5410969Z [00:02:25.078]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/commitgraph/chain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5481275Z [00:02:25.085]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/pattern_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5548019Z [00:02:25.091]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5615193Z [00:02:25.098]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5682998Z [00:02:25.105]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/matcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5749723Z [00:02:25.111]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/pattern.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5815969Z [00:02:25.118]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/attributes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5882981Z [00:02:25.125]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.5950718Z [00:02:25.131]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/gitattributes/attributes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6017465Z [00:02:25.138]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6085622Z [00:02:25.145]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6153199Z [00:02:25.152]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6221043Z [00:02:25.159]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6287420Z [00:02:25.165]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/idxfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6354837Z [00:02:25.172]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6423310Z [00:02:25.179]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6489623Z [00:02:25.185]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6556209Z [00:02:25.192]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/idxfile/idxfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6623789Z [00:02:25.199]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/unified_encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6693018Z [00:02:25.206]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/colorconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6761589Z [00:02:25.212]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/unified_encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6828348Z [00:02:25.219]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/diff/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6896951Z [00:02:25.226]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.6964704Z [00:02:25.233]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7032986Z [00:02:25.240]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7100160Z [00:02:25.246]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7168161Z [00:02:25.253]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7236627Z [00:02:25.260]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7304196Z [00:02:25.267]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7371535Z [00:02:25.274]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/format/index/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7439279Z [00:02:25.280]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7507511Z [00:02:25.287]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7576216Z [00:02:25.294]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7644666Z [00:02:25.301]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/inforefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7712785Z [00:02:25.308]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7780083Z [00:02:25.314]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/shallowupd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7848046Z [00:02:25.321]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7916500Z [00:02:25.328]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.7984513Z [00:02:25.335]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8053154Z [00:02:25.342]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/report_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8120773Z [00:02:25.348]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/muxer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8188569Z [00:02:25.355]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8256644Z [00:02:25.362]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8323887Z [00:02:25.369]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/demux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8392150Z [00:02:25.376]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8459931Z [00:02:25.382]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/sideband/demux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8527856Z [00:02:25.389]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8596190Z [00:02:25.396]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/smart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8665632Z [00:02:25.403]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8735421Z [00:02:25.410]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/packp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8806547Z [00:02:25.417]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8875625Z [00:02:25.424]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/gitproto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.8943122Z [00:02:25.431]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9010462Z [00:02:25.437]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/report_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9077470Z [00:02:25.444]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9145922Z [00:02:25.451]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9214703Z [00:02:25.458]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/srvresp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9282618Z [00:02:25.465]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9351705Z [00:02:25.472]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/srvresp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9419035Z [00:02:25.478]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9485760Z [00:02:25.485]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/smart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9552718Z [00:02:25.492]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/pushopts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9620423Z [00:02:25.498]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9688798Z [00:02:25.505]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9758183Z [00:02:25.512]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9828176Z [00:02:25.519]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/pushopts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9898389Z [00:02:25.526]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:29.9967972Z [00:02:25.533]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/shallowupd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0038160Z [00:02:25.540]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/updreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0108262Z [00:02:25.547]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/gitproto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0177087Z [00:02:25.554]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/capability_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0245311Z [00:02:25.561]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/capability.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0313168Z [00:02:25.568]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0381082Z [00:02:25.574]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/capability/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0448439Z [00:02:25.581]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0516760Z [00:02:25.588]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0584259Z [00:02:25.595]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/protocol/packp/uphav.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0652795Z [00:02:25.602]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0721085Z [00:02:25.609]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0789710Z [00:02:25.615]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/buffer_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0858257Z [00:02:25.622]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/object_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0925362Z [00:02:25.629]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/cache/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.0992145Z [00:02:25.636]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/color/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1058825Z [00:02:25.642]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hasher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1126193Z [00:02:25.649]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/objectid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1194181Z [00:02:25.656]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1261338Z [00:02:25.663]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hasher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1329034Z [00:02:25.669]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/memory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1398744Z [00:02:25.676]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1466490Z [00:02:25.683]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/objectid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1536823Z [00:02:25.690]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1604353Z [00:02:25.697]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash/hash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1670968Z [00:02:25.704]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1738048Z [00:02:25.710]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1806608Z [00:02:25.717]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/hash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1875413Z [00:02:25.724]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode/filemode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.1943172Z [00:02:25.731]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/filemode/filemode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2011560Z [00:02:25.738]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2080189Z [00:02:25.744]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2148707Z [00:02:25.751]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2216283Z [00:02:25.758]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2283967Z [00:02:25.765]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2351347Z [00:02:25.772]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2418235Z [00:02:25.778]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2485660Z [00:02:25.785]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/storer/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2553935Z [00:02:25.792]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NlIzaV5lqA/TEMPREPO/plumbing/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2621672Z [00:02:25.799]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-log' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2689732Z [00:02:25.805]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-checkout' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2758655Z [00:02:25.812]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2826785Z [00:02:25.819]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-pull' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2894910Z [00:02:25.826]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.2961210Z [00:02:25.833]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-ls-remote' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3027443Z [00:02:25.839]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3094627Z [00:02:25.846]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-clone' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3162433Z [00:02:25.853]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-log' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3229941Z [00:02:25.859]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3297491Z [00:02:25.866]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-checkout' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3365160Z [00:02:25.873]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3431146Z [00:02:25.880]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3499329Z [00:02:25.886]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-pull' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3567285Z [00:02:25.893]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3635095Z [00:02:25.900]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-ls-remote' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3701719Z [00:02:25.907]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:57:30.3768156Z [00:02:25.913]➜  mode of '/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/git-clone' retained as 0755 (rwxr-xr-x)
2025-08-20T20:57:30.4678028Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:57:30.4679399Z [00:02:26.004]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:57:31.4271961Z 
2025-08-20T20:57:31.4272791Z [+] Sanitizing /tmp/pkgforge/ENBGF0FPF_SBUILD/BUILD.log ==> /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/go-git.static.log
2025-08-20T20:57:35.3382564Z 
2025-08-20T20:57:35.3383435Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/go-git/official]
2025-08-20T20:57:35.3384075Z [+] LOGS (Build Dir): /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:35.3384418Z 
2025-08-20T20:57:35.4943761Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:57:36.0990100Z ./BUILD_ARTIFACTS.tar : 39.54%   (   113 MiB =>   44.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:57:36.1244127Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:57:36.1281835Z 
2025-08-20T20:57:36.1282916Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml :: 00(Hr):02(Min):32(Sec)
2025-08-20T20:57:36.1283611Z 
2025-08-20T20:57:36.1299547Z 
2025-08-20T20:57:36.1300026Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:57:36 PM) UTC
2025-08-20T20:57:36.1300441Z 
2025-08-20T20:57:36.5180611Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:57:36.5226845Z ##[group]Run ##Presets
2025-08-20T20:57:36.5227166Z [36;1m##Presets[0m
2025-08-20T20:57:36.5227375Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:36.5227596Z [36;1m#-------------#[0m
2025-08-20T20:57:36.5227804Z [36;1m##Debug?[0m
2025-08-20T20:57:36.5228041Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:36.5228338Z [36;1m  set -x[0m
2025-08-20T20:57:36.5228520Z [36;1mfi[0m
2025-08-20T20:57:36.5228698Z [36;1m#-------------#[0m
2025-08-20T20:57:36.5229120Z [36;1m##Set ENV[0m
2025-08-20T20:57:36.5229384Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:57:36.5229827Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:57:36.5230241Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:57:36.5230675Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-"[0m
2025-08-20T20:57:36.5231173Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:57:36.5231585Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:36.5232037Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:36.5232374Z [36;1m fi[0m
2025-08-20T20:57:36.5232555Z [36;1m##Push[0m
2025-08-20T20:57:36.5232778Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:57:36.5233075Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:57:36.5233478Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:57:36.5233967Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:57:36.5234428Z [36;1m     ls -sh "/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:57:36.5234778Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:57:36.5235001Z [36;1m       {[0m
2025-08-20T20:57:36.5235200Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:57:36.5235550Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:57:36.5236005Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:57:36.5236448Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:57:36.5236885Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:57:36.5237499Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:57:36.5237894Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:57:36.5238286Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:57:36.5238677Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:57:36.5239198Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:57:36.5239603Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:57:36.5240090Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:57:36.5240607Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:57:36.5241072Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:57:36.5241512Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:57:36.5241938Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:57:36.5242407Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-go-git")[0m
2025-08-20T20:57:36.5242865Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:57:36.5243459Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:57:36.5243915Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:57:36.5244329Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:57:36.5244835Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:57:36.5245276Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:57:36.5245542Z [36;1m         #Check[0m
2025-08-20T20:57:36.5246119Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T20:57:36.5246847Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:57:36.5247214Z [36;1m            break[0m
2025-08-20T20:57:36.5247428Z [36;1m          else[0m
2025-08-20T20:57:36.5247844Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:57:36.5248278Z [36;1m          fi[0m
2025-08-20T20:57:36.5248507Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:57:36.5248769Z [36;1m        done[0m
2025-08-20T20:57:36.5249091Z [36;1m       }[0m
2025-08-20T20:57:36.5249299Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:57:36.5249553Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:57:36.5250129Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T20:57:36.5250883Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:57:36.5251306Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:57:36.5251577Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:57:36.5252200Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T20:57:36.5252919Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:57:36.5253440Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:57:36.5253976Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:57:36.5254218Z [36;1m           fi[0m
2025-08-20T20:57:36.5254415Z [36;1m       fi[0m
2025-08-20T20:57:36.5254608Z [36;1m   fi[0m
2025-08-20T20:57:36.5254786Z [36;1m fi[0m
2025-08-20T20:57:36.5254977Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:57:36.5359570Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:36.5359812Z env:
2025-08-20T20:57:36.5359996Z   CROSS_COMPILING: NO
2025-08-20T20:57:36.5360214Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:36.5360456Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:36.5360683Z   ON_QEMU: NO
2025-08-20T20:57:36.5360859Z   DEBUG: 0
2025-08-20T20:57:36.5361039Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:36.5361261Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:36.5361546Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:36.5361844Z   KEEP_LOGS: YES
2025-08-20T20:57:36.5362036Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:36.5362254Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:36.5362487Z   SBUILD_REBUILD: false
2025-08-20T20:57:36.5363021Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:36.5363600Z   BUILD_SYS: docker://go
2025-08-20T20:57:36.5363811Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:36.5364007Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:36.5364201Z   SYSTMP: /tmp
2025-08-20T20:57:36.5364382Z   GHA_MODE: MATRIX
2025-08-20T20:57:36.5364959Z   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-20T20:57:36.5365479Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:36.5365815Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:36.5366203Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:36.5366687Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:36.5367077Z   PKG_TYPE: static
2025-08-20T20:57:36.5367274Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:36.5367478Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:36.5367935Z   GHCR_TOKEN: ***
2025-08-20T20:57:36.5368235Z   GITHUB_TOKEN: ***
2025-08-20T20:57:36.5368473Z   GITLAB_TOKEN: ***
2025-08-20T20:57:36.5369708Z   MINISIGN_KEY: ***
2025-08-20T20:57:36.5369903Z ##[endgroup]
2025-08-20T20:57:36.5458186Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:57:36.5468301Z 45M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:57:36.5481987Z total 54M
2025-08-20T20:57:36.5482303Z 4.0K CHECKSUM
2025-08-20T20:57:36.5482602Z 4.0K CHECKSUM.sig
2025-08-20T20:57:36.5482905Z  12K LICENSE
2025-08-20T20:57:36.5483112Z 4.0K LICENSE.sig
2025-08-20T20:57:36.5483304Z 8.0K SBUILD
2025-08-20T20:57:36.5483478Z 4.0K SBUILD.sig
2025-08-20T20:57:36.5483661Z 4.0K SBUILD_TEMP
2025-08-20T20:57:36.5483846Z 9.2M git-checkout
2025-08-20T20:57:36.5484043Z 4.0K git-checkout.sig
2025-08-20T20:57:36.5484246Z 9.2M git-clone
2025-08-20T20:57:36.5484431Z 4.0K git-clone.sig
2025-08-20T20:57:36.5484625Z 9.4M git-log
2025-08-20T20:57:36.5484798Z 4.0K git-log.sig
2025-08-20T20:57:36.5484975Z 8.8M git-ls-remote
2025-08-20T20:57:36.5485160Z 4.0K git-ls-remote.sig
2025-08-20T20:57:36.5485356Z 9.2M git-pull
2025-08-20T20:57:36.5485539Z 4.0K git-pull.sig
2025-08-20T20:57:36.5485719Z 6.9M git-tag
2025-08-20T20:57:36.5485890Z 4.0K git-tag.sig
2025-08-20T20:57:36.5486080Z 1.2M go-git.static.log
2025-08-20T20:57:36.5486284Z 4.0K go-git.static.version
2025-08-20T20:57:36.5486514Z 4.0K go-git.static.version.sig
2025-08-20T20:57:36.5486736Z 4.0K go-git.version
2025-08-20T20:57:36.5486924Z 4.0K go-git.version.sig
2025-08-20T20:57:36.6001697Z Error: "ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-git/official/go-git-srcbuild-"
2025-08-20T20:57:36.6002814Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:57:41.6062607Z Error: "ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-git/official/go-git-srcbuild-"
2025-08-20T20:57:41.6067302Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:57:41.6077689Z 
2025-08-20T20:57:41.6078144Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:41.6078521Z 
2025-08-20T20:57:41.6123072Z Error: "ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/go-git/official/go-git-srcbuild-"
2025-08-20T20:57:41.6125431Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:57:41.6166018Z ##[group]Run ##Presets
2025-08-20T20:57:41.6166287Z [36;1m##Presets[0m
2025-08-20T20:57:41.6166487Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:41.6166698Z [36;1m#-------------#[0m
2025-08-20T20:57:41.6166898Z [36;1m##Debug?[0m
2025-08-20T20:57:41.6167149Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:41.6167445Z [36;1m  set -x[0m
2025-08-20T20:57:41.6167628Z [36;1mfi[0m
2025-08-20T20:57:41.6167806Z [36;1m#-------------#[0m
2025-08-20T20:57:41.6168066Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:57:41.6168396Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:41.6218167Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:41.6218409Z env:
2025-08-20T20:57:41.6218595Z   CROSS_COMPILING: NO
2025-08-20T20:57:41.6218816Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:41.6219329Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:41.6219555Z   ON_QEMU: NO
2025-08-20T20:57:41.6219769Z   DEBUG: 0
2025-08-20T20:57:41.6219954Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:41.6220183Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:41.6220470Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:41.6220771Z   KEEP_LOGS: YES
2025-08-20T20:57:41.6220973Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:41.6221193Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:41.6221410Z   SBUILD_REBUILD: false
2025-08-20T20:57:41.6221975Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:41.6222590Z   BUILD_SYS: docker://go
2025-08-20T20:57:41.6222811Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:41.6223016Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:41.6223217Z   SYSTMP: /tmp
2025-08-20T20:57:41.6223404Z   GHA_MODE: MATRIX
2025-08-20T20:57:41.6223860Z   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-20T20:57:41.6224419Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:41.6224765Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:41.6225177Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:41.6225693Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:41.6226106Z   PKG_TYPE: static
2025-08-20T20:57:41.6226309Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:41.6226522Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:41.6226730Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:41.6227089Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:41.6227482Z ##[endgroup]
2025-08-20T20:57:41.6379671Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:57:41.6379977Z with:
2025-08-20T20:57:41.6380180Z   name: Bincache_go-git_x86_64-Linux
2025-08-20T20:57:41.6380474Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:57:41.6380766Z   compression-level: 0
2025-08-20T20:57:41.6380973Z   retention-days: 30
2025-08-20T20:57:41.6381165Z   overwrite: true
2025-08-20T20:57:41.6381356Z   if-no-files-found: warn
2025-08-20T20:57:41.6381574Z   include-hidden-files: false
2025-08-20T20:57:41.6381787Z env:
2025-08-20T20:57:41.6381953Z   CROSS_COMPILING: NO
2025-08-20T20:57:41.6382349Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:41.6382567Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:41.6382772Z   ON_QEMU: NO
2025-08-20T20:57:41.6382939Z   DEBUG: 0
2025-08-20T20:57:41.6383113Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:41.6383328Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:41.6383611Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:41.6383958Z   KEEP_LOGS: YES
2025-08-20T20:57:41.6384154Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:41.6384365Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:41.6384574Z   SBUILD_REBUILD: false
2025-08-20T20:57:41.6385107Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:41.6385663Z   BUILD_SYS: docker://go
2025-08-20T20:57:41.6385875Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:41.6386066Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:41.6386257Z   SYSTMP: /tmp
2025-08-20T20:57:41.6386434Z   GHA_MODE: MATRIX
2025-08-20T20:57:41.6386873Z   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-20T20:57:41.6387392Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:41.6387714Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:41.6388099Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:41.6388578Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:41.6389089Z   PKG_TYPE: static
2025-08-20T20:57:41.6389283Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:41.6389488Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:41.6389684Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:41.6390020Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:41.6390400Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:41.6390626Z ##[endgroup]
2025-08-20T20:57:41.9143141Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:57:41.9146610Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:57:41.9147468Z With the provided path, there will be 2 files uploaded
2025-08-20T20:57:42.1615694Z Artifact name is valid!
2025-08-20T20:57:42.1616903Z Root directory input is valid!
2025-08-20T20:57:42.2356978Z Beginning upload of artifact content to blob storage
2025-08-20T20:57:43.2468150Z Uploaded bytes 8388608
2025-08-20T20:57:43.3102747Z Uploaded bytes 16777216
2025-08-20T20:57:43.3189185Z Uploaded bytes 25165824
2025-08-20T20:57:43.4349973Z Uploaded bytes 33554432
2025-08-20T20:57:43.5697995Z Uploaded bytes 41943040
2025-08-20T20:57:43.8169815Z Uploaded bytes 48258015
2025-08-20T20:57:43.8981708Z Finished uploading artifact content to blob storage!
2025-08-20T20:57:43.8985448Z SHA256 digest of uploaded artifact zip is bb2351d680be0e6d733de2536e04f0ca8307639d3527d37dcfae52f8bd2618f5
2025-08-20T20:57:43.8986477Z Finalizing artifact upload
2025-08-20T20:57:44.0408266Z Artifact Bincache_go-git_x86_64-Linux.zip successfully finalized. Artifact ID 3813154282
2025-08-20T20:57:44.0409969Z Artifact Bincache_go-git_x86_64-Linux has been successfully uploaded! Final size is 48258015 bytes. Artifact ID is 3813154282
2025-08-20T20:57:44.0416718Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107985976/artifacts/3813154282
2025-08-20T20:57:44.0593204Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:57:44.0593529Z with:
2025-08-20T20:57:44.0593727Z   subject-name: go-git--
2025-08-20T20:57:44.0594449Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:57:44.0595200Z   show-summary: true
2025-08-20T20:57:44.0595419Z   push-to-registry: false
2025-08-20T20:57:44.0595780Z   github-token: ***
2025-08-20T20:57:44.0595981Z env:
2025-08-20T20:57:44.0596386Z   CROSS_COMPILING: NO
2025-08-20T20:57:44.0596603Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:44.0596837Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:44.0597055Z   ON_QEMU: NO
2025-08-20T20:57:44.0597235Z   DEBUG: 0
2025-08-20T20:57:44.0597423Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:44.0597657Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:44.0597981Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:44.0598298Z   KEEP_LOGS: YES
2025-08-20T20:57:44.0598496Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:44.0598716Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:44.0599085Z   SBUILD_REBUILD: false
2025-08-20T20:57:44.0599626Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:44.0600203Z   BUILD_SYS: docker://go
2025-08-20T20:57:44.0600421Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:44.0600625Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:44.0600824Z   SYSTMP: /tmp
2025-08-20T20:57:44.0601016Z   GHA_MODE: MATRIX
2025-08-20T20:57:44.0601464Z   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-20T20:57:44.0601983Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:44.0602315Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:44.0602719Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:44.0603212Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:44.0603599Z   PKG_TYPE: static
2025-08-20T20:57:44.0603794Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:44.0604012Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:44.0604219Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:44.0604562Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:44.0604951Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:44.0605188Z ##[endgroup]
2025-08-20T20:57:44.0678507Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:57:44.0679095Z env:
2025-08-20T20:57:44.0679281Z   CROSS_COMPILING: NO
2025-08-20T20:57:44.0679503Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:44.0679734Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:44.0679957Z   ON_QEMU: NO
2025-08-20T20:57:44.0680134Z   DEBUG: 0
2025-08-20T20:57:44.0680327Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:44.0680560Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:44.0680856Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:44.0681176Z   KEEP_LOGS: YES
2025-08-20T20:57:44.0681374Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:44.0681596Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:44.0681819Z   SBUILD_REBUILD: false
2025-08-20T20:57:44.0682369Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:44.0682942Z   BUILD_SYS: docker://go
2025-08-20T20:57:44.0683169Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:44.0683375Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:44.0683577Z   SYSTMP: /tmp
2025-08-20T20:57:44.0683766Z   GHA_MODE: MATRIX
2025-08-20T20:57:44.0684214Z   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-20T20:57:44.0684928Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:44.0685273Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:44.0685671Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:44.0686169Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:44.0686569Z   PKG_TYPE: static
2025-08-20T20:57:44.0686770Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:44.0686984Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:44.0687194Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:44.0687538Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:44.0688069Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:44.0688305Z ##[endgroup]
2025-08-20T20:57:44.8148212Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:57:44.8148555Z with:
2025-08-20T20:57:44.8149673Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:57:44.8150420Z   subject-name: go-git--
2025-08-20T20:57:44.8150701Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:57:44.8153394Z   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/17107985976/attempts/1"}}}
2025-08-20T20:57:44.8156047Z   push-to-registry: false
2025-08-20T20:57:44.8156278Z   show-summary: true
2025-08-20T20:57:44.8156666Z   github-token: ***
2025-08-20T20:57:44.8156875Z env:
2025-08-20T20:57:44.8157064Z   CROSS_COMPILING: NO
2025-08-20T20:57:44.8157293Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:44.8157532Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:44.8157757Z   ON_QEMU: NO
2025-08-20T20:57:44.8157945Z   DEBUG: 0
2025-08-20T20:57:44.8158140Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:44.8158382Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:44.8171240Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:44.8171576Z   KEEP_LOGS: YES
2025-08-20T20:57:44.8171778Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:44.8172012Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:44.8172238Z   SBUILD_REBUILD: false
2025-08-20T20:57:44.8172787Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:44.8173349Z   BUILD_SYS: docker://go
2025-08-20T20:57:44.8173561Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:44.8173763Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:44.8173957Z   SYSTMP: /tmp
2025-08-20T20:57:44.8174136Z   GHA_MODE: MATRIX
2025-08-20T20:57:44.8174579Z   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-20T20:57:44.8175102Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:44.8175431Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:44.8175832Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:44.8176317Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:44.8176699Z   PKG_TYPE: static
2025-08-20T20:57:44.8176899Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:44.8177111Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:44.8177315Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:44.8177843Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:44.8178236Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:44.8178465Z ##[endgroup]
2025-08-20T20:57:46.5567593Z Attestation created for 24 subjects
2025-08-20T20:57:46.5572441Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:57:46.5573396Z -----BEGIN CERTIFICATE-----
2025-08-20T20:57:46.5573964Z MIIG7TCCBnSgAwIBAgIUXLLpRLymQf7GhQZAdBMNpVw88jwwCgYIKoZIzj0EAwMw
2025-08-20T20:57:46.5574680Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:57:46.5575609Z cm1lZGlhdGUwHhcNMjUwODIwMjA1NzQ1WhcNMjUwODIwMjEwNzQ1WjAAMFkwEwYH
2025-08-20T20:57:46.5576268Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE5PHacBdFSYAORcBvdaoY9REDsg1a33NQT6DV
2025-08-20T20:57:46.5576784Z tp4S3kWghep7hfHBydt7MOolHa+RO1ZTtsLgiyw+MB3JbdyeS6OCBZMwggWPMA4G
2025-08-20T20:57:46.5577285Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUasHT
2025-08-20T20:57:46.5577790Z x9Cekj8qj6jFMarQtX89OT0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:57:46.5578251Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:57:46.5578702Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:57:46.5579542Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:57:46.5580070Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:57:46.5580532Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:57:46.5580997Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:57:46.5581482Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:57:46.5581955Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:57:46.5582419Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:57:46.5583052Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:57:46.5583532Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:57:46.5584008Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:57:46.5584475Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:57:46.5584939Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:57:46.5585419Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:57:46.5585900Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:57:46.5586374Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:57:46.5586964Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:57:46.5587549Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:57:46.5588022Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:57:46.5588640Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:57:46.5589317Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:57:46.5589790Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:57:46.5590251Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3OTg1OTc2L2F0
2025-08-20T20:57:46.5590717Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:57:46.5591200Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJRgOy
2025-08-20T20:57:46.5591650Z AAAEAwBGMEQCIC8e8nk/an+lCr142K2HYzbqH/4KQoOYTSJhUInBcXPFAiB6n2cL
2025-08-20T20:57:46.5592093Z 4IoqxqZOLa9NFvDXlLIYRItVqvPpQfM/MTFTMzAKBggqhkjOPQQDAwNnADBkAjAp
2025-08-20T20:57:46.5592552Z Bigumzqb6tgpN3ssKGoVNs7SzU3uOhvgiYBNclXBh7RxDcbJ7dGcnWohTrZ9gdkC
2025-08-20T20:57:46.5593017Z MFbR2GlptVRSEh2d8f6V3hYyOLKCBL9k9XVXX8EGkExzJhU1EwcIRWe1je7Cr0CZ
2025-08-20T20:57:46.5593359Z JQ==
2025-08-20T20:57:46.5593541Z -----END CERTIFICATE-----
2025-08-20T20:57:46.5593690Z 
2025-08-20T20:57:46.5594085Z ##[endgroup]
2025-08-20T20:57:46.5594643Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:57:46.5595100Z https://search.sigstore.dev?logIndex=414337260
2025-08-20T20:57:46.5595465Z [36mAttestation uploaded to repository[39m
2025-08-20T20:57:46.5595794Z https://github.com/pkgforge/bincache/attestations/9873267
2025-08-20T20:57:46.6368500Z ##[group]Run ##Presets
2025-08-20T20:57:46.6368772Z [36;1m##Presets[0m
2025-08-20T20:57:46.6369264Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:46.6369516Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6369725Z [36;1m##Debug?[0m
2025-08-20T20:57:46.6370175Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:46.6370521Z [36;1m  set -x[0m
2025-08-20T20:57:46.6370710Z [36;1mfi[0m
2025-08-20T20:57:46.6370896Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6371211Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:57:46.6371751Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/go-git/official"[0m
2025-08-20T20:57:46.6372187Z [36;1m exit 1[0m
2025-08-20T20:57:46.6372376Z [36;1mfi[0m
2025-08-20T20:57:46.6421129Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:46.6421383Z env:
2025-08-20T20:57:46.6421575Z   CROSS_COMPILING: NO
2025-08-20T20:57:46.6421837Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:46.6422086Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:46.6422315Z   ON_QEMU: NO
2025-08-20T20:57:46.6422502Z   DEBUG: 0
2025-08-20T20:57:46.6422695Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:46.6422931Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:46.6423242Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:46.6423558Z   KEEP_LOGS: YES
2025-08-20T20:57:46.6423766Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:46.6423994Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:46.6424217Z   SBUILD_REBUILD: false
2025-08-20T20:57:46.6424761Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:46.6425345Z   BUILD_SYS: docker://go
2025-08-20T20:57:46.6425564Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:46.6425770Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:46.6425978Z   SYSTMP: /tmp
2025-08-20T20:57:46.6426169Z   GHA_MODE: MATRIX
2025-08-20T20:57:46.6426617Z   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-20T20:57:46.6427141Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:46.6427475Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:46.6427881Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:46.6428378Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:46.6428778Z   PKG_TYPE: static
2025-08-20T20:57:46.6429091Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:46.6429308Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:46.6429516Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:46.6429861Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:46.6430250Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:46.6430489Z ##[endgroup]
2025-08-20T20:57:46.6517490Z ##[group]Run ##Presets
2025-08-20T20:57:46.6517765Z [36;1m##Presets[0m
2025-08-20T20:57:46.6517985Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:46.6518205Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6518418Z [36;1m##Debug?[0m
2025-08-20T20:57:46.6518675Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:46.6519221Z [36;1m  set -x[0m
2025-08-20T20:57:46.6519417Z [36;1mfi[0m
2025-08-20T20:57:46.6519604Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6519863Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:57:46.6520320Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-git/official"[0m
2025-08-20T20:57:46.6520738Z [36;1m exit 1[0m
2025-08-20T20:57:46.6520929Z [36;1mfi[0m
2025-08-20T20:57:46.6563880Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:46.6564124Z env:
2025-08-20T20:57:46.6564312Z   CROSS_COMPILING: NO
2025-08-20T20:57:46.6564535Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:46.6564802Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:46.6565031Z   ON_QEMU: NO
2025-08-20T20:57:46.6565215Z   DEBUG: 0
2025-08-20T20:57:46.6565404Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:46.6565635Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:46.6565926Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:46.6566406Z   KEEP_LOGS: YES
2025-08-20T20:57:46.6566605Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:46.6566834Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:46.6567061Z   SBUILD_REBUILD: false
2025-08-20T20:57:46.6567602Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:46.6568174Z   BUILD_SYS: docker://go
2025-08-20T20:57:46.6568392Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:46.6568599Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:46.6568806Z   SYSTMP: /tmp
2025-08-20T20:57:46.6569212Z   GHA_MODE: MATRIX
2025-08-20T20:57:46.6569664Z   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-20T20:57:46.6570179Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:46.6570510Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:46.6570905Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:46.6571411Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:46.6571806Z   PKG_TYPE: static
2025-08-20T20:57:46.6572004Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:46.6572219Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:46.6572436Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:46.6572784Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:46.6573170Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:46.6573414Z ##[endgroup]
2025-08-20T20:57:46.6633718Z 
2025-08-20T20:57:46.6634106Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:46.6645028Z ##[error]Process completed with exit code 1.
2025-08-20T20:57:46.6684491Z ##[group]Run ##Presets
2025-08-20T20:57:46.6684760Z [36;1m##Presets[0m
2025-08-20T20:57:46.6684978Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:46.6685197Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6685425Z [36;1m##Debug?[0m
2025-08-20T20:57:46.6685677Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:46.6685985Z [36;1m  set -x[0m
2025-08-20T20:57:46.6686181Z [36;1mfi[0m
2025-08-20T20:57:46.6686369Z [36;1m#-------------#[0m
2025-08-20T20:57:46.6686727Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:57:46.6687143Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:57:46.6687459Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:57:46.6687732Z [36;1mfi[0m
2025-08-20T20:57:46.6730808Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:46.6731054Z env:
2025-08-20T20:57:46.6731242Z   CROSS_COMPILING: NO
2025-08-20T20:57:46.6731513Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:46.6731760Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:46.6731992Z   ON_QEMU: NO
2025-08-20T20:57:46.6732175Z   DEBUG: 0
2025-08-20T20:57:46.6732366Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:46.6732607Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:46.6732904Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:57:46.6733237Z   KEEP_LOGS: YES
2025-08-20T20:57:46.6733441Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:46.6733672Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:57:46.6733895Z   SBUILD_REBUILD: false
2025-08-20T20:57:46.6734444Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:57:46.6735042Z   BUILD_SYS: docker://go
2025-08-20T20:57:46.6735268Z   BUILD_ON_HOST: FALSE
2025-08-20T20:57:46.6735481Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:57:46.6735681Z   SYSTMP: /tmp
2025-08-20T20:57:46.6735871Z   GHA_MODE: MATRIX
2025-08-20T20:57:46.6736320Z   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-20T20:57:46.6736846Z   INPUT_SBUILD: /tmp/pkgforge/GtenxHTdy_build.yaml
2025-08-20T20:57:46.6737179Z   BUILD_DIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml
2025-08-20T20:57:46.6737742Z   SBUILD_OUTDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR
2025-08-20T20:57:46.6738240Z   SBUILD_TMPDIR: /tmp/pkgforge/0LoZOiO_GtenxHTdy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:57:46.6738644Z   PKG_TYPE: static
2025-08-20T20:57:46.6739011Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:57:46.6739301Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:57:46.6739511Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:57:46.6739863Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:57:46.6740255Z   UTC_TIME: 2025_08_20T08_57_41_PM
2025-08-20T20:57:46.6740488Z ##[endgroup]
2025-08-20T20:57:46.6813541Z EXITED
2025-08-20T20:57:46.6855019Z Cleaning up orphan processes
