﻿2025-08-20T20:26:56.2446461Z Current runner version: '2.328.0'
2025-08-20T20:26:56.2482395Z ##[group]Runner Image Provisioner
2025-08-20T20:26:56.2483370Z Hosted Compute Agent
2025-08-20T20:26:56.2484137Z Version: 20250818.377
2025-08-20T20:26:56.2484786Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:26:56.2485530Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:26:56.2486190Z ##[endgroup]
2025-08-20T20:26:56.2486736Z ##[group]VM Image
2025-08-20T20:26:56.2487421Z - OS: Linux (arm64)
2025-08-20T20:26:56.2488004Z - Source: Partner
2025-08-20T20:26:56.2488633Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:26:56.2489306Z - Version: 20250728.24.1
2025-08-20T20:26:56.2490320Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:26:56.2491386Z ##[endgroup]
2025-08-20T20:26:56.2493160Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:26:56.2496779Z Attestations: write
2025-08-20T20:26:56.2497449Z Contents: write
2025-08-20T20:26:56.2498435Z Metadata: read
2025-08-20T20:26:56.2499047Z Packages: write
2025-08-20T20:26:56.2499817Z ##[endgroup]
2025-08-20T20:26:56.2503940Z Secret source: Actions
2025-08-20T20:26:56.2505108Z Prepare workflow directory
2025-08-20T20:26:56.2943898Z Prepare all required actions
2025-08-20T20:26:56.2990548Z Getting action download info
2025-08-20T20:26:56.5877628Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:26:57.2608734Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:26:57.6445704Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:26:57.9130128Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:26:58.3953694Z Getting action download info
2025-08-20T20:26:58.5139801Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:26:58.7620283Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:26:59.0368045Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/go-git/official)
2025-08-20T20:26:59.1022235Z ##[group]Run ##Presets
2025-08-20T20:26:59.1022943Z [36;1m##Presets[0m
2025-08-20T20:26:59.1023245Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:59.1023574Z [36;1m#-------------#[0m
2025-08-20T20:26:59.1024015Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:26:59.1024446Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:26:59.1024914Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1025256Z [36;1m  fi[0m
2025-08-20T20:26:59.1025781Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:26:59.1026765Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:26:59.1027175Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1027549Z [36;1m  fi[0m
2025-08-20T20:26:59.1027867Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:26:59.1028391Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:26:59.1028841Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1029158Z [36;1m  fi[0m
2025-08-20T20:26:59.1029499Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:26:59.1029909Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:26:59.1030296Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:26:59.1030712Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:26:59.1031088Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1031817Z [36;1m     else[0m
2025-08-20T20:26:59.1032490Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1032912Z [36;1m     fi[0m
2025-08-20T20:26:59.1033211Z [36;1m  fi[0m
2025-08-20T20:26:59.1033461Z [36;1mfi[0m
2025-08-20T20:26:59.1064930Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:59.1065695Z env:
2025-08-20T20:26:59.1066533Z   GH_TOKEN: ***
2025-08-20T20:26:59.1066837Z ##[endgroup]
2025-08-20T20:26:59.1309042Z ##[group]Run ##Presets
2025-08-20T20:26:59.1309491Z [36;1m##Presets[0m
2025-08-20T20:26:59.1310089Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:59.1310381Z [36;1m#-------------#[0m
2025-08-20T20:26:59.1310705Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:26:59.1311320Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:26:59.1311881Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:26:59.1312584Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:26:59.1313113Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:26:59.1313571Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:26:59.1314004Z [36;1m  exit 1[0m
2025-08-20T20:26:59.1314273Z [36;1mfi[0m
2025-08-20T20:26:59.1341166Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:59.1341508Z env:
2025-08-20T20:26:59.1342403Z   RO_GHTOKEN: ***
2025-08-20T20:26:59.1342785Z   RO_GLTOKEN: ***
2025-08-20T20:26:59.1343987Z   MINISIGN_KEY: ***
2025-08-20T20:26:59.1344359Z ##[endgroup]
2025-08-20T20:26:59.1484701Z ##[group]Run ##Presets
2025-08-20T20:26:59.1485251Z [36;1m##Presets[0m
2025-08-20T20:26:59.1486139Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:59.1486436Z [36;1m#-------------#[0m
2025-08-20T20:26:59.1486701Z [36;1m##Host Triplet[0m
2025-08-20T20:26:59.1487124Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:26:59.1487505Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:26:59.1487880Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:26:59.1488322Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:26:59.1488675Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:26:59.1489108Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:26:59.1489521Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:26:59.1489942Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:26:59.1490329Z [36;1m   fi[0m
2025-08-20T20:26:59.1490752Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:26:59.1491206Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:26:59.1491568Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:26:59.1492239Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:26:59.1492792Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:26:59.1493060Z [36;1m fi[0m
2025-08-20T20:26:59.1493339Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1493829Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1494271Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1494694Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1495011Z [36;1m##Debug[0m
2025-08-20T20:26:59.1495258Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:26:59.1495624Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:26:59.1495927Z [36;1m else[0m
2025-08-20T20:26:59.1496169Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:26:59.1496507Z [36;1m fi[0m
2025-08-20T20:26:59.1496783Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1497159Z [36;1m##Docker Platform[0m
2025-08-20T20:26:59.1497917Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:26:59.1498297Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:26:59.1498747Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:26:59.1499151Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:26:59.1499522Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:26:59.1500008Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:26:59.1500383Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:26:59.1500812Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:26:59.1501123Z [36;1m fi[0m
2025-08-20T20:26:59.1501469Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1502229Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1502599Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:26:59.1503117Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/go-git/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:26:59.1503738Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:26:59.1504102Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1504446Z [36;1m##Logs[0m
2025-08-20T20:26:59.1504957Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:26:59.1505284Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:26:59.1505594Z [36;1m else[0m
2025-08-20T20:26:59.1505861Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:26:59.1506166Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:26:59.1506555Z [36;1m fi[0m
2025-08-20T20:26:59.1507197Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1507668Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1508141Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:26:59.1508550Z [36;1m PKG_FAMILY_LOCAL="$(echo "go-git" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:26:59.1509074Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:26:59.1509638Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1510019Z [36;1m##Rebuild[0m
2025-08-20T20:26:59.1510346Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:26:59.1510688Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:26:59.1511019Z [36;1m else[0m
2025-08-20T20:26:59.1511360Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:26:59.1511660Z [36;1m fi[0m
2025-08-20T20:26:59.1512206Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1512601Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:26:59.1513114Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:26:59.1513757Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:26:59.1514590Z [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:26:59.1515325Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:26:59.1515802Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:26:59.1516318Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:26:59.1516847Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:26:59.1517288Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1517628Z [36;1m    exit 1[0m
2025-08-20T20:26:59.1517913Z [36;1m   else[0m
2025-08-20T20:26:59.1518199Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:26:59.1518597Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1519018Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:26:59.1519692Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:26:59.1520078Z [36;1m      #check if supported[0m
2025-08-20T20:26:59.1520570Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:26:59.1521190Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:26:59.1521715Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:26:59.1522392Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1522746Z [36;1m         exit 1[0m
2025-08-20T20:26:59.1523092Z [36;1m       fi[0m
2025-08-20T20:26:59.1523407Z [36;1m      #get build system[0m
2025-08-20T20:26:59.1523883Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:26:59.1524384Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:26:59.1524731Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1525190Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:26:59.1525639Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1526015Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1526470Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:26:59.1526855Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1527209Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.1527626Z [36;1m       fi[0m
2025-08-20T20:26:59.1528121Z [36;1m     fi[0m
2025-08-20T20:26:59.1528447Z [36;1m   fi[0m
2025-08-20T20:26:59.1528724Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:26:59.1555399Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:59.1555746Z ##[endgroup]
2025-08-20T20:26:59.6018206Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:26:59.6018967Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:26:59.6019235Z 
2025-08-20T20:26:59.6304673Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:26:59.6939602Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:26:59.6940145Z 100  4718  100  4718    0     0  50314      0 --:--:-- --:--:-- --:--:-- 50191
2025-08-20T20:26:59.6952446Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:26:59.7150343Z ##[group]Run ##Presets
2025-08-20T20:26:59.7150864Z [36;1m##Presets[0m
2025-08-20T20:26:59.7151180Z [36;1mset +x ; set +e[0m
2025-08-20T20:26:59.7151454Z [36;1m#-------------#[0m
2025-08-20T20:26:59.7151769Z [36;1m##Debug?[0m
2025-08-20T20:26:59.7152858Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:26:59.7153227Z [36;1m  set -x[0m
2025-08-20T20:26:59.7153522Z [36;1mfi[0m
2025-08-20T20:26:59.7153793Z [36;1m#-------------#[0m
2025-08-20T20:26:59.7154034Z [36;1m##CoreUtils[0m
2025-08-20T20:26:59.7154350Z [36;1msudo apt update -y[0m
2025-08-20T20:26:59.7154749Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:26:59.7155807Z [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:26:59.7156856Z [36;1m##tmp[0m
2025-08-20T20:26:59.7157229Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:26:59.7157617Z [36;1m#GH ENV[0m
2025-08-20T20:26:59.7157899Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.7158302Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.7158960Z [36;1m#-------------#[0m
2025-08-20T20:26:59.7159220Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:26:59.7159582Z [36;1msudo apt update -y[0m
2025-08-20T20:26:59.7159883Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:26:59.7160233Z [36;1m##Setup Minisign[0m
2025-08-20T20:26:59.7160571Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:26:59.7161110Z [36;1mecho "***[0m
2025-08-20T20:26:59.7162692Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:26:59.7163052Z [36;1m##User-Agent[0m
2025-08-20T20:26:59.7163803Z [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:26:59.7164738Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:26:59.7191648Z shell: /usr/bin/bash -e {0}
2025-08-20T20:26:59.7192133Z env:
2025-08-20T20:26:59.7192392Z   CROSS_COMPILING: NO
2025-08-20T20:26:59.7192792Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:26:59.7193139Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:26:59.7193425Z   ON_QEMU: NO
2025-08-20T20:26:59.7193724Z   DEBUG: 0
2025-08-20T20:26:59.7193963Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:26:59.7194339Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:26:59.7194715Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:26:59.7195062Z   KEEP_LOGS: YES
2025-08-20T20:26:59.7195377Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:26:59.7195632Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:26:59.7196022Z   SBUILD_REBUILD: false
2025-08-20T20:26:59.7196636Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:26:59.7197255Z   BUILD_SYS: docker://go
2025-08-20T20:26:59.7197686Z   BUILD_ON_HOST: FALSE
2025-08-20T20:26:59.7198039Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:26:59.7198396Z ##[endgroup]
2025-08-20T20:26:59.7563982Z 
2025-08-20T20:26:59.7565132Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:26:59.7565830Z 
2025-08-20T20:26:59.9533423Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:26:59.9780177Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:27:00.0815634Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:27:00.0953077Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:27:00.1007943Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:27:00.1244219Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:27:00.1282758Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:27:00.1313220Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:27:00.1337950Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:27:00.1731477Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:27:00.2013791Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:27:00.2452429Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:27:00.3167004Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:27:00.3349787Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:27:00.3524599Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:27:00.3775082Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:27:00.3958359Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:27:00.4151102Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:27:00.4492510Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:27:00.4689173Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:27:00.4853334Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:27:00.5584778Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:27:00.5766362Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:27:00.5934811Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:27:00.6104188Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:27:00.6272643Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:27:00.6441150Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:27:00.6610747Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:27:00.6782449Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:27:00.6952843Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:27:00.7122309Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:27:00.7295385Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:27:00.7515930Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:27:00.7692503Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:27:00.7863675Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:27:00.8070767Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:27:00.8820964Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:27:00.8995595Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:27:00.9284495Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:27:00.9458302Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:27:00.9627394Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:27:00.9819398Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:27:00.9986818Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:27:11.1758861Z Fetched 11.9 MB in 2s (6615 kB/s)
2025-08-20T20:27:12.0079061Z Reading package lists...
2025-08-20T20:27:12.2831206Z Building dependency tree...
2025-08-20T20:27:12.2838418Z Reading state information...
2025-08-20T20:27:12.3194621Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:27:12.3287147Z 
2025-08-20T20:27:12.3287975Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:27:12.3288461Z 
2025-08-20T20:27:12.3404048Z Reading package lists...
2025-08-20T20:27:12.6001622Z Building dependency tree...
2025-08-20T20:27:12.6010011Z Reading state information...
2025-08-20T20:27:12.8971115Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:27:12.8971578Z bc set to manually installed.
2025-08-20T20:27:12.8972302Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:27:12.8972729Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:27:12.8973624Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:27:12.9594573Z The following NEW packages will be installed:
2025-08-20T20:27:12.9601400Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:27:12.9603216Z   moreutils
2025-08-20T20:27:12.9609269Z The following packages will be upgraded:
2025-08-20T20:27:12.9617435Z   jq libjq1
2025-08-20T20:27:12.9814937Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:27:13.1932759Z Need to get 936 kB of archives.
2025-08-20T20:27:13.1933582Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:27:13.1934257Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:27:13.4463108Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:27:13.6153996Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:27:13.7891654Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:27:13.8803794Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:27:13.9860878Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:27:14.0724183Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:27:14.1696493Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:27:14.6774043Z Fetched 936 kB in 1s (687 kB/s)
2025-08-20T20:27:14.7504494Z Selecting previously unselected package fdupes.
2025-08-20T20:27:14.8782516Z (Reading database ... 
2025-08-20T20:27:14.8782960Z (Reading database ... 5%
2025-08-20T20:27:14.8783227Z (Reading database ... 10%
2025-08-20T20:27:14.8783642Z (Reading database ... 15%
2025-08-20T20:27:14.8783909Z (Reading database ... 20%
2025-08-20T20:27:14.8784152Z (Reading database ... 25%
2025-08-20T20:27:14.8784447Z (Reading database ... 30%
2025-08-20T20:27:14.8784695Z (Reading database ... 35%
2025-08-20T20:27:14.8784965Z (Reading database ... 40%
2025-08-20T20:27:14.8785230Z (Reading database ... 45%
2025-08-20T20:27:14.8785487Z (Reading database ... 50%
2025-08-20T20:27:15.2122667Z (Reading database ... 55%
2025-08-20T20:27:15.9998995Z (Reading database ... 60%
2025-08-20T20:27:16.6121265Z (Reading database ... 65%
2025-08-20T20:27:17.1362264Z (Reading database ... 70%
2025-08-20T20:27:17.7031256Z (Reading database ... 75%
2025-08-20T20:27:18.3485852Z (Reading database ... 80%
2025-08-20T20:27:19.0084166Z (Reading database ... 85%
2025-08-20T20:27:19.6642076Z (Reading database ... 90%
2025-08-20T20:27:20.4455998Z (Reading database ... 95%
2025-08-20T20:27:20.4456394Z (Reading database ... 100%
2025-08-20T20:27:20.4456829Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:27:20.4499002Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:27:20.4680296Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:27:20.6554505Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:27:20.6829069Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:27:20.8131468Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:27:20.8541901Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:27:20.9334024Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:27:20.9506125Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:27:20.9626911Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:27:21.0661216Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:27:21.0823537Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:27:21.0930420Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:27:21.1874876Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:27:21.2030397Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:27:21.2140705Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:27:21.2857300Z Selecting previously unselected package moreutils.
2025-08-20T20:27:21.3044195Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:27:21.3145773Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:27:21.4644107Z Selecting previously unselected package dos2unix.
2025-08-20T20:27:21.4814744Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:27:21.4897156Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:27:21.8285184Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:27:21.8603422Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:27:21.8885677Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:27:21.9138955Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:27:21.9424582Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:27:21.9744753Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:27:21.9990452Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:27:22.0302674Z Setting up moreutils (0.69-1) ...
2025-08-20T20:27:22.0665166Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:40.0544199Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:41.4949889Z Reading package lists...
2025-08-20T20:27:41.7400647Z Building dependency tree...
2025-08-20T20:27:41.7410034Z Reading state information...
2025-08-20T20:27:42.0133212Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:27:42.0133933Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:27:42.0134264Z apt-utils set to manually installed.
2025-08-20T20:27:42.0134644Z ca-certificates is already the newest version (20240203).
2025-08-20T20:27:42.0135127Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:27:42.0135487Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:27:42.0135893Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:27:42.0136260Z moreutils is already the newest version (0.69-1).
2025-08-20T20:27:42.0136639Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:27:42.0137118Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:27:42.0137477Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:27:42.0138373Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:27:42.0138746Z tmux set to manually installed.
2025-08-20T20:27:42.0139064Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:27:42.0139521Z The following additional packages will be installed:
2025-08-20T20:27:42.0139994Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:27:42.0140501Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:27:42.0141059Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:27:42.0141430Z   uuid-runtime
2025-08-20T20:27:42.0150068Z Suggested packages:
2025-08-20T20:27:42.0150702Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:27:42.0151140Z   util-linux-extra util-linux-locales
2025-08-20T20:27:42.0151475Z Recommended packages:
2025-08-20T20:27:42.0151734Z   unattended-upgrades
2025-08-20T20:27:42.0737455Z The following NEW packages will be installed:
2025-08-20T20:27:42.0737906Z   rename
2025-08-20T20:27:42.0742236Z The following packages will be upgraded:
2025-08-20T20:27:42.0743224Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:27:42.0744149Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:27:42.0751272Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:27:42.0752579Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:27:42.0977255Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:42.1540221Z Need to get 4390 kB of archives.
2025-08-20T20:27:42.1540805Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:27:42.1541466Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:27:42.2207682Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:27:42.3033901Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:27:42.3207585Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:27:42.3377509Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:27:42.3546321Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:27:42.3716707Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:27:42.3891061Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:27:42.4066867Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:27:42.4240238Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:27:42.4430052Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:27:42.4603594Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:27:42.4787578Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:27:42.4972625Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:27:42.5190877Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:27:42.5364980Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:27:42.5562443Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:27:42.5735530Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:27:42.5910727Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:27:42.6648447Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:27:42.6826935Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:27:42.6998202Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:27:42.7173221Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:27:42.7346134Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:27:42.7516432Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:27:42.7685950Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:27:42.7857281Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:27:43.0605022Z Fetched 4390 kB in 1s (6509 kB/s)
2025-08-20T20:27:43.1101209Z (Reading database ... 
2025-08-20T20:27:43.1101541Z (Reading database ... 5%
2025-08-20T20:27:43.1102251Z (Reading database ... 10%
2025-08-20T20:27:43.1102590Z (Reading database ... 15%
2025-08-20T20:27:43.1102856Z (Reading database ... 20%
2025-08-20T20:27:43.1103207Z (Reading database ... 25%
2025-08-20T20:27:43.1103499Z (Reading database ... 30%
2025-08-20T20:27:43.1103746Z (Reading database ... 35%
2025-08-20T20:27:43.1104053Z (Reading database ... 40%
2025-08-20T20:27:43.1104338Z (Reading database ... 45%
2025-08-20T20:27:43.1104625Z (Reading database ... 50%
2025-08-20T20:27:43.1124629Z (Reading database ... 55%
2025-08-20T20:27:43.1217799Z (Reading database ... 60%
2025-08-20T20:27:43.1260335Z (Reading database ... 65%
2025-08-20T20:27:43.1275900Z (Reading database ... 70%
2025-08-20T20:27:43.1296845Z (Reading database ... 75%
2025-08-20T20:27:43.1333000Z (Reading database ... 80%
2025-08-20T20:27:43.1525663Z (Reading database ... 85%
2025-08-20T20:27:43.1546223Z (Reading database ... 90%
2025-08-20T20:27:43.1655034Z (Reading database ... 95%
2025-08-20T20:27:43.1655341Z (Reading database ... 100%
2025-08-20T20:27:43.1655799Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:43.1696768Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:43.2059020Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:43.3555814Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:43.4701192Z (Reading database ... 
2025-08-20T20:27:43.4701565Z (Reading database ... 5%
2025-08-20T20:27:43.4701833Z (Reading database ... 10%
2025-08-20T20:27:43.4702340Z (Reading database ... 15%
2025-08-20T20:27:43.4702604Z (Reading database ... 20%
2025-08-20T20:27:43.4702882Z (Reading database ... 25%
2025-08-20T20:27:43.4703186Z (Reading database ... 30%
2025-08-20T20:27:43.4703465Z (Reading database ... 35%
2025-08-20T20:27:43.4703749Z (Reading database ... 40%
2025-08-20T20:27:43.4704014Z (Reading database ... 45%
2025-08-20T20:27:43.4704316Z (Reading database ... 50%
2025-08-20T20:27:43.4723348Z (Reading database ... 55%
2025-08-20T20:27:43.4815864Z (Reading database ... 60%
2025-08-20T20:27:43.4856997Z (Reading database ... 65%
2025-08-20T20:27:43.4872047Z (Reading database ... 70%
2025-08-20T20:27:43.4892428Z (Reading database ... 75%
2025-08-20T20:27:43.4927806Z (Reading database ... 80%
2025-08-20T20:27:43.5123496Z (Reading database ... 85%
2025-08-20T20:27:43.5144203Z (Reading database ... 90%
2025-08-20T20:27:43.5258964Z (Reading database ... 95%
2025-08-20T20:27:43.5259316Z (Reading database ... 100%
2025-08-20T20:27:43.5259856Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:43.5301280Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:43.5676722Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:43.7965362Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:44.4576248Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:27:44.5222766Z (Reading database ... 
2025-08-20T20:27:44.5223382Z (Reading database ... 5%
2025-08-20T20:27:44.5223649Z (Reading database ... 10%
2025-08-20T20:27:44.5223953Z (Reading database ... 15%
2025-08-20T20:27:44.5224241Z (Reading database ... 20%
2025-08-20T20:27:44.5224542Z (Reading database ... 25%
2025-08-20T20:27:44.5224834Z (Reading database ... 30%
2025-08-20T20:27:44.5225081Z (Reading database ... 35%
2025-08-20T20:27:44.5225361Z (Reading database ... 40%
2025-08-20T20:27:44.5225649Z (Reading database ... 45%
2025-08-20T20:27:44.5226211Z (Reading database ... 50%
2025-08-20T20:27:44.5246345Z (Reading database ... 55%
2025-08-20T20:27:44.5337085Z (Reading database ... 60%
2025-08-20T20:27:44.5379256Z (Reading database ... 65%
2025-08-20T20:27:44.5394490Z (Reading database ... 70%
2025-08-20T20:27:44.5415020Z (Reading database ... 75%
2025-08-20T20:27:44.5450211Z (Reading database ... 80%
2025-08-20T20:27:44.5640744Z (Reading database ... 85%
2025-08-20T20:27:44.5660524Z (Reading database ... 90%
2025-08-20T20:27:44.5765815Z (Reading database ... 95%
2025-08-20T20:27:44.5766143Z (Reading database ... 100%
2025-08-20T20:27:44.5766561Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:44.5806855Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:44.6109016Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:44.7322597Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:44.7696349Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:44.8853854Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:44.9896595Z (Reading database ... 
2025-08-20T20:27:44.9897522Z (Reading database ... 5%
2025-08-20T20:27:44.9898349Z (Reading database ... 10%
2025-08-20T20:27:44.9898685Z (Reading database ... 15%
2025-08-20T20:27:44.9899076Z (Reading database ... 20%
2025-08-20T20:27:44.9899341Z (Reading database ... 25%
2025-08-20T20:27:44.9899584Z (Reading database ... 30%
2025-08-20T20:27:44.9899919Z (Reading database ... 35%
2025-08-20T20:27:44.9900168Z (Reading database ... 40%
2025-08-20T20:27:44.9900442Z (Reading database ... 45%
2025-08-20T20:27:44.9900677Z (Reading database ... 50%
2025-08-20T20:27:44.9920170Z (Reading database ... 55%
2025-08-20T20:27:45.0014316Z (Reading database ... 60%
2025-08-20T20:27:45.0055502Z (Reading database ... 65%
2025-08-20T20:27:45.0070652Z (Reading database ... 70%
2025-08-20T20:27:45.0091535Z (Reading database ... 75%
2025-08-20T20:27:45.0127451Z (Reading database ... 80%
2025-08-20T20:27:45.0319031Z (Reading database ... 85%
2025-08-20T20:27:45.0338993Z (Reading database ... 90%
2025-08-20T20:27:45.0445136Z (Reading database ... 95%
2025-08-20T20:27:45.0445614Z (Reading database ... 100%
2025-08-20T20:27:45.0446049Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:45.0487030Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:45.0838929Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:45.1776980Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:45.3115078Z (Reading database ... 
2025-08-20T20:27:45.3115443Z (Reading database ... 5%
2025-08-20T20:27:45.3115954Z (Reading database ... 10%
2025-08-20T20:27:45.3116282Z (Reading database ... 15%
2025-08-20T20:27:45.3116911Z (Reading database ... 20%
2025-08-20T20:27:45.3117259Z (Reading database ... 25%
2025-08-20T20:27:45.3118231Z (Reading database ... 30%
2025-08-20T20:27:45.3118560Z (Reading database ... 35%
2025-08-20T20:27:45.3118857Z (Reading database ... 40%
2025-08-20T20:27:45.3119089Z (Reading database ... 45%
2025-08-20T20:27:45.3119390Z (Reading database ... 50%
2025-08-20T20:27:45.3139740Z (Reading database ... 55%
2025-08-20T20:27:45.3231414Z (Reading database ... 60%
2025-08-20T20:27:45.3271873Z (Reading database ... 65%
2025-08-20T20:27:45.3286747Z (Reading database ... 70%
2025-08-20T20:27:45.3307069Z (Reading database ... 75%
2025-08-20T20:27:45.3341255Z (Reading database ... 80%
2025-08-20T20:27:45.3522765Z (Reading database ... 85%
2025-08-20T20:27:45.3542003Z (Reading database ... 90%
2025-08-20T20:27:45.3645018Z (Reading database ... 95%
2025-08-20T20:27:45.3645379Z (Reading database ... 100%
2025-08-20T20:27:45.3645929Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:45.3685951Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:45.4227646Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:45.5499306Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:45.5884424Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:45.9815407Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:46.0793196Z (Reading database ... 
2025-08-20T20:27:46.0793558Z (Reading database ... 5%
2025-08-20T20:27:46.0793802Z (Reading database ... 10%
2025-08-20T20:27:46.0794117Z (Reading database ... 15%
2025-08-20T20:27:46.0794371Z (Reading database ... 20%
2025-08-20T20:27:46.0794649Z (Reading database ... 25%
2025-08-20T20:27:46.0794932Z (Reading database ... 30%
2025-08-20T20:27:46.0795182Z (Reading database ... 35%
2025-08-20T20:27:46.0795443Z (Reading database ... 40%
2025-08-20T20:27:46.0795697Z (Reading database ... 45%
2025-08-20T20:27:46.0796003Z (Reading database ... 50%
2025-08-20T20:27:46.0816192Z (Reading database ... 55%
2025-08-20T20:27:46.0908407Z (Reading database ... 60%
2025-08-20T20:27:46.0948595Z (Reading database ... 65%
2025-08-20T20:27:46.0963061Z (Reading database ... 70%
2025-08-20T20:27:46.0984372Z (Reading database ... 75%
2025-08-20T20:27:46.1020573Z (Reading database ... 80%
2025-08-20T20:27:46.1205740Z (Reading database ... 85%
2025-08-20T20:27:46.1230939Z (Reading database ... 90%
2025-08-20T20:27:46.1326475Z (Reading database ... 95%
2025-08-20T20:27:46.1326774Z (Reading database ... 100%
2025-08-20T20:27:46.1327178Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:46.1365633Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:46.1657634Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:46.2672637Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:46.4875468Z (Reading database ... 
2025-08-20T20:27:46.4875843Z (Reading database ... 5%
2025-08-20T20:27:46.4876116Z (Reading database ... 10%
2025-08-20T20:27:46.4876416Z (Reading database ... 15%
2025-08-20T20:27:46.4876720Z (Reading database ... 20%
2025-08-20T20:27:46.4876958Z (Reading database ... 25%
2025-08-20T20:27:46.4877248Z (Reading database ... 30%
2025-08-20T20:27:46.4877495Z (Reading database ... 35%
2025-08-20T20:27:46.4877806Z (Reading database ... 40%
2025-08-20T20:27:46.4878108Z (Reading database ... 45%
2025-08-20T20:27:46.4878348Z (Reading database ... 50%
2025-08-20T20:27:46.4898030Z (Reading database ... 55%
2025-08-20T20:27:46.4986126Z (Reading database ... 60%
2025-08-20T20:27:46.5025441Z (Reading database ... 65%
2025-08-20T20:27:46.5038993Z (Reading database ... 70%
2025-08-20T20:27:46.5058909Z (Reading database ... 75%
2025-08-20T20:27:46.5093471Z (Reading database ... 80%
2025-08-20T20:27:46.5267663Z (Reading database ... 85%
2025-08-20T20:27:46.5292973Z (Reading database ... 90%
2025-08-20T20:27:46.5386273Z (Reading database ... 95%
2025-08-20T20:27:46.5386620Z (Reading database ... 100%
2025-08-20T20:27:46.5386973Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:46.5423852Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:46.5678053Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:46.6912111Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:46.8635780Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:46.9773256Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.0041085Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.1233013Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.1546007Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.2911726Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.3239223Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.4367733Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.4607772Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.5659153Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.5906813Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.6961469Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:27:47.7219823Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.8579988Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:47.8834832Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:47.9960391Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:27:48.0394246Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:48.1539037Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:48.2364520Z (Reading database ... 
2025-08-20T20:27:48.2364863Z (Reading database ... 5%
2025-08-20T20:27:48.2365126Z (Reading database ... 10%
2025-08-20T20:27:48.2365451Z (Reading database ... 15%
2025-08-20T20:27:48.2365753Z (Reading database ... 20%
2025-08-20T20:27:48.2366094Z (Reading database ... 25%
2025-08-20T20:27:48.2366343Z (Reading database ... 30%
2025-08-20T20:27:48.2367134Z (Reading database ... 35%
2025-08-20T20:27:48.2367458Z (Reading database ... 40%
2025-08-20T20:27:48.2367756Z (Reading database ... 45%
2025-08-20T20:27:48.2368002Z (Reading database ... 50%
2025-08-20T20:27:48.2390771Z (Reading database ... 55%
2025-08-20T20:27:48.2482213Z (Reading database ... 60%
2025-08-20T20:27:48.2522172Z (Reading database ... 65%
2025-08-20T20:27:48.2536805Z (Reading database ... 70%
2025-08-20T20:27:48.2558106Z (Reading database ... 75%
2025-08-20T20:27:48.2698879Z (Reading database ... 80%
2025-08-20T20:27:48.2779157Z (Reading database ... 85%
2025-08-20T20:27:48.2805392Z (Reading database ... 90%
2025-08-20T20:27:48.2900401Z (Reading database ... 95%
2025-08-20T20:27:48.2900715Z (Reading database ... 100%
2025-08-20T20:27:48.2901058Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:27:48.2940573Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:48.3370547Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:48.4539807Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:48.4854626Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:48.5843796Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:48.6177857Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:48.7233212Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:27:48.7657396Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:27:48.8993482Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:27:48.9284625Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:49.0440670Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:27:49.1871557Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:27:49.3334602Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:27:49.4183519Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:27:49.5121248Z Selecting previously unselected package rename.
2025-08-20T20:27:49.5276740Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:27:49.5379027Z Unpacking rename (2.02-1) ...
2025-08-20T20:27:49.6362314Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:27:49.6602326Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:27:49.7693095Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:49.8007152Z Setting up rename (2.02-1) ...
2025-08-20T20:27:49.8244305Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:27:49.8432229Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:49.8738064Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:49.9021539Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:49.9314939Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:49.9580546Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:50.7225061Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:27:50.7461257Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:50.7742173Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:50.7999218Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:50.8262469Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.1905388Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.2189839Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:27:51.2455678Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.3631151Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:27:51.5009314Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.6065327Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.6327094Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.6571227Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:27:51.6901916Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:27:51.8694881Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:27:52.1685112Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:52.2074605Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:59.1574603Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:28:00.6405058Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:00.6406097Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:00.8849824Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:28:00.9689912Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:28:01.0529676Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:28:01.1369283Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:28:02.0837950Z Reading package lists...
2025-08-20T20:28:02.3453049Z Building dependency tree...
2025-08-20T20:28:02.3460054Z Reading state information...
2025-08-20T20:28:02.3752798Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:28:02.3878026Z 
2025-08-20T20:28:02.3879730Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:28:02.3880160Z 
2025-08-20T20:28:02.4695069Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:28:02.4815425Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:28:02.4979882Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:28:02.5148670Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:28:02.9530441Z Hit:5 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:02.9768049Z Hit:6 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:03.9511888Z Reading package lists...
2025-08-20T20:28:04.2052240Z Building dependency tree...
2025-08-20T20:28:04.2060618Z Reading state information...
2025-08-20T20:28:04.2364777Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:28:04.2458855Z 
2025-08-20T20:28:04.2459881Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:28:04.2460410Z 
2025-08-20T20:28:04.2566016Z Reading package lists...
2025-08-20T20:28:04.4945322Z Building dependency tree...
2025-08-20T20:28:04.4953896Z Reading state information...
2025-08-20T20:28:04.7398345Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:28:04.7825252Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:28:04.8110623Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:28:04.8601243Z ##[group]Run ##Presets
2025-08-20T20:28:04.8601779Z [36;1m##Presets[0m
2025-08-20T20:28:04.8602244Z [36;1mset +x ; set +e[0m
2025-08-20T20:28:04.8602551Z [36;1m#-------------#[0m
2025-08-20T20:28:04.8602801Z [36;1m##Debug?[0m
2025-08-20T20:28:04.8603089Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:28:04.8603436Z [36;1m  set -x[0m
2025-08-20T20:28:04.8603705Z [36;1mfi[0m
2025-08-20T20:28:04.8603923Z [36;1m#-------------#[0m
2025-08-20T20:28:04.8604422Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:28:04.8605034Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:28:04.8605425Z [36;1msudo service procps restart[0m
2025-08-20T20:28:04.8605793Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:28:04.8633558Z shell: /usr/bin/bash -e {0}
2025-08-20T20:28:04.8633845Z env:
2025-08-20T20:28:04.8634181Z   CROSS_COMPILING: NO
2025-08-20T20:28:04.8634448Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:28:04.8634707Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:28:04.8634986Z   ON_QEMU: NO
2025-08-20T20:28:04.8635190Z   DEBUG: 0
2025-08-20T20:28:04.8635391Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:28:04.8635716Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:28:04.8636036Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:28:04.8636402Z   KEEP_LOGS: YES
2025-08-20T20:28:04.8636630Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:28:04.8636873Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:28:04.8637209Z   SBUILD_REBUILD: false
2025-08-20T20:28:04.8637766Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:28:04.8638338Z   BUILD_SYS: docker://go
2025-08-20T20:28:04.8638621Z   BUILD_ON_HOST: FALSE
2025-08-20T20:28:04.8638848Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:28:04.8639096Z   SYSTMP: /tmp
2025-08-20T20:28:04.8639371Z   GHA_MODE: MATRIX
2025-08-20T20:28:04.8639822Z   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:28:04.8640356Z ##[endgroup]
2025-08-20T20:28:04.8738089Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:28:04.8794400Z 0
2025-08-20T20:28:04.9127931Z vm.max_map_count = 262144
2025-08-20T20:28:04.9128302Z fs.inotify.max_user_watches = 655360
2025-08-20T20:28:04.9133448Z fs.inotify.max_user_instances = 1280
2025-08-20T20:28:04.9134023Z vm.mmap_rnd_bits = 28
2025-08-20T20:28:04.9219986Z ##[group]Run ##Presets
2025-08-20T20:28:04.9220545Z [36;1m##Presets[0m
2025-08-20T20:28:04.9220774Z [36;1mset +x ; set +e[0m
2025-08-20T20:28:04.9221103Z [36;1m#-------------#[0m
2025-08-20T20:28:04.9221339Z [36;1m##Debug?[0m
2025-08-20T20:28:04.9221639Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:28:04.9222174Z [36;1m  set -x[0m
2025-08-20T20:28:04.9222374Z [36;1mfi[0m
2025-08-20T20:28:04.9222623Z [36;1m#-------------#[0m
2025-08-20T20:28:04.9222908Z [36;1m##Main[0m
2025-08-20T20:28:04.9223149Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:28:04.9223845Z [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:28:04.9224582Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:28:04.9224970Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:28:04.9225386Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:28:04.9225662Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:28:04.9226030Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:28:04.9226373Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:28:04.9226724Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:28:04.9227399Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:28:04.9227721Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:28:04.9228124Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:28:04.9228528Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:28:04.9228852Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:28:04.9229202Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:28:04.9229568Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:28:04.9229912Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:28:04.9230231Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:28:04.9230553Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:28:04.9230939Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:28:04.9231296Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:28:04.9231640Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:28:04.9232206Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:28:04.9232553Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:28:04.9232917Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:28:04.9233308Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:28:04.9233615Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:28:04.9234012Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:28:04.9234505Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:28:04.9235030Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:28:04.9235548Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:28:04.9235932Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:28:04.9236314Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:28:04.9237005Z [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:28:04.9237833Z [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:28:04.9238416Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:28:04.9238726Z [36;1m else[0m
2025-08-20T20:28:04.9239335Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:28:04.9239777Z [36;1m fi[0m
2025-08-20T20:28:04.9240081Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:28:04.9240483Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:28:04.9240963Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9241385Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9241820Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9242444Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9242893Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9243372Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9243834Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:04.9244278Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:28:04.9244646Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:28:04.9270241Z shell: /usr/bin/bash -e {0}
2025-08-20T20:28:04.9270557Z env:
2025-08-20T20:28:04.9270792Z   CROSS_COMPILING: NO
2025-08-20T20:28:04.9271342Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:28:04.9271625Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:28:04.9271870Z   ON_QEMU: NO
2025-08-20T20:28:04.9272307Z   DEBUG: 0
2025-08-20T20:28:04.9272539Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:28:04.9272868Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:28:04.9273198Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:28:04.9273527Z   KEEP_LOGS: YES
2025-08-20T20:28:04.9273807Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:28:04.9274035Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:28:04.9274284Z   SBUILD_REBUILD: false
2025-08-20T20:28:04.9274915Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:28:04.9275509Z   BUILD_SYS: docker://go
2025-08-20T20:28:04.9275741Z   BUILD_ON_HOST: FALSE
2025-08-20T20:28:04.9276026Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:28:04.9276257Z   SYSTMP: /tmp
2025-08-20T20:28:04.9276528Z   GHA_MODE: MATRIX
2025-08-20T20:28:04.9276995Z   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:28:04.9277725Z   GHCR_TOKEN: ***
2025-08-20T20:28:04.9278143Z   GITHUB_TOKEN: ***
2025-08-20T20:28:04.9278439Z   GITLAB_TOKEN: ***
2025-08-20T20:28:04.9279644Z   MINISIGN_KEY: ***
2025-08-20T20:28:04.9279954Z ##[endgroup]
2025-08-20T20:28:04.9836075Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:28:05.0530835Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:28:05.0531446Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:28:05.0531675Z 
2025-08-20T20:28:05.0915783Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:28:05.0916478Z 100  4718  100  4718    0     0   119k      0 --:--:-- --:--:-- --:--:--  121k
2025-08-20T20:28:05.0926977Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:28:05.1005586Z 
2025-08-20T20:28:05.1006129Z [+] Building [/tmp/tmp.tHvUqZlR2H/SBUILD_INPUT] Locally
2025-08-20T20:28:05.1006914Z 
2025-08-20T20:28:05.1016832Z '/tmp/tmp.tHvUqZlR2H/SBUILD_INPUT' -> '/tmp/pkgforge/sqLpzpI3z_build.yaml'
2025-08-20T20:28:05.1728801Z 
2025-08-20T20:28:05.1729544Z [+] Passwordless sudo is Configured
2025-08-20T20:28:05.2394236Z 
2025-08-20T20:28:05.2407992Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:28:05.2408310Z 
2025-08-20T20:28:05.2803130Z 
2025-08-20T20:28:05.2804869Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:28:05.2805283Z 
2025-08-20T20:28:05.2805311Z 
2025-08-20T20:28:05.2805550Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:28:05.2805859Z 
2025-08-20T20:28:05.2847065Z [+] Installing: 7z -> 7z
2025-08-20T20:28:05.6448383Z [+] Installing: actionlint -> actionlint
2025-08-20T20:28:06.0284989Z [+] Installing: anew -> anew
2025-08-20T20:28:06.3930084Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:28:06.7331464Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:28:07.0664900Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:28:07.3808225Z [+] Installing: archey -> archey
2025-08-20T20:28:07.7736430Z [+] Installing: aria2 -> aria2c
2025-08-20T20:28:08.1738188Z [+] Installing: askalono -> askalono
2025-08-20T20:28:08.5447755Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:28:08.9404280Z [+] Installing: b3sum -> b3sum
2025-08-20T20:28:09.2982940Z [+] Installing: bita -> bita
2025-08-20T20:28:09.6782635Z [+] Installing: btop -> btop
2025-08-20T20:28:10.0262793Z [+] Installing: chafa -> chafa
2025-08-20T20:28:10.4434404Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:28:10.8619134Z [+] Installing: croc -> croc
2025-08-20T20:28:11.2865763Z [+] Installing: csvtk -> csvtk
2025-08-20T20:28:11.6786914Z [+] Installing: cutlines -> cutlines
2025-08-20T20:28:12.0010193Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:12.0045210Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:28:12.0045858Z [+] Installing: dbin -> dbin
2025-08-20T20:28:12.4085970Z [+] Installing: dasel -> dasel
2025-08-20T20:28:12.7965575Z [+] Installing: delta -> delta
2025-08-20T20:28:13.1844452Z [+] Installing: ds -> ds
2025-08-20T20:28:13.4907649Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:13.4942466Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:28:13.4943275Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:28:13.8211228Z [+] Installing: duf -> duf
2025-08-20T20:28:14.1898947Z [+] Installing: duplicut -> duplicut
2025-08-20T20:28:14.5251722Z [+] Installing: dust -> dust
2025-08-20T20:28:14.8785873Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:28:15.2437116Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:28:15.6298327Z [+] Installing: dysk -> dysk
2025-08-20T20:28:15.9901760Z [+] Installing: eget -> eget
2025-08-20T20:28:16.3741819Z [+] Installing: epoch -> epoch
2025-08-20T20:28:16.7296696Z [+] Installing: faketty -> faketty
2025-08-20T20:28:17.0950466Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:28:17.4480161Z [+] Installing: freeze -> freeze
2025-08-20T20:28:17.8403298Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:28:18.1888225Z [+] Installing: gdu -> gdu
2025-08-20T20:28:18.5966463Z [+] Installing: gh -> gh
2025-08-20T20:28:19.0699698Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:28:19.4924771Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:28:19.8540947Z [+] Installing: glab -> glab
2025-08-20T20:28:20.2946335Z [+] Installing: glow -> glow
2025-08-20T20:28:20.6887294Z [+] Installing: httpx -> httpx
2025-08-20T20:28:21.1479978Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:28:21.5501134Z [+] Installing: husarnet -> husarnet
2025-08-20T20:28:21.8692335Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:21.8727285Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:28:21.8727679Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:28:22.1917715Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:22.1951672Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:28:22.1952164Z [+] Installing: imgcat -> imgcat
2025-08-20T20:28:22.5477352Z [+] Installing: jc -> jc
2025-08-20T20:28:22.9759870Z [+] Installing: jq -> jq
2025-08-20T20:28:23.3224132Z [+] Installing: logdy -> logdy
2025-08-20T20:28:23.7284546Z [+] Installing: micro -> micro
2025-08-20T20:28:24.1282405Z [+] Installing: miniserve -> miniserve
2025-08-20T20:28:24.5086773Z [+] Installing: minisign -> minisign
2025-08-20T20:28:24.8351869Z [+] Installing: ncdu -> ncdu
2025-08-20T20:28:25.1820623Z [+] Installing: notify -> notify
2025-08-20T20:28:25.5847421Z [+] Installing: ouch -> ouch
2025-08-20T20:28:25.9691611Z [+] Installing: oras -> oras
2025-08-20T20:28:26.3553877Z [+] Installing: pipetty -> pipetty
2025-08-20T20:28:26.6732043Z [+] Installing: pixterm -> pixterm
2025-08-20T20:28:27.0525942Z [+] Installing: qsv -> qsv
2025-08-20T20:28:27.4759726Z [+] Installing: rclone -> rclone
2025-08-20T20:28:28.2277527Z [+] Installing: ripgrep -> rg
2025-08-20T20:28:28.5826718Z [+] Installing: rga -> rga
2025-08-20T20:28:28.9517980Z [+] Installing: rsync -> rsync
2025-08-20T20:28:29.3304538Z [+] Installing: script -> script
2025-08-20T20:28:29.6763699Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:28:30.2025841Z [+] Installing: soar -> soar
2025-08-20T20:28:30.5822280Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:28:30.9517560Z [+] Installing: sstrip -> sstrip
2025-08-20T20:28:31.2668649Z [+] Installing: strace -> strace
2025-08-20T20:28:31.6227644Z [+] Installing: sttr -> sttr
2025-08-20T20:28:32.0277082Z [+] Installing: tailscale -> tailscale
2025-08-20T20:28:32.4592097Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:28:32.8453580Z [+] Installing: taplo -> taplo
2025-08-20T20:28:33.2305135Z [+] Installing: tldr -> tldr
2025-08-20T20:28:33.6399102Z [+] Installing: tldr -> tealdeer
2025-08-20T20:28:34.0184386Z [+] Installing: tmux -> tmux
2025-08-20T20:28:34.3676798Z [+] Installing: tok -> tok
2025-08-20T20:28:34.7387120Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:28:35.1537434Z [+] Installing: trurl -> trurl
2025-08-20T20:28:35.5365011Z [+] Installing: tss -> tss
2025-08-20T20:28:35.8874109Z [+] Installing: ulexec -> ulexec
2025-08-20T20:28:36.2664377Z [+] Installing: unfurl -> unfurl
2025-08-20T20:28:36.6367169Z [+] Installing: upx -> upx
2025-08-20T20:28:37.0029627Z [+] Installing: validtoml -> validtoml
2025-08-20T20:28:37.3739775Z [+] Installing: wget -> wget
2025-08-20T20:28:37.7598024Z [+] Installing: wget2 -> wget2
2025-08-20T20:28:38.1425823Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:28:38.5095152Z [+] Installing: xq -> xq
2025-08-20T20:28:38.8980583Z [+] Installing: xz -> xz
2025-08-20T20:28:39.2386138Z [+] Installing: unxz -> unxz
2025-08-20T20:28:39.5736360Z [+] Installing: yq -> yq
2025-08-20T20:28:40.2700206Z [+] Installing: yj -> yj
2025-08-20T20:28:40.6280805Z [+] Installing: zapper -> zapper
2025-08-20T20:28:40.9636691Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:28:41.2884326Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:28:41.6036610Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:41.6072690Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:28:41.6073725Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:28:41.9124156Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:41.9158987Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:28:41.9159392Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:28:42.2280246Z curl: (22) The requested URL returned error: 404
2025-08-20T20:28:42.2313595Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:28:42.2314490Z [+] Installing: zstd -> zstd
2025-08-20T20:28:42.5915755Z [+] Creating symlinks...
2025-08-20T20:28:42.5992575Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:28:42.6076206Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:28:42.6163022Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:28:42.6252062Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:28:42.6340367Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:28:42.6426676Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:28:42.6513441Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:28:42.6599938Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:28:42.6690434Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:28:42.6779123Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:28:42.6867114Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:28:42.6955196Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:28:42.7041395Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:28:42.7127070Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:28:42.7211027Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:28:42.7296578Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:28:42.7381119Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:28:42.7416767Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:28:42.7492460Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:28:42.7576924Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:28:42.7661285Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:28:42.7696282Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:28:42.7774859Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:28:42.7861289Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:28:42.7947236Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:28:42.8043142Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:28:42.8131435Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:28:42.8220203Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:28:42.8311003Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:28:42.8406908Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:28:42.8499934Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:28:42.8590920Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:28:42.8683628Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:28:42.8767560Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:28:42.8856638Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:28:42.8947445Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:28:42.9038199Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:28:42.9125263Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:28:42.9211629Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:28:42.9297054Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:28:42.9385287Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:28:42.9467638Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:28:42.9550029Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:28:42.9633900Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:28:42.9669866Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:28:42.9695926Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:28:42.9773211Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:28:42.9861613Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:28:42.9948571Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:28:43.0032566Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:28:43.0119563Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:28:43.0209160Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:28:43.0298269Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:28:43.0384945Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:28:43.0473580Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:28:43.0561109Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:28:43.0651709Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:28:43.0744281Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:28:43.0834715Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:28:43.0927964Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:28:43.1023644Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:28:43.1116108Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:28:43.1204641Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:28:43.1293853Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:28:43.1381128Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:28:43.1470098Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:28:43.1558725Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:28:43.1648160Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:28:43.1741069Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:28:43.1828054Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:28:43.1915728Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:28:43.2002211Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:28:43.2088078Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:28:43.2172872Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:28:43.2256745Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:28:43.2344805Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:28:43.2432298Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:28:43.2525841Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:28:43.2615410Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:28:43.2707932Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:28:43.2802377Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:28:43.2893808Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:28:43.2984054Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:28:43.3075226Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:28:43.3165803Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:28:43.3253556Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:28:43.3337247Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:28:43.3424789Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:28:43.3508997Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:28:43.3595759Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:28:43.3681321Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:28:43.3767797Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:28:43.3853636Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:28:43.3945838Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:28:43.4036932Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:28:43.4073279Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:28:43.4099508Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:28:43.4124152Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:28:43.4201266Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:28:43.4225908Z 
2025-08-20T20:28:43.4226347Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:28:43.4226697Z 
2025-08-20T20:28:43.4336285Z 
2025-08-20T20:28:43.4419603Z 
2025-08-20T20:28:43.4422710Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:28:43.4422949Z 
2025-08-20T20:28:43.4423029Z [+] Installation completed!
2025-08-20T20:28:43.4497913Z 
2025-08-20T20:28:43.4498257Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:28:43.7449028Z github.com
2025-08-20T20:28:43.7449708Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:28:43.7450054Z   - Active account: true
2025-08-20T20:28:43.7450273Z   - Git operations protocol: https
2025-08-20T20:28:43.7450527Z   - Token: ghp_************************************
2025-08-20T20:28:43.7451160Z   - 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:28:43.7451804Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:28:43.7452339Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:28:43.8715510Z Limit: 5000, Remaining: 4798, Reset: 2025-08-20 21:25:35 +0000 UTC (56m51s)
2025-08-20T20:28:43.8723096Z 
2025-08-20T20:28:43.8723221Z [+] GHCR_TOKEN is Exported
2025-08-20T20:28:43.8753676Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:28:43.9873407Z Login Succeeded
2025-08-20T20:28:43.9882222Z 
2025-08-20T20:28:43.9882801Z [+] GITLAB is Exported
2025-08-20T20:28:44.2926790Z [git remote -v]
2025-08-20T20:28:44.4708343Z gitlab.com
2025-08-20T20:28:44.4708968Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:28:44.4711576Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:28:44.4712327Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:28:44.4712770Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:28:44.4713129Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:28:44.4713449Z   ✓ Token found: **************************
2025-08-20T20:28:44.4713605Z 
2025-08-20T20:28:44.4713959Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:28:44.4714424Z [git remote -v]
2025-08-20T20:28:44.4724486Z 2025/08/20 20:28:44 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:28:44.4725448Z git: exit status 128]
2025-08-20T20:28:44.6798647Z 
2025-08-20T20:28:44.6798866Z 
2025-08-20T20:28:44.6799609Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:28:44 PM)
2025-08-20T20:28:44.6800008Z 
2025-08-20T20:28:44.6800017Z 
2025-08-20T20:28:44.6800176Z [+] USER = runner
2025-08-20T20:28:44.6800354Z [+] HOME = /home/runner
2025-08-20T20:28:44.6802620Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:28:44.6804716Z 
2025-08-20T20:28:44.7751638Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:44.7753796Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:44.9109831Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:28:44.9950586Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:28:45.0789045Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:28:45.1629334Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:28:46.1356093Z Reading package lists...
2025-08-20T20:28:46.1684206Z Reading package lists...
2025-08-20T20:28:46.4303457Z Building dependency tree...
2025-08-20T20:28:46.4311905Z Reading state information...
2025-08-20T20:28:46.8014431Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:28:46.8014834Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:28:46.8015188Z ca-certificates is already the newest version (20240203).
2025-08-20T20:28:46.8015514Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:28:46.8015832Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:28:46.8016136Z moreutils is already the newest version (0.69-1).
2025-08-20T20:28:46.8016492Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:28:46.8016880Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:28:46.8017233Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:28:46.8897825Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:46.8899149Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:47.0282766Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:28:47.1124980Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:28:47.1967554Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:28:47.2809365Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:28:48.2524212Z Reading package lists...
2025-08-20T20:28:48.2844974Z Reading package lists...
2025-08-20T20:28:48.5482627Z Building dependency tree...
2025-08-20T20:28:48.5490822Z Reading state information...
2025-08-20T20:28:48.8739141Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:28:48.8739582Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:28:48.8739932Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:28:48.8740244Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:28:48.8740577Z ca-certificates is already the newest version (20240203).
2025-08-20T20:28:48.8740903Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:28:48.8741209Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:28:48.8741901Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:28:48.8742315Z gawk set to manually installed.
2025-08-20T20:28:48.8742552Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:28:48.8742840Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:28:48.8743150Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:28:48.8743442Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:28:48.8743770Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:28:48.8744110Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:28:48.8744422Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:28:48.8744725Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:28:48.8745033Z The following additional packages will be installed:
2025-08-20T20:28:48.8745403Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:28:48.8745830Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:28:48.8746255Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:28:48.8746657Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:28:48.8747096Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:28:48.8747476Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:28:48.8755799Z Suggested packages:
2025-08-20T20:28:48.8756089Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:28:48.8756514Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:28:48.8756957Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:28:48.8757389Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:28:48.8757768Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:28:48.8758140Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:28:48.8758493Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:28:48.8989573Z The following NEW packages will be installed:
2025-08-20T20:28:48.8989932Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:28:48.8991662Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:28:48.8994689Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:28:48.8995160Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:28:48.8995928Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:28:48.8998158Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:28:48.8999680Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:28:49.0512660Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:28:49.0513061Z Need to get 27.2 MB of archives.
2025-08-20T20:28:49.0513381Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:28:49.0513928Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:28:49.1902915Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:28:49.2249344Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:28:49.2435687Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:28:49.2603856Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:28:49.2772307Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:28:49.2969757Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:28:49.3160695Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:28:49.3360322Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:28:49.3533372Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:28:49.4292237Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:28:49.4469087Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:28:49.4669025Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:28:49.4838274Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:28:49.5006193Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:28:49.5178012Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:28:49.5348649Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:28:49.5735894Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:28:49.6478665Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:28:49.6662231Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:28:49.6832859Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:28:49.7005485Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:28:49.7207056Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:28:49.7380393Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:28:49.7558052Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:28:49.7727131Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:28:49.7948569Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:28:49.8120901Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:28:49.8292971Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:28:49.8466292Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:28:49.8635300Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:28:49.8807484Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:28:49.8982058Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:28:49.9265388Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:28:49.9463083Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:28:49.9664068Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:28:50.2183022Z Preconfiguring packages ...
2025-08-20T20:28:50.3966193Z Fetched 27.2 MB in 1s (25.7 MB/s)
2025-08-20T20:28:50.4482636Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:28:50.4515823Z (Reading database ... 
2025-08-20T20:28:50.4516068Z (Reading database ... 5%
2025-08-20T20:28:50.4516269Z (Reading database ... 10%
2025-08-20T20:28:50.4516470Z (Reading database ... 15%
2025-08-20T20:28:50.4516668Z (Reading database ... 20%
2025-08-20T20:28:50.4516864Z (Reading database ... 25%
2025-08-20T20:28:50.4517058Z (Reading database ... 30%
2025-08-20T20:28:50.4517277Z (Reading database ... 35%
2025-08-20T20:28:50.4517490Z (Reading database ... 40%
2025-08-20T20:28:50.4517684Z (Reading database ... 45%
2025-08-20T20:28:50.4517873Z (Reading database ... 50%
2025-08-20T20:28:50.4541080Z (Reading database ... 55%
2025-08-20T20:28:50.4631116Z (Reading database ... 60%
2025-08-20T20:28:50.4671248Z (Reading database ... 65%
2025-08-20T20:28:50.4686059Z (Reading database ... 70%
2025-08-20T20:28:50.4706771Z (Reading database ... 75%
2025-08-20T20:28:50.4842405Z (Reading database ... 80%
2025-08-20T20:28:50.4927647Z (Reading database ... 85%
2025-08-20T20:28:50.4955449Z (Reading database ... 90%
2025-08-20T20:28:50.5053845Z (Reading database ... 95%
2025-08-20T20:28:50.5054067Z (Reading database ... 100%
2025-08-20T20:28:50.5054377Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:28:50.5094148Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:28:50.5353838Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:28:50.7118202Z Selecting previously unselected package poppler-data.
2025-08-20T20:28:50.7297826Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:28:50.7385741Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:28:50.8725071Z Selecting previously unselected package b3sum.
2025-08-20T20:28:50.8900462Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:28:50.8982293Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:28:50.9824609Z Selecting previously unselected package build-essential.
2025-08-20T20:28:50.9994070Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:28:51.0073616Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:28:51.0867454Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:28:51.1056101Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:28:51.1246181Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:28:51.2117014Z Selecting previously unselected package ccache.
2025-08-20T20:28:51.2305015Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:28:51.2386336Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:28:51.3380629Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:28:51.3560680Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:28:51.3667836Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:28:51.4463857Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:28:51.4632492Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:28:51.4727555Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:28:51.5574880Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:28:51.5743447Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:28:51.5837825Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:28:51.6931889Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:28:51.7118929Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:28:51.7752301Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:28:51.9056080Z Selecting previously unselected package libgs-common.
2025-08-20T20:28:51.9235883Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:28:51.9318176Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:52.0000429Z Selecting previously unselected package libgs10-common.
2025-08-20T20:28:52.0172187Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:28:52.0258980Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:52.1670631Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:28:52.1847764Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:28:52.1956013Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:28:52.2703277Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:28:52.2890173Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:28:52.2973763Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:28:52.3746332Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:28:52.3927688Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:28:52.4024309Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:28:52.4966785Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:28:52.5142916Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:28:52.5228294Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:28:52.6028779Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:28:52.6208394Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:28:52.6291790Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:53.0304904Z Selecting previously unselected package ghostscript.
2025-08-20T20:28:53.0481135Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:28:53.0560672Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:53.1674282Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:28:53.1844564Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:28:53.1927905Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:53.3536982Z Selecting previously unselected package imagemagick.
2025-08-20T20:28:53.3721439Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:28:53.3821096Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:53.4501398Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:28:53.4685196Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:28:53.4772157Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:28:53.5536335Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:28:53.5713405Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:28:53.5796077Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:28:53.6674097Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:28:53.6844194Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:28:53.6938772Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:28:53.7754694Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:28:53.7925809Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:28:53.8120419Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:28:53.8802470Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:28:53.8983412Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:28:53.9090623Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:28:53.9882238Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:28:54.0065740Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:28:54.0165794Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:28:54.1167060Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:28:54.1346629Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:28:54.1425259Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:28:54.2040679Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:28:54.2207733Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:28:54.2298582Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:54.3122909Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:28:54.3293645Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:28:54.3387246Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:28:54.4048543Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:28:54.4227437Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:28:54.4314553Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:28:54.4961352Z Selecting previously unselected package libtool-bin.
2025-08-20T20:28:54.5145837Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:28:54.5236174Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:28:54.5975358Z Selecting previously unselected package lzip.
2025-08-20T20:28:54.6155929Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:28:54.6236483Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:28:54.6981310Z Selecting previously unselected package netpbm.
2025-08-20T20:28:54.7159334Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:28:54.7242152Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:28:55.0279825Z Selecting previously unselected package musl:arm64.
2025-08-20T20:28:55.0463592Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:28:55.0543358Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:28:55.1340846Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:28:55.1521390Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:28:55.1619144Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:28:55.2716129Z Selecting previously unselected package musl-tools.
2025-08-20T20:28:55.2893122Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:28:55.2974029Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:28:55.4610984Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:28:55.6187782Z 
2025-08-20T20:28:55.6188277Z Creating config file /etc/papersize with new version
2025-08-20T20:28:55.7149751Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:28:55.7446191Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:28:55.7782195Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:28:55.8060109Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:28:55.8299213Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:55.8534392Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:28:55.8850419Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:28:55.9106458Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:28:55.9807971Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:28:56.0051144Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:28:56.0297572Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:28:56.0494174Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:28:56.0582986Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:28:56.0680505Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:28:56.0829838Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:28:56.1123812Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:28:56.1375406Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:28:56.1619426Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:28:56.1864955Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:56.2066211Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:28:56.2146515Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:28:56.2266561Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:28:56.2399193Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:28:56.3479722Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:28:56.3611118Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:28:56.3735114Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:28:56.3824696Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:28:56.3925868Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:28:56.4025469Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:28:56.4113256Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:28:56.4191549Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:28:56.4285930Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:28:56.4375775Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:28:56.4464080Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:28:56.4563597Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:28:56.4653806Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:28:56.4734416Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:28:56.4872555Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:28:56.4944780Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:28:56.5057913Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:28:56.5145918Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:28:56.5323479Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:28:56.5589224Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:28:56.6000502Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:28:56.6295678Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:28:56.6778966Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:28:56.7025872Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:28:56.7264752Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:28:56.7525171Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:28:56.7690207Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:28:56.7861313Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:28:56.8120887Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:28:56.8386616Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:28:56.8697657Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:28:56.8958331Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:56.9215257Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:28:56.9456642Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:28:57.1668745Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:28:57.1924258Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:57.2232775Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:57.2488300Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:28:57.2820838Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:28:57.3797185Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:28:57.8899020Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:29:01.5658453Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:29:01.6076132Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:04.5962095Z Reading package lists...
2025-08-20T20:29:04.8572586Z Building dependency tree...
2025-08-20T20:29:04.8580727Z Reading state information...
2025-08-20T20:29:05.1617041Z autoconf is already the newest version (2.71-3).
2025-08-20T20:29:05.1617874Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:29:05.1618474Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:05.1618809Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:29:05.1619199Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:29:05.1619544Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:05.1619858Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:29:05.1620152Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:29:05.1620455Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:29:05.1620766Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:29:05.1621083Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:29:05.1621394Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:29:05.1622308Z patch set to manually installed.
2025-08-20T20:29:05.1622646Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:29:05.1622978Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:29:05.1623286Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:29:05.1623585Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:29:05.1623857Z Suggested packages:
2025-08-20T20:29:05.1624024Z   scons-doc
2025-08-20T20:29:05.1826788Z The following NEW packages will be installed:
2025-08-20T20:29:05.1834368Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:29:05.3589241Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:05.3589624Z Need to get 17.8 MB of archives.
2025-08-20T20:29:05.3589927Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:29:05.3590425Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:29:05.4625718Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:29:05.4795023Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:29:05.6271323Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:29:05.6473787Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:29:05.9308184Z Fetched 17.8 MB in 0s (39.3 MB/s)
2025-08-20T20:29:06.1161312Z Selecting previously unselected package autopoint.
2025-08-20T20:29:06.1194795Z (Reading database ... 
2025-08-20T20:29:06.1195029Z (Reading database ... 5%
2025-08-20T20:29:06.1195226Z (Reading database ... 10%
2025-08-20T20:29:06.1195425Z (Reading database ... 15%
2025-08-20T20:29:06.1195650Z (Reading database ... 20%
2025-08-20T20:29:06.1195842Z (Reading database ... 25%
2025-08-20T20:29:06.1196070Z (Reading database ... 30%
2025-08-20T20:29:06.1196263Z (Reading database ... 35%
2025-08-20T20:29:06.1196455Z (Reading database ... 40%
2025-08-20T20:29:06.1196650Z (Reading database ... 45%
2025-08-20T20:29:06.1196842Z (Reading database ... 50%
2025-08-20T20:29:06.1220011Z (Reading database ... 55%
2025-08-20T20:29:06.1310575Z (Reading database ... 60%
2025-08-20T20:29:06.1352738Z (Reading database ... 65%
2025-08-20T20:29:06.1368049Z (Reading database ... 70%
2025-08-20T20:29:06.1388418Z (Reading database ... 75%
2025-08-20T20:29:06.1527039Z (Reading database ... 80%
2025-08-20T20:29:06.1608397Z (Reading database ... 85%
2025-08-20T20:29:06.1636004Z (Reading database ... 90%
2025-08-20T20:29:06.1734303Z (Reading database ... 95%
2025-08-20T20:29:06.1734531Z (Reading database ... 100%
2025-08-20T20:29:06.1735111Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:29:06.1775325Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:29:06.1861323Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:29:06.2787877Z Selecting previously unselected package clang.
2025-08-20T20:29:06.2974511Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:29:06.3071439Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:29:06.3790681Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:29:06.3971168Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:29:06.4081483Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:29:07.4856911Z Selecting previously unselected package scons.
2025-08-20T20:29:07.5043984Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:29:07.5135308Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:29:07.6256022Z Selecting previously unselected package byacc.
2025-08-20T20:29:07.6433275Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:29:07.6592207Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:29:07.7541286Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:29:07.8151456Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:29:07.8491278Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:29:07.9095299Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:29:08.2954005Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:29:08.3236044Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:09.6506325Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:29:11.0223687Z Reading package lists...
2025-08-20T20:29:11.2697959Z Building dependency tree...
2025-08-20T20:29:11.2706883Z Reading state information...
2025-08-20T20:29:11.5433333Z The following additional packages will be installed:
2025-08-20T20:29:11.5433756Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:29:11.5434102Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:29:11.5434525Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:29:11.5435016Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:29:11.5435457Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:29:11.5435878Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:29:11.5436324Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:29:11.5437395Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:29:11.5438110Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:29:11.5448995Z Suggested packages:
2025-08-20T20:29:11.5449314Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:29:11.5449705Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:29:11.5450110Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:29:11.5450651Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:29:11.5451038Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:29:11.5451445Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:29:11.5451903Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:29:11.5452502Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:29:11.5452880Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:29:11.5453090Z Recommended packages:
2025-08-20T20:29:11.5453370Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:29:11.5453798Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:29:11.5454187Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:29:11.5454542Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:29:11.5454858Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:29:11.5646557Z The following NEW packages will be installed:
2025-08-20T20:29:11.5647343Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:29:11.5647757Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:29:11.5650355Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:29:11.5650838Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:29:11.5651295Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:29:11.5651718Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:29:11.5652266Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:29:11.5652822Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:29:11.5655008Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:29:11.6236413Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:11.6436044Z Need to get 2409 kB of archives.
2025-08-20T20:29:11.6436868Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:29:11.6437387Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:29:11.6590896Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:29:11.6792336Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:29:11.7127961Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:29:11.7300366Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:29:11.7488329Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:29:11.7697387Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:29:11.7873007Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:29:11.8053579Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:29:11.8238033Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:29:11.8427297Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:29:11.8614986Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:29:11.8794339Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:29:11.8980749Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:29:11.9170695Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:29:11.9409209Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:29:11.9589166Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:29:12.0637819Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:29:12.0813090Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:29:12.0983779Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:29:12.1152537Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:29:12.1483084Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:29:12.1675915Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:29:12.1844300Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:29:12.2012100Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:29:12.2180777Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:29:12.2347926Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:29:12.2531320Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:29:12.2712162Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:29:12.2882693Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:29:12.5867718Z Fetched 2409 kB in 1s (3293 kB/s)
2025-08-20T20:29:12.6235385Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:29:12.6269376Z (Reading database ... 
2025-08-20T20:29:12.6269594Z (Reading database ... 5%
2025-08-20T20:29:12.6269791Z (Reading database ... 10%
2025-08-20T20:29:12.6270026Z (Reading database ... 15%
2025-08-20T20:29:12.6270217Z (Reading database ... 20%
2025-08-20T20:29:12.6270430Z (Reading database ... 25%
2025-08-20T20:29:12.6270625Z (Reading database ... 30%
2025-08-20T20:29:12.6270819Z (Reading database ... 35%
2025-08-20T20:29:12.6271007Z (Reading database ... 40%
2025-08-20T20:29:12.6271197Z (Reading database ... 45%
2025-08-20T20:29:12.6271386Z (Reading database ... 50%
2025-08-20T20:29:12.6295524Z (Reading database ... 55%
2025-08-20T20:29:12.6389890Z (Reading database ... 60%
2025-08-20T20:29:12.6434887Z (Reading database ... 65%
2025-08-20T20:29:12.6450626Z (Reading database ... 70%
2025-08-20T20:29:12.6473021Z (Reading database ... 75%
2025-08-20T20:29:12.6610737Z (Reading database ... 80%
2025-08-20T20:29:12.6693977Z (Reading database ... 85%
2025-08-20T20:29:12.6722702Z (Reading database ... 90%
2025-08-20T20:29:12.6817167Z (Reading database ... 95%
2025-08-20T20:29:12.6817418Z (Reading database ... 100%
2025-08-20T20:29:12.6818213Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:29:12.6856756Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:29:12.6943992Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:29:12.7692569Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:29:12.7869716Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:29:12.8128808Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:29:12.8949571Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:29:12.9136605Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:29:12.9258800Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:29:13.0104836Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:29:13.0303293Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:29:13.0392630Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:29:13.1152112Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:29:13.1334700Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:29:13.1424212Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:29:13.2065566Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:29:13.2242631Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:29:13.2378733Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:29:13.3139074Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:29:13.3315227Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:29:13.3411121Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:29:13.4185771Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:29:13.4359323Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:29:13.4480806Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:29:13.5110531Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:29:13.5297428Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:29:13.5390210Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:29:13.6137070Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:29:13.6325487Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:29:13.6416545Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:29:13.7072741Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:29:13.7253811Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:29:13.7407661Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:29:13.8137914Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:29:13.8318261Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:29:13.8405366Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:29:13.9049491Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:29:13.9221199Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:29:13.9316463Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:29:14.0007881Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:29:14.0196331Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:29:14.0283267Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:29:14.0905091Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:29:14.1097932Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:29:14.1281146Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:29:14.1985051Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:29:14.2169713Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:29:14.2266268Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:29:14.3019194Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:29:14.3194647Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:29:14.3303066Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:29:14.4036538Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:29:14.4209455Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:29:14.4314546Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:29:14.4989864Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:29:14.5165690Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:29:14.5252098Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:29:14.5976688Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:29:14.6166907Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:29:14.6253511Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:29:14.7113920Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:29:14.7303494Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:29:14.7391172Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:29:14.8261343Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:29:14.8443984Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:29:14.8561645Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:29:14.9284844Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:29:14.9458960Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:29:14.9551161Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:29:15.0207746Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:29:15.0382453Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:29:15.0503249Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:29:15.1207236Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:29:15.1399027Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:29:15.1535863Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:29:15.2226478Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:29:15.2412860Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:29:15.2511768Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:29:15.3169555Z Selecting previously unselected package libwww-perl.
2025-08-20T20:29:15.3354371Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:29:15.3439085Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:29:15.4168408Z Selecting previously unselected package patchutils.
2025-08-20T20:29:15.4344108Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:29:15.4437061Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:29:15.5122968Z Selecting previously unselected package wdiff.
2025-08-20T20:29:15.5307628Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:29:15.5394566Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:29:15.6486404Z Selecting previously unselected package devscripts.
2025-08-20T20:29:15.6681796Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:29:15.7864146Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:29:15.9803024Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:29:16.0066702Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:29:16.0309966Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:29:16.0547132Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:29:16.0814517Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:29:16.1046652Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:29:16.1297864Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:29:16.1652443Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:29:16.1892462Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:29:16.2139543Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:29:16.2399823Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:29:16.2678144Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:29:16.2947758Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:29:16.3223830Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:29:16.3476870Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:29:16.3719144Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:29:16.4025998Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:29:16.4310801Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:29:16.4623245Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:29:16.4880147Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:29:16.5124883Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:29:16.5399912Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:29:16.5639162Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:29:16.5982184Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:29:16.6210085Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:29:16.6463396Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:29:16.6720845Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:29:16.6975400Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:29:16.7241120Z Setting up devscripts (2.23.7) ...
2025-08-20T20:29:16.8720311Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:29:16.9007121Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:18.8353387Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:29:20.2628600Z Reading package lists...
2025-08-20T20:29:20.5035147Z Building dependency tree...
2025-08-20T20:29:20.5043429Z Reading state information...
2025-08-20T20:29:20.7751822Z The following additional packages will be installed:
2025-08-20T20:29:20.7759034Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:29:20.7767452Z Suggested packages:
2025-08-20T20:29:20.7767660Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:29:20.7936829Z The following NEW packages will be installed:
2025-08-20T20:29:20.7945558Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:29:20.9844555Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:20.9844911Z Need to get 12.7 MB of archives.
2025-08-20T20:29:20.9845229Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:29:20.9845742Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:29:21.2950178Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:29:21.4920489Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:29:21.9463747Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:29:22.9935802Z Fetched 12.7 MB in 2s (6631 kB/s)
2025-08-20T20:29:23.0349647Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:29:23.0383770Z (Reading database ... 
2025-08-20T20:29:23.0384360Z (Reading database ... 5%
2025-08-20T20:29:23.0384614Z (Reading database ... 10%
2025-08-20T20:29:23.0384814Z (Reading database ... 15%
2025-08-20T20:29:23.0385009Z (Reading database ... 20%
2025-08-20T20:29:23.0385201Z (Reading database ... 25%
2025-08-20T20:29:23.0385397Z (Reading database ... 30%
2025-08-20T20:29:23.0385990Z (Reading database ... 35%
2025-08-20T20:29:23.0386183Z (Reading database ... 40%
2025-08-20T20:29:23.0386371Z (Reading database ... 45%
2025-08-20T20:29:23.0386565Z (Reading database ... 50%
2025-08-20T20:29:23.0408439Z (Reading database ... 55%
2025-08-20T20:29:23.0508263Z (Reading database ... 60%
2025-08-20T20:29:23.0556125Z (Reading database ... 65%
2025-08-20T20:29:23.0572920Z (Reading database ... 70%
2025-08-20T20:29:23.0606125Z (Reading database ... 75%
2025-08-20T20:29:23.0743280Z (Reading database ... 80%
2025-08-20T20:29:23.0827422Z (Reading database ... 85%
2025-08-20T20:29:23.0857394Z (Reading database ... 90%
2025-08-20T20:29:23.0964428Z (Reading database ... 95%
2025-08-20T20:29:23.0964659Z (Reading database ... 100%
2025-08-20T20:29:23.0964951Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:29:23.1007347Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:29:23.1238742Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:29:23.2222162Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:29:23.2410811Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:29:23.2537378Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:29:23.3540368Z Selecting previously unselected package cmake-data.
2025-08-20T20:29:23.3726392Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:29:23.3862968Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:29:24.4182922Z Selecting previously unselected package cmake.
2025-08-20T20:29:24.4367640Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:29:24.4468699Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:29:24.7379705Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:29:24.7718742Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:29:24.8007857Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:29:24.8324333Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:29:24.8618491Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:26.3090685Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:29:27.6717421Z Reading package lists...
2025-08-20T20:29:27.9311723Z Building dependency tree...
2025-08-20T20:29:27.9321515Z Reading state information...
2025-08-20T20:29:28.2641346Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:29:28.2641745Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:29:28.2642167Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:29:28.2642867Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:28.2643191Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:29:28.2643504Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:29:28.2643850Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:28.2644152Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:29:28.2644466Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:29:28.2644765Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:29:28.2645057Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:29:28.2645338Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:29:28.2645674Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:29:28.2646028Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:29:28.2646330Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:29:28.2646637Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:29:28.2646957Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:29:28.2647265Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:29:28.2647538Z musl is already the newest version (1.2.4-2).
2025-08-20T20:29:28.2647811Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:29:28.2648096Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:29:28.2648655Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:29:28.2648998Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:29:28.2649297Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:29:28.2649595Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:29:28.2848372Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:28.2848713Z Reading package lists...
2025-08-20T20:29:28.5369643Z Building dependency tree...
2025-08-20T20:29:28.5378707Z Reading state information...
2025-08-20T20:29:28.8503308Z autoconf is already the newest version (2.71-3).
2025-08-20T20:29:28.8503686Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:29:28.8504037Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:29:28.8504362Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:28.8504738Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:29:28.8505081Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:29:28.8505413Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:29:28.8505725Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:28.8506037Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:29:28.8506332Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:29:28.8506626Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:29:28.8506930Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:29:28.8507276Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:29:28.8507593Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:29:28.8507911Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:29:28.8508225Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:29:28.8508560Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:29:28.8508923Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:29:28.8509272Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:29:28.8509567Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:29:28.8509868Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:29:28.8510201Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:28.8699705Z Reading package lists...
2025-08-20T20:29:29.1277750Z Building dependency tree...
2025-08-20T20:29:29.1286101Z Reading state information...
2025-08-20T20:29:29.4755841Z devscripts is already the newest version (2.23.7).
2025-08-20T20:29:29.4756275Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:29.4963954Z Reading package lists...
2025-08-20T20:29:29.7554863Z Building dependency tree...
2025-08-20T20:29:29.7563956Z Reading state information...
2025-08-20T20:29:30.0900437Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:29:30.0900825Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:30.1109228Z Reading package lists...
2025-08-20T20:29:30.3695641Z Building dependency tree...
2025-08-20T20:29:30.3704002Z Reading state information...
2025-08-20T20:29:30.7107386Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:30.7618567Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:29:30.7618964Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:30.8100092Z Reading package lists...
2025-08-20T20:29:31.0753472Z Building dependency tree...
2025-08-20T20:29:31.0763001Z Reading state information...
2025-08-20T20:29:31.4966094Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:29:31.4966650Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:29:31.4967033Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:29:31.4967859Z The following additional packages will be installed:
2025-08-20T20:29:31.4968192Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:29:31.4968605Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:29:31.4969054Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:29:31.4969446Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:29:31.4969834Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:29:31.4970275Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:29:31.4970679Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:29:31.4971086Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:29:31.4971463Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:29:31.4971860Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:29:31.4972452Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:29:31.4973531Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:29:31.4973904Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:29:31.4974343Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:29:31.4974689Z   linux-libc-dev-armhf-cross
2025-08-20T20:29:31.4986915Z Suggested packages:
2025-08-20T20:29:31.4987286Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:29:31.4987665Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:29:31.5367469Z The following NEW packages will be installed:
2025-08-20T20:29:31.5367879Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:29:31.5368281Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:29:31.5368777Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:29:31.5369209Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:29:31.5369586Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:29:31.5369976Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:29:31.5370394Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:29:31.5370782Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:29:31.5371570Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:29:31.5372115Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:29:31.5372532Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:29:31.5373136Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:29:31.5373603Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:29:31.5374048Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:29:31.5376772Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:29:31.7465768Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:31.7466128Z Need to get 112 MB of archives.
2025-08-20T20:29:31.7466417Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:29:31.7467114Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:29:32.0118614Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:29:32.7573846Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:29:32.8418241Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:29:33.5175385Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:29:33.6019403Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:29:33.6863274Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:29:34.0304345Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:29:34.1152511Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:29:34.2000206Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:29:34.3722098Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:29:34.5408582Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:29:34.9181069Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:29:35.0064401Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:29:35.4890843Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:29:35.6658467Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:29:35.9257472Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:29:36.1808251Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:29:37.2046382Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:29:37.4595987Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:29:37.7148009Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:29:38.0527865Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:29:38.8222850Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:29:39.6053189Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:29:39.6901734Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:29:39.7749252Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:29:40.0284782Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:29:40.1136431Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:29:40.1991471Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:29:40.2834115Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:29:40.6366492Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:29:40.8098387Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:29:41.0634739Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:29:41.4011336Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:29:42.5200574Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:29:42.7734786Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:29:43.0284710Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:29:43.3674938Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:29:44.0461862Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:29:44.1306176Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:29:44.2152670Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:29:44.2995500Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:29:44.6153974Z Fetched 112 MB in 13s (8801 kB/s)
2025-08-20T20:29:44.6510079Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:29:44.6544687Z (Reading database ... 
2025-08-20T20:29:44.6544950Z (Reading database ... 5%
2025-08-20T20:29:44.6545157Z (Reading database ... 10%
2025-08-20T20:29:44.6545356Z (Reading database ... 15%
2025-08-20T20:29:44.6545555Z (Reading database ... 20%
2025-08-20T20:29:44.6545754Z (Reading database ... 25%
2025-08-20T20:29:44.6545949Z (Reading database ... 30%
2025-08-20T20:29:44.6546549Z (Reading database ... 35%
2025-08-20T20:29:44.6546763Z (Reading database ... 40%
2025-08-20T20:29:44.6546962Z (Reading database ... 45%
2025-08-20T20:29:44.6547157Z (Reading database ... 50%
2025-08-20T20:29:44.6570127Z (Reading database ... 55%
2025-08-20T20:29:44.6660798Z (Reading database ... 60%
2025-08-20T20:29:44.6706563Z (Reading database ... 65%
2025-08-20T20:29:44.6721817Z (Reading database ... 70%
2025-08-20T20:29:44.6753533Z (Reading database ... 75%
2025-08-20T20:29:44.6889717Z (Reading database ... 80%
2025-08-20T20:29:44.6978756Z (Reading database ... 85%
2025-08-20T20:29:44.7011896Z (Reading database ... 90%
2025-08-20T20:29:44.7135704Z (Reading database ... 95%
2025-08-20T20:29:44.7135966Z (Reading database ... 100%
2025-08-20T20:29:44.7136261Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:29:44.7180345Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:44.7324345Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:44.8076013Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:29:44.8273721Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:44.8403190Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:45.1431079Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:29:45.1629642Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:45.1720349Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:45.2555391Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:29:45.2755469Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:45.2991531Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:45.5612598Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:29:45.5802297Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:29:45.5927397Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:45.6694031Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:29:45.6902015Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:29:45.7015358Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:45.7791133Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:29:45.8000853Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:29:45.8223023Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:29:45.9611016Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:29:45.9804187Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:45.9883181Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.0586793Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:29:46.0776042Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.0858630Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.1588064Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:29:46.1786280Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:29:46.1873557Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:46.2898596Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:29:46.3099899Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.3194689Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.4078912Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:29:46.4271808Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.4370815Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.5270347Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:29:46.5455326Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.5538920Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.6345813Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:29:46.6537827Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.6637883Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.7932081Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:29:46.8120804Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.8207736Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:46.9168313Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:29:46.9359895Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:46.9461435Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:47.0432424Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:29:47.0628178Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:47.0708368Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:47.1803952Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:29:47.2002147Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:47.2119667Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:47.6160098Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:29:47.6336479Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:29:47.6441006Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:29:47.9258768Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:29:47.9449947Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:29:47.9536553Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:48.0820368Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:29:48.1001127Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:48.1086926Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:48.3493546Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:29:48.3693269Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:48.3834281Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:48.6751478Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:29:48.6933998Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:29:48.7050011Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:29:48.8358912Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:29:48.8552791Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:48.8641572Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:48.9296275Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:29:48.9500348Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:48.9581916Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.0298901Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:29:49.0492773Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:29:49.0576143Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:49.1637046Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:29:49.1820519Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.1912217Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.2594145Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:29:49.2802942Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.2910947Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.3687996Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:29:49.3884864Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.4018941Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.5010752Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:29:49.5203048Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.5289439Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.6649152Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:29:49.6832712Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.6924907Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.7811202Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:29:49.8002928Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.8129722Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:49.8958858Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:29:49.9152858Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:49.9308840Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:50.0448819Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:29:50.0640073Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:50.0746667Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:50.4953666Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:29:50.5164796Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:29:50.5246578Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:29:50.7816895Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:29:50.8012779Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:29:50.8110323Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:50.9469888Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:29:50.9672421Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:29:50.9769719Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:51.2497601Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:29:51.2701096Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:29:51.2834470Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:51.5596623Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:29:51.5792373Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:29:51.6017476Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:51.6608133Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:29:51.6801170Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:29:51.6986072Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:51.7601628Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:29:51.7785681Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:29:51.7867222Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:51.8598466Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:29:51.8786624Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:29:51.8870225Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:51.9853594Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:29:52.0183537Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:52.0419369Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.0697444Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.0935568Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.1189804Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:29:52.1420348Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.1678404Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:29:52.1928112Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:52.2180190Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.2621085Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.3026599Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:52.3252740Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:29:52.3516303Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.3748996Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.4039666Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.4283886Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.4548203Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.4862272Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.5097759Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.5342105Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:29:52.5584711Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.5854371Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.6126296Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:52.6457256Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.6704612Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.6927828Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.7169613Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:52.7386843Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.7637542Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.7873191Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.8105159Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.8341419Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.8593472Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.8881733Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:52.9155280Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.9496345Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:52.9757295Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:53.0042387Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:29:53.0339241Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:53.0609220Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:29:53.0858338Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:29:53.1155838Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:29:53.1244828Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:29:53.1469432Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:54.6097002Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:29:56.0374744Z Reading package lists...
2025-08-20T20:29:56.2976940Z Building dependency tree...
2025-08-20T20:29:56.2986937Z Reading state information...
2025-08-20T20:29:56.6051096Z The following additional packages will be installed:
2025-08-20T20:29:56.6053711Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:29:56.6056858Z   libpcap0.8-dev
2025-08-20T20:29:56.6363183Z The following NEW packages will be installed:
2025-08-20T20:29:56.6363652Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:29:56.6369385Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:29:56.6613047Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:29:56.8554093Z Need to get 1640 kB of archives.
2025-08-20T20:29:56.8554485Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:29:56.8555092Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:29:57.2915740Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:29:57.4072284Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:29:57.5232588Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:29:57.7160448Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:29:58.0159456Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:29:58.1925226Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:29:58.2768682Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:29:58.5686981Z Fetched 1640 kB in 2s (1022 kB/s)
2025-08-20T20:29:58.6176424Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:29:58.6213238Z (Reading database ... 
2025-08-20T20:29:58.6213583Z (Reading database ... 5%
2025-08-20T20:29:58.6213798Z (Reading database ... 10%
2025-08-20T20:29:58.6214071Z (Reading database ... 15%
2025-08-20T20:29:58.6214284Z (Reading database ... 20%
2025-08-20T20:29:58.6214601Z (Reading database ... 25%
2025-08-20T20:29:58.6214849Z (Reading database ... 30%
2025-08-20T20:29:58.6215524Z (Reading database ... 35%
2025-08-20T20:29:58.6215825Z (Reading database ... 40%
2025-08-20T20:29:58.6216092Z (Reading database ... 45%
2025-08-20T20:29:58.6216349Z (Reading database ... 50%
2025-08-20T20:29:58.6240513Z (Reading database ... 55%
2025-08-20T20:29:58.6340273Z (Reading database ... 60%
2025-08-20T20:29:58.6384789Z (Reading database ... 65%
2025-08-20T20:29:58.6403128Z (Reading database ... 70%
2025-08-20T20:29:58.6438027Z (Reading database ... 75%
2025-08-20T20:29:58.6592476Z (Reading database ... 80%
2025-08-20T20:29:58.6687604Z (Reading database ... 85%
2025-08-20T20:29:58.6726185Z (Reading database ... 90%
2025-08-20T20:29:58.6862960Z (Reading database ... 95%
2025-08-20T20:29:58.6863185Z (Reading database ... 100%
2025-08-20T20:29:58.6863479Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:29:58.6910448Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:29:58.7040828Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:29:58.8067297Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:29:58.8253790Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:29:58.8476386Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:29:58.9635463Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:29:58.9841417Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:29:58.9961479Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:29:59.0793825Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:29:59.0992741Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:29:59.1081467Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:29:59.1859042Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:29:59.2054183Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:29:59.2163577Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:29:59.3223663Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:29:59.3418980Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:29:59.3537841Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:29:59.4240130Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:29:59.4436234Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:29:59.4532463Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:29:59.5665800Z Selecting previously unselected package pcaputils.
2025-08-20T20:29:59.5875839Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:29:59.5980514Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:29:59.7178226Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:29:59.7524268Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:29:59.9050410Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:29:59.9324111Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:29:59.9741106Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:30:00.3184699Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:30:00.3597942Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:30:00.3901282Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:30:00.4282763Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:02.1702944Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:30:02.2310662Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:02.2607354Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:03.7203146Z Reading package lists...
2025-08-20T20:30:03.9792676Z Building dependency tree...
2025-08-20T20:30:03.9801605Z Reading state information...
2025-08-20T20:30:04.0285260Z Reading package lists...
2025-08-20T20:30:04.2842513Z Building dependency tree...
2025-08-20T20:30:04.2852016Z Reading state information...
2025-08-20T20:30:04.5807384Z The following additional packages will be installed:
2025-08-20T20:30:04.5812331Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:30:04.5820268Z Suggested packages:
2025-08-20T20:30:04.5820570Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:30:04.5820930Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:30:04.6017976Z The following NEW packages will be installed:
2025-08-20T20:30:04.6018705Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:30:04.6023920Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:30:04.6561271Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:30:04.6561633Z Need to get 801 kB of archives.
2025-08-20T20:30:04.6562188Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:30:04.6562742Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:30:04.6979332Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:30:04.7323095Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:30:04.7896110Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:30:04.8076738Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:30:04.8247604Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:30:04.8459886Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:30:04.8628892Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:30:04.8802487Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:30:05.1678043Z Fetched 801 kB in 0s (2991 kB/s)
2025-08-20T20:30:05.2096797Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:30:05.2132890Z (Reading database ... 
2025-08-20T20:30:05.2133105Z (Reading database ... 5%
2025-08-20T20:30:05.2133306Z (Reading database ... 10%
2025-08-20T20:30:05.2133619Z (Reading database ... 15%
2025-08-20T20:30:05.2133817Z (Reading database ... 20%
2025-08-20T20:30:05.2134008Z (Reading database ... 25%
2025-08-20T20:30:05.2134214Z (Reading database ... 30%
2025-08-20T20:30:05.2134404Z (Reading database ... 35%
2025-08-20T20:30:05.2134593Z (Reading database ... 40%
2025-08-20T20:30:05.2134789Z (Reading database ... 45%
2025-08-20T20:30:05.2134982Z (Reading database ... 50%
2025-08-20T20:30:05.2158937Z (Reading database ... 55%
2025-08-20T20:30:05.2253562Z (Reading database ... 60%
2025-08-20T20:30:05.2295316Z (Reading database ... 65%
2025-08-20T20:30:05.2314313Z (Reading database ... 70%
2025-08-20T20:30:05.2341419Z (Reading database ... 75%
2025-08-20T20:30:05.2482194Z (Reading database ... 80%
2025-08-20T20:30:05.2569689Z (Reading database ... 85%
2025-08-20T20:30:05.2611201Z (Reading database ... 90%
2025-08-20T20:30:05.2730261Z (Reading database ... 95%
2025-08-20T20:30:05.2730487Z (Reading database ... 100%
2025-08-20T20:30:05.2730777Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:30:05.2773947Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:30:05.3001670Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:30:05.4470601Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:30:05.4671004Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:30:05.4755662Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:30:05.5502780Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:30:05.5702922Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:30:05.5800828Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:30:05.6817044Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:30:05.7008046Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:30:05.7092147Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:30:05.7825457Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:30:05.8010536Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:30:05.8098977Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:30:05.8770528Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:30:05.8975313Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:30:05.9062571Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:30:05.9832934Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:30:06.0024560Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:30:06.0147367Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:30:06.0982879Z Selecting previously unselected package lzma.
2025-08-20T20:30:06.1175867Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:30:06.1270842Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:30:06.2067873Z Selecting previously unselected package lzma-dev.
2025-08-20T20:30:06.2260218Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:30:06.2350646Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:30:06.3289604Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:30:06.3588170Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:30:06.3881755Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:30:06.4197003Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:30:06.4480697Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:30:06.4690948Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:30:06.4858156Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:30:06.5195119Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:30:06.5518152Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:30:06.5826574Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:30:06.6176220Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:30:06.6592835Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:08.0960460Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:30:09.7857250Z Reading package lists...
2025-08-20T20:30:10.0562999Z Building dependency tree...
2025-08-20T20:30:10.0571823Z Reading state information...
2025-08-20T20:30:10.5411280Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:30:10.5411742Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:30:10.5412206Z inetutils-telnet set to manually installed.
2025-08-20T20:30:10.5412510Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:30:10.5412837Z The following additional packages will be installed:
2025-08-20T20:30:10.5413148Z   tcpd update-inetd
2025-08-20T20:30:10.5652145Z The following packages will be REMOVED:
2025-08-20T20:30:10.5664720Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:30:10.5666408Z The following NEW packages will be installed:
2025-08-20T20:30:10.5666771Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:30:10.5667175Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:30:10.5676363Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:30:10.7824109Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:30:10.7824830Z Need to get 691 kB of archives.
2025-08-20T20:30:10.7825103Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:30:10.7825623Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:30:11.0632335Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:30:11.1683950Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:30:11.2734972Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:30:11.3977199Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:30:11.5567581Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:30:11.6869031Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:30:11.8074937Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:30:11.9174912Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:30:12.0218763Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:30:12.1409692Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:30:12.3559074Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:30:12.6365007Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:30:12.9314862Z Preconfiguring packages ...
2025-08-20T20:30:13.0624344Z Fetched 691 kB in 2s (330 kB/s)
2025-08-20T20:30:13.0876287Z (Reading database ... 
2025-08-20T20:30:13.0876555Z (Reading database ... 5%
2025-08-20T20:30:13.0876753Z (Reading database ... 10%
2025-08-20T20:30:13.0876950Z (Reading database ... 15%
2025-08-20T20:30:13.0877143Z (Reading database ... 20%
2025-08-20T20:30:13.0877336Z (Reading database ... 25%
2025-08-20T20:30:13.0877527Z (Reading database ... 30%
2025-08-20T20:30:13.0877733Z (Reading database ... 35%
2025-08-20T20:30:13.0877930Z (Reading database ... 40%
2025-08-20T20:30:13.0878124Z (Reading database ... 45%
2025-08-20T20:30:13.0878315Z (Reading database ... 50%
2025-08-20T20:30:13.0900840Z (Reading database ... 55%
2025-08-20T20:30:13.1000723Z (Reading database ... 60%
2025-08-20T20:30:13.1050287Z (Reading database ... 65%
2025-08-20T20:30:13.1068598Z (Reading database ... 70%
2025-08-20T20:30:13.1105598Z (Reading database ... 75%
2025-08-20T20:30:13.1267827Z (Reading database ... 80%
2025-08-20T20:30:13.1373152Z (Reading database ... 85%
2025-08-20T20:30:13.1419540Z (Reading database ... 90%
2025-08-20T20:30:13.1562936Z (Reading database ... 95%
2025-08-20T20:30:13.1563183Z (Reading database ... 100%
2025-08-20T20:30:13.1563476Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:30:13.1610993Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:30:13.2627999Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:30:13.3717054Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:30:13.7744107Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:30:13.7783064Z (Reading database ... 
2025-08-20T20:30:13.7783350Z (Reading database ... 5%
2025-08-20T20:30:13.7783556Z (Reading database ... 10%
2025-08-20T20:30:13.7783753Z (Reading database ... 15%
2025-08-20T20:30:13.7783950Z (Reading database ... 20%
2025-08-20T20:30:13.7784147Z (Reading database ... 25%
2025-08-20T20:30:13.7784341Z (Reading database ... 30%
2025-08-20T20:30:13.7784538Z (Reading database ... 35%
2025-08-20T20:30:13.7784730Z (Reading database ... 40%
2025-08-20T20:30:13.7785383Z (Reading database ... 45%
2025-08-20T20:30:13.7785603Z (Reading database ... 50%
2025-08-20T20:30:13.7807952Z (Reading database ... 55%
2025-08-20T20:30:13.7914238Z (Reading database ... 60%
2025-08-20T20:30:13.7970060Z (Reading database ... 65%
2025-08-20T20:30:13.7988774Z (Reading database ... 70%
2025-08-20T20:30:13.8027153Z (Reading database ... 75%
2025-08-20T20:30:13.8192436Z (Reading database ... 80%
2025-08-20T20:30:13.8301039Z (Reading database ... 85%
2025-08-20T20:30:13.8348959Z (Reading database ... 90%
2025-08-20T20:30:13.8491525Z (Reading database ... 95%
2025-08-20T20:30:13.8491804Z (Reading database ... 100%
2025-08-20T20:30:13.8492295Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:30:13.8539614Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:13.8696955Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:13.9509881Z Selecting previously unselected package tcpd.
2025-08-20T20:30:13.9705769Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:30:13.9788460Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:30:14.0653905Z Selecting previously unselected package update-inetd.
2025-08-20T20:30:14.0854535Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:30:14.0943549Z Unpacking update-inetd (4.53) ...
2025-08-20T20:30:14.1910685Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:30:14.2116735Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.2252575Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.3151562Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:30:14.3346489Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.3438944Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.4497120Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:30:14.4691802Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.4787031Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.5685760Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:30:14.5887249Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.5992935Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.6888239Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:30:14.7093464Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.7179942Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.7990538Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:30:14.8187764Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.8275109Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:14.9174520Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:30:14.9365109Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:14.9453810Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:15.0163738Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:30:15.0351475Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:15.0439572Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:30:15.1241223Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:30:15.1448737Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:30:15.1536947Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:30:15.2349612Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:30:15.2549005Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:30:15.2647135Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:30:15.4343516Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:30:15.4714656Z Setting up update-inetd (4.53) ...
2025-08-20T20:30:15.5817791Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:30:15.6044731Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:30:15.6216042Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:15.9966770Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:30:15.9967217Z 
2025-08-20T20:30:15.9967362Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:30:15.9967552Z 
2025-08-20T20:30:15.9967956Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:30:15.9968325Z 
2025-08-20T20:30:15.9968828Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:30:15.9969315Z 
2025-08-20T20:30:16.2477526Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:30:16.2827737Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:30:16.3045540Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:30:16.3230695Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:30:16.3555059Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:30:16.3854105Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:30:16.4410243Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:16.7887915Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:30:16.7888341Z 
2025-08-20T20:30:16.7888952Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:30:16.7889482Z 
2025-08-20T20:30:17.0478291Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:17.1799466Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:17.2927658Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:30:17.3778993Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:20.8528123Z Reading package lists...
2025-08-20T20:30:21.1419772Z Building dependency tree...
2025-08-20T20:30:21.1428568Z Reading state information...
2025-08-20T20:30:21.7193646Z The following packages will be REMOVED:
2025-08-20T20:30:21.7205859Z   inetutils-ping
2025-08-20T20:30:21.7207575Z The following NEW packages will be installed:
2025-08-20T20:30:21.7216949Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:30:21.7223036Z The following packages will be upgraded:
2025-08-20T20:30:21.7231059Z   iputils-tracepath
2025-08-20T20:30:21.9490595Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:30:21.9490949Z Need to get 84.5 kB of archives.
2025-08-20T20:30:21.9491245Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:30:21.9491847Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:30:22.2009528Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:30:22.2965326Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:30:22.3952283Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:30:22.7518467Z Fetched 84.5 kB in 1s (126 kB/s)
2025-08-20T20:30:22.7768481Z (Reading database ... 
2025-08-20T20:30:22.7768796Z (Reading database ... 5%
2025-08-20T20:30:22.7769001Z (Reading database ... 10%
2025-08-20T20:30:22.7769209Z (Reading database ... 15%
2025-08-20T20:30:22.7769411Z (Reading database ... 20%
2025-08-20T20:30:22.7769607Z (Reading database ... 25%
2025-08-20T20:30:22.7770517Z (Reading database ... 30%
2025-08-20T20:30:22.7771234Z (Reading database ... 35%
2025-08-20T20:30:22.7771458Z (Reading database ... 40%
2025-08-20T20:30:22.7771663Z (Reading database ... 45%
2025-08-20T20:30:22.7771861Z (Reading database ... 50%
2025-08-20T20:30:22.7795329Z (Reading database ... 55%
2025-08-20T20:30:22.7904905Z (Reading database ... 60%
2025-08-20T20:30:22.7958978Z (Reading database ... 65%
2025-08-20T20:30:22.7981384Z (Reading database ... 70%
2025-08-20T20:30:22.8017569Z (Reading database ... 75%
2025-08-20T20:30:22.8189532Z (Reading database ... 80%
2025-08-20T20:30:22.8296766Z (Reading database ... 85%
2025-08-20T20:30:22.8356827Z (Reading database ... 90%
2025-08-20T20:30:22.8486872Z (Reading database ... 95%
2025-08-20T20:30:22.8487105Z (Reading database ... 100%
2025-08-20T20:30:22.8487400Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:30:22.8535122Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:30:22.9989245Z Selecting previously unselected package iputils-ping.
2025-08-20T20:30:23.0027107Z (Reading database ... 
2025-08-20T20:30:23.0027413Z (Reading database ... 5%
2025-08-20T20:30:23.0027639Z (Reading database ... 10%
2025-08-20T20:30:23.0027835Z (Reading database ... 15%
2025-08-20T20:30:23.0028029Z (Reading database ... 20%
2025-08-20T20:30:23.0028223Z (Reading database ... 25%
2025-08-20T20:30:23.0028804Z (Reading database ... 30%
2025-08-20T20:30:23.0028996Z (Reading database ... 35%
2025-08-20T20:30:23.0029189Z (Reading database ... 40%
2025-08-20T20:30:23.0029382Z (Reading database ... 45%
2025-08-20T20:30:23.0029568Z (Reading database ... 50%
2025-08-20T20:30:23.0051632Z (Reading database ... 55%
2025-08-20T20:30:23.0149862Z (Reading database ... 60%
2025-08-20T20:30:23.0197478Z (Reading database ... 65%
2025-08-20T20:30:23.0217953Z (Reading database ... 70%
2025-08-20T20:30:23.0249995Z (Reading database ... 75%
2025-08-20T20:30:23.0407284Z (Reading database ... 80%
2025-08-20T20:30:23.0508129Z (Reading database ... 85%
2025-08-20T20:30:23.0553614Z (Reading database ... 90%
2025-08-20T20:30:23.0691480Z (Reading database ... 95%
2025-08-20T20:30:23.0691724Z (Reading database ... 100%
2025-08-20T20:30:23.0692218Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:30:23.0737796Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:30:23.0829722Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.1857008Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:30:23.2244234Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:30:23.3172573Z Selecting previously unselected package iputils-arping.
2025-08-20T20:30:23.3376347Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:30:23.3458430Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.4281333Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:30:23.4473001Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:30:23.4581602Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.5524350Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.6022685Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.6421328Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.6815995Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:30:23.7068629Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:26.8642177Z Reading package lists...
2025-08-20T20:30:27.1367912Z Building dependency tree...
2025-08-20T20:30:27.1378423Z Reading state information...
2025-08-20T20:30:27.5033221Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:30:27.5405972Z The following packages will be upgraded:
2025-08-20T20:30:27.5406304Z   python3-pip python3-pip-whl
2025-08-20T20:30:27.5638520Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:30:27.7560848Z Need to get 3020 kB of archives.
2025-08-20T20:30:27.7561245Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:30:27.7561825Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:30:28.4219761Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:30:28.9470949Z Fetched 3020 kB in 1s (2815 kB/s)
2025-08-20T20:30:28.9947850Z (Reading database ... 
2025-08-20T20:30:28.9948125Z (Reading database ... 5%
2025-08-20T20:30:28.9948329Z (Reading database ... 10%
2025-08-20T20:30:28.9948534Z (Reading database ... 15%
2025-08-20T20:30:28.9948727Z (Reading database ... 20%
2025-08-20T20:30:28.9948921Z (Reading database ... 25%
2025-08-20T20:30:28.9949113Z (Reading database ... 30%
2025-08-20T20:30:28.9949303Z (Reading database ... 35%
2025-08-20T20:30:28.9949534Z (Reading database ... 40%
2025-08-20T20:30:28.9949732Z (Reading database ... 45%
2025-08-20T20:30:28.9949928Z (Reading database ... 50%
2025-08-20T20:30:28.9972081Z (Reading database ... 55%
2025-08-20T20:30:29.0069638Z (Reading database ... 60%
2025-08-20T20:30:29.0113625Z (Reading database ... 65%
2025-08-20T20:30:29.0133146Z (Reading database ... 70%
2025-08-20T20:30:29.0162568Z (Reading database ... 75%
2025-08-20T20:30:29.0300878Z (Reading database ... 80%
2025-08-20T20:30:29.0388360Z (Reading database ... 85%
2025-08-20T20:30:29.0427543Z (Reading database ... 90%
2025-08-20T20:30:29.0547382Z (Reading database ... 95%
2025-08-20T20:30:29.0547601Z (Reading database ... 100%
2025-08-20T20:30:29.0547931Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:30:29.0593796Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:30:29.2729470Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:30:29.4780736Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:30:29.5042527Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:30:29.6247868Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:30:29.6530911Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:30:30.6218909Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:34.0250158Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:30:34.3289578Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:30:35.4271446Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:30:35.5472774Z Collecting pip
2025-08-20T20:30:35.5984486Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:30:35.6223026Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:30:35.7510802Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.0 MB/s eta 0:00:00
2025-08-20T20:30:36.0329110Z Installing collected packages: pip
2025-08-20T20:30:36.7111801Z Successfully installed pip-25.2
2025-08-20T20:30:36.9276244Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:30:36.9770932Z Reading package lists...
2025-08-20T20:30:37.2538931Z Building dependency tree...
2025-08-20T20:30:37.2549259Z Reading state information...
2025-08-20T20:30:37.6537450Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:30:37.6537852Z pciutils set to manually installed.
2025-08-20T20:30:37.6538141Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:30:37.6538477Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:30:37.6538767Z python3-distro set to manually installed.
2025-08-20T20:30:37.6539087Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:30:37.6539416Z python3-netifaces set to manually installed.
2025-08-20T20:30:37.6540192Z The following additional packages will be installed:
2025-08-20T20:30:37.6540513Z   libsysfs2
2025-08-20T20:30:37.6550193Z Suggested packages:
2025-08-20T20:30:37.6932289Z   fancontrol read-edid i2c-tools
2025-08-20T20:30:37.6932634Z The following NEW packages will be installed:
2025-08-20T20:30:37.6934659Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:30:37.7222364Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:30:37.7843014Z Need to get 133 kB of archives.
2025-08-20T20:30:37.7843397Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:30:37.7843904Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:30:37.8187219Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:30:37.8400125Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:30:37.8864037Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:30:38.1831170Z Fetched 133 kB in 0s (890 kB/s)
2025-08-20T20:30:38.2309982Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:30:38.2347193Z (Reading database ... 
2025-08-20T20:30:38.2347405Z (Reading database ... 5%
2025-08-20T20:30:38.2347974Z (Reading database ... 10%
2025-08-20T20:30:38.2348196Z (Reading database ... 15%
2025-08-20T20:30:38.2348395Z (Reading database ... 20%
2025-08-20T20:30:38.2348589Z (Reading database ... 25%
2025-08-20T20:30:38.2348782Z (Reading database ... 30%
2025-08-20T20:30:38.2348970Z (Reading database ... 35%
2025-08-20T20:30:38.2349164Z (Reading database ... 40%
2025-08-20T20:30:38.2349353Z (Reading database ... 45%
2025-08-20T20:30:38.2349549Z (Reading database ... 50%
2025-08-20T20:30:38.2373545Z (Reading database ... 55%
2025-08-20T20:30:38.2472392Z (Reading database ... 60%
2025-08-20T20:30:38.2521340Z (Reading database ... 65%
2025-08-20T20:30:38.2542525Z (Reading database ... 70%
2025-08-20T20:30:38.2574542Z (Reading database ... 75%
2025-08-20T20:30:38.2729735Z (Reading database ... 80%
2025-08-20T20:30:38.2826031Z (Reading database ... 85%
2025-08-20T20:30:38.2869001Z (Reading database ... 90%
2025-08-20T20:30:38.2998265Z (Reading database ... 95%
2025-08-20T20:30:38.2998569Z (Reading database ... 100%
2025-08-20T20:30:38.2998867Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:30:38.3044181Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:30:38.3252478Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:30:38.4182364Z Selecting previously unselected package sysfsutils.
2025-08-20T20:30:38.4379169Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:30:38.4491200Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:30:38.5461467Z Selecting previously unselected package lm-sensors.
2025-08-20T20:30:38.5655468Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:30:38.5921439Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:30:38.6653033Z Selecting previously unselected package virt-what.
2025-08-20T20:30:38.6842163Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:30:38.6923333Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:30:38.7889457Z Setting up virt-what (1.25-2) ...
2025-08-20T20:30:38.8160601Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:30:38.8426317Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:30:39.1910731Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:30:39.1911130Z 
2025-08-20T20:30:39.1911593Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:30:39.1912220Z 
2025-08-20T20:30:39.4435652Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:30:39.7704151Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:30:39.7704672Z 
2025-08-20T20:30:39.7858144Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:41.5150859Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:30:43.2257422Z Reading package lists...
2025-08-20T20:30:43.5054012Z Building dependency tree...
2025-08-20T20:30:43.5063954Z Reading state information...
2025-08-20T20:30:43.9533130Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:30:43.9533514Z The following additional packages will be installed:
2025-08-20T20:30:43.9538643Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:30:43.9538998Z   xorg-sgml-doctools
2025-08-20T20:30:43.9547675Z Suggested packages:
2025-08-20T20:30:43.9547896Z   libxcb-doc
2025-08-20T20:30:43.9805744Z The following NEW packages will be installed:
2025-08-20T20:30:43.9807277Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:30:43.9810994Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:30:43.9811354Z   xcb xorg-sgml-doctools
2025-08-20T20:30:44.1791168Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:30:44.1791590Z Need to get 816 kB of archives.
2025-08-20T20:30:44.1792528Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:30:44.1793068Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:30:44.2634601Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:30:44.3568274Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:30:44.8467389Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:30:44.9318921Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:30:45.0180998Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:30:45.1102557Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:30:45.1955544Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:30:45.2798959Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:30:45.3644051Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:30:45.4494796Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:30:45.7626929Z Fetched 816 kB in 1s (560 kB/s)
2025-08-20T20:30:45.7991852Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:30:45.8037859Z (Reading database ... 
2025-08-20T20:30:45.8038119Z (Reading database ... 5%
2025-08-20T20:30:45.8038317Z (Reading database ... 10%
2025-08-20T20:30:45.8038508Z (Reading database ... 15%
2025-08-20T20:30:45.8038699Z (Reading database ... 20%
2025-08-20T20:30:45.8038891Z (Reading database ... 25%
2025-08-20T20:30:45.8039096Z (Reading database ... 30%
2025-08-20T20:30:45.8039285Z (Reading database ... 35%
2025-08-20T20:30:45.8039476Z (Reading database ... 40%
2025-08-20T20:30:45.8039671Z (Reading database ... 45%
2025-08-20T20:30:45.8039865Z (Reading database ... 50%
2025-08-20T20:30:45.8056519Z (Reading database ... 55%
2025-08-20T20:30:45.8162678Z (Reading database ... 60%
2025-08-20T20:30:45.8213044Z (Reading database ... 65%
2025-08-20T20:30:45.8234460Z (Reading database ... 70%
2025-08-20T20:30:45.8267270Z (Reading database ... 75%
2025-08-20T20:30:45.8425937Z (Reading database ... 80%
2025-08-20T20:30:45.8524729Z (Reading database ... 85%
2025-08-20T20:30:45.8574562Z (Reading database ... 90%
2025-08-20T20:30:45.8711006Z (Reading database ... 95%
2025-08-20T20:30:45.8711405Z (Reading database ... 100%
2025-08-20T20:30:45.8712437Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:30:45.8757603Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:30:45.8853591Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:30:45.9685737Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:30:45.9886609Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:30:45.9978364Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:30:46.0978147Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:30:46.1167236Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:30:46.1278071Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:30:46.2426367Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:30:46.2612375Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:30:46.2736286Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:30:46.3544966Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:30:46.3755157Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:30:46.3868273Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:30:46.4628492Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:30:46.4836627Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:30:46.4932510Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:46.5793691Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:30:46.5990974Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:30:46.6080627Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:46.7029996Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:30:46.7220868Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:30:46.7405211Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:46.8198023Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:30:46.8399465Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:30:46.8485058Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:46.9467081Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:30:46.9675346Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:30:46.9837936Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:47.0789845Z Selecting previously unselected package xcb.
2025-08-20T20:30:47.0994096Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:30:47.1120302Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:30:47.2179705Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:47.2426321Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:30:47.2679100Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:30:47.3202652Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:30:47.3540172Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:30:47.3996171Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:49.0506968Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:30:49.0880010Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:30:49.1194961Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:30:49.1499655Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:30:49.1791676Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:49.2057231Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:49.2335541Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:49.2602614Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:30:51.0763117Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:30:51.7200039Z Collecting build
2025-08-20T20:30:51.7663322Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:30:51.8768846Z Collecting cffi
2025-08-20T20:30:51.8847472Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:30:51.9220085Z Collecting scons
2025-08-20T20:30:51.9307020Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:30:51.9717515Z Collecting scuba
2025-08-20T20:30:51.9815084Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:30:52.0613615Z Collecting pytest
2025-08-20T20:30:52.0690570Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:30:52.1153097Z Collecting packaging>=19.1 (from build)
2025-08-20T20:30:52.1228256Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:30:52.1564983Z Collecting pyproject_hooks (from build)
2025-08-20T20:30:52.1637609Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:30:52.2052571Z Collecting pycparser (from cffi)
2025-08-20T20:30:52.2134808Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:30:52.2637081Z Collecting PyYAML (from scuba)
2025-08-20T20:30:52.2712326Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:30:52.3058125Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:30:52.3132867Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:30:52.3562963Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:30:52.3636524Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:30:52.4071081Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:30:52.4143612Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:30:52.4383410Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:30:52.4614358Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:30:52.5043771Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:30:52.5484986Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 94.0 MB/s  0:00:00
2025-08-20T20:30:52.5578751Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:30:52.5855500Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:30:52.6074677Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:30:52.6301534Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:30:52.6496898Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:30:52.6713723Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:30:52.6956493Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.1 MB/s  0:00:00
2025-08-20T20:30:52.7031507Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:30:52.7229571Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:30:52.7487919Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:30:52.7692647Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.1 MB/s  0:00:00
2025-08-20T20:30:52.8677301Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:30:54.6383052Z 
2025-08-20T20:30:54.6399017Z 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:30:54.9590958Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:30:55.5991276Z Collecting ansi2txt
2025-08-20T20:30:55.6462433Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:30:55.6924304Z Collecting pipx
2025-08-20T20:30:55.7024362Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:30:55.7407762Z Collecting scons
2025-08-20T20:30:55.7419690Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:30:55.7657687Z Collecting py2static
2025-08-20T20:30:55.7747642Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:30:55.8149878Z Collecting typer
2025-08-20T20:30:55.8224921Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:30:55.8753653Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:30:55.8827906Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:30:55.9297193Z Collecting packaging>=20 (from pipx)
2025-08-20T20:30:55.9308282Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:30:55.9757266Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:30:55.9833308Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:30:56.1052934Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:30:56.1130684Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:30:56.2507516Z Collecting pyinstaller (from py2static)
2025-08-20T20:30:56.2606161Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:30:56.3038837Z Collecting staticx (from py2static)
2025-08-20T20:30:56.3128868Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:30:56.3538351Z   Preparing metadata (setup.py): started
2025-08-20T20:30:56.9788949Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:30:57.0144481Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:30:57.0223636Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:30:57.0784501Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:30:57.0855876Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:30:57.1229860Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:30:57.1303287Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:30:57.1835527Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:30:57.1906596Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:30:57.2322878Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:30:57.2403755Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:30:57.2783811Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:30:57.2794892Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:30:57.3017860Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:30:57.3109469Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:30:57.4255017Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:30:57.4328117Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:30:57.4733990Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:30:57.4804104Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:30:57.5356335Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:30:57.5428078Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:30:57.5921337Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:30:57.5994562Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:30:57.6221579Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:30:57.6418242Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:30:57.6598052Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:30:57.6711809Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:30:57.6908522Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:30:57.7132520Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:30:57.7344879Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:30:57.7507367Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:30:57.7659961Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:30:57.7864681Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:30:57.8063022Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:30:57.8157854Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:30:57.8383027Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:30:57.8577876Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:30:57.8787200Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:30:57.8998621Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:30:57.9221123Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:30:57.9463412Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 21.6 MB/s  0:00:00
2025-08-20T20:30:57.9540824Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:30:57.9825269Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:30:58.0063617Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.4 MB/s  0:00:00
2025-08-20T20:30:58.0181557Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:30:58.0379716Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:30:58.0896861Z Building wheels for collected packages: staticx
2025-08-20T20:30:58.0903086Z   Building wheel for staticx (setup.py): started
2025-08-20T20:31:11.0715267Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:31:11.0724067Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790708 sha256=2da81f40ec3884ca832d77ef75e0226d447b6052cd2d269f3a1cc69827d5bab2
2025-08-20T20:31:11.0724980Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:31:11.0741497Z Successfully built staticx
2025-08-20T20:31:11.1709681Z 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:31:12.0187359Z   Attempting uninstall: scons
2025-08-20T20:31:12.0262463Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:12.0556160Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:12.0619699Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:12.5745101Z   Attempting uninstall: pygments
2025-08-20T20:31:12.5825645Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:12.5982098Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:12.6006095Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:13.2424185Z   Attempting uninstall: packaging
2025-08-20T20:31:13.2496721Z     Found existing installation: packaging 25.0
2025-08-20T20:31:13.2516567Z     Uninstalling packaging-25.0:
2025-08-20T20:31:13.2523106Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:14.2465091Z 
2025-08-20T20:31:14.2489718Z 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:31:14.5570945Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:15.1887976Z Collecting build
2025-08-20T20:31:15.1900532Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:31:15.2663855Z Collecting cffi
2025-08-20T20:31:15.2675294Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:31:15.2880151Z Collecting scons
2025-08-20T20:31:15.2890976Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:15.3098197Z Collecting scuba
2025-08-20T20:31:15.3108658Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:31:15.4329274Z Collecting pytest
2025-08-20T20:31:15.4339736Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:31:15.4614514Z Collecting packaging>=19.1 (from build)
2025-08-20T20:31:15.4624508Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:15.4845790Z Collecting pyproject_hooks (from build)
2025-08-20T20:31:15.4855553Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:31:15.5024155Z Collecting pycparser (from cffi)
2025-08-20T20:31:15.5035889Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:31:15.5351433Z Collecting PyYAML (from scuba)
2025-08-20T20:31:15.5367713Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:31:15.5529611Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:31:15.5540320Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:31:15.5766241Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:31:15.5777032Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:31:15.6038574Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:31:15.6049141Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:15.6101626Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:31:15.6111401Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:31:15.6123449Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:15.6158295Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:31:15.6169002Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:31:15.6180083Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:31:15.6189226Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:31:15.6198053Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:15.6207226Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:15.6223531Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:31:15.6233161Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:31:15.6242032Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:31:15.7299516Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:31:15.7303338Z   Attempting uninstall: scons
2025-08-20T20:31:15.7376140Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:15.7665182Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:15.7728677Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:16.2799948Z   Attempting uninstall: PyYAML
2025-08-20T20:31:16.2876943Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:31:16.2897765Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:31:16.2905169Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:31:16.3480752Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:31:16.3550207Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:31:16.3564622Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:31:16.3569843Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:31:16.3746278Z   Attempting uninstall: pygments
2025-08-20T20:31:16.3815001Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:16.3972993Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:16.3999774Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:17.0168086Z   Attempting uninstall: pycparser
2025-08-20T20:31:17.0239509Z     Found existing installation: pycparser 2.22
2025-08-20T20:31:17.0259465Z     Uninstalling pycparser-2.22:
2025-08-20T20:31:17.0273403Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:31:17.1591587Z   Attempting uninstall: pluggy
2025-08-20T20:31:17.1662495Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:31:17.1679008Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:31:17.1684961Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:31:17.1932564Z   Attempting uninstall: packaging
2025-08-20T20:31:17.2007602Z     Found existing installation: packaging 25.0
2025-08-20T20:31:17.2027998Z     Uninstalling packaging-25.0:
2025-08-20T20:31:17.2034418Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:17.2549922Z   Attempting uninstall: iniconfig
2025-08-20T20:31:17.2626259Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:31:17.2640520Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:31:17.2646038Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:31:17.2825952Z   Attempting uninstall: scuba
2025-08-20T20:31:17.2896420Z     Found existing installation: scuba 2.14.1
2025-08-20T20:31:17.2914730Z     Uninstalling scuba-2.14.1:
2025-08-20T20:31:17.2922318Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:31:17.3192908Z   Attempting uninstall: pytest
2025-08-20T20:31:17.3269286Z     Found existing installation: pytest 8.4.1
2025-08-20T20:31:17.3318453Z     Uninstalling pytest-8.4.1:
2025-08-20T20:31:17.3523931Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:31:17.5621436Z   Attempting uninstall: cffi
2025-08-20T20:31:17.5692187Z     Found existing installation: cffi 1.17.1
2025-08-20T20:31:17.5716151Z     Uninstalling cffi-1.17.1:
2025-08-20T20:31:17.5905689Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:31:17.6675249Z   Attempting uninstall: build
2025-08-20T20:31:17.6747040Z     Found existing installation: build 1.3.0
2025-08-20T20:31:17.6767051Z     Uninstalling build-1.3.0:
2025-08-20T20:31:17.6774803Z       Successfully uninstalled build-1.3.0
2025-08-20T20:31:17.7041041Z 
2025-08-20T20:31:17.7064955Z 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:31:18.0169890Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:18.2089020Z Collecting ansi2txt
2025-08-20T20:31:18.2100219Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:31:18.2335112Z Collecting pipx
2025-08-20T20:31:18.2346584Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:18.2535353Z Collecting scons
2025-08-20T20:31:18.2546858Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:18.2717386Z Collecting py2static
2025-08-20T20:31:18.2728421Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:31:18.2949312Z Collecting typer
2025-08-20T20:31:18.2960124Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:31:18.3236287Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:31:18.3247266Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:18.3464675Z Collecting packaging>=20 (from pipx)
2025-08-20T20:31:18.3476029Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:18.3694696Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:31:18.3705640Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:31:18.3897309Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:31:18.3908750Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:18.4276045Z Collecting pyinstaller (from py2static)
2025-08-20T20:31:18.4287915Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:31:18.4487769Z Collecting staticx (from py2static)
2025-08-20T20:31:18.4498682Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:31:18.4635620Z   Preparing metadata (setup.py): started
2025-08-20T20:31:18.6708647Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:31:18.6938307Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:31:18.6950280Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:18.7180592Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:31:18.7192636Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:18.7533613Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:31:18.7545224Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:31:18.7923564Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:31:18.7935653Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:18.8175238Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:18.8187461Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:18.8483414Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:18.8494897Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:18.8698243Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:31:18.8709187Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:31:18.9651901Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:31:18.9664493Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:31:18.9894200Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:31:18.9905607Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:19.0170737Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:31:19.0182278Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:19.0480652Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:31:19.0492189Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:31:19.0526067Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:31:19.0535377Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:31:19.0544985Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:19.0579800Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:31:19.0588770Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:31:19.0597870Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:31:19.0607185Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:31:19.0617234Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:19.0626539Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:31:19.0635565Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:31:19.0646134Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:19.0662922Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:31:19.0672107Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:31:19.0680990Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:31:19.0689905Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:31:19.0699063Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:31:19.0708298Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:31:19.0721035Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:31:19.0732963Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:19.0748415Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:31:19.0757446Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:31:19.1075983Z Building wheels for collected packages: staticx
2025-08-20T20:31:19.1082603Z   Building wheel for staticx (setup.py): started
2025-08-20T20:31:21.6532835Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:31:21.6544369Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790765 sha256=5560f3a4900cfaeb49d0c4906e12e414ce4890253a87b76ab6a3e3e4352cf052
2025-08-20T20:31:21.6545353Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:31:21.6564207Z Successfully built staticx
2025-08-20T20:31:21.7562299Z 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:31:21.7566750Z   Attempting uninstall: pyelftools
2025-08-20T20:31:21.7635494Z     Found existing installation: pyelftools 0.32
2025-08-20T20:31:21.7674996Z     Uninstalling pyelftools-0.32:
2025-08-20T20:31:21.7688171Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:31:21.8935087Z   Attempting uninstall: altgraph
2025-08-20T20:31:21.9011891Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:31:21.9028600Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:31:21.9034362Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:31:21.9285454Z   Attempting uninstall: typing-extensions
2025-08-20T20:31:21.9357370Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:31:21.9370376Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:31:21.9566305Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:31:21.9923927Z   Attempting uninstall: staticx
2025-08-20T20:31:21.9997960Z     Found existing installation: staticx 0.14.1
2025-08-20T20:31:22.0020478Z     Uninstalling staticx-0.14.1:
2025-08-20T20:31:22.0029729Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:31:22.0393303Z   Attempting uninstall: shellingham
2025-08-20T20:31:22.0468598Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:31:22.0484781Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:31:22.0490304Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:31:22.0695503Z   Attempting uninstall: setuptools
2025-08-20T20:31:22.0768616Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:31:22.0983536Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:31:22.1211542Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:31:22.7406583Z   Attempting uninstall: scons
2025-08-20T20:31:22.7490224Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:22.7797902Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:22.7861124Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:23.3007928Z   Attempting uninstall: pygments
2025-08-20T20:31:23.3078635Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:23.3246630Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:23.3270667Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:23.9792559Z   Attempting uninstall: platformdirs
2025-08-20T20:31:23.9870527Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:31:23.9893244Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:31:23.9898716Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:31:24.0261123Z   Attempting uninstall: packaging
2025-08-20T20:31:24.0336979Z     Found existing installation: packaging 25.0
2025-08-20T20:31:24.0356327Z     Uninstalling packaging-25.0:
2025-08-20T20:31:24.0362605Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:24.0842881Z   Attempting uninstall: mdurl
2025-08-20T20:31:24.0912971Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:31:24.0927831Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:31:24.0933194Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:31:24.1131577Z   Attempting uninstall: click
2025-08-20T20:31:24.1206684Z     Found existing installation: click 8.2.1
2025-08-20T20:31:24.1225794Z     Uninstalling click-8.2.1:
2025-08-20T20:31:24.1231435Z       Successfully uninstalled click-8.2.1
2025-08-20T20:31:24.1956154Z   Attempting uninstall: argcomplete
2025-08-20T20:31:24.2031481Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:31:24.2056301Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:31:24.2065804Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:31:24.2382171Z   Attempting uninstall: ansi2txt
2025-08-20T20:31:24.2456424Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:31:24.2470034Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:31:24.2667693Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:31:24.2873705Z   Attempting uninstall: userpath
2025-08-20T20:31:24.2947845Z     Found existing installation: userpath 1.9.2
2025-08-20T20:31:24.2964624Z     Uninstalling userpath-1.9.2:
2025-08-20T20:31:24.2972072Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:31:24.3229730Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:31:24.3306590Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:31:24.3613803Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:31:24.3654334Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:31:24.5791167Z   Attempting uninstall: markdown-it-py
2025-08-20T20:31:24.5868421Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:31:24.5925156Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:31:24.5937774Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:31:24.6703246Z   Attempting uninstall: rich
2025-08-20T20:31:24.6781468Z     Found existing installation: rich 14.1.0
2025-08-20T20:31:24.6831683Z     Uninstalling rich-14.1.0:
2025-08-20T20:31:24.6840318Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:31:24.8518159Z   Attempting uninstall: pyinstaller
2025-08-20T20:31:24.8598208Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:31:24.8849543Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:31:24.8888677Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:31:25.2259970Z   Attempting uninstall: pipx
2025-08-20T20:31:25.2350223Z     Found existing installation: pipx 1.7.1
2025-08-20T20:31:25.2385134Z     Uninstalling pipx-1.7.1:
2025-08-20T20:31:25.2394009Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:31:25.3070549Z   Attempting uninstall: typer
2025-08-20T20:31:25.3147195Z     Found existing installation: typer 0.16.1
2025-08-20T20:31:25.3170563Z     Uninstalling typer-0.16.1:
2025-08-20T20:31:25.3178685Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:31:25.3810588Z   Attempting uninstall: py2static
2025-08-20T20:31:25.3880121Z     Found existing installation: py2static 0.0.1
2025-08-20T20:31:25.3896731Z     Uninstalling py2static-0.0.1:
2025-08-20T20:31:25.3906302Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:31:25.4089720Z 
2025-08-20T20:31:25.4114632Z 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:31:25.7374334Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:25.8440251Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:31:25.8444555Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-565gwn55
2025-08-20T20:31:25.8465634Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-565gwn55
2025-08-20T20:31:27.4168156Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:31:27.4207746Z   Installing build dependencies: started
2025-08-20T20:31:28.1064541Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:31:28.1075226Z   Getting requirements to build wheel: started
2025-08-20T20:31:28.3766733Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:31:28.3778671Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:31:28.5572950Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:31:28.7117533Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:31:28.7130711Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:31:28.7355264Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:31:28.7366832Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:28.7604273Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:31:28.7615509Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:28.7842874Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:31:28.7854749Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:28.7896452Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:28.7906423Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:31:28.7918429Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:28.7934660Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:31:28.8045873Z Building wheels for collected packages: pyinstaller
2025-08-20T20:31:28.8053712Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:31:31.7237931Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:31:31.7260989Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=b4bb0ef29b3dc337b21585a636ae613c50ebe528aa9c2077dbe2a4a5abf09aaa
2025-08-20T20:31:31.7262293Z   Stored in directory: /tmp/pip-ephem-wheel-cache-km0i8btt/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:31:31.7301750Z Successfully built pyinstaller
2025-08-20T20:31:31.8084444Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:31:31.8089065Z   Attempting uninstall: altgraph
2025-08-20T20:31:31.8159008Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:31:31.8176889Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:31:31.8182503Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:31:31.8488727Z   Attempting uninstall: setuptools
2025-08-20T20:31:31.8559214Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:31:31.8766020Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:31:31.8992533Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:31:32.5016107Z   Attempting uninstall: packaging
2025-08-20T20:31:32.5094512Z     Found existing installation: packaging 25.0
2025-08-20T20:31:32.5113542Z     Uninstalling packaging-25.0:
2025-08-20T20:31:32.5119643Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:32.5685177Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:31:32.5760662Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:31:32.6067547Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:31:32.6107775Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:31:32.8176275Z   Attempting uninstall: pyinstaller
2025-08-20T20:31:32.8254703Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:31:32.8522214Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:31:32.8561772Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:31:33.1555204Z 
2025-08-20T20:31:33.1582638Z 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:31:33.3964974Z 6.15.0
2025-08-20T20:31:35.1470727Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:31:35.1479640Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:31:35.1479916Z 
2025-08-20T20:31:35.1480141Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:31:35.1480701Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:31:35.1481094Z installation.
2025-08-20T20:31:35.1481213Z 
2025-08-20T20:31:35.1481467Z If you installed the current Docker package using this script and are using it
2025-08-20T20:31:35.1482056Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:31:35.1482522Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:31:35.1482928Z files to match the parameters passed to the script.
2025-08-20T20:31:35.1483187Z 
2025-08-20T20:31:35.1483326Z You may press Ctrl+C now to abort this script.
2025-08-20T20:31:35.1654047Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:31:36.6015284Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:31:37.3266281Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:31:37.3437732Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:31:37.4124642Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:31:37.4140403Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:31:37.4148232Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:31:38.7824100Z + 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:31:50.1728520Z + sh -c 'docker version'
2025-08-20T20:31:50.1869975Z Client: Docker Engine - Community
2025-08-20T20:31:50.1870397Z  Version:           28.3.3
2025-08-20T20:31:50.1870792Z  API version:       1.51
2025-08-20T20:31:50.1871045Z  Go version:        go1.24.5
2025-08-20T20:31:50.1871273Z  Git commit:        980b856
2025-08-20T20:31:50.1871615Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:31:50.1871903Z  OS/Arch:           linux/arm64
2025-08-20T20:31:50.1872412Z  Context:           default
2025-08-20T20:31:50.1872712Z 
2025-08-20T20:31:50.1872818Z Server: Docker Engine - Community
2025-08-20T20:31:50.1873075Z  Engine:
2025-08-20T20:31:50.1873404Z   Version:          28.3.3
2025-08-20T20:31:50.1873707Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:31:50.1874074Z   Go version:       go1.24.5
2025-08-20T20:31:50.1874337Z   Git commit:       bea959c
2025-08-20T20:31:50.1874597Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:31:50.1874940Z   OS/Arch:          linux/arm64
2025-08-20T20:31:50.1875189Z   Experimental:     false
2025-08-20T20:31:50.1875410Z  containerd:
2025-08-20T20:31:50.1875681Z   Version:          1.7.27
2025-08-20T20:31:50.1875968Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:31:50.1876250Z  runc:
2025-08-20T20:31:50.1876508Z   Version:          1.2.5
2025-08-20T20:31:50.1876758Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:31:50.1877040Z  docker-init:
2025-08-20T20:31:50.1877259Z   Version:          0.19.0
2025-08-20T20:31:50.1877498Z   GitCommit:        de40ad0
2025-08-20T20:31:50.1886644Z 
2025-08-20T20:31:50.1887120Z ================================================================================
2025-08-20T20:31:50.1887380Z 
2025-08-20T20:31:50.1887960Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:31:50.1888359Z Docker daemon in rootless mode for your user:
2025-08-20T20:31:50.1888740Z 
2025-08-20T20:31:50.1888865Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:31:50.1889073Z 
2025-08-20T20:31:50.1889282Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:31:50.1889614Z 
2025-08-20T20:31:50.1889619Z 
2025-08-20T20:31:50.1889848Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:31:50.1890314Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:31:50.1890577Z 
2025-08-20T20:31:50.1890767Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:31:50.1891315Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:31:50.1891786Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:31:50.1892204Z 
2025-08-20T20:31:50.1892323Z ================================================================================
2025-08-20T20:31:50.1892602Z 
2025-08-20T20:32:01.2574065Z ● docker.service - Docker Application Container Engine
2025-08-20T20:32:01.2574788Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:32:01.2575288Z      Active: active (running) since Wed 2025-08-20 20:31:51 UTC; 10s ago
2025-08-20T20:32:01.2576135Z TriggeredBy: ● docker.socket
2025-08-20T20:32:01.2576529Z        Docs: https://docs.docker.com
2025-08-20T20:32:01.2576879Z    Main PID: 20496 (dockerd)
2025-08-20T20:32:01.2577172Z       Tasks: 10
2025-08-20T20:32:01.2577406Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T20:32:01.2577648Z         CPU: 281ms
2025-08-20T20:32:01.2577931Z      CGroup: /system.slice/docker.service
2025-08-20T20:32:01.2578972Z              └─20496 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:32:01.2579310Z 
2025-08-20T20:32:01.2579654Z Aug 20 20:31:50 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:50.609375526Z" level=info msg="Loading containers: start."
2025-08-20T20:32:01.2580930Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.153236595Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 0cf48834c25fc4b40ec7796a7defbeb68fff0bda5d148d8695f9e2890e1abbb8], retrying...."
2025-08-20T20:32:01.2582427Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.196561868Z" level=info msg="Loading containers: done."
2025-08-20T20:32:01.2583627Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219860695Z" 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:32:01.2584997Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219978691Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:32:01.2585878Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.220012556Z" level=info msg="Initializing buildkit"
2025-08-20T20:32:01.2586630Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.237832648Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:32:01.2587379Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240790339Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:32:01.2588095Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240852989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:32:01.2588832Z Aug 20 20:31:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:32:01.2681726Z ● docker.service - Docker Application Container Engine
2025-08-20T20:32:01.2682593Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:32:01.2683401Z      Active: active (running) since Wed 2025-08-20 20:31:51 UTC; 10s ago
2025-08-20T20:32:01.2683856Z TriggeredBy: ● docker.socket
2025-08-20T20:32:01.2684248Z        Docs: https://docs.docker.com
2025-08-20T20:32:01.2684529Z    Main PID: 20496 (dockerd)
2025-08-20T20:32:01.2684795Z       Tasks: 10
2025-08-20T20:32:01.2685044Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T20:32:01.2685296Z         CPU: 281ms
2025-08-20T20:32:01.2685557Z      CGroup: /system.slice/docker.service
2025-08-20T20:32:01.2686146Z              └─20496 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:32:01.2686473Z 
2025-08-20T20:32:01.2686784Z Aug 20 20:31:50 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:50.609375526Z" level=info msg="Loading containers: start."
2025-08-20T20:32:01.2688030Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.153236595Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 0cf48834c25fc4b40ec7796a7defbeb68fff0bda5d148d8695f9e2890e1abbb8], retrying...."
2025-08-20T20:32:01.2689189Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.196561868Z" level=info msg="Loading containers: done."
2025-08-20T20:32:01.2690370Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219860695Z" 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:32:01.2691911Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219978691Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:32:01.2692939Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.220012556Z" level=info msg="Initializing buildkit"
2025-08-20T20:32:01.2693724Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.237832648Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:32:01.2694471Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240790339Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:32:01.2695229Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240852989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:32:01.2695976Z Aug 20 20:31:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:32:01.2885829Z ● docker.service - Docker Application Container Engine
2025-08-20T20:32:01.2886644Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:32:01.2887165Z      Active: active (running) since Wed 2025-08-20 20:31:51 UTC; 10s ago
2025-08-20T20:32:01.2887653Z TriggeredBy: ● docker.socket
2025-08-20T20:32:01.2888078Z        Docs: https://docs.docker.com
2025-08-20T20:32:01.2888373Z    Main PID: 20496 (dockerd)
2025-08-20T20:32:01.2888678Z       Tasks: 10
2025-08-20T20:32:01.2888892Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T20:32:01.2889143Z         CPU: 281ms
2025-08-20T20:32:01.2889415Z      CGroup: /system.slice/docker.service
2025-08-20T20:32:01.2890028Z              └─20496 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:32:01.2890370Z 
2025-08-20T20:32:01.2890679Z Aug 20 20:31:50 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:50.609375526Z" level=info msg="Loading containers: start."
2025-08-20T20:32:01.2891882Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.153236595Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 0cf48834c25fc4b40ec7796a7defbeb68fff0bda5d148d8695f9e2890e1abbb8], retrying...."
2025-08-20T20:32:01.2893262Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.196561868Z" level=info msg="Loading containers: done."
2025-08-20T20:32:01.2894704Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219860695Z" 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:32:01.2896181Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.219978691Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:32:01.2897066Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.220012556Z" level=info msg="Initializing buildkit"
2025-08-20T20:32:01.2897896Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.237832648Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:32:01.2898708Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240790339Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:32:01.2899557Z Aug 20 20:31:51 runnervmdbl46 dockerd[20496]: time="2025-08-20T20:31:51.240852989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:32:01.2900350Z Aug 20 20:31:51 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:32:01.2985424Z Docker version 28.3.3, build 980b856
2025-08-20T20:32:01.3151511Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:32:01.5855752Z latest: Pulling from library/hello-world
2025-08-20T20:32:01.6893435Z 198f93fd5094: Pulling fs layer
2025-08-20T20:32:01.8514314Z 198f93fd5094: Verifying Checksum
2025-08-20T20:32:01.8514735Z 198f93fd5094: Download complete
2025-08-20T20:32:01.8931219Z 198f93fd5094: Pull complete
2025-08-20T20:32:01.9238466Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:32:01.9369958Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:32:02.8025335Z 
2025-08-20T20:32:02.8025884Z Hello from Docker!
2025-08-20T20:32:02.8026338Z This message shows that your installation appears to be working correctly.
2025-08-20T20:32:02.8026620Z 
2025-08-20T20:32:02.8027000Z To generate this message, Docker took the following steps:
2025-08-20T20:32:02.8027395Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:32:02.8027790Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:32:02.8028279Z     (arm64v8)
2025-08-20T20:32:02.8028626Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:32:02.8029077Z     executable that produces the output you are currently reading.
2025-08-20T20:32:02.8029599Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:32:02.8029982Z     to your terminal.
2025-08-20T20:32:02.8030149Z 
2025-08-20T20:32:02.8030380Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:32:02.8030771Z  $ docker run -it ubuntu bash
2025-08-20T20:32:02.8030946Z 
2025-08-20T20:32:02.8031124Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:32:02.8031543Z  https://hub.docker.com/
2025-08-20T20:32:02.8031716Z 
2025-08-20T20:32:02.8031816Z For more examples and ideas, visit:
2025-08-20T20:32:02.8032478Z  https://docs.docker.com/get-started/
2025-08-20T20:32:02.8032750Z 
2025-08-20T20:32:02.9872189Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:02.9872936Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:32:02.9873375Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:32:02.9873791Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:32:02.9874296Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:32:02.9874713Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:32:02.9875123Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:32:02.9875658Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:32:02.9876545Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:32:02.9877034Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:32:02.9877464Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:02.9877918Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:32:02.9878427Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:02.9878895Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:32:02.9879409Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:32:02.9879915Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:02.9880433Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:32:02.9880923Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:32:02.9881398Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:02.9882191Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:02.9882702Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:02.9947642Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:02.9948797Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:02.9949210Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:32:02.9949566Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:32:02.9949962Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:02.9950393Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:02.9950810Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:02.9951216Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:02.9951631Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:02.9952313Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:02.9952778Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:02.9953215Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:32:02.9953632Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:02.9954069Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:02.9954495Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:02.9954896Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:02.9955311Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:32:02.9955710Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:32:02.9956118Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:02.9956543Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:02.9956975Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:02.9957384Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:32:02.9957778Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:02.9958234Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:02.9958705Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:02.9959224Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:02.9959994Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:02.9960475Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:02.9960894Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:02.9961308Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:02.9961724Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:02.9962489Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:02.9962896Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:02.9963263Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:32:02.9963619Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:32:02.9963988Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:32:02.9964387Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:32:02.9964790Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:02.9965169Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:32:02.9965580Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:02.9966219Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:02.9966641Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:02.9967050Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:02.9967474Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:02.9967904Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:02.9968312Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:02.9968708Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:32:02.9969142Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:02.9969638Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:02.9970141Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:32:02.9970596Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:32:02.9971011Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:02.9971393Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:32:02.9971786Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:02.9972368Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:32:02.9972778Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:32:02.9973237Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:02.9973739Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:02.9974246Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:02.9974735Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:02.9975171Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:02.9975567Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:02.9976096Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:02.9976501Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:02.9977118Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:32:02.9977529Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:02.9977953Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:02.9978375Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:32:02.9978768Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:32:02.9979141Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:02.9979545Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:02.9979951Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:02.9980327Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:32:02.9980689Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:32:02.9981086Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:02.9981473Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:32:02.9981830Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:32:02.9982388Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:02.9982993Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:32:02.9983382Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:32:02.9983745Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:32:02.9984106Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:02.9984479Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:02.9984864Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:02.9985265Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:02.9985659Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:02.9986038Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:02.9986422Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:32:02.9986821Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:02.9987219Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:02.9987588Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:32:02.9987944Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:32:02.9988288Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:32:02.9988643Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:32:02.9989004Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:32:02.9989359Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:32:02.9989738Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:02.9990138Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:32:02.9990568Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:02.9991010Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:02.9991412Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:32:02.9991806Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:02.9992405Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:02.9992806Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:32:02.9993212Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:02.9993823Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:32:02.9994235Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:32:02.9994631Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:02.9995040Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:02.9995481Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:02.9995910Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:32:02.9996298Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:32:02.9996687Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:32:02.9997096Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:02.9997505Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:32:02.9997914Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:02.9998308Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:02.9998704Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:02.9999107Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:02.9999658Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:32:03.0000018Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:32:03.0000382Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:32:03.0000776Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:03.0001171Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:32:03.0001570Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:03.0002361Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:32:03.0002749Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:32:03.0003124Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:32:03.0003501Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:32:03.0003892Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:32:03.0004311Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:03.0004757Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:32:03.0005149Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:03.0005521Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:32:03.0005911Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:03.0006335Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:03.0006754Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:03.0007109Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:32:03.0007454Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:03.0007876Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:03.0008309Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:32:03.0008719Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:32:03.0009102Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:32:03.0009484Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:32:03.0009872Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:32:03.0010512Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:03.0011018Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:03.0011432Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:32:03.0011800Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:32:03.0012428Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:32:03.0012879Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:03.0013383Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:03.0013824Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:32:03.0014193Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:32:03.0014659Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:03.0015201Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:03.0015705Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:03.0016140Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:32:03.0016696Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:32:03.0017079Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:03.0017487Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:03.0017901Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:03.0018303Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:03.0018678Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:32:03.0019063Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:03.0019462Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:03.0019862Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:03.0020260Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:03.0020662Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:03.0021055Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:03.0021447Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:03.0021869Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:03.0022538Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:03.0022976Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:32:03.0023369Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:32:03.0023742Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:03.0024116Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:32:03.0024491Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:32:03.0024886Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:32:03.0025304Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:03.0025771Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:03.0026222Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:03.0026630Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:03.0027233Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:32:03.0027645Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:32:03.0028025Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:32:03.0028393Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:32:03.0028780Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:03.0029165Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:32:03.0029611Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:03.0030082Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:03.0030540Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:03.0031056Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:03.0031574Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:03.0032247Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:03.0032698Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:32:03.0033063Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:32:03.0033588Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:32:03.0033967Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:03.0034355Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:32:03.0034724Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:32:03.0035105Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:03.0035488Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:32:03.0035878Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:03.0036259Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:32:03.0036638Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:32:03.0037037Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:03.0037433Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:32:03.0037853Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:03.0038292Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:03.0038713Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:03.0039124Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:03.0039530Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:03.0039946Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:03.0040371Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:32:03.0040761Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:32:03.0041123Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:32:03.0041637Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0042349Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:32:03.0042722Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:32:03.0043205Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:03.0043587Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:32:03.0044210Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:03.0044666Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:03.0045094Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:03.0045759Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:03.0046171Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:03.0046573Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:32:03.0046996Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:03.0047406Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:03.0047799Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:32:03.0048339Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:03.0048835Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:03.0049335Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:03.0049785Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:03.0050195Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:03.0050793Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:03.0051269Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:03.0051756Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:03.0052328Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:32:03.0052766Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:03.0053223Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:03.0053631Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:32:03.0053997Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:32:03.0054354Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:32:03.0054730Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:32:03.0055117Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:03.0055484Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:32:03.0055838Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:32:03.0056207Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:03.0056574Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:03.0056932Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:32:03.0057307Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:32:03.0057664Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:32:03.0058040Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:03.0058422Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:03.0058789Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:32:03.0059201Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:03.0059557Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:32:03.0059924Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:03.0060302Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:32:03.0060670Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:32:03.0061242Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:32:03.0061654Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:32:03.0062229Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:03.0062674Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:03.0063086Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:32:03.0063448Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:32:03.0063854Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:03.0064281Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:03.0064681Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:32:03.0065044Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:32:03.0065415Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:32:03.0065776Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:32:03.0066121Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:32:03.0066470Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:32:03.0066824Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:03.0067423Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:32:03.0067791Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:32:03.0068139Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:32:03.0068474Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:32:03.0068854Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:03.0069261Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:03.0069660Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:03.0070056Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:03.0070452Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:03.0070864Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:03.0071370Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:03.0072141Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:03.0072776Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:03.0073320Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:03.0073791Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:03.0074249Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:03.0074769Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:03.0075389Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:03.0075957Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:03.0076446Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:03.0076890Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:32:03.0077260Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:32:03.0077636Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:03.0078005Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:03.0078625Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:03.0079049Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:32:03.0079443Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:03.0079832Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:32:03.0080223Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:03.0080611Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:32:03.0080988Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:32:03.0081368Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:03.0081746Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:32:03.0082282Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:03.0082686Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:32:03.0083103Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:03.0083518Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:03.0083889Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:32:03.0084463Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:03.0084879Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:03.0085289Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:03.0085726Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:03.0086155Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:03.0086520Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:32:03.0086892Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:03.0087279Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:03.0087649Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:32:03.0088043Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:03.0088442Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:32:03.0088827Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:32:03.0089210Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:32:03.0089572Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:32:03.0089939Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:32:03.0090489Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0091206Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0091890Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0092727Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0093258Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:03.0093648Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:03.0094066Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:32:03.0094473Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:32:03.0094852Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:03.0095455Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:32:03.0095850Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:32:03.0096228Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:03.0096607Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:32:03.0096989Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:32:03.0097390Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:32:03.0097775Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:32:03.0098177Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:32:03.0098576Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:03.0098977Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:32:03.0099371Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:32:03.0099752Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:32:03.0100142Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:32:03.0100545Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:32:03.0101136Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:03.0101537Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:32:03.0102070Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:03.0102507Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:03.0102941Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:03.0103348Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:32:03.0103790Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:03.0104247Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:03.0104652Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:03.0105022Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:32:03.0105415Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:32:03.0105817Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:03.0106225Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:03.0106631Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:32:03.0107015Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:32:03.0107410Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:03.0107885Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:03.0108360Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:03.0108754Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:03.0109167Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:03.0109619Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:03.0110071Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:03.0110547Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:03.0111042Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:03.0111492Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:03.0112266Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:03.0112738Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:32:03.0113136Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:03.0113557Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:03.0113946Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:32:03.0114320Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:03.0114732Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:03.0115134Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:32:03.0115537Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:03.0115960Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:03.0116353Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:03.0116732Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:32:03.0117100Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:32:03.0117457Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:32:03.0118015Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:03.0118442Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:03.0118837Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:32:03.0119285Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:03.0119741Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:03.0120147Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:03.0120588Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:03.0121012Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:03.0121421Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:03.0121836Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:03.0122366Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:32:03.0122733Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:32:03.0123132Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:03.0123529Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:03.0123908Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:03.0124268Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:32:03.0124624Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:32:03.0124975Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:32:03.0125470Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:32:03.0125986Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:03.0126371Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:03.0126755Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:03.0127157Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:03.0127566Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:03.0127978Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:03.0128643Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:32:03.0129081Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:03.0129494Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:32:03.0129868Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:32:03.0130251Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:32:03.0130611Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:32:03.0130991Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:03.0131416Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:03.0131846Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:03.0132400Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:32:03.0132829Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:03.0133266Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:03.0133666Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:03.0134034Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:32:03.0134559Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:32:03.0134911Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:32:03.0135279Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:03.0135653Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:03.0136030Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:03.0136435Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:03.0136855Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:03.0137320Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:03.0137766Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:32:03.0138140Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:03.0138541Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:32:03.0138933Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:03.0139325Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:32:03.0139709Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:32:03.0140086Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:32:03.0140527Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:03.0141024Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:03.0141445Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:32:03.0141824Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:32:03.0142377Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:03.0142791Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:03.0143187Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:32:03.0143561Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:32:03.0143959Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:03.0144340Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:32:03.0144689Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:32:03.0145246Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:32:03.0145672Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:03.0146094Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:32:03.0146472Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:32:03.0146863Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:32:03.0147303Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:03.0147746Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:32:03.0148173Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:03.0148569Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:32:03.0149091Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0149600Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:32:03.0149991Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:03.0150397Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:32:03.0150988Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:03.0151519Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:03.0152274Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:03.0152900Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:03.0153549Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:03.0154202Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:03.0154834Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:03.0155462Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:03.0156049Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:03.0156532Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:03.0156976Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:03.0157420Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:32:03.0157848Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:03.0158335Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:03.0158771Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:03.0159203Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:32:03.0159575Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:03.0159960Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:03.0160352Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:32:03.0160761Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:03.0161177Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:32:03.0161540Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:32:03.0162057Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:03.0162739Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:03.0163252Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:03.0163753Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:03.0164247Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:03.0164705Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:03.0165122Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:03.0165532Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:03.0165947Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:32:03.0166380Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:03.0166810Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:03.0167213Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:32:03.0167597Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:03.0167971Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:32:03.0168351Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:03.0168939Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:03.0169386Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:32:03.0169790Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:03.0170206Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:03.0170637Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:03.0171094Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:03.0171541Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:03.0172124Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:03.0172533Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:32:03.0172906Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:03.0173317Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:32:03.0173688Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:32:03.0174059Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:03.0174459Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:03.0174860Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:32:03.0175289Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:03.0175769Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:03.0176228Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:03.0176620Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:32:03.0176978Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:32:03.0177351Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:03.0177748Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:03.0178138Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:32:03.0178530Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:03.0178964Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:03.0179640Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:03.0180077Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:32:03.0180466Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:03.0180868Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:32:03.0181418Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.0182121Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:03.0182583Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:03.0183029Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:03.0183457Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:03.0183862Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:03.0184257Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:03.0184647Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:03.0185050Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:03.0185643Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:03.0186028Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:03.0186418Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:03.0186820Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:03.0187192Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:32:03.0187602Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:03.0188069Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:03.0188493Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:32:03.0188874Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:32:03.0189254Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:32:03.0189648Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:32:03.0190027Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:32:03.0190398Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:03.0190826Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:03.0191269Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:03.0191677Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:32:03.0192258Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:32:03.0192659Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:32:03.0193045Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:32:03.0193420Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:32:03.0193813Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:32:03.0194214Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:32:03.0194658Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:03.0195110Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:03.0195532Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:03.0196168Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:03.0196590Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:32:03.0197023Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:03.0197415Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:32:03.0197774Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:32:03.0198123Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:32:03.0198488Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:03.0198865Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:32:03.0199218Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:32:03.0199584Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:03.0199980Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:03.0200370Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:32:03.0200726Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:32:03.0201076Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:32:03.0201455Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:32:03.0202215Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:03.0202604Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:32:03.0202966Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:03.0203332Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:32:03.0203716Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:03.0204099Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:32:03.0204453Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:32:03.0204827Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:03.0205218Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:03.0205602Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:32:03.0205982Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:03.0206357Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:32:03.0206741Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:03.0207142Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:03.0207566Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:03.0207968Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:32:03.0208331Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:32:03.0208682Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:32:03.0209027Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:32:03.0209449Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:03.0209956Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:03.0210463Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:03.0210943Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:03.0211455Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:03.0211897Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:32:03.0212432Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:03.0213061Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:03.0213472Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:03.0213859Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:03.0214246Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:03.0214637Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:03.0215014Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:32:03.0215409Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:03.0215853Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:03.0216286Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:03.0216661Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:32:03.0217063Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:03.0217488Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:03.0217870Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:32:03.0218369Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:32:03.0218756Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:03.0219212Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:03.0219677Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:03.0220089Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:32:03.0220505Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:32:03.0220936Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:32:03.0221369Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:32:03.0373632Z [+] Installing Go for linux-arm64...
2025-08-20T20:32:03.5324036Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:32:03.5324404Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:32:03.5324673Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:32:03.5334770Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:32:03.5335163Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:32:03.5335517Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:32:03.5407383Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:32:03.5407866Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:32:03.5408351Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:32:03.5408808Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:32:03.5409247Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:32:03.5409697Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:32:03.5410176Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:32:03.5410632Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:32:03.5411063Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:32:03.5411505Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:32:03.5412117Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:32:03.5412584Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:32:03.5413468Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:32:03.5413960Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:32:03.5414415Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:32:03.5414874Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:32:03.5415341Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:32:03.5415801Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:32:03.5416251Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:32:03.5416665Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:32:03.5417020Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:32:03.5417352Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:32:03.5417689Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:32:03.5418030Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:32:03.5418367Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:32:03.5449780Z go version go1.22.2 linux/arm64
2025-08-20T20:32:03.5804270Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:03.5804806Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:32:03.5805166Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:32:03.5805527Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:32:03.5806377Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:32:03.5806746Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:32:03.5807103Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:32:03.5807493Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:32:03.5807840Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:32:03.5808170Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:32:03.5808529Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:03.5808927Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:32:03.5809308Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:03.5809714Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:32:03.5810110Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:32:03.5810513Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:03.5810916Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:32:03.5811288Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:32:03.5811663Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:03.5812502Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:03.5812973Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:03.5813381Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:03.5813798Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:03.5814194Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:32:03.5814545Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:32:03.5814929Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:03.5815365Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:03.5816174Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:03.5816619Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:03.5817035Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:03.5817454Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:03.5817883Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:03.5818309Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:32:03.5818729Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:03.5819170Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:03.5819602Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:03.5820012Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:03.5820423Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:32:03.5820811Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:32:03.5821218Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:03.5821873Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:03.5822535Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:03.5822949Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:32:03.5823343Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:03.5823796Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:03.5824265Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:03.5824743Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:03.5825229Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:03.5825672Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:03.5826090Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:03.5826516Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:03.5826929Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:03.5827345Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:03.5827745Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:03.5828113Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:32:03.5828472Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:32:03.5828847Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:32:03.5829248Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:32:03.5829654Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:03.5830039Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:32:03.5830458Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:03.5830898Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:03.5831321Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:03.5831734Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:03.5832430Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:03.5833139Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:03.5833578Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:03.5833977Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:32:03.5834408Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:03.5834918Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:03.5835419Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:32:03.5835879Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:32:03.5836346Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:03.5836731Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:32:03.5837123Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:03.5837534Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:32:03.5837935Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:32:03.5838389Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:03.5838893Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:03.5839631Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:03.5840123Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:03.5840566Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:03.5840969Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:03.5841364Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:03.5841772Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:03.5842324Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:32:03.5842714Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:03.5843136Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:03.5843566Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:32:03.5843951Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:32:03.5844320Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:03.5844725Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:03.5845129Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:03.5845504Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:32:03.5845880Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:32:03.5846272Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:03.5846655Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:32:03.5847006Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:32:03.5847388Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:03.5847798Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:32:03.5848181Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:32:03.5848550Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:32:03.5848913Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:03.5849284Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:03.5850034Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:03.5850476Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:03.5850867Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:03.5851252Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:03.5851637Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:32:03.5852182Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:03.5852593Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:03.5852965Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:32:03.5853324Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:32:03.5853675Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:32:03.5854029Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:32:03.5854395Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:32:03.5854747Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:32:03.5855116Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:03.5855517Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:32:03.5856144Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:03.5856581Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:03.5856985Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:32:03.5857375Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:03.5857763Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:03.5858148Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:32:03.5858551Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:03.5858961Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:32:03.5859343Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:32:03.5859736Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:03.5860148Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:03.5860586Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:03.5861021Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:32:03.5861417Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:32:03.5861813Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:32:03.5862498Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:03.5862923Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:32:03.5863327Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:03.5863721Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:03.5864118Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:03.5864524Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:03.5864904Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:32:03.5865263Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:32:03.5865630Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:32:03.5866027Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:03.5866426Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:32:03.5867098Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:03.5867519Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:32:03.5867895Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:32:03.5868271Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:32:03.5868654Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:32:03.5869044Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:32:03.5869473Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:03.5869918Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:32:03.5870319Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:03.5870698Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:32:03.5871094Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:03.5871515Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:03.5872114Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:03.5872515Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:32:03.5873076Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:03.5873496Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:03.5873929Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:32:03.5874341Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:32:03.5874727Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:32:03.5875108Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:32:03.5875497Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:32:03.5875922Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:03.5876387Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:03.5876799Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:32:03.5877171Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:32:03.5877530Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:32:03.5877979Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:03.5878487Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:03.5878928Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:32:03.5879311Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:32:03.5879812Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:03.5880519Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:03.5881026Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:03.5881474Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:32:03.5881859Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:32:03.5882511Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:03.5882950Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:03.5883389Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:03.5883797Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:03.5884448Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:32:03.5884851Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:03.5885254Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:03.5885654Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:03.5886059Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:03.5886462Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:03.5886868Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:03.5887266Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:03.5887682Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:03.5888139Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:03.5888574Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:32:03.5888966Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:32:03.5889349Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:03.5889729Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:32:03.5890409Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:32:03.5890833Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:32:03.5891254Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:03.5891717Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:03.5892457Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:03.5892883Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:03.5893275Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:32:03.5893657Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:32:03.5894035Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:32:03.5894407Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:32:03.5894802Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:03.5895188Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:32:03.5895638Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:03.5896115Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:03.5896576Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:03.5897105Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:03.5897620Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:03.5898127Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:03.5898567Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:32:03.5898938Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:32:03.5899303Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:32:03.5899690Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:03.5900073Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:32:03.5900445Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:32:03.5900825Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:03.5901494Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:32:03.5902061Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:03.5902457Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:32:03.5902837Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:32:03.5903244Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:03.5903636Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:32:03.5904052Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:03.5904493Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:03.5904913Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:03.5905329Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:03.5905735Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:03.5906152Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:03.5906577Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:32:03.5906968Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:32:03.5907554Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:32:03.5908067Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.5908588Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:32:03.5908960Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:32:03.5909339Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:03.5909711Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:32:03.5910107Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:03.5910545Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:03.5910975Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:03.5911411Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:03.5911817Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:03.5912413Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:32:03.5912841Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:03.5913253Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:03.5913648Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:32:03.5914083Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:03.5914578Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:03.5915079Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:03.5915530Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:03.5915951Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:03.5916355Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:03.5916833Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:03.5917318Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:03.5917729Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:32:03.5918413Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:03.5918896Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:03.5919304Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:32:03.5919665Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:32:03.5920017Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:32:03.5920393Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:32:03.5920777Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:03.5921144Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:32:03.5921501Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:32:03.5921874Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:03.5922406Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:03.5922784Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:32:03.5923159Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:32:03.5923520Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:32:03.5923897Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:03.5924498Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:03.5924862Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:32:03.5925221Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:03.5925579Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:32:03.5925945Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:03.5926318Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:32:03.5926691Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:32:03.5927045Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:32:03.5927420Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:32:03.5927843Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:03.5928285Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:03.5928695Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:32:03.5929063Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:32:03.5929444Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:03.5929875Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:03.5930279Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:32:03.5930644Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:32:03.5931012Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:32:03.5931374Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:32:03.5931721Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:32:03.5932249Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:32:03.5932618Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:03.5932988Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:32:03.5933349Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:32:03.5933699Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:32:03.5934035Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:32:03.5934407Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:03.5935058Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:03.5935478Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:03.5935876Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:03.5936329Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:03.5936755Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:03.5937260Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:03.5937881Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:03.5938514Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:03.5939058Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:03.5939535Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:03.5939994Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:03.5940519Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:03.5941346Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:03.5941913Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:03.5942557Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:03.5943009Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:32:03.5943382Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:32:03.5943757Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:03.5944140Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:03.5944525Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:03.5944915Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:32:03.5945305Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:03.5945702Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:32:03.5946091Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:03.5946479Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:32:03.5946860Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:32:03.5947240Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:03.5947624Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:32:03.5948023Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:03.5948421Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:32:03.5948838Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:03.5949286Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:03.5949668Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:32:03.5950063Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:03.5950481Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:03.5950894Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:03.5951336Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:03.5952206Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:03.5952663Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:32:03.5953040Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:03.5953426Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:03.5953796Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:32:03.5954194Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:03.5954583Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:32:03.5954971Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:32:03.5955352Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:32:03.5955714Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:32:03.5956083Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:32:03.5956632Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.5957346Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.5958030Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.5958903Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.5959430Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:03.5959815Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:03.5960224Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:32:03.5960627Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:32:03.5961120Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:03.5961499Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:32:03.5961871Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:32:03.5962443Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:03.5962835Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:32:03.5963211Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:32:03.5963591Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:32:03.5963979Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:32:03.5964382Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:32:03.5964782Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:03.5965188Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:32:03.5965575Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:32:03.5965956Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:32:03.5966344Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:32:03.5966754Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:32:03.5967153Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:03.5967549Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:32:03.5967945Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:03.5968374Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:03.5968813Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:03.5969497Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:32:03.5969972Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:03.5970430Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:03.5970836Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:03.5971208Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:32:03.5971592Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:32:03.5972133Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:03.5972548Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:03.5972960Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:32:03.5973340Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:32:03.5973735Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:03.5974208Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:03.5974678Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:03.5975283Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:03.5975695Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:03.5976148Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:03.5976595Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:03.5977071Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:03.5977562Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:03.5978012Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:03.5978450Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:03.5978851Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:32:03.5979242Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:03.5979666Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:03.5980053Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:32:03.5980431Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:03.5980843Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:03.5981248Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:32:03.5981655Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:03.5982233Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:03.5982635Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:03.5983014Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:32:03.5983383Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:32:03.5983742Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:32:03.5984131Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:03.5984550Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:03.5984944Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:32:03.5985398Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:03.5986201Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:03.5986631Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:03.5987078Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:03.5987501Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:03.5987915Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:03.5988322Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:03.5988678Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:32:03.5989043Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:32:03.5989442Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:03.5989843Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:03.5990225Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:03.5990584Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:32:03.5990931Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:32:03.5991278Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:32:03.5991770Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:32:03.5992687Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:03.5993070Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:03.5993451Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:03.5993851Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:03.5994264Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:03.5994681Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:03.5995084Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:32:03.5995500Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:03.5995916Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:32:03.5996300Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:32:03.5996667Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:32:03.5997024Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:32:03.5997406Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:03.5997831Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:03.5998262Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:03.5998663Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:32:03.5999087Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:03.5999533Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:03.5999937Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:03.6000316Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:32:03.6000670Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:32:03.6001013Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:32:03.6001384Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:03.6001763Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:03.6002318Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:03.6003012Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:03.6003452Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:03.6003915Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:03.6004352Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:32:03.6004736Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:03.6005120Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:32:03.6005509Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:03.6005895Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:32:03.6006276Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:32:03.6006651Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:32:03.6007099Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:03.6007594Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:03.6008016Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:32:03.6008391Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:32:03.6008950Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:03.6009354Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:03.6009752Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:32:03.6010121Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:32:03.6010521Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:03.6010899Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:32:03.6011253Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:32:03.6011612Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:32:03.6012176Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:03.6012625Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:32:03.6013013Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:32:03.6013402Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:32:03.6013842Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:03.6014284Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:32:03.6014713Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:03.6015110Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:32:03.6015634Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.6016145Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:32:03.6016537Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:03.6016952Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:32:03.6017377Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:03.6017898Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:03.6018486Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:03.6019101Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:03.6019996Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:03.6020711Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:03.6021338Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:03.6022109Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:03.6022708Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:03.6023192Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:03.6023633Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:03.6024070Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:32:03.6024500Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:03.6024980Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:03.6025419Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:03.6025837Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:32:03.6026209Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:03.6026811Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:03.6027195Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:32:03.6027604Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:03.6028020Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:32:03.6028384Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:32:03.6028776Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:03.6029245Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:03.6029738Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:03.6030234Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:03.6030737Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:03.6031188Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:03.6031606Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:03.6032170Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:03.6032603Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:32:03.6033038Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:03.6033470Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:03.6033860Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:32:03.6034240Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:03.6034619Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:32:03.6035004Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:03.6035444Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:03.6035889Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:32:03.6036345Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:03.6036759Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:03.6037431Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:03.6037925Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:03.6038372Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:03.6038811Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:03.6039217Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:32:03.6039593Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:03.6039979Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:32:03.6040353Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:32:03.6040726Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:03.6041123Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:03.6041532Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:32:03.6042104Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:03.6042601Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:03.6043061Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:03.6043640Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:32:03.6043995Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:32:03.6044366Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:03.6044766Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:03.6045152Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:32:03.6045544Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:03.6045974Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:03.6046425Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:03.6046843Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:32:03.6047230Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:03.6047640Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:32:03.6048184Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:03.6048768Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:03.6049226Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:03.6049675Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:03.6050109Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:03.6050511Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:03.6050907Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:03.6051300Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:03.6051706Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:03.6052272Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:03.6052662Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:03.6053054Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:03.6053459Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:03.6053838Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:32:03.6054477Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:03.6054968Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:03.6055394Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:32:03.6055776Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:32:03.6056157Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:32:03.6056546Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:32:03.6056922Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:32:03.6057292Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:03.6057721Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:03.6058167Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:03.6058580Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:32:03.6058987Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:32:03.6059381Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:32:03.6059759Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:32:03.6060307Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:32:03.6060692Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:32:03.6061095Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:32:03.6061540Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:03.6062156Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:03.6062605Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:03.6063010Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:03.6063414Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:32:03.6063841Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:03.6064238Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:32:03.6064602Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:32:03.6064958Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:32:03.6065323Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:03.6065700Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:32:03.6066059Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:32:03.6066428Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:03.6066830Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:03.6067213Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:32:03.6067572Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:32:03.6067923Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:32:03.6068307Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:32:03.6068755Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:03.6069134Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:32:03.6069503Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:03.6069870Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:32:03.6070255Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:03.6070894Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:32:03.6071284Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:32:03.6071657Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:03.6072324Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:03.6072746Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:32:03.6073125Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:03.6073504Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:32:03.6073889Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:03.6074290Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:03.6074711Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:03.6075120Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:32:03.6075478Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:32:03.6075825Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:32:03.6076161Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:32:03.6076801Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:03.6077303Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:03.6077777Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:03.6078254Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:03.6078763Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:03.6079203Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:32:03.6079586Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:03.6079978Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:03.6080371Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:03.6080761Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:03.6081153Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:03.6081543Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:03.6082096Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:32:03.6082516Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:03.6082962Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:03.6083401Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:03.6083780Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:32:03.6084179Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:03.6084604Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:03.6084989Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:32:03.6085335Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:32:03.6085728Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:03.6086180Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:03.6086644Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:03.6087057Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:32:03.6087691Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:32:03.6088185Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:32:03.6088626Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:32:03.8259158Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:32:04.0130315Z Collecting meson
2025-08-20T20:32:04.0646085Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:32:04.1221665Z Collecting ninja
2025-08-20T20:32:04.1306025Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:32:04.1541535Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:32:04.2511794Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 10.7 MB/s  0:00:00
2025-08-20T20:32:04.2610440Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:32:04.3582907Z Installing collected packages: ninja, meson
2025-08-20T20:32:05.0526336Z 
2025-08-20T20:32:05.0550905Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:32:05.3337757Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:32:05.4276123Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:32:05.4982116Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:32:05.8940824Z 1.8.4
2025-08-20T20:32:05.9258795Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:32:05.9603829Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:05.9604215Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:32:05.9611369Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:32:05.9611877Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:32:05.9612531Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:32:05.9612934Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:32:05.9613300Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:32:05.9613660Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:32:05.9614007Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:32:05.9614350Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:32:05.9614710Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:05.9615094Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:32:05.9615479Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:05.9615883Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:32:05.9616278Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:32:05.9616682Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:05.9617086Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:32:05.9617450Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:32:05.9617830Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:05.9618296Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:05.9618741Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:05.9619134Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:05.9619555Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:05.9619957Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:32:05.9620309Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:32:05.9621120Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:05.9621596Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:05.9622264Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:05.9622686Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:05.9623110Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:05.9623531Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:05.9623953Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:05.9624381Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:32:05.9624805Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:05.9625245Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:05.9625672Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:05.9626081Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:05.9626490Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:32:05.9627155Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:32:05.9627566Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:05.9627989Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:05.9628409Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:05.9628812Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:32:05.9629211Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:05.9629669Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:05.9630140Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:05.9630611Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:05.9631103Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:05.9631553Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:05.9632132Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:05.9632631Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:05.9633046Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:05.9633465Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:05.9633869Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:05.9634237Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:32:05.9634590Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:32:05.9634960Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:32:05.9635354Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:32:05.9635760Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:05.9636138Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:32:05.9636547Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:05.9636984Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:05.9637405Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:05.9638062Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:05.9638513Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:05.9638946Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:05.9639350Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:05.9639750Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:32:05.9640189Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:05.9640685Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:05.9641187Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:32:05.9641645Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:32:05.9642207Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:05.9642608Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:32:05.9643003Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:05.9643406Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:32:05.9643806Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:32:05.9644445Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:05.9644948Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:05.9645452Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:05.9645941Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:05.9646381Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:05.9646785Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:05.9647179Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:05.9647583Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:05.9647980Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:32:05.9648371Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:05.9648797Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:05.9649222Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:32:05.9649604Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:32:05.9649975Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:05.9650382Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:05.9650794Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:05.9651172Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:32:05.9651539Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:32:05.9652128Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:05.9652571Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:32:05.9652925Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:32:05.9653301Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:05.9653709Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:32:05.9654096Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:32:05.9654457Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:32:05.9655037Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:05.9655438Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:05.9655826Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:05.9656224Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:05.9656624Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:05.9657006Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:05.9657386Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:32:05.9657782Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:05.9658189Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:05.9658558Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:32:05.9658917Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:32:05.9659268Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:32:05.9659623Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:32:05.9659985Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:32:05.9660333Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:32:05.9660898Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:05.9661300Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:32:05.9661730Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:05.9662401Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:05.9662807Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:32:05.9663199Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:05.9663593Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:05.9663978Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:32:05.9664380Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:05.9664787Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:32:05.9665174Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:32:05.9665569Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:05.9665981Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:05.9666418Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:05.9666845Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:32:05.9667233Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:32:05.9667632Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:32:05.9668041Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:05.9668450Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:32:05.9668853Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:05.9669257Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:05.9669649Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:05.9670055Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:05.9670437Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:32:05.9670794Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:32:05.9671166Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:32:05.9671805Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:05.9672710Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:32:05.9673120Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:05.9673509Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:32:05.9673882Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:32:05.9674256Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:32:05.9674634Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:32:05.9675018Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:32:05.9675440Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:05.9675886Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:32:05.9676292Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:05.9676665Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:32:05.9677053Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:05.9677471Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:05.9678072Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:05.9678422Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:32:05.9678766Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:05.9679215Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:05.9679645Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:32:05.9680058Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:32:05.9680443Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:32:05.9680823Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:32:05.9681205Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:32:05.9681627Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:05.9682264Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:05.9682681Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:32:05.9683047Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:32:05.9683408Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:32:05.9683852Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:05.9684359Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:05.9684799Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:32:05.9685171Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:32:05.9685634Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:05.9686176Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:05.9686675Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:05.9687111Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:32:05.9687470Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:32:05.9687851Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:05.9688261Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:05.9688885Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:05.9689367Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:05.9689746Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:32:05.9690121Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:05.9690524Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:05.9690921Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:05.9691321Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:05.9691717Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:05.9692322Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:05.9692721Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:05.9693145Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:05.9693590Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:05.9694018Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:32:05.9694407Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:32:05.9694957Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:05.9695332Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:32:05.9695704Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:32:05.9696090Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:32:05.9696508Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:05.9696981Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:05.9697427Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:05.9697833Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:05.9698220Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:32:05.9698606Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:32:05.9698983Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:32:05.9699351Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:32:05.9699739Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:05.9700123Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:32:05.9700571Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:05.9701053Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:05.9701511Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:05.9702195Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:05.9702723Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:05.9703232Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:05.9703675Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:32:05.9704040Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:32:05.9704404Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:32:05.9704785Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:05.9705163Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:32:05.9705738Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:32:05.9706140Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:05.9706526Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:32:05.9706910Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:05.9707289Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:32:05.9707667Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:32:05.9708062Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:05.9708452Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:32:05.9708867Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:05.9709303Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:05.9709727Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:05.9710143Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:05.9710548Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:05.9710961Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:05.9711580Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:32:05.9712314Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:32:05.9712678Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:32:05.9713184Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9713703Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:32:05.9714078Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:32:05.9714453Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:05.9714819Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:32:05.9715211Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:05.9715648Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:05.9716073Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:05.9716502Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:05.9716907Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:05.9717311Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:32:05.9717736Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:05.9718150Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:05.9718539Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:32:05.9718969Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:05.9719463Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:05.9719965Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:05.9720417Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:05.9720828Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:05.9721232Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:05.9721711Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:05.9722700Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:05.9723140Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:32:05.9723579Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:05.9724034Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:05.9724446Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:32:05.9724803Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:32:05.9725154Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:32:05.9725526Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:32:05.9725912Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:05.9726280Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:32:05.9726641Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:32:05.9727010Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:05.9727371Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:05.9727729Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:32:05.9728101Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:32:05.9728625Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:32:05.9729005Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:05.9729388Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:05.9729745Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:32:05.9730100Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:05.9730460Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:32:05.9730826Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:05.9731205Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:32:05.9731571Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:32:05.9732142Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:32:05.9732550Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:32:05.9732972Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:05.9733405Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:05.9733812Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:32:05.9734175Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:32:05.9734556Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:05.9734988Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:05.9735390Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:32:05.9735748Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:32:05.9736112Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:32:05.9736475Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:32:05.9736818Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:32:05.9737163Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:32:05.9737519Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:05.9737888Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:32:05.9738248Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:32:05.9738593Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:32:05.9739149Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:32:05.9739553Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:05.9739964Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:05.9740360Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:05.9740762Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:05.9741155Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:05.9741573Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:05.9742218Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:05.9742845Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:05.9743477Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:05.9744021Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:05.9744489Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:05.9745176Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:05.9745696Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:05.9746315Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:05.9746878Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:05.9747374Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:05.9747823Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:32:05.9748192Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:32:05.9748563Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:05.9748934Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:05.9749314Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:05.9749710Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:32:05.9750093Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:05.9750482Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:32:05.9750862Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:05.9751252Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:32:05.9751631Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:32:05.9752248Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:05.9752643Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:32:05.9753036Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:05.9753430Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:32:05.9753869Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:05.9754282Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:05.9754647Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:32:05.9755036Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:05.9755445Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:05.9755857Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:05.9756536Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:05.9756990Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:05.9757356Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:32:05.9757723Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:05.9758110Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:05.9758479Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:32:05.9758862Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:05.9759253Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:32:05.9759638Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:32:05.9760017Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:32:05.9760382Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:32:05.9760748Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:32:05.9761293Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9762377Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9763068Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9763735Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9764262Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:05.9764648Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:05.9765061Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:32:05.9765464Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:32:05.9765838Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:05.9766214Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:32:05.9766585Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:32:05.9766962Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:05.9767340Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:32:05.9767719Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:32:05.9768103Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:32:05.9768492Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:32:05.9768901Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:32:05.9769300Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:05.9769698Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:32:05.9770090Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:32:05.9770474Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:32:05.9770864Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:32:05.9771266Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:32:05.9771664Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:05.9772190Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:32:05.9772591Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:05.9773257Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:05.9773713Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:05.9774115Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:32:05.9774552Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:05.9775013Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:05.9775415Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:05.9775783Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:32:05.9776164Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:32:05.9776559Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:05.9776972Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:05.9777375Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:32:05.9777755Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:32:05.9778142Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:05.9778613Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:05.9779240Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:05.9779636Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:05.9780045Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:05.9780500Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:05.9780952Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:05.9781430Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:05.9782051Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:05.9782517Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:05.9782955Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:05.9783354Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:32:05.9783743Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:05.9784163Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:05.9784547Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:32:05.9784921Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:05.9785331Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:05.9785729Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:32:05.9786129Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:05.9786548Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:05.9786944Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:05.9787320Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:32:05.9787683Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:32:05.9788039Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:32:05.9788430Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:05.9788854Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:05.9789441Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:32:05.9789932Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:05.9790382Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:05.9790783Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:05.9791223Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:05.9791645Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:05.9792199Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:05.9792612Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:05.9792971Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:32:05.9793335Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:32:05.9793733Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:05.9794128Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:05.9794506Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:05.9794868Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:32:05.9795392Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:32:05.9795742Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:32:05.9796220Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:32:05.9796727Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:05.9797109Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:05.9797491Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:05.9797897Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:05.9798306Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:05.9798716Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:05.9799118Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:32:05.9799537Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:05.9799949Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:32:05.9800322Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:32:05.9800687Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:32:05.9801047Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:32:05.9801427Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:05.9801855Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:05.9802526Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:05.9802935Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:32:05.9803358Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:05.9803807Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:05.9804204Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:05.9804574Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:32:05.9804918Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:32:05.9805268Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:32:05.9805637Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:05.9806228Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:05.9806632Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:05.9807032Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:05.9807448Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:05.9807912Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:05.9808352Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:32:05.9808724Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:05.9809110Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:32:05.9809497Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:05.9809885Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:32:05.9810269Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:32:05.9810647Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:32:05.9811088Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:05.9811581Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:05.9812291Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:32:05.9812675Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:32:05.9813055Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:05.9813454Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:05.9813844Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:32:05.9814217Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:32:05.9814620Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:05.9814998Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:32:05.9815346Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:32:05.9815701Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:32:05.9816104Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:05.9816526Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:32:05.9816906Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:32:05.9817294Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:32:05.9817737Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:05.9818180Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:32:05.9818613Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:05.9819007Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:32:05.9819524Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9820039Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:32:05.9820437Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:05.9820846Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:32:05.9821279Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:05.9821804Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:05.9822566Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:05.9823403Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:05.9824072Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:05.9824717Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:05.9825347Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:05.9825969Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:05.9826551Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:05.9827034Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:05.9827485Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:05.9827926Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:32:05.9828350Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:05.9828825Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:05.9829431Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:05.9829815Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:32:05.9830184Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:05.9830562Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:05.9830946Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:32:05.9831356Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:05.9831914Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:32:05.9832503Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:32:05.9832900Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:05.9833367Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:05.9833870Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:05.9834362Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:05.9834851Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:05.9835302Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:05.9835720Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:05.9836131Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:05.9836550Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:32:05.9836986Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:05.9837415Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:05.9837805Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:32:05.9838191Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:05.9838566Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:32:05.9838948Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:05.9839386Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:05.9839831Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:32:05.9840240Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:05.9840867Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:05.9841376Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:05.9841828Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:05.9842418Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:05.9842854Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:05.9843251Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:32:05.9843621Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:05.9844011Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:32:05.9844384Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:32:05.9844762Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:05.9845159Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:05.9845561Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:32:05.9845994Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:05.9846645Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:05.9847106Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:05.9847500Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:32:05.9847851Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:32:05.9848225Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:05.9848620Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:05.9849013Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:32:05.9849404Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:05.9849831Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:05.9850282Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:05.9850701Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:32:05.9851088Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:05.9851488Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:32:05.9852209Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:05.9852834Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:05.9853297Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:05.9853744Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:05.9854172Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:05.9854574Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:05.9854965Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:05.9855356Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:05.9855758Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:05.9856160Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:05.9856542Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:05.9856936Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:05.9857557Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:05.9857955Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:32:05.9858362Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:05.9858825Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:05.9859254Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:32:05.9859632Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:32:05.9860008Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:32:05.9860399Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:32:05.9860779Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:32:05.9861151Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:05.9861587Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:05.9862245Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:05.9862681Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:32:05.9863083Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:32:05.9863662Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:32:05.9864045Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:32:05.9864421Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:32:05.9864807Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:32:05.9865214Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:32:05.9865667Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:05.9866117Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:05.9866541Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:05.9866946Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:05.9867358Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:32:05.9867786Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:05.9868175Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:32:05.9868535Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:32:05.9868886Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:32:05.9869253Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:05.9869628Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:32:05.9869987Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:32:05.9870356Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:05.9870751Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:05.9871141Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:32:05.9871501Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:32:05.9871849Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:32:05.9872411Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:32:05.9872815Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:05.9873193Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:32:05.9873561Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:05.9874192Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:32:05.9874602Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:05.9874989Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:32:05.9875343Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:32:05.9875722Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:05.9876116Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:05.9876500Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:32:05.9876876Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:05.9877254Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:32:05.9877640Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:05.9878047Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:05.9878470Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:05.9878873Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:32:05.9879229Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:32:05.9879716Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:32:05.9880059Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:32:05.9880482Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:05.9880983Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:05.9881459Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:05.9882083Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:05.9882599Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:05.9883038Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:32:05.9883420Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:05.9883811Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:05.9884207Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:05.9884598Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:05.9884984Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:05.9885370Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:05.9885746Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:32:05.9886145Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:05.9886591Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:05.9887028Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:05.9887402Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:32:05.9887808Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:05.9888235Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:05.9888613Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:32:05.9888963Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:32:05.9889353Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:05.9889804Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:05.9890472Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:05.9890911Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:32:05.9891329Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:32:05.9891762Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:32:05.9892339Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:32:06.2474710Z info: downloading installer
2025-08-20T20:32:06.4996060Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:32:06.4996459Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:32:06.4996830Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:32:06.4997248Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:32:06.5223638Z info: profile set to 'default'
2025-08-20T20:32:06.5223957Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:32:06.5224317Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:32:06.5777645Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:32:06.6951158Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:32:06.7275379Z info: downloading component 'clippy'
2025-08-20T20:32:06.8056620Z info: downloading component 'rustfmt'
2025-08-20T20:32:06.8675029Z info: downloading component 'cargo'
2025-08-20T20:32:06.9971694Z info: downloading component 'rust-std'
2025-08-20T20:32:07.2476093Z info: downloading component 'rustc'
2025-08-20T20:32:07.7890669Z info: removing previous version of component 'clippy'
2025-08-20T20:32:07.8033839Z info: removing previous version of component 'rustfmt'
2025-08-20T20:32:07.8098453Z info: removing previous version of component 'cargo'
2025-08-20T20:32:07.8336497Z info: removing previous version of component 'rust-std'
2025-08-20T20:32:07.8477851Z info: removing previous version of component 'rustc'
2025-08-20T20:32:07.8732146Z info: installing component 'clippy'
2025-08-20T20:32:08.1447436Z info: installing component 'rustfmt'
2025-08-20T20:32:08.3478622Z info: installing component 'cargo'
2025-08-20T20:32:08.8559635Z info: installing component 'rust-std'
2025-08-20T20:32:10.1738643Z info: installing component 'rustc'
2025-08-20T20:32:13.0725820Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:32:13.0726122Z 
2025-08-20T20:32:13.0799820Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:32:13.0800254Z 
2025-08-20T20:32:13.0800258Z 
2025-08-20T20:32:13.0800344Z Rust is installed now. Great!
2025-08-20T20:32:13.0800488Z 
2025-08-20T20:32:13.0800663Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:32:13.0801057Z environment variable. This has not been done automatically.
2025-08-20T20:32:13.0801273Z 
2025-08-20T20:32:13.0801417Z To configure your current shell, you need to source
2025-08-20T20:32:13.0801706Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:32:13.0801885Z 
2025-08-20T20:32:13.0802278Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:32:13.0802692Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:32:13.0803000Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:32:13.0803279Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:32:13.0998361Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:32:13.1343857Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:32:13.1344151Z 
2025-08-20T20:32:13.1421850Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:32:13.1422311Z 
2025-08-20T20:32:13.1842025Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:32:13.2226247Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:32:13.2579997Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:13.2580668Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:32:13.2581058Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:32:13.2581435Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:32:13.2581854Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:32:13.2582313Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:32:13.2582681Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:32:13.2583041Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:32:13.2583393Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:32:13.2583723Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:32:13.2584080Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:13.2584474Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:32:13.2584864Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:13.2585273Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:32:13.2585672Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:32:13.2586422Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:13.2586825Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:32:13.2587188Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:32:13.2587567Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:13.2588022Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:13.2588468Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:13.2588866Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:13.2589288Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:13.2589686Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:32:13.2590039Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:32:13.2590437Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:13.2590869Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:13.2591283Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:13.2591691Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:13.2592263Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:13.2592700Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:13.2593127Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:13.2593556Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:32:13.2593977Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:13.2594423Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:13.2594849Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:13.2595248Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:13.2595663Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:32:13.2596056Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:32:13.2596465Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:13.2597192Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:13.2597647Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:13.2598051Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:32:13.2598444Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:13.2598903Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:13.2599372Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:13.2599840Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:13.2600331Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:13.2600779Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:13.2601205Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:13.2601631Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:13.2602190Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:13.2602627Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:13.2603233Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:13.2603609Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:32:13.2603970Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:32:13.2604344Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:32:13.2604731Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:32:13.2605136Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:13.2605520Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:32:13.2605933Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:13.2606376Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:13.2606801Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:13.2607221Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:13.2607645Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:13.2608081Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:13.2608489Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:13.2608887Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:32:13.2609327Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:13.2609835Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:13.2610341Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:32:13.2610806Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:32:13.2611229Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:13.2611623Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:32:13.2612253Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:13.2612677Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:32:13.2613079Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:32:13.2613541Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:13.2614259Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:13.2614787Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:13.2615279Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:13.2615716Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:13.2616128Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:13.2616524Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:13.2616933Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:13.2617333Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:32:13.2617723Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:13.2618147Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:13.2618576Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:32:13.2618958Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:32:13.2619336Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:13.2619746Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:13.2620323Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:13.2620700Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:32:13.2621069Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:32:13.2621462Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:13.2621851Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:32:13.2623708Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:32:13.2624106Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:13.2624516Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:32:13.2624901Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:32:13.2625266Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:32:13.2625638Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:13.2626015Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:13.2626404Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:13.2626805Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:13.2627204Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:13.2627590Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:13.2627978Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:32:13.2628533Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:13.2628934Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:13.2629310Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:32:13.2629674Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:32:13.2630027Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:32:13.2630390Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:32:13.2630754Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:32:13.2631135Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:32:13.2631510Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:13.2632322Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:32:13.2632796Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:13.2633235Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:13.2633635Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:32:13.2634027Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:13.2634414Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:13.2634802Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:32:13.2635207Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:13.2635618Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:32:13.2636001Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:32:13.2636398Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:13.2636811Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:13.2637246Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:13.2637673Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:32:13.2638238Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:32:13.2638634Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:32:13.2639041Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:13.2639450Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:32:13.2639854Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:13.2640253Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:13.2640658Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:13.2641064Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:13.2641444Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:32:13.2641798Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:32:13.2642322Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:32:13.2642722Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:13.2643119Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:32:13.2643520Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:13.2643910Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:32:13.2644281Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:32:13.2644662Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:32:13.2645041Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:32:13.2645434Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:32:13.2645854Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:13.2646304Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:32:13.2646706Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:13.2647082Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:32:13.2647471Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:13.2647893Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:13.2648310Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:13.2648926Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:32:13.2649300Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:13.2649718Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:13.2650145Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:32:13.2650567Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:32:13.2650951Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:32:13.2651333Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:32:13.2651726Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:32:13.2652337Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:13.2652811Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:13.2653230Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:32:13.2653594Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:32:13.2653952Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:32:13.2654396Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:13.2655080Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:13.2655522Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:32:13.2655903Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:32:13.2656365Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:13.2656944Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:13.2657453Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:13.2657894Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:32:13.2658255Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:32:13.2658638Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:13.2659049Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:13.2659464Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:13.2659870Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:13.2660244Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:32:13.2660623Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:13.2661026Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:13.2661430Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:13.2661835Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:13.2662446Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:13.2662847Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:13.2663247Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:13.2663663Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:13.2664105Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:13.2664537Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:32:13.2664928Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:32:13.2665303Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:13.2665936Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:32:13.2666339Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:32:13.2666734Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:32:13.2667153Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:13.2667624Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:13.2668075Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:13.2668474Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:13.2668864Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:32:13.2669247Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:32:13.2669624Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:32:13.2669998Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:32:13.2670384Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:13.2670765Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:32:13.2671209Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:13.2671848Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:13.2672446Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:13.2672966Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:13.2673479Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:13.2673983Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:13.2674427Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:32:13.2674792Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:32:13.2675156Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:32:13.2675537Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:13.2675920Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:32:13.2676298Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:32:13.2676679Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:13.2677064Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:32:13.2677448Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:13.2677825Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:32:13.2678204Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:32:13.2678610Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:13.2679004Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:32:13.2679425Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:13.2679868Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:13.2680295Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:13.2680711Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:13.2681119Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:13.2681534Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:13.2682082Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:32:13.2682763Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:32:13.2683151Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:32:13.2683665Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2684185Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:32:13.2684560Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:32:13.2684940Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:13.2685308Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:32:13.2685705Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:13.2686149Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:13.2686576Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:13.2687012Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:13.2687419Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:13.2687826Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:32:13.2688254Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:13.2688933Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:13.2689331Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:32:13.2689764Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:13.2690256Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:13.2690754Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:13.2691210Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:13.2691623Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:13.2692169Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:13.2692667Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:13.2693159Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:13.2693571Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:32:13.2694005Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:13.2694464Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:13.2694872Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:32:13.2695235Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:32:13.2695591Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:32:13.2695960Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:32:13.2696350Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:13.2696721Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:32:13.2697081Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:32:13.2697452Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:13.2697817Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:13.2698180Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:32:13.2698554Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:32:13.2698911Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:32:13.2699286Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:13.2699920Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:13.2700320Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:32:13.2700680Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:13.2701041Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:32:13.2701412Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:13.2701790Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:32:13.2702361Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:32:13.2702729Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:32:13.2703111Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:32:13.2703531Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:13.2703970Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:13.2704378Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:32:13.2704744Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:32:13.2705165Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:13.2705786Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:13.2706191Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:32:13.2706554Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:32:13.2706923Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:32:13.2707282Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:32:13.2707626Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:32:13.2707980Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:32:13.2708334Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:13.2708700Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:32:13.2709066Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:32:13.2709414Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:32:13.2709755Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:32:13.2710136Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:13.2710546Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:13.2710938Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:13.2711337Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:13.2711738Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:13.2712337Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:13.2712851Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:13.2713466Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:13.2714098Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:13.2714641Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:13.2715113Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:13.2715571Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:13.2716099Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:13.2716978Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:13.2717567Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:13.2718063Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:13.2718514Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:32:13.2718889Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:32:13.2719263Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:13.2719636Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:13.2720018Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:13.2720410Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:32:13.2720802Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:13.2721190Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:32:13.2721586Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:13.2722096Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:32:13.2722696Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:32:13.2723078Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:13.2723459Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:32:13.2723854Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:13.2724250Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:32:13.2724663Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:13.2725084Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:13.2725455Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:32:13.2725846Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:13.2726254Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:13.2726668Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:13.2727113Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:13.2727549Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:13.2727923Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:32:13.2728294Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:13.2728683Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:13.2729057Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:32:13.2729447Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:13.2729844Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:32:13.2730231Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:32:13.2730617Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:32:13.2730982Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:32:13.2731351Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:32:13.2731907Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2732788Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2733687Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2734371Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2734898Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:13.2735291Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:13.2735697Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:32:13.2736101Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:32:13.2736477Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:13.2736857Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:32:13.2737222Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:32:13.2737601Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:13.2737980Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:32:13.2738354Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:32:13.2738732Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:32:13.2739120Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:32:13.2739679Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:32:13.2740078Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:13.2740477Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:32:13.2740866Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:32:13.2741242Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:32:13.2741628Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:32:13.2742192Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:32:13.2742603Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:13.2743002Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:32:13.2743393Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:13.2743823Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:13.2744254Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:13.2744659Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:32:13.2745096Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:13.2745556Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:13.2745968Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:13.2746343Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:32:13.2746728Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:32:13.2747127Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:13.2747541Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:13.2747946Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:32:13.2748328Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:32:13.2748723Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:13.2749194Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:13.2749662Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:13.2750277Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:13.2750719Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:13.2751171Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:13.2751618Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:13.2752251Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:13.2752752Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:13.2753199Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:13.2753637Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:13.2754039Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:32:13.2754435Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:13.2754856Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:13.2755238Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:32:13.2755615Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:13.2756217Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:13.2756618Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:32:13.2757071Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:13.2757492Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:13.2757885Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:13.2758264Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:32:13.2758637Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:32:13.2759001Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:32:13.2759383Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:13.2759806Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:13.2760205Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:32:13.2760654Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:13.2761109Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:13.2761512Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:13.2762083Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:13.2762527Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:13.2762939Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:13.2763348Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:13.2763705Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:32:13.2764068Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:32:13.2764468Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:13.2764864Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:13.2765246Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:13.2765605Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:32:13.2765956Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:32:13.2766307Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:32:13.2767047Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:32:13.2767588Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:13.2767984Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:13.2768360Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:13.2768763Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:13.2769179Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:13.2769590Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:13.2769994Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:32:13.2770407Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:13.2770824Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:32:13.2771203Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:32:13.2771576Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:32:13.2772086Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:32:13.2772473Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:13.2773073Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:13.2773502Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:13.2773902Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:32:13.2774328Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:13.2774774Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:13.2775170Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:13.2775541Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:32:13.2775890Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:32:13.2776237Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:32:13.2776599Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:13.2776978Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:13.2777357Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:13.2777758Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:13.2778178Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:13.2778639Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:13.2779077Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:32:13.2779463Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:13.2779884Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:32:13.2780269Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:13.2780658Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:32:13.2781050Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:32:13.2781430Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:32:13.2781875Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:13.2782526Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:13.2782953Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:32:13.2783327Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:32:13.2783926Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:13.2784355Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:13.2784750Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:32:13.2785124Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:32:13.2785524Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:13.2785905Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:32:13.2786252Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:32:13.2786611Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:32:13.2787011Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:13.2787439Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:32:13.2787817Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:32:13.2788207Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:32:13.2788655Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:13.2789096Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:32:13.2789687Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:13.2790083Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:32:13.2790597Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2791106Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:32:13.2791499Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:13.2791916Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:32:13.2792507Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:13.2793031Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:13.2793610Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:13.2794224Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:13.2794871Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:13.2796361Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:13.2797001Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:13.2797636Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:13.2798220Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:13.2798702Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:13.2799150Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:13.2799594Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:32:13.2800023Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:13.2800500Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:13.2800935Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:13.2801316Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:32:13.2802092Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:13.2802517Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:13.2802903Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:32:13.2803309Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:13.2803728Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:32:13.2804093Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:32:13.2804479Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:13.2804941Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:13.2805431Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:13.2805920Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:13.2806414Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:13.2806864Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:13.2807281Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:13.2807699Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:13.2808264Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:32:13.2808694Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:13.2809121Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:13.2809512Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:32:13.2809897Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:13.2810280Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:32:13.2810656Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:13.2811092Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:13.2811530Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:32:13.2812090Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:13.2812521Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:13.2812950Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:13.2813402Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:13.2813846Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:13.2814278Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:13.2814682Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:32:13.2815055Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:13.2815447Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:32:13.2815821Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:32:13.2816199Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:13.2816597Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:13.2816992Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:32:13.2817419Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:13.2817888Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:13.2818353Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:13.2818965Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:32:13.2819342Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:32:13.2819717Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:13.2820114Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:13.2820504Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:32:13.2820897Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:13.2821322Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:13.2821768Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:13.2822321Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:32:13.2822713Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:13.2823118Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:32:13.2823659Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:32:13.2824239Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:13.2824893Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:13.2825339Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:13.2825766Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:13.2826162Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:13.2826551Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:13.2826940Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:13.2827348Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:13.2827752Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:13.2828130Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:13.2828522Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:13.2828929Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:13.2829307Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:32:13.2829714Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:13.2830179Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:13.2830603Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:32:13.2830986Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:32:13.2831366Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:32:13.2831758Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:32:13.2832291Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:32:13.2832665Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:13.2833097Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:13.2833544Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:13.2833948Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:32:13.2834345Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:32:13.2834739Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:32:13.2835309Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:32:13.2835699Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:32:13.2836085Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:32:13.2836483Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:32:13.2836933Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:13.2837384Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:13.2837804Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:13.2838208Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:13.2838613Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:32:13.2839043Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:13.2839437Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:32:13.2839793Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:32:13.2840140Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:32:13.2840507Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:13.2841020Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:32:13.2841375Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:32:13.2841744Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:13.2842377Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:13.2842767Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:32:13.2843125Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:32:13.2843479Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:32:13.2843853Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:32:13.2844250Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:13.2844627Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:32:13.2844989Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:13.2845356Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:32:13.2845743Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:13.2846124Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:32:13.2846474Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:32:13.2846849Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:13.2847241Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:13.2847626Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:32:13.2848008Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:13.2848386Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:32:13.2848771Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:13.2849180Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:13.2849606Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:13.2850008Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:32:13.2850368Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:32:13.2850765Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:32:13.2851104Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:32:13.2851795Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:13.2852479Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:13.2852959Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:13.2853440Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:13.2853958Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:13.2854398Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:32:13.2854781Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:13.2855171Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:13.2855566Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:13.2855989Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:13.2875492Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:13.2875917Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:13.2876302Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:32:13.2877076Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:13.2877520Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:13.2877956Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:13.2878335Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:32:13.2878736Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:13.2879163Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:13.2879551Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:32:13.2879905Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:32:13.2880294Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:13.2880745Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:13.2881211Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:13.2881623Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:32:13.2882244Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:32:13.2882686Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:32:13.2883121Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:32:13.2883408Z 
2025-08-20T20:32:13.2883412Z 
2025-08-20T20:32:13.2883788Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:32:13 PM)
2025-08-20T20:32:13.2884142Z 
2025-08-20T20:32:13.2884150Z 
2025-08-20T20:32:13.2884192Z 
2025-08-20T20:32:13.2884257Z [+] Continue : YES
2025-08-20T20:32:13.2884365Z 
2025-08-20T20:32:13.2884593Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:32:13.3346188Z 
2025-08-20T20:32:13.3346750Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:32:13 PM) UTC
2025-08-20T20:32:13.3347026Z 
2025-08-20T20:32:13.3361603Z 
2025-08-20T20:32:13.3361740Z [+] Total RECIPES :: 1
2025-08-20T20:32:13.3361875Z 
2025-08-20T20:32:13.3441635Z 
2025-08-20T20:32:13.3442636Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml (1/1)
2025-08-20T20:32:13.3443159Z 
2025-08-20T20:32:13.4200976Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:32:13.4211837Z mode of '/tmp/pkgforge/sqLpzpI3z_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:32:13.4258841Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/go-git/official [Provided]
2025-08-20T20:32:13.4259249Z [+] Setting '.pkg_family' --> go-git [Provided]
2025-08-20T20:32:13.4272683Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:32:13.4278380Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:32:13.4309579Z [00:00:00.003]➜  
2025-08-20T20:32:13.4310118Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:32:13.4310541Z [00:00:00.003]➜  
2025-08-20T20:32:13.4350101Z [00:00:00.007]➜  
2025-08-20T20:32:13.4350584Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:32:13.4351023Z [00:00:00.007]➜  
2025-08-20T20:32:13.4446106Z [00:00:00.017]➜  
2025-08-20T20:32:13.4447306Z [00:00:00.017]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/go-git/static.official.source.yaml) --> /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:32:13 PM) UTC]
2025-08-20T20:32:13.4448679Z [00:00:00.017]➜  
2025-08-20T20:32:13.4448871Z [00:00:00.017]➜  
2025-08-20T20:32:13.4449050Z [00:00:00.017]➜  
2025-08-20T20:32:13.4449326Z [00:00:00.017]➜  ###################################################################
2025-08-20T20:32:13.4455372Z [00:00:00.018]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:32:13.4456185Z [00:00:00.018]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:32:13.4457384Z [00:00:00.018]➜  _disabled: false
2025-08-20T20:32:13.4457711Z [00:00:00.018]➜  
2025-08-20T20:32:13.4457929Z [00:00:00.018]➜  pkg: "go-git"
2025-08-20T20:32:13.4458249Z [00:00:00.018]➜  pkg_id: "github.com.go-git.go-git"
2025-08-20T20:32:13.4458549Z [00:00:00.018]➜  pkg_type: "static"
2025-08-20T20:32:13.4458791Z [00:00:00.018]➜  category:
2025-08-20T20:32:13.4459258Z [00:00:00.018]➜    - "ConsoleOnly"
2025-08-20T20:32:13.4459587Z [00:00:00.018]➜    - "Utility"
2025-08-20T20:32:13.4460007Z [00:00:00.018]➜  description: "A highly extensible Git implementation in pure Go"
2025-08-20T20:32:13.4460379Z [00:00:00.018]➜  homepage:
2025-08-20T20:32:13.4460665Z [00:00:00.018]➜    - "https://github.com/go-git/go-git"
2025-08-20T20:32:13.4460956Z [00:00:00.018]➜  maintainer:
2025-08-20T20:32:13.4461268Z [00:00:00.018]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:32:13.4461599Z [00:00:00.018]➜  note:
2025-08-20T20:32:13.4461878Z [00:00:00.018]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:32:13.4462645Z [00:00:00.018]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/go-git/go-git"  
2025-08-20T20:32:13.4463080Z [00:00:00.018]➜  #repology:
2025-08-20T20:32:13.4463307Z [00:00:00.018]➜  #  - "go-git"
2025-08-20T20:32:13.4463529Z [00:00:00.018]➜  src_url:
2025-08-20T20:32:13.4463799Z [00:00:00.018]➜    - "https://github.com/go-git/go-git"
2025-08-20T20:32:13.4464073Z [00:00:00.018]➜  tag:
2025-08-20T20:32:13.4464300Z [00:00:00.018]➜    - "git"
2025-08-20T20:32:13.4464535Z [00:00:00.018]➜  x_exec:
2025-08-20T20:32:13.4464766Z [00:00:00.018]➜    bsys: "docker://go"
2025-08-20T20:32:13.4465010Z [00:00:00.018]➜    host:
2025-08-20T20:32:13.4465273Z [00:00:00.018]➜      - "aarch64-Linux"
2025-08-20T20:32:13.4465537Z [00:00:00.018]➜      - "x86_64-Linux"
2025-08-20T20:32:13.4465790Z [00:00:00.018]➜    shell: "bash"
2025-08-20T20:32:13.4466029Z [00:00:00.018]➜    pkgver: |
2025-08-20T20:32:13.4466311Z [00:00:00.018]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:32:13.4467465Z [00:00:00.018]➜      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:32:13.4468391Z [00:00:00.018]➜      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:32:13.4469034Z [00:00:00.018]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:32:13.4469410Z [00:00:00.018]➜    run: |
2025-08-20T20:32:13.4469632Z [00:00:00.018]➜      #Build
2025-08-20T20:32:13.4470222Z [00:00:00.018]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:32:13.4470939Z [00:00:00.018]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:32:13.4471637Z [00:00:00.018]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:32:13.4473146Z [00:00:00.018]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:32:13.4473598Z [00:00:00.018]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:32:13.4473944Z [00:00:00.018]➜        bash -l -c '
2025-08-20T20:32:13.4474193Z [00:00:00.018]➜        #Setup ENV
2025-08-20T20:32:13.4474560Z [00:00:00.018]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:32:13.4475315Z [00:00:00.018]➜         CGO_ENABLED="1" 
2025-08-20T20:32:13.4475691Z [00:00:00.018]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:32:13.4476200Z [00:00:00.018]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:32:13.4476589Z [00:00:00.018]➜         GOOS="linux"
2025-08-20T20:32:13.4476903Z [00:00:00.018]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:32:13.4477200Z [00:00:00.018]➜        #Build
2025-08-20T20:32:13.4477689Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/go-git/go-git" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:32:13.4478226Z [00:00:00.018]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:32:13.4478697Z [00:00:00.018]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:32:13.4479126Z [00:00:00.018]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:32:13.4479972Z [00:00:00.018]➜         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:32:13.4481206Z [00:00:00.018]➜         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:32:13.4482735Z [00:00:00.018]➜         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:32:13.4483920Z [00:00:00.018]➜         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:32:13.4485135Z [00:00:00.018]➜         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:32:13.4486350Z [00:00:00.018]➜         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:32:13.4487004Z [00:00:00.018]➜        #Copy
2025-08-20T20:32:13.4487842Z [00:00:00.018]➜         ( 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:32:13.4488519Z [00:00:00.018]➜        #Strip 
2025-08-20T20:32:13.4489014Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:32:13.4489697Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:32:13.4490394Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:32:13.4490983Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:32:13.4491540Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:32:13.4492088Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T20:32:13.4492391Z [00:00:00.018]➜        '
2025-08-20T20:32:13.4492629Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T20:32:13.4492983Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:32:13.4493531Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:32:13.4494725Z [00:00:00.018]➜       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:32:13.4495762Z [00:00:00.018]➜  
2025-08-20T20:32:13.4495953Z [00:00:00.018]➜  
2025-08-20T20:32:13.4496222Z [00:00:00.018]➜  ###################################################################
2025-08-20T20:32:13.4496503Z [00:00:00.018]➜  
2025-08-20T20:32:13.4496683Z [00:00:00.018]➜  
2025-08-20T20:32:13.4496863Z [00:00:00.018]➜  
2025-08-20T20:32:13.4497379Z [00:00:00.019]➜  '/tmp/pkgforge/sqLpzpI3z_build.yaml' -> '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:32:14.7413080Z [00:00:01.313]➜  '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.static.version' -> '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.version'
2025-08-20T20:32:14.7466299Z [00:00:01.319]➜  [+] Version: HEAD-3926159-250819T132726 ('.x_exec.pkgver') [/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.static.version]
2025-08-20T20:32:14.7605808Z [00:00:01.333]➜  [+] Progs: go-git
2025-08-20T20:32:14.9256291Z [00:00:01.498]➜  
2025-08-20T20:32:14.9256673Z [00:00:01.498]➜  [-] Missing packages. Found: 
2025-08-20T20:32:14.9256975Z [00:00:01.498]➜  [+] Expected: go-git
2025-08-20T20:32:14.9257254Z [00:00:01.498]➜  [+] Continuing with build...
2025-08-20T20:32:14.9257512Z [00:00:01.498]➜  
2025-08-20T20:32:15.2743099Z [00:00:01.847]➜  
2025-08-20T20:32:15.2743421Z [00:00:01.847]➜  
2025-08-20T20:32:15.2824531Z [00:00:01.855]➜  + mkdir -pv /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:32:15.2840836Z [00:00:01.856]➜  + docker run --platform=linux/arm64 --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/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:32:15.2843354Z [00:00:01.856]➜    #Setup ENV
2025-08-20T20:32:15.2843775Z [00:00:01.856]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:32:15.2844142Z [00:00:01.856]➜     CGO_ENABLED="1" 
2025-08-20T20:32:15.2844516Z [00:00:01.856]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:32:15.2845030Z [00:00:01.856]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:32:15.2845818Z [00:00:01.856]➜     GOOS="linux"
2025-08-20T20:32:15.2846214Z [00:00:01.856]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:32:15.2846509Z [00:00:01.856]➜    #Build
2025-08-20T20:32:15.2847011Z [00:00:01.856]➜     git clone --filter "blob:none" --quiet "https://github.com/go-git/go-git" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:32:15.2847548Z [00:00:01.856]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:32:15.2848004Z [00:00:01.856]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:32:15.2848427Z [00:00:01.856]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:32:15.2849294Z [00:00:01.856]➜     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:32:15.2850538Z [00:00:01.856]➜     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:32:15.2851754Z [00:00:01.856]➜     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:32:15.2853552Z [00:00:01.856]➜     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:32:15.2854810Z [00:00:01.856]➜     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:32:15.2856018Z [00:00:01.856]➜     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:32:15.2856671Z [00:00:01.856]➜    #Copy
2025-08-20T20:32:15.2857303Z [00:00:01.856]➜     ( 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:32:15.2857864Z [00:00:01.856]➜    #Strip 
2025-08-20T20:32:15.2858341Z [00:00:01.856]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:32:15.2859021Z [00:00:01.856]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:32:15.2859715Z [00:00:01.856]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:32:15.2860309Z [00:00:01.856]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:32:15.2860866Z [00:00:01.856]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:32:15.2861278Z [00:00:01.856]➜     popd &>/dev/null
2025-08-20T20:32:15.2861511Z [00:00:01.856]➜    '
2025-08-20T20:32:15.5996270Z [00:00:02.172]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:32:15.8180800Z [00:00:02.390]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:32:15.8181225Z [00:00:02.390]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:32:15.8181538Z [00:00:02.390]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:32:15.8181839Z [00:00:02.390]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:32:15.8182329Z [00:00:02.390]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:32:15.8182630Z [00:00:02.390]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:32:15.8182911Z [00:00:02.390]➜  2b92eb3035e7: Waiting
2025-08-20T20:32:15.8183176Z [00:00:02.390]➜  4239b2f25ebc: Waiting
2025-08-20T20:32:15.8183429Z [00:00:02.390]➜  323e89f8c367: Waiting
2025-08-20T20:32:15.8977801Z [00:00:02.470]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:32:15.8978273Z [00:00:02.470]➜  99fd740fb142: Download complete
2025-08-20T20:32:15.9240582Z [00:00:02.496]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:32:15.9242061Z [00:00:02.496]➜  b2e6f696af52: Download complete
2025-08-20T20:32:15.9364453Z [00:00:02.509]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:32:15.9364911Z [00:00:02.509]➜  996f2cb07f7c: Download complete
2025-08-20T20:32:16.0047178Z [00:00:02.577]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:32:16.0047582Z [00:00:02.577]➜  323e89f8c367: Download complete
2025-08-20T20:32:16.0386275Z [00:00:02.611]➜  b2e6f696af52: Pull complete
2025-08-20T20:32:16.1866088Z [00:00:02.759]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:32:16.1866491Z [00:00:02.759]➜  4239b2f25ebc: Download complete
2025-08-20T20:32:25.1878594Z [00:00:11.760]➜  996f2cb07f7c: Pull complete
2025-08-20T20:32:30.2624368Z [00:00:16.835]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:32:30.2624829Z [00:00:16.835]➜  2b92eb3035e7: Download complete
2025-08-20T20:32:32.2822307Z [00:00:18.854]➜  99fd740fb142: Pull complete
2025-08-20T20:33:54.6522790Z [00:01:41.224]➜  2b92eb3035e7: Pull complete
2025-08-20T20:34:03.2236247Z [00:01:49.796]➜  4239b2f25ebc: Pull complete
2025-08-20T20:34:03.2992380Z [00:01:49.871]➜  323e89f8c367: Pull complete
2025-08-20T20:34:03.3332190Z [00:01:49.905]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:34:03.3465737Z [00:01:49.919]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:34:03.6492170Z [00:01:50.221]➜  + mkdir -p /build-bins
2025-08-20T20:34:03.6509852Z [00:01:50.223]➜  ++ mktemp -d
2025-08-20T20:34:03.6523679Z [00:01:50.225]➜  + pushd /tmp/tmp.fZNwkMd09Q
2025-08-20T20:34:03.6529405Z [00:01:50.225]➜  + CGO_ENABLED=1
2025-08-20T20:34:03.6529875Z [00:01:50.225]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:34:03.6533026Z [00:01:50.226]➜  ++ uname -m
2025-08-20T20:34:03.6533421Z [00:01:50.226]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:34:03.6545715Z [00:01:50.227]➜  + GOARCH=arm64
2025-08-20T20:34:03.6546005Z [00:01:50.227]➜  + GOOS=linux
2025-08-20T20:34:03.6546308Z [00:01:50.227]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:34:03.6546862Z [00:01:50.227]➜  + git clone --filter blob:none --quiet https://github.com/go-git/go-git ./TEMPREPO
2025-08-20T20:34:04.2986811Z [00:01:50.871]➜  
2025-08-20T20:34:04.2987194Z [00:01:50.871]➜  [+] Target: "arm64/linux"
2025-08-20T20:34:04.2987683Z [00:01:50.871]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:34:04.2988071Z [00:01:50.871]➜  
2025-08-20T20:34:04.2988285Z [00:01:50.871]➜  + cd ./TEMPREPO
2025-08-20T20:34:04.2988577Z [00:01:50.871]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:34:04.2989118Z [00:01:50.871]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:34:04.2989537Z [00:01:50.871]➜  + go mod tidy -v
2025-08-20T20:34:04.3304048Z [00:01:50.903]➜  go: downloading github.com/go-git/go-git-fixtures/v5 v5.1.0
2025-08-20T20:34:04.3304541Z [00:01:50.903]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:34:04.3305033Z [00:01:50.903]➜  go: downloading github.com/go-git/go-billy/v6 v6.0.0-20250627091229-31e2a16eef30
2025-08-20T20:34:04.4495342Z [00:01:51.022]➜  go: downloading github.com/go-git/gcfg/v2 v2.0.2
2025-08-20T20:34:04.4506261Z [00:01:51.023]➜  go: downloading github.com/pjbgf/sha1cd v0.4.0
2025-08-20T20:34:04.4531357Z [00:01:51.025]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T20:34:04.4935526Z [00:01:51.066]➜  go: downloading github.com/ProtonMail/go-crypto v1.3.0
2025-08-20T20:34:04.5403220Z [00:01:51.112]➜  go: downloading github.com/sergi/go-diff v1.4.0
2025-08-20T20:34:04.6195431Z [00:01:51.192]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T20:34:04.6221380Z [00:01:51.194]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T20:34:04.6503888Z [00:01:51.223]➜  go: downloading golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b
2025-08-20T20:34:04.6709118Z [00:01:51.243]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T20:34:04.6898732Z [00:01:51.262]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T20:34:04.7255243Z [00:01:51.298]➜  go: downloading golang.org/x/net v0.43.0
2025-08-20T20:34:04.8190553Z [00:01:51.391]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T20:34:04.8375084Z [00:01:51.409]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T20:34:04.8546214Z [00:01:51.427]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T20:34:04.8764186Z [00:01:51.449]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T20:34:04.8926540Z [00:01:51.465]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T20:34:04.8983327Z [00:01:51.471]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T20:34:04.9818912Z [00:01:51.554]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T20:34:05.0457803Z [00:01:51.618]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T20:34:05.0616613Z [00:01:51.634]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:34:05.0650008Z [00:01:51.637]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:34:05.0869102Z [00:01:51.659]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T20:34:05.0976750Z [00:01:51.670]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T20:34:05.3000595Z [00:01:51.872]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T20:34:05.3106036Z [00:01:51.883]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T20:34:05.3193430Z [00:01:51.892]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T20:34:05.3350090Z [00:01:51.907]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T20:34:05.3350539Z [00:01:51.907]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T20:34:05.3580454Z [00:01:51.930]➜  + go generate ./...
2025-08-20T20:34:05.4297286Z [00:01:52.002]➜  + 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:34:05.4322407Z [00:01:52.004]➜  WORK=/tmp/go-build3255226541
2025-08-20T20:34:05.4489938Z [00:01:52.021]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info
2025-08-20T20:34:05.4495163Z [00:01:52.022]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.3.0.info
2025-08-20T20:34:05.4500917Z [00:01:52.022]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v6/@v/v6.0.0-20250627091229-31e2a16eef30.info
2025-08-20T20:34:05.4823795Z [00:01:52.055]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info: 200 OK (0.033s)
2025-08-20T20:34:05.4828367Z [00:01:52.055]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.3.0.info: 200 OK (0.033s)
2025-08-20T20:34:05.4836374Z [00:01:52.056]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v6/@v/v6.0.0-20250627091229-31e2a16eef30.info: 200 OK (0.033s)
2025-08-20T20:34:05.4843460Z [00:01:52.057]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info
2025-08-20T20:34:05.4852612Z [00:01:52.058]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T20:34:05.4869372Z [00:01:52.059]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/v2/@v/v2.0.2.info
2025-08-20T20:34:05.4870084Z [00:01:52.059]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T20:34:05.4884874Z [00:01:52.061]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T20:34:05.4918500Z [00:01:52.064]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info: 200 OK (0.007s)
2025-08-20T20:34:05.4920607Z [00:01:52.064]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.007s)
2025-08-20T20:34:05.4941209Z [00:01:52.066]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/v2/@v/v2.0.2.info: 200 OK (0.007s)
2025-08-20T20:34:05.4943232Z [00:01:52.067]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.007s)
2025-08-20T20:34:05.4958587Z [00:01:52.068]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T20:34:05.4960002Z [00:01:52.068]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.007s)
2025-08-20T20:34:05.4987053Z [00:01:52.071]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.4.0.info
2025-08-20T20:34:05.4992369Z [00:01:52.072]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info
2025-08-20T20:34:05.5020919Z [00:01:52.074]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.007s)
2025-08-20T20:34:05.5049779Z [00:01:52.077]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info
2025-08-20T20:34:05.5059490Z [00:01:52.078]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T20:34:05.5069325Z [00:01:52.079]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info: 200 OK (0.007s)
2025-08-20T20:34:05.5070047Z [00:01:52.079]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T20:34:05.5070575Z [00:01:52.079]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info
2025-08-20T20:34:05.5078208Z [00:01:52.080]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T20:34:05.5118889Z [00:01:52.084]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info: 200 OK (0.007s)
2025-08-20T20:34:05.5138482Z [00:01:52.086]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T20:34:05.5152343Z [00:01:52.087]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.43.0.info: 200 OK (0.008s)
2025-08-20T20:34:05.5153528Z [00:01:52.087]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.007s)
2025-08-20T20:34:05.5168957Z [00:01:52.089]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:05.5169349Z [00:01:52.089]➜  git status --porcelain
2025-08-20T20:34:05.5347191Z [00:01:52.107]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:05.5347660Z [00:01:52.107]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:05.5365869Z [00:01:52.109]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:05.5375269Z [00:01:52.110]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:05.5376512Z [00:01:52.110]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:05.5427092Z [00:01:52.115]➜  0.005s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:05.5428602Z [00:01:52.115]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:05.5630281Z [00:01:52.135]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:05.5631331Z [00:01:52.135]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:05.5648262Z [00:01:52.137]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:05.5649148Z [00:01:52.137]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:05.5669970Z [00:01:52.139]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:05.5670792Z [00:01:52.139]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:05.5684159Z [00:01:52.141]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:05.5724865Z [00:01:52.145]➜  internal/unsafeheader
2025-08-20T20:34:05.5726017Z [00:01:52.145]➜  internal/goarch
2025-08-20T20:34:05.5726770Z [00:01:52.145]➜  mkdir -p $WORK/b008/
2025-08-20T20:34:05.5729074Z [00:01:52.145]➜  mkdir -p $WORK/b006/
2025-08-20T20:34:05.5730252Z [00:01:52.145]➜  internal/byteorder
2025-08-20T20:34:05.5733463Z [00:01:52.145]➜  mkdir -p $WORK/b012/
2025-08-20T20:34:05.5733944Z [00:01:52.145]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T20:34:05.5734383Z [00:01:52.145]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T20:34:05.5734783Z [00:01:52.145]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.5736511Z [00:01:52.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:34:05.5739812Z [00:01:52.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T20:34:05.5741488Z [00:01:52.146]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:34:05.5743425Z [00:01:52.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:34:05.5771016Z [00:01:52.149]➜  internal/cpu
2025-08-20T20:34:05.5772788Z [00:01:52.149]➜  mkdir -p $WORK/b011/
2025-08-20T20:34:05.5773356Z [00:01:52.150]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:34:05.5776190Z [00:01:52.150]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:34:05.5784905Z [00:01:52.151]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T20:34:05.5811560Z [00:01:52.153]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:34:05.5813267Z [00:01:52.154]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.5817029Z [00:01:52.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T20:34:05.5820020Z [00:01:52.154]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:34:05.5836273Z [00:01:52.156]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:34:05.5847392Z [00:01:52.156]➜  internal/coverage/rtcov
2025-08-20T20:34:05.5848218Z [00:01:52.156]➜  mkdir -p $WORK/b014/
2025-08-20T20:34:05.5849103Z [00:01:52.156]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:34:05.5851362Z [00:01:52.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:34:05.5853295Z [00:01:52.156]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:34:05.5862847Z [00:01:52.156]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:34:05.5863635Z [00:01:52.157]➜  internal/abi
2025-08-20T20:34:05.5863901Z [00:01:52.157]➜  mkdir -p $WORK/b005/
2025-08-20T20:34:05.5865867Z [00:01:52.159]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:34:05.5866195Z [00:01:52.159]➜  cd /root/.go/src/internal/abi
2025-08-20T20:34:05.5867225Z [00:01:52.159]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T20:34:05.5883327Z [00:01:52.161]➜  cat >/tmp/go-build3255226541/b005/importcfg << 'EOF' # internal
2025-08-20T20:34:05.5883871Z [00:01:52.161]➜  # import config
2025-08-20T20:34:05.5884371Z [00:01:52.161]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.5884737Z [00:01:52.161]➜  EOF
2025-08-20T20:34:05.5885161Z [00:01:52.161]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.5890059Z [00:01:52.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T20:34:05.5905244Z [00:01:52.163]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:34:05.5910896Z [00:01:52.163]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:34:05.5911679Z [00:01:52.164]➜  internal/godebugs
2025-08-20T20:34:05.5912482Z [00:01:52.164]➜  mkdir -p $WORK/b015/
2025-08-20T20:34:05.5917314Z [00:01:52.164]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:34:05.5919043Z [00:01:52.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:34:05.5986323Z [00:01:52.171]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:34:05.5994207Z [00:01:52.172]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:34:05.6016088Z [00:01:52.174]➜  internal/goexperiment
2025-08-20T20:34:05.6016793Z [00:01:52.174]➜  mkdir -p $WORK/b016/
2025-08-20T20:34:05.6018064Z [00:01:52.174]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:34:05.6028416Z [00:01:52.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T20:34:05.6052529Z [00:01:52.177]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:34:05.6092397Z [00:01:52.177]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:34:05.6093028Z [00:01:52.178]➜  internal/goos
2025-08-20T20:34:05.6093286Z [00:01:52.178]➜  mkdir -p $WORK/b017/
2025-08-20T20:34:05.6093642Z [00:01:52.178]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:34:05.6095904Z [00:01:52.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T20:34:05.6140168Z [00:01:52.186]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:34:05.6143972Z [00:01:52.186]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T20:34:05.6147940Z [00:01:52.187]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:34:05.6153118Z [00:01:52.188]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:34:05.6154919Z [00:01:52.188]➜  internal/profilerecord
2025-08-20T20:34:05.6157699Z [00:01:52.188]➜  mkdir -p $WORK/b018/
2025-08-20T20:34:05.6159992Z [00:01:52.188]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:34:05.6164566Z [00:01:52.189]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6167417Z [00:01:52.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:34:05.6170444Z [00:01:52.189]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:34:05.6172203Z [00:01:52.189]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:34:05.6183687Z [00:01:52.191]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:34:05.6190223Z [00:01:52.191]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:34:05.6193460Z [00:01:52.192]➜  internal/runtime/math
2025-08-20T20:34:05.6193806Z [00:01:52.192]➜  mkdir -p $WORK/b022/
2025-08-20T20:34:05.6199319Z [00:01:52.192]➜  cat >/tmp/go-build3255226541/b022/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6200682Z [00:01:52.192]➜  # import config
2025-08-20T20:34:05.6201125Z [00:01:52.192]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.6201484Z [00:01:52.192]➜  EOF
2025-08-20T20:34:05.6208244Z [00:01:52.193]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6210938Z [00:01:52.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:34:05.6233068Z [00:01:52.196]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:34:05.6233742Z [00:01:52.196]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T20:34:05.6234970Z [00:01:52.196]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:34:05.6243994Z [00:01:52.197]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:34:05.6245149Z [00:01:52.197]➜  internal/bytealg
2025-08-20T20:34:05.6246097Z [00:01:52.197]➜  mkdir -p $WORK/b010/
2025-08-20T20:34:05.6247969Z [00:01:52.197]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:34:05.6248318Z [00:01:52.197]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:34:05.6249994Z [00:01:52.197]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T20:34:05.6272743Z [00:01:52.200]➜  cat >/tmp/go-build3255226541/b010/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6277025Z [00:01:52.200]➜  # import config
2025-08-20T20:34:05.6277456Z [00:01:52.200]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.6277807Z [00:01:52.200]➜  EOF
2025-08-20T20:34:05.6278098Z [00:01:52.200]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6281331Z [00:01:52.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T20:34:05.6313501Z [00:01:52.203]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:34:05.6318879Z [00:01:52.204]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:34:05.6320478Z [00:01:52.204]➜  internal/chacha8rand
2025-08-20T20:34:05.6321503Z [00:01:52.205]➜  mkdir -p $WORK/b013/
2025-08-20T20:34:05.6325369Z [00:01:52.205]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T20:34:05.6327232Z [00:01:52.205]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:34:05.6329383Z [00:01:52.205]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T20:34:05.6360221Z [00:01:52.208]➜  cat >/tmp/go-build3255226541/b013/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6361549Z [00:01:52.208]➜  # import config
2025-08-20T20:34:05.6362854Z [00:01:52.208]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:05.6363426Z [00:01:52.208]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.6363916Z [00:01:52.209]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.6364289Z [00:01:52.209]➜  EOF
2025-08-20T20:34:05.6364586Z [00:01:52.209]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:34:05.6367051Z [00:01:52.209]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:34:05.6369582Z [00:01:52.209]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6374007Z [00:01:52.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:34:05.6376373Z [00:01:52.210]➜  internal/runtime/atomic
2025-08-20T20:34:05.6381698Z [00:01:52.210]➜  mkdir -p $WORK/b019/
2025-08-20T20:34:05.6382683Z [00:01:52.210]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T20:34:05.6383448Z [00:01:52.210]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:34:05.6385120Z [00:01:52.210]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T20:34:05.6432022Z [00:01:52.215]➜  cat >/tmp/go-build3255226541/b019/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6433205Z [00:01:52.215]➜  # import config
2025-08-20T20:34:05.6433978Z [00:01:52.215]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.6434545Z [00:01:52.215]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.6434895Z [00:01:52.215]➜  EOF
2025-08-20T20:34:05.6435199Z [00:01:52.215]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6438208Z [00:01:52.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T20:34:05.6450492Z [00:01:52.217]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:34:05.6455172Z [00:01:52.217]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T20:34:05.6503371Z [00:01:52.222]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T20:34:05.6609390Z [00:01:52.233]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T20:34:05.6630868Z [00:01:52.235]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:34:05.6634242Z [00:01:52.235]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T20:34:05.6694906Z [00:01:52.242]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:34:05.6696788Z [00:01:52.242]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T20:34:05.6728446Z [00:01:52.244]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:34:05.6729887Z [00:01:52.245]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T20:34:05.6737126Z [00:01:52.246]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:34:05.6744561Z [00:01:52.247]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:34:05.6745754Z [00:01:52.247]➜  internal/runtime/strconv
2025-08-20T20:34:05.6746618Z [00:01:52.247]➜  mkdir -p $WORK/b021/
2025-08-20T20:34:05.6747057Z [00:01:52.247]➜  cat >/tmp/go-build3255226541/b021/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6747419Z [00:01:52.247]➜  # import config
2025-08-20T20:34:05.6747821Z [00:01:52.247]➜  packagefile internal/runtime/math=/tmp/go-build3255226541/b022/_pkg_.a
2025-08-20T20:34:05.6748247Z [00:01:52.247]➜  EOF
2025-08-20T20:34:05.6767001Z [00:01:52.249]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6770635Z [00:01:52.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:34:05.6772366Z [00:01:52.249]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:34:05.6773505Z [00:01:52.249]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T20:34:05.6790918Z [00:01:52.251]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:34:05.6792702Z [00:01:52.251]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:34:05.6818753Z [00:01:52.254]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:34:05.6820842Z [00:01:52.254]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T20:34:05.6821651Z [00:01:52.254]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:34:05.6832495Z [00:01:52.255]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:34:05.6833193Z [00:01:52.255]➜  internal/runtime/syscall
2025-08-20T20:34:05.6833483Z [00:01:52.255]➜  mkdir -p $WORK/b023/
2025-08-20T20:34:05.6833790Z [00:01:52.255]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T20:34:05.6834129Z [00:01:52.255]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:34:05.6835378Z [00:01:52.255]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T20:34:05.6859094Z [00:01:52.258]➜  cat >/tmp/go-build3255226541/b023/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6861033Z [00:01:52.258]➜  # import config
2025-08-20T20:34:05.6861437Z [00:01:52.258]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.6861792Z [00:01:52.258]➜  EOF
2025-08-20T20:34:05.6862233Z [00:01:52.258]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6864609Z [00:01:52.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:34:05.6877437Z [00:01:52.260]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:34:05.6877977Z [00:01:52.260]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T20:34:05.6879050Z [00:01:52.260]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:34:05.6896278Z [00:01:52.262]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:34:05.6897891Z [00:01:52.262]➜  internal/runtime/exithook
2025-08-20T20:34:05.6898196Z [00:01:52.262]➜  mkdir -p $WORK/b024/
2025-08-20T20:34:05.6898573Z [00:01:52.262]➜  cat >/tmp/go-build3255226541/b024/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6898922Z [00:01:52.262]➜  # import config
2025-08-20T20:34:05.6899328Z [00:01:52.262]➜  packagefile internal/runtime/atomic=/tmp/go-build3255226541/b019/_pkg_.a
2025-08-20T20:34:05.6899704Z [00:01:52.262]➜  EOF
2025-08-20T20:34:05.6900004Z [00:01:52.262]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.6901755Z [00:01:52.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:34:05.6984521Z [00:01:52.271]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:34:05.6988428Z [00:01:52.271]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:34:05.6990075Z [00:01:52.271]➜  internal/runtime/gc
2025-08-20T20:34:05.6990750Z [00:01:52.271]➜  mkdir -p $WORK/b025/
2025-08-20T20:34:05.6995947Z [00:01:52.272]➜  cat >/tmp/go-build3255226541/b025/importcfg << 'EOF' # internal
2025-08-20T20:34:05.6996405Z [00:01:52.272]➜  # import config
2025-08-20T20:34:05.6996794Z [00:01:52.272]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.6997144Z [00:01:52.272]➜  EOF
2025-08-20T20:34:05.6999019Z [00:01:52.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T20:34:05.7059610Z [00:01:52.278]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:34:05.7061512Z [00:01:52.278]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:34:05.7092934Z [00:01:52.282]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:34:05.7097917Z [00:01:52.282]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:34:05.7099263Z [00:01:52.282]➜  internal/asan
2025-08-20T20:34:05.7099965Z [00:01:52.282]➜  mkdir -p $WORK/b027/
2025-08-20T20:34:05.7103795Z [00:01:52.283]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:34:05.7105495Z [00:01:52.283]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7107566Z [00:01:52.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:34:05.7109828Z [00:01:52.283]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:34:05.7111284Z [00:01:52.283]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:34:05.7116486Z [00:01:52.284]➜  internal/msan
2025-08-20T20:34:05.7116784Z [00:01:52.284]➜  mkdir -p $WORK/b028/
2025-08-20T20:34:05.7117146Z [00:01:52.284]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:34:05.7118840Z [00:01:52.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:34:05.7127398Z [00:01:52.284]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:34:05.7127850Z [00:01:52.284]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T20:34:05.7128292Z [00:01:52.284]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:34:05.7129287Z [00:01:52.285]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:34:05.7129838Z [00:01:52.285]➜  internal/runtime/cgroup
2025-08-20T20:34:05.7130114Z [00:01:52.285]➜  mkdir -p $WORK/b020/
2025-08-20T20:34:05.7131619Z [00:01:52.285]➜  cat >/tmp/go-build3255226541/b020/importcfg << 'EOF' # internal
2025-08-20T20:34:05.7132177Z [00:01:52.285]➜  # import config
2025-08-20T20:34:05.7132615Z [00:01:52.285]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:05.7133185Z [00:01:52.285]➜  packagefile internal/runtime/strconv=/tmp/go-build3255226541/b021/_pkg_.a
2025-08-20T20:34:05.7133747Z [00:01:52.285]➜  packagefile internal/runtime/syscall=/tmp/go-build3255226541/b023/_pkg_.a
2025-08-20T20:34:05.7134122Z [00:01:52.285]➜  EOF
2025-08-20T20:34:05.7134409Z [00:01:52.285]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7148933Z [00:01:52.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T20:34:05.7277552Z [00:01:52.300]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:34:05.7280801Z [00:01:52.300]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:34:05.7283414Z [00:01:52.301]➜  internal/runtime/sys
2025-08-20T20:34:05.7285111Z [00:01:52.301]➜  mkdir -p $WORK/b030/
2025-08-20T20:34:05.7289525Z [00:01:52.301]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T20:34:05.7291364Z [00:01:52.301]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:34:05.7293471Z [00:01:52.302]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T20:34:05.7311914Z [00:01:52.303]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:34:05.7318504Z [00:01:52.304]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:34:05.7327186Z [00:01:52.304]➜  internal/stringslite
2025-08-20T20:34:05.7327688Z [00:01:52.304]➜  mkdir -p $WORK/b031/
2025-08-20T20:34:05.7328088Z [00:01:52.305]➜  cat >/tmp/go-build3255226541/b031/importcfg << 'EOF' # internal
2025-08-20T20:34:05.7328440Z [00:01:52.305]➜  # import config
2025-08-20T20:34:05.7328821Z [00:01:52.305]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:05.7329195Z [00:01:52.305]➜  EOF
2025-08-20T20:34:05.7334911Z [00:01:52.306]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7339331Z [00:01:52.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:34:05.7342156Z [00:01:52.306]➜  cat >/tmp/go-build3255226541/b030/importcfg << 'EOF' # internal
2025-08-20T20:34:05.7342564Z [00:01:52.306]➜  # import config
2025-08-20T20:34:05.7342926Z [00:01:52.306]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.7343404Z [00:01:52.306]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.7344346Z [00:01:52.306]➜  packagefile internal/goos=/tmp/go-build3255226541/b017/_pkg_.a
2025-08-20T20:34:05.7344697Z [00:01:52.306]➜  EOF
2025-08-20T20:34:05.7354664Z [00:01:52.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:34:05.7486895Z [00:01:52.321]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:34:05.7488338Z [00:01:52.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T20:34:05.7521763Z [00:01:52.324]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T20:34:05.7552136Z [00:01:52.327]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:34:05.7552741Z [00:01:52.327]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T20:34:05.7553210Z [00:01:52.327]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:34:05.7553873Z [00:01:52.327]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:34:05.7554434Z [00:01:52.327]➜  internal/trace/tracev2
2025-08-20T20:34:05.7554706Z [00:01:52.327]➜  mkdir -p $WORK/b032/
2025-08-20T20:34:05.7555312Z [00:01:52.327]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:34:05.7555944Z [00:01:52.327]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T20:34:05.7556341Z [00:01:52.327]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7558686Z [00:01:52.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T20:34:05.7560448Z [00:01:52.327]➜  cmp
2025-08-20T20:34:05.7560687Z [00:01:52.327]➜  mkdir -p $WORK/b034/
2025-08-20T20:34:05.7561015Z [00:01:52.328]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:34:05.7561645Z [00:01:52.328]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T20:34:05.7563962Z [00:01:52.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b034=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:34:05.7565865Z [00:01:52.329]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:34:05.7576513Z [00:01:52.330]➜  internal/itoa
2025-08-20T20:34:05.7578693Z [00:01:52.330]➜  mkdir -p $WORK/b036/
2025-08-20T20:34:05.7579546Z [00:01:52.330]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:34:05.7581157Z [00:01:52.330]➜  /root/.go/pkg/tool/linux_arm64/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 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:34:05.7582617Z [00:01:52.330]➜  cd /root/.go/src/internal/abi
2025-08-20T20:34:05.7583597Z [00:01:52.330]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T20:34:05.7627030Z [00:01:52.335]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T20:34:05.7660706Z [00:01:52.338]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:34:05.7666291Z [00:01:52.339]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:34:05.7667041Z [00:01:52.339]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T20:34:05.7667683Z [00:01:52.339]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:34:05.7707444Z [00:01:52.343]➜  math/bits
2025-08-20T20:34:05.7707948Z [00:01:52.343]➜  mkdir -p $WORK/b039/
2025-08-20T20:34:05.7708471Z [00:01:52.343]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T20:34:05.7713105Z [00:01:52.343]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7714950Z [00:01:52.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T20:34:05.7717125Z [00:01:52.344]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:34:05.7722743Z [00:01:52.345]➜  internal/race
2025-08-20T20:34:05.7723133Z [00:01:52.345]➜  mkdir -p $WORK/b029/
2025-08-20T20:34:05.7728143Z [00:01:52.345]➜  cat >/tmp/go-build3255226541/b029/importcfg << 'EOF' # internal
2025-08-20T20:34:05.7728704Z [00:01:52.345]➜  # import config
2025-08-20T20:34:05.7729207Z [00:01:52.345]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:05.7729714Z [00:01:52.345]➜  EOF
2025-08-20T20:34:05.7731441Z [00:01:52.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:34:05.7758806Z [00:01:52.348]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:34:05.7764985Z [00:01:52.349]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:34:05.7771391Z [00:01:52.349]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:34:05.7779163Z [00:01:52.350]➜  unicode/utf8
2025-08-20T20:34:05.7779725Z [00:01:52.350]➜  mkdir -p $WORK/b041/
2025-08-20T20:34:05.7780797Z [00:01:52.350]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:34:05.7781358Z [00:01:52.350]➜  sync/atomic
2025-08-20T20:34:05.7781610Z [00:01:52.350]➜  mkdir -p $WORK/b044/
2025-08-20T20:34:05.7781913Z [00:01:52.350]➜  echo -n > $WORK/b044/go_asm.h # internal
2025-08-20T20:34:05.7782485Z [00:01:52.350]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:34:05.7783486Z [00:01:52.350]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b044/symabis ./asm.s
2025-08-20T20:34:05.7787431Z [00:01:52.351]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:34:05.7791788Z [00:01:52.351]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.7794132Z [00:01:52.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:34:05.7818866Z [00:01:52.354]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T20:34:05.7821179Z [00:01:52.354]➜  /root/.go/pkg/tool/linux_arm64/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 v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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:34:05.7948381Z [00:01:52.367]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:34:05.7949372Z [00:01:52.367]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:34:05.7950105Z [00:01:52.367]➜  internal/runtime/maps
2025-08-20T20:34:05.7950516Z [00:01:52.367]➜  mkdir -p $WORK/b026/
2025-08-20T20:34:05.7951030Z [00:01:52.367]➜  cat >/tmp/go-build3255226541/b026/importcfg << 'EOF' # internal
2025-08-20T20:34:05.7951485Z [00:01:52.367]➜  # import config
2025-08-20T20:34:05.7952125Z [00:01:52.367]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:05.7953067Z [00:01:52.367]➜  packagefile internal/asan=/tmp/go-build3255226541/b027/_pkg_.a
2025-08-20T20:34:05.7953646Z [00:01:52.367]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.7954125Z [00:01:52.367]➜  packagefile internal/msan=/tmp/go-build3255226541/b028/_pkg_.a
2025-08-20T20:34:05.7954592Z [00:01:52.367]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:05.7955134Z [00:01:52.367]➜  packagefile internal/runtime/math=/tmp/go-build3255226541/b022/_pkg_.a
2025-08-20T20:34:05.7955663Z [00:01:52.367]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:05.7956018Z [00:01:52.367]➜  EOF
2025-08-20T20:34:05.7959387Z [00:01:52.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T20:34:05.7999140Z [00:01:52.372]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:34:05.8015599Z [00:01:52.374]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:34:05.8016390Z [00:01:52.374]➜  math
2025-08-20T20:34:05.8017045Z [00:01:52.374]➜  mkdir -p $WORK/b038/
2025-08-20T20:34:05.8025622Z [00:01:52.375]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:34:05.8034429Z [00:01:52.376]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:34:05.8038441Z [00:01:52.376]➜  internal/synctest
2025-08-20T20:34:05.8042165Z [00:01:52.377]➜  mkdir -p $WORK/b045/
2025-08-20T20:34:05.8053127Z [00:01:52.378]➜  cat >/tmp/go-build3255226541/b045/importcfg << 'EOF' # internal
2025-08-20T20:34:05.8053919Z [00:01:52.378]➜  # import config
2025-08-20T20:34:05.8054567Z [00:01:52.378]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:05.8054936Z [00:01:52.378]➜  EOF
2025-08-20T20:34:05.8058656Z [00:01:52.378]➜  /root/.go/pkg/tool/linux_arm64/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 TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:34:05.8060176Z [00:01:52.378]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T20:34:05.8060483Z [00:01:52.378]➜  cd /root/.go/src/math
2025-08-20T20:34:05.8061520Z [00:01:52.378]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b038/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:34:05.8109230Z [00:01:52.383]➜  cat >/tmp/go-build3255226541/b038/importcfg << 'EOF' # internal
2025-08-20T20:34:05.8109654Z [00:01:52.383]➜  # import config
2025-08-20T20:34:05.8110029Z [00:01:52.383]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:05.8110356Z [00:01:52.383]➜  EOF
2025-08-20T20:34:05.8111270Z [00:01:52.383]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.8139310Z [00:01:52.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -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_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T20:34:05.8200204Z [00:01:52.392]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:34:05.8208765Z [00:01:52.393]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:34:05.8209423Z [00:01:52.393]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:34:05.8210365Z [00:01:52.393]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b044/asm.o ./asm.s
2025-08-20T20:34:05.8211177Z [00:01:52.393]➜  unicode
2025-08-20T20:34:05.8211432Z [00:01:52.393]➜  mkdir -p $WORK/b046/
2025-08-20T20:34:05.8218105Z [00:01:52.394]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T20:34:05.8222975Z [00:01:52.395]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.8225159Z [00:01:52.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b046=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -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:34:05.8259433Z [00:01:52.398]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:34:05.8259922Z [00:01:52.398]➜  go tool pack r $WORK/b044/_pkg_.a $WORK/b044/asm.o # internal
2025-08-20T20:34:05.8260334Z [00:01:52.398]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:34:05.8307807Z [00:01:52.403]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:34:05.8309840Z [00:01:52.403]➜  internal/sync
2025-08-20T20:34:05.8310128Z [00:01:52.403]➜  mkdir -p $WORK/b043/
2025-08-20T20:34:05.8317937Z [00:01:52.404]➜  cat >/tmp/go-build3255226541/b043/importcfg << 'EOF' # internal
2025-08-20T20:34:05.8318339Z [00:01:52.404]➜  # import config
2025-08-20T20:34:05.8318710Z [00:01:52.404]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:05.8319550Z [00:01:52.404]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.8320100Z [00:01:52.404]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:05.8320567Z [00:01:52.404]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:05.8320893Z [00:01:52.404]➜  EOF
2025-08-20T20:34:05.8321206Z [00:01:52.404]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.8326376Z [00:01:52.405]➜  /root/.go/pkg/tool/linux_arm64/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 CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -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:34:05.8575609Z [00:01:52.428]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:34:05.8576598Z [00:01:52.430]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:34:05.8577206Z [00:01:52.430]➜  crypto/internal/fips140/alias
2025-08-20T20:34:05.8577505Z [00:01:52.430]➜  mkdir -p $WORK/b076/
2025-08-20T20:34:05.8578265Z [00:01:52.430]➜  echo '# import config' > $WORK/b076/importcfg # internal
2025-08-20T20:34:05.8580132Z [00:01:52.430]➜  /root/.go/pkg/tool/linux_arm64/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 P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -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:34:05.8719314Z [00:01:52.444]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:34:05.8723662Z [00:01:52.444]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:34:05.8724329Z [00:01:52.444]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:34:05.8724646Z [00:01:52.444]➜  mkdir -p $WORK/b080/
2025-08-20T20:34:05.8725023Z [00:01:52.445]➜  cat >/tmp/go-build3255226541/b080/importcfg << 'EOF' # internal
2025-08-20T20:34:05.8733496Z [00:01:52.446]➜  # import config
2025-08-20T20:34:05.8734647Z [00:01:52.446]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:05.8735596Z [00:01:52.446]➜  EOF
2025-08-20T20:34:05.8737667Z [00:01:52.446]➜  /root/.go/pkg/tool/linux_arm64/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 ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -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:34:05.9036356Z [00:01:52.476]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:34:05.9047048Z [00:01:52.477]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:34:05.9049248Z [00:01:52.477]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:34:05.9050209Z [00:01:52.477]➜  mkdir -p $WORK/b081/
2025-08-20T20:34:05.9057895Z [00:01:52.478]➜  cat >/tmp/go-build3255226541/b081/importcfg << 'EOF' # internal
2025-08-20T20:34:05.9058840Z [00:01:52.478]➜  # import config
2025-08-20T20:34:05.9059523Z [00:01:52.478]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.9060578Z [00:01:52.478]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.9062929Z [00:01:52.478]➜  EOF
2025-08-20T20:34:05.9065059Z [00:01:52.479]➜  /root/.go/pkg/tool/linux_arm64/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 E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -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:34:05.9191418Z [00:01:52.491]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:34:05.9195686Z [00:01:52.492]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:34:05.9201915Z [00:01:52.492]➜  crypto/internal/fips140/subtle
2025-08-20T20:34:05.9203100Z [00:01:52.493]➜  mkdir -p $WORK/b084/
2025-08-20T20:34:05.9234115Z [00:01:52.496]➜  cd /root/.go/src/math
2025-08-20T20:34:05.9236467Z [00:01:52.496]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/dim_arm64.o ./dim_arm64.s
2025-08-20T20:34:05.9237605Z [00:01:52.496]➜  echo -n > $WORK/b084/go_asm.h # internal
2025-08-20T20:34:05.9238196Z [00:01:52.496]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:34:05.9240032Z [00:01:52.496]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b084/symabis ./xor_arm64.s
2025-08-20T20:34:05.9329994Z [00:01:52.505]➜  cat >/tmp/go-build3255226541/b084/importcfg << 'EOF' # internal
2025-08-20T20:34:05.9340273Z [00:01:52.506]➜  # import config
2025-08-20T20:34:05.9341094Z [00:01:52.506]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:05.9343551Z [00:01:52.506]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:05.9344176Z [00:01:52.506]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:05.9344516Z [00:01:52.506]➜  EOF
2025-08-20T20:34:05.9344806Z [00:01:52.506]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.9347287Z [00:01:52.506]➜  /root/.go/pkg/tool/linux_arm64/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 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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:34:05.9355076Z [00:01:52.508]➜  cd /root/.go/src/math
2025-08-20T20:34:05.9357778Z [00:01:52.508]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/exp_arm64.o ./exp_arm64.s
2025-08-20T20:34:05.9409397Z [00:01:52.513]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/floor_arm64.o ./floor_arm64.s
2025-08-20T20:34:05.9486565Z [00:01:52.521]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:34:05.9488554Z [00:01:52.521]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/modf_arm64.o ./modf_arm64.s
2025-08-20T20:34:05.9517360Z [00:01:52.524]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:34:05.9533779Z [00:01:52.526]➜  crypto/internal/boring/sig
2025-08-20T20:34:05.9535521Z [00:01:52.526]➜  mkdir -p $WORK/b094/
2025-08-20T20:34:05.9536212Z [00:01:52.526]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:34:05.9539019Z [00:01:52.526]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b084/xor_arm64.o ./xor_arm64.s
2025-08-20T20:34:05.9540191Z [00:01:52.526]➜  echo -n > $WORK/b094/go_asm.h # internal
2025-08-20T20:34:05.9540537Z [00:01:52.526]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:34:05.9541758Z [00:01:52.526]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b094/symabis ./sig_other.s
2025-08-20T20:34:05.9564303Z [00:01:52.529]➜  cd /root/.go/src/math
2025-08-20T20:34:05.9565323Z [00:01:52.529]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/dim_arm64.o $WORK/b038/exp_arm64.o $WORK/b038/floor_arm64.o $WORK/b038/modf_arm64.o # internal
2025-08-20T20:34:05.9568143Z [00:01:52.529]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:34:05.9570991Z [00:01:52.529]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:34:05.9571487Z [00:01:52.529]➜  go tool pack r $WORK/b084/_pkg_.a $WORK/b084/xor_arm64.o # internal
2025-08-20T20:34:05.9571911Z [00:01:52.529]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:34:05.9579289Z [00:01:52.530]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:34:05.9580219Z [00:01:52.530]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T20:34:05.9580810Z [00:01:52.530]➜  mkdir -p $WORK/b119/
2025-08-20T20:34:05.9581352Z [00:01:52.530]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T20:34:05.9582795Z [00:01:52.530]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.9585043Z [00:01:52.530]➜  /root/.go/pkg/tool/linux_arm64/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 knYEGBXwEtOCs0hKARGr/knYEGBXwEtOCs0hKARGr -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:34:05.9596004Z [00:01:52.532]➜  echo '# import config' > $WORK/b094/importcfg # internal
2025-08-20T20:34:05.9598819Z [00:01:52.532]➜  /root/.go/pkg/tool/linux_arm64/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 HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -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:34:05.9601685Z [00:01:52.532]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:34:05.9603165Z [00:01:52.532]➜  unicode/utf16
2025-08-20T20:34:05.9603451Z [00:01:52.532]➜  mkdir -p $WORK/b135/
2025-08-20T20:34:05.9605281Z [00:01:52.533]➜  echo '# import config' > $WORK/b135/importcfg # internal
2025-08-20T20:34:05.9609574Z [00:01:52.533]➜  /root/.go/pkg/tool/linux_arm64/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 L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:34:05.9664103Z [00:01:52.538]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:34:05.9683901Z [00:01:52.541]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:34:05.9725678Z [00:01:52.545]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:34:05.9739003Z [00:01:52.546]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b094/sig_other.o ./sig_other.s
2025-08-20T20:34:05.9750250Z [00:01:52.547]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:34:05.9752964Z [00:01:52.548]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:34:05.9763223Z [00:01:52.548]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:34:05.9764014Z [00:01:52.548]➜  mkdir -p $WORK/b136/
2025-08-20T20:34:05.9764417Z [00:01:52.548]➜  echo '# import config' > $WORK/b136/importcfg # internal
2025-08-20T20:34:05.9765190Z [00:01:52.548]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.9767224Z [00:01:52.548]➜  /root/.go/pkg/tool/linux_arm64/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 aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -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:34:05.9768994Z [00:01:52.549]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:34:05.9769435Z [00:01:52.549]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/sig_other.o # internal
2025-08-20T20:34:05.9769850Z [00:01:52.549]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:34:05.9771749Z [00:01:52.549]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:34:05.9772684Z [00:01:52.549]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:34:05.9773041Z [00:01:52.549]➜  mkdir -p $WORK/b144/
2025-08-20T20:34:05.9773391Z [00:01:52.549]➜  echo '# import config' > $WORK/b144/importcfg # internal
2025-08-20T20:34:05.9773791Z [00:01:52.549]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.9775777Z [00:01:52.549]➜  /root/.go/pkg/tool/linux_arm64/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 HLjf5xCNJgFGaUhOgYT9/HLjf5xCNJgFGaUhOgYT9 -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:34:05.9777757Z [00:01:52.550]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:34:05.9789860Z [00:01:52.551]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d # internal
2025-08-20T20:34:05.9794761Z [00:01:52.551]➜  encoding
2025-08-20T20:34:05.9795027Z [00:01:52.551]➜  mkdir -p $WORK/b153/
2025-08-20T20:34:05.9795271Z [00:01:52.551]➜  runtime
2025-08-20T20:34:05.9795502Z [00:01:52.551]➜  mkdir -p $WORK/b009/
2025-08-20T20:34:05.9795853Z [00:01:52.551]➜  echo '# import config' > $WORK/b153/importcfg # internal
2025-08-20T20:34:05.9797820Z [00:01:52.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b153=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:34:05.9799252Z [00:01:52.551]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:34:05.9799557Z [00:01:52.551]➜  cd /root/.go/src/runtime
2025-08-20T20:34:05.9800971Z [00:01:52.552]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T20:34:05.9905018Z [00:01:52.563]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:34:05.9910815Z [00:01:52.563]➜  cat >/tmp/go-build3255226541/b009/importcfg << 'EOF' # internal
2025-08-20T20:34:05.9913888Z [00:01:52.563]➜  # import config
2025-08-20T20:34:05.9915688Z [00:01:52.563]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:05.9916224Z [00:01:52.563]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:05.9916767Z [00:01:52.563]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:05.9917294Z [00:01:52.563]➜  packagefile internal/chacha8rand=/tmp/go-build3255226541/b013/_pkg_.a
2025-08-20T20:34:05.9917825Z [00:01:52.563]➜  packagefile internal/coverage/rtcov=/tmp/go-build3255226541/b014/_pkg_.a
2025-08-20T20:34:05.9918328Z [00:01:52.563]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:05.9918846Z [00:01:52.563]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:05.9919384Z [00:01:52.563]➜  packagefile internal/godebugs=/tmp/go-build3255226541/b015/_pkg_.a
2025-08-20T20:34:05.9919898Z [00:01:52.563]➜  packagefile internal/goexperiment=/tmp/go-build3255226541/b016/_pkg_.a
2025-08-20T20:34:05.9920398Z [00:01:52.563]➜  packagefile internal/goos=/tmp/go-build3255226541/b017/_pkg_.a
2025-08-20T20:34:05.9920901Z [00:01:52.563]➜  packagefile internal/profilerecord=/tmp/go-build3255226541/b018/_pkg_.a
2025-08-20T20:34:05.9921474Z [00:01:52.563]➜  packagefile internal/runtime/atomic=/tmp/go-build3255226541/b019/_pkg_.a
2025-08-20T20:34:05.9922156Z [00:01:52.563]➜  packagefile internal/runtime/cgroup=/tmp/go-build3255226541/b020/_pkg_.a
2025-08-20T20:34:05.9922764Z [00:01:52.563]➜  packagefile internal/runtime/exithook=/tmp/go-build3255226541/b024/_pkg_.a
2025-08-20T20:34:05.9923295Z [00:01:52.563]➜  packagefile internal/runtime/gc=/tmp/go-build3255226541/b025/_pkg_.a
2025-08-20T20:34:05.9923823Z [00:01:52.563]➜  packagefile internal/runtime/maps=/tmp/go-build3255226541/b026/_pkg_.a
2025-08-20T20:34:05.9924679Z [00:01:52.563]➜  packagefile internal/runtime/math=/tmp/go-build3255226541/b022/_pkg_.a
2025-08-20T20:34:05.9925348Z [00:01:52.563]➜  packagefile internal/runtime/strconv=/tmp/go-build3255226541/b021/_pkg_.a
2025-08-20T20:34:05.9925894Z [00:01:52.563]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:05.9926431Z [00:01:52.563]➜  packagefile internal/runtime/syscall=/tmp/go-build3255226541/b023/_pkg_.a
2025-08-20T20:34:05.9926972Z [00:01:52.563]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:05.9933545Z [00:01:52.563]➜  packagefile internal/trace/tracev2=/tmp/go-build3255226541/b032/_pkg_.a
2025-08-20T20:34:05.9934097Z [00:01:52.563]➜  EOF
2025-08-20T20:34:05.9934394Z [00:01:52.563]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:34:05.9934773Z [00:01:52.563]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:05.9976028Z [00:01:52.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:34:05.9996733Z [00:01:52.563]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T20:34:05.9997653Z [00:01:52.564]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d # internal
2025-08-20T20:34:05.9998198Z [00:01:52.565]➜  image/color
2025-08-20T20:34:05.9998452Z [00:01:52.565]➜  mkdir -p $WORK/b178/
2025-08-20T20:34:05.9998759Z [00:01:52.565]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T20:34:05.9999052Z [00:01:52.565]➜  mkdir -p $WORK/b215/
2025-08-20T20:34:05.9999402Z [00:01:52.565]➜  echo '# import config' > $WORK/b178/importcfg # internal
2025-08-20T20:34:06.0004807Z [00:01:52.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b178=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T20:34:06.0006599Z [00:01:52.566]➜  echo '# import config' > $WORK/b215/importcfg # internal
2025-08-20T20:34:06.0008530Z [00:01:52.566]➜  /root/.go/pkg/tool/linux_arm64/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 wWHmkDLXS8g3B054_nOM/wWHmkDLXS8g3B054_nOM -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:34:06.0010168Z [00:01:52.566]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:34:06.0010829Z [00:01:52.566]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:34:06.0011388Z [00:01:52.566]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T20:34:06.0011727Z [00:01:52.567]➜  mkdir -p $WORK/b216/
2025-08-20T20:34:06.0012505Z [00:01:52.567]➜  echo -n > $WORK/b216/go_asm.h # internal
2025-08-20T20:34:06.0012887Z [00:01:52.567]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc
2025-08-20T20:34:06.0014158Z [00:01:52.567]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b216/symabis ./ubc_arm64.s
2025-08-20T20:34:06.0015259Z [00:01:52.573]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T20:34:06.0038613Z [00:01:52.576]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d # internal
2025-08-20T20:34:06.0042778Z [00:01:52.576]➜  container/list
2025-08-20T20:34:06.0043089Z [00:01:52.577]➜  mkdir -p $WORK/b220/
2025-08-20T20:34:06.0043452Z [00:01:52.577]➜  echo '# import config' > $WORK/b220/importcfg # internal
2025-08-20T20:34:06.0045439Z [00:01:52.577]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:06.0047107Z [00:01:52.577]➜  /root/.go/pkg/tool/linux_arm64/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 TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:34:06.0100789Z [00:01:52.582]➜  echo '# import config' > $WORK/b216/importcfg # internal
2025-08-20T20:34:06.0106669Z [00:01:52.583]➜  /root/.go/pkg/tool/linux_arm64/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 F_yUSfDXHTP4Gn-X-NXl/F_yUSfDXHTP4Gn-X-NXl -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_arm64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc/ubc_generic.go
2025-08-20T20:34:06.0316628Z [00:01:52.604]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T20:34:06.0332769Z [00:01:52.605]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T20:34:06.0334404Z [00:01:52.606]➜  github.com/go-git/go-git/v6/plumbing/color
2025-08-20T20:34:06.0334855Z [00:01:52.606]➜  mkdir -p $WORK/b229/
2025-08-20T20:34:06.0335209Z [00:01:52.606]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:34:06.0335620Z [00:01:52.606]➜  echo '# import config' > $WORK/b229/importcfg # internal
2025-08-20T20:34:06.0337538Z [00:01:52.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 TKhlAhwL8JiiZqHFUvOc/TKhlAhwL8JiiZqHFUvOc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/color/color.go
2025-08-20T20:34:06.0348219Z [00:01:52.607]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T20:34:06.0348989Z [00:01:52.607]➜  log/internal
2025-08-20T20:34:06.0349296Z [00:01:52.607]➜  mkdir -p $WORK/b246/
2025-08-20T20:34:06.0353690Z [00:01:52.608]➜  echo '# import config' > $WORK/b246/importcfg # internal
2025-08-20T20:34:06.0357346Z [00:01:52.608]➜  /root/.go/pkg/tool/linux_arm64/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 M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:34:06.0438293Z [00:01:52.616]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T20:34:06.0439226Z [00:01:52.616]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d # internal
2025-08-20T20:34:06.0439904Z [00:01:52.616]➜  internal/nettrace
2025-08-20T20:34:06.0440307Z [00:01:52.616]➜  mkdir -p $WORK/b263/
2025-08-20T20:34:06.0440842Z [00:01:52.616]➜  echo '# import config' > $WORK/b263/importcfg # internal
2025-08-20T20:34:06.0458116Z [00:01:52.616]➜  /root/.go/pkg/tool/linux_arm64/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 NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:34:06.0459945Z [00:01:52.618]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T20:34:06.0460631Z [00:01:52.618]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:34:06.0461236Z [00:01:52.618]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:34:06.0461551Z [00:01:52.618]➜  mkdir -p $WORK/b277/
2025-08-20T20:34:06.0461902Z [00:01:52.618]➜  echo '# import config' > $WORK/b277/importcfg # internal
2025-08-20T20:34:06.0464211Z [00:01:52.618]➜  /root/.go/pkg/tool/linux_arm64/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 G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -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:34:06.0545605Z [00:01:52.627]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc
2025-08-20T20:34:06.0547695Z [00:01:52.627]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b216/ubc_arm64.o ./ubc_arm64.s
2025-08-20T20:34:06.0550481Z [00:01:52.627]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T20:34:06.0556749Z [00:01:52.628]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:34:06.0558603Z [00:01:52.628]➜  github.com/golang/groupcache/lru
2025-08-20T20:34:06.0559017Z [00:01:52.628]➜  mkdir -p $WORK/b286/
2025-08-20T20:34:06.0562451Z [00:01:52.629]➜  cat >/tmp/go-build3255226541/b286/importcfg << 'EOF' # internal
2025-08-20T20:34:06.0563386Z [00:01:52.629]➜  # import config
2025-08-20T20:34:06.0563801Z [00:01:52.629]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:06.0564153Z [00:01:52.629]➜  EOF
2025-08-20T20:34:06.0564676Z [00:01:52.629]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:06.0567171Z [00:01:52.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_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/b286=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid jyyNKhvqGfOaoYaF4Npb/jyyNKhvqGfOaoYaF4Npb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T20:34:06.0587617Z [00:01:52.631]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T20:34:06.0590796Z [00:01:52.631]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T20:34:06.0592613Z [00:01:52.632]➜  golang.org/x/crypto/internal/alias
2025-08-20T20:34:06.0593520Z [00:01:52.632]➜  mkdir -p $WORK/b310/
2025-08-20T20:34:06.0601378Z [00:01:52.632]➜  echo '# import config' > $WORK/b310/importcfg # internal
2025-08-20T20:34:06.0604231Z [00:01:52.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_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/b310=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid OeNegmXs8XWVr2AH_q74/OeNegmXs8XWVr2AH_q74 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/alias/alias.go
2025-08-20T20:34:06.0640465Z [00:01:52.636]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0/ubc
2025-08-20T20:34:06.0640994Z [00:01:52.636]➜  go tool pack r $WORK/b216/_pkg_.a $WORK/b216/ubc_arm64.o # internal
2025-08-20T20:34:06.0653429Z [00:01:52.638]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T20:34:06.0665128Z [00:01:52.639]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d # internal
2025-08-20T20:34:06.0704171Z [00:01:52.643]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T20:34:06.0710208Z [00:01:52.643]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d # internal
2025-08-20T20:34:06.0727799Z [00:01:52.645]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T20:34:06.0734680Z [00:01:52.646]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d # internal
2025-08-20T20:34:07.5851433Z [00:01:54.157]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T20:34:07.5853539Z [00:01:54.158]➜  cd /root/.go/src/runtime
2025-08-20T20:34:07.5854461Z [00:01:54.158]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T20:34:07.5877689Z [00:01:54.160]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T20:34:07.5966812Z [00:01:54.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:34:07.5990040Z [00:01:54.171]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T20:34:07.6015801Z [00:01:54.174]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T20:34:07.6041762Z [00:01:54.176]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T20:34:07.6065722Z [00:01:54.179]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T20:34:07.6091644Z [00:01:54.181]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T20:34:07.6131644Z [00:01:54.185]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T20:34:07.6156635Z [00:01:54.188]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T20:34:07.6207256Z [00:01:54.193]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T20:34:07.6248830Z [00:01:54.197]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T20:34:07.6250944Z [00:01:54.197]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:34:07.6530996Z [00:01:54.225]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:34:07.6531573Z [00:01:54.225]➜  iter
2025-08-20T20:34:07.6531812Z [00:01:54.225]➜  internal/reflectlite
2025-08-20T20:34:07.6532462Z [00:01:54.225]➜  mkdir -p $WORK/b004/
2025-08-20T20:34:07.6532721Z [00:01:54.225]➜  crypto/subtle
2025-08-20T20:34:07.6538025Z [00:01:54.226]➜  mkdir -p $WORK/b093/
2025-08-20T20:34:07.6538638Z [00:01:54.226]➜  mkdir -p $WORK/b037/
2025-08-20T20:34:07.6539071Z [00:01:54.226]➜  cat >/tmp/go-build3255226541/b093/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6539425Z [00:01:54.226]➜  # import config
2025-08-20T20:34:07.6539866Z [00:01:54.226]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:07.6540430Z [00:01:54.226]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:07.6540913Z [00:01:54.226]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.6541231Z [00:01:54.226]➜  EOF
2025-08-20T20:34:07.6541870Z [00:01:54.226]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:07.6543969Z [00:01:54.226]➜  /root/.go/pkg/tool/linux_arm64/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 L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -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:34:07.6549474Z [00:01:54.226]➜  cat >/tmp/go-build3255226541/b037/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6549838Z [00:01:54.226]➜  # import config
2025-08-20T20:34:07.6550241Z [00:01:54.226]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:07.6557282Z [00:01:54.226]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.6557637Z [00:01:54.226]➜  EOF
2025-08-20T20:34:07.6558970Z [00:01:54.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b037=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:34:07.6560480Z [00:01:54.226]➜  sync
2025-08-20T20:34:07.6560716Z [00:01:54.226]➜  mkdir -p $WORK/b042/
2025-08-20T20:34:07.6561021Z [00:01:54.226]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:34:07.6561460Z [00:01:54.227]➜  cat >/tmp/go-build3255226541/b042/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6561805Z [00:01:54.227]➜  # import config
2025-08-20T20:34:07.6563746Z [00:01:54.227]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:07.6564458Z [00:01:54.227]➜  packagefile internal/sync=/tmp/go-build3255226541/b043/_pkg_.a
2025-08-20T20:34:07.6565139Z [00:01:54.227]➜  packagefile internal/synctest=/tmp/go-build3255226541/b045/_pkg_.a
2025-08-20T20:34:07.6566071Z [00:01:54.227]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.6566692Z [00:01:54.227]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:07.6567082Z [00:01:54.227]➜  EOF
2025-08-20T20:34:07.6569900Z [00:01:54.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b042=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -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:34:07.6572459Z [00:01:54.227]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:34:07.6573892Z [00:01:54.227]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T20:34:07.6584056Z [00:01:54.230]➜  cat >/tmp/go-build3255226541/b004/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6584528Z [00:01:54.230]➜  # import config
2025-08-20T20:34:07.6584896Z [00:01:54.230]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:07.6588283Z [00:01:54.230]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:07.6588823Z [00:01:54.230]➜  packagefile internal/unsafeheader=/tmp/go-build3255226541/b008/_pkg_.a
2025-08-20T20:34:07.6589312Z [00:01:54.230]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.6589630Z [00:01:54.230]➜  EOF
2025-08-20T20:34:07.6590193Z [00:01:54.231]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:07.6594202Z [00:01:54.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T20:34:07.6657098Z [00:01:54.238]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:34:07.6657987Z [00:01:54.238]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:34:07.6694662Z [00:01:54.241]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:34:07.6695621Z [00:01:54.242]➜  slices
2025-08-20T20:34:07.6696909Z [00:01:54.242]➜  mkdir -p $WORK/b047/
2025-08-20T20:34:07.6701020Z [00:01:54.242]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:34:07.6707583Z [00:01:54.243]➜  weak
2025-08-20T20:34:07.6708220Z [00:01:54.243]➜  mkdir -p $WORK/b132/
2025-08-20T20:34:07.6722431Z [00:01:54.244]➜  cat >/tmp/go-build3255226541/b047/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6722819Z [00:01:54.244]➜  # import config
2025-08-20T20:34:07.6723151Z [00:01:54.244]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:07.6723596Z [00:01:54.244]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:07.6724032Z [00:01:54.244]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:07.6724363Z [00:01:54.244]➜  EOF
2025-08-20T20:34:07.6730568Z [00:01:54.245]➜  cat >/tmp/go-build3255226541/b132/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6731418Z [00:01:54.245]➜  # import config
2025-08-20T20:34:07.6732337Z [00:01:54.245]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:07.6734244Z [00:01:54.245]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.6734603Z [00:01:54.245]➜  EOF
2025-08-20T20:34:07.6736051Z [00:01:54.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b132=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -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:34:07.6738916Z [00:01:54.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -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:34:07.6856101Z [00:01:54.257]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:34:07.6857471Z [00:01:54.257]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:34:07.6863074Z [00:01:54.258]➜  maps
2025-08-20T20:34:07.6863352Z [00:01:54.258]➜  mkdir -p $WORK/b200/
2025-08-20T20:34:07.6863732Z [00:01:54.258]➜  cat >/tmp/go-build3255226541/b200/importcfg << 'EOF' # internal
2025-08-20T20:34:07.6864080Z [00:01:54.258]➜  # import config
2025-08-20T20:34:07.6864416Z [00:01:54.258]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:07.6864725Z [00:01:54.258]➜  EOF
2025-08-20T20:34:07.6866459Z [00:01:54.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b200=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -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:34:07.6979717Z [00:01:54.269]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:34:07.6993400Z [00:01:54.272]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:34:07.7019424Z [00:01:54.274]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:34:07.7025881Z [00:01:54.275]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:34:07.7028104Z [00:01:54.275]➜  golang.org/x/exp/maps
2025-08-20T20:34:07.7028456Z [00:01:54.275]➜  mkdir -p $WORK/b247/
2025-08-20T20:34:07.7031547Z [00:01:54.275]➜  cat >/tmp/go-build3255226541/b247/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7032963Z [00:01:54.275]➜  # import config
2025-08-20T20:34:07.7033383Z [00:01:54.275]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:07.7033808Z [00:01:54.275]➜  EOF
2025-08-20T20:34:07.7036341Z [00:01:54.276]➜  /root/.go/pkg/tool/linux_arm64/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 zyjHnl51hswucg7XoAAC/zyjHnl51hswucg7XoAAC -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:34:07.7186906Z [00:01:54.291]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T20:34:07.7190897Z [00:01:54.291]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d # internal
2025-08-20T20:34:07.7458617Z [00:01:54.318]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:34:07.7461050Z [00:01:54.318]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T20:34:07.7485772Z [00:01:54.321]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T20:34:07.7487011Z [00:01:54.321]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:34:07.7500009Z [00:01:54.322]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:34:07.7501543Z [00:01:54.323]➜  errors
2025-08-20T20:34:07.7504250Z [00:01:54.323]➜  mkdir -p $WORK/b003/
2025-08-20T20:34:07.7511278Z [00:01:54.323]➜  cat >/tmp/go-build3255226541/b003/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7511693Z [00:01:54.323]➜  # import config
2025-08-20T20:34:07.7512317Z [00:01:54.323]➜  packagefile internal/reflectlite=/tmp/go-build3255226541/b004/_pkg_.a
2025-08-20T20:34:07.7512738Z [00:01:54.323]➜  EOF
2025-08-20T20:34:07.7513030Z [00:01:54.323]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:07.7514688Z [00:01:54.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:34:07.7516020Z [00:01:54.323]➜  sort
2025-08-20T20:34:07.7516246Z [00:01:54.323]➜  mkdir -p $WORK/b065/
2025-08-20T20:34:07.7523529Z [00:01:54.325]➜  cat >/tmp/go-build3255226541/b065/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7524818Z [00:01:54.325]➜  # import config
2025-08-20T20:34:07.7525448Z [00:01:54.325]➜  packagefile internal/reflectlite=/tmp/go-build3255226541/b004/_pkg_.a
2025-08-20T20:34:07.7526009Z [00:01:54.325]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:07.7526464Z [00:01:54.325]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:07.7526801Z [00:01:54.325]➜  EOF
2025-08-20T20:34:07.7528540Z [00:01:54.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b065=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -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:34:07.7614612Z [00:01:54.332]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:34:07.7631820Z [00:01:54.335]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:34:07.7632661Z [00:01:54.335]➜  internal/bisect
2025-08-20T20:34:07.7632932Z [00:01:54.335]➜  mkdir -p $WORK/b056/
2025-08-20T20:34:07.7645460Z [00:01:54.337]➜  cat >/tmp/go-build3255226541/b056/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7646438Z [00:01:54.337]➜  # import config
2025-08-20T20:34:07.7646805Z [00:01:54.337]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.7647232Z [00:01:54.337]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.7647668Z [00:01:54.337]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:07.7647999Z [00:01:54.337]➜  EOF
2025-08-20T20:34:07.7649322Z [00:01:54.337]➜  internal/testlog
2025-08-20T20:34:07.7649672Z [00:01:54.337]➜  mkdir -p $WORK/b061/
2025-08-20T20:34:07.7650070Z [00:01:54.337]➜  cat >/tmp/go-build3255226541/b061/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7650423Z [00:01:54.337]➜  # import config
2025-08-20T20:34:07.7650763Z [00:01:54.337]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.7651199Z [00:01:54.337]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:07.7651542Z [00:01:54.337]➜  EOF
2025-08-20T20:34:07.7679757Z [00:01:54.340]➜  /root/.go/pkg/tool/linux_arm64/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 lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -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:34:07.7682826Z [00:01:54.340]➜  /root/.go/pkg/tool/linux_arm64/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 l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:34:07.7726455Z [00:01:54.345]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:34:07.7742856Z [00:01:54.347]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:34:07.7745521Z [00:01:54.347]➜  strconv
2025-08-20T20:34:07.7745814Z [00:01:54.347]➜  mkdir -p $WORK/b040/
2025-08-20T20:34:07.7746201Z [00:01:54.347]➜  cat >/tmp/go-build3255226541/b040/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7746546Z [00:01:54.347]➜  # import config
2025-08-20T20:34:07.7746886Z [00:01:54.347]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.7747348Z [00:01:54.347]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:07.7748144Z [00:01:54.347]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:07.7748694Z [00:01:54.347]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:07.7749124Z [00:01:54.347]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:07.7749577Z [00:01:54.347]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:07.7749955Z [00:01:54.347]➜  EOF
2025-08-20T20:34:07.7752965Z [00:01:54.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b040=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -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:34:07.7886219Z [00:01:54.361]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:34:07.7897058Z [00:01:54.362]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:34:07.7912332Z [00:01:54.364]➜  io
2025-08-20T20:34:07.7913584Z [00:01:54.364]➜  mkdir -p $WORK/b048/
2025-08-20T20:34:07.7916765Z [00:01:54.364]➜  cat >/tmp/go-build3255226541/b048/importcfg << 'EOF' # internal
2025-08-20T20:34:07.7917184Z [00:01:54.364]➜  # import config
2025-08-20T20:34:07.7918096Z [00:01:54.364]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.7918526Z [00:01:54.364]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.7918868Z [00:01:54.364]➜  EOF
2025-08-20T20:34:07.7920314Z [00:01:54.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -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:34:07.8177861Z [00:01:54.390]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:34:07.8195469Z [00:01:54.392]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:34:07.8202903Z [00:01:54.392]➜  internal/oserror
2025-08-20T20:34:07.8203682Z [00:01:54.392]➜  mkdir -p $WORK/b052/
2025-08-20T20:34:07.8204127Z [00:01:54.392]➜  cat >/tmp/go-build3255226541/b052/importcfg << 'EOF' # internal
2025-08-20T20:34:07.8204484Z [00:01:54.392]➜  # import config
2025-08-20T20:34:07.8204859Z [00:01:54.392]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.8205178Z [00:01:54.392]➜  EOF
2025-08-20T20:34:07.8206687Z [00:01:54.392]➜  /root/.go/pkg/tool/linux_arm64/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 DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:34:07.8394040Z [00:01:54.410]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:34:07.8394791Z [00:01:54.410]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:34:07.8395754Z [00:01:54.411]➜  path
2025-08-20T20:34:07.8396478Z [00:01:54.411]➜  mkdir -p $WORK/b053/
2025-08-20T20:34:07.8397369Z [00:01:54.411]➜  cat >/tmp/go-build3255226541/b053/importcfg << 'EOF' # internal
2025-08-20T20:34:07.8397784Z [00:01:54.411]➜  # import config
2025-08-20T20:34:07.8398136Z [00:01:54.412]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.8398603Z [00:01:54.412]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:07.8399100Z [00:01:54.412]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:07.8399432Z [00:01:54.412]➜  EOF
2025-08-20T20:34:07.8400831Z [00:01:54.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -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:34:07.8663989Z [00:01:54.438]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:34:07.8664494Z [00:01:54.439]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:34:07.8679994Z [00:01:54.440]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:34:07.8682999Z [00:01:54.440]➜  internal/godebug
2025-08-20T20:34:07.8685017Z [00:01:54.441]➜  mkdir -p $WORK/b055/
2025-08-20T20:34:07.8686512Z [00:01:54.441]➜  cat >/tmp/go-build3255226541/b055/importcfg << 'EOF' # internal
2025-08-20T20:34:07.8687965Z [00:01:54.441]➜  # import config
2025-08-20T20:34:07.8688379Z [00:01:54.441]➜  packagefile internal/bisect=/tmp/go-build3255226541/b056/_pkg_.a
2025-08-20T20:34:07.8688883Z [00:01:54.441]➜  packagefile internal/godebugs=/tmp/go-build3255226541/b015/_pkg_.a
2025-08-20T20:34:07.8692208Z [00:01:54.441]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.8692798Z [00:01:54.441]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:07.8693140Z [00:01:54.441]➜  EOF
2025-08-20T20:34:07.8694716Z [00:01:54.441]➜  /root/.go/pkg/tool/linux_arm64/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 LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:34:07.8696411Z [00:01:54.441]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:34:07.8732634Z [00:01:54.445]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:34:07.8735495Z [00:01:54.446]➜  syscall
2025-08-20T20:34:07.8736290Z [00:01:54.446]➜  mkdir -p $WORK/b057/
2025-08-20T20:34:07.8749907Z [00:01:54.447]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T20:34:07.8752988Z [00:01:54.448]➜  cd /root/.go/src/syscall
2025-08-20T20:34:07.8755269Z [00:01:54.448]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b057/symabis ./asm_linux_arm64.s
2025-08-20T20:34:07.8770000Z [00:01:54.449]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:34:07.8802644Z [00:01:54.453]➜  bytes
2025-08-20T20:34:07.8804650Z [00:01:54.453]➜  mkdir -p $WORK/b063/
2025-08-20T20:34:07.8817856Z [00:01:54.454]➜  cat >/tmp/go-build3255226541/b063/importcfg << 'EOF' # internal
2025-08-20T20:34:07.8819186Z [00:01:54.454]➜  # import config
2025-08-20T20:34:07.8819550Z [00:01:54.454]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.8821773Z [00:01:54.454]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:07.8825602Z [00:01:54.454]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:07.8827028Z [00:01:54.454]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:07.8827805Z [00:01:54.454]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:07.8828420Z [00:01:54.454]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:07.8828958Z [00:01:54.454]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:07.8830321Z [00:01:54.454]➜  EOF
2025-08-20T20:34:07.8832472Z [00:01:54.456]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:07.8834546Z [00:01:54.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b063=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -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:34:07.8923574Z [00:01:54.464]➜  cat >/tmp/go-build3255226541/b057/importcfg << 'EOF' # internal
2025-08-20T20:34:07.8924034Z [00:01:54.464]➜  # import config
2025-08-20T20:34:07.8924382Z [00:01:54.464]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.8924832Z [00:01:54.464]➜  packagefile internal/asan=/tmp/go-build3255226541/b027/_pkg_.a
2025-08-20T20:34:07.8925718Z [00:01:54.464]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:07.8926223Z [00:01:54.464]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:07.8926724Z [00:01:54.464]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:07.8927195Z [00:01:54.464]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:07.8927661Z [00:01:54.464]➜  packagefile internal/msan=/tmp/go-build3255226541/b028/_pkg_.a
2025-08-20T20:34:07.8928138Z [00:01:54.464]➜  packagefile internal/oserror=/tmp/go-build3255226541/b052/_pkg_.a
2025-08-20T20:34:07.8928627Z [00:01:54.464]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:07.8929145Z [00:01:54.464]➜  packagefile internal/runtime/syscall=/tmp/go-build3255226541/b023/_pkg_.a
2025-08-20T20:34:07.8929632Z [00:01:54.464]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.8930063Z [00:01:54.464]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:07.8930474Z [00:01:54.464]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.8930905Z [00:01:54.464]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:07.8931239Z [00:01:54.464]➜  EOF
2025-08-20T20:34:07.8938069Z [00:01:54.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -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_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T20:34:07.9259013Z [00:01:54.497]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:34:07.9269121Z [00:01:54.499]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:34:07.9274670Z [00:01:54.500]➜  reflect
2025-08-20T20:34:07.9276510Z [00:01:54.500]➜  mkdir -p $WORK/b035/
2025-08-20T20:34:07.9279781Z [00:01:54.500]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T20:34:07.9281808Z [00:01:54.500]➜  cd /root/.go/src/reflect
2025-08-20T20:34:07.9285991Z [00:01:54.501]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b035/symabis ./asm_arm64.s
2025-08-20T20:34:07.9407563Z [00:01:54.511]➜  cat >/tmp/go-build3255226541/b035/importcfg << 'EOF' # internal
2025-08-20T20:34:07.9408217Z [00:01:54.511]➜  # import config
2025-08-20T20:34:07.9408586Z [00:01:54.511]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:07.9409037Z [00:01:54.511]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:07.9409521Z [00:01:54.511]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:07.9410488Z [00:01:54.511]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:07.9410972Z [00:01:54.511]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:07.9411441Z [00:01:54.511]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:07.9412070Z [00:01:54.511]➜  packagefile internal/runtime/maps=/tmp/go-build3255226541/b026/_pkg_.a
2025-08-20T20:34:07.9412663Z [00:01:54.511]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:07.9413239Z [00:01:54.511]➜  packagefile internal/unsafeheader=/tmp/go-build3255226541/b008/_pkg_.a
2025-08-20T20:34:07.9413709Z [00:01:54.512]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:07.9414117Z [00:01:54.512]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:07.9414532Z [00:01:54.512]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:07.9414968Z [00:01:54.512]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:07.9415381Z [00:01:54.512]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:07.9415794Z [00:01:54.512]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:07.9416234Z [00:01:54.512]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:07.9416570Z [00:01:54.512]➜  EOF
2025-08-20T20:34:07.9416855Z [00:01:54.512]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:07.9419737Z [00:01:54.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -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:34:07.9735421Z [00:01:54.543]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:34:07.9765440Z [00:01:54.549]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:34:07.9789472Z [00:01:54.551]➜  container/heap
2025-08-20T20:34:07.9803192Z [00:01:54.551]➜  mkdir -p $WORK/b064/
2025-08-20T20:34:07.9803691Z [00:01:54.551]➜  cat >/tmp/go-build3255226541/b064/importcfg << 'EOF' # internal
2025-08-20T20:34:07.9804051Z [00:01:54.552]➜  # import config
2025-08-20T20:34:07.9804386Z [00:01:54.552]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:07.9804698Z [00:01:54.552]➜  EOF
2025-08-20T20:34:07.9806166Z [00:01:54.552]➜  /root/.go/pkg/tool/linux_arm64/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 WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T20:34:08.0019431Z [00:01:54.574]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:34:08.0023664Z [00:01:54.574]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T20:34:08.0028976Z [00:01:54.575]➜  hash
2025-08-20T20:34:08.0029245Z [00:01:54.575]➜  mkdir -p $WORK/b069/
2025-08-20T20:34:08.0029629Z [00:01:54.575]➜  cat >/tmp/go-build3255226541/b069/importcfg << 'EOF' # internal
2025-08-20T20:34:08.0029980Z [00:01:54.575]➜  # import config
2025-08-20T20:34:08.0030318Z [00:01:54.575]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.0031003Z [00:01:54.575]➜  EOF
2025-08-20T20:34:08.0032451Z [00:01:54.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b069=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:34:08.0042688Z [00:01:54.576]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:34:08.0078839Z [00:01:54.580]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:34:08.0079536Z [00:01:54.580]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:34:08.0079849Z [00:01:54.580]➜  mkdir -p $WORK/b074/
2025-08-20T20:34:08.0095540Z [00:01:54.582]➜  cat >/tmp/go-build3255226541/b074/importcfg << 'EOF' # internal
2025-08-20T20:34:08.0096271Z [00:01:54.582]➜  # import config
2025-08-20T20:34:08.0098773Z [00:01:54.582]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:08.0099355Z [00:01:54.582]➜  EOF
2025-08-20T20:34:08.0101407Z [00:01:54.582]➜  /root/.go/pkg/tool/linux_arm64/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 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -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:34:08.0295263Z [00:01:54.602]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:34:08.0296499Z [00:01:54.602]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:34:08.0297548Z [00:01:54.602]➜  crypto
2025-08-20T20:34:08.0298031Z [00:01:54.602]➜  mkdir -p $WORK/b068/
2025-08-20T20:34:08.0299144Z [00:01:54.602]➜  cat >/tmp/go-build3255226541/b068/importcfg << 'EOF' # internal
2025-08-20T20:34:08.0299500Z [00:01:54.602]➜  # import config
2025-08-20T20:34:08.0299843Z [00:01:54.602]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.0300248Z [00:01:54.602]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.0300663Z [00:01:54.602]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:08.0300980Z [00:01:54.602]➜  EOF
2025-08-20T20:34:08.0302766Z [00:01:54.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b068=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:34:08.0327820Z [00:01:54.605]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:34:08.0333273Z [00:01:54.605]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:34:08.0333935Z [00:01:54.606]➜  strings
2025-08-20T20:34:08.0335033Z [00:01:54.606]➜  mkdir -p $WORK/b075/
2025-08-20T20:34:08.0338617Z [00:01:54.606]➜  cat >/tmp/go-build3255226541/b075/importcfg << 'EOF' # internal
2025-08-20T20:34:08.0338979Z [00:01:54.606]➜  # import config
2025-08-20T20:34:08.0339828Z [00:01:54.606]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.0340571Z [00:01:54.606]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:08.0341473Z [00:01:54.606]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:08.0342408Z [00:01:54.606]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:08.0343205Z [00:01:54.606]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.0344324Z [00:01:54.606]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:08.0345095Z [00:01:54.606]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.0346129Z [00:01:54.606]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.0346587Z [00:01:54.606]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:08.0347041Z [00:01:54.606]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:08.0347373Z [00:01:54.606]➜  EOF
2025-08-20T20:34:08.0349551Z [00:01:54.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b075=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -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:34:08.0487953Z [00:01:54.621]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:34:08.0495309Z [00:01:54.622]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:34:08.0502854Z [00:01:54.622]➜  math/rand/v2
2025-08-20T20:34:08.0507984Z [00:01:54.623]➜  mkdir -p $WORK/b091/
2025-08-20T20:34:08.0518800Z [00:01:54.624]➜  cat >/tmp/go-build3255226541/b091/importcfg << 'EOF' # internal
2025-08-20T20:34:08.0519737Z [00:01:54.624]➜  # import config
2025-08-20T20:34:08.0520403Z [00:01:54.624]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.0521188Z [00:01:54.624]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:08.0522058Z [00:01:54.624]➜  packagefile internal/chacha8rand=/tmp/go-build3255226541/b013/_pkg_.a
2025-08-20T20:34:08.0522811Z [00:01:54.624]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:08.0523442Z [00:01:54.624]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.0524515Z [00:01:54.624]➜  EOF
2025-08-20T20:34:08.0526898Z [00:01:54.624]➜  /root/.go/pkg/tool/linux_arm64/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 ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -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:34:08.1591878Z [00:01:54.731]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:34:08.1616617Z [00:01:54.734]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:34:08.1621011Z [00:01:54.734]➜  crypto/internal/randutil
2025-08-20T20:34:08.1621337Z [00:01:54.734]➜  mkdir -p $WORK/b090/
2025-08-20T20:34:08.1633336Z [00:01:54.736]➜  cat >/tmp/go-build3255226541/b090/importcfg << 'EOF' # internal
2025-08-20T20:34:08.1643159Z [00:01:54.736]➜  # import config
2025-08-20T20:34:08.1643852Z [00:01:54.736]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.1645086Z [00:01:54.736]➜  packagefile math/rand/v2=/tmp/go-build3255226541/b091/_pkg_.a
2025-08-20T20:34:08.1645484Z [00:01:54.736]➜  EOF
2025-08-20T20:34:08.1647142Z [00:01:54.736]➜  /root/.go/pkg/tool/linux_arm64/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 jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:34:08.1767229Z [00:01:54.749]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:34:08.1785780Z [00:01:54.751]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:34:08.1793150Z [00:01:54.752]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:34:08.1798049Z [00:01:54.752]➜  math/rand
2025-08-20T20:34:08.1799088Z [00:01:54.752]➜  mkdir -p $WORK/b100/
2025-08-20T20:34:08.1803527Z [00:01:54.752]➜  cat >/tmp/go-build3255226541/b100/importcfg << 'EOF' # internal
2025-08-20T20:34:08.1803931Z [00:01:54.752]➜  # import config
2025-08-20T20:34:08.1804321Z [00:01:54.752]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:08.1804784Z [00:01:54.752]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:08.1805209Z [00:01:54.752]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.1805643Z [00:01:54.752]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:08.1805972Z [00:01:54.752]➜  EOF
2025-08-20T20:34:08.1809219Z [00:01:54.753]➜  /root/.go/pkg/tool/linux_arm64/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 d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -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:34:08.1811209Z [00:01:54.753]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:34:08.1812717Z [00:01:54.754]➜  crypto/internal/fips140
2025-08-20T20:34:08.1813232Z [00:01:54.754]➜  mkdir -p $WORK/b073/
2025-08-20T20:34:08.1821889Z [00:01:54.754]➜  cat >/tmp/go-build3255226541/b073/importcfg << 'EOF' # internal
2025-08-20T20:34:08.1824669Z [00:01:54.754]➜  # import config
2025-08-20T20:34:08.1825389Z [00:01:54.754]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3255226541/b074/_pkg_.a
2025-08-20T20:34:08.1826295Z [00:01:54.754]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.1826898Z [00:01:54.754]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.1827521Z [00:01:54.754]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.1829491Z [00:01:54.754]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:08.1829898Z [00:01:54.754]➜  EOF
2025-08-20T20:34:08.1832458Z [00:01:54.755]➜  /root/.go/pkg/tool/linux_arm64/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 kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -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:34:08.2018501Z [00:01:54.774]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:34:08.2022095Z [00:01:54.774]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:34:08.2022745Z [00:01:54.774]➜  crypto/internal/impl
2025-08-20T20:34:08.2023055Z [00:01:54.774]➜  mkdir -p $WORK/b082/
2025-08-20T20:34:08.2023432Z [00:01:54.774]➜  cat >/tmp/go-build3255226541/b082/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2023778Z [00:01:54.774]➜  # import config
2025-08-20T20:34:08.2024550Z [00:01:54.774]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:08.2024872Z [00:01:54.774]➜  EOF
2025-08-20T20:34:08.2026435Z [00:01:54.774]➜  /root/.go/pkg/tool/linux_arm64/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 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:34:08.2130827Z [00:01:54.785]➜  cd /root/.go/src/syscall
2025-08-20T20:34:08.2134771Z [00:01:54.785]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:34:08.2159856Z [00:01:54.788]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:34:08.2166663Z [00:01:54.789]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:34:08.2168094Z [00:01:54.789]➜  crypto/internal/fips140/sha256
2025-08-20T20:34:08.2168870Z [00:01:54.789]➜  mkdir -p $WORK/b079/
2025-08-20T20:34:08.2169675Z [00:01:54.789]➜  echo -n > $WORK/b079/go_asm.h # internal
2025-08-20T20:34:08.2173188Z [00:01:54.790]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:34:08.2174566Z [00:01:54.790]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b079/symabis ./sha256block_arm64.s
2025-08-20T20:34:08.2190720Z [00:01:54.791]➜  cd /root/.go/src/syscall
2025-08-20T20:34:08.2192540Z [00:01:54.791]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_linux_arm64.o # internal
2025-08-20T20:34:08.2194280Z [00:01:54.791]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:34:08.2284392Z [00:01:54.797]➜  cat >/tmp/go-build3255226541/b079/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2285507Z [00:01:54.801]➜  # import config
2025-08-20T20:34:08.2286148Z [00:01:54.801]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.2286837Z [00:01:54.801]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.2288670Z [00:01:54.801]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.2289765Z [00:01:54.801]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:08.2290405Z [00:01:54.801]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:08.2290886Z [00:01:54.801]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.2291571Z [00:01:54.801]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.2292168Z [00:01:54.801]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.2292536Z [00:01:54.801]➜  EOF
2025-08-20T20:34:08.2292822Z [00:01:54.801]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.2295542Z [00:01:54.801]➜  /root/.go/pkg/tool/linux_arm64/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 XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -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_arm64.go
2025-08-20T20:34:08.2298173Z [00:01:54.801]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:34:08.2298708Z [00:01:54.801]➜  time
2025-08-20T20:34:08.2298935Z [00:01:54.801]➜  mkdir -p $WORK/b054/
2025-08-20T20:34:08.2299301Z [00:01:54.801]➜  cat >/tmp/go-build3255226541/b054/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2301019Z [00:01:54.802]➜  # import config
2025-08-20T20:34:08.2301825Z [00:01:54.802]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.2303117Z [00:01:54.802]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:08.2303728Z [00:01:54.802]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:08.2304264Z [00:01:54.802]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:08.2304791Z [00:01:54.802]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.2305241Z [00:01:54.802]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.2305664Z [00:01:54.802]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.2306082Z [00:01:54.802]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:08.2306398Z [00:01:54.802]➜  EOF
2025-08-20T20:34:08.2309048Z [00:01:54.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b054=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -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:34:08.2404297Z [00:01:54.811]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:34:08.2407484Z [00:01:54.813]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:34:08.2410315Z [00:01:54.813]➜  internal/syscall/unix
2025-08-20T20:34:08.2410683Z [00:01:54.813]➜  mkdir -p $WORK/b059/
2025-08-20T20:34:08.2411062Z [00:01:54.813]➜  cat >/tmp/go-build3255226541/b059/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2411412Z [00:01:54.813]➜  # import config
2025-08-20T20:34:08.2411754Z [00:01:54.813]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.2412510Z [00:01:54.813]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:08.2412966Z [00:01:54.813]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:08.2413282Z [00:01:54.813]➜  EOF
2025-08-20T20:34:08.2419547Z [00:01:54.813]➜  /root/.go/pkg/tool/linux_arm64/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 Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -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_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:34:08.2702566Z [00:01:54.842]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:34:08.2708944Z [00:01:54.843]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:34:08.2714395Z [00:01:54.844]➜  internal/syscall/execenv
2025-08-20T20:34:08.2715087Z [00:01:54.844]➜  mkdir -p $WORK/b060/
2025-08-20T20:34:08.2716575Z [00:01:54.844]➜  cat >/tmp/go-build3255226541/b060/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2716973Z [00:01:54.844]➜  # import config
2025-08-20T20:34:08.2717322Z [00:01:54.844]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:08.2717640Z [00:01:54.844]➜  EOF
2025-08-20T20:34:08.2719609Z [00:01:54.844]➜  /root/.go/pkg/tool/linux_arm64/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 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -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:34:08.2723269Z [00:01:54.845]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:34:08.2725892Z [00:01:54.845]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b079/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:34:08.2791148Z [00:01:54.851]➜  go tool pack r $WORK/b079/_pkg_.a $WORK/b079/sha256block_arm64.o # internal
2025-08-20T20:34:08.2795684Z [00:01:54.852]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:34:08.2798823Z [00:01:54.852]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:34:08.2800172Z [00:01:54.852]➜  crypto/internal/fips140/sha3
2025-08-20T20:34:08.2801116Z [00:01:54.852]➜  mkdir -p $WORK/b083/
2025-08-20T20:34:08.2826141Z [00:01:54.855]➜  echo -n > $WORK/b083/go_asm.h # internal
2025-08-20T20:34:08.2827139Z [00:01:54.855]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:34:08.2828998Z [00:01:54.855]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b083/symabis ./sha3_arm64.s
2025-08-20T20:34:08.2830575Z [00:01:54.855]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:34:08.2836415Z [00:01:54.856]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:34:08.2837843Z [00:01:54.856]➜  crypto/internal/fips140/sha512
2025-08-20T20:34:08.2838482Z [00:01:54.856]➜  mkdir -p $WORK/b085/
2025-08-20T20:34:08.2844997Z [00:01:54.857]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T20:34:08.2846036Z [00:01:54.857]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:34:08.2874193Z [00:01:54.860]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b085/symabis ./sha512block_arm64.s
2025-08-20T20:34:08.2876191Z [00:01:54.860]➜  cat >/tmp/go-build3255226541/b083/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2877361Z [00:01:54.860]➜  # import config
2025-08-20T20:34:08.2878603Z [00:01:54.860]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.2879198Z [00:01:54.860]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.2879809Z [00:01:54.860]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:08.2880467Z [00:01:54.860]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.2881094Z [00:01:54.860]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:08.2881647Z [00:01:54.860]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:08.2882287Z [00:01:54.860]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.2882745Z [00:01:54.860]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.2883176Z [00:01:54.860]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.2883490Z [00:01:54.860]➜  EOF
2025-08-20T20:34:08.2883773Z [00:01:54.860]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.2887176Z [00:01:54.860]➜  /root/.go/pkg/tool/linux_arm64/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 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -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_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:34:08.2991825Z [00:01:54.871]➜  cat >/tmp/go-build3255226541/b085/importcfg << 'EOF' # internal
2025-08-20T20:34:08.2994233Z [00:01:54.872]➜  # import config
2025-08-20T20:34:08.2995044Z [00:01:54.872]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.2995862Z [00:01:54.872]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.2996813Z [00:01:54.872]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.2997867Z [00:01:54.872]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:08.2998737Z [00:01:54.872]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:08.2999922Z [00:01:54.872]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.3000867Z [00:01:54.872]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.3001308Z [00:01:54.872]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.3001634Z [00:01:54.872]➜  EOF
2025-08-20T20:34:08.3004522Z [00:01:54.872]➜  /root/.go/pkg/tool/linux_arm64/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 vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -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_arm64.go
2025-08-20T20:34:08.3392809Z [00:01:54.911]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:34:08.3396762Z [00:01:54.912]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b083/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:34:08.3456704Z [00:01:54.918]➜  go tool pack r $WORK/b083/_pkg_.a $WORK/b083/sha3_arm64.o # internal
2025-08-20T20:34:08.3459455Z [00:01:54.918]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:34:08.3465129Z [00:01:54.919]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:34:08.3478572Z [00:01:54.920]➜  crypto/sha3
2025-08-20T20:34:08.3480212Z [00:01:54.920]➜  mkdir -p $WORK/b106/
2025-08-20T20:34:08.3494785Z [00:01:54.922]➜  cat >/tmp/go-build3255226541/b106/importcfg << 'EOF' # internal
2025-08-20T20:34:08.3496583Z [00:01:54.922]➜  # import config
2025-08-20T20:34:08.3497248Z [00:01:54.922]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:08.3498162Z [00:01:54.922]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:08.3499444Z [00:01:54.922]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.3499825Z [00:01:54.922]➜  EOF
2025-08-20T20:34:08.3500131Z [00:01:54.922]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.3502152Z [00:01:54.922]➜  /root/.go/pkg/tool/linux_arm64/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 W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:34:08.3503553Z [00:01:54.922]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:34:08.3504887Z [00:01:54.922]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b085/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:34:08.3608003Z [00:01:54.932]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/sha512block_arm64.o # internal
2025-08-20T20:34:08.3608739Z [00:01:54.932]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:34:08.3609550Z [00:01:54.933]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:34:08.3619724Z [00:01:54.934]➜  crypto/internal/fips140/hmac
2025-08-20T20:34:08.3620586Z [00:01:54.934]➜  mkdir -p $WORK/b078/
2025-08-20T20:34:08.3632814Z [00:01:54.935]➜  cat >/tmp/go-build3255226541/b078/importcfg << 'EOF' # internal
2025-08-20T20:34:08.3635218Z [00:01:54.936]➜  # import config
2025-08-20T20:34:08.3636031Z [00:01:54.936]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.3636526Z [00:01:54.936]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.3645087Z [00:01:54.936]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:08.3645701Z [00:01:54.936]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:08.3646284Z [00:01:54.936]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:08.3646805Z [00:01:54.936]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.3647225Z [00:01:54.936]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.3647534Z [00:01:54.936]➜  EOF
2025-08-20T20:34:08.3647813Z [00:01:54.936]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.3649840Z [00:01:54.936]➜  /root/.go/pkg/tool/linux_arm64/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 A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -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:34:08.4027191Z [00:01:54.975]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:34:08.4033728Z [00:01:54.976]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:34:08.4036361Z [00:01:54.976]➜  crypto/internal/fips140/check
2025-08-20T20:34:08.4037896Z [00:01:54.976]➜  mkdir -p $WORK/b077/
2025-08-20T20:34:08.4040880Z [00:01:54.976]➜  cat >/tmp/go-build3255226541/b077/importcfg << 'EOF' # internal
2025-08-20T20:34:08.4041715Z [00:01:54.976]➜  # import config
2025-08-20T20:34:08.4042656Z [00:01:54.976]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.4043724Z [00:01:54.976]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:08.4044390Z [00:01:54.976]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:08.4045044Z [00:01:54.976]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.4045693Z [00:01:54.976]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3255226541/b074/_pkg_.a
2025-08-20T20:34:08.4046551Z [00:01:54.976]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.4046962Z [00:01:54.976]➜  EOF
2025-08-20T20:34:08.4054586Z [00:01:54.977]➜  /root/.go/pkg/tool/linux_arm64/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 nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -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:34:08.4124349Z [00:01:54.984]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:34:08.4130287Z [00:01:54.985]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T20:34:08.4146796Z [00:01:54.987]➜  crypto/internal/fips140hash
2025-08-20T20:34:08.4147141Z [00:01:54.987]➜  mkdir -p $WORK/b105/
2025-08-20T20:34:08.4154114Z [00:01:54.987]➜  cat >/tmp/go-build3255226541/b105/importcfg << 'EOF' # internal
2025-08-20T20:34:08.4154521Z [00:01:54.987]➜  # import config
2025-08-20T20:34:08.4154957Z [00:01:54.987]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:08.4155483Z [00:01:54.987]➜  packagefile crypto/sha3=/tmp/go-build3255226541/b106/_pkg_.a
2025-08-20T20:34:08.4156342Z [00:01:54.987]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:08.4156652Z [00:01:54.987]➜  EOF
2025-08-20T20:34:08.4158389Z [00:01:54.987]➜  /root/.go/pkg/tool/linux_arm64/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 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:34:08.4298164Z [00:01:55.002]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:34:08.4303210Z [00:01:55.003]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T20:34:08.4305236Z [00:01:55.003]➜  bufio
2025-08-20T20:34:08.4313547Z [00:01:55.003]➜  mkdir -p $WORK/b109/
2025-08-20T20:34:08.4314899Z [00:01:55.004]➜  cat >/tmp/go-build3255226541/b109/importcfg << 'EOF' # internal
2025-08-20T20:34:08.4315286Z [00:01:55.004]➜  # import config
2025-08-20T20:34:08.4315632Z [00:01:55.004]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.4316057Z [00:01:55.004]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.4316485Z [00:01:55.004]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.4316900Z [00:01:55.004]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:08.4317365Z [00:01:55.004]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:08.4317696Z [00:01:55.004]➜  EOF
2025-08-20T20:34:08.4319095Z [00:01:55.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b109=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -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:34:08.4360166Z [00:01:55.008]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:34:08.4378058Z [00:01:55.010]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:34:08.4447832Z [00:01:55.017]➜  crypto/internal/fips140/aes
2025-08-20T20:34:08.4485820Z [00:01:55.021]➜  mkdir -p $WORK/b072/
2025-08-20T20:34:08.4496235Z [00:01:55.022]➜  echo -n > $WORK/b072/go_asm.h # internal
2025-08-20T20:34:08.4506693Z [00:01:55.023]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:34:08.4508450Z [00:01:55.023]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b072/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:34:08.4575329Z [00:01:55.030]➜  cat >/tmp/go-build3255226541/b072/importcfg << 'EOF' # internal
2025-08-20T20:34:08.4575735Z [00:01:55.030]➜  # import config
2025-08-20T20:34:08.4576089Z [00:01:55.030]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:08.4576584Z [00:01:55.030]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:08.4577171Z [00:01:55.030]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:08.4577786Z [00:01:55.030]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:08.4578371Z [00:01:55.030]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:08.4579002Z [00:01:55.030]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.4579630Z [00:01:55.030]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:08.4580690Z [00:01:55.030]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3255226541/b074/_pkg_.a
2025-08-20T20:34:08.4581263Z [00:01:55.030]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:08.4581731Z [00:01:55.030]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.4582573Z [00:01:55.030]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.4583018Z [00:01:55.030]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:08.4583335Z [00:01:55.030]➜  EOF
2025-08-20T20:34:08.4583637Z [00:01:55.030]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.4603792Z [00:01:55.032]➜  /root/.go/pkg/tool/linux_arm64/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 nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -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:34:08.5262776Z [00:01:55.098]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:34:08.5268147Z [00:01:55.098]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b072/aes_arm64.o ./aes_arm64.s
2025-08-20T20:34:08.5360199Z [00:01:55.108]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b072/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:34:08.5413560Z [00:01:55.113]➜  go tool pack r $WORK/b072/_pkg_.a $WORK/b072/aes_arm64.o $WORK/b072/ctr_arm64.o # internal
2025-08-20T20:34:08.5415767Z [00:01:55.113]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:34:08.5441448Z [00:01:55.116]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:34:08.5445662Z [00:01:55.116]➜  crypto/internal/fips140/bigmod
2025-08-20T20:34:08.5445987Z [00:01:55.117]➜  mkdir -p $WORK/b103/
2025-08-20T20:34:08.5456886Z [00:01:55.118]➜  echo -n > $WORK/b103/go_asm.h # internal
2025-08-20T20:34:08.5457788Z [00:01:55.118]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:34:08.5459783Z [00:01:55.118]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b103/symabis ./nat_arm64.s
2025-08-20T20:34:08.5461019Z [00:01:55.118]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:34:08.5471567Z [00:01:55.119]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:34:08.5494188Z [00:01:55.120]➜  encoding/base64
2025-08-20T20:34:08.5494486Z [00:01:55.121]➜  mkdir -p $WORK/b110/
2025-08-20T20:34:08.5494874Z [00:01:55.121]➜  cat >/tmp/go-build3255226541/b110/importcfg << 'EOF' # internal
2025-08-20T20:34:08.5495223Z [00:01:55.121]➜  # import config
2025-08-20T20:34:08.5496132Z [00:01:55.121]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:08.5496592Z [00:01:55.121]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.5497007Z [00:01:55.121]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.5497433Z [00:01:55.121]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:08.5497751Z [00:01:55.121]➜  EOF
2025-08-20T20:34:08.5498025Z [00:01:55.121]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.5499617Z [00:01:55.121]➜  /root/.go/pkg/tool/linux_arm64/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 FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:34:08.5544008Z [00:01:55.126]➜  cat >/tmp/go-build3255226541/b103/importcfg << 'EOF' # internal
2025-08-20T20:34:08.5548314Z [00:01:55.126]➜  # import config
2025-08-20T20:34:08.5548785Z [00:01:55.126]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:08.5549419Z [00:01:55.126]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.5550056Z [00:01:55.126]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:08.5574034Z [00:01:55.126]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:08.5574593Z [00:01:55.126]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.5575036Z [00:01:55.126]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.5575358Z [00:01:55.126]➜  EOF
2025-08-20T20:34:08.5577481Z [00:01:55.127]➜  /root/.go/pkg/tool/linux_arm64/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 d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -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:34:08.5973104Z [00:01:55.169]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:34:08.6070111Z [00:01:55.179]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:34:08.6082813Z [00:01:55.181]➜  io/fs
2025-08-20T20:34:08.6083729Z [00:01:55.181]➜  mkdir -p $WORK/b051/
2025-08-20T20:34:08.6140059Z [00:01:55.186]➜  cat >/tmp/go-build3255226541/b051/importcfg << 'EOF' # internal
2025-08-20T20:34:08.6140844Z [00:01:55.186]➜  # import config
2025-08-20T20:34:08.6141613Z [00:01:55.186]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.6142587Z [00:01:55.186]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:08.6144223Z [00:01:55.186]➜  packagefile internal/oserror=/tmp/go-build3255226541/b052/_pkg_.a
2025-08-20T20:34:08.6144701Z [00:01:55.186]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.6145118Z [00:01:55.186]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:08.6145533Z [00:01:55.186]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.6145965Z [00:01:55.186]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:08.6146404Z [00:01:55.186]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:08.6146738Z [00:01:55.186]➜  EOF
2025-08-20T20:34:08.6148852Z [00:01:55.186]➜  /root/.go/pkg/tool/linux_arm64/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 vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -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:34:08.6193218Z [00:01:55.192]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:34:08.6234657Z [00:01:55.196]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:34:08.6237731Z [00:01:55.196]➜  internal/poll
2025-08-20T20:34:08.6238047Z [00:01:55.196]➜  mkdir -p $WORK/b058/
2025-08-20T20:34:08.6238437Z [00:01:55.196]➜  cat >/tmp/go-build3255226541/b058/importcfg << 'EOF' # internal
2025-08-20T20:34:08.6238787Z [00:01:55.196]➜  # import config
2025-08-20T20:34:08.6239158Z [00:01:55.196]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.6239611Z [00:01:55.196]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:08.6240112Z [00:01:55.196]➜  packagefile internal/syscall/unix=/tmp/go-build3255226541/b059/_pkg_.a
2025-08-20T20:34:08.6240571Z [00:01:55.196]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.6240986Z [00:01:55.196]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.6241403Z [00:01:55.196]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.6241852Z [00:01:55.196]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:08.6242596Z [00:01:55.196]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:08.6243017Z [00:01:55.196]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:08.6243319Z [00:01:55.196]➜  EOF
2025-08-20T20:34:08.6248498Z [00:01:55.196]➜  /root/.go/pkg/tool/linux_arm64/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 xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -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:34:08.6707600Z [00:01:55.243]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:34:08.6710829Z [00:01:55.243]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b103/nat_arm64.o ./nat_arm64.s
2025-08-20T20:34:08.6780547Z [00:01:55.250]➜  go tool pack r $WORK/b103/_pkg_.a $WORK/b103/nat_arm64.o # internal
2025-08-20T20:34:08.6782140Z [00:01:55.251]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:34:08.6793781Z [00:01:55.252]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T20:34:08.6803627Z [00:01:55.253]➜  context
2025-08-20T20:34:08.6804012Z [00:01:55.253]➜  mkdir -p $WORK/b066/
2025-08-20T20:34:08.6806790Z [00:01:55.253]➜  cat >/tmp/go-build3255226541/b066/importcfg << 'EOF' # internal
2025-08-20T20:34:08.6807247Z [00:01:55.253]➜  # import config
2025-08-20T20:34:08.6807808Z [00:01:55.253]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.6825623Z [00:01:55.253]➜  packagefile internal/reflectlite=/tmp/go-build3255226541/b004/_pkg_.a
2025-08-20T20:34:08.6826432Z [00:01:55.253]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.6826892Z [00:01:55.253]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:08.6827333Z [00:01:55.253]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:08.6827642Z [00:01:55.253]➜  EOF
2025-08-20T20:34:08.6829155Z [00:01:55.255]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.6830667Z [00:01:55.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b066=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:34:08.7198624Z [00:01:55.292]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:34:08.7214201Z [00:01:55.294]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:34:08.7240028Z [00:01:55.296]➜  internal/filepathlite
2025-08-20T20:34:08.7240568Z [00:01:55.296]➜  mkdir -p $WORK/b050/
2025-08-20T20:34:08.7242209Z [00:01:55.297]➜  cat >/tmp/go-build3255226541/b050/importcfg << 'EOF' # internal
2025-08-20T20:34:08.7242629Z [00:01:55.297]➜  # import config
2025-08-20T20:34:08.7242979Z [00:01:55.297]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.7243487Z [00:01:55.297]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:08.7244002Z [00:01:55.297]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:08.7244473Z [00:01:55.297]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:08.7244889Z [00:01:55.297]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.7245200Z [00:01:55.297]➜  EOF
2025-08-20T20:34:08.7247495Z [00:01:55.297]➜  /root/.go/pkg/tool/linux_arm64/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 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -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:34:08.7269790Z [00:01:55.299]➜  cd /root/.go/src/reflect
2025-08-20T20:34:08.7270939Z [00:01:55.299]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b035/asm_arm64.o ./asm_arm64.s
2025-08-20T20:34:08.7382396Z [00:01:55.310]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm_arm64.o # internal
2025-08-20T20:34:08.7383120Z [00:01:55.310]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:34:08.7637560Z [00:01:55.336]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:34:08.7638762Z [00:01:55.336]➜  internal/fmtsort
2025-08-20T20:34:08.7639591Z [00:01:55.336]➜  mkdir -p $WORK/b033/
2025-08-20T20:34:08.7677775Z [00:01:55.340]➜  cat >/tmp/go-build3255226541/b033/importcfg << 'EOF' # internal
2025-08-20T20:34:08.7683218Z [00:01:55.340]➜  # import config
2025-08-20T20:34:08.7683609Z [00:01:55.340]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:08.7684064Z [00:01:55.340]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:08.7684493Z [00:01:55.340]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.7684806Z [00:01:55.340]➜  EOF
2025-08-20T20:34:08.7685088Z [00:01:55.340]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:08.7686703Z [00:01:55.340]➜  /root/.go/pkg/tool/linux_arm64/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 WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:34:08.7700328Z [00:01:55.342]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:34:08.7701120Z [00:01:55.342]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:34:08.7741634Z [00:01:55.346]➜  encoding/binary
2025-08-20T20:34:08.7742690Z [00:01:55.346]➜  mkdir -p $WORK/b115/
2025-08-20T20:34:08.7746411Z [00:01:55.347]➜  cat >/tmp/go-build3255226541/b115/importcfg << 'EOF' # internal
2025-08-20T20:34:08.7748004Z [00:01:55.347]➜  # import config
2025-08-20T20:34:08.7748652Z [00:01:55.347]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.7749543Z [00:01:55.347]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.7750261Z [00:01:55.347]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:08.7751147Z [00:01:55.347]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:08.7751676Z [00:01:55.347]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.7752306Z [00:01:55.347]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.7752638Z [00:01:55.347]➜  EOF
2025-08-20T20:34:08.7754488Z [00:01:55.347]➜  /root/.go/pkg/tool/linux_arm64/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 NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -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:34:08.7791614Z [00:01:55.350]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:34:08.7793517Z [00:01:55.352]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:34:08.7795072Z [00:01:55.352]➜  golang.org/x/crypto/cast5
2025-08-20T20:34:08.7795405Z [00:01:55.352]➜  mkdir -p $WORK/b121/
2025-08-20T20:34:08.7799370Z [00:01:55.352]➜  cat >/tmp/go-build3255226541/b121/importcfg << 'EOF' # internal
2025-08-20T20:34:08.7799912Z [00:01:55.352]➜  # import config
2025-08-20T20:34:08.7800464Z [00:01:55.352]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.7801040Z [00:01:55.352]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.7801444Z [00:01:55.352]➜  EOF
2025-08-20T20:34:08.7804787Z [00:01:55.353]➜  /root/.go/pkg/tool/linux_arm64/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 q2NRi2cV2p_FsRY_INPF/q2NRi2cV2p_FsRY_INPF -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:34:08.7933080Z [00:01:55.365]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:34:08.8061507Z [00:01:55.378]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:34:08.8066759Z [00:01:55.379]➜  os
2025-08-20T20:34:08.8067394Z [00:01:55.379]➜  mkdir -p $WORK/b049/
2025-08-20T20:34:08.8070623Z [00:01:55.379]➜  cat >/tmp/go-build3255226541/b049/importcfg << 'EOF' # internal
2025-08-20T20:34:08.8073169Z [00:01:55.380]➜  # import config
2025-08-20T20:34:08.8073924Z [00:01:55.380]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.8074816Z [00:01:55.380]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:08.8075649Z [00:01:55.380]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:08.8076571Z [00:01:55.380]➜  packagefile internal/filepathlite=/tmp/go-build3255226541/b050/_pkg_.a
2025-08-20T20:34:08.8077711Z [00:01:55.380]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:08.8078314Z [00:01:55.380]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:08.8078806Z [00:01:55.380]➜  packagefile internal/poll=/tmp/go-build3255226541/b058/_pkg_.a
2025-08-20T20:34:08.8079311Z [00:01:55.380]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:08.8079857Z [00:01:55.380]➜  packagefile internal/syscall/execenv=/tmp/go-build3255226541/b060/_pkg_.a
2025-08-20T20:34:08.8080398Z [00:01:55.380]➜  packagefile internal/syscall/unix=/tmp/go-build3255226541/b059/_pkg_.a
2025-08-20T20:34:08.8080916Z [00:01:55.380]➜  packagefile internal/testlog=/tmp/go-build3255226541/b061/_pkg_.a
2025-08-20T20:34:08.8081359Z [00:01:55.380]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:08.8081766Z [00:01:55.380]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:08.8082388Z [00:01:55.380]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.8082814Z [00:01:55.380]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:08.8083276Z [00:01:55.380]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.8083713Z [00:01:55.380]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:08.8084153Z [00:01:55.380]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:08.8084569Z [00:01:55.380]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:08.8084873Z [00:01:55.380]➜  EOF
2025-08-20T20:34:08.8090766Z [00:01:55.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b049=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -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:34:08.8134020Z [00:01:55.385]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:34:08.8135398Z [00:01:55.386]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d # internal
2025-08-20T20:34:08.8149936Z [00:01:55.387]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:34:08.8151081Z [00:01:55.387]➜  mkdir -p $WORK/b127/
2025-08-20T20:34:08.8156107Z [00:01:55.388]➜  cat >/tmp/go-build3255226541/b127/importcfg << 'EOF' # internal
2025-08-20T20:34:08.8157614Z [00:01:55.388]➜  # import config
2025-08-20T20:34:08.8159112Z [00:01:55.388]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:08.8160427Z [00:01:55.388]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:08.8161379Z [00:01:55.388]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.8162389Z [00:01:55.388]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.8163367Z [00:01:55.388]➜  EOF
2025-08-20T20:34:08.8168230Z [00:01:55.388]➜  /root/.go/pkg/tool/linux_arm64/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 IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -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:34:08.8235185Z [00:01:55.395]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:34:08.8246445Z [00:01:55.397]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:34:08.8250205Z [00:01:55.397]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:34:08.8255945Z [00:01:55.398]➜  mkdir -p $WORK/b128/
2025-08-20T20:34:08.8268662Z [00:01:55.399]➜  cat >/tmp/go-build3255226541/b128/importcfg << 'EOF' # internal
2025-08-20T20:34:08.8272886Z [00:01:55.399]➜  # import config
2025-08-20T20:34:08.8274129Z [00:01:55.399]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:08.8275028Z [00:01:55.399]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:08.8276131Z [00:01:55.399]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.8276925Z [00:01:55.399]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.8277730Z [00:01:55.399]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.8278269Z [00:01:55.399]➜  EOF
2025-08-20T20:34:08.8281241Z [00:01:55.399]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T20:34:08.8795257Z [00:01:55.450]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:34:08.8796886Z [00:01:55.452]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T20:34:08.8798258Z [00:01:55.452]➜  crypto/internal/fips140cache
2025-08-20T20:34:08.8799179Z [00:01:55.452]➜  mkdir -p $WORK/b131/
2025-08-20T20:34:08.8799612Z [00:01:55.452]➜  cat >/tmp/go-build3255226541/b131/importcfg << 'EOF' # internal
2025-08-20T20:34:08.8799957Z [00:01:55.452]➜  # import config
2025-08-20T20:34:08.8800305Z [00:01:55.452]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:08.8800728Z [00:01:55.452]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.8801163Z [00:01:55.452]➜  packagefile weak=/tmp/go-build3255226541/b132/_pkg_.a
2025-08-20T20:34:08.8801472Z [00:01:55.452]➜  EOF
2025-08-20T20:34:08.8803659Z [00:01:55.452]➜  /root/.go/pkg/tool/linux_arm64/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 mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:34:08.8942467Z [00:01:55.466]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:34:08.8950826Z [00:01:55.467]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T20:34:08.9004559Z [00:01:55.473]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:34:08.9005208Z [00:01:55.473]➜  mkdir -p $WORK/b150/
2025-08-20T20:34:08.9005764Z [00:01:55.473]➜  cat >/tmp/go-build3255226541/b150/importcfg << 'EOF' # internal
2025-08-20T20:34:08.9006277Z [00:01:55.473]➜  # import config
2025-08-20T20:34:08.9006825Z [00:01:55.473]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:08.9007602Z [00:01:55.473]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3255226541/b128/_pkg_.a
2025-08-20T20:34:08.9008357Z [00:01:55.473]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:08.9009537Z [00:01:55.473]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:08.9010272Z [00:01:55.473]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.9010883Z [00:01:55.473]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:08.9011505Z [00:01:55.473]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:08.9012256Z [00:01:55.473]➜  EOF
2025-08-20T20:34:08.9015631Z [00:01:55.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b150=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/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:34:08.9761182Z [00:01:55.548]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:34:08.9799972Z [00:01:55.551]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:34:08.9800661Z [00:01:55.551]➜  github.com/cloudflare/circl/sign
2025-08-20T20:34:08.9800973Z [00:01:55.551]➜  mkdir -p $WORK/b152/
2025-08-20T20:34:08.9801352Z [00:01:55.552]➜  cat >/tmp/go-build3255226541/b152/importcfg << 'EOF' # internal
2025-08-20T20:34:08.9801703Z [00:01:55.552]➜  # import config
2025-08-20T20:34:08.9802192Z [00:01:55.552]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:08.9802697Z [00:01:55.552]➜  packagefile encoding=/tmp/go-build3255226541/b153/_pkg_.a
2025-08-20T20:34:08.9803163Z [00:01:55.552]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:08.9803479Z [00:01:55.552]➜  EOF
2025-08-20T20:34:08.9805332Z [00:01:55.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b152=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid Jb66PIspvP7xEs7CUweZ/Jb66PIspvP7xEs7CUweZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T20:34:08.9971440Z [00:01:55.569]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:34:08.9977719Z [00:01:55.570]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d # internal
2025-08-20T20:34:08.9978334Z [00:01:55.570]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T20:34:08.9978725Z [00:01:55.570]➜  mkdir -p $WORK/b157/
2025-08-20T20:34:08.9994164Z [00:01:55.571]➜  cat >/tmp/go-build3255226541/b157/importcfg << 'EOF' # internal
2025-08-20T20:34:09.0014030Z [00:01:55.571]➜  # import config
2025-08-20T20:34:09.0014686Z [00:01:55.571]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:09.0015333Z [00:01:55.571]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.0015769Z [00:01:55.571]➜  EOF
2025-08-20T20:34:09.0020229Z [00:01:55.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_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/b157=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid HqP4ovjOVa_X-b29WNvT/HqP4ovjOVa_X-b29WNvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/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.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_generic.go
2025-08-20T20:34:09.0199901Z [00:01:55.592]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:34:09.0220998Z [00:01:55.593]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T20:34:09.0221680Z [00:01:55.593]➜  compress/bzip2
2025-08-20T20:34:09.0222069Z [00:01:55.593]➜  mkdir -p $WORK/b163/
2025-08-20T20:34:09.0255429Z [00:01:55.597]➜  cat >/tmp/go-build3255226541/b163/importcfg << 'EOF' # internal
2025-08-20T20:34:09.0255895Z [00:01:55.597]➜  # import config
2025-08-20T20:34:09.0256252Z [00:01:55.597]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:09.0256677Z [00:01:55.597]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:09.0257082Z [00:01:55.597]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.0258134Z [00:01:55.597]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:09.0258460Z [00:01:55.597]➜  EOF
2025-08-20T20:34:09.0260453Z [00:01:55.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b163=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/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:34:09.0525948Z [00:01:55.625]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:34:09.0535242Z [00:01:55.626]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d # internal
2025-08-20T20:34:09.0536132Z [00:01:55.626]➜  hash/adler32
2025-08-20T20:34:09.0568914Z [00:01:55.629]➜  mkdir -p $WORK/b166/
2025-08-20T20:34:09.0574516Z [00:01:55.630]➜  cat >/tmp/go-build3255226541/b166/importcfg << 'EOF' # internal
2025-08-20T20:34:09.0575506Z [00:01:55.630]➜  # import config
2025-08-20T20:34:09.0576784Z [00:01:55.630]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.0577321Z [00:01:55.630]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.0577815Z [00:01:55.630]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:09.0578201Z [00:01:55.630]➜  EOF
2025-08-20T20:34:09.0579699Z [00:01:55.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b166=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T20:34:09.0832623Z [00:01:55.655]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:34:09.0834997Z [00:01:55.656]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T20:34:09.0836700Z [00:01:55.656]➜  golang.org/x/crypto/blake2b
2025-08-20T20:34:09.0839497Z [00:01:55.656]➜  mkdir -p $WORK/b172/
2025-08-20T20:34:09.0841675Z [00:01:55.656]➜  cat >/tmp/go-build3255226541/b172/importcfg << 'EOF' # internal
2025-08-20T20:34:09.0842647Z [00:01:55.656]➜  # import config
2025-08-20T20:34:09.0843740Z [00:01:55.656]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.0844642Z [00:01:55.656]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:09.0845587Z [00:01:55.656]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.0846365Z [00:01:55.656]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.0846999Z [00:01:55.656]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.0847709Z [00:01:55.656]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.0897354Z [00:01:55.656]➜  EOF
2025-08-20T20:34:09.0900945Z [00:01:55.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b=>golang.org/x/crypto@v0.41.0/blake2b;$WORK/b172=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid UypATjZQa7f5f3M5zYCC/UypATjZQa7f5f3M5zYCC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /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/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blake2b/blake2b_ref.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:34:09.1016396Z [00:01:55.673]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:34:09.1048210Z [00:01:55.677]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T20:34:09.1080342Z [00:01:55.678]➜  crypto/internal/fips140/nistec
2025-08-20T20:34:09.1096154Z [00:01:55.682]➜  mkdir -p $WORK/b126/
2025-08-20T20:34:09.1098888Z [00:01:55.682]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T20:34:09.1099633Z [00:01:55.682]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:34:09.1102524Z [00:01:55.682]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b126/symabis ./p256_asm_arm64.s
2025-08-20T20:34:09.1214972Z [00:01:55.694]➜  cat >/tmp/go-build3255226541/b126/importcfg << 'EOF' # internal
2025-08-20T20:34:09.1223655Z [00:01:55.694]➜  # import config
2025-08-20T20:34:09.1225044Z [00:01:55.694]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.1225961Z [00:01:55.694]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3255226541/b127/_pkg_.a
2025-08-20T20:34:09.1226805Z [00:01:55.694]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:09.1227608Z [00:01:55.694]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:09.1228446Z [00:01:55.694]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.1230183Z [00:01:55.694]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.1230652Z [00:01:55.694]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:09.1231075Z [00:01:55.694]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.1231420Z [00:01:55.694]➜  EOF
2025-08-20T20:34:09.1231712Z [00:01:55.694]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.1236283Z [00:01:55.694]➜  /root/.go/pkg/tool/linux_arm64/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 I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -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:34:09.1580586Z [00:01:55.730]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:34:09.1590552Z [00:01:55.731]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d # internal
2025-08-20T20:34:09.1596206Z [00:01:55.731]➜  golang.org/x/crypto/argon2
2025-08-20T20:34:09.1596552Z [00:01:55.732]➜  mkdir -p $WORK/b171/
2025-08-20T20:34:09.1597544Z [00:01:55.732]➜  cat >/tmp/go-build3255226541/b171/importcfg << 'EOF' # internal
2025-08-20T20:34:09.1598896Z [00:01:55.732]➜  # import config
2025-08-20T20:34:09.1603705Z [00:01:55.732]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:09.1604317Z [00:01:55.732]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3255226541/b172/_pkg_.a
2025-08-20T20:34:09.1604810Z [00:01:55.732]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.1605706Z [00:01:55.732]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.1606019Z [00:01:55.732]➜  EOF
2025-08-20T20:34:09.1606327Z [00:01:55.732]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:34:09.1608882Z [00:01:55.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2=>golang.org/x/crypto@v0.41.0/argon2;$WORK/b171=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -complete -installsuffix shared -buildid xGPd06m2cu3QtRyduNjs/xGPd06m2cu3QtRyduNjs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /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_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/argon2/blamka_ref.go
2025-08-20T20:34:09.1645654Z [00:01:55.737]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T20:34:09.1669852Z [00:01:55.737]➜  image
2025-08-20T20:34:09.1670177Z [00:01:55.737]➜  mkdir -p $WORK/b177/
2025-08-20T20:34:09.1670585Z [00:01:55.737]➜  cat >/tmp/go-build3255226541/b177/importcfg << 'EOF' # internal
2025-08-20T20:34:09.1670940Z [00:01:55.737]➜  # import config
2025-08-20T20:34:09.1671277Z [00:01:55.737]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:09.1671699Z [00:01:55.737]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.1681901Z [00:01:55.737]➜  packagefile image/color=/tmp/go-build3255226541/b178/_pkg_.a
2025-08-20T20:34:09.1682786Z [00:01:55.737]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.1683229Z [00:01:55.737]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.1683665Z [00:01:55.737]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.1684084Z [00:01:55.737]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.1684534Z [00:01:55.737]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:09.1684863Z [00:01:55.737]➜  EOF
2025-08-20T20:34:09.1686943Z [00:01:55.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b177=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/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:34:09.1948154Z [00:01:55.767]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:34:09.1959077Z [00:01:55.768]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d # internal
2025-08-20T20:34:09.1984441Z [00:01:55.770]➜  github.com/go-git/go-billy/v6
2025-08-20T20:34:09.1987014Z [00:01:55.770]➜  mkdir -p $WORK/b183/
2025-08-20T20:34:09.1989963Z [00:01:55.770]➜  cat >/tmp/go-build3255226541/b183/importcfg << 'EOF' # internal
2025-08-20T20:34:09.1990343Z [00:01:55.770]➜  # import config
2025-08-20T20:34:09.1990693Z [00:01:55.770]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.1991107Z [00:01:55.770]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.1991515Z [00:01:55.770]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:09.1992068Z [00:01:55.770]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:09.1992462Z [00:01:55.770]➜  EOF
2025-08-20T20:34:09.1994511Z [00:01:55.770]➜  /root/.go/pkg/tool/linux_arm64/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 OOWHQLfF0hqwE2WcCtZ8/OOWHQLfF0hqwE2WcCtZ8 -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:34:09.2300189Z [00:01:55.802]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:34:09.2309423Z [00:01:55.803]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d # internal
2025-08-20T20:34:09.2444880Z [00:01:55.817]➜  golang.org/x/sys/unix
2025-08-20T20:34:09.2446133Z [00:01:55.817]➜  mkdir -p $WORK/b186/
2025-08-20T20:34:09.2467032Z [00:01:55.819]➜  echo -n > $WORK/b186/go_asm.h # internal
2025-08-20T20:34:09.2472871Z [00:01:55.819]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:34:09.2475659Z [00:01:55.820]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b186/symabis ./asm_linux_arm64.s
2025-08-20T20:34:09.2654359Z [00:01:55.836]➜  cat >/tmp/go-build3255226541/b186/importcfg << 'EOF' # internal
2025-08-20T20:34:09.2655450Z [00:01:55.836]➜  # import config
2025-08-20T20:34:09.2657256Z [00:01:55.836]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.2657745Z [00:01:55.836]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:09.2658213Z [00:01:55.836]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.2659040Z [00:01:55.836]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:09.2659544Z [00:01:55.836]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:09.2659963Z [00:01:55.836]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:09.2660385Z [00:01:55.836]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.2660838Z [00:01:55.836]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:09.2661255Z [00:01:55.836]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.2661673Z [00:01:55.836]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:09.2662296Z [00:01:55.836]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:09.2662623Z [00:01:55.836]➜  EOF
2025-08-20T20:34:09.2662917Z [00:01:55.836]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.2675488Z [00:01:55.836]➜  /root/.go/pkg/tool/linux_arm64/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 aFG0iYWlth8bQMP2Jg1c/aFG0iYWlth8bQMP2Jg1c -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_arm64.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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_linux_arm64.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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_arm64.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_arm64.go
2025-08-20T20:34:09.2954233Z [00:01:55.867]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:34:09.2977309Z [00:01:55.870]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:34:09.2980216Z [00:01:55.870]➜  fmt
2025-08-20T20:34:09.2982780Z [00:01:55.870]➜  mkdir -p $WORK/b002/
2025-08-20T20:34:09.2990686Z [00:01:55.870]➜  cat >/tmp/go-build3255226541/b002/importcfg << 'EOF' # internal
2025-08-20T20:34:09.2991084Z [00:01:55.870]➜  # import config
2025-08-20T20:34:09.2991435Z [00:01:55.870]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.2991902Z [00:01:55.870]➜  packagefile internal/fmtsort=/tmp/go-build3255226541/b033/_pkg_.a
2025-08-20T20:34:09.2992563Z [00:01:55.870]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.2993008Z [00:01:55.870]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:09.2993414Z [00:01:55.870]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:09.2993831Z [00:01:55.870]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:09.2994270Z [00:01:55.870]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:09.2994698Z [00:01:55.870]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.2995151Z [00:01:55.870]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.2995594Z [00:01:55.870]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:09.2996303Z [00:01:55.870]➜  EOF
2025-08-20T20:34:09.2997972Z [00:01:55.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b002=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -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:34:09.3366633Z [00:01:55.909]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:34:09.3390635Z [00:01:55.911]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T20:34:09.3393363Z [00:01:55.911]➜  crypto/internal/sysrand
2025-08-20T20:34:09.3393689Z [00:01:55.911]➜  mkdir -p $WORK/b089/
2025-08-20T20:34:09.3402526Z [00:01:55.912]➜  cat >/tmp/go-build3255226541/b089/importcfg << 'EOF' # internal
2025-08-20T20:34:09.3402893Z [00:01:55.912]➜  # import config
2025-08-20T20:34:09.3403239Z [00:01:55.912]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.3403721Z [00:01:55.912]➜  packagefile internal/syscall/unix=/tmp/go-build3255226541/b059/_pkg_.a
2025-08-20T20:34:09.3404193Z [00:01:55.912]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:09.3404596Z [00:01:55.912]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:09.3405012Z [00:01:55.912]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:09.3405459Z [00:01:55.912]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.3405902Z [00:01:55.912]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:09.3406347Z [00:01:55.912]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:09.3406765Z [00:01:55.912]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:09.3407085Z [00:01:55.912]➜  EOF
2025-08-20T20:34:09.3408924Z [00:01:55.912]➜  /root/.go/pkg/tool/linux_arm64/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 mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -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:34:09.3598488Z [00:01:55.932]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:34:09.3612362Z [00:01:55.932]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:34:09.3613018Z [00:01:55.933]➜  crypto/internal/entropy
2025-08-20T20:34:09.3613302Z [00:01:55.933]➜  mkdir -p $WORK/b088/
2025-08-20T20:34:09.3613707Z [00:01:55.933]➜  cat >/tmp/go-build3255226541/b088/importcfg << 'EOF' # internal
2025-08-20T20:34:09.3614051Z [00:01:55.933]➜  # import config
2025-08-20T20:34:09.3614453Z [00:01:55.933]➜  packagefile crypto/internal/sysrand=/tmp/go-build3255226541/b089/_pkg_.a
2025-08-20T20:34:09.3614830Z [00:01:55.933]➜  EOF
2025-08-20T20:34:09.3616505Z [00:01:55.933]➜  /root/.go/pkg/tool/linux_arm64/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 uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:34:09.3741815Z [00:01:55.944]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:34:09.3743770Z [00:01:55.945]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:34:09.3744784Z [00:01:55.946]➜  crypto/internal/fips140/drbg
2025-08-20T20:34:09.3745082Z [00:01:55.946]➜  mkdir -p $WORK/b087/
2025-08-20T20:34:09.3745462Z [00:01:55.947]➜  cat >/tmp/go-build3255226541/b087/importcfg << 'EOF' # internal
2025-08-20T20:34:09.3746091Z [00:01:55.947]➜  # import config
2025-08-20T20:34:09.3746453Z [00:01:55.947]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.3746943Z [00:01:55.947]➜  packagefile crypto/internal/entropy=/tmp/go-build3255226541/b088/_pkg_.a
2025-08-20T20:34:09.3747661Z [00:01:55.947]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.3748419Z [00:01:55.947]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:09.3749129Z [00:01:55.947]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.3749865Z [00:01:55.947]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:09.3750661Z [00:01:55.947]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:09.3751401Z [00:01:55.947]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:09.3758995Z [00:01:55.947]➜  packagefile crypto/internal/sysrand=/tmp/go-build3255226541/b089/_pkg_.a
2025-08-20T20:34:09.3759583Z [00:01:55.947]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.3760004Z [00:01:55.947]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.3760448Z [00:01:55.947]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.3760887Z [00:01:55.947]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.3761198Z [00:01:55.947]➜  EOF
2025-08-20T20:34:09.3763426Z [00:01:55.947]➜  /root/.go/pkg/tool/linux_arm64/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 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -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:34:09.4400729Z [00:01:56.012]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:34:09.4405577Z [00:01:56.013]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:34:09.4414022Z [00:01:56.014]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:34:09.4476441Z [00:01:56.020]➜  mkdir -p $WORK/b086/
2025-08-20T20:34:09.4479062Z [00:01:56.020]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T20:34:09.4479502Z [00:01:56.020]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:34:09.4491844Z [00:01:56.020]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b086/symabis ./gcm_arm64.s
2025-08-20T20:34:09.4581499Z [00:01:56.030]➜  cat >/tmp/go-build3255226541/b086/importcfg << 'EOF' # internal
2025-08-20T20:34:09.4584453Z [00:01:56.030]➜  # import config
2025-08-20T20:34:09.4587366Z [00:01:56.030]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.4589338Z [00:01:56.030]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:09.4590304Z [00:01:56.030]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:09.4591044Z [00:01:56.030]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.4593054Z [00:01:56.030]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.4593657Z [00:01:56.030]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:09.4594286Z [00:01:56.030]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:09.4594909Z [00:01:56.030]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:09.4595467Z [00:01:56.030]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:09.4595952Z [00:01:56.030]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.4596401Z [00:01:56.031]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:09.4596714Z [00:01:56.031]➜  EOF
2025-08-20T20:34:09.4596995Z [00:01:56.031]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.4600546Z [00:01:56.031]➜  /root/.go/pkg/tool/linux_arm64/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 RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -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:34:09.4722303Z [00:01:56.044]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:34:09.4770962Z [00:01:56.049]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:34:09.4771771Z [00:01:56.049]➜  crypto/internal/fips140only
2025-08-20T20:34:09.4772237Z [00:01:56.049]➜  mkdir -p $WORK/b092/
2025-08-20T20:34:09.4772625Z [00:01:56.049]➜  cat >/tmp/go-build3255226541/b092/importcfg << 'EOF' # internal
2025-08-20T20:34:09.4772969Z [00:01:56.049]➜  # import config
2025-08-20T20:34:09.4773398Z [00:01:56.049]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.4773985Z [00:01:56.049]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:09.4774906Z [00:01:56.049]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:09.4775569Z [00:01:56.049]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:09.4776065Z [00:01:56.049]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.4776548Z [00:01:56.049]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:09.4776999Z [00:01:56.049]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.4777300Z [00:01:56.049]➜  EOF
2025-08-20T20:34:09.4779006Z [00:01:56.049]➜  /root/.go/pkg/tool/linux_arm64/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 g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:34:09.5137822Z [00:01:56.086]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:34:09.5144889Z [00:01:56.087]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:34:09.5176090Z [00:01:56.087]➜  dario.cat/mergo
2025-08-20T20:34:09.5176434Z [00:01:56.090]➜  mkdir -p $WORK/b095/
2025-08-20T20:34:09.5176816Z [00:01:56.090]➜  cat >/tmp/go-build3255226541/b095/importcfg << 'EOF' # internal
2025-08-20T20:34:09.5177170Z [00:01:56.090]➜  # import config
2025-08-20T20:34:09.5177513Z [00:01:56.090]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.5177947Z [00:01:56.090]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:09.5178360Z [00:01:56.090]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:09.5178818Z [00:01:56.090]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:09.5179264Z [00:01:56.090]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:09.5179595Z [00:01:56.090]➜  EOF
2025-08-20T20:34:09.5181640Z [00:01:56.090]➜  /root/.go/pkg/tool/linux_arm64/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 8d8IFHSTUIeOWODxAvSw/8d8IFHSTUIeOWODxAvSw -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:34:09.5306129Z [00:01:56.103]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:34:09.5308213Z [00:01:56.103]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b086/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:34:09.5436393Z [00:01:56.116]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/gcm_arm64.o # internal
2025-08-20T20:34:09.5437817Z [00:01:56.116]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:34:09.5450764Z [00:01:56.117]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:34:09.5526990Z [00:01:56.125]➜  crypto/cipher
2025-08-20T20:34:09.5527320Z [00:01:56.125]➜  mkdir -p $WORK/b071/
2025-08-20T20:34:09.5527709Z [00:01:56.125]➜  cat >/tmp/go-build3255226541/b071/importcfg << 'EOF' # internal
2025-08-20T20:34:09.5528057Z [00:01:56.125]➜  # import config
2025-08-20T20:34:09.5528398Z [00:01:56.125]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.5529247Z [00:01:56.125]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:09.5529917Z [00:01:56.125]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3255226541/b086/_pkg_.a
2025-08-20T20:34:09.5530515Z [00:01:56.125]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:09.5531092Z [00:01:56.125]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:09.5531625Z [00:01:56.125]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:09.5532270Z [00:01:56.125]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.5532759Z [00:01:56.125]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:09.5533215Z [00:01:56.125]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.5533514Z [00:01:56.125]➜  EOF
2025-08-20T20:34:09.5533795Z [00:01:56.125]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.5536098Z [00:01:56.125]➜  /root/.go/pkg/tool/linux_arm64/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 fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -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:34:09.5851752Z [00:01:56.157]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:34:09.5856832Z [00:01:56.158]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b126/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T20:34:09.5994267Z [00:01:56.171]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/p256_asm_arm64.o # internal
2025-08-20T20:34:09.5999826Z [00:01:56.172]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:34:09.6054215Z [00:01:56.177]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T20:34:09.6054941Z [00:01:56.177]➜  encoding/hex
2025-08-20T20:34:09.6055214Z [00:01:56.178]➜  mkdir -p $WORK/b096/
2025-08-20T20:34:09.6056546Z [00:01:56.178]➜  cat >/tmp/go-build3255226541/b096/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6057379Z [00:01:56.178]➜  # import config
2025-08-20T20:34:09.6057979Z [00:01:56.178]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.6058816Z [00:01:56.178]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:09.6059788Z [00:01:56.178]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.6060329Z [00:01:56.178]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:09.6060770Z [00:01:56.178]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:09.6061091Z [00:01:56.178]➜  EOF
2025-08-20T20:34:09.6066003Z [00:01:56.179]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.6068026Z [00:01:56.179]➜  /root/.go/pkg/tool/linux_arm64/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 iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:34:09.6143087Z [00:01:56.186]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:34:09.6143869Z [00:01:56.187]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d # internal
2025-08-20T20:34:09.6145364Z [00:01:56.187]➜  math/big
2025-08-20T20:34:09.6145772Z [00:01:56.187]➜  mkdir -p $WORK/b099/
2025-08-20T20:34:09.6146095Z [00:01:56.187]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T20:34:09.6146409Z [00:01:56.187]➜  cd /root/.go/src/math/big
2025-08-20T20:34:09.6147372Z [00:01:56.187]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b099/symabis ./arith_arm64.s
2025-08-20T20:34:09.6205876Z [00:01:56.193]➜  cat >/tmp/go-build3255226541/b099/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6206666Z [00:01:56.193]➜  # import config
2025-08-20T20:34:09.6207361Z [00:01:56.193]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.6208337Z [00:01:56.193]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.6208834Z [00:01:56.193]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:09.6209350Z [00:01:56.193]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:09.6209815Z [00:01:56.193]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.6210225Z [00:01:56.193]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:09.6210652Z [00:01:56.193]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.6211529Z [00:01:56.193]➜  packagefile math/rand=/tmp/go-build3255226541/b100/_pkg_.a
2025-08-20T20:34:09.6212096Z [00:01:56.193]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:09.6212602Z [00:01:56.193]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.6213031Z [00:01:56.193]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:09.6213448Z [00:01:56.193]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.6213753Z [00:01:56.193]➜  EOF
2025-08-20T20:34:09.6214046Z [00:01:56.193]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.6218263Z [00:01:56.193]➜  /root/.go/pkg/tool/linux_arm64/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 ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -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_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:34:09.6488352Z [00:01:56.221]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:34:09.6508048Z [00:01:56.223]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:34:09.6514621Z [00:01:56.224]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:34:09.6525772Z [00:01:56.225]➜  crypto/internal/fips140/rsa
2025-08-20T20:34:09.6526252Z [00:01:56.225]➜  mkdir -p $WORK/b104/
2025-08-20T20:34:09.6533124Z [00:01:56.226]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:34:09.6552136Z [00:01:56.227]➜  cat >/tmp/go-build3255226541/b104/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6552727Z [00:01:56.227]➜  # import config
2025-08-20T20:34:09.6556702Z [00:01:56.227]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.6557846Z [00:01:56.227]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.6558525Z [00:01:56.227]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3255226541/b103/_pkg_.a
2025-08-20T20:34:09.6559156Z [00:01:56.227]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.6559768Z [00:01:56.227]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.6560352Z [00:01:56.227]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:09.6560927Z [00:01:56.228]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:09.6561505Z [00:01:56.228]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:09.6562366Z [00:01:56.228]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:09.6562941Z [00:01:56.228]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.6563360Z [00:01:56.228]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.6563764Z [00:01:56.228]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.6564595Z [00:01:56.228]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.6564907Z [00:01:56.228]➜  EOF
2025-08-20T20:34:09.6565136Z [00:01:56.228]➜  crypto/internal/boring
2025-08-20T20:34:09.6565413Z [00:01:56.228]➜  mkdir -p $WORK/b070/
2025-08-20T20:34:09.6567975Z [00:01:56.228]➜  /root/.go/pkg/tool/linux_arm64/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 OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -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:34:09.6570256Z [00:01:56.228]➜  cat >/tmp/go-build3255226541/b070/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6570609Z [00:01:56.228]➜  # import config
2025-08-20T20:34:09.6570942Z [00:01:56.228]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.6571384Z [00:01:56.228]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.6571901Z [00:01:56.228]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3255226541/b094/_pkg_.a
2025-08-20T20:34:09.6572601Z [00:01:56.228]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.6572912Z [00:01:56.228]➜  EOF
2025-08-20T20:34:09.6574663Z [00:01:56.228]➜  /root/.go/pkg/tool/linux_arm64/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 H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -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:34:09.6768124Z [00:01:56.249]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:34:09.6774282Z [00:01:56.250]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:34:09.6775475Z [00:01:56.250]➜  crypto/sha256
2025-08-20T20:34:09.6776552Z [00:01:56.250]➜  mkdir -p $WORK/b067/
2025-08-20T20:34:09.6781033Z [00:01:56.250]➜  cat >/tmp/go-build3255226541/b067/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6782228Z [00:01:56.250]➜  # import config
2025-08-20T20:34:09.6783047Z [00:01:56.250]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.6783682Z [00:01:56.250]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:09.6784271Z [00:01:56.250]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:09.6784771Z [00:01:56.250]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.6785098Z [00:01:56.250]➜  EOF
2025-08-20T20:34:09.6786627Z [00:01:56.251]➜  /root/.go/pkg/tool/linux_arm64/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 RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:34:09.6914621Z [00:01:56.264]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:34:09.6924196Z [00:01:56.264]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:34:09.6924807Z [00:01:56.264]➜  crypto/sha512
2025-08-20T20:34:09.6925070Z [00:01:56.264]➜  mkdir -p $WORK/b107/
2025-08-20T20:34:09.6925452Z [00:01:56.264]➜  cat >/tmp/go-build3255226541/b107/importcfg << 'EOF' # internal
2025-08-20T20:34:09.6926312Z [00:01:56.264]➜  # import config
2025-08-20T20:34:09.6926663Z [00:01:56.264]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.6927153Z [00:01:56.264]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:09.6927722Z [00:01:56.264]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:09.6928222Z [00:01:56.264]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.6928528Z [00:01:56.264]➜  EOF
2025-08-20T20:34:09.6929977Z [00:01:56.264]➜  /root/.go/pkg/tool/linux_arm64/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 l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:34:09.7048175Z [00:01:56.277]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:34:09.7054019Z [00:01:56.277]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T20:34:09.7060501Z [00:01:56.278]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T20:34:09.7060950Z [00:01:56.278]➜  mkdir -p $WORK/b111/
2025-08-20T20:34:09.7062585Z [00:01:56.278]➜  cat >/tmp/go-build3255226541/b111/importcfg << 'EOF' # internal
2025-08-20T20:34:09.7062942Z [00:01:56.278]➜  # import config
2025-08-20T20:34:09.7063277Z [00:01:56.278]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:09.7063773Z [00:01:56.278]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.7064093Z [00:01:56.278]➜  EOF
2025-08-20T20:34:09.7066160Z [00:01:56.279]➜  /root/.go/pkg/tool/linux_arm64/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 vhP8Nb0BdITwhUFT9iQk/vhP8Nb0BdITwhUFT9iQk -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:34:09.7292177Z [00:01:56.301]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:34:09.7302651Z [00:01:56.302]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d # internal
2025-08-20T20:34:09.7303673Z [00:01:56.302]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T20:34:09.7304901Z [00:01:56.303]➜  mkdir -p $WORK/b108/
2025-08-20T20:34:09.7306391Z [00:01:56.303]➜  cat >/tmp/go-build3255226541/b108/importcfg << 'EOF' # internal
2025-08-20T20:34:09.7306837Z [00:01:56.303]➜  # import config
2025-08-20T20:34:09.7307188Z [00:01:56.303]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:09.7307637Z [00:01:56.303]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.7308091Z [00:01:56.303]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:09.7308716Z [00:01:56.303]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:09.7309264Z [00:01:56.303]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.7309672Z [00:01:56.303]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:09.7309979Z [00:01:56.303]➜  EOF
2025-08-20T20:34:09.7312490Z [00:01:56.303]➜  /root/.go/pkg/tool/linux_arm64/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 wDBr8EJDj8KnnBzKNtPp/wDBr8EJDj8KnnBzKNtPp -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:34:09.7778400Z [00:01:56.350]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:34:09.7783619Z [00:01:56.351]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d # internal
2025-08-20T20:34:09.7806034Z [00:01:56.353]➜  crypto/aes
2025-08-20T20:34:09.7806565Z [00:01:56.353]➜  mkdir -p $WORK/b114/
2025-08-20T20:34:09.7810377Z [00:01:56.353]➜  cat >/tmp/go-build3255226541/b114/importcfg << 'EOF' # internal
2025-08-20T20:34:09.7810777Z [00:01:56.353]➜  # import config
2025-08-20T20:34:09.7811205Z [00:01:56.353]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.7811724Z [00:01:56.353]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:09.7812508Z [00:01:56.353]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:09.7813014Z [00:01:56.353]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.7813335Z [00:01:56.353]➜  EOF
2025-08-20T20:34:09.7814777Z [00:01:56.353]➜  /root/.go/pkg/tool/linux_arm64/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 NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:34:09.8016857Z [00:01:56.372]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:34:09.8017680Z [00:01:56.373]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T20:34:09.8018320Z [00:01:56.373]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T20:34:09.8018713Z [00:01:56.373]➜  mkdir -p $WORK/b113/
2025-08-20T20:34:09.8019090Z [00:01:56.374]➜  cat >/tmp/go-build3255226541/b113/importcfg << 'EOF' # internal
2025-08-20T20:34:09.8019436Z [00:01:56.374]➜  # import config
2025-08-20T20:34:09.8019791Z [00:01:56.374]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:09.8020263Z [00:01:56.374]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:09.8020717Z [00:01:56.374]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.8021030Z [00:01:56.374]➜  EOF
2025-08-20T20:34:09.8023688Z [00:01:56.374]➜  /root/.go/pkg/tool/linux_arm64/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 6XrTcnu9di7JmSda8Zuu/6XrTcnu9di7JmSda8Zuu -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:34:09.8225716Z [00:01:56.394]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:34:09.8226534Z [00:01:56.395]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d # internal
2025-08-20T20:34:09.8227096Z [00:01:56.395]➜  crypto/des
2025-08-20T20:34:09.8227356Z [00:01:56.395]➜  mkdir -p $WORK/b117/
2025-08-20T20:34:09.8227813Z [00:01:56.395]➜  cat >/tmp/go-build3255226541/b117/importcfg << 'EOF' # internal
2025-08-20T20:34:09.8228687Z [00:01:56.395]➜  # import config
2025-08-20T20:34:09.8229059Z [00:01:56.395]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.8229623Z [00:01:56.395]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:09.8230798Z [00:01:56.395]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:09.8231295Z [00:01:56.395]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.8231764Z [00:01:56.395]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:09.8232440Z [00:01:56.395]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.8232868Z [00:01:56.395]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.8233175Z [00:01:56.395]➜  EOF
2025-08-20T20:34:09.8234869Z [00:01:56.395]➜  /root/.go/pkg/tool/linux_arm64/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 V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -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:34:09.8375998Z [00:01:56.410]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:34:09.8376788Z [00:01:56.410]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T20:34:09.8377381Z [00:01:56.410]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T20:34:09.8377689Z [00:01:56.410]➜  mkdir -p $WORK/b118/
2025-08-20T20:34:09.8378066Z [00:01:56.410]➜  cat >/tmp/go-build3255226541/b118/importcfg << 'EOF' # internal
2025-08-20T20:34:09.8378432Z [00:01:56.410]➜  # import config
2025-08-20T20:34:09.8378830Z [00:01:56.410]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.8379302Z [00:01:56.410]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:09.8379747Z [00:01:56.410]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.8380347Z [00:01:56.410]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3255226541/b119/_pkg_.a
2025-08-20T20:34:09.8380815Z [00:01:56.410]➜  EOF
2025-08-20T20:34:09.8383885Z [00:01:56.410]➜  /root/.go/pkg/tool/linux_arm64/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 m25_AsxejG4txVGg_bLB/m25_AsxejG4txVGg_bLB -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:34:09.8642082Z [00:01:56.436]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:34:09.8649531Z [00:01:56.437]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T20:34:09.8650892Z [00:01:56.437]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T20:34:09.8651773Z [00:01:56.437]➜  mkdir -p $WORK/b120/
2025-08-20T20:34:09.8656632Z [00:01:56.438]➜  cat >/tmp/go-build3255226541/b120/importcfg << 'EOF' # internal
2025-08-20T20:34:09.8657744Z [00:01:56.438]➜  # import config
2025-08-20T20:34:09.8659495Z [00:01:56.438]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.8660014Z [00:01:56.438]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.8660527Z [00:01:56.438]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:09.8661002Z [00:01:56.438]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:09.8661447Z [00:01:56.438]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.8662220Z [00:01:56.438]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3255226541/b119/_pkg_.a
2025-08-20T20:34:09.8663277Z [00:01:56.438]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.8663605Z [00:01:56.438]➜  EOF
2025-08-20T20:34:09.8666424Z [00:01:56.438]➜  /root/.go/pkg/tool/linux_arm64/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 H2J8BzW2f-d03y7Kwg1N/H2J8BzW2f-d03y7Kwg1N -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:34:09.8717034Z [00:01:56.444]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:34:09.8772986Z [00:01:56.449]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d # internal
2025-08-20T20:34:09.8783462Z [00:01:56.451]➜  crypto/internal/fips140/ecdh
2025-08-20T20:34:09.8784779Z [00:01:56.451]➜  mkdir -p $WORK/b125/
2025-08-20T20:34:09.8791072Z [00:01:56.451]➜  cat >/tmp/go-build3255226541/b125/importcfg << 'EOF' # internal
2025-08-20T20:34:09.8792362Z [00:01:56.451]➜  # import config
2025-08-20T20:34:09.8793226Z [00:01:56.451]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.8794299Z [00:01:56.451]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.8794931Z [00:01:56.451]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.8795520Z [00:01:56.451]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.8796121Z [00:01:56.451]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3255226541/b126/_pkg_.a
2025-08-20T20:34:09.8796746Z [00:01:56.451]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:09.8797277Z [00:01:56.451]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.8797692Z [00:01:56.451]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.8798115Z [00:01:56.451]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:09.8798539Z [00:01:56.451]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.8799221Z [00:01:56.451]➜  EOF
2025-08-20T20:34:09.8801209Z [00:01:56.451]➜  /root/.go/pkg/tool/linux_arm64/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 R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -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:34:09.9108337Z [00:01:56.483]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:34:09.9121163Z [00:01:56.484]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d # internal
2025-08-20T20:34:09.9133342Z [00:01:56.485]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T20:34:09.9134208Z [00:01:56.486]➜  mkdir -p $WORK/b116/
2025-08-20T20:34:09.9135180Z [00:01:56.486]➜  cat >/tmp/go-build3255226541/b116/importcfg << 'EOF' # internal
2025-08-20T20:34:09.9135604Z [00:01:56.486]➜  # import config
2025-08-20T20:34:09.9135959Z [00:01:56.486]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.9136407Z [00:01:56.486]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:09.9137277Z [00:01:56.486]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:09.9137743Z [00:01:56.486]➜  packagefile crypto/des=/tmp/go-build3255226541/b117/_pkg_.a
2025-08-20T20:34:09.9138171Z [00:01:56.486]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:09.9138694Z [00:01:56.486]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3255226541/b118/_pkg_.a
2025-08-20T20:34:09.9139312Z [00:01:56.486]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3255226541/b120/_pkg_.a
2025-08-20T20:34:09.9139909Z [00:01:56.486]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3255226541/b121/_pkg_.a
2025-08-20T20:34:09.9140387Z [00:01:56.486]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.9140693Z [00:01:56.486]➜  EOF
2025-08-20T20:34:09.9143829Z [00:01:56.486]➜  /root/.go/pkg/tool/linux_arm64/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 kDCLk-IapSkgqHd0SswM/kDCLk-IapSkgqHd0SswM -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:34:09.9212578Z [00:01:56.493]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:34:09.9228351Z [00:01:56.494]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T20:34:09.9228955Z [00:01:56.494]➜  crypto/ecdh
2025-08-20T20:34:09.9229214Z [00:01:56.494]➜  mkdir -p $WORK/b124/
2025-08-20T20:34:09.9229646Z [00:01:56.494]➜  cat >/tmp/go-build3255226541/b124/importcfg << 'EOF' # internal
2025-08-20T20:34:09.9230013Z [00:01:56.494]➜  # import config
2025-08-20T20:34:09.9230354Z [00:01:56.494]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.9230778Z [00:01:56.494]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:09.9231265Z [00:01:56.494]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:09.9231829Z [00:01:56.494]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3255226541/b125/_pkg_.a
2025-08-20T20:34:09.9233005Z [00:01:56.494]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3255226541/b128/_pkg_.a
2025-08-20T20:34:09.9233722Z [00:01:56.494]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:09.9234287Z [00:01:56.494]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:09.9234806Z [00:01:56.494]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:09.9235251Z [00:01:56.494]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.9244321Z [00:01:56.494]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.9244662Z [00:01:56.495]➜  EOF
2025-08-20T20:34:09.9246366Z [00:01:56.495]➜  /root/.go/pkg/tool/linux_arm64/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 CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -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:34:09.9283954Z [00:01:56.500]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T20:34:09.9287838Z [00:01:56.500]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b186/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:34:09.9348262Z [00:01:56.507]➜  go tool pack r $WORK/b186/_pkg_.a $WORK/b186/asm_linux_arm64.o # internal
2025-08-20T20:34:09.9349468Z [00:01:56.507]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:34:09.9524847Z [00:01:56.525]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d # internal
2025-08-20T20:34:09.9527231Z [00:01:56.525]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:34:09.9528683Z [00:01:56.525]➜  mkdir -p $WORK/b130/
2025-08-20T20:34:09.9558524Z [00:01:56.528]➜  cat >/tmp/go-build3255226541/b130/importcfg << 'EOF' # internal
2025-08-20T20:34:09.9559424Z [00:01:56.528]➜  # import config
2025-08-20T20:34:09.9560683Z [00:01:56.528]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.9561839Z [00:01:56.528]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.9562679Z [00:01:56.528]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3255226541/b103/_pkg_.a
2025-08-20T20:34:09.9563285Z [00:01:56.528]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.9563870Z [00:01:56.528]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.9564445Z [00:01:56.528]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:09.9565052Z [00:01:56.528]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3255226541/b126/_pkg_.a
2025-08-20T20:34:09.9565639Z [00:01:56.528]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:09.9566138Z [00:01:56.528]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.9566555Z [00:01:56.528]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:09.9566974Z [00:01:56.528]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:09.9567377Z [00:01:56.528]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.9567684Z [00:01:56.528]➜  EOF
2025-08-20T20:34:09.9567979Z [00:01:56.528]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:09.9570894Z [00:01:56.528]➜  /root/.go/pkg/tool/linux_arm64/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 HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -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:34:09.9749854Z [00:01:56.547]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:34:09.9763484Z [00:01:56.549]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d # internal
2025-08-20T20:34:09.9797454Z [00:01:56.552]➜  crypto/internal/fips140/ed25519
2025-08-20T20:34:09.9802558Z [00:01:56.553]➜  mkdir -p $WORK/b149/
2025-08-20T20:34:09.9811146Z [00:01:56.553]➜  cat >/tmp/go-build3255226541/b149/importcfg << 'EOF' # internal
2025-08-20T20:34:09.9813144Z [00:01:56.554]➜  # import config
2025-08-20T20:34:09.9813595Z [00:01:56.554]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:09.9814118Z [00:01:56.554]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:09.9814699Z [00:01:56.554]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:09.9815285Z [00:01:56.554]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:09.9816390Z [00:01:56.554]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3255226541/b150/_pkg_.a
2025-08-20T20:34:09.9817010Z [00:01:56.554]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:09.9817509Z [00:01:56.554]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:09.9817934Z [00:01:56.554]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:09.9818352Z [00:01:56.554]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:09.9818661Z [00:01:56.554]➜  EOF
2025-08-20T20:34:09.9825555Z [00:01:56.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b149=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:34:09.9987307Z [00:01:56.571]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:34:09.9996029Z [00:01:56.572]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T20:34:09.9998119Z [00:01:56.572]➜  compress/flate
2025-08-20T20:34:09.9999201Z [00:01:56.572]➜  mkdir -p $WORK/b164/
2025-08-20T20:34:10.0004006Z [00:01:56.573]➜  cat >/tmp/go-build3255226541/b164/importcfg << 'EOF' # internal
2025-08-20T20:34:10.0016613Z [00:01:56.573]➜  # import config
2025-08-20T20:34:10.0017620Z [00:01:56.573]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:10.0018113Z [00:01:56.573]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.0018549Z [00:01:56.573]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.0018988Z [00:01:56.573]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.0019391Z [00:01:56.573]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:10.0019820Z [00:01:56.573]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.0020245Z [00:01:56.573]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:10.0020660Z [00:01:56.573]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.0021084Z [00:01:56.573]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.0021388Z [00:01:56.573]➜  EOF
2025-08-20T20:34:10.0024361Z [00:01:56.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b164=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/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:34:10.0454876Z [00:01:56.618]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:34:10.0455644Z [00:01:56.618]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T20:34:10.0456447Z [00:01:56.618]➜  crypto/sha1
2025-08-20T20:34:10.0456768Z [00:01:56.618]➜  mkdir -p $WORK/b168/
2025-08-20T20:34:10.0461205Z [00:01:56.618]➜  echo -n > $WORK/b168/go_asm.h # internal
2025-08-20T20:34:10.0462314Z [00:01:56.619]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:34:10.0464888Z [00:01:56.619]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b168/symabis ./sha1block_arm64.s
2025-08-20T20:34:10.0493785Z [00:01:56.622]➜  cat >/tmp/go-build3255226541/b168/importcfg << 'EOF' # internal
2025-08-20T20:34:10.0496060Z [00:01:56.622]➜  # import config
2025-08-20T20:34:10.0496472Z [00:01:56.622]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.0496973Z [00:01:56.622]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.0497540Z [00:01:56.622]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.0498118Z [00:01:56.622]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:10.0498591Z [00:01:56.622]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.0499011Z [00:01:56.622]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.0499475Z [00:01:56.622]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:10.0499978Z [00:01:56.622]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:10.0500429Z [00:01:56.622]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.0500750Z [00:01:56.622]➜  EOF
2025-08-20T20:34:10.0501035Z [00:01:56.622]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:10.0503365Z [00:01:56.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b168=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b168/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack -asmhdr $WORK/b168/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T20:34:10.0759295Z [00:01:56.648]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:34:10.0775796Z [00:01:56.650]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T20:34:10.0777043Z [00:01:56.650]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T20:34:10.0778067Z [00:01:56.650]➜  mkdir -p $WORK/b170/
2025-08-20T20:34:10.0795738Z [00:01:56.652]➜  cat >/tmp/go-build3255226541/b170/importcfg << 'EOF' # internal
2025-08-20T20:34:10.0796279Z [00:01:56.652]➜  # import config
2025-08-20T20:34:10.0796646Z [00:01:56.652]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.0797630Z [00:01:56.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.0798484Z [00:01:56.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3255226541/b116/_pkg_.a
2025-08-20T20:34:10.0799165Z [00:01:56.652]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3255226541/b171/_pkg_.a
2025-08-20T20:34:10.0799666Z [00:01:56.652]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.0800071Z [00:01:56.652]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.0800491Z [00:01:56.652]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.0800812Z [00:01:56.652]➜  EOF
2025-08-20T20:34:10.0803604Z [00:01:56.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_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/b170=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.22 -complete -installsuffix shared -buildid sRRebHlZCuHqXKfATC8-/sRRebHlZCuHqXKfATC8- -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/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:34:10.0806182Z [00:01:56.652]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:34:10.0826344Z [00:01:56.654]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b168/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T20:34:10.0882066Z [00:01:56.659]➜  go tool pack r $WORK/b168/_pkg_.a $WORK/b168/sha1block_arm64.o # internal
2025-08-20T20:34:10.0888877Z [00:01:56.659]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:34:10.0889602Z [00:01:56.659]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T20:34:10.0890147Z [00:01:56.659]➜  crypto/hmac
2025-08-20T20:34:10.0890411Z [00:01:56.659]➜  mkdir -p $WORK/b175/
2025-08-20T20:34:10.0890780Z [00:01:56.659]➜  cat >/tmp/go-build3255226541/b175/importcfg << 'EOF' # internal
2025-08-20T20:34:10.0891141Z [00:01:56.659]➜  # import config
2025-08-20T20:34:10.0891538Z [00:01:56.659]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.0892940Z [00:01:56.659]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:10.0893588Z [00:01:56.659]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3255226541/b105/_pkg_.a
2025-08-20T20:34:10.0894162Z [00:01:56.659]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.0894698Z [00:01:56.659]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.0895145Z [00:01:56.659]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.0895456Z [00:01:56.659]➜  EOF
2025-08-20T20:34:10.0895743Z [00:01:56.659]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:10.0897232Z [00:01:56.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b175=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:34:10.0929273Z [00:01:56.665]➜  cd /root/.go/src/math/big
2025-08-20T20:34:10.0932999Z [00:01:56.665]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b099/arith_arm64.o ./arith_arm64.s
2025-08-20T20:34:10.1008777Z [00:01:56.673]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/arith_arm64.o # internal
2025-08-20T20:34:10.1010056Z [00:01:56.673]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:34:10.1128601Z [00:01:56.685]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:34:10.1131032Z [00:01:56.685]➜  crypto/rand
2025-08-20T20:34:10.1131820Z [00:01:56.685]➜  mkdir -p $WORK/b098/
2025-08-20T20:34:10.1132528Z [00:01:56.685]➜  cat >/tmp/go-build3255226541/b098/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1132892Z [00:01:56.685]➜  # import config
2025-08-20T20:34:10.1133301Z [00:01:56.685]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.1133848Z [00:01:56.685]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:10.1134443Z [00:01:56.685]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:10.1135022Z [00:01:56.685]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.1135581Z [00:01:56.685]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:10.1136125Z [00:01:56.685]➜  packagefile crypto/internal/sysrand=/tmp/go-build3255226541/b089/_pkg_.a
2025-08-20T20:34:10.1136620Z [00:01:56.685]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.1137031Z [00:01:56.685]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.1137447Z [00:01:56.685]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1137765Z [00:01:56.685]➜  EOF
2025-08-20T20:34:10.1138049Z [00:01:56.685]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:10.1139828Z [00:01:56.685]➜  /root/.go/pkg/tool/linux_arm64/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 A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -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:34:10.1179159Z [00:01:56.690]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:34:10.1185690Z [00:01:56.691]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T20:34:10.1187340Z [00:01:56.691]➜  crypto/internal/boring/bbig
2025-08-20T20:34:10.1188421Z [00:01:56.691]➜  mkdir -p $WORK/b102/
2025-08-20T20:34:10.1194015Z [00:01:56.692]➜  cat >/tmp/go-build3255226541/b102/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1194519Z [00:01:56.692]➜  # import config
2025-08-20T20:34:10.1195138Z [00:01:56.692]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.1195993Z [00:01:56.692]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1196396Z [00:01:56.692]➜  EOF
2025-08-20T20:34:10.1198097Z [00:01:56.692]➜  /root/.go/pkg/tool/linux_arm64/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 uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -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:34:10.1269572Z [00:01:56.699]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:34:10.1303012Z [00:01:56.702]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d # internal
2025-08-20T20:34:10.1303658Z [00:01:56.702]➜  crypto/elliptic
2025-08-20T20:34:10.1303931Z [00:01:56.702]➜  mkdir -p $WORK/b129/
2025-08-20T20:34:10.1304350Z [00:01:56.702]➜  cat >/tmp/go-build3255226541/b129/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1304699Z [00:01:56.702]➜  # import config
2025-08-20T20:34:10.1305131Z [00:01:56.703]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3255226541/b126/_pkg_.a
2025-08-20T20:34:10.1305637Z [00:01:56.703]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.1306500Z [00:01:56.703]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.1306924Z [00:01:56.703]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1307347Z [00:01:56.703]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.1307653Z [00:01:56.703]➜  EOF
2025-08-20T20:34:10.1309481Z [00:01:56.703]➜  /root/.go/pkg/tool/linux_arm64/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 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -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:34:10.1326660Z [00:01:56.705]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:34:10.1337011Z [00:01:56.706]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T20:34:10.1337802Z [00:01:56.706]➜  encoding/asn1
2025-08-20T20:34:10.1344855Z [00:01:56.707]➜  mkdir -p $WORK/b134/
2025-08-20T20:34:10.1349841Z [00:01:56.707]➜  cat >/tmp/go-build3255226541/b134/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1350228Z [00:01:56.707]➜  # import config
2025-08-20T20:34:10.1350575Z [00:01:56.707]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.1350999Z [00:01:56.707]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.1351442Z [00:01:56.707]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.1351849Z [00:01:56.707]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:10.1352538Z [00:01:56.707]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1352972Z [00:01:56.707]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:10.1353410Z [00:01:56.707]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:10.1353835Z [00:01:56.707]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.1354262Z [00:01:56.707]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.1354679Z [00:01:56.707]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:10.1355438Z [00:01:56.707]➜  packagefile unicode/utf16=/tmp/go-build3255226541/b135/_pkg_.a
2025-08-20T20:34:10.1356030Z [00:01:56.707]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:10.1356502Z [00:01:56.707]➜  EOF
2025-08-20T20:34:10.1364300Z [00:01:56.708]➜  /root/.go/pkg/tool/linux_arm64/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 gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -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:34:10.1496267Z [00:01:56.721]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:34:10.1497256Z [00:01:56.722]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T20:34:10.1497836Z [00:01:56.722]➜  crypto/rsa
2025-08-20T20:34:10.1498127Z [00:01:56.722]➜  mkdir -p $WORK/b101/
2025-08-20T20:34:10.1498654Z [00:01:56.722]➜  cat >/tmp/go-build3255226541/b101/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1499059Z [00:01:56.722]➜  # import config
2025-08-20T20:34:10.1499414Z [00:01:56.722]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.1500076Z [00:01:56.722]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.1500769Z [00:01:56.722]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3255226541/b102/_pkg_.a
2025-08-20T20:34:10.1502084Z [00:01:56.722]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3255226541/b103/_pkg_.a
2025-08-20T20:34:10.1507584Z [00:01:56.722]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3255226541/b104/_pkg_.a
2025-08-20T20:34:10.1508170Z [00:01:56.722]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3255226541/b105/_pkg_.a
2025-08-20T20:34:10.1508743Z [00:01:56.722]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.1509299Z [00:01:56.722]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:10.1509827Z [00:01:56.722]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.1510305Z [00:01:56.722]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.1510751Z [00:01:56.722]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.1511163Z [00:01:56.722]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.1511578Z [00:01:56.722]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.1512242Z [00:01:56.722]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:10.1512759Z [00:01:56.722]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.1513165Z [00:01:56.722]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:10.1513586Z [00:01:56.722]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1513904Z [00:01:56.722]➜  EOF
2025-08-20T20:34:10.1515687Z [00:01:56.722]➜  /root/.go/pkg/tool/linux_arm64/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 JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -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:34:10.1574806Z [00:01:56.730]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:34:10.1615704Z [00:01:56.734]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T20:34:10.1618606Z [00:01:56.734]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T20:34:10.1619155Z [00:01:56.734]➜  mkdir -p $WORK/b139/
2025-08-20T20:34:10.1619690Z [00:01:56.734]➜  cat >/tmp/go-build3255226541/b139/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1620472Z [00:01:56.734]➜  # import config
2025-08-20T20:34:10.1621155Z [00:01:56.734]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.1621825Z [00:01:56.734]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.1624609Z [00:01:56.734]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.1626132Z [00:01:56.734]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.1626484Z [00:01:56.734]➜  EOF
2025-08-20T20:34:10.1629423Z [00:01:56.734]➜  /root/.go/pkg/tool/linux_arm64/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 L_RlLm3VzWl7dtOBQ1gL/L_RlLm3VzWl7dtOBQ1gL -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:34:10.1974075Z [00:01:56.768]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:34:10.1976362Z [00:01:56.769]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d # internal
2025-08-20T20:34:10.1976958Z [00:01:56.769]➜  crypto/ed25519
2025-08-20T20:34:10.1977219Z [00:01:56.769]➜  mkdir -p $WORK/b148/
2025-08-20T20:34:10.1977598Z [00:01:56.769]➜  cat >/tmp/go-build3255226541/b148/importcfg << 'EOF' # internal
2025-08-20T20:34:10.1977948Z [00:01:56.769]➜  # import config
2025-08-20T20:34:10.1978294Z [00:01:56.769]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.1978835Z [00:01:56.769]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3255226541/b149/_pkg_.a
2025-08-20T20:34:10.1979431Z [00:01:56.769]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3255226541/b131/_pkg_.a
2025-08-20T20:34:10.1980009Z [00:01:56.769]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.1980521Z [00:01:56.769]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.1980998Z [00:01:56.769]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.1981446Z [00:01:56.769]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.1981853Z [00:01:56.769]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.1982562Z [00:01:56.769]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.1982890Z [00:01:56.769]➜  EOF
2025-08-20T20:34:10.1984377Z [00:01:56.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b148=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:34:10.2151297Z [00:01:56.787]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:34:10.2176136Z [00:01:56.790]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T20:34:10.2177941Z [00:01:56.790]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T20:34:10.2179973Z [00:01:56.790]➜  mkdir -p $WORK/b137/
2025-08-20T20:34:10.2182765Z [00:01:56.791]➜  cat >/tmp/go-build3255226541/b137/importcfg << 'EOF' # internal
2025-08-20T20:34:10.2183145Z [00:01:56.791]➜  # import config
2025-08-20T20:34:10.2183521Z [00:01:56.791]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:10.2184266Z [00:01:56.791]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.2184750Z [00:01:56.791]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.2186094Z [00:01:56.791]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.2301131Z [00:01:56.791]➜  EOF
2025-08-20T20:34:10.2303439Z [00:01:56.791]➜  /root/.go/pkg/tool/linux_arm64/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 1AivHx5Yd5dG6xRcO3Hw/1AivHx5Yd5dG6xRcO3Hw -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:34:10.2305357Z [00:01:56.802]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:34:10.2322617Z [00:01:56.804]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T20:34:10.2419291Z [00:01:56.814]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T20:34:10.2419702Z [00:01:56.814]➜  mkdir -p $WORK/b138/
2025-08-20T20:34:10.2420088Z [00:01:56.814]➜  cat >/tmp/go-build3255226541/b138/importcfg << 'EOF' # internal
2025-08-20T20:34:10.2420844Z [00:01:56.814]➜  # import config
2025-08-20T20:34:10.2421226Z [00:01:56.814]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:10.2421697Z [00:01:56.814]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.2422373Z [00:01:56.814]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.2422695Z [00:01:56.814]➜  EOF
2025-08-20T20:34:10.2424990Z [00:01:56.814]➜  /root/.go/pkg/tool/linux_arm64/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 rCBt-WHKBFvUV4HLNQ5c/rCBt-WHKBFvUV4HLNQ5c -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:34:10.2545493Z [00:01:56.827]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:34:10.2563569Z [00:01:56.827]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d # internal
2025-08-20T20:34:10.2564363Z [00:01:56.828]➜  github.com/cloudflare/circl/math
2025-08-20T20:34:10.2564679Z [00:01:56.828]➜  mkdir -p $WORK/b151/
2025-08-20T20:34:10.2565059Z [00:01:56.828]➜  cat >/tmp/go-build3255226541/b151/importcfg << 'EOF' # internal
2025-08-20T20:34:10.2565406Z [00:01:56.828]➜  # import config
2025-08-20T20:34:10.2565808Z [00:01:56.828]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.2566240Z [00:01:56.828]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.2566663Z [00:01:56.828]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.2567104Z [00:01:56.828]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.2567447Z [00:01:56.828]➜  EOF
2025-08-20T20:34:10.2570105Z [00:01:56.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b151=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid pYpSevrOOCLyjM2q05de/pYpSevrOOCLyjM2q05de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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:34:10.2898455Z [00:01:56.861]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:34:10.2900069Z [00:01:56.862]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d # internal
2025-08-20T20:34:10.2926124Z [00:01:56.865]➜  compress/zlib
2025-08-20T20:34:10.2927352Z [00:01:56.865]➜  mkdir -p $WORK/b165/
2025-08-20T20:34:10.2928224Z [00:01:56.865]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:34:10.2935612Z [00:01:56.866]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d # internal
2025-08-20T20:34:10.2936997Z [00:01:56.866]➜  crypto/dsa
2025-08-20T20:34:10.2941299Z [00:01:56.866]➜  mkdir -p $WORK/b167/
2025-08-20T20:34:10.2941825Z [00:01:56.866]➜  cat >/tmp/go-build3255226541/b165/importcfg << 'EOF' # internal
2025-08-20T20:34:10.2942880Z [00:01:56.866]➜  # import config
2025-08-20T20:34:10.2943859Z [00:01:56.866]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:10.2944803Z [00:01:56.866]➜  packagefile compress/flate=/tmp/go-build3255226541/b164/_pkg_.a
2025-08-20T20:34:10.2945731Z [00:01:56.866]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.2948065Z [00:01:56.866]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.2948535Z [00:01:56.866]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.2948954Z [00:01:56.866]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.2949394Z [00:01:56.867]➜  packagefile hash/adler32=/tmp/go-build3255226541/b166/_pkg_.a
2025-08-20T20:34:10.2949820Z [00:01:56.867]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.2950127Z [00:01:56.867]➜  EOF
2025-08-20T20:34:10.2951758Z [00:01:56.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b165=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T20:34:10.2977499Z [00:01:56.867]➜  cat >/tmp/go-build3255226541/b167/importcfg << 'EOF' # internal
2025-08-20T20:34:10.2977918Z [00:01:56.867]➜  # import config
2025-08-20T20:34:10.2978349Z [00:01:56.867]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.2978917Z [00:01:56.867]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:10.2979407Z [00:01:56.867]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.2979816Z [00:01:56.867]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.2980234Z [00:01:56.867]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.2980566Z [00:01:56.867]➜  EOF
2025-08-20T20:34:10.2982215Z [00:01:56.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b167=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:34:10.2998063Z [00:01:56.872]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:34:10.3025829Z [00:01:56.875]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T20:34:10.3027789Z [00:01:56.875]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:34:10.3028437Z [00:01:56.875]➜  mkdir -p $WORK/b133/
2025-08-20T20:34:10.3040537Z [00:01:56.876]➜  cat >/tmp/go-build3255226541/b133/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3043620Z [00:01:56.876]➜  # import config
2025-08-20T20:34:10.3044256Z [00:01:56.877]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:34:10.3044835Z [00:01:56.877]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:10.3045282Z [00:01:56.877]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3045717Z [00:01:56.877]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.3046270Z [00:01:56.877]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b136/_pkg_.a
2025-08-20T20:34:10.3046822Z [00:01:56.877]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.3047253Z [00:01:56.877]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:10.3047669Z [00:01:56.877]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:10.3047974Z [00:01:56.877]➜  EOF
2025-08-20T20:34:10.3050313Z [00:01:56.877]➜  /root/.go/pkg/tool/linux_arm64/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 oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -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:34:10.3291142Z [00:01:56.901]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:34:10.3322068Z [00:01:56.904]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T20:34:10.3323948Z [00:01:56.905]➜  golang.org/x/crypto/cryptobyte
2025-08-20T20:34:10.3324469Z [00:01:56.905]➜  mkdir -p $WORK/b143/
2025-08-20T20:34:10.3338652Z [00:01:56.905]➜  cat >/tmp/go-build3255226541/b143/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3339771Z [00:01:56.905]➜  # import config
2025-08-20T20:34:10.3340155Z [00:01:56.905]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:10.3340613Z [00:01:56.905]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3341055Z [00:01:56.905]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.3341592Z [00:01:56.905]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b144/_pkg_.a
2025-08-20T20:34:10.3342284Z [00:01:56.905]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.3342726Z [00:01:56.905]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:10.3343146Z [00:01:56.905]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:10.3343455Z [00:01:56.905]➜  EOF
2025-08-20T20:34:10.3345769Z [00:01:56.905]➜  /root/.go/pkg/tool/linux_arm64/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 GrJkVNEd7HA68NF7oaA5/GrJkVNEd7HA68NF7oaA5 -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:34:10.3347831Z [00:01:56.906]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:34:10.3348750Z [00:01:56.906]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T20:34:10.3349496Z [00:01:56.906]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T20:34:10.3350003Z [00:01:56.906]➜  mkdir -p $WORK/b169/
2025-08-20T20:34:10.3350939Z [00:01:56.907]➜  cat >/tmp/go-build3255226541/b169/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3351504Z [00:01:56.907]➜  # import config
2025-08-20T20:34:10.3352055Z [00:01:56.907]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.3352697Z [00:01:56.907]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.3353270Z [00:01:56.907]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3353843Z [00:01:56.907]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.3354414Z [00:01:56.907]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.3354908Z [00:01:56.907]➜  EOF
2025-08-20T20:34:10.3357142Z [00:01:56.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_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/b169=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.22 -complete -installsuffix shared -buildid jf2Zk-3uzq5gmIlt3ppN/jf2Zk-3uzq5gmIlt3ppN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/elgamal/elgamal.go
2025-08-20T20:34:10.3433397Z [00:01:56.913]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:34:10.3438936Z [00:01:56.916]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T20:34:10.3439527Z [00:01:56.916]➜  golang.org/x/crypto/hkdf
2025-08-20T20:34:10.3439819Z [00:01:56.916]➜  mkdir -p $WORK/b174/
2025-08-20T20:34:10.3444971Z [00:01:56.917]➜  cat >/tmp/go-build3255226541/b174/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3447712Z [00:01:56.917]➜  # import config
2025-08-20T20:34:10.3448114Z [00:01:56.917]➜  packagefile crypto/hmac=/tmp/go-build3255226541/b175/_pkg_.a
2025-08-20T20:34:10.3448584Z [00:01:56.917]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3449003Z [00:01:56.917]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.3449415Z [00:01:56.917]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.3449716Z [00:01:56.917]➜  EOF
2025-08-20T20:34:10.3451389Z [00:01:56.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf=>golang.org/x/crypto@v0.41.0/hkdf;$WORK/b174=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid Sp5_DoUej896q709NjpY/Sp5_DoUej896q709NjpY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/hkdf/hkdf.go
2025-08-20T20:34:10.3547377Z [00:01:56.926]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:34:10.3553133Z [00:01:56.927]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d # internal
2025-08-20T20:34:10.3553767Z [00:01:56.927]➜  image/internal/imageutil
2025-08-20T20:34:10.3554062Z [00:01:56.927]➜  mkdir -p $WORK/b180/
2025-08-20T20:34:10.3554475Z [00:01:56.928]➜  cat >/tmp/go-build3255226541/b180/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3572123Z [00:01:56.928]➜  # import config
2025-08-20T20:34:10.3572592Z [00:01:56.928]➜  packagefile image=/tmp/go-build3255226541/b177/_pkg_.a
2025-08-20T20:34:10.3572994Z [00:01:56.928]➜  EOF
2025-08-20T20:34:10.3590136Z [00:01:56.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b180=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T20:34:10.3612902Z [00:01:56.933]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:34:10.3624004Z [00:01:56.933]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d # internal
2025-08-20T20:34:10.3624599Z [00:01:56.933]➜  golang.org/x/sys/cpu
2025-08-20T20:34:10.3624885Z [00:01:56.933]➜  mkdir -p $WORK/b182/
2025-08-20T20:34:10.3625212Z [00:01:56.933]➜  echo -n > $WORK/b182/go_asm.h # internal
2025-08-20T20:34:10.3625575Z [00:01:56.933]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:34:10.3626750Z [00:01:56.933]➜  /root/.go/pkg/tool/linux_arm64/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/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b182/symabis ./cpu_arm64.s
2025-08-20T20:34:10.3673923Z [00:01:56.939]➜  cat >/tmp/go-build3255226541/b182/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3676494Z [00:01:56.940]➜  # import config
2025-08-20T20:34:10.3676900Z [00:01:56.940]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3677324Z [00:01:56.940]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.3677733Z [00:01:56.940]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.3678147Z [00:01:56.940]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:10.3679071Z [00:01:56.940]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.3679505Z [00:01:56.940]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.3679933Z [00:01:56.940]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:10.3680248Z [00:01:56.940]➜  EOF
2025-08-20T20:34:10.3680524Z [00:01:56.940]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:10.3684839Z [00:01:56.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b182=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid UEKktlb9an-w94TZzYvC/UEKktlb9an-w94TZzYvC -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/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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_arm64.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/proc_cpuinfo_linux.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:34:10.3749931Z [00:01:56.947]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:34:10.3766349Z [00:01:56.948]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T20:34:10.3767100Z [00:01:56.948]➜  image/jpeg
2025-08-20T20:34:10.3767360Z [00:01:56.948]➜  mkdir -p $WORK/b179/
2025-08-20T20:34:10.3767768Z [00:01:56.948]➜  cat >/tmp/go-build3255226541/b179/importcfg << 'EOF' # internal
2025-08-20T20:34:10.3768116Z [00:01:56.948]➜  # import config
2025-08-20T20:34:10.3768455Z [00:01:56.948]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:10.3768880Z [00:01:56.948]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.3769300Z [00:01:56.948]➜  packagefile image=/tmp/go-build3255226541/b177/_pkg_.a
2025-08-20T20:34:10.3769735Z [00:01:56.948]➜  packagefile image/color=/tmp/go-build3255226541/b178/_pkg_.a
2025-08-20T20:34:10.3770637Z [00:01:56.948]➜  packagefile image/internal/imageutil=/tmp/go-build3255226541/b180/_pkg_.a
2025-08-20T20:34:10.3771186Z [00:01:56.948]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.3771496Z [00:01:56.948]➜  EOF
2025-08-20T20:34:10.3773693Z [00:01:56.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b179=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid qiqcMJ0n6aAaek-5WkvE/qiqcMJ0n6aAaek-5WkvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/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:34:10.4256912Z [00:01:56.998]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T20:34:10.4258233Z [00:01:56.998]➜  /root/.go/pkg/tool/linux_arm64/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/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b182/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:34:10.4265443Z [00:01:56.999]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:34:10.4364242Z [00:01:57.009]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T20:34:10.4365626Z [00:01:57.009]➜  go tool pack r $WORK/b182/_pkg_.a $WORK/b182/cpu_arm64.o # internal
2025-08-20T20:34:10.4366080Z [00:01:57.009]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:34:10.4376008Z [00:01:57.010]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d # internal
2025-08-20T20:34:10.4376777Z [00:01:57.010]➜  golang.org/x/crypto/sha3
2025-08-20T20:34:10.4377240Z [00:01:57.010]➜  mkdir -p $WORK/b181/
2025-08-20T20:34:10.4385670Z [00:01:57.011]➜  cat >/tmp/go-build3255226541/b181/importcfg << 'EOF' # internal
2025-08-20T20:34:10.4386233Z [00:01:57.011]➜  # import config
2025-08-20T20:34:10.4386724Z [00:01:57.011]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.4387311Z [00:01:57.011]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.4390017Z [00:01:57.011]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.4390548Z [00:01:57.011]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.4405690Z [00:01:57.011]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.4407860Z [00:01:57.011]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3255226541/b182/_pkg_.a
2025-08-20T20:34:10.4408840Z [00:01:57.011]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:10.4409338Z [00:01:57.011]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.4409769Z [00:01:57.011]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.4410116Z [00:01:57.011]➜  EOF
2025-08-20T20:34:10.4410397Z [00:01:57.011]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:10.4413642Z [00:01:57.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/sha3=>golang.org/x/crypto@v0.41.0/sha3;$WORK/b181=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid i1acGHllMUITER48lnt8/i1acGHllMUITER48lnt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /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.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:34:10.4416706Z [00:01:57.011]➜  crypto/ecdsa
2025-08-20T20:34:10.4417031Z [00:01:57.011]➜  mkdir -p $WORK/b123/
2025-08-20T20:34:10.4417401Z [00:01:57.012]➜  cat >/tmp/go-build3255226541/b123/importcfg << 'EOF' # internal
2025-08-20T20:34:10.4417743Z [00:01:57.012]➜  # import config
2025-08-20T20:34:10.4418168Z [00:01:57.012]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:34:10.4418813Z [00:01:57.012]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:34:10.4419349Z [00:01:57.012]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.4419788Z [00:01:57.012]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:10.4420260Z [00:01:57.012]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:10.4420770Z [00:01:57.013]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:10.4421337Z [00:01:57.013]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3255226541/b102/_pkg_.a
2025-08-20T20:34:10.4421917Z [00:01:57.013]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3255226541/b130/_pkg_.a
2025-08-20T20:34:10.4422671Z [00:01:57.013]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3255226541/b126/_pkg_.a
2025-08-20T20:34:10.4423252Z [00:01:57.013]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3255226541/b131/_pkg_.a
2025-08-20T20:34:10.4424109Z [00:01:57.013]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3255226541/b105/_pkg_.a
2025-08-20T20:34:10.4424675Z [00:01:57.013]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:10.4425232Z [00:01:57.013]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:10.4425739Z [00:01:57.013]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:10.4426203Z [00:01:57.013]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.4426655Z [00:01:57.013]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.4427191Z [00:01:57.013]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b133/_pkg_.a
2025-08-20T20:34:10.4427846Z [00:01:57.013]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b136/_pkg_.a
2025-08-20T20:34:10.4428381Z [00:01:57.013]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.4428798Z [00:01:57.013]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.4429243Z [00:01:57.013]➜  packagefile math/rand/v2=/tmp/go-build3255226541/b091/_pkg_.a
2025-08-20T20:34:10.4429579Z [00:01:57.013]➜  EOF
2025-08-20T20:34:10.4431312Z [00:01:57.013]➜  /root/.go/pkg/tool/linux_arm64/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 RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -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:34:10.4655657Z [00:01:57.038]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:34:10.4695912Z [00:01:57.040]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d # internal
2025-08-20T20:34:10.4696653Z [00:01:57.040]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T20:34:10.4696979Z [00:01:57.040]➜  mkdir -p $WORK/b142/
2025-08-20T20:34:10.4697357Z [00:01:57.040]➜  cat >/tmp/go-build3255226541/b142/importcfg << 'EOF' # internal
2025-08-20T20:34:10.4697700Z [00:01:57.040]➜  # import config
2025-08-20T20:34:10.4698072Z [00:01:57.040]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.4698521Z [00:01:57.040]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.4699486Z [00:01:57.040]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b143/_pkg_.a
2025-08-20T20:34:10.4700107Z [00:01:57.040]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.4700552Z [00:01:57.040]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.4700869Z [00:01:57.040]➜  EOF
2025-08-20T20:34:10.4703035Z [00:01:57.041]➜  /root/.go/pkg/tool/linux_arm64/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 mfxtVgNvh54xmiMvkWbU/mfxtVgNvh54xmiMvkWbU -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:34:10.4714950Z [00:01:57.044]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:34:10.4734111Z [00:01:57.045]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T20:34:10.4734777Z [00:01:57.045]➜  path/filepath
2025-08-20T20:34:10.4735036Z [00:01:57.045]➜  mkdir -p $WORK/b187/
2025-08-20T20:34:10.4735407Z [00:01:57.045]➜  cat >/tmp/go-build3255226541/b187/importcfg << 'EOF' # internal
2025-08-20T20:34:10.4736193Z [00:01:57.045]➜  # import config
2025-08-20T20:34:10.4736538Z [00:01:57.045]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.4736996Z [00:01:57.045]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:10.4737509Z [00:01:57.045]➜  packagefile internal/filepathlite=/tmp/go-build3255226541/b050/_pkg_.a
2025-08-20T20:34:10.4737978Z [00:01:57.045]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:10.4738381Z [00:01:57.045]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.4738805Z [00:01:57.045]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:10.4739227Z [00:01:57.045]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:10.4739648Z [00:01:57.045]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.4740077Z [00:01:57.045]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:10.4740532Z [00:01:57.045]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:10.4740863Z [00:01:57.045]➜  EOF
2025-08-20T20:34:10.4743179Z [00:01:57.045]➜  /root/.go/pkg/tool/linux_arm64/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 opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -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:34:10.5070484Z [00:01:57.079]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:34:10.5081569Z [00:01:57.080]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d # internal
2025-08-20T20:34:10.5125136Z [00:01:57.084]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T20:34:10.5154734Z [00:01:57.088]➜  mkdir -p $WORK/b141/
2025-08-20T20:34:10.5206337Z [00:01:57.093]➜  cat >/tmp/go-build3255226541/b141/importcfg << 'EOF' # internal
2025-08-20T20:34:10.5208986Z [00:01:57.093]➜  # import config
2025-08-20T20:34:10.5214177Z [00:01:57.093]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.5214662Z [00:01:57.093]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.5215231Z [00:01:57.093]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:10.5216210Z [00:01:57.093]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.5216615Z [00:01:57.093]➜  EOF
2025-08-20T20:34:10.5219158Z [00:01:57.093]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid 7S3TShJitrgdMQYw7laN/7S3TShJitrgdMQYw7laN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_noasm.go
2025-08-20T20:34:10.5221415Z [00:01:57.093]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:34:10.5222466Z [00:01:57.094]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d # internal
2025-08-20T20:34:10.5223206Z [00:01:57.095]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T20:34:10.5223642Z [00:01:57.095]➜  mkdir -p $WORK/b146/
2025-08-20T20:34:10.5251917Z [00:01:57.095]➜  cat >/tmp/go-build3255226541/b146/importcfg << 'EOF' # internal
2025-08-20T20:34:10.5253065Z [00:01:57.095]➜  # import config
2025-08-20T20:34:10.5253601Z [00:01:57.095]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.5254193Z [00:01:57.095]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.5254901Z [00:01:57.095]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:10.5255564Z [00:01:57.095]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.5256027Z [00:01:57.095]➜  EOF
2025-08-20T20:34:10.5258560Z [00:01:57.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_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/b146=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -complete -installsuffix shared -buildid MhrapFW1jlwfgLPWDMAO/MhrapFW1jlwfgLPWDMAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_noasm.go
2025-08-20T20:34:10.5375774Z [00:01:57.110]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:34:10.5389042Z [00:01:57.111]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:34:10.5391614Z [00:01:57.112]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T20:34:10.5393581Z [00:01:57.112]➜  mkdir -p $WORK/b156/
2025-08-20T20:34:10.5398468Z [00:01:57.112]➜  cat >/tmp/go-build3255226541/b156/importcfg << 'EOF' # internal
2025-08-20T20:34:10.5398976Z [00:01:57.112]➜  # import config
2025-08-20T20:34:10.5399336Z [00:01:57.112]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.5399934Z [00:01:57.112]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.5400640Z [00:01:57.112]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:10.5401207Z [00:01:57.112]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.5403827Z [00:01:57.112]➜  EOF
2025-08-20T20:34:10.5406512Z [00:01:57.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_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/b156=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid c_gnU7FToNkaQnLY8kEw/c_gnU7FToNkaQnLY8kEw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/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:34:10.5829312Z [00:01:57.155]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:34:10.5835130Z [00:01:57.155]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:34:10.5836094Z [00:01:57.155]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d # internal
2025-08-20T20:34:10.5836708Z [00:01:57.155]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T20:34:10.5837024Z [00:01:57.155]➜  mkdir -p $WORK/b145/
2025-08-20T20:34:10.5837403Z [00:01:57.155]➜  cat >/tmp/go-build3255226541/b145/importcfg << 'EOF' # internal
2025-08-20T20:34:10.5837750Z [00:01:57.155]➜  # import config
2025-08-20T20:34:10.5838121Z [00:01:57.155]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.5838627Z [00:01:57.155]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.5839233Z [00:01:57.155]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3255226541/b146/_pkg_.a
2025-08-20T20:34:10.5839784Z [00:01:57.155]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.5840528Z [00:01:57.155]➜  EOF
2025-08-20T20:34:10.5843957Z [00:01:57.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_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/b145=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -complete -installsuffix shared -buildid Wb9PpnXKE0D2HkvSkBP4/Wb9PpnXKE0D2HkvSkBP4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_noasm.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:34:10.5847072Z [00:01:57.156]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d # internal
2025-08-20T20:34:10.5874694Z [00:01:57.160]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T20:34:10.5877428Z [00:01:57.160]➜  mkdir -p $WORK/b140/
2025-08-20T20:34:10.5877850Z [00:01:57.160]➜  cat >/tmp/go-build3255226541/b140/importcfg << 'EOF' # internal
2025-08-20T20:34:10.5878206Z [00:01:57.160]➜  # import config
2025-08-20T20:34:10.5878571Z [00:01:57.160]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.5879049Z [00:01:57.160]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.5879658Z [00:01:57.160]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3255226541/b141/_pkg_.a
2025-08-20T20:34:10.5880204Z [00:01:57.160]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.5880528Z [00:01:57.160]➜  EOF
2025-08-20T20:34:10.5884327Z [00:01:57.160]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid ghajGMDHHYPvvE1WUP45/ghajGMDHHYPvvE1WUP45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /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_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_noasm.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:34:10.5999879Z [00:01:57.172]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:34:10.6053926Z [00:01:57.177]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d # internal
2025-08-20T20:34:10.6064221Z [00:01:57.179]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T20:34:10.6066412Z [00:01:57.179]➜  mkdir -p $WORK/b147/
2025-08-20T20:34:10.6106998Z [00:01:57.183]➜  cat >/tmp/go-build3255226541/b147/importcfg << 'EOF' # internal
2025-08-20T20:34:10.6107868Z [00:01:57.183]➜  # import config
2025-08-20T20:34:10.6110354Z [00:01:57.183]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.6110869Z [00:01:57.183]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.6111329Z [00:01:57.183]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:10.6111838Z [00:01:57.183]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.6112446Z [00:01:57.183]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:10.6112917Z [00:01:57.183]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.6113822Z [00:01:57.183]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:10.6114299Z [00:01:57.183]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.6114748Z [00:01:57.183]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.6115162Z [00:01:57.183]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.6115716Z [00:01:57.183]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:10.6116353Z [00:01:57.183]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3255226541/b151/_pkg_.a
2025-08-20T20:34:10.6116998Z [00:01:57.183]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3255226541/b141/_pkg_.a
2025-08-20T20:34:10.6117623Z [00:01:57.183]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3255226541/b152/_pkg_.a
2025-08-20T20:34:10.6118110Z [00:01:57.183]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.6118542Z [00:01:57.183]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.6118973Z [00:01:57.183]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.6119287Z [00:01:57.183]➜  EOF
2025-08-20T20:34:10.6123104Z [00:01:57.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_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/b147=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid 5zdDPoyc2k-kqQ_FbBY3/5zdDPoyc2k-kqQ_FbBY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/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:34:10.6513549Z [00:01:57.223]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:34:10.6534633Z [00:01:57.224]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d # internal
2025-08-20T20:34:10.6535347Z [00:01:57.225]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T20:34:10.6536123Z [00:01:57.225]➜  mkdir -p $WORK/b155/
2025-08-20T20:34:10.6538412Z [00:01:57.225]➜  cat >/tmp/go-build3255226541/b155/importcfg << 'EOF' # internal
2025-08-20T20:34:10.6540617Z [00:01:57.225]➜  # import config
2025-08-20T20:34:10.6544894Z [00:01:57.226]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.6564056Z [00:01:57.226]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.6564637Z [00:01:57.226]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.6565069Z [00:01:57.226]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.6565624Z [00:01:57.226]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:10.6566258Z [00:01:57.226]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3255226541/b151/_pkg_.a
2025-08-20T20:34:10.6566884Z [00:01:57.226]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3255226541/b146/_pkg_.a
2025-08-20T20:34:10.6567552Z [00:01:57.226]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3255226541/b156/_pkg_.a
2025-08-20T20:34:10.6568092Z [00:01:57.226]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.6568412Z [00:01:57.226]➜  EOF
2025-08-20T20:34:10.6573010Z [00:01:57.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_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/b155=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid 4u7mleAdc4yEGGjM-FVx/4u7mleAdc4yEGGjM-FVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/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:34:10.6658135Z [00:01:57.238]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:34:10.6697287Z [00:01:57.242]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d # internal
2025-08-20T20:34:10.6700571Z [00:01:57.242]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T20:34:10.6700955Z [00:01:57.242]➜  mkdir -p $WORK/b173/
2025-08-20T20:34:10.6701336Z [00:01:57.242]➜  cat >/tmp/go-build3255226541/b173/importcfg << 'EOF' # internal
2025-08-20T20:34:10.6701687Z [00:01:57.242]➜  # import config
2025-08-20T20:34:10.6703556Z [00:01:57.242]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:10.6704159Z [00:01:57.242]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.6704809Z [00:01:57.243]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3255226541/b113/_pkg_.a
2025-08-20T20:34:10.6705556Z [00:01:57.243]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.6706226Z [00:01:57.243]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3255226541/b140/_pkg_.a
2025-08-20T20:34:10.6706819Z [00:01:57.243]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3255226541/b174/_pkg_.a
2025-08-20T20:34:10.6707289Z [00:01:57.243]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.6707592Z [00:01:57.243]➜  EOF
2025-08-20T20:34:10.6710022Z [00:01:57.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_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/b173=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.22 -complete -installsuffix shared -buildid xVvuCBstCXTI4eEYMgcE/xVvuCBstCXTI4eEYMgcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x25519/x25519.go
2025-08-20T20:34:10.7027760Z [00:01:57.275]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:34:10.7055224Z [00:01:57.278]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d # internal
2025-08-20T20:34:10.7057516Z [00:01:57.278]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T20:34:10.7057882Z [00:01:57.278]➜  mkdir -p $WORK/b176/
2025-08-20T20:34:10.7058290Z [00:01:57.278]➜  cat >/tmp/go-build3255226541/b176/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7058670Z [00:01:57.278]➜  # import config
2025-08-20T20:34:10.7059039Z [00:01:57.278]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:10.7059506Z [00:01:57.278]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.7060124Z [00:01:57.278]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3255226541/b113/_pkg_.a
2025-08-20T20:34:10.7061219Z [00:01:57.278]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.7061881Z [00:01:57.278]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3255226541/b145/_pkg_.a
2025-08-20T20:34:10.7062710Z [00:01:57.278]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3255226541/b174/_pkg_.a
2025-08-20T20:34:10.7063187Z [00:01:57.278]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.7063491Z [00:01:57.278]➜  EOF
2025-08-20T20:34:10.7065557Z [00:01:57.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_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/b176=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.22 -complete -installsuffix shared -buildid XgZ1xcHvS9gqFFkJ9lIz/XgZ1xcHvS9gqFFkJ9lIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x448/x448.go
2025-08-20T20:34:10.7201777Z [00:01:57.292]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:34:10.7232949Z [00:01:57.295]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d # internal
2025-08-20T20:34:10.7233632Z [00:01:57.296]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T20:34:10.7239183Z [00:01:57.296]➜  mkdir -p $WORK/b159/
2025-08-20T20:34:10.7252984Z [00:01:57.298]➜  cat >/tmp/go-build3255226541/b159/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7253586Z [00:01:57.298]➜  # import config
2025-08-20T20:34:10.7254097Z [00:01:57.298]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.7254835Z [00:01:57.298]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.7255651Z [00:01:57.298]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3255226541/b147/_pkg_.a
2025-08-20T20:34:10.7256344Z [00:01:57.298]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.7256762Z [00:01:57.298]➜  EOF
2025-08-20T20:34:10.7270462Z [00:01:57.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_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/b159=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid lyRnYHBPPFQSikxulpj9/lyRnYHBPPFQSikxulpj9 -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/ed25519/ed25519.go
2025-08-20T20:34:10.7497038Z [00:01:57.321]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:34:10.7497809Z [00:01:57.322]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d # internal
2025-08-20T20:34:10.7500312Z [00:01:57.322]➜  github.com/cyphar/filepath-securejoin
2025-08-20T20:34:10.7501108Z [00:01:57.322]➜  mkdir -p $WORK/b185/
2025-08-20T20:34:10.7501895Z [00:01:57.322]➜  cat >/tmp/go-build3255226541/b185/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7502751Z [00:01:57.322]➜  # import config
2025-08-20T20:34:10.7503670Z [00:01:57.322]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.7504415Z [00:01:57.322]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.7505149Z [00:01:57.322]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3255226541/b186/_pkg_.a
2025-08-20T20:34:10.7505997Z [00:01:57.322]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.7506770Z [00:01:57.322]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:10.7507560Z [00:01:57.322]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:10.7508357Z [00:01:57.322]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:10.7509002Z [00:01:57.322]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:10.7509641Z [00:01:57.322]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.7510372Z [00:01:57.322]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.7511244Z [00:01:57.322]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.7512259Z [00:01:57.322]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:10.7512666Z [00:01:57.322]➜  EOF
2025-08-20T20:34:10.7517792Z [00:01:57.322]➜  /root/.go/pkg/tool/linux_arm64/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 3oQjUT4xhda8MoowvEb4/3oQjUT4xhda8MoowvEb4 -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:34:10.7522696Z [00:01:57.324]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:34:10.7530564Z [00:01:57.325]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d # internal
2025-08-20T20:34:10.7535669Z [00:01:57.326]➜  github.com/go-git/go-billy/v6/helper/polyfill
2025-08-20T20:34:10.7536195Z [00:01:57.326]➜  mkdir -p $WORK/b189/
2025-08-20T20:34:10.7539611Z [00:01:57.326]➜  cat >/tmp/go-build3255226541/b189/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7540178Z [00:01:57.326]➜  # import config
2025-08-20T20:34:10.7540700Z [00:01:57.326]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:10.7541333Z [00:01:57.326]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:10.7541849Z [00:01:57.326]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.7551190Z [00:01:57.326]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:10.7551552Z [00:01:57.326]➜  EOF
2025-08-20T20:34:10.7555910Z [00:01:57.327]➜  /root/.go/pkg/tool/linux_arm64/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 e6cm5gs7wd5CnweQOg8F/e6cm5gs7wd5CnweQOg8F -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:34:10.7558449Z [00:01:57.327]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:34:10.7595216Z [00:01:57.332]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d # internal
2025-08-20T20:34:10.7601275Z [00:01:57.332]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T20:34:10.7610330Z [00:01:57.333]➜  mkdir -p $WORK/b154/
2025-08-20T20:34:10.7615945Z [00:01:57.334]➜  cat >/tmp/go-build3255226541/b154/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7616937Z [00:01:57.334]➜  # import config
2025-08-20T20:34:10.7618601Z [00:01:57.334]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.7619419Z [00:01:57.334]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.7620259Z [00:01:57.334]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.7622220Z [00:01:57.334]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.7623185Z [00:01:57.334]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:10.7623988Z [00:01:57.334]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.7624861Z [00:01:57.334]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.7625640Z [00:01:57.334]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3255226541/b155/_pkg_.a
2025-08-20T20:34:10.7626678Z [00:01:57.334]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3255226541/b157/_pkg_.a
2025-08-20T20:34:10.7627742Z [00:01:57.334]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3255226541/b152/_pkg_.a
2025-08-20T20:34:10.7628577Z [00:01:57.334]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.7629308Z [00:01:57.334]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.7629946Z [00:01:57.334]➜  EOF
2025-08-20T20:34:10.7633129Z [00:01:57.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_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/b154=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid Mj2FczZQWB3Q2JxlIBY7/Mj2FczZQWB3Q2JxlIBY7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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:34:10.7689216Z [00:01:57.341]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:34:10.7744137Z [00:01:57.346]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T20:34:10.7744960Z [00:01:57.346]➜  github.com/go-git/go-billy/v6/util
2025-08-20T20:34:10.7745275Z [00:01:57.346]➜  mkdir -p $WORK/b190/
2025-08-20T20:34:10.7745655Z [00:01:57.346]➜  cat >/tmp/go-build3255226541/b190/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7746059Z [00:01:57.346]➜  # import config
2025-08-20T20:34:10.7746401Z [00:01:57.346]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.7746818Z [00:01:57.346]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.7747310Z [00:01:57.346]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:10.7748240Z [00:01:57.346]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.7748655Z [00:01:57.346]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:10.7749057Z [00:01:57.346]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.7749525Z [00:01:57.346]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:10.7749972Z [00:01:57.346]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:10.7750389Z [00:01:57.346]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.7750827Z [00:01:57.346]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.7751247Z [00:01:57.346]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.7751652Z [00:01:57.346]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:10.7752112Z [00:01:57.346]➜  EOF
2025-08-20T20:34:10.7755006Z [00:01:57.346]➜  /root/.go/pkg/tool/linux_arm64/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 0H78wempXlxT4dAxfAE8/0H78wempXlxT4dAxfAE8 -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:34:10.7800565Z [00:01:57.352]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:34:10.7815280Z [00:01:57.354]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d # internal
2025-08-20T20:34:10.7818660Z [00:01:57.354]➜  github.com/go-git/go-billy/v6/helper/chroot
2025-08-20T20:34:10.7822978Z [00:01:57.355]➜  mkdir -p $WORK/b188/
2025-08-20T20:34:10.7837045Z [00:01:57.356]➜  cat >/tmp/go-build3255226541/b188/importcfg << 'EOF' # internal
2025-08-20T20:34:10.7837616Z [00:01:57.356]➜  # import config
2025-08-20T20:34:10.7838062Z [00:01:57.356]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:10.7838712Z [00:01:57.356]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/tmp/go-build3255226541/b189/_pkg_.a
2025-08-20T20:34:10.7839258Z [00:01:57.356]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:10.7840074Z [00:01:57.356]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.7840623Z [00:01:57.356]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:10.7841076Z [00:01:57.356]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.7841390Z [00:01:57.356]➜  EOF
2025-08-20T20:34:10.7847616Z [00:01:57.356]➜  /root/.go/pkg/tool/linux_arm64/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 upcCmVGMFyDzKvnR4Bm3/upcCmVGMFyDzKvnR4Bm3 -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:34:10.8153739Z [00:01:57.387]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:34:10.8169235Z [00:01:57.387]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:34:10.8175419Z [00:01:57.390]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d # internal
2025-08-20T20:34:10.8197168Z [00:01:57.392]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:34:10.8202109Z [00:01:57.392]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d # internal
2025-08-20T20:34:10.8205600Z [00:01:57.393]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T20:34:10.8206987Z [00:01:57.393]➜  mkdir -p $WORK/b122/
2025-08-20T20:34:10.8208087Z [00:01:57.393]➜  regexp/syntax
2025-08-20T20:34:10.8209977Z [00:01:57.393]➜  mkdir -p $WORK/b194/
2025-08-20T20:34:10.8211653Z [00:01:57.393]➜  cat >/tmp/go-build3255226541/b122/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8212895Z [00:01:57.393]➜  # import config
2025-08-20T20:34:10.8213303Z [00:01:57.394]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.8213766Z [00:01:57.394]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:10.8214248Z [00:01:57.394]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:10.8214746Z [00:01:57.394]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.8215182Z [00:01:57.394]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.8215735Z [00:01:57.394]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3255226541/b137/_pkg_.a
2025-08-20T20:34:10.8216397Z [00:01:57.394]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3255226541/b138/_pkg_.a
2025-08-20T20:34:10.8217078Z [00:01:57.394]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.8217838Z [00:01:57.394]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3255226541/b139/_pkg_.a
2025-08-20T20:34:10.8218548Z [00:01:57.394]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3255226541/b140/_pkg_.a
2025-08-20T20:34:10.8219169Z [00:01:57.394]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3255226541/b145/_pkg_.a
2025-08-20T20:34:10.8219817Z [00:01:57.394]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3255226541/b147/_pkg_.a
2025-08-20T20:34:10.8220464Z [00:01:57.394]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3255226541/b154/_pkg_.a
2025-08-20T20:34:10.8220970Z [00:01:57.394]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.8221403Z [00:01:57.394]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.8221724Z [00:01:57.394]➜  EOF
2025-08-20T20:34:10.8222286Z [00:01:57.394]➜  cat >/tmp/go-build3255226541/b194/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8223134Z [00:01:57.394]➜  # import config
2025-08-20T20:34:10.8223569Z [00:01:57.394]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:10.8223990Z [00:01:57.394]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:10.8224411Z [00:01:57.394]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.8224849Z [00:01:57.394]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.8225263Z [00:01:57.394]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.8225679Z [00:01:57.394]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:10.8226121Z [00:01:57.394]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:10.8226454Z [00:01:57.394]➜  EOF
2025-08-20T20:34:10.8230597Z [00:01:57.394]➜  /root/.go/pkg/tool/linux_arm64/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 4-xqJlWW38GYp8bqF20Y/4-xqJlWW38GYp8bqF20Y -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:34:10.8264825Z [00:01:57.394]➜  /root/.go/pkg/tool/linux_arm64/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 EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -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:34:10.8272059Z [00:01:57.399]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d # internal
2025-08-20T20:34:10.8272941Z [00:01:57.399]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T20:34:10.8273451Z [00:01:57.399]➜  mkdir -p $WORK/b160/
2025-08-20T20:34:10.8273982Z [00:01:57.399]➜  cat >/tmp/go-build3255226541/b160/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8274469Z [00:01:57.399]➜  # import config
2025-08-20T20:34:10.8275015Z [00:01:57.399]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.8275752Z [00:01:57.399]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:10.8276589Z [00:01:57.399]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3255226541/b154/_pkg_.a
2025-08-20T20:34:10.8277216Z [00:01:57.399]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.8277620Z [00:01:57.399]➜  EOF
2025-08-20T20:34:10.8280136Z [00:01:57.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_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/b160=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.22 -complete -installsuffix shared -buildid XKZM-zB_wiezdIGH6Vw_/XKZM-zB_wiezdIGH6Vw_ -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/ed448/ed448.go
2025-08-20T20:34:10.8455417Z [00:01:57.415]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:34:10.8466078Z [00:01:57.416]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d # internal
2025-08-20T20:34:10.8466763Z [00:01:57.416]➜  internal/saferio
2025-08-20T20:34:10.8469506Z [00:01:57.416]➜  mkdir -p $WORK/b199/
2025-08-20T20:34:10.8470339Z [00:01:57.417]➜  cat >/tmp/go-build3255226541/b199/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8471437Z [00:01:57.417]➜  # import config
2025-08-20T20:34:10.8471840Z [00:01:57.417]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.8472300Z [00:01:57.417]➜  EOF
2025-08-20T20:34:10.8473810Z [00:01:57.417]➜  /root/.go/pkg/tool/linux_arm64/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 pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T20:34:10.8688204Z [00:01:57.441]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:34:10.8689442Z [00:01:57.441]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T20:34:10.8694875Z [00:01:57.441]➜  encoding/gob
2025-08-20T20:34:10.8695938Z [00:01:57.441]➜  mkdir -p $WORK/b198/
2025-08-20T20:34:10.8702603Z [00:01:57.443]➜  cat >/tmp/go-build3255226541/b198/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8704595Z [00:01:57.443]➜  # import config
2025-08-20T20:34:10.8705313Z [00:01:57.443]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:10.8706109Z [00:01:57.443]➜  packagefile encoding=/tmp/go-build3255226541/b153/_pkg_.a
2025-08-20T20:34:10.8706916Z [00:01:57.443]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.8707751Z [00:01:57.443]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.8708500Z [00:01:57.443]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.8709290Z [00:01:57.443]➜  packagefile internal/saferio=/tmp/go-build3255226541/b199/_pkg_.a
2025-08-20T20:34:10.8710057Z [00:01:57.443]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.8710817Z [00:01:57.443]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:10.8712020Z [00:01:57.443]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:10.8712691Z [00:01:57.443]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:10.8713142Z [00:01:57.443]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.8713586Z [00:01:57.443]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:10.8714011Z [00:01:57.443]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.8714446Z [00:01:57.443]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:10.8714891Z [00:01:57.443]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:10.8715358Z [00:01:57.443]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:10.8715690Z [00:01:57.443]➜  EOF
2025-08-20T20:34:10.8718564Z [00:01:57.443]➜  /root/.go/pkg/tool/linux_arm64/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 uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -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:34:10.8783363Z [00:01:57.450]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:34:10.8809297Z [00:01:57.453]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d # internal
2025-08-20T20:34:10.8812268Z [00:01:57.453]➜  github.com/go-git/go-billy/v6/osfs
2025-08-20T20:34:10.8813022Z [00:01:57.453]➜  mkdir -p $WORK/b184/
2025-08-20T20:34:10.8814333Z [00:01:57.453]➜  cat >/tmp/go-build3255226541/b184/importcfg << 'EOF' # internal
2025-08-20T20:34:10.8814697Z [00:01:57.453]➜  # import config
2025-08-20T20:34:10.8815035Z [00:01:57.453]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.8815580Z [00:01:57.453]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3255226541/b185/_pkg_.a
2025-08-20T20:34:10.8816205Z [00:01:57.453]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:10.8816823Z [00:01:57.453]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build3255226541/b188/_pkg_.a
2025-08-20T20:34:10.8817410Z [00:01:57.453]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3255226541/b186/_pkg_.a
2025-08-20T20:34:10.8818247Z [00:01:57.453]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:10.8818659Z [00:01:57.453]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:10.8819093Z [00:01:57.453]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:10.8819544Z [00:01:57.453]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:10.8819965Z [00:01:57.453]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.8820382Z [00:01:57.453]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:10.8820713Z [00:01:57.453]➜  EOF
2025-08-20T20:34:10.8824432Z [00:01:57.453]➜  /root/.go/pkg/tool/linux_arm64/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 75lG-M8UeFMW2wp2DrIe/75lG-M8UeFMW2wp2DrIe -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:34:10.9043268Z [00:01:57.476]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:34:10.9071706Z [00:01:57.479]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d # internal
2025-08-20T20:34:10.9075479Z [00:01:57.480]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T20:34:10.9082878Z [00:01:57.480]➜  mkdir -p $WORK/b112/
2025-08-20T20:34:10.9090522Z [00:01:57.481]➜  cat >/tmp/go-build3255226541/b112/importcfg << 'EOF' # internal
2025-08-20T20:34:10.9091619Z [00:01:57.481]➜  # import config
2025-08-20T20:34:10.9094325Z [00:01:57.481]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.9095449Z [00:01:57.481]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.9096075Z [00:01:57.481]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3255226541/b113/_pkg_.a
2025-08-20T20:34:10.9097144Z [00:01:57.481]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3255226541/b116/_pkg_.a
2025-08-20T20:34:10.9098036Z [00:01:57.481]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:10.9098601Z [00:01:57.481]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.9098905Z [00:01:57.481]➜  EOF
2025-08-20T20:34:10.9100935Z [00:01:57.481]➜  /root/.go/pkg/tool/linux_arm64/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 fjQ6lBGm9XYZKNF94AQ-/fjQ6lBGm9XYZKNF94AQ- -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:34:10.9380289Z [00:01:57.510]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:34:10.9404394Z [00:01:57.512]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d # internal
2025-08-20T20:34:10.9405074Z [00:01:57.512]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T20:34:10.9405408Z [00:01:57.512]➜  mkdir -p $WORK/b158/
2025-08-20T20:34:10.9406200Z [00:01:57.512]➜  cat >/tmp/go-build3255226541/b158/importcfg << 'EOF' # internal
2025-08-20T20:34:10.9406552Z [00:01:57.512]➜  # import config
2025-08-20T20:34:10.9406892Z [00:01:57.512]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.9407495Z [00:01:57.512]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:10.9408058Z [00:01:57.512]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.9408480Z [00:01:57.512]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:10.9408799Z [00:01:57.512]➜  EOF
2025-08-20T20:34:10.9410844Z [00:01:57.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_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/b158=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.22 -complete -installsuffix shared -buildid wtBxvG_-ZDSKS0nhm7xZ/wtBxvG_-ZDSKS0nhm7xZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdsa/ecdsa.go
2025-08-20T20:34:10.9716407Z [00:01:57.543]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:34:10.9717259Z [00:01:57.543]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d # internal
2025-08-20T20:34:10.9724290Z [00:01:57.544]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T20:34:10.9724655Z [00:01:57.544]➜  mkdir -p $WORK/b161/
2025-08-20T20:34:10.9725075Z [00:01:57.544]➜  cat >/tmp/go-build3255226541/b161/importcfg << 'EOF' # internal
2025-08-20T20:34:10.9725426Z [00:01:57.544]➜  # import config
2025-08-20T20:34:10.9725762Z [00:01:57.544]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.9726359Z [00:01:57.544]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:10.9726936Z [00:01:57.544]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:10.9727264Z [00:01:57.544]➜  EOF
2025-08-20T20:34:10.9729621Z [00:01:57.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_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/b161=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.22 -complete -installsuffix shared -buildid wbLbnzswXe27c6US0iBd/wbLbnzswXe27c6US0iBd -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/eddsa/eddsa.go
2025-08-20T20:34:10.9869358Z [00:01:57.557]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:34:10.9870223Z [00:01:57.559]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d # internal
2025-08-20T20:34:10.9872592Z [00:01:57.560]➜  github.com/go-git/gcfg/v2/token
2025-08-20T20:34:10.9873270Z [00:01:57.560]➜  mkdir -p $WORK/b202/
2025-08-20T20:34:10.9873881Z [00:01:57.560]➜  cat >/tmp/go-build3255226541/b202/importcfg << 'EOF' # internal
2025-08-20T20:34:10.9874464Z [00:01:57.560]➜  # import config
2025-08-20T20:34:10.9875125Z [00:01:57.560]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:10.9875770Z [00:01:57.560]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.9876442Z [00:01:57.560]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:10.9877115Z [00:01:57.560]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:10.9877702Z [00:01:57.560]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:10.9878409Z [00:01:57.560]➜  EOF
2025-08-20T20:34:10.9881019Z [00:01:57.560]➜  /root/.go/pkg/tool/linux_arm64/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 cikaLojwSY-oGIxwteUA/cikaLojwSY-oGIxwteUA -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:34:10.9976769Z [00:01:57.570]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:34:10.9977646Z [00:01:57.570]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d # internal
2025-08-20T20:34:10.9982210Z [00:01:57.571]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T20:34:10.9987957Z [00:01:57.571]➜  mkdir -p $WORK/b162/
2025-08-20T20:34:10.9988524Z [00:01:57.571]➜  cat >/tmp/go-build3255226541/b162/importcfg << 'EOF' # internal
2025-08-20T20:34:10.9988911Z [00:01:57.571]➜  # import config
2025-08-20T20:34:10.9989248Z [00:01:57.571]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:10.9990314Z [00:01:57.571]➜  packagefile compress/bzip2=/tmp/go-build3255226541/b163/_pkg_.a
2025-08-20T20:34:10.9991715Z [00:01:57.571]➜  packagefile compress/flate=/tmp/go-build3255226541/b164/_pkg_.a
2025-08-20T20:34:10.9992356Z [00:01:57.571]➜  packagefile compress/zlib=/tmp/go-build3255226541/b165/_pkg_.a
2025-08-20T20:34:10.9992805Z [00:01:57.571]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:10.9993270Z [00:01:57.571]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:10.9993731Z [00:01:57.571]➜  packagefile crypto/dsa=/tmp/go-build3255226541/b167/_pkg_.a
2025-08-20T20:34:10.9994182Z [00:01:57.571]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:10.9994631Z [00:01:57.571]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:10.9995095Z [00:01:57.571]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:10.9995554Z [00:01:57.571]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:10.9996018Z [00:01:57.571]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:10.9996482Z [00:01:57.571]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:10.9996947Z [00:01:57.571]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:10.9997422Z [00:01:57.571]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:10.9998255Z [00:01:57.571]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:10.9998766Z [00:01:57.571]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:10.9999327Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3255226541/b112/_pkg_.a
2025-08-20T20:34:11.0000019Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3255226541/b158/_pkg_.a
2025-08-20T20:34:11.0000733Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3255226541/b159/_pkg_.a
2025-08-20T20:34:11.0001428Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3255226541/b160/_pkg_.a
2025-08-20T20:34:11.0008826Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3255226541/b161/_pkg_.a
2025-08-20T20:34:11.0009600Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3255226541/b169/_pkg_.a
2025-08-20T20:34:11.0010319Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:11.0011079Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3255226541/b116/_pkg_.a
2025-08-20T20:34:11.0011852Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:11.0013046Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3255226541/b139/_pkg_.a
2025-08-20T20:34:11.0013780Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3255226541/b170/_pkg_.a
2025-08-20T20:34:11.0014463Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3255226541/b173/_pkg_.a
2025-08-20T20:34:11.0015152Z [00:01:57.571]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3255226541/b176/_pkg_.a
2025-08-20T20:34:11.0015779Z [00:01:57.571]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3255226541/b174/_pkg_.a
2025-08-20T20:34:11.0016259Z [00:01:57.571]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:11.0016665Z [00:01:57.571]➜  packagefile image=/tmp/go-build3255226541/b177/_pkg_.a
2025-08-20T20:34:11.0017096Z [00:01:57.571]➜  packagefile image/jpeg=/tmp/go-build3255226541/b179/_pkg_.a
2025-08-20T20:34:11.0017526Z [00:01:57.571]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.0017943Z [00:01:57.571]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:11.0018381Z [00:01:57.571]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:11.0018812Z [00:01:57.571]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.0019238Z [00:01:57.571]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.0019663Z [00:01:57.571]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:11.0019975Z [00:01:57.571]➜  EOF
2025-08-20T20:34:11.0031858Z [00:01:57.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_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/b162=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.22 -complete -installsuffix shared -buildid Heobn1zkOmgvDDhuCfxh/Heobn1zkOmgvDDhuCfxh -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/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:34:11.0355083Z [00:01:57.607]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:34:11.0367238Z [00:01:57.608]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d # internal
2025-08-20T20:34:11.0367902Z [00:01:57.608]➜  github.com/go-git/gcfg/v2/scanner
2025-08-20T20:34:11.0368213Z [00:01:57.608]➜  mkdir -p $WORK/b201/
2025-08-20T20:34:11.0368587Z [00:01:57.608]➜  cat >/tmp/go-build3255226541/b201/importcfg << 'EOF' # internal
2025-08-20T20:34:11.0368936Z [00:01:57.608]➜  # import config
2025-08-20T20:34:11.0369283Z [00:01:57.608]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.0369699Z [00:01:57.608]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.0370214Z [00:01:57.608]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build3255226541/b202/_pkg_.a
2025-08-20T20:34:11.0370702Z [00:01:57.608]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.0371141Z [00:01:57.608]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:11.0371581Z [00:01:57.608]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.0372204Z [00:01:57.608]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:11.0372723Z [00:01:57.608]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.0373059Z [00:01:57.608]➜  EOF
2025-08-20T20:34:11.0375423Z [00:01:57.608]➜  /root/.go/pkg/tool/linux_arm64/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 BgR2IGdVSmCxNad7PK-N/BgR2IGdVSmCxNad7PK-N -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:34:11.0455114Z [00:01:57.616]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:34:11.0548696Z [00:01:57.627]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:34:11.0556376Z [00:01:57.627]➜  regexp
2025-08-20T20:34:11.0556671Z [00:01:57.627]➜  mkdir -p $WORK/b193/
2025-08-20T20:34:11.0557056Z [00:01:57.627]➜  cat >/tmp/go-build3255226541/b193/importcfg << 'EOF' # internal
2025-08-20T20:34:11.0557402Z [00:01:57.627]➜  # import config
2025-08-20T20:34:11.0557746Z [00:01:57.627]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.0558153Z [00:01:57.627]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.0558608Z [00:01:57.627]➜  packagefile regexp/syntax=/tmp/go-build3255226541/b194/_pkg_.a
2025-08-20T20:34:11.0559056Z [00:01:57.627]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:11.0559480Z [00:01:57.627]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.0559911Z [00:01:57.627]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.0560765Z [00:01:57.627]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:11.0561187Z [00:01:57.627]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:11.0561632Z [00:01:57.627]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.0562145Z [00:01:57.627]➜  EOF
2025-08-20T20:34:11.0563892Z [00:01:57.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b193=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -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:34:11.0726988Z [00:01:57.645]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:34:11.0741201Z [00:01:57.646]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d # internal
2025-08-20T20:34:11.0744576Z [00:01:57.646]➜  github.com/go-git/gcfg/v2/types
2025-08-20T20:34:11.0744922Z [00:01:57.646]➜  mkdir -p $WORK/b203/
2025-08-20T20:34:11.0745309Z [00:01:57.646]➜  cat >/tmp/go-build3255226541/b203/importcfg << 'EOF' # internal
2025-08-20T20:34:11.0745662Z [00:01:57.646]➜  # import config
2025-08-20T20:34:11.0746010Z [00:01:57.647]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.0746429Z [00:01:57.647]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.0746856Z [00:01:57.647]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.0747277Z [00:01:57.647]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:11.0747709Z [00:01:57.647]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.0748028Z [00:01:57.647]➜  EOF
2025-08-20T20:34:11.0750990Z [00:01:57.647]➜  /root/.go/pkg/tool/linux_arm64/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 6mzUWi0tJdITB1SwPKyu/6mzUWi0tJdITB1SwPKyu -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:34:11.1037540Z [00:01:57.676]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:34:11.1051559Z [00:01:57.676]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d # internal
2025-08-20T20:34:11.1052334Z [00:01:57.676]➜  github.com/go-git/go-git/v6/plumbing/protocol
2025-08-20T20:34:11.1052719Z [00:01:57.676]➜  mkdir -p $WORK/b204/
2025-08-20T20:34:11.1053126Z [00:01:57.676]➜  cat >/tmp/go-build3255226541/b204/importcfg << 'EOF' # internal
2025-08-20T20:34:11.1053479Z [00:01:57.676]➜  # import config
2025-08-20T20:34:11.1053827Z [00:01:57.677]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.1054245Z [00:01:57.677]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.1054552Z [00:01:57.677]➜  EOF
2025-08-20T20:34:11.1056431Z [00:01:57.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 NP5DWlYnQCGmJnI2t7iD/NP5DWlYnQCGmJnI2t7iD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/version.go
2025-08-20T20:34:11.1225473Z [00:01:57.694]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:34:11.1229217Z [00:01:57.695]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d # internal
2025-08-20T20:34:11.1528769Z [00:01:57.725]➜  runtime/cgo
2025-08-20T20:34:11.1535294Z [00:01:57.725]➜  mkdir -p $WORK/b207/
2025-08-20T20:34:11.1535694Z [00:01:57.725]➜  echo -n > $WORK/b207/preferlinkext # internal
2025-08-20T20:34:11.1536068Z [00:01:57.726]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.1544348Z [00:01:57.726]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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:34:11.1892315Z [00:01:57.761]➜  cd $WORK
2025-08-20T20:34:11.1895596Z [00:01:57.761]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:34:11.2032266Z [00:01:57.775]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:34:11.2173816Z [00:01:57.789]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:34:11.2546006Z [00:01:57.827]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:34:11.2574147Z [00:01:57.830]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:34:11.2652605Z [00:01:57.837]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:34:11.2874057Z [00:01:57.859]➜  github.com/go-git/go-git/v6/internal/url
2025-08-20T20:34:11.2874475Z [00:01:57.859]➜  mkdir -p $WORK/b192/
2025-08-20T20:34:11.2883337Z [00:01:57.860]➜  cat >/tmp/go-build3255226541/b192/importcfg << 'EOF' # internal
2025-08-20T20:34:11.2884064Z [00:01:57.860]➜  # import config
2025-08-20T20:34:11.2884623Z [00:01:57.860]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:11.2885132Z [00:01:57.860]➜  EOF
2025-08-20T20:34:11.2885620Z [00:01:57.860]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.2887958Z [00:01:57.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 UbLvatt-2nNLo3jPcxGz/UbLvatt-2nNLo3jPcxGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url/url.go
2025-08-20T20:34:11.2890007Z [00:01:57.860]➜  cd $WORK
2025-08-20T20:34:11.2890658Z [00:01:57.860]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:34:11.3208594Z [00:01:57.893]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:34:11.3223777Z [00:01:57.895]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:34:11.3249456Z [00:01:57.897]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d # internal
2025-08-20T20:34:11.3591907Z [00:01:57.931]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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:34:11.3881053Z [00:01:57.960]➜  cd $WORK/b207
2025-08-20T20:34:11.3883161Z [00:01:57.960]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x001.o -c _cgo_export.c
2025-08-20T20:34:11.3890398Z [00:01:57.961]➜  github.com/go-git/go-git/v6/plumbing/filemode
2025-08-20T20:34:11.3892645Z [00:01:57.961]➜  mkdir -p $WORK/b212/
2025-08-20T20:34:11.3893037Z [00:01:57.961]➜  cat >/tmp/go-build3255226541/b212/importcfg << 'EOF' # internal
2025-08-20T20:34:11.3893388Z [00:01:57.961]➜  # import config
2025-08-20T20:34:11.3893758Z [00:01:57.961]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:11.3894254Z [00:01:57.961]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.3894658Z [00:01:57.961]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:11.3895077Z [00:01:57.961]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.3895395Z [00:01:57.961]➜  EOF
2025-08-20T20:34:11.3895680Z [00:01:57.961]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.3897630Z [00:01:57.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 3XOipE4GjSkVZ_PGlHp4/3XOipE4GjSkVZ_PGlHp4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode/filemode.go
2025-08-20T20:34:11.4055147Z [00:01:57.977]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T20:34:11.4058872Z [00:01:57.978]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d # internal
2025-08-20T20:34:11.4062191Z [00:01:57.978]➜  github.com/pjbgf/sha1cd
2025-08-20T20:34:11.4063159Z [00:01:57.979]➜  mkdir -p $WORK/b214/
2025-08-20T20:34:11.4066406Z [00:01:57.979]➜  echo -n > $WORK/b214/go_asm.h # internal
2025-08-20T20:34:11.4069769Z [00:01:57.979]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0
2025-08-20T20:34:11.4072326Z [00:01:57.979]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b214/symabis ./sha1cdblock_arm64.s
2025-08-20T20:34:11.4123523Z [00:01:57.984]➜  cat >/tmp/go-build3255226541/b214/importcfg << 'EOF' # internal
2025-08-20T20:34:11.4124046Z [00:01:57.985]➜  # import config
2025-08-20T20:34:11.4124683Z [00:01:57.985]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:11.4125235Z [00:01:57.985]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:11.4125697Z [00:01:57.985]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.4126114Z [00:01:57.985]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.4126650Z [00:01:57.985]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3255226541/b215/_pkg_.a
2025-08-20T20:34:11.4127240Z [00:01:57.985]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3255226541/b216/_pkg_.a
2025-08-20T20:34:11.4127729Z [00:01:57.985]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:11.4128141Z [00:01:57.985]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:11.4128566Z [00:01:57.985]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:11.4128885Z [00:01:57.985]➜  EOF
2025-08-20T20:34:11.4129174Z [00:01:57.985]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.4132308Z [00:01:57.985]➜  /root/.go/pkg/tool/linux_arm64/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 lMIK6hHbYMWWbiseIpMo/lMIK6hHbYMWWbiseIpMo -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_arm64.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:34:11.4141498Z [00:01:57.986]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:34:11.4167419Z [00:01:57.989]➜  cd $WORK/b207
2025-08-20T20:34:11.4169658Z [00:01:57.989]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x002.o -c cgo.cgo2.c
2025-08-20T20:34:11.4205447Z [00:01:57.993]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T20:34:11.4210444Z [00:01:57.993]➜  github.com/go-git/gcfg/v2
2025-08-20T20:34:11.4216831Z [00:01:57.993]➜  mkdir -p $WORK/b197/
2025-08-20T20:34:11.4217254Z [00:01:57.993]➜  cat >/tmp/go-build3255226541/b197/importcfg << 'EOF' # internal
2025-08-20T20:34:11.4218719Z [00:01:57.993]➜  # import config
2025-08-20T20:34:11.4220133Z [00:01:57.993]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.4221397Z [00:01:57.993]➜  packagefile encoding=/tmp/go-build3255226541/b153/_pkg_.a
2025-08-20T20:34:11.4222535Z [00:01:57.993]➜  packagefile encoding/gob=/tmp/go-build3255226541/b198/_pkg_.a
2025-08-20T20:34:11.4223101Z [00:01:57.994]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.4223738Z [00:01:57.994]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.4224473Z [00:01:57.994]➜  packagefile github.com/go-git/gcfg/v2/scanner=/tmp/go-build3255226541/b201/_pkg_.a
2025-08-20T20:34:11.4225298Z [00:01:57.994]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build3255226541/b202/_pkg_.a
2025-08-20T20:34:11.4226013Z [00:01:57.994]➜  packagefile github.com/go-git/gcfg/v2/types=/tmp/go-build3255226541/b203/_pkg_.a
2025-08-20T20:34:11.4226507Z [00:01:57.994]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.4226930Z [00:01:57.994]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:11.4227711Z [00:01:57.994]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:11.4228186Z [00:01:57.994]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:11.4228618Z [00:01:57.994]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.4229046Z [00:01:57.994]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:11.4229509Z [00:01:57.994]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.4229841Z [00:01:57.994]➜  EOF
2025-08-20T20:34:11.4230121Z [00:01:57.994]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.4233044Z [00:01:57.994]➜  /root/.go/pkg/tool/linux_arm64/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 1MQHvMs8E6NALS1qsdZn/1MQHvMs8E6NALS1qsdZn -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:34:11.4326785Z [00:01:58.005]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:34:11.4358454Z [00:01:58.008]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.4381284Z [00:01:58.008]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x003.o -c gcc_context.c
2025-08-20T20:34:11.4383454Z [00:01:58.010]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d # internal
2025-08-20T20:34:11.4384201Z [00:01:58.010]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T20:34:11.4384654Z [00:01:58.010]➜  mkdir -p $WORK/b097/
2025-08-20T20:34:11.4387545Z [00:01:58.011]➜  cat >/tmp/go-build3255226541/b097/importcfg << 'EOF' # internal
2025-08-20T20:34:11.4388118Z [00:01:58.011]➜  # import config
2025-08-20T20:34:11.4388676Z [00:01:58.011]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:11.4389298Z [00:01:58.011]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:11.4389842Z [00:01:58.011]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:11.4391563Z [00:01:58.011]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:11.4393161Z [00:01:58.011]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:11.4393651Z [00:01:58.011]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.4394081Z [00:01:58.011]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.4394644Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3255226541/b108/_pkg_.a
2025-08-20T20:34:11.4395331Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3255226541/b112/_pkg_.a
2025-08-20T20:34:11.4396028Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3255226541/b158/_pkg_.a
2025-08-20T20:34:11.4396726Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3255226541/b159/_pkg_.a
2025-08-20T20:34:11.4397610Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3255226541/b160/_pkg_.a
2025-08-20T20:34:11.4398312Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3255226541/b161/_pkg_.a
2025-08-20T20:34:11.4399373Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:11.4400215Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3255226541/b116/_pkg_.a
2025-08-20T20:34:11.4400986Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:11.4401716Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3255226541/b162/_pkg_.a
2025-08-20T20:34:11.4402652Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3255226541/b173/_pkg_.a
2025-08-20T20:34:11.4403339Z [00:01:58.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3255226541/b176/_pkg_.a
2025-08-20T20:34:11.4403955Z [00:01:58.011]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3255226541/b181/_pkg_.a
2025-08-20T20:34:11.4404428Z [00:01:58.011]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:11.4404839Z [00:01:58.011]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.4405254Z [00:01:58.011]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:11.4405686Z [00:01:58.011]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.4406103Z [00:01:58.011]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:11.4406749Z [00:01:58.011]➜  EOF
2025-08-20T20:34:11.4407049Z [00:01:58.011]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.4411090Z [00:01:58.011]➜  /root/.go/pkg/tool/linux_arm64/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 4DUASVhRilbQRlnLk733/4DUASVhRilbQRlnLk733 -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:34:11.4553597Z [00:01:58.027]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0
2025-08-20T20:34:11.4555005Z [00:01:58.027]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b214/sha1cdblock_arm64.o ./sha1cdblock_arm64.s
2025-08-20T20:34:11.4598358Z [00:01:58.032]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.4601206Z [00:01:58.032]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x004.o -c gcc_fatalf.c
2025-08-20T20:34:11.4616820Z [00:01:58.034]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.4.0
2025-08-20T20:34:11.4618218Z [00:01:58.034]➜  go tool pack r $WORK/b214/_pkg_.a $WORK/b214/sha1cdblock_arm64.o # internal
2025-08-20T20:34:11.4618695Z [00:01:58.034]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T20:34:11.4625394Z [00:01:58.035]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d # internal
2025-08-20T20:34:11.4627714Z [00:01:58.035]➜  github.com/go-git/go-git/v6/utils/binary
2025-08-20T20:34:11.4628125Z [00:01:58.035]➜  mkdir -p $WORK/b217/
2025-08-20T20:34:11.4628542Z [00:01:58.035]➜  cat >/tmp/go-build3255226541/b217/importcfg << 'EOF' # internal
2025-08-20T20:34:11.4628892Z [00:01:58.035]➜  # import config
2025-08-20T20:34:11.4629228Z [00:01:58.035]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:11.4629701Z [00:01:58.035]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:11.4630141Z [00:01:58.035]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.4630445Z [00:01:58.035]➜  EOF
2025-08-20T20:34:11.4630728Z [00:01:58.035]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.4633363Z [00:01:58.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 MLQ7kP3N7pD-lsnpPNOa/MLQ7kP3N7pD-lsnpPNOa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/read.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/write.go
2025-08-20T20:34:11.4810544Z [00:01:58.053]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T20:34:11.4818233Z [00:01:58.054]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d # internal
2025-08-20T20:34:11.4823992Z [00:01:58.055]➜  github.com/emirpasic/gods/utils
2025-08-20T20:34:11.4824363Z [00:01:58.055]➜  mkdir -p $WORK/b223/
2025-08-20T20:34:11.4831142Z [00:01:58.055]➜  cat >/tmp/go-build3255226541/b223/importcfg << 'EOF' # internal
2025-08-20T20:34:11.4831549Z [00:01:58.055]➜  # import config
2025-08-20T20:34:11.4831898Z [00:01:58.055]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.4832490Z [00:01:58.055]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.4832919Z [00:01:58.055]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.4833341Z [00:01:58.055]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:11.4833653Z [00:01:58.055]➜  EOF
2025-08-20T20:34:11.4835971Z [00:01:58.055]➜  /root/.go/pkg/tool/linux_arm64/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 xEQi_qQDhuEulujuK8WX/xEQi_qQDhuEulujuK8WX -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:34:11.4894536Z [00:01:58.062]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.4896160Z [00:01:58.062]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x005.o -c gcc_libinit.c
2025-08-20T20:34:11.5057067Z [00:01:58.078]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T20:34:11.5063140Z [00:01:58.078]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d # internal
2025-08-20T20:34:11.5063802Z [00:01:58.078]➜  github.com/emirpasic/gods/containers
2025-08-20T20:34:11.5064115Z [00:01:58.079]➜  mkdir -p $WORK/b222/
2025-08-20T20:34:11.5064491Z [00:01:58.079]➜  cat >/tmp/go-build3255226541/b222/importcfg << 'EOF' # internal
2025-08-20T20:34:11.5064842Z [00:01:58.079]➜  # import config
2025-08-20T20:34:11.5065655Z [00:01:58.079]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3255226541/b223/_pkg_.a
2025-08-20T20:34:11.5066138Z [00:01:58.079]➜  EOF
2025-08-20T20:34:11.5066429Z [00:01:58.079]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.5069341Z [00:01:58.079]➜  /root/.go/pkg/tool/linux_arm64/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 _68UShMVzURhHHekrjdc/_68UShMVzURhHHekrjdc -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:34:11.5086782Z [00:01:58.081]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:34:11.5105560Z [00:01:58.083]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d # internal
2025-08-20T20:34:11.5114788Z [00:01:58.084]➜  github.com/go-git/go-git/v6/plumbing/format/config
2025-08-20T20:34:11.5117283Z [00:01:58.084]➜  mkdir -p $WORK/b196/
2025-08-20T20:34:11.5130106Z [00:01:58.085]➜  cat >/tmp/go-build3255226541/b196/importcfg << 'EOF' # internal
2025-08-20T20:34:11.5131111Z [00:01:58.085]➜  # import config
2025-08-20T20:34:11.5131790Z [00:01:58.085]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.5132637Z [00:01:58.085]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.5133437Z [00:01:58.085]➜  packagefile github.com/go-git/gcfg/v2=/tmp/go-build3255226541/b197/_pkg_.a
2025-08-20T20:34:11.5134173Z [00:01:58.085]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.5135686Z [00:01:58.085]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.5136055Z [00:01:58.085]➜  EOF
2025-08-20T20:34:11.5157079Z [00:01:58.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 6S6m5Yn_Nv02ny348mf5/6S6m5Yn_Nv02ny348mf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/decoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/encoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/format.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/option.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/section.go
2025-08-20T20:34:11.5322838Z [00:01:58.104]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T20:34:11.5323688Z [00:01:58.104]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d # internal
2025-08-20T20:34:11.5324234Z [00:01:58.104]➜  encoding/json
2025-08-20T20:34:11.5324505Z [00:01:58.104]➜  mkdir -p $WORK/b225/
2025-08-20T20:34:11.5324878Z [00:01:58.104]➜  cat >/tmp/go-build3255226541/b225/importcfg << 'EOF' # internal
2025-08-20T20:34:11.5325224Z [00:01:58.104]➜  # import config
2025-08-20T20:34:11.5325558Z [00:01:58.104]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.5325970Z [00:01:58.104]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:11.5326387Z [00:01:58.104]➜  packagefile encoding=/tmp/go-build3255226541/b153/_pkg_.a
2025-08-20T20:34:11.5326846Z [00:01:58.104]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:11.5327307Z [00:01:58.104]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.5327720Z [00:01:58.104]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.5328123Z [00:01:58.104]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.5328527Z [00:01:58.104]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:11.5329242Z [00:01:58.104]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:11.5329663Z [00:01:58.104]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:11.5330085Z [00:01:58.104]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.5330514Z [00:01:58.104]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.5330932Z [00:01:58.104]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:11.5331344Z [00:01:58.104]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:11.5331802Z [00:01:58.104]➜  packagefile unicode/utf16=/tmp/go-build3255226541/b135/_pkg_.a
2025-08-20T20:34:11.5332563Z [00:01:58.104]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.5332903Z [00:01:58.104]➜  EOF
2025-08-20T20:34:11.5335378Z [00:01:58.104]➜  /root/.go/pkg/tool/linux_arm64/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 LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -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:34:11.5414927Z [00:01:58.113]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.5419505Z [00:01:58.114]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:34:11.5817794Z [00:01:58.154]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x007.o -c gcc_mmap.c
2025-08-20T20:34:11.5881464Z [00:01:58.160]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:34:11.5891917Z [00:01:58.161]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d # internal
2025-08-20T20:34:11.5898171Z [00:01:58.162]➜  github.com/go-git/go-git/v6/plumbing
2025-08-20T20:34:11.5905778Z [00:01:58.162]➜  mkdir -p $WORK/b195/
2025-08-20T20:34:11.5906183Z [00:01:58.163]➜  cat >/tmp/go-build3255226541/b195/importcfg << 'EOF' # internal
2025-08-20T20:34:11.5907279Z [00:01:58.163]➜  # import config
2025-08-20T20:34:11.5908991Z [00:01:58.163]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.5909434Z [00:01:58.163]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:11.5909899Z [00:01:58.163]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:11.5910376Z [00:01:58.163]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:11.5910817Z [00:01:58.163]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.5911231Z [00:01:58.163]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.5911821Z [00:01:58.163]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:11.5912653Z [00:01:58.163]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:11.5913066Z [00:01:58.163]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.5913479Z [00:01:58.163]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:11.5914350Z [00:01:58.163]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.5914774Z [00:01:58.163]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.5915203Z [00:01:58.163]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.5915620Z [00:01:58.163]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:11.5915926Z [00:01:58.163]➜  EOF
2025-08-20T20:34:11.5916205Z [00:01:58.163]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.5919516Z [00:01:58.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 1JxoMJvfmqxJ6GA5u6IN/1JxoMJvfmqxJ6GA5u6IN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/error.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hasher.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/memory.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/objectid.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/reference.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revision.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/tag.go
2025-08-20T20:34:11.6064037Z [00:01:58.178]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:34:11.6070857Z [00:01:58.179]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.6075863Z [00:01:58.180]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x008.o -c gcc_setenv.c
2025-08-20T20:34:11.6100499Z [00:01:58.182]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d # internal
2025-08-20T20:34:11.6127969Z [00:01:58.185]➜  github.com/go-git/go-git/v6/plumbing/hash
2025-08-20T20:34:11.6134540Z [00:01:58.185]➜  mkdir -p $WORK/b213/
2025-08-20T20:34:11.6136846Z [00:01:58.185]➜  cat >/tmp/go-build3255226541/b213/importcfg << 'EOF' # internal
2025-08-20T20:34:11.6138553Z [00:01:58.185]➜  # import config
2025-08-20T20:34:11.6141491Z [00:01:58.185]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:11.6143441Z [00:01:58.185]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.6144349Z [00:01:58.185]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.6146329Z [00:01:58.185]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:11.6147279Z [00:01:58.185]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3255226541/b214/_pkg_.a
2025-08-20T20:34:11.6148477Z [00:01:58.185]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:11.6148863Z [00:01:58.185]➜  EOF
2025-08-20T20:34:11.6149165Z [00:01:58.185]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.6151034Z [00:01:58.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 cH1-DQaHjmwKE-EPcjDo/cH1-DQaHjmwKE-EPcjDo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash/hash.go
2025-08-20T20:34:11.6326643Z [00:01:58.205]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T20:34:11.6331828Z [00:01:58.205]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.6334948Z [00:01:58.206]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x009.o -c gcc_sigaction.c
2025-08-20T20:34:11.6348147Z [00:01:58.207]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d # internal
2025-08-20T20:34:11.6350705Z [00:01:58.207]➜  github.com/emirpasic/gods/lists
2025-08-20T20:34:11.6353966Z [00:01:58.207]➜  mkdir -p $WORK/b226/
2025-08-20T20:34:11.6355983Z [00:01:58.208]➜  cat >/tmp/go-build3255226541/b226/importcfg << 'EOF' # internal
2025-08-20T20:34:11.6356594Z [00:01:58.208]➜  # import config
2025-08-20T20:34:11.6357323Z [00:01:58.208]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3255226541/b222/_pkg_.a
2025-08-20T20:34:11.6358138Z [00:01:58.208]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3255226541/b223/_pkg_.a
2025-08-20T20:34:11.6358589Z [00:01:58.208]➜  EOF
2025-08-20T20:34:11.6358908Z [00:01:58.208]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.6360814Z [00:01:58.208]➜  /root/.go/pkg/tool/linux_arm64/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 qh0BytYvlFf6nDH7aBEV/qh0BytYvlFf6nDH7aBEV -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:34:11.6595945Z [00:01:58.231]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T20:34:11.6597708Z [00:01:58.232]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d # internal
2025-08-20T20:34:11.6598902Z [00:01:58.232]➜  github.com/emirpasic/gods/trees
2025-08-20T20:34:11.6599273Z [00:01:58.232]➜  mkdir -p $WORK/b227/
2025-08-20T20:34:11.6605034Z [00:01:58.233]➜  cat >/tmp/go-build3255226541/b227/importcfg << 'EOF' # internal
2025-08-20T20:34:11.6606523Z [00:01:58.233]➜  # import config
2025-08-20T20:34:11.6607458Z [00:01:58.233]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3255226541/b222/_pkg_.a
2025-08-20T20:34:11.6607907Z [00:01:58.233]➜  EOF
2025-08-20T20:34:11.6610125Z [00:01:58.233]➜  /root/.go/pkg/tool/linux_arm64/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 QNVVXA_HWD3xcmMxPD2I/QNVVXA_HWD3xcmMxPD2I -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:34:11.6655481Z [00:01:58.238]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:34:11.6675419Z [00:01:58.240]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d # internal
2025-08-20T20:34:11.6718319Z [00:01:58.244]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T20:34:11.6724639Z [00:01:58.245]➜  github.com/go-git/go-git/v6/config
2025-08-20T20:34:11.6725177Z [00:01:58.245]➜  mkdir -p $WORK/b191/
2025-08-20T20:34:11.6725593Z [00:01:58.245]➜  cat >/tmp/go-build3255226541/b191/importcfg << 'EOF' # internal
2025-08-20T20:34:11.6726077Z [00:01:58.245]➜  # import config
2025-08-20T20:34:11.6726613Z [00:01:58.245]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.6727229Z [00:01:58.245]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.6728535Z [00:01:58.245]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.6729174Z [00:01:58.245]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build3255226541/b184/_pkg_.a
2025-08-20T20:34:11.6730287Z [00:01:58.245]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build3255226541/b192/_pkg_.a
2025-08-20T20:34:11.6730920Z [00:01:58.245]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:11.6731607Z [00:01:58.245]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:11.6732600Z [00:01:58.245]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build3255226541/b204/_pkg_.a
2025-08-20T20:34:11.6733150Z [00:01:58.245]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.6733552Z [00:01:58.245]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:11.6733995Z [00:01:58.245]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:11.6734436Z [00:01:58.245]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:11.6734863Z [00:01:58.245]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.6735281Z [00:01:58.245]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.6735708Z [00:01:58.245]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.6736022Z [00:01:58.245]➜  EOF
2025-08-20T20:34:11.6738409Z [00:01:58.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 zdEVdDeGp3My-NKcyiSc/zdEVdDeGp3My-NKcyiSc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/config/branch.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/config/config.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/config/modules.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/config/refspec.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/config/url.go
2025-08-20T20:34:11.6773928Z [00:01:58.247]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d # internal
2025-08-20T20:34:11.6781778Z [00:01:58.250]➜  github.com/go-git/go-git/v6/plumbing/format/index
2025-08-20T20:34:11.6782869Z [00:01:58.250]➜  mkdir -p $WORK/b211/
2025-08-20T20:34:11.6787079Z [00:01:58.251]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.6807673Z [00:01:58.253]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x010.o -c gcc_stack_unix.c
2025-08-20T20:34:11.6811229Z [00:01:58.253]➜  cat >/tmp/go-build3255226541/b211/importcfg << 'EOF' # internal
2025-08-20T20:34:11.6812260Z [00:01:58.253]➜  # import config
2025-08-20T20:34:11.6812735Z [00:01:58.253]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:11.6813164Z [00:01:58.253]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.6813622Z [00:01:58.253]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:11.6814043Z [00:01:58.253]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.6814464Z [00:01:58.253]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.6814985Z [00:01:58.253]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:11.6815648Z [00:01:58.253]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:11.6816315Z [00:01:58.253]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build3255226541/b213/_pkg_.a
2025-08-20T20:34:11.6816953Z [00:01:58.253]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build3255226541/b217/_pkg_.a
2025-08-20T20:34:11.6817961Z [00:01:58.253]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.6818380Z [00:01:58.253]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:11.6818823Z [00:01:58.253]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:11.6819274Z [00:01:58.253]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:11.6819689Z [00:01:58.253]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.6820107Z [00:01:58.253]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.6820548Z [00:01:58.253]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.6820968Z [00:01:58.253]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:11.6821405Z [00:01:58.253]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.6821740Z [00:01:58.253]➜  EOF
2025-08-20T20:34:11.6822205Z [00:01:58.253]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.6825458Z [00:01:58.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 ZmQBdxX-nDnswkIMkKtt/ZmQBdxX-nDnswkIMkKtt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/decoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/encoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/index.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/match.go
2025-08-20T20:34:11.7113389Z [00:01:58.284]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.7116234Z [00:01:58.284]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x011.o -c gcc_traceback.c
2025-08-20T20:34:11.7387530Z [00:01:58.311]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x012.o -c gcc_util.c
2025-08-20T20:34:11.7574651Z [00:01:58.330]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:34:11.7595733Z [00:01:58.332]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d # internal
2025-08-20T20:34:11.7604985Z [00:01:58.333]➜  github.com/go-git/go-git/v6/plumbing/format/diff
2025-08-20T20:34:11.7605817Z [00:01:58.333]➜  mkdir -p $WORK/b228/
2025-08-20T20:34:11.7619303Z [00:01:58.334]➜  cat >/tmp/go-build3255226541/b228/importcfg << 'EOF' # internal
2025-08-20T20:34:11.7621065Z [00:01:58.334]➜  # import config
2025-08-20T20:34:11.7622245Z [00:01:58.334]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.7623886Z [00:01:58.334]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:11.7624557Z [00:01:58.334]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/tmp/go-build3255226541/b229/_pkg_.a
2025-08-20T20:34:11.7625262Z [00:01:58.334]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:11.7625793Z [00:01:58.334]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.7626208Z [00:01:58.334]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:11.7627107Z [00:01:58.334]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.7627536Z [00:01:58.334]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.7627853Z [00:01:58.334]➜  EOF
2025-08-20T20:34:11.7633535Z [00:01:58.336]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.7639808Z [00:01:58.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 PF2YqJ8zo-J9M_aiR51N/PF2YqJ8zo-J9M_aiR51N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/colorconfig.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/patch.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/unified_encoder.go
2025-08-20T20:34:11.7835200Z [00:01:58.355]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.7836814Z [00:01:58.356]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x013.o -c linux_syscall.c
2025-08-20T20:34:11.8085442Z [00:01:58.381]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T20:34:11.8090649Z [00:01:58.381]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d # internal
2025-08-20T20:34:11.8107879Z [00:01:58.383]➜  github.com/go-git/go-git/v6/plumbing/storer
2025-08-20T20:34:11.8111123Z [00:01:58.383]➜  mkdir -p $WORK/b210/
2025-08-20T20:34:11.8122665Z [00:01:58.385]➜  cat >/tmp/go-build3255226541/b210/importcfg << 'EOF' # internal
2025-08-20T20:34:11.8123687Z [00:01:58.385]➜  # import config
2025-08-20T20:34:11.8130077Z [00:01:58.385]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.8130633Z [00:01:58.385]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:11.8131263Z [00:01:58.385]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:11.8140245Z [00:01:58.385]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:11.8140943Z [00:01:58.385]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.8141716Z [00:01:58.385]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:11.8142226Z [00:01:58.385]➜  EOF
2025-08-20T20:34:11.8142532Z [00:01:58.385]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.8145630Z [00:01:58.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 ThxdotjLZ-NC72eBb5qA/ThxdotjLZ-NC72eBb5qA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/index.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/object.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/reference.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/shallow.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/storer.go
2025-08-20T20:34:11.8261030Z [00:01:58.398]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:11.8262970Z [00:01:58.398]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_x014.o -c gcc_arm64.S
2025-08-20T20:34:11.8373487Z [00:01:58.409]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T20:34:11.8394630Z [00:01:58.412]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d # internal
2025-08-20T20:34:11.8395883Z [00:01:58.412]➜  html
2025-08-20T20:34:11.8396474Z [00:01:58.412]➜  mkdir -p $WORK/b232/
2025-08-20T20:34:11.8397263Z [00:01:58.412]➜  cat >/tmp/go-build3255226541/b232/importcfg << 'EOF' # internal
2025-08-20T20:34:11.8398195Z [00:01:58.412]➜  # import config
2025-08-20T20:34:11.8398909Z [00:01:58.412]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.8400051Z [00:01:58.412]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:11.8400593Z [00:01:58.412]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:11.8400967Z [00:01:58.412]➜  EOF
2025-08-20T20:34:11.8401259Z [00:01:58.412]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.8402979Z [00:01:58.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b232=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -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:34:11.8446673Z [00:01:58.417]➜  cd $WORK/b207
2025-08-20T20:34:11.8449307Z [00:01:58.417]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b207/_cgo_main.o -c _cgo_main.c
2025-08-20T20:34:11.8621147Z [00:01:58.432]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:11.8624735Z [00:01:58.432]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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:34:11.8730306Z [00:01:58.445]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T20:34:11.8746545Z [00:01:58.447]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d # internal
2025-08-20T20:34:11.8768383Z [00:01:58.449]➜  github.com/go-git/go-git/v6/storage
2025-08-20T20:34:11.8769203Z [00:01:58.449]➜  mkdir -p $WORK/b209/
2025-08-20T20:34:11.8782860Z [00:01:58.451]➜  cat >/tmp/go-build3255226541/b209/importcfg << 'EOF' # internal
2025-08-20T20:34:11.8785208Z [00:01:58.451]➜  # import config
2025-08-20T20:34:11.8785654Z [00:01:58.451]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.8786194Z [00:01:58.451]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build3255226541/b191/_pkg_.a
2025-08-20T20:34:11.8789348Z [00:01:58.451]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:11.8789892Z [00:01:58.451]➜  EOF
2025-08-20T20:34:11.8791731Z [00:01:58.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 MnrH4BBxPVFZVsw7M3PS/MnrH4BBxPVFZVsw7M3PS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/storer.go
2025-08-20T20:34:11.8939744Z [00:01:58.465]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T20:34:11.8969261Z [00:01:58.469]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T20:34:11.8970962Z [00:01:58.469]➜  net/url
2025-08-20T20:34:11.8971517Z [00:01:58.469]➜  mkdir -p $WORK/b233/
2025-08-20T20:34:11.8972649Z [00:01:58.469]➜  cat >/tmp/go-build3255226541/b233/importcfg << 'EOF' # internal
2025-08-20T20:34:11.8973052Z [00:01:58.469]➜  # import config
2025-08-20T20:34:11.8973441Z [00:01:58.469]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.8973865Z [00:01:58.469]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.8974277Z [00:01:58.469]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:11.8974688Z [00:01:58.469]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:11.8975118Z [00:01:58.469]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:11.8975540Z [00:01:58.469]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:11.8975970Z [00:01:58.469]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.8976287Z [00:01:58.469]➜  EOF
2025-08-20T20:34:11.8977649Z [00:01:58.469]➜  /root/.go/pkg/tool/linux_arm64/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 A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:34:11.8999180Z [00:01:58.472]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T20:34:11.9013263Z [00:01:58.474]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d # internal
2025-08-20T20:34:11.9014371Z [00:01:58.474]➜  github.com/go-git/go-git/v6/internal/reference
2025-08-20T20:34:11.9015235Z [00:01:58.474]➜  mkdir -p $WORK/b208/
2025-08-20T20:34:11.9015727Z [00:01:58.474]➜  cat >/tmp/go-build3255226541/b208/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9016083Z [00:01:58.474]➜  # import config
2025-08-20T20:34:11.9016529Z [00:01:58.474]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:11.9017147Z [00:01:58.474]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:11.9018000Z [00:01:58.474]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.9018538Z [00:01:58.474]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:11.9018851Z [00:01:58.474]➜  EOF
2025-08-20T20:34:11.9020940Z [00:01:58.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 Qpav0sbze7u4ENiuD35A/Qpav0sbze7u4ENiuD35A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/refs.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/sort.go
2025-08-20T20:34:11.9229859Z [00:01:58.495]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T20:34:11.9230721Z [00:01:58.495]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d # internal
2025-08-20T20:34:11.9231329Z [00:01:58.495]➜  github.com/go-git/go-git/v6/utils/sync
2025-08-20T20:34:11.9231635Z [00:01:58.495]➜  mkdir -p $WORK/b235/
2025-08-20T20:34:11.9232104Z [00:01:58.495]➜  cat >/tmp/go-build3255226541/b235/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9232508Z [00:01:58.495]➜  # import config
2025-08-20T20:34:11.9233325Z [00:01:58.495]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:11.9233744Z [00:01:58.495]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.9234180Z [00:01:58.495]➜  packagefile compress/zlib=/tmp/go-build3255226541/b165/_pkg_.a
2025-08-20T20:34:11.9234610Z [00:01:58.495]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.9235015Z [00:01:58.495]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:11.9235320Z [00:01:58.495]➜  EOF
2025-08-20T20:34:11.9237421Z [00:01:58.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 5k9zm04Hf3rYtgR70sJH/5k9zm04Hf3rYtgR70sJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bufio.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bytes.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/zlib.go
2025-08-20T20:34:11.9252416Z [00:01:58.497]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T20:34:11.9315468Z [00:01:58.504]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:34:11.9324979Z [00:01:58.505]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T20:34:11.9325940Z [00:01:58.505]➜  mkdir -p $WORK/b224/
2025-08-20T20:34:11.9336884Z [00:01:58.506]➜  cat >/tmp/go-build3255226541/b224/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9337646Z [00:01:58.506]➜  # import config
2025-08-20T20:34:11.9338574Z [00:01:58.506]➜  packagefile encoding/json=/tmp/go-build3255226541/b225/_pkg_.a
2025-08-20T20:34:11.9339094Z [00:01:58.506]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.9339645Z [00:01:58.506]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3255226541/b222/_pkg_.a
2025-08-20T20:34:11.9340294Z [00:01:58.506]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3255226541/b226/_pkg_.a
2025-08-20T20:34:11.9340886Z [00:01:58.506]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3255226541/b223/_pkg_.a
2025-08-20T20:34:11.9341394Z [00:01:58.506]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.9341710Z [00:01:58.506]➜  EOF
2025-08-20T20:34:11.9349035Z [00:01:58.507]➜  /root/.go/pkg/tool/linux_arm64/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 XwGFAFcwpHwmJxTPXiKx/XwGFAFcwpHwmJxTPXiKx -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:34:11.9445691Z [00:01:58.517]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T20:34:11.9452631Z [00:01:58.517]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d # internal
2025-08-20T20:34:11.9453276Z [00:01:58.517]➜  github.com/go-git/go-git/v6/utils/ioutil
2025-08-20T20:34:11.9453595Z [00:01:58.517]➜  mkdir -p $WORK/b234/
2025-08-20T20:34:11.9459908Z [00:01:58.518]➜  cat >/tmp/go-build3255226541/b234/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9460407Z [00:01:58.518]➜  # import config
2025-08-20T20:34:11.9460752Z [00:01:58.518]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:11.9461204Z [00:01:58.518]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:11.9462226Z [00:01:58.518]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:11.9462813Z [00:01:58.518]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build3255226541/b235/_pkg_.a
2025-08-20T20:34:11.9463313Z [00:01:58.518]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:11.9463723Z [00:01:58.518]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:11.9464034Z [00:01:58.518]➜  EOF
2025-08-20T20:34:11.9466229Z [00:01:58.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 pMqACd3W7pdnrug2i4YE/pMqACd3W7pdnrug2i4YE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/context.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/sync.go
2025-08-20T20:34:11.9911690Z [00:01:58.563]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T20:34:11.9918724Z [00:01:58.564]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T20:34:11.9929877Z [00:01:58.565]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d # internal
2025-08-20T20:34:11.9930618Z [00:01:58.565]➜  github.com/go-git/go-git/v6/utils/merkletrie/noder
2025-08-20T20:34:11.9930967Z [00:01:58.565]➜  mkdir -p $WORK/b238/
2025-08-20T20:34:11.9931341Z [00:01:58.565]➜  cat >/tmp/go-build3255226541/b238/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9931722Z [00:01:58.565]➜  # import config
2025-08-20T20:34:11.9932264Z [00:01:58.565]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:11.9932756Z [00:01:58.565]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.9933177Z [00:01:58.565]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.9933519Z [00:01:58.565]➜  EOF
2025-08-20T20:34:11.9935726Z [00:01:58.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 t8TX1uNpqC6bUYapzk68/t8TX1uNpqC6bUYapzk68 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/noder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/path.go
2025-08-20T20:34:11.9950415Z [00:01:58.567]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d # internal
2025-08-20T20:34:11.9960386Z [00:01:58.567]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T20:34:11.9960892Z [00:01:58.567]➜  mkdir -p $WORK/b221/
2025-08-20T20:34:11.9961272Z [00:01:58.568]➜  cat >/tmp/go-build3255226541/b221/importcfg << 'EOF' # internal
2025-08-20T20:34:11.9961636Z [00:01:58.568]➜  # import config
2025-08-20T20:34:11.9962093Z [00:01:58.568]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:11.9962683Z [00:01:58.568]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3255226541/b222/_pkg_.a
2025-08-20T20:34:11.9963338Z [00:01:58.568]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3255226541/b224/_pkg_.a
2025-08-20T20:34:11.9963969Z [00:01:58.568]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3255226541/b227/_pkg_.a
2025-08-20T20:34:11.9964569Z [00:01:58.568]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3255226541/b223/_pkg_.a
2025-08-20T20:34:11.9965073Z [00:01:58.568]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:11.9966767Z [00:01:58.569]➜  EOF
2025-08-20T20:34:11.9969518Z [00:01:58.569]➜  /root/.go/pkg/tool/linux_arm64/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 1e8JM5eVmwkHQuYmuNpB/1e8JM5eVmwkHQuYmuNpB -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:34:11.9981597Z [00:01:58.570]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T20:34:11.9994225Z [00:01:58.572]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:34:12.0000095Z [00:01:58.572]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T20:34:12.0000598Z [00:01:58.572]➜  mkdir -p $WORK/b231/
2025-08-20T20:34:12.0001117Z [00:01:58.572]➜  cat >/tmp/go-build3255226541/b231/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0001623Z [00:01:58.572]➜  # import config
2025-08-20T20:34:12.0007687Z [00:01:58.572]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.0008238Z [00:01:58.572]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.0008660Z [00:01:58.572]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.0009068Z [00:01:58.572]➜  packagefile html=/tmp/go-build3255226541/b232/_pkg_.a
2025-08-20T20:34:12.0009491Z [00:01:58.572]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:12.0009905Z [00:01:58.572]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:12.0010323Z [00:01:58.572]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:12.0010747Z [00:01:58.572]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.0011187Z [00:01:58.572]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.0011605Z [00:01:58.572]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.0012255Z [00:01:58.572]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:12.0012650Z [00:01:58.572]➜  EOF
2025-08-20T20:34:12.0016909Z [00:01:58.573]➜  /root/.go/pkg/tool/linux_arm64/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 IqclLPCOvRWPOycceVno/IqclLPCOvRWPOycceVno -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:34:12.0218604Z [00:01:58.594]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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:34:12.0221759Z [00:01:58.594]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b207/_cgo_.o -dynout $WORK/b207/_cgo_import.go -dynlinker
2025-08-20T20:34:12.0223071Z [00:01:58.594]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T20:34:12.0223740Z [00:01:58.594]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d # internal
2025-08-20T20:34:12.0224400Z [00:01:58.594]➜  github.com/go-git/go-git/v6/utils/merkletrie/internal/frame
2025-08-20T20:34:12.0224761Z [00:01:58.594]➜  mkdir -p $WORK/b237/
2025-08-20T20:34:12.0239102Z [00:01:58.596]➜  cat >/tmp/go-build3255226541/b237/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0239981Z [00:01:58.596]➜  # import config
2025-08-20T20:34:12.0242415Z [00:01:58.596]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.0245485Z [00:01:58.596]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.0246126Z [00:01:58.596]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:12.0246707Z [00:01:58.596]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.0247126Z [00:01:58.596]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.0247441Z [00:01:58.596]➜  EOF
2025-08-20T20:34:12.0249533Z [00:01:58.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 73Eswz6uaucrK-hSzeQb/73Eswz6uaucrK-hSzeQb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame/frame.go
2025-08-20T20:34:12.0251399Z [00:01:58.597]➜  echo -n > $WORK/b207/go_asm.h # internal
2025-08-20T20:34:12.0251724Z [00:01:58.597]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:12.0257510Z [00:01:58.597]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b207/symabis ./asm_arm64.s
2025-08-20T20:34:12.0301215Z [00:01:58.602]➜  cat >/tmp/go-build3255226541/b207/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0306643Z [00:01:58.602]➜  # import config
2025-08-20T20:34:12.0307081Z [00:01:58.602]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:12.0307959Z [00:01:58.602]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.0308518Z [00:01:58.602]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.0308854Z [00:01:58.602]➜  EOF
2025-08-20T20:34:12.0309135Z [00:01:58.602]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.0312204Z [00:01:58.602]➜  /root/.go/pkg/tool/linux_arm64/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 TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -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:34:12.0317962Z [00:01:58.604]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T20:34:12.0328260Z [00:01:58.605]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d # internal
2025-08-20T20:34:12.0331767Z [00:01:58.605]➜  github.com/go-git/go-git/v6/internal/revision
2025-08-20T20:34:12.0332482Z [00:01:58.605]➜  mkdir -p $WORK/b239/
2025-08-20T20:34:12.0332859Z [00:01:58.605]➜  cat >/tmp/go-build3255226541/b239/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0333203Z [00:01:58.605]➜  # import config
2025-08-20T20:34:12.0333539Z [00:01:58.605]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.0333955Z [00:01:58.605]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.0334361Z [00:01:58.605]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.0334775Z [00:01:58.605]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.0335188Z [00:01:58.605]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:12.0335604Z [00:01:58.605]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.0336021Z [00:01:58.605]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.0336450Z [00:01:58.605]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:12.0336764Z [00:01:58.605]➜  EOF
2025-08-20T20:34:12.0339060Z [00:01:58.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 OkBjlksokWtfXucPyUeI/OkBjlksokWtfXucPyUeI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/parser.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/scanner.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/token.go
2025-08-20T20:34:12.0441595Z [00:01:58.616]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T20:34:12.0449195Z [00:01:58.617]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d # internal
2025-08-20T20:34:12.0456426Z [00:01:58.618]➜  github.com/go-git/go-git/v6/utils/merkletrie
2025-08-20T20:34:12.0456950Z [00:01:58.618]➜  mkdir -p $WORK/b236/
2025-08-20T20:34:12.0467291Z [00:01:58.619]➜  cat >/tmp/go-build3255226541/b236/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0467713Z [00:01:58.619]➜  # import config
2025-08-20T20:34:12.0478471Z [00:01:58.619]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:12.0479102Z [00:01:58.619]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.0479619Z [00:01:58.619]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.0480716Z [00:01:58.619]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/tmp/go-build3255226541/b237/_pkg_.a
2025-08-20T20:34:12.0481693Z [00:01:58.619]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:12.0482733Z [00:01:58.619]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.0483212Z [00:01:58.619]➜  EOF
2025-08-20T20:34:12.0486108Z [00:01:58.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 f5BaDl5LEWlTebSTQxFR/f5BaDl5LEWlTebSTQxFR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/change.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/difftree.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doubleiter.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/iter.go
2025-08-20T20:34:12.0922739Z [00:01:58.664]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T20:34:12.0942242Z [00:01:58.666]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d # internal
2025-08-20T20:34:12.0943363Z [00:01:58.666]➜  github.com/go-git/go-git/v6/plumbing/cache
2025-08-20T20:34:12.0943704Z [00:01:58.666]➜  mkdir -p $WORK/b240/
2025-08-20T20:34:12.0944078Z [00:01:58.666]➜  cat >/tmp/go-build3255226541/b240/importcfg << 'EOF' # internal
2025-08-20T20:34:12.0944426Z [00:01:58.666]➜  # import config
2025-08-20T20:34:12.0944796Z [00:01:58.666]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:12.0945355Z [00:01:58.666]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.0945881Z [00:01:58.666]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.0946193Z [00:01:58.666]➜  EOF
2025-08-20T20:34:12.0948441Z [00:01:58.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 V2b6G9kpMlYDvU3fKX3M/V2b6G9kpMlYDvU3fKX3M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/buffer_lru.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/object_lru.go
2025-08-20T20:34:12.1069559Z [00:01:58.679]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T20:34:12.1082534Z [00:01:58.680]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d # internal
2025-08-20T20:34:12.1083285Z [00:01:58.680]➜  github.com/go-git/go-git/v6/plumbing/format/idxfile
2025-08-20T20:34:12.1083637Z [00:01:58.680]➜  mkdir -p $WORK/b243/
2025-08-20T20:34:12.1084013Z [00:01:58.680]➜  cat >/tmp/go-build3255226541/b243/importcfg << 'EOF' # internal
2025-08-20T20:34:12.1084361Z [00:01:58.680]➜  # import config
2025-08-20T20:34:12.1084697Z [00:01:58.680]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.1085132Z [00:01:58.680]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.1085551Z [00:01:58.680]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:12.1086003Z [00:01:58.680]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:12.1086454Z [00:01:58.680]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.1086863Z [00:01:58.680]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.1087724Z [00:01:58.680]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.1088640Z [00:01:58.680]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build3255226541/b213/_pkg_.a
2025-08-20T20:34:12.1089393Z [00:01:58.680]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build3255226541/b217/_pkg_.a
2025-08-20T20:34:12.1089908Z [00:01:58.680]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.1090324Z [00:01:58.680]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:12.1090732Z [00:01:58.680]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.1091142Z [00:01:58.680]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.1091447Z [00:01:58.680]➜  EOF
2025-08-20T20:34:12.1099673Z [00:01:58.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 iejnh1wQuglcwE1SqgUO/iejnh1wQuglcwE1SqgUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/decoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/encoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/idxfile.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/writer.go
2025-08-20T20:34:12.1331348Z [00:01:58.705]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b207/abi_GOARCH.h
2025-08-20T20:34:12.1338201Z [00:01:58.705]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T20:34:12.1338583Z [00:01:58.705]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:12.1339588Z [00:01:58.705]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b207/asm_arm64.o ./asm_arm64.s
2025-08-20T20:34:12.1350249Z [00:01:58.707]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d # internal
2025-08-20T20:34:12.1352961Z [00:01:58.707]➜  log
2025-08-20T20:34:12.1354496Z [00:01:58.707]➜  mkdir -p $WORK/b245/
2025-08-20T20:34:12.1356207Z [00:01:58.708]➜  cat >/tmp/go-build3255226541/b245/importcfg << 'EOF' # internal
2025-08-20T20:34:12.1358874Z [00:01:58.708]➜  # import config
2025-08-20T20:34:12.1359296Z [00:01:58.708]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.1361501Z [00:01:58.708]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.1363405Z [00:01:58.708]➜  packagefile log/internal=/tmp/go-build3255226541/b246/_pkg_.a
2025-08-20T20:34:12.1365694Z [00:01:58.708]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.1366289Z [00:01:58.708]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.1366929Z [00:01:58.708]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.1367514Z [00:01:58.708]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.1368009Z [00:01:58.708]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.1368485Z [00:01:58.708]➜  EOF
2025-08-20T20:34:12.1368797Z [00:01:58.708]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.1370531Z [00:01:58.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b245=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:34:12.1404741Z [00:01:58.712]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:34:12.1406446Z [00:01:58.712]➜  go tool pack r $WORK/b207/_pkg_.a $WORK/b207/asm_arm64.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:34:12.1407906Z [00:01:58.713]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:34:12.1425041Z [00:01:58.715]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T20:34:12.1436762Z [00:01:58.716]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:34:12.1466666Z [00:01:58.719]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d # internal
2025-08-20T20:34:12.1467633Z [00:01:58.719]➜  github.com/go-git/go-git/v6/utils/diff
2025-08-20T20:34:12.1468335Z [00:01:58.719]➜  mkdir -p $WORK/b230/
2025-08-20T20:34:12.1469174Z [00:01:58.719]➜  os/user
2025-08-20T20:34:12.1476651Z [00:01:58.719]➜  mkdir -p $WORK/b206/
2025-08-20T20:34:12.1477486Z [00:01:58.719]➜  cat >/tmp/go-build3255226541/b230/importcfg << 'EOF' # internal
2025-08-20T20:34:12.1478257Z [00:01:58.719]➜  # import config
2025-08-20T20:34:12.1478661Z [00:01:58.719]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.1479664Z [00:01:58.719]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3255226541/b231/_pkg_.a
2025-08-20T20:34:12.1480200Z [00:01:58.719]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.1480515Z [00:01:58.719]➜  EOF
2025-08-20T20:34:12.1480799Z [00:01:58.719]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.1482746Z [00:01:58.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 dvlncvHGNgp7T_ZbWuMS/dvlncvHGNgp7T_ZbWuMS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff/diff.go
2025-08-20T20:34:12.1484353Z [00:01:58.719]➜  echo -n > $WORK/b206/preferlinkext # internal
2025-08-20T20:34:12.1484678Z [00:01:58.719]➜  cd /root/.go/src/os/user
2025-08-20T20:34:12.1485692Z [00:01:58.719]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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:34:12.1708312Z [00:01:58.743]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T20:34:12.1709231Z [00:01:58.743]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d # internal
2025-08-20T20:34:12.1718343Z [00:01:58.744]➜  github.com/go-git/go-git/v6/plumbing/object
2025-08-20T20:34:12.1718849Z [00:01:58.744]➜  mkdir -p $WORK/b219/
2025-08-20T20:34:12.1726934Z [00:01:58.745]➜  cat >/tmp/go-build3255226541/b219/importcfg << 'EOF' # internal
2025-08-20T20:34:12.1727416Z [00:01:58.745]➜  # import config
2025-08-20T20:34:12.1727770Z [00:01:58.745]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.1728226Z [00:01:58.745]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:12.1728705Z [00:01:58.745]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:12.1729131Z [00:01:58.745]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.1729540Z [00:01:58.745]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.1730082Z [00:01:58.745]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3255226541/b097/_pkg_.a
2025-08-20T20:34:12.1730754Z [00:01:58.745]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3255226541/b221/_pkg_.a
2025-08-20T20:34:12.1731796Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.1732679Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:12.1733372Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/tmp/go-build3255226541/b228/_pkg_.a
2025-08-20T20:34:12.1734059Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.1734681Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.1735297Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build3255226541/b217/_pkg_.a
2025-08-20T20:34:12.1735916Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build3255226541/b230/_pkg_.a
2025-08-20T20:34:12.1736548Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.1737196Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build3255226541/b236/_pkg_.a
2025-08-20T20:34:12.1737885Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:12.1738857Z [00:01:58.745]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build3255226541/b235/_pkg_.a
2025-08-20T20:34:12.1739491Z [00:01:58.745]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3255226541/b231/_pkg_.a
2025-08-20T20:34:12.1740004Z [00:01:58.745]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.1740410Z [00:01:58.745]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:12.1740850Z [00:01:58.745]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:12.1741346Z [00:01:58.745]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.1741774Z [00:01:58.745]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.1742514Z [00:01:58.745]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.1742938Z [00:01:58.745]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.1743243Z [00:01:58.745]➜  EOF
2025-08-20T20:34:12.1743865Z [00:01:58.745]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.1750443Z [00:01:58.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 dh4HpUxVff8Ok9kq7Cr-/dh4HpUxVff8Ok9kq7Cr- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/blob.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_adaptor.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_ctime.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_limit.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_path.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/difftree.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/file.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/merge_base.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/object.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/rename.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/signature.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tag.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tree.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/treenoder.go
2025-08-20T20:34:12.1904984Z [00:01:58.762]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T20:34:12.1946818Z [00:01:58.764]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d # internal
2025-08-20T20:34:12.1947519Z [00:01:58.764]➜  hash/crc32
2025-08-20T20:34:12.1947819Z [00:01:58.764]➜  mkdir -p $WORK/b248/
2025-08-20T20:34:12.1948136Z [00:01:58.764]➜  echo -n > $WORK/b248/go_asm.h # internal
2025-08-20T20:34:12.1948454Z [00:01:58.764]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:34:12.1949461Z [00:01:58.765]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b248/symabis ./crc32_arm64.s
2025-08-20T20:34:12.2014937Z [00:01:58.773]➜  cat >/tmp/go-build3255226541/b248/importcfg << 'EOF' # internal
2025-08-20T20:34:12.2015415Z [00:01:58.773]➜  # import config
2025-08-20T20:34:12.2015808Z [00:01:58.773]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.2016234Z [00:01:58.773]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.2016699Z [00:01:58.773]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:12.2017191Z [00:01:58.773]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:12.2018102Z [00:01:58.773]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.2018549Z [00:01:58.773]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.2018880Z [00:01:58.773]➜  EOF
2025-08-20T20:34:12.2019170Z [00:01:58.773]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.2021297Z [00:01:58.773]➜  /root/.go/pkg/tool/linux_arm64/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 jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -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_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:34:12.2098059Z [00:01:58.782]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T20:34:12.2109296Z [00:01:58.783]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:34:12.2115697Z [00:01:58.784]➜  github.com/go-git/go-git/v6/utils/trace
2025-08-20T20:34:12.2123386Z [00:01:58.785]➜  mkdir -p $WORK/b244/
2025-08-20T20:34:12.2134467Z [00:01:58.786]➜  cat >/tmp/go-build3255226541/b244/importcfg << 'EOF' # internal
2025-08-20T20:34:12.2135449Z [00:01:58.786]➜  # import config
2025-08-20T20:34:12.2136398Z [00:01:58.786]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.2137236Z [00:01:58.786]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:12.2137725Z [00:01:58.786]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.2138171Z [00:01:58.786]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.2138507Z [00:01:58.786]➜  EOF
2025-08-20T20:34:12.2150023Z [00:01:58.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 cilUtbo9S61fr9TGQkOG/cilUtbo9S61fr9TGQkOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace/trace.go
2025-08-20T20:34:12.2288571Z [00:01:58.801]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:34:12.2289692Z [00:01:58.801]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b248/crc32_arm64.o ./crc32_arm64.s
2025-08-20T20:34:12.2310675Z [00:01:58.803]➜  go tool pack r $WORK/b248/_pkg_.a $WORK/b248/crc32_arm64.o # internal
2025-08-20T20:34:12.2312094Z [00:01:58.804]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T20:34:12.2320741Z [00:01:58.804]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T20:34:12.2322383Z [00:01:58.804]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp/capability
2025-08-20T20:34:12.2323321Z [00:01:58.804]➜  mkdir -p $WORK/b251/
2025-08-20T20:34:12.2323782Z [00:01:58.804]➜  cat >/tmp/go-build3255226541/b251/importcfg << 'EOF' # internal
2025-08-20T20:34:12.2324134Z [00:01:58.804]➜  # import config
2025-08-20T20:34:12.2324471Z [00:01:58.804]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.2324916Z [00:01:58.804]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.2325331Z [00:01:58.804]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.2325731Z [00:01:58.804]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.2326140Z [00:01:58.804]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.2326610Z [00:01:58.804]➜  EOF
2025-08-20T20:34:12.2326906Z [00:01:58.804]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.2329514Z [00:01:58.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 6qfFKeO5yGJKISnEp_Bv/6qfFKeO5yGJKISnEp_Bv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/capability.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/list.go
2025-08-20T20:34:12.2430215Z [00:01:58.815]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T20:34:12.2434492Z [00:01:58.816]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d # internal
2025-08-20T20:34:12.2441611Z [00:01:58.816]➜  github.com/go-git/go-git/v6/plumbing/format/packfile
2025-08-20T20:34:12.2447563Z [00:01:58.816]➜  mkdir -p $WORK/b242/
2025-08-20T20:34:12.2448228Z [00:01:58.817]➜  cat >/tmp/go-build3255226541/b242/importcfg << 'EOF' # internal
2025-08-20T20:34:12.2449930Z [00:01:58.817]➜  # import config
2025-08-20T20:34:12.2450786Z [00:01:58.817]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.2451541Z [00:01:58.817]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.2455391Z [00:01:58.817]➜  packagefile compress/zlib=/tmp/go-build3255226541/b165/_pkg_.a
2025-08-20T20:34:12.2457630Z [00:01:58.817]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:12.2458243Z [00:01:58.817]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:12.2458714Z [00:01:58.817]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.2459161Z [00:01:58.817]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.2459657Z [00:01:58.817]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:12.2460248Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.2460881Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build3255226541/b240/_pkg_.a
2025-08-20T20:34:12.2461567Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:12.2470228Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build3255226541/b243/_pkg_.a
2025-08-20T20:34:12.2470938Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build3255226541/b213/_pkg_.a
2025-08-20T20:34:12.2471593Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.2472735Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build3255226541/b217/_pkg_.a
2025-08-20T20:34:12.2473372Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.2473995Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build3255226541/b235/_pkg_.a
2025-08-20T20:34:12.2474615Z [00:01:58.817]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:12.2475200Z [00:01:58.817]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3255226541/b247/_pkg_.a
2025-08-20T20:34:12.2475669Z [00:01:58.817]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.2476100Z [00:01:58.817]➜  packagefile hash/crc32=/tmp/go-build3255226541/b248/_pkg_.a
2025-08-20T20:34:12.2477770Z [00:01:58.817]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.2478301Z [00:01:58.817]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:12.2478710Z [00:01:58.817]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.2479114Z [00:01:58.817]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:12.2479534Z [00:01:58.817]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.2479942Z [00:01:58.817]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.2480348Z [00:01:58.817]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.2480655Z [00:01:58.817]➜  EOF
2025-08-20T20:34:12.2488606Z [00:01:58.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 hjQZLtpP9_IkpM9vD0hz/hjQZLtpP9_IkpM9vD0hz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_index.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_selector.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/diff_delta.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/error.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/fsobject.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/object_pack.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_iter.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_options.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_cache.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_options.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_types.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/patch_delta.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_options.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_reader.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/types.go
2025-08-20T20:34:12.2658361Z [00:01:58.838]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T20:34:12.2660294Z [00:01:58.838]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d # internal
2025-08-20T20:34:12.2660933Z [00:01:58.838]➜  github.com/go-git/go-git/v6/plumbing/format/pktline
2025-08-20T20:34:12.2661278Z [00:01:58.838]➜  mkdir -p $WORK/b250/
2025-08-20T20:34:12.2661650Z [00:01:58.838]➜  cat >/tmp/go-build3255226541/b250/importcfg << 'EOF' # internal
2025-08-20T20:34:12.2662600Z [00:01:58.838]➜  # import config
2025-08-20T20:34:12.2662945Z [00:01:58.838]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.2663372Z [00:01:58.838]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.2663787Z [00:01:58.838]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.2664322Z [00:01:58.838]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.2664957Z [00:01:58.838]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:12.2665470Z [00:01:58.838]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.2665879Z [00:01:58.838]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.2666187Z [00:01:58.838]➜  EOF
2025-08-20T20:34:12.2669435Z [00:01:58.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 gvbmp-xxTGcCfatp7Egi/gvbmp-xxTGcCfatp7Egi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/error.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/length.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/scanner.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/sync.go
2025-08-20T20:34:12.3053041Z [00:01:58.877]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T20:34:12.3091696Z [00:01:58.881]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d # internal
2025-08-20T20:34:12.3093125Z [00:01:58.881]➜  github.com/go-git/go-git/v6/storage/memory
2025-08-20T20:34:12.3095741Z [00:01:58.881]➜  mkdir -p $WORK/b252/
2025-08-20T20:34:12.3096451Z [00:01:58.881]➜  cat >/tmp/go-build3255226541/b252/importcfg << 'EOF' # internal
2025-08-20T20:34:12.3099286Z [00:01:58.881]➜  # import config
2025-08-20T20:34:12.3099710Z [00:01:58.881]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.3100232Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build3255226541/b191/_pkg_.a
2025-08-20T20:34:12.3100843Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.3102075Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:12.3102851Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.3103523Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.3104155Z [00:01:58.881]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.3104660Z [00:01:58.881]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.3105083Z [00:01:58.881]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.3105394Z [00:01:58.881]➜  EOF
2025-08-20T20:34:12.3107215Z [00:01:58.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 wQXVNX1ITCW5IrEKrQq7/wQXVNX1ITCW5IrEKrQq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/memory/storage.go
2025-08-20T20:34:12.4049424Z [00:01:58.977]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T20:34:12.4063517Z [00:01:58.978]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d # internal
2025-08-20T20:34:12.4066674Z [00:01:58.979]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp
2025-08-20T20:34:12.4075267Z [00:01:58.980]➜  mkdir -p $WORK/b249/
2025-08-20T20:34:12.4080898Z [00:01:58.980]➜  cat >/tmp/go-build3255226541/b249/importcfg << 'EOF' # internal
2025-08-20T20:34:12.4081294Z [00:01:58.980]➜  # import config
2025-08-20T20:34:12.4081644Z [00:01:58.980]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.4082249Z [00:01:58.980]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.4082696Z [00:01:58.980]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.4083109Z [00:01:58.980]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.4083629Z [00:01:58.980]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.4084324Z [00:01:58.980]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build3255226541/b250/_pkg_.a
2025-08-20T20:34:12.4085116Z [00:01:58.980]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build3255226541/b251/_pkg_.a
2025-08-20T20:34:12.4085850Z [00:01:58.980]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.4086503Z [00:01:58.980]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build3255226541/b252/_pkg_.a
2025-08-20T20:34:12.4087026Z [00:01:58.980]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.4087718Z [00:01:58.980]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:12.4088362Z [00:01:58.980]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.4088925Z [00:01:58.980]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.4089471Z [00:01:58.980]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.4090029Z [00:01:58.980]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.4090447Z [00:01:58.980]➜  EOF
2025-08-20T20:34:12.4110522Z [00:01:58.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 ba23p2V0eZdy5qgJTEZx/ba23p2V0eZdy5qgJTEZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/filter.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/gitproto.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/inforefs.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/packp.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/pushopts.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/report_status.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/shallowupd.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/smart.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/srvresp.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_decode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_encode.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/uphav.go
2025-08-20T20:34:12.4637418Z [00:01:59.036]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T20:34:12.4678903Z [00:01:59.040]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d # internal
2025-08-20T20:34:12.4690992Z [00:01:59.041]➜  github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband
2025-08-20T20:34:12.4693020Z [00:01:59.042]➜  mkdir -p $WORK/b253/
2025-08-20T20:34:12.4696012Z [00:01:59.042]➜  cat >/tmp/go-build3255226541/b253/importcfg << 'EOF' # internal
2025-08-20T20:34:12.4696380Z [00:01:59.042]➜  # import config
2025-08-20T20:34:12.4696762Z [00:01:59.042]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.4697196Z [00:01:59.042]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.4697780Z [00:01:59.042]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build3255226541/b250/_pkg_.a
2025-08-20T20:34:12.4698330Z [00:01:59.042]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.4698656Z [00:01:59.042]➜  EOF
2025-08-20T20:34:12.4701651Z [00:01:59.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 TSdawokcUbe0p3vVdukj/TSdawokcUbe0p3vVdukj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/demux.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T20:34:12.4918930Z [00:01:59.064]➜  cd $WORK/b206
2025-08-20T20:34:12.4928803Z [00:01:59.064]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -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=TCDaqMs50n5i10PI86Tl -o $WORK/b206/_x001.o -c _cgo_export.c
2025-08-20T20:34:12.4970128Z [00:01:59.069]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T20:34:12.4973438Z [00:01:59.070]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d # internal
2025-08-20T20:34:12.4979721Z [00:01:59.070]➜  github.com/go-git/go-git/v6/plumbing/format/objfile
2025-08-20T20:34:12.4985432Z [00:01:59.070]➜  mkdir -p $WORK/b257/
2025-08-20T20:34:12.4986773Z [00:01:59.071]➜  cat >/tmp/go-build3255226541/b257/importcfg << 'EOF' # internal
2025-08-20T20:34:12.4987158Z [00:01:59.071]➜  # import config
2025-08-20T20:34:12.4987523Z [00:01:59.071]➜  packagefile compress/zlib=/tmp/go-build3255226541/b165/_pkg_.a
2025-08-20T20:34:12.4988012Z [00:01:59.071]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.4988546Z [00:01:59.071]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.4989216Z [00:01:59.071]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:12.4989944Z [00:01:59.071]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:12.4990627Z [00:01:59.071]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build3255226541/b235/_pkg_.a
2025-08-20T20:34:12.4991137Z [00:01:59.071]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.4991550Z [00:01:59.071]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.4991870Z [00:01:59.071]➜  EOF
2025-08-20T20:34:12.5022727Z [00:01:59.071]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.5025785Z [00:01:59.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 hlek2Q8YkXWWt9yiMXaC/hlek2Q8YkXWWt9yiMXaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/reader.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/writer.go
2025-08-20T20:34:12.5111554Z [00:01:59.083]➜  cd $WORK/b206
2025-08-20T20:34:12.5119648Z [00:01:59.084]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -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=TCDaqMs50n5i10PI86Tl -o $WORK/b206/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:34:12.5205872Z [00:01:59.093]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T20:34:12.5258799Z [00:01:59.098]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d # internal
2025-08-20T20:34:12.5270793Z [00:01:59.099]➜  github.com/go-git/go-git/v6/internal/repository
2025-08-20T20:34:12.5274992Z [00:01:59.100]➜  mkdir -p $WORK/b218/
2025-08-20T20:34:12.5275708Z [00:01:59.100]➜  cat >/tmp/go-build3255226541/b218/importcfg << 'EOF' # internal
2025-08-20T20:34:12.5276436Z [00:01:59.100]➜  # import config
2025-08-20T20:34:12.5277335Z [00:01:59.100]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.5277962Z [00:01:59.100]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build3255226541/b208/_pkg_.a
2025-08-20T20:34:12.5278627Z [00:01:59.100]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.5279300Z [00:01:59.100]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:12.5279962Z [00:01:59.100]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.5280592Z [00:01:59.100]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.5281134Z [00:01:59.100]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.5281437Z [00:01:59.100]➜  EOF
2025-08-20T20:34:12.5282258Z [00:01:59.100]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.5284349Z [00:01:59.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 oRbljwi03I8XTsSSlvbB/oRbljwi03I8XTsSSlvbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/repository/refs.go
2025-08-20T20:34:12.5407988Z [00:01:59.113]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T20:34:12.5415075Z [00:01:59.114]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d # internal
2025-08-20T20:34:12.5415878Z [00:01:59.114]➜  github.com/go-git/go-git/v6/plumbing/revlist
2025-08-20T20:34:12.5416206Z [00:01:59.114]➜  mkdir -p $WORK/b254/
2025-08-20T20:34:12.5417531Z [00:01:59.114]➜  cat >/tmp/go-build3255226541/b254/importcfg << 'EOF' # internal
2025-08-20T20:34:12.5417910Z [00:01:59.114]➜  # import config
2025-08-20T20:34:12.5418276Z [00:01:59.114]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.5418697Z [00:01:59.114]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.5419658Z [00:01:59.114]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.5420312Z [00:01:59.114]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:12.5420977Z [00:01:59.114]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:12.5421634Z [00:01:59.114]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.5422458Z [00:01:59.114]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.5422764Z [00:01:59.114]➜  EOF
2025-08-20T20:34:12.5424628Z [00:01:59.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 3ud3IC7kTZ51reJ8hNjZ/3ud3IC7kTZ51reJ8hNjZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist/revlist.go
2025-08-20T20:34:12.5635633Z [00:01:59.135]➜  cd $WORK/b206
2025-08-20T20:34:12.5637178Z [00:01:59.135]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -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=TCDaqMs50n5i10PI86Tl -o $WORK/b206/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:34:12.5680605Z [00:01:59.139]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T20:34:12.5682182Z [00:01:59.140]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d # internal
2025-08-20T20:34:12.5683366Z [00:01:59.141]➜  github.com/go-git/go-git/v6/storage/filesystem/dotgit
2025-08-20T20:34:12.5684278Z [00:01:59.141]➜  mkdir -p $WORK/b258/
2025-08-20T20:34:12.5701730Z [00:01:59.142]➜  cat >/tmp/go-build3255226541/b258/importcfg << 'EOF' # internal
2025-08-20T20:34:12.5702629Z [00:01:59.142]➜  # import config
2025-08-20T20:34:12.5703319Z [00:01:59.142]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.5704239Z [00:01:59.142]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.5704741Z [00:01:59.142]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.5705168Z [00:01:59.142]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.5706046Z [00:01:59.142]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:12.5706742Z [00:01:59.142]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build3255226541/b188/_pkg_.a
2025-08-20T20:34:12.5707383Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.5708068Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build3255226541/b243/_pkg_.a
2025-08-20T20:34:12.5708790Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build3255226541/b257/_pkg_.a
2025-08-20T20:34:12.5709526Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:12.5710179Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.5710807Z [00:01:59.142]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.5711315Z [00:01:59.142]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.5711713Z [00:01:59.142]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.5712289Z [00:01:59.142]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:12.5713046Z [00:01:59.142]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:12.5713500Z [00:01:59.142]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:12.5713924Z [00:01:59.142]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.5714342Z [00:01:59.142]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:12.5714755Z [00:01:59.142]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.5715193Z [00:01:59.142]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.5715630Z [00:01:59.142]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.5715937Z [00:01:59.142]➜  EOF
2025-08-20T20:34:12.5726167Z [00:01:59.145]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.5749378Z [00:01:59.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 qiCNZD7hDbjrrQqk9b4z/qiCNZD7hDbjrrQqk9b4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/reader.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/writers.go
2025-08-20T20:34:12.5752876Z [00:01:59.147]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T20:34:12.5783779Z [00:01:59.151]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d # internal
2025-08-20T20:34:12.5785916Z [00:01:59.151]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:34:12.5786922Z [00:01:59.151]➜  mkdir -p $WORK/b262/
2025-08-20T20:34:12.5787318Z [00:01:59.151]➜  cat >/tmp/go-build3255226541/b262/importcfg << 'EOF' # internal
2025-08-20T20:34:12.5787665Z [00:01:59.151]➜  # import config
2025-08-20T20:34:12.5788009Z [00:01:59.151]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.5788322Z [00:01:59.151]➜  EOF
2025-08-20T20:34:12.5801669Z [00:01:59.152]➜  /root/.go/pkg/tool/linux_arm64/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 xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -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:34:12.5814681Z [00:01:59.154]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T20:34:12.5817304Z [00:01:59.154]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d # internal
2025-08-20T20:34:12.5818592Z [00:01:59.154]➜  internal/singleflight
2025-08-20T20:34:12.5820786Z [00:01:59.154]➜  mkdir -p $WORK/b264/
2025-08-20T20:34:12.5823278Z [00:01:59.155]➜  cat >/tmp/go-build3255226541/b264/importcfg << 'EOF' # internal
2025-08-20T20:34:12.5824813Z [00:01:59.155]➜  # import config
2025-08-20T20:34:12.5825294Z [00:01:59.155]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.5825648Z [00:01:59.155]➜  EOF
2025-08-20T20:34:12.5827469Z [00:01:59.155]➜  /root/.go/pkg/tool/linux_arm64/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 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:34:12.5914104Z [00:01:59.164]➜  cd $WORK/b206
2025-08-20T20:34:12.5926880Z [00:01:59.164]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -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=TCDaqMs50n5i10PI86Tl -o $WORK/b206/_cgo_main.o -c _cgo_main.c
2025-08-20T20:34:12.6007153Z [00:01:59.173]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T20:34:12.6013077Z [00:01:59.174]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:34:12.6017010Z [00:01:59.174]➜  unique
2025-08-20T20:34:12.6017359Z [00:01:59.174]➜  mkdir -p $WORK/b266/
2025-08-20T20:34:12.6036360Z [00:01:59.176]➜  cat >/tmp/go-build3255226541/b266/importcfg << 'EOF' # internal
2025-08-20T20:34:12.6036841Z [00:01:59.176]➜  # import config
2025-08-20T20:34:12.6037216Z [00:01:59.176]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:12.6037697Z [00:01:59.176]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:12.6038205Z [00:01:59.176]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:12.6038703Z [00:01:59.176]➜  packagefile internal/sync=/tmp/go-build3255226541/b043/_pkg_.a
2025-08-20T20:34:12.6039155Z [00:01:59.176]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.6039645Z [00:01:59.176]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.6040080Z [00:01:59.176]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:12.6040511Z [00:01:59.176]➜  packagefile weak=/tmp/go-build3255226541/b132/_pkg_.a
2025-08-20T20:34:12.6040820Z [00:01:59.176]➜  EOF
2025-08-20T20:34:12.6041116Z [00:01:59.176]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.6043496Z [00:01:59.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b266=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -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:34:12.6105182Z [00:01:59.181]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -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:34:12.6898590Z [00:01:59.262]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T20:34:12.6929522Z [00:01:59.265]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:34:12.6938656Z [00:01:59.266]➜  net/netip
2025-08-20T20:34:12.6939115Z [00:01:59.266]➜  mkdir -p $WORK/b265/
2025-08-20T20:34:12.6950260Z [00:01:59.267]➜  cat >/tmp/go-build3255226541/b265/importcfg << 'EOF' # internal
2025-08-20T20:34:12.6950681Z [00:01:59.267]➜  # import config
2025-08-20T20:34:12.6951025Z [00:01:59.267]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:12.6951450Z [00:01:59.267]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.6952059Z [00:01:59.267]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:12.6952625Z [00:01:59.267]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:12.6953120Z [00:01:59.267]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:12.6953827Z [00:01:59.267]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:12.6954858Z [00:01:59.267]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:12.6955460Z [00:01:59.267]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.6956066Z [00:01:59.267]➜  packagefile unique=/tmp/go-build3255226541/b266/_pkg_.a
2025-08-20T20:34:12.6956515Z [00:01:59.267]➜  EOF
2025-08-20T20:34:12.6963889Z [00:01:59.268]➜  /root/.go/pkg/tool/linux_arm64/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 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -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:34:12.7325177Z [00:01:59.305]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T20:34:12.7344258Z [00:01:59.307]➜  gcc -I /root/.go/src/os/user -fPIC -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:34:12.7346360Z [00:01:59.307]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b206/_cgo_.o -dynout $WORK/b206/_cgo_import.go
2025-08-20T20:34:12.7383222Z [00:01:59.311]➜  cat >/tmp/go-build3255226541/b206/importcfg << 'EOF' # internal
2025-08-20T20:34:12.7385733Z [00:01:59.311]➜  # import config
2025-08-20T20:34:12.7387444Z [00:01:59.311]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.7388592Z [00:01:59.311]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.7389594Z [00:01:59.311]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.7390659Z [00:01:59.311]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.7391121Z [00:01:59.311]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.7391544Z [00:01:59.311]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:12.7392153Z [00:01:59.311]➜  packagefile runtime/cgo=/tmp/go-build3255226541/b207/_pkg_.a
2025-08-20T20:34:12.7392539Z [00:01:59.311]➜  EOF
2025-08-20T20:34:12.7406301Z [00:01:59.313]➜  /root/.go/pkg/tool/linux_arm64/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 TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -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:34:12.7426129Z [00:01:59.315]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d # internal
2025-08-20T20:34:12.7444943Z [00:01:59.317]➜  github.com/go-git/go-git/v6/storage/filesystem
2025-08-20T20:34:12.7451095Z [00:01:59.317]➜  mkdir -p $WORK/b256/
2025-08-20T20:34:12.7461863Z [00:01:59.319]➜  cat >/tmp/go-build3255226541/b256/importcfg << 'EOF' # internal
2025-08-20T20:34:12.7465119Z [00:01:59.319]➜  # import config
2025-08-20T20:34:12.7465509Z [00:01:59.319]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.7467434Z [00:01:59.319]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:12.7468535Z [00:01:59.319]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.7469074Z [00:01:59.319]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.7469581Z [00:01:59.319]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:12.7470559Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build3255226541/b191/_pkg_.a
2025-08-20T20:34:12.7471168Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.7471800Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build3255226541/b240/_pkg_.a
2025-08-20T20:34:12.7472694Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build3255226541/b243/_pkg_.a
2025-08-20T20:34:12.7473426Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:12.7474139Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build3255226541/b257/_pkg_.a
2025-08-20T20:34:12.7474868Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:12.7475692Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.7476341Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.7477015Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build3255226541/b258/_pkg_.a
2025-08-20T20:34:12.7477690Z [00:01:59.319]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.7478196Z [00:01:59.319]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.7478606Z [00:01:59.319]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.7479015Z [00:01:59.319]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.7479423Z [00:01:59.319]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:12.7479731Z [00:01:59.319]➜  EOF
2025-08-20T20:34:12.7496298Z [00:01:59.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 Jns0kwgB2p-_ZFK81Pfx/Jns0kwgB2p-_ZFK81Pfx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/config.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/deltaobject.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/index.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/module.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object_iter.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/reference.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/shallow.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/storage.go
2025-08-20T20:34:12.7661300Z [00:01:59.338]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T20:34:12.7686733Z [00:01:59.341]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:34:12.7694808Z [00:01:59.342]➜  crypto/internal/fips140/hkdf
2025-08-20T20:34:12.7695165Z [00:01:59.342]➜  mkdir -p $WORK/b270/
2025-08-20T20:34:12.7699829Z [00:01:59.342]➜  cat >/tmp/go-build3255226541/b270/importcfg << 'EOF' # internal
2025-08-20T20:34:12.7704146Z [00:01:59.342]➜  # import config
2025-08-20T20:34:12.7704517Z [00:01:59.342]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.7705046Z [00:01:59.342]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:12.7705644Z [00:01:59.343]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:12.7706254Z [00:01:59.343]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:12.7706835Z [00:01:59.343]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:12.7709195Z [00:01:59.343]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.7710234Z [00:01:59.343]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.7710602Z [00:01:59.343]➜  EOF
2025-08-20T20:34:12.7712714Z [00:01:59.343]➜  /root/.go/pkg/tool/linux_arm64/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 bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -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:34:12.7927630Z [00:01:59.365]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T20:34:12.7931727Z [00:01:59.366]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T20:34:12.7933224Z [00:01:59.366]➜  crypto/hkdf
2025-08-20T20:34:12.7933504Z [00:01:59.366]➜  mkdir -p $WORK/b269/
2025-08-20T20:34:12.7938624Z [00:01:59.366]➜  cat >/tmp/go-build3255226541/b269/importcfg << 'EOF' # internal
2025-08-20T20:34:12.7939174Z [00:01:59.366]➜  # import config
2025-08-20T20:34:12.7939749Z [00:01:59.366]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3255226541/b270/_pkg_.a
2025-08-20T20:34:12.7940523Z [00:01:59.366]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3255226541/b105/_pkg_.a
2025-08-20T20:34:12.7941282Z [00:01:59.366]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:12.7942142Z [00:01:59.366]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.7948697Z [00:01:59.366]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.7949279Z [00:01:59.366]➜  EOF
2025-08-20T20:34:12.7950761Z [00:01:59.366]➜  /root/.go/pkg/tool/linux_arm64/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 le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:34:12.8025012Z [00:01:59.372]➜  cd /root/.go/src/os/user
2025-08-20T20:34:12.8026114Z [00:01:59.372]➜  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:34:12.8027519Z [00:01:59.375]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:34:12.8028756Z [00:01:59.375]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d # internal
2025-08-20T20:34:12.8029419Z [00:01:59.375]➜  github.com/go-git/go-git/v6/internal/path_util
2025-08-20T20:34:12.8029756Z [00:01:59.375]➜  mkdir -p $WORK/b205/
2025-08-20T20:34:12.8030160Z [00:01:59.375]➜  cat >/tmp/go-build3255226541/b205/importcfg << 'EOF' # internal
2025-08-20T20:34:12.8030506Z [00:01:59.375]➜  # import config
2025-08-20T20:34:12.8030831Z [00:01:59.375]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.8031249Z [00:01:59.375]➜  packagefile os/user=/tmp/go-build3255226541/b206/_pkg_.a
2025-08-20T20:34:12.8031676Z [00:01:59.375]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.8032323Z [00:01:59.375]➜  EOF
2025-08-20T20:34:12.8032680Z [00:01:59.375]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.8034644Z [00:01:59.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 rSVttYQngOUAUuBQN7eU/rSVttYQngOUAUuBQN7eU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/path_util/path_util.go
2025-08-20T20:34:12.8053514Z [00:01:59.378]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T20:34:12.8063891Z [00:01:59.379]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T20:34:12.8076205Z [00:01:59.380]➜  crypto/internal/fips140/mlkem
2025-08-20T20:34:12.8077812Z [00:01:59.380]➜  mkdir -p $WORK/b271/
2025-08-20T20:34:12.8091220Z [00:01:59.381]➜  cat >/tmp/go-build3255226541/b271/importcfg << 'EOF' # internal
2025-08-20T20:34:12.8093315Z [00:01:59.381]➜  # import config
2025-08-20T20:34:12.8093744Z [00:01:59.381]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.8094240Z [00:01:59.381]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:12.8094816Z [00:01:59.381]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:12.8095415Z [00:01:59.381]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:12.8095990Z [00:01:59.381]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:12.8096575Z [00:01:59.381]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:12.8097203Z [00:01:59.381]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:12.8097734Z [00:01:59.381]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.8098058Z [00:01:59.381]➜  EOF
2025-08-20T20:34:12.8114811Z [00:01:59.383]➜  /root/.go/pkg/tool/linux_arm64/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 dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -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:34:12.8229102Z [00:01:59.395]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:34:12.8236608Z [00:01:59.396]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d # internal
2025-08-20T20:34:12.8237634Z [00:01:59.396]➜  github.com/go-git/go-git/v6/plumbing/format/gitignore
2025-08-20T20:34:12.8239544Z [00:01:59.396]➜  mkdir -p $WORK/b241/
2025-08-20T20:34:12.8240695Z [00:01:59.396]➜  cat >/tmp/go-build3255226541/b241/importcfg << 'EOF' # internal
2025-08-20T20:34:12.8242437Z [00:01:59.396]➜  # import config
2025-08-20T20:34:12.8243261Z [00:01:59.396]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.8244405Z [00:01:59.396]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.8245594Z [00:01:59.397]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:12.8246317Z [00:01:59.397]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build3255226541/b205/_pkg_.a
2025-08-20T20:34:12.8247052Z [00:01:59.397]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:12.8247749Z [00:01:59.397]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.8248327Z [00:01:59.397]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.8248733Z [00:01:59.397]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:12.8249172Z [00:01:59.397]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:12.8249625Z [00:01:59.397]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.8250422Z [00:01:59.397]➜  EOF
2025-08-20T20:34:12.8258973Z [00:01:59.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 ekJd8VH-H1hpF8XAH4A2/ekJd8VH-H1hpF8XAH4A2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/dir.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/matcher.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/pattern.go
2025-08-20T20:34:12.8778010Z [00:01:59.450]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T20:34:12.8803452Z [00:01:59.451]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d # internal
2025-08-20T20:34:12.8804282Z [00:01:59.451]➜  crypto/internal/fips140/tls12
2025-08-20T20:34:12.8804709Z [00:01:59.451]➜  mkdir -p $WORK/b272/
2025-08-20T20:34:12.8805220Z [00:01:59.451]➜  cat >/tmp/go-build3255226541/b272/importcfg << 'EOF' # internal
2025-08-20T20:34:12.8805688Z [00:01:59.451]➜  # import config
2025-08-20T20:34:12.8806147Z [00:01:59.451]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.8806766Z [00:01:59.451]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:12.8807491Z [00:01:59.451]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:12.8808197Z [00:01:59.451]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:12.8808876Z [00:01:59.451]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:12.8809585Z [00:01:59.451]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:12.8810223Z [00:01:59.451]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.8810757Z [00:01:59.451]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.8811174Z [00:01:59.451]➜  EOF
2025-08-20T20:34:12.8813731Z [00:01:59.451]➜  /root/.go/pkg/tool/linux_arm64/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 riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -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:34:12.9051508Z [00:01:59.477]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T20:34:12.9065437Z [00:01:59.479]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T20:34:12.9071494Z [00:01:59.479]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T20:34:12.9072335Z [00:01:59.479]➜  crypto/internal/fips140/tls13
2025-08-20T20:34:12.9078339Z [00:01:59.480]➜  mkdir -p $WORK/b273/
2025-08-20T20:34:12.9079453Z [00:01:59.480]➜  cat >/tmp/go-build3255226541/b273/importcfg << 'EOF' # internal
2025-08-20T20:34:12.9079854Z [00:01:59.480]➜  # import config
2025-08-20T20:34:12.9080202Z [00:01:59.480]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.9080717Z [00:01:59.480]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:12.9081292Z [00:01:59.480]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:12.9081869Z [00:01:59.480]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3255226541/b270/_pkg_.a
2025-08-20T20:34:12.9083080Z [00:01:59.480]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:12.9083713Z [00:01:59.480]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:12.9084244Z [00:01:59.480]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.9084664Z [00:01:59.480]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:12.9084970Z [00:01:59.480]➜  EOF
2025-08-20T20:34:12.9086901Z [00:01:59.480]➜  /root/.go/pkg/tool/linux_arm64/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 HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -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:34:12.9126656Z [00:01:59.485]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d # internal
2025-08-20T20:34:12.9127872Z [00:01:59.485]➜  github.com/go-git/go-git/v6/plumbing/transport
2025-08-20T20:34:12.9128494Z [00:01:59.485]➜  mkdir -p $WORK/b255/
2025-08-20T20:34:12.9128880Z [00:01:59.485]➜  cat >/tmp/go-build3255226541/b255/importcfg << 'EOF' # internal
2025-08-20T20:34:12.9129230Z [00:01:59.485]➜  # import config
2025-08-20T20:34:12.9129574Z [00:01:59.485]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:12.9130011Z [00:01:59.485]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:12.9130433Z [00:01:59.485]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:12.9130855Z [00:01:59.485]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.9131303Z [00:01:59.485]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:12.9131816Z [00:01:59.485]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:12.9132528Z [00:01:59.485]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build3255226541/b184/_pkg_.a
2025-08-20T20:34:12.9133180Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build3255226541/b218/_pkg_.a
2025-08-20T20:34:12.9133844Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build3255226541/b192/_pkg_.a
2025-08-20T20:34:12.9134463Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:12.9135410Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build3255226541/b240/_pkg_.a
2025-08-20T20:34:12.9136183Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:12.9136908Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build3255226541/b250/_pkg_.a
2025-08-20T20:34:12.9137603Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:12.9138267Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build3255226541/b204/_pkg_.a
2025-08-20T20:34:12.9138966Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build3255226541/b249/_pkg_.a
2025-08-20T20:34:12.9139778Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build3255226541/b251/_pkg_.a
2025-08-20T20:34:12.9140604Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build3255226541/b253/_pkg_.a
2025-08-20T20:34:12.9141330Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build3255226541/b254/_pkg_.a
2025-08-20T20:34:12.9142114Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:12.9143009Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:12.9143659Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build3255226541/b256/_pkg_.a
2025-08-20T20:34:12.9144312Z [00:01:59.485]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:12.9144818Z [00:01:59.485]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:12.9145221Z [00:01:59.485]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:12.9145851Z [00:01:59.485]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:12.9146309Z [00:01:59.485]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:12.9146760Z [00:01:59.485]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:12.9147183Z [00:01:59.485]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.9147622Z [00:01:59.485]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:12.9148051Z [00:01:59.485]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:12.9153317Z [00:01:59.485]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:12.9157009Z [00:01:59.485]➜  EOF
2025-08-20T20:34:12.9162858Z [00:01:59.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 xex4l_g0iBvyoNvXg2Pd/xex4l_g0iBvyoNvXg2Pd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/fetch.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/loader.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/mocks.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/negotiate.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/pack.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/push.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/receive_pack.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/registry.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serve.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serverinfo.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/service.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/transport.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/upload_pack.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/version.go
2025-08-20T20:34:12.9198384Z [00:01:59.492]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T20:34:12.9254245Z [00:01:59.496]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T20:34:12.9255013Z [00:01:59.496]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:34:12.9255337Z [00:01:59.496]➜  mkdir -p $WORK/b276/
2025-08-20T20:34:12.9255653Z [00:01:59.496]➜  echo -n > $WORK/b276/go_asm.h # internal
2025-08-20T20:34:12.9256023Z [00:01:59.497]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:34:12.9257413Z [00:01:59.497]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b276=>" -I $WORK/b276/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b276/symabis ./chacha_arm64.s
2025-08-20T20:34:12.9324846Z [00:01:59.504]➜  cat >/tmp/go-build3255226541/b276/importcfg << 'EOF' # internal
2025-08-20T20:34:12.9327660Z [00:01:59.505]➜  # import config
2025-08-20T20:34:12.9328166Z [00:01:59.505]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:34:12.9328737Z [00:01:59.505]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:12.9329672Z [00:01:59.505]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:12.9330132Z [00:01:59.505]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.9330685Z [00:01:59.505]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3255226541/b277/_pkg_.a
2025-08-20T20:34:12.9331233Z [00:01:59.505]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:12.9331665Z [00:01:59.505]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:12.9332157Z [00:01:59.505]➜  EOF
2025-08-20T20:34:12.9332541Z [00:01:59.505]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.9335119Z [00:01:59.505]➜  /root/.go/pkg/tool/linux_arm64/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 -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b276/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack -asmhdr $WORK/b276/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T20:34:12.9529825Z [00:01:59.525]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T20:34:12.9557077Z [00:01:59.528]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T20:34:12.9611613Z [00:01:59.532]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:34:12.9612210Z [00:01:59.532]➜  mkdir -p $WORK/b278/
2025-08-20T20:34:12.9612621Z [00:01:59.532]➜  cat >/tmp/go-build3255226541/b278/importcfg << 'EOF' # internal
2025-08-20T20:34:12.9612975Z [00:01:59.532]➜  # import config
2025-08-20T20:34:12.9613382Z [00:01:59.532]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:12.9613863Z [00:01:59.532]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:12.9614329Z [00:01:59.532]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:12.9614686Z [00:01:59.532]➜  EOF
2025-08-20T20:34:12.9617637Z [00:01:59.532]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T20:34:12.9792853Z [00:01:59.551]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T20:34:12.9806619Z [00:01:59.553]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T20:34:12.9812870Z [00:01:59.553]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b276=>" -I $WORK/b276/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b276/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:34:12.9840487Z [00:01:59.556]➜  go tool pack r $WORK/b276/_pkg_.a $WORK/b276/chacha_arm64.o # internal
2025-08-20T20:34:12.9841153Z [00:01:59.556]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T20:34:12.9860159Z [00:01:59.557]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T20:34:12.9878697Z [00:01:59.560]➜  crypto/md5
2025-08-20T20:34:12.9883297Z [00:01:59.560]➜  mkdir -p $WORK/b279/
2025-08-20T20:34:12.9883660Z [00:01:59.560]➜  echo -n > $WORK/b279/go_asm.h # internal
2025-08-20T20:34:12.9883988Z [00:01:59.560]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:34:12.9884980Z [00:01:59.560]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b279=>" -I $WORK/b279/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b279/symabis ./md5block_arm64.s
2025-08-20T20:34:12.9886204Z [00:01:59.560]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:34:12.9896250Z [00:01:59.562]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T20:34:12.9967433Z [00:01:59.569]➜  net
2025-08-20T20:34:12.9967926Z [00:01:59.569]➜  mkdir -p $WORK/b261/
2025-08-20T20:34:12.9968418Z [00:01:59.569]➜  echo -n > $WORK/b261/preferlinkext # internal
2025-08-20T20:34:12.9968877Z [00:01:59.569]➜  cd /root/.go/src/net
2025-08-20T20:34:12.9970200Z [00:01:59.569]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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:34:12.9971694Z [00:01:59.569]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T20:34:12.9972591Z [00:01:59.569]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:34:12.9973103Z [00:01:59.569]➜  mkdir -p $WORK/b275/
2025-08-20T20:34:12.9973634Z [00:01:59.569]➜  cat >/tmp/go-build3255226541/b275/importcfg << 'EOF' # internal
2025-08-20T20:34:12.9974078Z [00:01:59.569]➜  # import config
2025-08-20T20:34:12.9974586Z [00:01:59.569]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:34:12.9975308Z [00:01:59.569]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:34:12.9976105Z [00:01:59.569]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:34:12.9976773Z [00:01:59.569]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:12.9977364Z [00:01:59.569]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:12.9977926Z [00:01:59.569]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:12.9979013Z [00:01:59.569]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3255226541/b276/_pkg_.a
2025-08-20T20:34:12.9979916Z [00:01:59.569]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3255226541/b277/_pkg_.a
2025-08-20T20:34:12.9980716Z [00:01:59.569]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3255226541/b278/_pkg_.a
2025-08-20T20:34:12.9981248Z [00:01:59.569]➜  EOF
2025-08-20T20:34:12.9982137Z [00:01:59.569]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:12.9985474Z [00:01:59.569]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T20:34:13.0009279Z [00:01:59.573]➜  cat >/tmp/go-build3255226541/b279/importcfg << 'EOF' # internal
2025-08-20T20:34:13.0009773Z [00:01:59.573]➜  # import config
2025-08-20T20:34:13.0010131Z [00:01:59.573]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:13.0010644Z [00:01:59.573]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:13.0011139Z [00:01:59.573]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.0011558Z [00:01:59.573]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:13.0012112Z [00:01:59.573]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:13.0012677Z [00:01:59.573]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:13.0013004Z [00:01:59.573]➜  EOF
2025-08-20T20:34:13.0014832Z [00:01:59.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b279=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -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/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T20:34:13.0520894Z [00:01:59.624]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:34:13.0522261Z [00:01:59.624]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b279=>" -I $WORK/b279/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b279/md5block_arm64.o ./md5block_arm64.s
2025-08-20T20:34:13.0548168Z [00:01:59.627]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T20:34:13.0551212Z [00:01:59.627]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T20:34:13.0553242Z [00:01:59.627]➜  crypto/internal/hpke
2025-08-20T20:34:13.0553975Z [00:01:59.627]➜  mkdir -p $WORK/b274/
2025-08-20T20:34:13.0560006Z [00:01:59.628]➜  cat >/tmp/go-build3255226541/b274/importcfg << 'EOF' # internal
2025-08-20T20:34:13.0562545Z [00:01:59.628]➜  # import config
2025-08-20T20:34:13.0563060Z [00:01:59.628]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:34:13.0563633Z [00:01:59.628]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:13.0564072Z [00:01:59.628]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:13.0564536Z [00:01:59.628]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:13.0565021Z [00:01:59.628]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:13.0565479Z [00:01:59.628]➜  packagefile crypto/hkdf=/tmp/go-build3255226541/b269/_pkg_.a
2025-08-20T20:34:13.0565935Z [00:01:59.628]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:13.0566371Z [00:01:59.628]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.0567343Z [00:01:59.628]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3255226541/b275/_pkg_.a
2025-08-20T20:34:13.0567936Z [00:01:59.628]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:13.0568408Z [00:01:59.628]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:13.0568730Z [00:01:59.628]➜  EOF
2025-08-20T20:34:13.0572399Z [00:01:59.629]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.0575696Z [00:01:59.629]➜  /root/.go/pkg/tool/linux_arm64/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 LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:34:13.0610533Z [00:01:59.633]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:34:13.0643140Z [00:01:59.633]➜  go tool pack r $WORK/b279/_pkg_.a $WORK/b279/md5block_arm64.o # internal
2025-08-20T20:34:13.0644479Z [00:01:59.633]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T20:34:13.0645601Z [00:01:59.634]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T20:34:13.0646710Z [00:01:59.634]➜  crypto/rc4
2025-08-20T20:34:13.0647038Z [00:01:59.634]➜  mkdir -p $WORK/b280/
2025-08-20T20:34:13.0647431Z [00:01:59.635]➜  cat >/tmp/go-build3255226541/b280/importcfg << 'EOF' # internal
2025-08-20T20:34:13.0647804Z [00:01:59.635]➜  # import config
2025-08-20T20:34:13.0648241Z [00:01:59.635]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:13.0648824Z [00:01:59.635]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:13.0649317Z [00:01:59.635]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.0649756Z [00:01:59.635]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:13.0650071Z [00:01:59.635]➜  EOF
2025-08-20T20:34:13.0650356Z [00:01:59.635]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.0651839Z [00:01:59.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b280=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:34:13.0862666Z [00:01:59.657]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T20:34:13.0863242Z [00:01:59.658]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T20:34:13.0863917Z [00:01:59.658]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T20:34:13.0865869Z [00:01:59.659]➜  crypto/fips140
2025-08-20T20:34:13.0866306Z [00:01:59.659]➜  mkdir -p $WORK/b282/
2025-08-20T20:34:13.0866814Z [00:01:59.659]➜  cat >/tmp/go-build3255226541/b282/importcfg << 'EOF' # internal
2025-08-20T20:34:13.0867291Z [00:01:59.659]➜  # import config
2025-08-20T20:34:13.0867800Z [00:01:59.659]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:13.0868519Z [00:01:59.659]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:13.0869036Z [00:01:59.659]➜  EOF
2025-08-20T20:34:13.0875043Z [00:01:59.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b282=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:34:13.0895270Z [00:01:59.660]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d # internal
2025-08-20T20:34:13.0895917Z [00:01:59.660]➜  github.com/go-git/go-git/v6/plumbing/transport/file
2025-08-20T20:34:13.0896259Z [00:01:59.660]➜  mkdir -p $WORK/b259/
2025-08-20T20:34:13.0896631Z [00:01:59.661]➜  cat >/tmp/go-build3255226541/b259/importcfg << 'EOF' # internal
2025-08-20T20:34:13.0896972Z [00:01:59.661]➜  # import config
2025-08-20T20:34:13.0897318Z [00:01:59.661]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:13.0897757Z [00:01:59.662]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.0898319Z [00:01:59.662]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:13.0898853Z [00:01:59.662]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.0899263Z [00:01:59.662]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.0899592Z [00:01:59.662]➜  EOF
2025-08-20T20:34:13.0901521Z [00:01:59.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 wnhIpOM8jtwXisEov_i9/wnhIpOM8jtwXisEov_i9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/client.go
2025-08-20T20:34:13.0969973Z [00:01:59.669]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T20:34:13.0974323Z [00:01:59.670]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T20:34:13.0977271Z [00:01:59.670]➜  crypto/tls/internal/fips140tls
2025-08-20T20:34:13.0979539Z [00:01:59.670]➜  mkdir -p $WORK/b281/
2025-08-20T20:34:13.1005728Z [00:01:59.673]➜  cat >/tmp/go-build3255226541/b281/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1007162Z [00:01:59.673]➜  # import config
2025-08-20T20:34:13.1007806Z [00:01:59.673]➜  packagefile crypto/fips140=/tmp/go-build3255226541/b282/_pkg_.a
2025-08-20T20:34:13.1008288Z [00:01:59.673]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:13.1008619Z [00:01:59.673]➜  EOF
2025-08-20T20:34:13.1057232Z [00:01:59.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b281=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:34:13.1058969Z [00:01:59.678]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T20:34:13.1073764Z [00:01:59.679]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T20:34:13.1075530Z [00:01:59.679]➜  crypto/x509/pkix
2025-08-20T20:34:13.1075836Z [00:01:59.679]➜  mkdir -p $WORK/b284/
2025-08-20T20:34:13.1076221Z [00:01:59.679]➜  cat >/tmp/go-build3255226541/b284/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1076566Z [00:01:59.679]➜  # import config
2025-08-20T20:34:13.1076931Z [00:01:59.679]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:13.1077426Z [00:01:59.679]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:13.1077861Z [00:01:59.679]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.1078279Z [00:01:59.679]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:13.1078701Z [00:01:59.679]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:13.1079007Z [00:01:59.679]➜  EOF
2025-08-20T20:34:13.1080957Z [00:01:59.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b284=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:34:13.1137285Z [00:01:59.686]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T20:34:13.1143648Z [00:01:59.686]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T20:34:13.1144282Z [00:01:59.686]➜  encoding/pem
2025-08-20T20:34:13.1144543Z [00:01:59.686]➜  mkdir -p $WORK/b285/
2025-08-20T20:34:13.1144915Z [00:01:59.687]➜  cat >/tmp/go-build3255226541/b285/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1145257Z [00:01:59.687]➜  # import config
2025-08-20T20:34:13.1145612Z [00:01:59.687]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.1146065Z [00:01:59.687]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:13.1146514Z [00:01:59.687]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.1146923Z [00:01:59.687]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.1147332Z [00:01:59.687]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:13.1147754Z [00:01:59.687]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.1148088Z [00:01:59.687]➜  EOF
2025-08-20T20:34:13.1149515Z [00:01:59.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b285=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:34:13.1237489Z [00:01:59.696]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T20:34:13.1250826Z [00:01:59.697]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d # internal
2025-08-20T20:34:13.1267230Z [00:01:59.699]➜  compress/gzip
2025-08-20T20:34:13.1268048Z [00:01:59.699]➜  mkdir -p $WORK/b288/
2025-08-20T20:34:13.1277164Z [00:01:59.700]➜  cat >/tmp/go-build3255226541/b288/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1287289Z [00:01:59.700]➜  # import config
2025-08-20T20:34:13.1288431Z [00:01:59.700]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:13.1289928Z [00:01:59.700]➜  packagefile compress/flate=/tmp/go-build3255226541/b164/_pkg_.a
2025-08-20T20:34:13.1290434Z [00:01:59.700]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:13.1290895Z [00:01:59.700]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.1291331Z [00:01:59.700]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.1291757Z [00:01:59.700]➜  packagefile hash/crc32=/tmp/go-build3255226541/b248/_pkg_.a
2025-08-20T20:34:13.1292589Z [00:01:59.700]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.1293004Z [00:01:59.700]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:13.1293313Z [00:01:59.700]➜  EOF
2025-08-20T20:34:13.1294922Z [00:01:59.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b288=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:34:13.1358267Z [00:01:59.708]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T20:34:13.1412951Z [00:01:59.714]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T20:34:13.1415998Z [00:01:59.714]➜  vendor/golang.org/x/text/transform
2025-08-20T20:34:13.1418728Z [00:01:59.714]➜  mkdir -p $WORK/b292/
2025-08-20T20:34:13.1423258Z [00:01:59.714]➜  cat >/tmp/go-build3255226541/b292/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1423644Z [00:01:59.714]➜  # import config
2025-08-20T20:34:13.1423998Z [00:01:59.714]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.1424429Z [00:01:59.714]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.1424876Z [00:01:59.714]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.1425349Z [00:01:59.714]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.1425690Z [00:01:59.714]➜  EOF
2025-08-20T20:34:13.1427486Z [00:01:59.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b292=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:34:13.1537763Z [00:01:59.725]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T20:34:13.1538589Z [00:01:59.725]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T20:34:13.1539233Z [00:01:59.726]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:34:13.1539547Z [00:01:59.726]➜  mkdir -p $WORK/b293/
2025-08-20T20:34:13.1545398Z [00:01:59.727]➜  cat >/tmp/go-build3255226541/b293/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1546002Z [00:01:59.727]➜  # import config
2025-08-20T20:34:13.1546579Z [00:01:59.727]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.1547078Z [00:01:59.727]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:13.1551239Z [00:01:59.727]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.1551763Z [00:01:59.727]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:13.1552513Z [00:01:59.727]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:13.1554942Z [00:01:59.727]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.1556293Z [00:01:59.727]➜  EOF
2025-08-20T20:34:13.1559735Z [00:01:59.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b293=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/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:34:13.1785988Z [00:01:59.751]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T20:34:13.1793757Z [00:01:59.752]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T20:34:13.1800599Z [00:01:59.752]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T20:34:13.1806690Z [00:01:59.753]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:34:13.1807035Z [00:01:59.753]➜  mkdir -p $WORK/b294/
2025-08-20T20:34:13.1810961Z [00:01:59.753]➜  cat >/tmp/go-build3255226541/b294/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1824944Z [00:01:59.753]➜  # import config
2025-08-20T20:34:13.1825370Z [00:01:59.753]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:34:13.1825894Z [00:01:59.753]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:13.1826334Z [00:01:59.753]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.1826854Z [00:01:59.753]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3255226541/b292/_pkg_.a
2025-08-20T20:34:13.1827353Z [00:01:59.753]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.1827772Z [00:01:59.753]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:13.1828213Z [00:01:59.753]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.1828545Z [00:01:59.753]➜  EOF
2025-08-20T20:34:13.1837535Z [00:01:59.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b294=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/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:34:13.1847161Z [00:01:59.756]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T20:34:13.1847781Z [00:01:59.756]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:34:13.1848085Z [00:01:59.756]➜  mkdir -p $WORK/b297/
2025-08-20T20:34:13.1848452Z [00:01:59.756]➜  cat >/tmp/go-build3255226541/b297/importcfg << 'EOF' # internal
2025-08-20T20:34:13.1848794Z [00:01:59.756]➜  # import config
2025-08-20T20:34:13.1849133Z [00:01:59.756]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.1849553Z [00:01:59.756]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.1850308Z [00:01:59.756]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.1850820Z [00:01:59.756]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.1851230Z [00:01:59.756]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:13.1851538Z [00:01:59.756]➜  EOF
2025-08-20T20:34:13.1854434Z [00:01:59.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b297=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/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:34:13.2461565Z [00:01:59.818]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T20:34:13.2493297Z [00:01:59.821]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T20:34:13.2496620Z [00:01:59.822]➜  mime
2025-08-20T20:34:13.2500035Z [00:01:59.822]➜  mkdir -p $WORK/b298/
2025-08-20T20:34:13.2503454Z [00:01:59.823]➜  cat >/tmp/go-build3255226541/b298/importcfg << 'EOF' # internal
2025-08-20T20:34:13.2503848Z [00:01:59.823]➜  # import config
2025-08-20T20:34:13.2504201Z [00:01:59.823]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:13.2504626Z [00:01:59.823]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.2505083Z [00:01:59.823]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:13.2505538Z [00:01:59.823]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.2505980Z [00:01:59.823]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.2506385Z [00:01:59.823]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.2506791Z [00:01:59.823]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:13.2507202Z [00:01:59.823]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:13.2507623Z [00:01:59.823]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:13.2508047Z [00:01:59.823]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.2508466Z [00:01:59.823]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:13.2508882Z [00:01:59.823]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:13.2509332Z [00:01:59.823]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.2509669Z [00:01:59.823]➜  EOF
2025-08-20T20:34:13.2513168Z [00:01:59.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b298=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/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:34:13.2796781Z [00:01:59.852]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T20:34:13.2846899Z [00:01:59.857]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T20:34:13.2848240Z [00:01:59.857]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:34:13.2848910Z [00:01:59.857]➜  mkdir -p $WORK/b291/
2025-08-20T20:34:13.2849875Z [00:01:59.857]➜  cat >/tmp/go-build3255226541/b291/importcfg << 'EOF' # internal
2025-08-20T20:34:13.2850319Z [00:01:59.857]➜  # import config
2025-08-20T20:34:13.2851136Z [00:01:59.857]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:34:13.2851789Z [00:01:59.857]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:34:13.2858776Z [00:01:59.857]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.2859335Z [00:01:59.857]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3255226541/b292/_pkg_.a
2025-08-20T20:34:13.2860001Z [00:01:59.857]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3255226541/b293/_pkg_.a
2025-08-20T20:34:13.2860554Z [00:01:59.857]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.2860893Z [00:01:59.857]➜  EOF
2025-08-20T20:34:13.2863272Z [00:01:59.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b291=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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:34:13.3020079Z [00:01:59.874]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T20:34:13.3032152Z [00:01:59.875]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T20:34:13.3040170Z [00:01:59.876]➜  mime/quotedprintable
2025-08-20T20:34:13.3046534Z [00:01:59.877]➜  mkdir -p $WORK/b300/
2025-08-20T20:34:13.3059075Z [00:01:59.878]➜  cat >/tmp/go-build3255226541/b300/importcfg << 'EOF' # internal
2025-08-20T20:34:13.3061851Z [00:01:59.878]➜  # import config
2025-08-20T20:34:13.3063006Z [00:01:59.878]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:13.3063530Z [00:01:59.878]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.3063962Z [00:01:59.878]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.3064368Z [00:01:59.878]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.3064681Z [00:01:59.878]➜  EOF
2025-08-20T20:34:13.3066455Z [00:01:59.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b300=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:34:13.3286683Z [00:01:59.901]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T20:34:13.3294362Z [00:01:59.902]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T20:34:13.3295331Z [00:01:59.902]➜  net/http/internal
2025-08-20T20:34:13.3295851Z [00:01:59.902]➜  mkdir -p $WORK/b302/
2025-08-20T20:34:13.3296409Z [00:01:59.902]➜  cat >/tmp/go-build3255226541/b302/importcfg << 'EOF' # internal
2025-08-20T20:34:13.3296950Z [00:01:59.902]➜  # import config
2025-08-20T20:34:13.3298230Z [00:01:59.902]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:13.3298665Z [00:01:59.902]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.3299086Z [00:01:59.902]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.3299501Z [00:01:59.902]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.3299904Z [00:01:59.902]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.3300212Z [00:01:59.902]➜  EOF
2025-08-20T20:34:13.3302192Z [00:01:59.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b302=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:34:13.3630686Z [00:01:59.935]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T20:34:13.3654427Z [00:01:59.936]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T20:34:13.3655031Z [00:01:59.936]➜  net/http/internal/ascii
2025-08-20T20:34:13.3655319Z [00:01:59.936]➜  mkdir -p $WORK/b303/
2025-08-20T20:34:13.3655693Z [00:01:59.936]➜  cat >/tmp/go-build3255226541/b303/importcfg << 'EOF' # internal
2025-08-20T20:34:13.3656038Z [00:01:59.936]➜  # import config
2025-08-20T20:34:13.3656386Z [00:01:59.936]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.3656848Z [00:01:59.936]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:13.3657169Z [00:01:59.936]➜  EOF
2025-08-20T20:34:13.3658775Z [00:01:59.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b303=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:34:13.3885918Z [00:01:59.961]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T20:34:13.3893708Z [00:01:59.962]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T20:34:13.3895604Z [00:01:59.962]➜  crypto/mlkem
2025-08-20T20:34:13.3896520Z [00:01:59.962]➜  mkdir -p $WORK/b308/
2025-08-20T20:34:13.3905767Z [00:01:59.963]➜  cat >/tmp/go-build3255226541/b308/importcfg << 'EOF' # internal
2025-08-20T20:34:13.3907327Z [00:01:59.963]➜  # import config
2025-08-20T20:34:13.3908289Z [00:01:59.963]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3255226541/b271/_pkg_.a
2025-08-20T20:34:13.3908735Z [00:01:59.963]➜  EOF
2025-08-20T20:34:13.3910175Z [00:01:59.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b308=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T20:34:13.4238029Z [00:01:59.996]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T20:34:13.4244315Z [00:01:59.997]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T20:34:13.4245019Z [00:01:59.997]➜  golang.org/x/crypto/chacha20
2025-08-20T20:34:13.4245379Z [00:01:59.997]➜  mkdir -p $WORK/b309/
2025-08-20T20:34:13.4246487Z [00:01:59.997]➜  echo -n > $WORK/b309/go_asm.h # internal
2025-08-20T20:34:13.4246984Z [00:01:59.997]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:34:13.4248348Z [00:01:59.997]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b309=>" -I $WORK/b309/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b309/symabis ./chacha_arm64.s
2025-08-20T20:34:13.4357566Z [00:02:00.008]➜  cat >/tmp/go-build3255226541/b309/importcfg << 'EOF' # internal
2025-08-20T20:34:13.4358038Z [00:02:00.008]➜  # import config
2025-08-20T20:34:13.4358435Z [00:02:00.008]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:13.4358925Z [00:02:00.008]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:13.4359813Z [00:02:00.008]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.4360427Z [00:02:00.008]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3255226541/b310/_pkg_.a
2025-08-20T20:34:13.4360960Z [00:02:00.008]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:13.4361422Z [00:02:00.008]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:13.4361740Z [00:02:00.008]➜  EOF
2025-08-20T20:34:13.4362177Z [00:02:00.008]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.4364812Z [00:02:00.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b309=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid pEWYXxAGoUOBhRcVIK7A/pEWYXxAGoUOBhRcVIK7A -goversion go1.25.0 -symabis $WORK/b309/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack -asmhdr $WORK/b309/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20/chacha_arm64.go /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/xor.go
2025-08-20T20:34:13.4585179Z [00:02:00.031]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T20:34:13.4612289Z [00:02:00.033]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T20:34:13.4630933Z [00:02:00.035]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T20:34:13.4638255Z [00:02:00.036]➜  golang.org/x/crypto/curve25519
2025-08-20T20:34:13.4639483Z [00:02:00.036]➜  mkdir -p $WORK/b311/
2025-08-20T20:34:13.4649248Z [00:02:00.037]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T20:34:13.4663674Z [00:02:00.038]➜  vendor/golang.org/x/net/idna
2025-08-20T20:34:13.4664722Z [00:02:00.038]➜  mkdir -p $WORK/b290/
2025-08-20T20:34:13.4669395Z [00:02:00.039]➜  cat >/tmp/go-build3255226541/b311/importcfg << 'EOF' # internal
2025-08-20T20:34:13.4670203Z [00:02:00.039]➜  # import config
2025-08-20T20:34:13.4670976Z [00:02:00.039]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:13.4671896Z [00:02:00.039]➜  EOF
2025-08-20T20:34:13.4674307Z [00:02:00.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519=>golang.org/x/crypto@v0.41.0/curve25519;$WORK/b311=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid f-FaWe8S-oCYZVYzmXnG/f-FaWe8S-oCYZVYzmXnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/curve25519/curve25519.go
2025-08-20T20:34:13.4699332Z [00:02:00.042]➜  cat >/tmp/go-build3255226541/b290/importcfg << 'EOF' # internal
2025-08-20T20:34:13.4700257Z [00:02:00.042]➜  # import config
2025-08-20T20:34:13.4700765Z [00:02:00.042]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:34:13.4701385Z [00:02:00.042]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:34:13.4702116Z [00:02:00.042]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:34:13.4702703Z [00:02:00.042]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.4703254Z [00:02:00.042]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3255226541/b291/_pkg_.a
2025-08-20T20:34:13.4703900Z [00:02:00.042]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3255226541/b293/_pkg_.a
2025-08-20T20:34:13.4704528Z [00:02:00.042]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3255226541/b294/_pkg_.a
2025-08-20T20:34:13.4705046Z [00:02:00.042]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:13.4705851Z [00:02:00.042]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.4706395Z [00:02:00.042]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:13.4706732Z [00:02:00.042]➜  EOF
2025-08-20T20:34:13.4709618Z [00:02:00.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b290=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/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:34:13.4807462Z [00:02:00.053]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20
2025-08-20T20:34:13.4809688Z [00:02:00.053]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/chacha20=>golang.org/x/crypto@v0.41.0/chacha20;$WORK/b309=>" -I $WORK/b309/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b309/chacha_arm64.o ./chacha_arm64.s
2025-08-20T20:34:13.4836271Z [00:02:00.056]➜  go tool pack r $WORK/b309/_pkg_.a $WORK/b309/chacha_arm64.o # internal
2025-08-20T20:34:13.4837365Z [00:02:00.056]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T20:34:13.4841677Z [00:02:00.056]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d # internal
2025-08-20T20:34:13.4843421Z [00:02:00.056]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T20:34:13.4843778Z [00:02:00.056]➜  mkdir -p $WORK/b312/
2025-08-20T20:34:13.4844188Z [00:02:00.057]➜  cat >/tmp/go-build3255226541/b312/importcfg << 'EOF' # internal
2025-08-20T20:34:13.4844555Z [00:02:00.057]➜  # import config
2025-08-20T20:34:13.4844917Z [00:02:00.057]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:13.4845400Z [00:02:00.057]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:13.4845891Z [00:02:00.057]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:13.4846215Z [00:02:00.057]➜  EOF
2025-08-20T20:34:13.4846497Z [00:02:00.057]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.4849141Z [00:02:00.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_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/b312=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid YARxFCNVM-toUumxZt3q/YARxFCNVM-toUumxZt3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/internal/poly1305/mac_noasm.go /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_generic.go
2025-08-20T20:34:13.4880871Z [00:02:00.060]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T20:34:13.4898046Z [00:02:00.061]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d # internal
2025-08-20T20:34:13.4898807Z [00:02:00.061]➜  golang.org/x/crypto/blowfish
2025-08-20T20:34:13.4899121Z [00:02:00.061]➜  mkdir -p $WORK/b314/
2025-08-20T20:34:13.4910883Z [00:02:00.063]➜  cat >/tmp/go-build3255226541/b314/importcfg << 'EOF' # internal
2025-08-20T20:34:13.4911464Z [00:02:00.063]➜  # import config
2025-08-20T20:34:13.4912091Z [00:02:00.063]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:13.4912996Z [00:02:00.063]➜  EOF
2025-08-20T20:34:13.4915436Z [00:02:00.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/blowfish=>golang.org/x/crypto@v0.41.0/blowfish;$WORK/b314=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid MJX5--rHJU7h181OlzWX/MJX5--rHJU7h181OlzWX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/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:34:13.5136511Z [00:02:00.086]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T20:34:13.5147701Z [00:02:00.087]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d # internal
2025-08-20T20:34:13.5171045Z [00:02:00.089]➜  github.com/kevinburke/ssh_config
2025-08-20T20:34:13.5171461Z [00:02:00.089]➜  mkdir -p $WORK/b318/
2025-08-20T20:34:13.5185052Z [00:02:00.091]➜  cat >/tmp/go-build3255226541/b318/importcfg << 'EOF' # internal
2025-08-20T20:34:13.5186033Z [00:02:00.091]➜  # import config
2025-08-20T20:34:13.5186786Z [00:02:00.091]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:13.5187887Z [00:02:00.091]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.5188862Z [00:02:00.091]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.5189293Z [00:02:00.091]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.5189694Z [00:02:00.091]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:13.5190105Z [00:02:00.091]➜  packagefile os/user=/tmp/go-build3255226541/b206/_pkg_.a
2025-08-20T20:34:13.5190561Z [00:02:00.091]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:13.5191007Z [00:02:00.091]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:13.5191448Z [00:02:00.091]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:13.5191877Z [00:02:00.091]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:13.5192541Z [00:02:00.091]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.5192962Z [00:02:00.091]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:13.5193395Z [00:02:00.091]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:13.5193713Z [00:02:00.091]➜  EOF
2025-08-20T20:34:13.5196774Z [00:02:00.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b318=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid Fcioc9miklSE2HAwol6w/Fcioc9miklSE2HAwol6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/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:34:13.5199474Z [00:02:00.091]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T20:34:13.5205850Z [00:02:00.093]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d # internal
2025-08-20T20:34:13.5206530Z [00:02:00.093]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T20:34:13.5206857Z [00:02:00.093]➜  mkdir -p $WORK/b313/
2025-08-20T20:34:13.5207245Z [00:02:00.093]➜  cat >/tmp/go-build3255226541/b313/importcfg << 'EOF' # internal
2025-08-20T20:34:13.5207586Z [00:02:00.093]➜  # import config
2025-08-20T20:34:13.5208350Z [00:02:00.093]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:13.5209037Z [00:02:00.093]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.5209603Z [00:02:00.093]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3255226541/b314/_pkg_.a
2025-08-20T20:34:13.5209985Z [00:02:00.093]➜  EOF
2025-08-20T20:34:13.5212145Z [00:02:00.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_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/b313=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid IWCQKy7DGhhpmo7SeDCU/IWCQKy7DGhhpmo7SeDCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T20:34:13.5357111Z [00:02:00.108]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T20:34:13.5361480Z [00:02:00.108]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d # internal
2025-08-20T20:34:13.5362503Z [00:02:00.109]➜  github.com/go-git/go-git/v6/utils/merkletrie/filesystem
2025-08-20T20:34:13.5362858Z [00:02:00.109]➜  mkdir -p $WORK/b321/
2025-08-20T20:34:13.5364938Z [00:02:00.109]➜  cat >/tmp/go-build3255226541/b321/importcfg << 'EOF' # internal
2025-08-20T20:34:13.5365801Z [00:02:00.109]➜  # import config
2025-08-20T20:34:13.5367079Z [00:02:00.109]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:13.5368139Z [00:02:00.109]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:13.5368816Z [00:02:00.109]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:13.5370188Z [00:02:00.109]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:13.5370919Z [00:02:00.109]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:13.5371469Z [00:02:00.109]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.5371870Z [00:02:00.109]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:13.5372469Z [00:02:00.109]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:13.5372781Z [00:02:00.109]➜  EOF
2025-08-20T20:34:13.5374830Z [00:02:00.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem=>github.com/go-git/go-git/v6/utils/merkletrie/filesystem;$WORK/b321=>" -p github.com/go-git/go-git/v6/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid p8wyHqKd2uIR5WAZY8uO/p8wyHqKd2uIR5WAZY8uO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem/node.go
2025-08-20T20:34:13.5376615Z [00:02:00.110]➜  cd $WORK/b261
2025-08-20T20:34:13.5377945Z [00:02:00.110]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x001.o -c _cgo_export.c
2025-08-20T20:34:13.5586588Z [00:02:00.131]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:34:13.5677801Z [00:02:00.140]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T20:34:13.5679165Z [00:02:00.140]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d # internal
2025-08-20T20:34:13.5679997Z [00:02:00.140]➜  github.com/go-git/go-git/v6/utils/merkletrie/index
2025-08-20T20:34:13.5680475Z [00:02:00.140]➜  mkdir -p $WORK/b322/
2025-08-20T20:34:13.5680980Z [00:02:00.140]➜  cat >/tmp/go-build3255226541/b322/importcfg << 'EOF' # internal
2025-08-20T20:34:13.5681497Z [00:02:00.140]➜  # import config
2025-08-20T20:34:13.5682300Z [00:02:00.140]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:13.5683170Z [00:02:00.140]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:13.5683870Z [00:02:00.140]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:13.5684423Z [00:02:00.140]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.5684877Z [00:02:00.140]➜  EOF
2025-08-20T20:34:13.5685351Z [00:02:00.140]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.5687525Z [00:02:00.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index=>github.com/go-git/go-git/v6/utils/merkletrie/index;$WORK/b322=>" -p github.com/go-git/go-git/v6/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid Jj7jO5W6-uIX8974dISy/Jj7jO5W6-uIX8974dISy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index/node.go
2025-08-20T20:34:13.5917146Z [00:02:00.164]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T20:34:13.5924810Z [00:02:00.165]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d # internal
2025-08-20T20:34:13.5932791Z [00:02:00.165]➜  github.com/go-git/go-git/v6/_examples
2025-08-20T20:34:13.5935001Z [00:02:00.165]➜  mkdir -p $WORK/b323/
2025-08-20T20:34:13.5935400Z [00:02:00.165]➜  cat >/tmp/go-build3255226541/b323/importcfg << 'EOF' # internal
2025-08-20T20:34:13.5935747Z [00:02:00.165]➜  # import config
2025-08-20T20:34:13.5936071Z [00:02:00.165]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:13.5936473Z [00:02:00.165]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:13.5936944Z [00:02:00.165]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:13.5937264Z [00:02:00.165]➜  EOF
2025-08-20T20:34:13.5938924Z [00:02:00.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples=>github.com/go-git/go-git/v6/_examples;$WORK/b323=>" -p github.com/go-git/go-git/v6/_examples -lang=go1.23 -complete -installsuffix shared -buildid brZgI_gcipOyAk0WwxiF/brZgI_gcipOyAk0WwxiF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/common.go
2025-08-20T20:34:13.5941079Z [00:02:00.166]➜  cd $WORK/b261
2025-08-20T20:34:13.5943088Z [00:02:00.166]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:34:13.6103546Z [00:02:00.182]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T20:34:13.6105811Z [00:02:00.183]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d # internal
2025-08-20T20:34:13.6197965Z [00:02:00.192]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T20:34:13.6214527Z [00:02:00.194]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d # internal
2025-08-20T20:34:13.6278109Z [00:02:00.200]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:34:13.6284279Z [00:02:00.201]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T20:34:13.6295900Z [00:02:00.202]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T20:34:13.6468010Z [00:02:00.219]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:34:13.6736131Z [00:02:00.246]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:34:13.6963902Z [00:02:00.268]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b261/_cgo_main.o -c _cgo_main.c
2025-08-20T20:34:13.7110176Z [00:02:00.283]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:13.7111669Z [00:02:00.283]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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:34:13.8101514Z [00:02:00.382]➜  gcc -I /root/.go/src/net -fPIC -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:34:13.8103459Z [00:02:00.382]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b261/_cgo_.o -dynout $WORK/b261/_cgo_import.go
2025-08-20T20:34:13.8128290Z [00:02:00.385]➜  cat >/tmp/go-build3255226541/b261/importcfg << 'EOF' # internal
2025-08-20T20:34:13.8128772Z [00:02:00.385]➜  # import config
2025-08-20T20:34:13.8129221Z [00:02:00.385]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:34:13.8129727Z [00:02:00.385]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:13.8130152Z [00:02:00.385]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:13.8130590Z [00:02:00.385]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:13.8131126Z [00:02:00.385]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3255226541/b262/_pkg_.a
2025-08-20T20:34:13.8131710Z [00:02:00.385]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:13.8132385Z [00:02:00.385]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:13.8132873Z [00:02:00.385]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:13.8133696Z [00:02:00.385]➜  packagefile internal/nettrace=/tmp/go-build3255226541/b263/_pkg_.a
2025-08-20T20:34:13.8134271Z [00:02:00.385]➜  packagefile internal/poll=/tmp/go-build3255226541/b058/_pkg_.a
2025-08-20T20:34:13.8134784Z [00:02:00.385]➜  packagefile internal/singleflight=/tmp/go-build3255226541/b264/_pkg_.a
2025-08-20T20:34:13.8135311Z [00:02:00.385]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:13.8135846Z [00:02:00.385]➜  packagefile internal/syscall/unix=/tmp/go-build3255226541/b059/_pkg_.a
2025-08-20T20:34:13.8136299Z [00:02:00.385]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:13.8136707Z [00:02:00.385]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:13.8137132Z [00:02:00.385]➜  packagefile net/netip=/tmp/go-build3255226541/b265/_pkg_.a
2025-08-20T20:34:13.8137551Z [00:02:00.385]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:13.8137958Z [00:02:00.385]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:13.8138388Z [00:02:00.385]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:13.8138801Z [00:02:00.385]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:13.8139239Z [00:02:00.385]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:13.8139677Z [00:02:00.385]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:13.8140438Z [00:02:00.385]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:13.8140875Z [00:02:00.385]➜  packagefile runtime/cgo=/tmp/go-build3255226541/b207/_pkg_.a
2025-08-20T20:34:13.8141241Z [00:02:00.385]➜  EOF
2025-08-20T20:34:13.8150469Z [00:02:00.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b261=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -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:34:14.2825617Z [00:02:00.855]➜  cd /root/.go/src/net
2025-08-20T20:34:14.2826474Z [00:02:00.855]➜  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:34:14.2844568Z [00:02:00.855]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T20:34:14.2938897Z [00:02:00.866]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d # internal
2025-08-20T20:34:14.2950458Z [00:02:00.867]➜  github.com/go-git/go-git/v6/plumbing/transport/git
2025-08-20T20:34:14.2950873Z [00:02:00.867]➜  mkdir -p $WORK/b260/
2025-08-20T20:34:14.2951193Z [00:02:00.867]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:34:14.2951502Z [00:02:00.867]➜  mkdir -p $WORK/b296/
2025-08-20T20:34:14.2952071Z [00:02:00.867]➜  cat >/tmp/go-build3255226541/b260/importcfg << 'EOF' # internal
2025-08-20T20:34:14.2952495Z [00:02:00.867]➜  # import config
2025-08-20T20:34:14.2952853Z [00:02:00.867]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:14.2953454Z [00:02:00.867]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build3255226541/b249/_pkg_.a
2025-08-20T20:34:14.2954566Z [00:02:00.867]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:14.2955235Z [00:02:00.867]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:14.2955748Z [00:02:00.867]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.2961491Z [00:02:00.867]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.2962083Z [00:02:00.867]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.2962492Z [00:02:00.867]➜  EOF
2025-08-20T20:34:14.2962799Z [00:02:00.867]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone
2025-08-20T20:34:14.2964853Z [00:02:00.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 jmS3r4Dm5IrPkz5uhgi-/jmS3r4Dm5IrPkz5uhgi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/common.go
2025-08-20T20:34:14.2966655Z [00:02:00.867]➜  cat >/tmp/go-build3255226541/b296/importcfg << 'EOF' # internal
2025-08-20T20:34:14.2967000Z [00:02:00.867]➜  # import config
2025-08-20T20:34:14.2967358Z [00:02:00.867]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:34:14.2967801Z [00:02:00.867]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.2968226Z [00:02:00.867]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.2968727Z [00:02:00.867]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3255226541/b290/_pkg_.a
2025-08-20T20:34:14.2969202Z [00:02:00.867]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.2969624Z [00:02:00.867]➜  packagefile net/netip=/tmp/go-build3255226541/b265/_pkg_.a
2025-08-20T20:34:14.2970068Z [00:02:00.867]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:14.2970482Z [00:02:00.867]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.2970893Z [00:02:00.867]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.2971340Z [00:02:00.867]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:14.2971673Z [00:02:00.867]➜  EOF
2025-08-20T20:34:14.2975061Z [00:02:00.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b296=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid D_3Cqo5RaeDzYR7q5BML/D_3Cqo5RaeDzYR7q5BML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:34:14.2977126Z [00:02:00.867]➜  crypto/x509
2025-08-20T20:34:14.2977383Z [00:02:00.867]➜  mkdir -p $WORK/b283/
2025-08-20T20:34:14.2977899Z [00:02:00.867]➜  cat >/tmp/go-build3255226541/b283/importcfg << 'EOF' # internal
2025-08-20T20:34:14.2978257Z [00:02:00.867]➜  # import config
2025-08-20T20:34:14.2978874Z [00:02:00.867]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:34:14.2979706Z [00:02:00.867]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:34:14.2980488Z [00:02:00.867]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:14.3001601Z [00:02:00.867]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:14.3002963Z [00:02:00.867]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:14.3003695Z [00:02:00.867]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:14.3004277Z [00:02:00.867]➜  packagefile crypto/des=/tmp/go-build3255226541/b117/_pkg_.a
2025-08-20T20:34:14.3005570Z [00:02:00.867]➜  packagefile crypto/dsa=/tmp/go-build3255226541/b167/_pkg_.a
2025-08-20T20:34:14.3006104Z [00:02:00.867]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:14.3006745Z [00:02:00.867]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:14.3007422Z [00:02:00.867]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:14.3007909Z [00:02:00.867]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:14.3008397Z [00:02:00.867]➜  packagefile crypto/md5=/tmp/go-build3255226541/b279/_pkg_.a
2025-08-20T20:34:14.3008854Z [00:02:00.867]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:14.3009304Z [00:02:00.867]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:14.3009764Z [00:02:00.867]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:14.3010239Z [00:02:00.867]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:14.3010996Z [00:02:00.867]➜  packagefile crypto/x509/pkix=/tmp/go-build3255226541/b284/_pkg_.a
2025-08-20T20:34:14.3011699Z [00:02:00.867]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:14.3012399Z [00:02:00.867]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:14.3013094Z [00:02:00.867]➜  packagefile encoding/pem=/tmp/go-build3255226541/b285/_pkg_.a
2025-08-20T20:34:14.3013768Z [00:02:00.867]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.3014584Z [00:02:00.867]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.3015372Z [00:02:00.867]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b133/_pkg_.a
2025-08-20T20:34:14.3016292Z [00:02:00.868]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b136/_pkg_.a
2025-08-20T20:34:14.3017075Z [00:02:00.868]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:14.3017773Z [00:02:00.868]➜  packagefile internal/goos=/tmp/go-build3255226541/b017/_pkg_.a
2025-08-20T20:34:14.3018421Z [00:02:00.868]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.3018912Z [00:02:00.868]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:14.3019505Z [00:02:00.868]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:14.3020078Z [00:02:00.868]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:14.3020629Z [00:02:00.868]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:14.3021126Z [00:02:00.868]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:14.3021782Z [00:02:00.868]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:14.3022518Z [00:02:00.868]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.3023458Z [00:02:00.868]➜  packagefile net/netip=/tmp/go-build3255226541/b265/_pkg_.a
2025-08-20T20:34:14.3023901Z [00:02:00.868]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:14.3024313Z [00:02:00.868]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.3024747Z [00:02:00.868]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:14.3025187Z [00:02:00.868]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:14.3025613Z [00:02:00.868]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:14.3026050Z [00:02:00.868]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.3026474Z [00:02:00.868]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.3026895Z [00:02:00.868]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:14.3027304Z [00:02:00.868]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:14.3027732Z [00:02:00.868]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:14.3028181Z [00:02:00.868]➜  packagefile unicode/utf16=/tmp/go-build3255226541/b135/_pkg_.a
2025-08-20T20:34:14.3028643Z [00:02:00.868]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:14.3028971Z [00:02:00.868]➜  EOF
2025-08-20T20:34:14.3032378Z [00:02:00.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b283=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid uRyZyXyWP5mR4w_svdXO/uRyZyXyWP5mR4w_svdXO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/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:34:14.3034959Z [00:02:00.868]➜  net/textproto
2025-08-20T20:34:14.3035207Z [00:02:00.868]➜  mkdir -p $WORK/b295/
2025-08-20T20:34:14.3035578Z [00:02:00.868]➜  cat >/tmp/go-build3255226541/b295/importcfg << 'EOF' # internal
2025-08-20T20:34:14.3035921Z [00:02:00.868]➜  # import config
2025-08-20T20:34:14.3036255Z [00:02:00.868]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:14.3036669Z [00:02:00.868]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:14.3037325Z [00:02:00.868]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.3037862Z [00:02:00.868]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.3038268Z [00:02:00.868]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.3038671Z [00:02:00.868]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:14.3039086Z [00:02:00.868]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.3039499Z [00:02:00.868]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.3039927Z [00:02:00.868]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.3040342Z [00:02:00.868]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:14.3040652Z [00:02:00.868]➜  EOF
2025-08-20T20:34:14.3042915Z [00:02:00.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b295=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid BQkVP7LAKcKgE90YfoVc/BQkVP7LAKcKgE90YfoVc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/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:34:14.3149304Z [00:02:00.887]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T20:34:14.3152736Z [00:02:00.887]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d # internal
2025-08-20T20:34:14.3155669Z [00:02:00.887]➜  golang.org/x/net/internal/socks
2025-08-20T20:34:14.3157462Z [00:02:00.887]➜  mkdir -p $WORK/b320/
2025-08-20T20:34:14.3158453Z [00:02:00.888]➜  cat >/tmp/go-build3255226541/b320/importcfg << 'EOF' # internal
2025-08-20T20:34:14.3158862Z [00:02:00.888]➜  # import config
2025-08-20T20:34:14.3159256Z [00:02:00.888]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:14.3159693Z [00:02:00.888]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.3160104Z [00:02:00.888]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.3160509Z [00:02:00.888]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.3160945Z [00:02:00.888]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.3161360Z [00:02:00.888]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:14.3161667Z [00:02:00.888]➜  EOF
2025-08-20T20:34:14.3163998Z [00:02:00.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_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/b320=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid Mldrghdp-tY1ibU-hzWe/Mldrghdp-tY1ibU-hzWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/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:34:14.3547394Z [00:02:00.927]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T20:34:14.3553026Z [00:02:00.928]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d # internal
2025-08-20T20:34:14.3636003Z [00:02:00.936]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T20:34:14.3648099Z [00:02:00.937]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d # internal
2025-08-20T20:34:14.3651798Z [00:02:00.937]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:34:14.3652268Z [00:02:00.937]➜  mkdir -p $WORK/b289/
2025-08-20T20:34:14.3652542Z [00:02:00.938]➜  mime/multipart
2025-08-20T20:34:14.3656606Z [00:02:00.938]➜  mkdir -p $WORK/b299/
2025-08-20T20:34:14.3658462Z [00:02:00.938]➜  cat >/tmp/go-build3255226541/b289/importcfg << 'EOF' # internal
2025-08-20T20:34:14.3658974Z [00:02:00.938]➜  # import config
2025-08-20T20:34:14.3659519Z [00:02:00.938]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:34:14.3660126Z [00:02:00.938]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3255226541/b290/_pkg_.a
2025-08-20T20:34:14.3660700Z [00:02:00.938]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.3661142Z [00:02:00.938]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:14.3661593Z [00:02:00.938]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.3662133Z [00:02:00.938]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:14.3662525Z [00:02:00.938]➜  EOF
2025-08-20T20:34:14.3664627Z [00:02:00.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b289=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 93mXrT6AN267cDdc_5Mn/93mXrT6AN267cDdc_5Mn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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:34:14.3670404Z [00:02:00.939]➜  cat >/tmp/go-build3255226541/b299/importcfg << 'EOF' # internal
2025-08-20T20:34:14.3670843Z [00:02:00.939]➜  # import config
2025-08-20T20:34:14.3671349Z [00:02:00.939]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:14.3671782Z [00:02:00.939]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:14.3673129Z [00:02:00.939]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:14.3673793Z [00:02:00.939]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.3674369Z [00:02:00.939]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.3674987Z [00:02:00.939]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:14.3675522Z [00:02:00.939]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.3676081Z [00:02:00.939]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:14.3676685Z [00:02:00.939]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:14.3677297Z [00:02:00.939]➜  packagefile mime=/tmp/go-build3255226541/b298/_pkg_.a
2025-08-20T20:34:14.3677834Z [00:02:00.939]➜  packagefile mime/quotedprintable=/tmp/go-build3255226541/b300/_pkg_.a
2025-08-20T20:34:14.3678564Z [00:02:00.939]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:14.3679232Z [00:02:00.939]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.3679852Z [00:02:00.939]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:14.3680477Z [00:02:00.939]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:14.3680957Z [00:02:00.939]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.3682229Z [00:02:00.939]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.3682578Z [00:02:00.939]➜  EOF
2025-08-20T20:34:14.3684549Z [00:02:00.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b299=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/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:34:14.3689989Z [00:02:00.941]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T20:34:14.3707853Z [00:02:00.943]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d # internal
2025-08-20T20:34:14.3717795Z [00:02:00.944]➜  golang.org/x/net/proxy
2025-08-20T20:34:14.3718114Z [00:02:00.944]➜  mkdir -p $WORK/b319/
2025-08-20T20:34:14.3730703Z [00:02:00.945]➜  cat >/tmp/go-build3255226541/b319/importcfg << 'EOF' # internal
2025-08-20T20:34:14.3731250Z [00:02:00.945]➜  # import config
2025-08-20T20:34:14.3731744Z [00:02:00.945]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:14.3732474Z [00:02:00.945]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.3733155Z [00:02:00.945]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3255226541/b320/_pkg_.a
2025-08-20T20:34:14.3733799Z [00:02:00.945]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.3734372Z [00:02:00.945]➜  packagefile net/netip=/tmp/go-build3255226541/b265/_pkg_.a
2025-08-20T20:34:14.3734949Z [00:02:00.945]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:14.3735534Z [00:02:00.945]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.3736124Z [00:02:00.945]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.3736668Z [00:02:00.945]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:14.3737101Z [00:02:00.945]➜  EOF
2025-08-20T20:34:14.3744159Z [00:02:00.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.43.0/proxy=>golang.org/x/net@v0.43.0/proxy;$WORK/b319=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid iScEXyy5hWyEuf2r8U4_/iScEXyy5hWyEuf2r8U4_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/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:34:14.3908209Z [00:02:00.963]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T20:34:14.3909707Z [00:02:00.963]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d # internal
2025-08-20T20:34:14.4187719Z [00:02:00.991]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T20:34:14.4214910Z [00:02:00.994]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d # internal
2025-08-20T20:34:14.4545386Z [00:02:01.027]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T20:34:14.4587307Z [00:02:01.031]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T20:34:14.5532440Z [00:02:01.125]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T20:34:14.5583058Z [00:02:01.131]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d # internal
2025-08-20T20:34:14.5601665Z [00:02:01.132]➜  crypto/tls
2025-08-20T20:34:14.5603644Z [00:02:01.132]➜  mkdir -p $WORK/b268/
2025-08-20T20:34:14.5603986Z [00:02:01.132]➜  golang.org/x/crypto/ssh
2025-08-20T20:34:14.5604271Z [00:02:01.132]➜  mkdir -p $WORK/b307/
2025-08-20T20:34:14.5604681Z [00:02:01.132]➜  cat >/tmp/go-build3255226541/b268/importcfg << 'EOF' # internal
2025-08-20T20:34:14.5605029Z [00:02:01.132]➜  # import config
2025-08-20T20:34:14.5605512Z [00:02:01.132]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:34:14.5606150Z [00:02:01.132]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:34:14.5606661Z [00:02:01.132]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:14.5607109Z [00:02:01.132]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:14.5607875Z [00:02:01.132]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:14.5608386Z [00:02:01.132]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:14.5608825Z [00:02:01.132]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:14.5609289Z [00:02:01.132]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:14.5609765Z [00:02:01.133]➜  packagefile crypto/des=/tmp/go-build3255226541/b117/_pkg_.a
2025-08-20T20:34:14.5610221Z [00:02:01.133]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:14.5610681Z [00:02:01.133]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:14.5611149Z [00:02:01.133]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:14.5611628Z [00:02:01.133]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:14.5612366Z [00:02:01.133]➜  packagefile crypto/hkdf=/tmp/go-build3255226541/b269/_pkg_.a
2025-08-20T20:34:14.5612908Z [00:02:01.133]➜  packagefile crypto/hmac=/tmp/go-build3255226541/b175/_pkg_.a
2025-08-20T20:34:14.5613412Z [00:02:01.133]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:14.5613966Z [00:02:01.133]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:14.5614913Z [00:02:01.133]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3255226541/b086/_pkg_.a
2025-08-20T20:34:14.5615501Z [00:02:01.133]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3255226541/b271/_pkg_.a
2025-08-20T20:34:14.5616080Z [00:02:01.133]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3255226541/b272/_pkg_.a
2025-08-20T20:34:14.5616657Z [00:02:01.133]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3255226541/b273/_pkg_.a
2025-08-20T20:34:14.5617200Z [00:02:01.133]➜  packagefile crypto/internal/hpke=/tmp/go-build3255226541/b274/_pkg_.a
2025-08-20T20:34:14.5617698Z [00:02:01.133]➜  packagefile crypto/md5=/tmp/go-build3255226541/b279/_pkg_.a
2025-08-20T20:34:14.5618153Z [00:02:01.133]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:14.5618602Z [00:02:01.133]➜  packagefile crypto/rc4=/tmp/go-build3255226541/b280/_pkg_.a
2025-08-20T20:34:14.5619048Z [00:02:01.133]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:14.5619508Z [00:02:01.133]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:14.5622391Z [00:02:01.133]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:14.5622890Z [00:02:01.133]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:14.5623356Z [00:02:01.133]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:14.5623885Z [00:02:01.133]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3255226541/b281/_pkg_.a
2025-08-20T20:34:14.5624415Z [00:02:01.133]➜  packagefile crypto/x509=/tmp/go-build3255226541/b283/_pkg_.a
2025-08-20T20:34:14.5624878Z [00:02:01.133]➜  packagefile encoding/pem=/tmp/go-build3255226541/b285/_pkg_.a
2025-08-20T20:34:14.5625319Z [00:02:01.133]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.5625728Z [00:02:01.133]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.5626295Z [00:02:01.133]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3255226541/b275/_pkg_.a
2025-08-20T20:34:14.5626953Z [00:02:01.133]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b133/_pkg_.a
2025-08-20T20:34:14.5627465Z [00:02:01.133]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:14.5627925Z [00:02:01.133]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:14.5628408Z [00:02:01.133]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:14.5647962Z [00:02:01.133]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:14.5648627Z [00:02:01.133]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.5649045Z [00:02:01.133]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.5649449Z [00:02:01.133]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.5649868Z [00:02:01.133]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:14.5650305Z [00:02:01.133]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:14.5650717Z [00:02:01.133]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:14.5651138Z [00:02:01.133]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.5651563Z [00:02:01.133]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.5652287Z [00:02:01.133]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:14.5652776Z [00:02:01.133]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:14.5653217Z [00:02:01.133]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:14.5653625Z [00:02:01.133]➜  packagefile weak=/tmp/go-build3255226541/b132/_pkg_.a
2025-08-20T20:34:14.5653929Z [00:02:01.133]➜  EOF
2025-08-20T20:34:14.5658183Z [00:02:01.133]➜  /root/.go/pkg/tool/linux_arm64/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 ZGaSsm8TLc6Qgb3Dby8u/ZGaSsm8TLc6Qgb3Dby8u -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:34:14.5662568Z [00:02:01.133]➜  cat >/tmp/go-build3255226541/b307/importcfg << 'EOF' # internal
2025-08-20T20:34:14.5662918Z [00:02:01.133]➜  # import config
2025-08-20T20:34:14.5663257Z [00:02:01.133]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:14.5663669Z [00:02:01.133]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:14.5664086Z [00:02:01.133]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:14.5664510Z [00:02:01.133]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:14.5664952Z [00:02:01.133]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:14.5665411Z [00:02:01.133]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:14.5665869Z [00:02:01.133]➜  packagefile crypto/des=/tmp/go-build3255226541/b117/_pkg_.a
2025-08-20T20:34:14.5666320Z [00:02:01.133]➜  packagefile crypto/dsa=/tmp/go-build3255226541/b167/_pkg_.a
2025-08-20T20:34:14.5666782Z [00:02:01.133]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:14.5667247Z [00:02:01.133]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:14.5667725Z [00:02:01.133]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:14.5668192Z [00:02:01.133]➜  packagefile crypto/hmac=/tmp/go-build3255226541/b175/_pkg_.a
2025-08-20T20:34:14.5668643Z [00:02:01.133]➜  packagefile crypto/md5=/tmp/go-build3255226541/b279/_pkg_.a
2025-08-20T20:34:14.5669342Z [00:02:01.133]➜  packagefile crypto/mlkem=/tmp/go-build3255226541/b308/_pkg_.a
2025-08-20T20:34:14.5669871Z [00:02:01.133]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:14.5670324Z [00:02:01.133]➜  packagefile crypto/rc4=/tmp/go-build3255226541/b280/_pkg_.a
2025-08-20T20:34:14.5670768Z [00:02:01.133]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:14.5671224Z [00:02:01.133]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:14.5671682Z [00:02:01.133]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:14.5672338Z [00:02:01.133]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:14.5672806Z [00:02:01.133]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:14.5673264Z [00:02:01.133]➜  packagefile crypto/x509=/tmp/go-build3255226541/b283/_pkg_.a
2025-08-20T20:34:14.5673722Z [00:02:01.133]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:14.5674200Z [00:02:01.133]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:14.5674679Z [00:02:01.133]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:14.5675151Z [00:02:01.133]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:14.5675653Z [00:02:01.133]➜  packagefile encoding/pem=/tmp/go-build3255226541/b285/_pkg_.a
2025-08-20T20:34:14.5676406Z [00:02:01.133]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:14.5676824Z [00:02:01.133]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:14.5677326Z [00:02:01.133]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3255226541/b309/_pkg_.a
2025-08-20T20:34:14.5677906Z [00:02:01.133]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3255226541/b311/_pkg_.a
2025-08-20T20:34:14.5678526Z [00:02:01.133]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3255226541/b312/_pkg_.a
2025-08-20T20:34:14.5679210Z [00:02:01.134]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3255226541/b313/_pkg_.a
2025-08-20T20:34:14.5679756Z [00:02:01.134]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:14.5680154Z [00:02:01.134]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:14.5680550Z [00:02:01.134]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:14.5680962Z [00:02:01.134]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:14.5681387Z [00:02:01.134]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:14.5681818Z [00:02:01.134]➜  packagefile math/rand=/tmp/go-build3255226541/b100/_pkg_.a
2025-08-20T20:34:14.5682456Z [00:02:01.134]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:14.5682861Z [00:02:01.134]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:14.5683272Z [00:02:01.134]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:14.5683707Z [00:02:01.134]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:14.5684126Z [00:02:01.134]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:14.5684535Z [00:02:01.134]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:14.5684950Z [00:02:01.134]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:14.5685380Z [00:02:01.134]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:14.5685797Z [00:02:01.134]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:14.5686227Z [00:02:01.134]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:14.5686657Z [00:02:01.134]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:14.5686962Z [00:02:01.134]➜  EOF
2025-08-20T20:34:14.5693368Z [00:02:01.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh=>golang.org/x/crypto@v0.41.0/ssh;$WORK/b307=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid 2B3WRsMoDuV-kcdjXxwV/2B3WRsMoDuV-kcdjXxwV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/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:34:15.1533478Z [00:02:01.724]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T20:34:15.1613554Z [00:02:01.733]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d # internal
2025-08-20T20:34:15.1627271Z [00:02:01.735]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T20:34:15.1630444Z [00:02:01.735]➜  mkdir -p $WORK/b315/
2025-08-20T20:34:15.1633197Z [00:02:01.735]➜  cat >/tmp/go-build3255226541/b315/importcfg << 'EOF' # internal
2025-08-20T20:34:15.1633953Z [00:02:01.735]➜  # import config
2025-08-20T20:34:15.1639325Z [00:02:01.735]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:15.1639775Z [00:02:01.735]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:15.1640220Z [00:02:01.735]➜  packagefile crypto/hmac=/tmp/go-build3255226541/b175/_pkg_.a
2025-08-20T20:34:15.1640704Z [00:02:01.735]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:15.1641164Z [00:02:01.735]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:15.1641638Z [00:02:01.735]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:15.1642326Z [00:02:01.735]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.1642755Z [00:02:01.735]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.1643249Z [00:02:01.735]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3255226541/b307/_pkg_.a
2025-08-20T20:34:15.1643716Z [00:02:01.735]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:15.1644121Z [00:02:01.735]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.1644519Z [00:02:01.735]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:15.1644941Z [00:02:01.735]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:15.1645260Z [00:02:01.735]➜  EOF
2025-08-20T20:34:15.1647130Z [00:02:01.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_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/b315=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid 7FiD-tXfFMFCXyMrzHqU/7FiD-tXfFMFCXyMrzHqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/knownhosts/knownhosts.go
2025-08-20T20:34:15.1685671Z [00:02:01.741]➜  golang.org/x/crypto/ssh/agent
2025-08-20T20:34:15.1695290Z [00:02:01.741]➜  mkdir -p $WORK/b317/
2025-08-20T20:34:15.1695717Z [00:02:01.741]➜  cat >/tmp/go-build3255226541/b317/importcfg << 'EOF' # internal
2025-08-20T20:34:15.1696114Z [00:02:01.741]➜  # import config
2025-08-20T20:34:15.1705376Z [00:02:01.741]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:15.1705885Z [00:02:01.741]➜  packagefile crypto/dsa=/tmp/go-build3255226541/b167/_pkg_.a
2025-08-20T20:34:15.1706354Z [00:02:01.741]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:15.1706827Z [00:02:01.741]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:15.1707304Z [00:02:01.741]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:15.1707775Z [00:02:01.741]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:15.1708239Z [00:02:01.741]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:15.1708698Z [00:02:01.741]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:15.1709170Z [00:02:01.741]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:15.1709646Z [00:02:01.741]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:15.1710524Z [00:02:01.741]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.1710936Z [00:02:01.741]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.1711412Z [00:02:01.741]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3255226541/b307/_pkg_.a
2025-08-20T20:34:15.1711872Z [00:02:01.741]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:15.1721271Z [00:02:01.741]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:15.1721723Z [00:02:01.741]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:15.1722383Z [00:02:01.741]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.1722812Z [00:02:01.741]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:15.1723222Z [00:02:01.741]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:15.1723524Z [00:02:01.741]➜  EOF
2025-08-20T20:34:15.1726028Z [00:02:01.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_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/b317=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid MpF_lrlLrTjRy0WqRZak/MpF_lrlLrTjRy0WqRZak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/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:34:15.2424442Z [00:02:01.814]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T20:34:15.2462651Z [00:02:01.818]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d # internal
2025-08-20T20:34:15.2468841Z [00:02:01.819]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts
2025-08-20T20:34:15.2471746Z [00:02:01.819]➜  mkdir -p $WORK/b306/
2025-08-20T20:34:15.2478905Z [00:02:01.820]➜  cat >/tmp/go-build3255226541/b306/importcfg << 'EOF' # internal
2025-08-20T20:34:15.2480470Z [00:02:01.820]➜  # import config
2025-08-20T20:34:15.2480836Z [00:02:01.820]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:15.2481257Z [00:02:01.820]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:15.2481710Z [00:02:01.820]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:15.2486307Z [00:02:01.820]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.2487197Z [00:02:01.820]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.2487806Z [00:02:01.820]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:15.2488392Z [00:02:01.820]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3255226541/b307/_pkg_.a
2025-08-20T20:34:15.2488995Z [00:02:01.820]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3255226541/b315/_pkg_.a
2025-08-20T20:34:15.2489499Z [00:02:01.820]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:15.2489899Z [00:02:01.820]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.2490294Z [00:02:01.820]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:15.2490697Z [00:02:01.820]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:15.2491116Z [00:02:01.820]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:15.2491428Z [00:02:01.820]➜  EOF
2025-08-20T20:34:15.2493892Z [00:02:01.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts=>github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts;$WORK/b306=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid dIzdCVhmy0zABorO5ivH/dIzdCVhmy0zABorO5ivH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go
2025-08-20T20:34:15.2872661Z [00:02:01.859]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T20:34:15.3014035Z [00:02:01.873]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d # internal
2025-08-20T20:34:15.3063042Z [00:02:01.878]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent
2025-08-20T20:34:15.3063516Z [00:02:01.878]➜  mkdir -p $WORK/b316/
2025-08-20T20:34:15.3079974Z [00:02:01.880]➜  cat >/tmp/go-build3255226541/b316/importcfg << 'EOF' # internal
2025-08-20T20:34:15.3080625Z [00:02:01.880]➜  # import config
2025-08-20T20:34:15.3081089Z [00:02:01.880]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.3081634Z [00:02:01.880]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.3082491Z [00:02:01.880]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:15.3083274Z [00:02:01.880]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3255226541/b317/_pkg_.a
2025-08-20T20:34:15.3083899Z [00:02:01.880]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.3084450Z [00:02:01.880]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:15.3084859Z [00:02:01.880]➜  EOF
2025-08-20T20:34:15.3087026Z [00:02:01.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent=>github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent;$WORK/b316=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent -lang=go1.23 -complete -installsuffix shared -buildid kR9OuBm-Zf6E7Ubwlv5L/kR9OuBm-Zf6E7Ubwlv5L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go
2025-08-20T20:34:15.3312844Z [00:02:01.903]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T20:34:15.3324277Z [00:02:01.905]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d # internal
2025-08-20T20:34:15.3341652Z [00:02:01.906]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T20:34:15.3347524Z [00:02:01.907]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d # internal
2025-08-20T20:34:15.3349428Z [00:02:01.907]➜  github.com/go-git/go-git/v6/plumbing/transport/ssh
2025-08-20T20:34:15.3352811Z [00:02:01.908]➜  mkdir -p $WORK/b305/
2025-08-20T20:34:15.3359638Z [00:02:01.908]➜  cat >/tmp/go-build3255226541/b305/importcfg << 'EOF' # internal
2025-08-20T20:34:15.3360069Z [00:02:01.908]➜  # import config
2025-08-20T20:34:15.3360428Z [00:02:01.908]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:15.3360888Z [00:02:01.908]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.3361299Z [00:02:01.908]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.3361855Z [00:02:01.908]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:15.3364443Z [00:02:01.908]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/tmp/go-build3255226541/b306/_pkg_.a
2025-08-20T20:34:15.3365332Z [00:02:01.908]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/tmp/go-build3255226541/b316/_pkg_.a
2025-08-20T20:34:15.3366066Z [00:02:01.908]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:15.3366678Z [00:02:01.908]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3255226541/b318/_pkg_.a
2025-08-20T20:34:15.3367247Z [00:02:01.908]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3255226541/b307/_pkg_.a
2025-08-20T20:34:15.3368245Z [00:02:01.908]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3255226541/b319/_pkg_.a
2025-08-20T20:34:15.3368715Z [00:02:01.908]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.3369114Z [00:02:01.908]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:15.3369525Z [00:02:01.908]➜  packagefile os/user=/tmp/go-build3255226541/b206/_pkg_.a
2025-08-20T20:34:15.3369977Z [00:02:01.908]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:15.3370424Z [00:02:01.908]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:15.3370860Z [00:02:01.908]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:15.3371283Z [00:02:01.908]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:15.3371597Z [00:02:01.908]➜  EOF
2025-08-20T20:34:15.3374220Z [00:02:01.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh=>github.com/go-git/go-git/v6/plumbing/transport/ssh;$WORK/b305=>" -p github.com/go-git/go-git/v6/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid EB4ZgM4GF9EMedAfmPnH/EB4ZgM4GF9EMedAfmPnH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/auth_method.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/common.go
2025-08-20T20:34:15.3887341Z [00:02:01.961]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T20:34:15.4007202Z [00:02:01.973]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T20:34:15.4018173Z [00:02:01.974]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d # internal
2025-08-20T20:34:15.4018787Z [00:02:01.974]➜  net/http/httptrace
2025-08-20T20:34:15.4019057Z [00:02:01.974]➜  mkdir -p $WORK/b301/
2025-08-20T20:34:15.4021347Z [00:02:01.974]➜  cat >/tmp/go-build3255226541/b301/importcfg << 'EOF' # internal
2025-08-20T20:34:15.4021755Z [00:02:01.974]➜  # import config
2025-08-20T20:34:15.4022261Z [00:02:01.974]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:15.4022722Z [00:02:01.974]➜  packagefile crypto/tls=/tmp/go-build3255226541/b268/_pkg_.a
2025-08-20T20:34:15.4023208Z [00:02:01.974]➜  packagefile internal/nettrace=/tmp/go-build3255226541/b263/_pkg_.a
2025-08-20T20:34:15.4023698Z [00:02:01.974]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.4024137Z [00:02:01.974]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:15.4025029Z [00:02:01.974]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:15.4025529Z [00:02:01.974]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:15.4025837Z [00:02:01.974]➜  EOF
2025-08-20T20:34:15.4027365Z [00:02:01.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b301=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid uIsSRPlYUvjgAY3kcuji/uIsSRPlYUvjgAY3kcuji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:34:15.4029086Z [00:02:01.974]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d # internal
2025-08-20T20:34:15.4263141Z [00:02:01.999]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T20:34:15.4269101Z [00:02:01.999]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d # internal
2025-08-20T20:34:15.4270557Z [00:02:01.999]➜  net/http/internal/httpcommon
2025-08-20T20:34:15.4271896Z [00:02:01.999]➜  mkdir -p $WORK/b304/
2025-08-20T20:34:15.4272614Z [00:02:01.999]➜  cat >/tmp/go-build3255226541/b304/importcfg << 'EOF' # internal
2025-08-20T20:34:15.4273810Z [00:02:01.999]➜  # import config
2025-08-20T20:34:15.4274264Z [00:02:02.000]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:34:15.4274848Z [00:02:02.000]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:34:15.4275347Z [00:02:02.000]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:15.4275774Z [00:02:02.000]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.4276192Z [00:02:02.000]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.4276742Z [00:02:02.000]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3255226541/b289/_pkg_.a
2025-08-20T20:34:15.4277379Z [00:02:02.000]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3255226541/b297/_pkg_.a
2025-08-20T20:34:15.4277940Z [00:02:02.000]➜  packagefile net/http/httptrace=/tmp/go-build3255226541/b301/_pkg_.a
2025-08-20T20:34:15.4278424Z [00:02:02.000]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:15.4278877Z [00:02:02.000]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:15.4279288Z [00:02:02.000]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:15.4279711Z [00:02:02.000]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:15.4280135Z [00:02:02.000]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:15.4280555Z [00:02:02.000]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:15.4280862Z [00:02:02.000]➜  EOF
2025-08-20T20:34:15.4282744Z [00:02:02.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b304=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:34:15.4600561Z [00:02:02.032]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T20:34:15.4606390Z [00:02:02.033]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T20:34:15.4616411Z [00:02:02.034]➜  net/http
2025-08-20T20:34:15.4616723Z [00:02:02.034]➜  mkdir -p $WORK/b287/
2025-08-20T20:34:15.4619258Z [00:02:02.034]➜  cat >/tmp/go-build3255226541/b287/importcfg << 'EOF' # internal
2025-08-20T20:34:15.4620768Z [00:02:02.034]➜  # import config
2025-08-20T20:34:15.4621519Z [00:02:02.034]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:34:15.4622406Z [00:02:02.034]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:34:15.4623018Z [00:02:02.034]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:34:15.4623556Z [00:02:02.034]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:34:15.4624006Z [00:02:02.034]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:15.4624427Z [00:02:02.034]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:15.4624872Z [00:02:02.034]➜  packagefile compress/gzip=/tmp/go-build3255226541/b288/_pkg_.a
2025-08-20T20:34:15.4625341Z [00:02:02.034]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:15.4625792Z [00:02:02.034]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:15.4626248Z [00:02:02.034]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:15.4626701Z [00:02:02.034]➜  packagefile crypto/tls=/tmp/go-build3255226541/b268/_pkg_.a
2025-08-20T20:34:15.4627169Z [00:02:02.034]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:15.4627648Z [00:02:02.034]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:15.4628454Z [00:02:02.034]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:15.4628870Z [00:02:02.034]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:15.4629397Z [00:02:02.034]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3255226541/b289/_pkg_.a
2025-08-20T20:34:15.4630033Z [00:02:02.034]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3255226541/b296/_pkg_.a
2025-08-20T20:34:15.4630663Z [00:02:02.034]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3255226541/b297/_pkg_.a
2025-08-20T20:34:15.4631268Z [00:02:02.034]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3255226541/b290/_pkg_.a
2025-08-20T20:34:15.4631795Z [00:02:02.034]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:15.4632718Z [00:02:02.034]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:15.4633142Z [00:02:02.034]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:15.4633562Z [00:02:02.034]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:15.4633966Z [00:02:02.034]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:15.4634380Z [00:02:02.034]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:15.4634807Z [00:02:02.034]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:15.4635252Z [00:02:02.034]➜  packagefile math/rand=/tmp/go-build3255226541/b100/_pkg_.a
2025-08-20T20:34:15.4635714Z [00:02:02.034]➜  packagefile mime=/tmp/go-build3255226541/b298/_pkg_.a
2025-08-20T20:34:15.4636171Z [00:02:02.034]➜  packagefile mime/multipart=/tmp/go-build3255226541/b299/_pkg_.a
2025-08-20T20:34:15.4636607Z [00:02:02.034]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:15.4637079Z [00:02:02.034]➜  packagefile net/http/httptrace=/tmp/go-build3255226541/b301/_pkg_.a
2025-08-20T20:34:15.4637582Z [00:02:02.034]➜  packagefile net/http/internal=/tmp/go-build3255226541/b302/_pkg_.a
2025-08-20T20:34:15.4638116Z [00:02:02.034]➜  packagefile net/http/internal/ascii=/tmp/go-build3255226541/b303/_pkg_.a
2025-08-20T20:34:15.4638672Z [00:02:02.034]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3255226541/b304/_pkg_.a
2025-08-20T20:34:15.4639189Z [00:02:02.034]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:15.4639637Z [00:02:02.034]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:15.4640048Z [00:02:02.034]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:15.4640730Z [00:02:02.034]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:15.4641251Z [00:02:02.034]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:15.4641699Z [00:02:02.034]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:15.4642732Z [00:02:02.034]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:15.4643183Z [00:02:02.034]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:15.4643595Z [00:02:02.034]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:15.4644013Z [00:02:02.034]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:15.4644439Z [00:02:02.034]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:15.4644855Z [00:02:02.034]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:15.4645287Z [00:02:02.034]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:15.4645733Z [00:02:02.034]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:15.4646151Z [00:02:02.034]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:15.4646597Z [00:02:02.034]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:15.4646928Z [00:02:02.034]➜  EOF
2025-08-20T20:34:15.4652390Z [00:02:02.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b287=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid cZ3qrOfFfgweoCfxeOPt/cZ3qrOfFfgweoCfxeOPt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/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:34:16.4770473Z [00:02:03.049]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T20:34:16.4970488Z [00:02:03.069]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d # internal
2025-08-20T20:34:16.4971821Z [00:02:03.069]➜  github.com/go-git/go-git/v6/plumbing/transport/http
2025-08-20T20:34:16.4972443Z [00:02:03.069]➜  mkdir -p $WORK/b267/
2025-08-20T20:34:16.4973277Z [00:02:03.070]➜  cat >/tmp/go-build3255226541/b267/importcfg << 'EOF' # internal
2025-08-20T20:34:16.4973784Z [00:02:03.070]➜  # import config
2025-08-20T20:34:16.4974124Z [00:02:03.070]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:16.4974570Z [00:02:03.070]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:16.4974991Z [00:02:03.070]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:16.4975430Z [00:02:03.070]➜  packagefile crypto/tls=/tmp/go-build3255226541/b268/_pkg_.a
2025-08-20T20:34:16.4975887Z [00:02:03.070]➜  packagefile crypto/x509=/tmp/go-build3255226541/b283/_pkg_.a
2025-08-20T20:34:16.4976322Z [00:02:03.070]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:16.4976729Z [00:02:03.070]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:16.4977606Z [00:02:03.070]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:16.4978280Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:16.4978960Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build3255226541/b243/_pkg_.a
2025-08-20T20:34:16.4979696Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build3255226541/b257/_pkg_.a
2025-08-20T20:34:16.4980451Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:16.4981174Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build3255226541/b250/_pkg_.a
2025-08-20T20:34:16.4981859Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:16.4982871Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build3255226541/b204/_pkg_.a
2025-08-20T20:34:16.4983583Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build3255226541/b249/_pkg_.a
2025-08-20T20:34:16.4984384Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build3255226541/b251/_pkg_.a
2025-08-20T20:34:16.4985427Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:16.4986067Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:16.4986687Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:16.4987316Z [00:02:03.070]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:16.4987932Z [00:02:03.070]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3255226541/b286/_pkg_.a
2025-08-20T20:34:16.4988425Z [00:02:03.070]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:16.4988828Z [00:02:03.070]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:16.4989234Z [00:02:03.070]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:16.4989655Z [00:02:03.070]➜  packagefile net/http=/tmp/go-build3255226541/b287/_pkg_.a
2025-08-20T20:34:16.4990092Z [00:02:03.070]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:16.4990507Z [00:02:03.070]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:16.4990950Z [00:02:03.070]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:16.4991400Z [00:02:03.070]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:16.4991829Z [00:02:03.070]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:16.4992563Z [00:02:03.070]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:16.4992995Z [00:02:03.070]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:16.4993300Z [00:02:03.070]➜  EOF
2025-08-20T20:34:16.4995768Z [00:02:03.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 -wLSHYi0LqHS0xXYaULx/-wLSHYi0LqHS0xXYaULx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/dumb.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/transport.go
2025-08-20T20:34:16.5813126Z [00:02:03.153]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T20:34:16.5834594Z [00:02:03.156]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d # internal
2025-08-20T20:34:16.5838564Z [00:02:03.156]➜  github.com/go-git/go-git/v6
2025-08-20T20:34:16.5838882Z [00:02:03.156]➜  mkdir -p $WORK/b062/
2025-08-20T20:34:16.5841128Z [00:02:03.156]➜  cat >/tmp/go-build3255226541/b062/importcfg << 'EOF' # internal
2025-08-20T20:34:16.5842679Z [00:02:03.156]➜  # import config
2025-08-20T20:34:16.5843040Z [00:02:03.157]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:16.5843494Z [00:02:03.157]➜  packagefile container/heap=/tmp/go-build3255226541/b064/_pkg_.a
2025-08-20T20:34:16.5844183Z [00:02:03.157]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:16.5844758Z [00:02:03.157]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:16.5845343Z [00:02:03.157]➜  packagefile dario.cat/mergo=/tmp/go-build3255226541/b095/_pkg_.a
2025-08-20T20:34:16.5845925Z [00:02:03.157]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:16.5848423Z [00:02:03.157]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:16.5848862Z [00:02:03.157]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:16.5849432Z [00:02:03.157]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3255226541/b097/_pkg_.a
2025-08-20T20:34:16.5850524Z [00:02:03.157]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3255226541/b162/_pkg_.a
2025-08-20T20:34:16.5851160Z [00:02:03.157]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:16.5851738Z [00:02:03.157]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build3255226541/b184/_pkg_.a
2025-08-20T20:34:16.5852788Z [00:02:03.157]➜  packagefile github.com/go-git/go-billy/v6/util=/tmp/go-build3255226541/b190/_pkg_.a
2025-08-20T20:34:16.5853388Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build3255226541/b191/_pkg_.a
2025-08-20T20:34:16.5854041Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build3255226541/b205/_pkg_.a
2025-08-20T20:34:16.5854721Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build3255226541/b208/_pkg_.a
2025-08-20T20:34:16.5855405Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build3255226541/b218/_pkg_.a
2025-08-20T20:34:16.5856091Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/tmp/go-build3255226541/b239/_pkg_.a
2025-08-20T20:34:16.5856740Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build3255226541/b192/_pkg_.a
2025-08-20T20:34:16.5857357Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:16.5857985Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build3255226541/b240/_pkg_.a
2025-08-20T20:34:16.5858651Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:16.5859344Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:16.5860071Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/tmp/go-build3255226541/b241/_pkg_.a
2025-08-20T20:34:16.5860797Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:16.5861513Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:16.5862417Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:16.5863128Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build3255226541/b249/_pkg_.a
2025-08-20T20:34:16.5864210Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build3255226541/b251/_pkg_.a
2025-08-20T20:34:16.5865074Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build3255226541/b253/_pkg_.a
2025-08-20T20:34:16.5865806Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build3255226541/b254/_pkg_.a
2025-08-20T20:34:16.5866693Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:16.5867373Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:16.5868074Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/tmp/go-build3255226541/b259/_pkg_.a
2025-08-20T20:34:16.5868789Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/tmp/go-build3255226541/b260/_pkg_.a
2025-08-20T20:34:16.5869510Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/tmp/go-build3255226541/b267/_pkg_.a
2025-08-20T20:34:16.5870221Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/tmp/go-build3255226541/b305/_pkg_.a
2025-08-20T20:34:16.5870866Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:16.5871514Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build3255226541/b256/_pkg_.a
2025-08-20T20:34:16.5872424Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build3255226541/b258/_pkg_.a
2025-08-20T20:34:16.5873133Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build3255226541/b252/_pkg_.a
2025-08-20T20:34:16.5873766Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build3255226541/b230/_pkg_.a
2025-08-20T20:34:16.5874438Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:16.5875090Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build3255226541/b236/_pkg_.a
2025-08-20T20:34:16.5875803Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/tmp/go-build3255226541/b321/_pkg_.a
2025-08-20T20:34:16.5876533Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/tmp/go-build3255226541/b322/_pkg_.a
2025-08-20T20:34:16.5877244Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:16.5877906Z [00:02:03.157]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:16.5878484Z [00:02:03.157]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3255226541/b214/_pkg_.a
2025-08-20T20:34:16.5879080Z [00:02:03.157]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3255226541/b231/_pkg_.a
2025-08-20T20:34:16.5879792Z [00:02:03.157]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:16.5880292Z [00:02:03.157]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:16.5880706Z [00:02:03.157]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:16.5881109Z [00:02:03.157]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:16.5881565Z [00:02:03.157]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:16.5882211Z [00:02:03.157]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:16.5882696Z [00:02:03.157]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:16.5883114Z [00:02:03.157]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:16.5883530Z [00:02:03.157]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:16.5883955Z [00:02:03.157]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:16.5884383Z [00:02:03.157]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:16.5884803Z [00:02:03.157]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:16.5885239Z [00:02:03.157]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:16.5885571Z [00:02:03.157]➜  EOF
2025-08-20T20:34:16.5889649Z [00:02:03.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 jUctdOa0qp10JvTDbtaq/jUctdOa0qp10JvTDbtaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /tmp/tmp.fZNwkMd09Q/TEMPREPO/blame.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/common.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/crypto.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/doc.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/object_walker.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/options.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/prune.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/remote.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/repository.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/signer.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/status.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/submodule.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/transport.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_commit.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_linux.go /tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_status.go
2025-08-20T20:34:16.8487083Z [00:02:03.421]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:34:16.8549333Z [00:02:03.427]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d # internal
2025-08-20T20:34:16.8551810Z [00:02:03.427]➜  github.com/go-git/go-git/v6/_examples/clone
2025-08-20T20:34:16.8552820Z [00:02:03.427]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:16.8553246Z [00:02:03.427]➜  cat >/tmp/go-build3255226541/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:16.8553603Z [00:02:03.427]➜  # import config
2025-08-20T20:34:16.8553967Z [00:02:03.427]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:16.8554457Z [00:02:03.427]➜  packagefile github.com/go-git/go-git/v6=/tmp/go-build3255226541/b062/_pkg_.a
2025-08-20T20:34:16.8555047Z [00:02:03.427]➜  packagefile github.com/go-git/go-git/v6/_examples=/tmp/go-build3255226541/b323/_pkg_.a
2025-08-20T20:34:16.8555553Z [00:02:03.427]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:16.8555976Z [00:02:03.427]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:16.8556423Z [00:02:03.427]➜  packagefile runtime/cgo=/tmp/go-build3255226541/b207/_pkg_.a
2025-08-20T20:34:16.8556758Z [00:02:03.428]➜  EOF
2025-08-20T20:34:16.8558561Z [00:02:03.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone=>github.com/go-git/go-git/v6/_examples/clone;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid RZZ-LZTkmmGSG7NiR_3O/RZZ-LZTkmmGSG7NiR_3O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:16.8765129Z [00:02:03.449]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:16.8771652Z [00:02:03.449]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/8f/8f379d726bf734bba67c4a32a8eef09a53fee85d9bc2f859e3a3539549f5a76f-d # internal
2025-08-20T20:34:16.8804758Z [00:02:03.453]➜  cat >/tmp/go-build3255226541/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:16.8806960Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/_examples/clone=/tmp/go-build3255226541/b001/_pkg_.a
2025-08-20T20:34:16.8808236Z [00:02:03.453]➜  packagefile fmt=/tmp/go-build3255226541/b002/_pkg_.a
2025-08-20T20:34:16.8809719Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6=/tmp/go-build3255226541/b062/_pkg_.a
2025-08-20T20:34:16.8813577Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/_examples=/tmp/go-build3255226541/b323/_pkg_.a
2025-08-20T20:34:16.8814288Z [00:02:03.453]➜  packagefile os=/tmp/go-build3255226541/b049/_pkg_.a
2025-08-20T20:34:16.8814720Z [00:02:03.453]➜  packagefile runtime=/tmp/go-build3255226541/b009/_pkg_.a
2025-08-20T20:34:16.8815164Z [00:02:03.453]➜  packagefile runtime/cgo=/tmp/go-build3255226541/b207/_pkg_.a
2025-08-20T20:34:16.8815602Z [00:02:03.453]➜  packagefile errors=/tmp/go-build3255226541/b003/_pkg_.a
2025-08-20T20:34:16.8816522Z [00:02:03.453]➜  packagefile internal/fmtsort=/tmp/go-build3255226541/b033/_pkg_.a
2025-08-20T20:34:16.8816977Z [00:02:03.453]➜  packagefile io=/tmp/go-build3255226541/b048/_pkg_.a
2025-08-20T20:34:16.8817415Z [00:02:03.453]➜  packagefile math=/tmp/go-build3255226541/b038/_pkg_.a
2025-08-20T20:34:16.8817837Z [00:02:03.453]➜  packagefile reflect=/tmp/go-build3255226541/b035/_pkg_.a
2025-08-20T20:34:16.8818257Z [00:02:03.453]➜  packagefile slices=/tmp/go-build3255226541/b047/_pkg_.a
2025-08-20T20:34:16.8818678Z [00:02:03.453]➜  packagefile strconv=/tmp/go-build3255226541/b040/_pkg_.a
2025-08-20T20:34:16.8819109Z [00:02:03.453]➜  packagefile sync=/tmp/go-build3255226541/b042/_pkg_.a
2025-08-20T20:34:16.8819544Z [00:02:03.453]➜  packagefile unicode/utf8=/tmp/go-build3255226541/b041/_pkg_.a
2025-08-20T20:34:16.8819978Z [00:02:03.453]➜  packagefile bytes=/tmp/go-build3255226541/b063/_pkg_.a
2025-08-20T20:34:16.8820425Z [00:02:03.453]➜  packagefile container/heap=/tmp/go-build3255226541/b064/_pkg_.a
2025-08-20T20:34:16.8820885Z [00:02:03.453]➜  packagefile context=/tmp/go-build3255226541/b066/_pkg_.a
2025-08-20T20:34:16.8821332Z [00:02:03.453]➜  packagefile crypto/sha256=/tmp/go-build3255226541/b067/_pkg_.a
2025-08-20T20:34:16.8821800Z [00:02:03.453]➜  packagefile dario.cat/mergo=/tmp/go-build3255226541/b095/_pkg_.a
2025-08-20T20:34:16.8822531Z [00:02:03.453]➜  packagefile encoding/hex=/tmp/go-build3255226541/b096/_pkg_.a
2025-08-20T20:34:16.8823177Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3255226541/b097/_pkg_.a
2025-08-20T20:34:16.8823872Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3255226541/b162/_pkg_.a
2025-08-20T20:34:16.8824501Z [00:02:03.453]➜  packagefile github.com/go-git/go-billy/v6=/tmp/go-build3255226541/b183/_pkg_.a
2025-08-20T20:34:16.8825075Z [00:02:03.453]➜  packagefile github.com/go-git/go-billy/v6/osfs=/tmp/go-build3255226541/b184/_pkg_.a
2025-08-20T20:34:16.8825663Z [00:02:03.453]➜  packagefile github.com/go-git/go-billy/v6/util=/tmp/go-build3255226541/b190/_pkg_.a
2025-08-20T20:34:16.8826259Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/config=/tmp/go-build3255226541/b191/_pkg_.a
2025-08-20T20:34:16.8826897Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/tmp/go-build3255226541/b205/_pkg_.a
2025-08-20T20:34:16.8827572Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/tmp/go-build3255226541/b208/_pkg_.a
2025-08-20T20:34:16.8828252Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/tmp/go-build3255226541/b218/_pkg_.a
2025-08-20T20:34:16.8829254Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/tmp/go-build3255226541/b239/_pkg_.a
2025-08-20T20:34:16.8830024Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/internal/url=/tmp/go-build3255226541/b192/_pkg_.a
2025-08-20T20:34:16.8830650Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing=/tmp/go-build3255226541/b195/_pkg_.a
2025-08-20T20:34:16.8831292Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/tmp/go-build3255226541/b240/_pkg_.a
2025-08-20T20:34:16.8832086Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/tmp/go-build3255226541/b212/_pkg_.a
2025-08-20T20:34:16.8832853Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/tmp/go-build3255226541/b196/_pkg_.a
2025-08-20T20:34:16.8833583Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/tmp/go-build3255226541/b241/_pkg_.a
2025-08-20T20:34:16.8834311Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/tmp/go-build3255226541/b211/_pkg_.a
2025-08-20T20:34:16.8835029Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/tmp/go-build3255226541/b242/_pkg_.a
2025-08-20T20:34:16.8835721Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/tmp/go-build3255226541/b219/_pkg_.a
2025-08-20T20:34:16.8836680Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/tmp/go-build3255226541/b249/_pkg_.a
2025-08-20T20:34:16.8837457Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/tmp/go-build3255226541/b251/_pkg_.a
2025-08-20T20:34:16.8838263Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/tmp/go-build3255226541/b253/_pkg_.a
2025-08-20T20:34:16.8838988Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/tmp/go-build3255226541/b254/_pkg_.a
2025-08-20T20:34:16.8839662Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/tmp/go-build3255226541/b210/_pkg_.a
2025-08-20T20:34:16.8840331Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/tmp/go-build3255226541/b255/_pkg_.a
2025-08-20T20:34:16.8841029Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/tmp/go-build3255226541/b259/_pkg_.a
2025-08-20T20:34:16.8841748Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/tmp/go-build3255226541/b260/_pkg_.a
2025-08-20T20:34:16.8842914Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/tmp/go-build3255226541/b267/_pkg_.a
2025-08-20T20:34:16.8843629Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/tmp/go-build3255226541/b305/_pkg_.a
2025-08-20T20:34:16.8844280Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/storage=/tmp/go-build3255226541/b209/_pkg_.a
2025-08-20T20:34:16.8844925Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/tmp/go-build3255226541/b256/_pkg_.a
2025-08-20T20:34:16.8845633Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/tmp/go-build3255226541/b258/_pkg_.a
2025-08-20T20:34:16.8846325Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/tmp/go-build3255226541/b252/_pkg_.a
2025-08-20T20:34:16.8846966Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/tmp/go-build3255226541/b230/_pkg_.a
2025-08-20T20:34:16.8847584Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/tmp/go-build3255226541/b234/_pkg_.a
2025-08-20T20:34:16.8848233Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/tmp/go-build3255226541/b236/_pkg_.a
2025-08-20T20:34:16.8848945Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/tmp/go-build3255226541/b321/_pkg_.a
2025-08-20T20:34:16.8849970Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/tmp/go-build3255226541/b322/_pkg_.a
2025-08-20T20:34:16.8850801Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/tmp/go-build3255226541/b238/_pkg_.a
2025-08-20T20:34:16.8851464Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/tmp/go-build3255226541/b244/_pkg_.a
2025-08-20T20:34:16.8852337Z [00:02:03.453]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3255226541/b214/_pkg_.a
2025-08-20T20:34:16.8853341Z [00:02:03.453]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3255226541/b231/_pkg_.a
2025-08-20T20:34:16.8853908Z [00:02:03.453]➜  packagefile net/url=/tmp/go-build3255226541/b233/_pkg_.a
2025-08-20T20:34:16.8854330Z [00:02:03.453]➜  packagefile path=/tmp/go-build3255226541/b053/_pkg_.a
2025-08-20T20:34:16.8854782Z [00:02:03.453]➜  packagefile path/filepath=/tmp/go-build3255226541/b187/_pkg_.a
2025-08-20T20:34:16.8855239Z [00:02:03.453]➜  packagefile regexp=/tmp/go-build3255226541/b193/_pkg_.a
2025-08-20T20:34:16.8855663Z [00:02:03.453]➜  packagefile sort=/tmp/go-build3255226541/b065/_pkg_.a
2025-08-20T20:34:16.8856111Z [00:02:03.453]➜  packagefile strings=/tmp/go-build3255226541/b075/_pkg_.a
2025-08-20T20:34:16.8856548Z [00:02:03.453]➜  packagefile syscall=/tmp/go-build3255226541/b057/_pkg_.a
2025-08-20T20:34:16.8856966Z [00:02:03.453]➜  packagefile time=/tmp/go-build3255226541/b054/_pkg_.a
2025-08-20T20:34:16.8857761Z [00:02:03.453]➜  packagefile internal/bytealg=/tmp/go-build3255226541/b010/_pkg_.a
2025-08-20T20:34:16.8858269Z [00:02:03.453]➜  packagefile internal/byteorder=/tmp/go-build3255226541/b012/_pkg_.a
2025-08-20T20:34:16.8858787Z [00:02:03.453]➜  packagefile internal/filepathlite=/tmp/go-build3255226541/b050/_pkg_.a
2025-08-20T20:34:16.8859295Z [00:02:03.453]➜  packagefile internal/goarch=/tmp/go-build3255226541/b006/_pkg_.a
2025-08-20T20:34:16.8859760Z [00:02:03.453]➜  packagefile internal/itoa=/tmp/go-build3255226541/b036/_pkg_.a
2025-08-20T20:34:16.8860238Z [00:02:03.453]➜  packagefile internal/poll=/tmp/go-build3255226541/b058/_pkg_.a
2025-08-20T20:34:16.8860743Z [00:02:03.453]➜  packagefile internal/stringslite=/tmp/go-build3255226541/b031/_pkg_.a
2025-08-20T20:34:16.8861281Z [00:02:03.453]➜  packagefile internal/syscall/execenv=/tmp/go-build3255226541/b060/_pkg_.a
2025-08-20T20:34:16.8861813Z [00:02:03.453]➜  packagefile internal/syscall/unix=/tmp/go-build3255226541/b059/_pkg_.a
2025-08-20T20:34:16.8862883Z [00:02:03.453]➜  packagefile internal/testlog=/tmp/go-build3255226541/b061/_pkg_.a
2025-08-20T20:34:16.8863346Z [00:02:03.453]➜  packagefile io/fs=/tmp/go-build3255226541/b051/_pkg_.a
2025-08-20T20:34:16.8863784Z [00:02:03.453]➜  packagefile sync/atomic=/tmp/go-build3255226541/b044/_pkg_.a
2025-08-20T20:34:16.8864241Z [00:02:03.453]➜  packagefile internal/abi=/tmp/go-build3255226541/b005/_pkg_.a
2025-08-20T20:34:16.8864730Z [00:02:03.453]➜  packagefile internal/chacha8rand=/tmp/go-build3255226541/b013/_pkg_.a
2025-08-20T20:34:16.8865264Z [00:02:03.453]➜  packagefile internal/coverage/rtcov=/tmp/go-build3255226541/b014/_pkg_.a
2025-08-20T20:34:16.8865791Z [00:02:03.453]➜  packagefile internal/cpu=/tmp/go-build3255226541/b011/_pkg_.a
2025-08-20T20:34:16.8866284Z [00:02:03.453]➜  packagefile internal/godebugs=/tmp/go-build3255226541/b015/_pkg_.a
2025-08-20T20:34:16.8866794Z [00:02:03.453]➜  packagefile internal/goexperiment=/tmp/go-build3255226541/b016/_pkg_.a
2025-08-20T20:34:16.8867301Z [00:02:03.453]➜  packagefile internal/goos=/tmp/go-build3255226541/b017/_pkg_.a
2025-08-20T20:34:16.8867802Z [00:02:03.453]➜  packagefile internal/profilerecord=/tmp/go-build3255226541/b018/_pkg_.a
2025-08-20T20:34:16.8868339Z [00:02:03.453]➜  packagefile internal/runtime/atomic=/tmp/go-build3255226541/b019/_pkg_.a
2025-08-20T20:34:16.8868875Z [00:02:03.453]➜  packagefile internal/runtime/cgroup=/tmp/go-build3255226541/b020/_pkg_.a
2025-08-20T20:34:16.8869421Z [00:02:03.453]➜  packagefile internal/runtime/exithook=/tmp/go-build3255226541/b024/_pkg_.a
2025-08-20T20:34:16.8869951Z [00:02:03.453]➜  packagefile internal/runtime/gc=/tmp/go-build3255226541/b025/_pkg_.a
2025-08-20T20:34:16.8870813Z [00:02:03.453]➜  packagefile internal/runtime/maps=/tmp/go-build3255226541/b026/_pkg_.a
2025-08-20T20:34:16.8871416Z [00:02:03.453]➜  packagefile internal/runtime/math=/tmp/go-build3255226541/b022/_pkg_.a
2025-08-20T20:34:16.8872237Z [00:02:03.453]➜  packagefile internal/runtime/strconv=/tmp/go-build3255226541/b021/_pkg_.a
2025-08-20T20:34:16.8872859Z [00:02:03.453]➜  packagefile internal/runtime/sys=/tmp/go-build3255226541/b030/_pkg_.a
2025-08-20T20:34:16.8873393Z [00:02:03.453]➜  packagefile internal/runtime/syscall=/tmp/go-build3255226541/b023/_pkg_.a
2025-08-20T20:34:16.8873931Z [00:02:03.453]➜  packagefile internal/trace/tracev2=/tmp/go-build3255226541/b032/_pkg_.a
2025-08-20T20:34:16.8874461Z [00:02:03.453]➜  packagefile internal/reflectlite=/tmp/go-build3255226541/b004/_pkg_.a
2025-08-20T20:34:16.8874924Z [00:02:03.453]➜  packagefile cmp=/tmp/go-build3255226541/b034/_pkg_.a
2025-08-20T20:34:16.8875345Z [00:02:03.453]➜  packagefile math/bits=/tmp/go-build3255226541/b039/_pkg_.a
2025-08-20T20:34:16.8875812Z [00:02:03.453]➜  packagefile internal/race=/tmp/go-build3255226541/b029/_pkg_.a
2025-08-20T20:34:16.8876310Z [00:02:03.453]➜  packagefile internal/unsafeheader=/tmp/go-build3255226541/b008/_pkg_.a
2025-08-20T20:34:16.8876773Z [00:02:03.453]➜  packagefile iter=/tmp/go-build3255226541/b037/_pkg_.a
2025-08-20T20:34:16.8877446Z [00:02:03.453]➜  packagefile unicode=/tmp/go-build3255226541/b046/_pkg_.a
2025-08-20T20:34:16.8877895Z [00:02:03.453]➜  packagefile internal/sync=/tmp/go-build3255226541/b043/_pkg_.a
2025-08-20T20:34:16.8878378Z [00:02:03.453]➜  packagefile internal/synctest=/tmp/go-build3255226541/b045/_pkg_.a
2025-08-20T20:34:16.8878832Z [00:02:03.453]➜  packagefile crypto=/tmp/go-build3255226541/b068/_pkg_.a
2025-08-20T20:34:16.8879307Z [00:02:03.453]➜  packagefile crypto/internal/boring=/tmp/go-build3255226541/b070/_pkg_.a
2025-08-20T20:34:16.8879875Z [00:02:03.453]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3255226541/b079/_pkg_.a
2025-08-20T20:34:16.8880373Z [00:02:03.453]➜  packagefile hash=/tmp/go-build3255226541/b069/_pkg_.a
2025-08-20T20:34:16.8880806Z [00:02:03.453]➜  packagefile crypto/rand=/tmp/go-build3255226541/b098/_pkg_.a
2025-08-20T20:34:16.8881261Z [00:02:03.453]➜  packagefile crypto/rsa=/tmp/go-build3255226541/b101/_pkg_.a
2025-08-20T20:34:16.8881715Z [00:02:03.453]➜  packagefile crypto/sha512=/tmp/go-build3255226541/b107/_pkg_.a
2025-08-20T20:34:16.8882538Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3255226541/b108/_pkg_.a
2025-08-20T20:34:16.8883228Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3255226541/b112/_pkg_.a
2025-08-20T20:34:16.8883911Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3255226541/b158/_pkg_.a
2025-08-20T20:34:16.8884612Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3255226541/b159/_pkg_.a
2025-08-20T20:34:16.8885316Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3255226541/b160/_pkg_.a
2025-08-20T20:34:16.8886008Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3255226541/b161/_pkg_.a
2025-08-20T20:34:16.8886696Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3255226541/b111/_pkg_.a
2025-08-20T20:34:16.8887516Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3255226541/b116/_pkg_.a
2025-08-20T20:34:16.8888292Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3255226541/b122/_pkg_.a
2025-08-20T20:34:16.8889011Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3255226541/b173/_pkg_.a
2025-08-20T20:34:16.8889697Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3255226541/b176/_pkg_.a
2025-08-20T20:34:16.8890535Z [00:02:03.453]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3255226541/b181/_pkg_.a
2025-08-20T20:34:16.8891107Z [00:02:03.453]➜  packagefile math/big=/tmp/go-build3255226541/b099/_pkg_.a
2025-08-20T20:34:16.8891566Z [00:02:03.453]➜  packagefile compress/bzip2=/tmp/go-build3255226541/b163/_pkg_.a
2025-08-20T20:34:16.8892252Z [00:02:03.453]➜  packagefile compress/flate=/tmp/go-build3255226541/b164/_pkg_.a
2025-08-20T20:34:16.8892796Z [00:02:03.453]➜  packagefile compress/zlib=/tmp/go-build3255226541/b165/_pkg_.a
2025-08-20T20:34:16.8893264Z [00:02:03.453]➜  packagefile crypto/cipher=/tmp/go-build3255226541/b071/_pkg_.a
2025-08-20T20:34:16.8893718Z [00:02:03.453]➜  packagefile crypto/dsa=/tmp/go-build3255226541/b167/_pkg_.a
2025-08-20T20:34:16.8894172Z [00:02:03.453]➜  packagefile crypto/sha1=/tmp/go-build3255226541/b168/_pkg_.a
2025-08-20T20:34:16.8894634Z [00:02:03.453]➜  packagefile crypto/subtle=/tmp/go-build3255226541/b093/_pkg_.a
2025-08-20T20:34:16.8895101Z [00:02:03.453]➜  packagefile encoding/asn1=/tmp/go-build3255226541/b134/_pkg_.a
2025-08-20T20:34:16.8895582Z [00:02:03.453]➜  packagefile encoding/binary=/tmp/go-build3255226541/b115/_pkg_.a
2025-08-20T20:34:16.8896194Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3255226541/b169/_pkg_.a
2025-08-20T20:34:16.8896944Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3255226541/b139/_pkg_.a
2025-08-20T20:34:16.8898100Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3255226541/b170/_pkg_.a
2025-08-20T20:34:16.8898705Z [00:02:03.453]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3255226541/b174/_pkg_.a
2025-08-20T20:34:16.8899181Z [00:02:03.453]➜  packagefile image=/tmp/go-build3255226541/b177/_pkg_.a
2025-08-20T20:34:16.8899615Z [00:02:03.453]➜  packagefile image/jpeg=/tmp/go-build3255226541/b179/_pkg_.a
2025-08-20T20:34:16.8900167Z [00:02:03.453]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3255226541/b185/_pkg_.a
2025-08-20T20:34:16.8900827Z [00:02:03.453]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/tmp/go-build3255226541/b188/_pkg_.a
2025-08-20T20:34:16.8901410Z [00:02:03.453]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3255226541/b186/_pkg_.a
2025-08-20T20:34:16.8902192Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/tmp/go-build3255226541/b204/_pkg_.a
2025-08-20T20:34:16.8902814Z [00:02:03.453]➜  packagefile os/user=/tmp/go-build3255226541/b206/_pkg_.a
2025-08-20T20:34:16.8903233Z [00:02:03.453]➜  packagefile bufio=/tmp/go-build3255226541/b109/_pkg_.a
2025-08-20T20:34:16.8903677Z [00:02:03.453]➜  packagefile container/list=/tmp/go-build3255226541/b220/_pkg_.a
2025-08-20T20:34:16.8904181Z [00:02:03.453]➜  packagefile github.com/go-git/gcfg/v2=/tmp/go-build3255226541/b197/_pkg_.a
2025-08-20T20:34:16.8904778Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/tmp/go-build3255226541/b213/_pkg_.a
2025-08-20T20:34:16.8905426Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/tmp/go-build3255226541/b217/_pkg_.a
2025-08-20T20:34:16.8906108Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/tmp/go-build3255226541/b243/_pkg_.a
2025-08-20T20:34:16.8906766Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/tmp/go-build3255226541/b235/_pkg_.a
2025-08-20T20:34:16.8907334Z [00:02:03.453]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3255226541/b247/_pkg_.a
2025-08-20T20:34:16.8907814Z [00:02:03.453]➜  packagefile hash/crc32=/tmp/go-build3255226541/b248/_pkg_.a
2025-08-20T20:34:16.8908393Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3255226541/b221/_pkg_.a
2025-08-20T20:34:16.8909082Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/tmp/go-build3255226541/b228/_pkg_.a
2025-08-20T20:34:16.8909794Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/tmp/go-build3255226541/b250/_pkg_.a
2025-08-20T20:34:16.8910612Z [00:02:03.453]➜  packagefile net=/tmp/go-build3255226541/b261/_pkg_.a
2025-08-20T20:34:16.8911120Z [00:02:03.453]➜  packagefile crypto/tls=/tmp/go-build3255226541/b268/_pkg_.a
2025-08-20T20:34:16.8911576Z [00:02:03.453]➜  packagefile crypto/x509=/tmp/go-build3255226541/b283/_pkg_.a
2025-08-20T20:34:16.8912322Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/tmp/go-build3255226541/b257/_pkg_.a
2025-08-20T20:34:16.8913045Z [00:02:03.453]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3255226541/b286/_pkg_.a
2025-08-20T20:34:16.8913553Z [00:02:03.453]➜  packagefile net/http=/tmp/go-build3255226541/b287/_pkg_.a
2025-08-20T20:34:16.8914189Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/tmp/go-build3255226541/b306/_pkg_.a
2025-08-20T20:34:16.8914983Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/tmp/go-build3255226541/b316/_pkg_.a
2025-08-20T20:34:16.8915673Z [00:02:03.453]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3255226541/b318/_pkg_.a
2025-08-20T20:34:16.8916259Z [00:02:03.453]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3255226541/b307/_pkg_.a
2025-08-20T20:34:16.8916798Z [00:02:03.453]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3255226541/b319/_pkg_.a
2025-08-20T20:34:16.8917463Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/tmp/go-build3255226541/b237/_pkg_.a
2025-08-20T20:34:16.8918324Z [00:02:03.453]➜  packagefile log=/tmp/go-build3255226541/b245/_pkg_.a
2025-08-20T20:34:16.8918845Z [00:02:03.453]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3255226541/b215/_pkg_.a
2025-08-20T20:34:16.8919425Z [00:02:03.453]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3255226541/b216/_pkg_.a
2025-08-20T20:34:16.8919908Z [00:02:03.453]➜  packagefile html=/tmp/go-build3255226541/b232/_pkg_.a
2025-08-20T20:34:16.8920316Z [00:02:03.453]➜  packagefile maps=/tmp/go-build3255226541/b200/_pkg_.a
2025-08-20T20:34:16.8920774Z [00:02:03.453]➜  packagefile regexp/syntax=/tmp/go-build3255226541/b194/_pkg_.a
2025-08-20T20:34:16.8921258Z [00:02:03.453]➜  packagefile internal/asan=/tmp/go-build3255226541/b027/_pkg_.a
2025-08-20T20:34:16.8921768Z [00:02:03.453]➜  packagefile internal/msan=/tmp/go-build3255226541/b028/_pkg_.a
2025-08-20T20:34:16.8922477Z [00:02:03.453]➜  packagefile internal/oserror=/tmp/go-build3255226541/b052/_pkg_.a
2025-08-20T20:34:16.8922984Z [00:02:03.453]➜  packagefile internal/godebug=/tmp/go-build3255226541/b055/_pkg_.a
2025-08-20T20:34:16.8923511Z [00:02:03.453]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3255226541/b094/_pkg_.a
2025-08-20T20:34:16.8924064Z [00:02:03.453]➜  packagefile crypto/internal/fips140=/tmp/go-build3255226541/b073/_pkg_.a
2025-08-20T20:34:16.8924663Z [00:02:03.453]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3255226541/b080/_pkg_.a
2025-08-20T20:34:16.8925291Z [00:02:03.453]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3255226541/b081/_pkg_.a
2025-08-20T20:34:16.8925841Z [00:02:03.453]➜  packagefile crypto/internal/impl=/tmp/go-build3255226541/b082/_pkg_.a
2025-08-20T20:34:16.8926391Z [00:02:03.453]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3255226541/b087/_pkg_.a
2025-08-20T20:34:16.8926961Z [00:02:03.453]➜  packagefile crypto/internal/fips140only=/tmp/go-build3255226541/b092/_pkg_.a
2025-08-20T20:34:16.8927526Z [00:02:03.453]➜  packagefile crypto/internal/randutil=/tmp/go-build3255226541/b090/_pkg_.a
2025-08-20T20:34:16.8928070Z [00:02:03.453]➜  packagefile crypto/internal/sysrand=/tmp/go-build3255226541/b089/_pkg_.a
2025-08-20T20:34:16.8928626Z [00:02:03.453]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3255226541/b102/_pkg_.a
2025-08-20T20:34:16.8929204Z [00:02:03.453]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3255226541/b103/_pkg_.a
2025-08-20T20:34:16.8929778Z [00:02:03.453]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3255226541/b104/_pkg_.a
2025-08-20T20:34:16.8930579Z [00:02:03.453]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3255226541/b105/_pkg_.a
2025-08-20T20:34:16.8931239Z [00:02:03.453]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3255226541/b085/_pkg_.a
2025-08-20T20:34:16.8931768Z [00:02:03.453]➜  packagefile encoding/base64=/tmp/go-build3255226541/b110/_pkg_.a
2025-08-20T20:34:16.8932594Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3255226541/b113/_pkg_.a
2025-08-20T20:34:16.8933294Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3255226541/b147/_pkg_.a
2025-08-20T20:34:16.8933941Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3255226541/b154/_pkg_.a
2025-08-20T20:34:16.8934475Z [00:02:03.453]➜  packagefile crypto/aes=/tmp/go-build3255226541/b114/_pkg_.a
2025-08-20T20:34:16.8934922Z [00:02:03.453]➜  packagefile crypto/des=/tmp/go-build3255226541/b117/_pkg_.a
2025-08-20T20:34:16.8935474Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3255226541/b118/_pkg_.a
2025-08-20T20:34:16.8936089Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3255226541/b120/_pkg_.a
2025-08-20T20:34:16.8936669Z [00:02:03.453]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3255226541/b121/_pkg_.a
2025-08-20T20:34:16.8937172Z [00:02:03.453]➜  packagefile crypto/ecdsa=/tmp/go-build3255226541/b123/_pkg_.a
2025-08-20T20:34:16.8937905Z [00:02:03.453]➜  packagefile crypto/elliptic=/tmp/go-build3255226541/b129/_pkg_.a
2025-08-20T20:34:16.8938485Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3255226541/b137/_pkg_.a
2025-08-20T20:34:16.8939145Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3255226541/b138/_pkg_.a
2025-08-20T20:34:16.8939792Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3255226541/b140/_pkg_.a
2025-08-20T20:34:16.8940421Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3255226541/b145/_pkg_.a
2025-08-20T20:34:16.8940977Z [00:02:03.453]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3255226541/b182/_pkg_.a
2025-08-20T20:34:16.8941455Z [00:02:03.453]➜  packagefile math/rand=/tmp/go-build3255226541/b100/_pkg_.a
2025-08-20T20:34:16.8941902Z [00:02:03.453]➜  packagefile hash/adler32=/tmp/go-build3255226541/b166/_pkg_.a
2025-08-20T20:34:16.8942690Z [00:02:03.453]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3255226541/b072/_pkg_.a
2025-08-20T20:34:16.8943282Z [00:02:03.453]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3255226541/b086/_pkg_.a
2025-08-20T20:34:16.8943871Z [00:02:03.453]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3255226541/b076/_pkg_.a
2025-08-20T20:34:16.8944450Z [00:02:03.453]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3255226541/b084/_pkg_.a
2025-08-20T20:34:16.8944969Z [00:02:03.453]➜  packagefile unicode/utf16=/tmp/go-build3255226541/b135/_pkg_.a
2025-08-20T20:34:16.8945490Z [00:02:03.453]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3255226541/b171/_pkg_.a
2025-08-20T20:34:16.8945995Z [00:02:03.453]➜  packagefile crypto/hmac=/tmp/go-build3255226541/b175/_pkg_.a
2025-08-20T20:34:16.8946447Z [00:02:03.453]➜  packagefile image/color=/tmp/go-build3255226541/b178/_pkg_.a
2025-08-20T20:34:16.8946949Z [00:02:03.453]➜  packagefile image/internal/imageutil=/tmp/go-build3255226541/b180/_pkg_.a
2025-08-20T20:34:16.8947574Z [00:02:03.453]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/tmp/go-build3255226541/b189/_pkg_.a
2025-08-20T20:34:16.8948120Z [00:02:03.453]➜  packagefile encoding=/tmp/go-build3255226541/b153/_pkg_.a
2025-08-20T20:34:16.8948574Z [00:02:03.453]➜  packagefile encoding/gob=/tmp/go-build3255226541/b198/_pkg_.a
2025-08-20T20:34:16.8949106Z [00:02:03.453]➜  packagefile github.com/go-git/gcfg/v2/scanner=/tmp/go-build3255226541/b201/_pkg_.a
2025-08-20T20:34:16.8949686Z [00:02:03.453]➜  packagefile github.com/go-git/gcfg/v2/token=/tmp/go-build3255226541/b202/_pkg_.a
2025-08-20T20:34:16.8950498Z [00:02:03.453]➜  packagefile github.com/go-git/gcfg/v2/types=/tmp/go-build3255226541/b203/_pkg_.a
2025-08-20T20:34:16.8951211Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3255226541/b222/_pkg_.a
2025-08-20T20:34:16.8951869Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3255226541/b224/_pkg_.a
2025-08-20T20:34:16.8952823Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3255226541/b227/_pkg_.a
2025-08-20T20:34:16.8953416Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3255226541/b223/_pkg_.a
2025-08-20T20:34:16.8954036Z [00:02:03.453]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/tmp/go-build3255226541/b229/_pkg_.a
2025-08-20T20:34:16.8954679Z [00:02:03.453]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3255226541/b262/_pkg_.a
2025-08-20T20:34:16.8955245Z [00:02:03.453]➜  packagefile internal/nettrace=/tmp/go-build3255226541/b263/_pkg_.a
2025-08-20T20:34:16.8955765Z [00:02:03.453]➜  packagefile internal/singleflight=/tmp/go-build3255226541/b264/_pkg_.a
2025-08-20T20:34:16.8956246Z [00:02:03.453]➜  packagefile net/netip=/tmp/go-build3255226541/b265/_pkg_.a
2025-08-20T20:34:16.8956694Z [00:02:03.453]➜  packagefile crypto/ecdh=/tmp/go-build3255226541/b124/_pkg_.a
2025-08-20T20:34:16.8957421Z [00:02:03.453]➜  packagefile crypto/ed25519=/tmp/go-build3255226541/b148/_pkg_.a
2025-08-20T20:34:16.8957883Z [00:02:03.453]➜  packagefile crypto/hkdf=/tmp/go-build3255226541/b269/_pkg_.a
2025-08-20T20:34:16.8958410Z [00:02:03.453]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3255226541/b271/_pkg_.a
2025-08-20T20:34:16.8958989Z [00:02:03.453]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3255226541/b272/_pkg_.a
2025-08-20T20:34:16.8959568Z [00:02:03.453]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3255226541/b273/_pkg_.a
2025-08-20T20:34:16.8960124Z [00:02:03.453]➜  packagefile crypto/internal/hpke=/tmp/go-build3255226541/b274/_pkg_.a
2025-08-20T20:34:16.8960610Z [00:02:03.453]➜  packagefile crypto/md5=/tmp/go-build3255226541/b279/_pkg_.a
2025-08-20T20:34:16.8961062Z [00:02:03.453]➜  packagefile crypto/rc4=/tmp/go-build3255226541/b280/_pkg_.a
2025-08-20T20:34:16.8961588Z [00:02:03.453]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3255226541/b281/_pkg_.a
2025-08-20T20:34:16.8962324Z [00:02:03.453]➜  packagefile encoding/pem=/tmp/go-build3255226541/b285/_pkg_.a
2025-08-20T20:34:16.8962923Z [00:02:03.453]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3255226541/b275/_pkg_.a
2025-08-20T20:34:16.8963579Z [00:02:03.453]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b133/_pkg_.a
2025-08-20T20:34:16.8964089Z [00:02:03.453]➜  packagefile weak=/tmp/go-build3255226541/b132/_pkg_.a
2025-08-20T20:34:16.8964539Z [00:02:03.453]➜  packagefile crypto/x509/pkix=/tmp/go-build3255226541/b284/_pkg_.a
2025-08-20T20:34:16.8965149Z [00:02:03.453]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b136/_pkg_.a
2025-08-20T20:34:16.8965724Z [00:02:03.453]➜  packagefile compress/gzip=/tmp/go-build3255226541/b288/_pkg_.a
2025-08-20T20:34:16.8966279Z [00:02:03.453]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3255226541/b289/_pkg_.a
2025-08-20T20:34:16.8966910Z [00:02:03.453]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3255226541/b296/_pkg_.a
2025-08-20T20:34:16.8967540Z [00:02:03.453]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3255226541/b297/_pkg_.a
2025-08-20T20:34:16.8968128Z [00:02:03.453]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3255226541/b290/_pkg_.a
2025-08-20T20:34:16.8968610Z [00:02:03.453]➜  packagefile mime=/tmp/go-build3255226541/b298/_pkg_.a
2025-08-20T20:34:16.8969053Z [00:02:03.453]➜  packagefile mime/multipart=/tmp/go-build3255226541/b299/_pkg_.a
2025-08-20T20:34:16.8969550Z [00:02:03.453]➜  packagefile net/http/httptrace=/tmp/go-build3255226541/b301/_pkg_.a
2025-08-20T20:34:16.8970285Z [00:02:03.453]➜  packagefile net/http/internal=/tmp/go-build3255226541/b302/_pkg_.a
2025-08-20T20:34:16.8970891Z [00:02:03.453]➜  packagefile net/http/internal/ascii=/tmp/go-build3255226541/b303/_pkg_.a
2025-08-20T20:34:16.8971452Z [00:02:03.453]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3255226541/b304/_pkg_.a
2025-08-20T20:34:16.8972205Z [00:02:03.453]➜  packagefile net/textproto=/tmp/go-build3255226541/b295/_pkg_.a
2025-08-20T20:34:16.8972813Z [00:02:03.453]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3255226541/b315/_pkg_.a
2025-08-20T20:34:16.8973405Z [00:02:03.453]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3255226541/b317/_pkg_.a
2025-08-20T20:34:16.8973917Z [00:02:03.453]➜  packagefile crypto/mlkem=/tmp/go-build3255226541/b308/_pkg_.a
2025-08-20T20:34:16.8974432Z [00:02:03.453]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3255226541/b309/_pkg_.a
2025-08-20T20:34:16.8975024Z [00:02:03.453]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3255226541/b311/_pkg_.a
2025-08-20T20:34:16.8975635Z [00:02:03.453]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3255226541/b312/_pkg_.a
2025-08-20T20:34:16.8976298Z [00:02:03.453]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3255226541/b313/_pkg_.a
2025-08-20T20:34:16.8977219Z [00:02:03.453]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3255226541/b320/_pkg_.a
2025-08-20T20:34:16.8977741Z [00:02:03.453]➜  packagefile log/internal=/tmp/go-build3255226541/b246/_pkg_.a
2025-08-20T20:34:16.8978212Z [00:02:03.453]➜  packagefile internal/bisect=/tmp/go-build3255226541/b056/_pkg_.a
2025-08-20T20:34:16.8978774Z [00:02:03.453]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3255226541/b074/_pkg_.a
2025-08-20T20:34:16.8979358Z [00:02:03.453]➜  packagefile crypto/internal/entropy=/tmp/go-build3255226541/b088/_pkg_.a
2025-08-20T20:34:16.8979928Z [00:02:03.453]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3255226541/b077/_pkg_.a
2025-08-20T20:34:16.8980505Z [00:02:03.453]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3255226541/b083/_pkg_.a
2025-08-20T20:34:16.8981014Z [00:02:03.453]➜  packagefile math/rand/v2=/tmp/go-build3255226541/b091/_pkg_.a
2025-08-20T20:34:16.8981469Z [00:02:03.453]➜  packagefile crypto/sha3=/tmp/go-build3255226541/b106/_pkg_.a
2025-08-20T20:34:16.8982237Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3255226541/b142/_pkg_.a
2025-08-20T20:34:16.8982934Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3255226541/b151/_pkg_.a
2025-08-20T20:34:16.8983562Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3255226541/b141/_pkg_.a
2025-08-20T20:34:16.8984185Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3255226541/b152/_pkg_.a
2025-08-20T20:34:16.8984831Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3255226541/b155/_pkg_.a
2025-08-20T20:34:16.8985503Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3255226541/b157/_pkg_.a
2025-08-20T20:34:16.8986210Z [00:02:03.453]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3255226541/b119/_pkg_.a
2025-08-20T20:34:16.8986870Z [00:02:03.453]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3255226541/b130/_pkg_.a
2025-08-20T20:34:16.8987507Z [00:02:03.453]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3255226541/b126/_pkg_.a
2025-08-20T20:34:16.8988083Z [00:02:03.453]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3255226541/b131/_pkg_.a
2025-08-20T20:34:16.8988691Z [00:02:03.453]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3255226541/b146/_pkg_.a
2025-08-20T20:34:16.8989290Z [00:02:03.453]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3255226541/b172/_pkg_.a
2025-08-20T20:34:16.8990107Z [00:02:03.453]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3255226541/b078/_pkg_.a
2025-08-20T20:34:16.8990712Z [00:02:03.453]➜  packagefile internal/saferio=/tmp/go-build3255226541/b199/_pkg_.a
2025-08-20T20:34:16.8991195Z [00:02:03.453]➜  packagefile encoding/json=/tmp/go-build3255226541/b225/_pkg_.a
2025-08-20T20:34:16.8991732Z [00:02:03.453]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3255226541/b226/_pkg_.a
2025-08-20T20:34:16.8992426Z [00:02:03.453]➜  packagefile unique=/tmp/go-build3255226541/b266/_pkg_.a
2025-08-20T20:34:16.8992927Z [00:02:03.453]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3255226541/b125/_pkg_.a
2025-08-20T20:34:16.8993557Z [00:02:03.453]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3255226541/b128/_pkg_.a
2025-08-20T20:34:16.8994188Z [00:02:03.453]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3255226541/b149/_pkg_.a
2025-08-20T20:34:16.8994768Z [00:02:03.454]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3255226541/b270/_pkg_.a
2025-08-20T20:34:16.8995298Z [00:02:03.454]➜  packagefile crypto/fips140=/tmp/go-build3255226541/b282/_pkg_.a
2025-08-20T20:34:16.8995847Z [00:02:03.454]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3255226541/b276/_pkg_.a
2025-08-20T20:34:16.8996487Z [00:02:03.454]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3255226541/b277/_pkg_.a
2025-08-20T20:34:16.8997453Z [00:02:03.454]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3255226541/b278/_pkg_.a
2025-08-20T20:34:16.8998128Z [00:02:03.454]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3255226541/b291/_pkg_.a
2025-08-20T20:34:16.8998767Z [00:02:03.454]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3255226541/b293/_pkg_.a
2025-08-20T20:34:16.8999393Z [00:02:03.454]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3255226541/b294/_pkg_.a
2025-08-20T20:34:16.8999966Z [00:02:03.454]➜  packagefile mime/quotedprintable=/tmp/go-build3255226541/b300/_pkg_.a
2025-08-20T20:34:16.9000545Z [00:02:03.454]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3255226541/b310/_pkg_.a
2025-08-20T20:34:16.9001131Z [00:02:03.454]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3255226541/b314/_pkg_.a
2025-08-20T20:34:16.9001707Z [00:02:03.454]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3255226541/b143/_pkg_.a
2025-08-20T20:34:16.9002593Z [00:02:03.454]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3255226541/b156/_pkg_.a
2025-08-20T20:34:16.9003240Z [00:02:03.454]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3255226541/b127/_pkg_.a
2025-08-20T20:34:16.9003872Z [00:02:03.454]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3255226541/b150/_pkg_.a
2025-08-20T20:34:16.9004533Z [00:02:03.454]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3255226541/b292/_pkg_.a
2025-08-20T20:34:16.9005150Z [00:02:03.454]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3255226541/b144/_pkg_.a
2025-08-20T20:34:16.9013805Z [00:02:03.454]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:16.9020943Z [00:02:03.454]➜  EOF
2025-08-20T20:34:16.9021189Z [00:02:03.454]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:16.9021443Z [00:02:03.454]➜  cd .
2025-08-20T20:34:16.9023761Z [00:02:03.454]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=bhHUe173aQ15OuoiLZDq/RZZ-LZTkmmGSG7NiR_3O/1mnb_iN28xwUWevUml2Y/bhHUe173aQ15OuoiLZDq -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:17.4434730Z [00:02:04.016]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:17.4504205Z [00:02:04.023]➜  mkdir -p /build-bins/
2025-08-20T20:34:17.4504591Z [00:02:04.023]➜  cp $WORK/b001/exe/a.out /build-bins/git-clone
2025-08-20T20:34:17.4557241Z [00:02:04.028]➜  rm -rf $WORK/b001/
2025-08-20T20:34:17.5010297Z [00:02:04.073]➜  + 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:34:17.5035285Z [00:02:04.076]➜  WORK=/tmp/go-build2847531265
2025-08-20T20:34:17.5419661Z [00:02:04.114]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:17.5420073Z [00:02:04.114]➜  git status --porcelain
2025-08-20T20:34:17.5514209Z [00:02:04.124]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:17.5514652Z [00:02:04.124]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:17.5531437Z [00:02:04.125]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:17.5542288Z [00:02:04.126]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:17.5543219Z [00:02:04.127]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:17.5558555Z [00:02:04.128]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:17.5559624Z [00:02:04.128]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:17.5761655Z [00:02:04.148]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:17.5762792Z [00:02:04.148]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:17.5779987Z [00:02:04.150]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:17.5780926Z [00:02:04.150]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:17.5791567Z [00:02:04.151]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:17.5792439Z [00:02:04.151]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:17.5804183Z [00:02:04.153]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:17.6181119Z [00:02:04.190]➜  github.com/go-git/go-git/v6/_examples/checkout
2025-08-20T20:34:17.6181541Z [00:02:04.190]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:17.6182113Z [00:02:04.190]➜  cat >/tmp/go-build2847531265/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:17.6182519Z [00:02:04.190]➜  # import config
2025-08-20T20:34:17.6183078Z [00:02:04.190]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:17.6183974Z [00:02:04.190]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:17.6185422Z [00:02:04.190]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:17.6186452Z [00:02:04.190]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:17.6187353Z [00:02:04.190]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:17.6188171Z [00:02:04.190]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:17.6189024Z [00:02:04.190]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:17.6189538Z [00:02:04.190]➜  EOF
2025-08-20T20:34:17.6189850Z [00:02:04.191]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout
2025-08-20T20:34:17.6191516Z [00:02:04.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout=>github.com/go-git/go-git/v6/_examples/checkout;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid E7jZe9pk2omPLksgqicd/E7jZe9pk2omPLksgqicd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:17.6414252Z [00:02:04.214]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:17.6418356Z [00:02:04.214]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/bf/bf221f764fc53608a9369942fa1ea104b4164358ec5a5141a195895958849865-d # internal
2025-08-20T20:34:17.6446413Z [00:02:04.217]➜  cat >/tmp/go-build2847531265/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:17.6447736Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/_examples/checkout=/tmp/go-build2847531265/b001/_pkg_.a
2025-08-20T20:34:17.6448545Z [00:02:04.217]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:17.6449434Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:17.6450408Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:17.6451711Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:17.6452837Z [00:02:04.217]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:17.6453650Z [00:02:04.217]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:17.6454537Z [00:02:04.217]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:17.6455379Z [00:02:04.217]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T20:34:17.6456243Z [00:02:04.217]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T20:34:17.6457073Z [00:02:04.217]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T20:34:17.6457881Z [00:02:04.217]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T20:34:17.6458688Z [00:02:04.217]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T20:34:17.6459519Z [00:02:04.217]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T20:34:17.6460630Z [00:02:04.217]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T20:34:17.6461436Z [00:02:04.217]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T20:34:17.6462482Z [00:02:04.217]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T20:34:17.6463363Z [00:02:04.217]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T20:34:17.6464207Z [00:02:04.217]➜  packagefile container/heap=/root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d
2025-08-20T20:34:17.6465057Z [00:02:04.217]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T20:34:17.6465910Z [00:02:04.217]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T20:34:17.6466784Z [00:02:04.217]➜  packagefile dario.cat/mergo=/root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d
2025-08-20T20:34:17.6467642Z [00:02:04.217]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T20:34:17.6468606Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d
2025-08-20T20:34:17.6469708Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d
2025-08-20T20:34:17.6470750Z [00:02:04.217]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d
2025-08-20T20:34:17.6471737Z [00:02:04.217]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d
2025-08-20T20:34:17.6472897Z [00:02:04.217]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d
2025-08-20T20:34:17.6473907Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:17.6475210Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d
2025-08-20T20:34:17.6476368Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d
2025-08-20T20:34:17.6477471Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d
2025-08-20T20:34:17.6478577Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d
2025-08-20T20:34:17.6480494Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d
2025-08-20T20:34:17.6481649Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d
2025-08-20T20:34:17.6483406Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d
2025-08-20T20:34:17.6484526Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d
2025-08-20T20:34:17.6486074Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d
2025-08-20T20:34:17.6487225Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d
2025-08-20T20:34:17.6488381Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d
2025-08-20T20:34:17.6489491Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:17.6490590Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d
2025-08-20T20:34:17.6491777Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d
2025-08-20T20:34:17.6493209Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d
2025-08-20T20:34:17.6494377Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d
2025-08-20T20:34:17.6495463Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d
2025-08-20T20:34:17.6496535Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d
2025-08-20T20:34:17.6497710Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d
2025-08-20T20:34:17.6498866Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d
2025-08-20T20:34:17.6500017Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d
2025-08-20T20:34:17.6501406Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d
2025-08-20T20:34:17.6502639Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d
2025-08-20T20:34:17.6503720Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d
2025-08-20T20:34:17.6504856Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d
2025-08-20T20:34:17.6505953Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:17.6507016Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d
2025-08-20T20:34:17.6508062Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d
2025-08-20T20:34:17.6509385Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d
2025-08-20T20:34:17.6510517Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d
2025-08-20T20:34:17.6511672Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d
2025-08-20T20:34:17.6512998Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d
2025-08-20T20:34:17.6514094Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d
2025-08-20T20:34:17.6515087Z [00:02:04.217]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d
2025-08-20T20:34:17.6516092Z [00:02:04.217]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d
2025-08-20T20:34:17.6517016Z [00:02:04.217]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T20:34:17.6517827Z [00:02:04.217]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T20:34:17.6518671Z [00:02:04.217]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T20:34:17.6519505Z [00:02:04.217]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T20:34:17.6520403Z [00:02:04.217]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T20:34:17.6521218Z [00:02:04.217]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T20:34:17.6522170Z [00:02:04.217]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T20:34:17.6523045Z [00:02:04.217]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:17.6524115Z [00:02:04.217]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T20:34:17.6525040Z [00:02:04.217]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T20:34:17.6525878Z [00:02:04.217]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T20:34:17.6526734Z [00:02:04.217]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T20:34:17.6527632Z [00:02:04.217]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T20:34:17.6528559Z [00:02:04.217]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T20:34:17.6529463Z [00:02:04.217]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T20:34:17.6530326Z [00:02:04.217]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T20:34:17.6531177Z [00:02:04.217]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T20:34:17.6532487Z [00:02:04.217]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T20:34:17.6533456Z [00:02:04.217]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T20:34:17.6534411Z [00:02:04.217]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T20:34:17.6535342Z [00:02:04.217]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T20:34:17.6536207Z [00:02:04.217]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T20:34:17.6537036Z [00:02:04.217]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T20:34:17.6537901Z [00:02:04.217]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T20:34:17.6538810Z [00:02:04.217]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T20:34:17.6539752Z [00:02:04.217]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T20:34:17.6540667Z [00:02:04.217]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T20:34:17.6541771Z [00:02:04.217]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T20:34:17.6542926Z [00:02:04.217]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T20:34:17.6543821Z [00:02:04.217]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T20:34:17.6544725Z [00:02:04.217]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T20:34:17.6545668Z [00:02:04.217]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T20:34:17.6546611Z [00:02:04.217]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T20:34:17.6547563Z [00:02:04.217]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T20:34:17.6548500Z [00:02:04.217]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T20:34:17.6549424Z [00:02:04.217]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T20:34:17.6550626Z [00:02:04.217]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T20:34:17.6551562Z [00:02:04.217]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T20:34:17.6552719Z [00:02:04.217]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T20:34:17.6553674Z [00:02:04.217]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T20:34:17.6554609Z [00:02:04.217]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T20:34:17.6555552Z [00:02:04.217]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T20:34:17.6556428Z [00:02:04.217]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T20:34:17.6557245Z [00:02:04.217]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T20:34:17.6558098Z [00:02:04.217]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T20:34:17.6559005Z [00:02:04.217]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T20:34:17.6559853Z [00:02:04.217]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T20:34:17.6560674Z [00:02:04.217]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T20:34:17.6561536Z [00:02:04.217]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T20:34:17.6562583Z [00:02:04.217]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T20:34:17.6563514Z [00:02:04.217]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T20:34:17.6564736Z [00:02:04.217]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T20:34:17.6565752Z [00:02:04.217]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T20:34:17.6566598Z [00:02:04.217]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T20:34:17.6567457Z [00:02:04.217]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T20:34:17.6568453Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d
2025-08-20T20:34:17.6569563Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d
2025-08-20T20:34:17.6570668Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d
2025-08-20T20:34:17.6571772Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d
2025-08-20T20:34:17.6573268Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d
2025-08-20T20:34:17.6574378Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d
2025-08-20T20:34:17.6575489Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d
2025-08-20T20:34:17.6576666Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d
2025-08-20T20:34:17.6577849Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d
2025-08-20T20:34:17.6578973Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d
2025-08-20T20:34:17.6580078Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d
2025-08-20T20:34:17.6581089Z [00:02:04.217]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d
2025-08-20T20:34:17.6582098Z [00:02:04.217]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T20:34:17.6583041Z [00:02:04.217]➜  packagefile compress/bzip2=/root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d
2025-08-20T20:34:17.6583923Z [00:02:04.217]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T20:34:17.6584805Z [00:02:04.217]➜  packagefile compress/zlib=/root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d
2025-08-20T20:34:17.6585670Z [00:02:04.217]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T20:34:17.6586532Z [00:02:04.217]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T20:34:17.6587376Z [00:02:04.217]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T20:34:17.6588500Z [00:02:04.217]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T20:34:17.6589488Z [00:02:04.217]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T20:34:17.6590499Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d
2025-08-20T20:34:17.6591674Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d
2025-08-20T20:34:17.6593022Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d
2025-08-20T20:34:17.6594058Z [00:02:04.217]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d
2025-08-20T20:34:17.6594938Z [00:02:04.217]➜  packagefile image=/root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d
2025-08-20T20:34:17.6595771Z [00:02:04.217]➜  packagefile image/jpeg=/root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d
2025-08-20T20:34:17.6597072Z [00:02:04.217]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d
2025-08-20T20:34:17.6598148Z [00:02:04.217]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d
2025-08-20T20:34:17.6599128Z [00:02:04.217]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d
2025-08-20T20:34:17.6600143Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d
2025-08-20T20:34:17.6601081Z [00:02:04.217]➜  packagefile os/user=/root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d
2025-08-20T20:34:17.6601890Z [00:02:04.217]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T20:34:17.6602981Z [00:02:04.217]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T20:34:17.6603903Z [00:02:04.217]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d
2025-08-20T20:34:17.6604907Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d
2025-08-20T20:34:17.6605957Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d
2025-08-20T20:34:17.6607037Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d
2025-08-20T20:34:17.6608102Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d
2025-08-20T20:34:17.6609061Z [00:02:04.217]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d
2025-08-20T20:34:17.6609938Z [00:02:04.217]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T20:34:17.6610923Z [00:02:04.217]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d
2025-08-20T20:34:17.6612500Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d
2025-08-20T20:34:17.6613706Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d
2025-08-20T20:34:17.6614660Z [00:02:04.217]➜  packagefile net=/root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d
2025-08-20T20:34:17.6615475Z [00:02:04.217]➜  packagefile crypto/tls=/root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d
2025-08-20T20:34:17.6616325Z [00:02:04.217]➜  packagefile crypto/x509=/root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d
2025-08-20T20:34:17.6617337Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d
2025-08-20T20:34:17.6618407Z [00:02:04.217]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d
2025-08-20T20:34:17.6619330Z [00:02:04.217]➜  packagefile net/http=/root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d
2025-08-20T20:34:17.6620594Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d
2025-08-20T20:34:17.6621816Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d
2025-08-20T20:34:17.6623115Z [00:02:04.217]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d
2025-08-20T20:34:17.6624100Z [00:02:04.217]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d
2025-08-20T20:34:17.6625034Z [00:02:04.217]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d
2025-08-20T20:34:17.6626121Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d
2025-08-20T20:34:17.6627091Z [00:02:04.217]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:17.6627988Z [00:02:04.217]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d
2025-08-20T20:34:17.6628982Z [00:02:04.217]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d
2025-08-20T20:34:17.6629853Z [00:02:04.217]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T20:34:17.6630647Z [00:02:04.217]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T20:34:17.6631482Z [00:02:04.217]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T20:34:17.6632503Z [00:02:04.217]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T20:34:17.6633377Z [00:02:04.217]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T20:34:17.6634254Z [00:02:04.217]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T20:34:17.6635366Z [00:02:04.217]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T20:34:17.6636414Z [00:02:04.217]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T20:34:17.6637381Z [00:02:04.217]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T20:34:17.6638390Z [00:02:04.217]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T20:34:17.6639422Z [00:02:04.217]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T20:34:17.6640394Z [00:02:04.217]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T20:34:17.6641356Z [00:02:04.217]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T20:34:17.6642530Z [00:02:04.217]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T20:34:17.6643752Z [00:02:04.217]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T20:34:17.6644710Z [00:02:04.217]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T20:34:17.6645673Z [00:02:04.217]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T20:34:17.6646668Z [00:02:04.217]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T20:34:17.6647657Z [00:02:04.217]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T20:34:17.6648630Z [00:02:04.217]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T20:34:17.6649625Z [00:02:04.217]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T20:34:17.6650566Z [00:02:04.217]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T20:34:17.6651593Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d
2025-08-20T20:34:17.6652919Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d
2025-08-20T20:34:17.6653997Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d
2025-08-20T20:34:17.6654935Z [00:02:04.217]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T20:34:17.6655777Z [00:02:04.217]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T20:34:17.6656714Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d
2025-08-20T20:34:17.6657738Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d
2025-08-20T20:34:17.6658951Z [00:02:04.217]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d
2025-08-20T20:34:17.6659942Z [00:02:04.217]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T20:34:17.6660838Z [00:02:04.217]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T20:34:17.6661821Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d
2025-08-20T20:34:17.6663106Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d
2025-08-20T20:34:17.6664193Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d
2025-08-20T20:34:17.6665231Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d
2025-08-20T20:34:17.6666186Z [00:02:04.217]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d
2025-08-20T20:34:17.6667290Z [00:02:04.217]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T20:34:17.6668133Z [00:02:04.217]➜  packagefile hash/adler32=/root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d
2025-08-20T20:34:17.6669081Z [00:02:04.217]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T20:34:17.6670100Z [00:02:04.217]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T20:34:17.6671102Z [00:02:04.217]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T20:34:17.6672219Z [00:02:04.217]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T20:34:17.6673230Z [00:02:04.217]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T20:34:17.6674150Z [00:02:04.217]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d
2025-08-20T20:34:17.6675058Z [00:02:04.217]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T20:34:17.6675921Z [00:02:04.217]➜  packagefile image/color=/root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d
2025-08-20T20:34:17.6676820Z [00:02:04.217]➜  packagefile image/internal/imageutil=/root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d
2025-08-20T20:34:17.6677834Z [00:02:04.217]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d
2025-08-20T20:34:17.6678784Z [00:02:04.217]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T20:34:17.6679630Z [00:02:04.217]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T20:34:17.6680560Z [00:02:04.217]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d
2025-08-20T20:34:17.6681794Z [00:02:04.217]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d
2025-08-20T20:34:17.6682970Z [00:02:04.217]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d
2025-08-20T20:34:17.6683983Z [00:02:04.217]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d
2025-08-20T20:34:17.6685053Z [00:02:04.217]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d
2025-08-20T20:34:17.6686097Z [00:02:04.217]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d
2025-08-20T20:34:17.6687102Z [00:02:04.217]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d
2025-08-20T20:34:17.6688148Z [00:02:04.217]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d
2025-08-20T20:34:17.6689203Z [00:02:04.217]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T20:34:17.6690401Z [00:02:04.217]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T20:34:17.6691325Z [00:02:04.217]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T20:34:17.6692359Z [00:02:04.217]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T20:34:17.6693282Z [00:02:04.217]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T20:34:17.6694145Z [00:02:04.217]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T20:34:17.6695008Z [00:02:04.217]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T20:34:17.6695940Z [00:02:04.217]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T20:34:17.6696930Z [00:02:04.217]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T20:34:17.6697965Z [00:02:04.217]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T20:34:17.6698923Z [00:02:04.217]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T20:34:17.6699802Z [00:02:04.217]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T20:34:17.6700636Z [00:02:04.217]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T20:34:17.6701567Z [00:02:04.217]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T20:34:17.6702662Z [00:02:04.217]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T20:34:17.6703664Z [00:02:04.217]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T20:34:17.6705023Z [00:02:04.217]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T20:34:17.6706033Z [00:02:04.217]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T20:34:17.6706877Z [00:02:04.217]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T20:34:17.6707881Z [00:02:04.217]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T20:34:17.6708849Z [00:02:04.217]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T20:34:17.6709812Z [00:02:04.217]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d
2025-08-20T20:34:17.6710871Z [00:02:04.217]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d
2025-08-20T20:34:17.6711916Z [00:02:04.217]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T20:34:17.6713097Z [00:02:04.217]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T20:34:17.6714218Z [00:02:04.217]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T20:34:17.6715058Z [00:02:04.217]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T20:34:17.6715953Z [00:02:04.217]➜  packagefile net/http/httptrace=/root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d
2025-08-20T20:34:17.6716859Z [00:02:04.217]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T20:34:17.6717783Z [00:02:04.217]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T20:34:17.6718751Z [00:02:04.217]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T20:34:17.6719683Z [00:02:04.217]➜  packagefile net/textproto=/root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d
2025-08-20T20:34:17.6720645Z [00:02:04.217]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d
2025-08-20T20:34:17.6721651Z [00:02:04.217]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d
2025-08-20T20:34:17.6722765Z [00:02:04.217]➜  packagefile crypto/mlkem=/root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d
2025-08-20T20:34:17.6723689Z [00:02:04.217]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d
2025-08-20T20:34:17.6724672Z [00:02:04.217]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d
2025-08-20T20:34:17.6725695Z [00:02:04.217]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d
2025-08-20T20:34:17.6726785Z [00:02:04.217]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d
2025-08-20T20:34:17.6727851Z [00:02:04.217]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d
2025-08-20T20:34:17.6729011Z [00:02:04.217]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T20:34:17.6729964Z [00:02:04.217]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T20:34:17.6730938Z [00:02:04.217]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T20:34:17.6732136Z [00:02:04.217]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T20:34:17.6733180Z [00:02:04.217]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T20:34:17.6734178Z [00:02:04.217]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T20:34:17.6735095Z [00:02:04.217]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T20:34:17.6735944Z [00:02:04.217]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T20:34:17.6737199Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d
2025-08-20T20:34:17.6738262Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d
2025-08-20T20:34:17.6739314Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d
2025-08-20T20:34:17.6740369Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d
2025-08-20T20:34:17.6741416Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d
2025-08-20T20:34:17.6742687Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d
2025-08-20T20:34:17.6743810Z [00:02:04.217]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d
2025-08-20T20:34:17.6744868Z [00:02:04.217]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T20:34:17.6745860Z [00:02:04.217]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T20:34:17.6746853Z [00:02:04.217]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T20:34:17.6747877Z [00:02:04.217]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d
2025-08-20T20:34:17.6748896Z [00:02:04.217]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d
2025-08-20T20:34:17.6749870Z [00:02:04.217]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T20:34:17.6750812Z [00:02:04.218]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T20:34:17.6752047Z [00:02:04.218]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T20:34:17.6753067Z [00:02:04.218]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d
2025-08-20T20:34:17.6753962Z [00:02:04.218]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T20:34:17.6754869Z [00:02:04.218]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T20:34:17.6755911Z [00:02:04.218]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T20:34:17.6756961Z [00:02:04.218]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T20:34:17.6757958Z [00:02:04.218]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T20:34:17.6758883Z [00:02:04.218]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T20:34:17.6759883Z [00:02:04.218]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T20:34:17.6761184Z [00:02:04.218]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T20:34:17.6762434Z [00:02:04.218]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T20:34:17.6763577Z [00:02:04.218]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T20:34:17.6764636Z [00:02:04.218]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T20:34:17.6765667Z [00:02:04.218]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T20:34:17.6766645Z [00:02:04.218]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T20:34:17.6767624Z [00:02:04.218]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d
2025-08-20T20:34:17.6768620Z [00:02:04.218]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d
2025-08-20T20:34:17.6769612Z [00:02:04.218]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d
2025-08-20T20:34:17.6770649Z [00:02:04.218]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d
2025-08-20T20:34:17.6771721Z [00:02:04.218]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T20:34:17.6772931Z [00:02:04.218]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T20:34:17.6773979Z [00:02:04.218]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T20:34:17.6775019Z [00:02:04.218]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d
2025-08-20T20:34:17.6783940Z [00:02:04.218]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:17.6791107Z [00:02:04.218]➜  EOF
2025-08-20T20:34:17.6791349Z [00:02:04.218]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:17.6791600Z [00:02:04.218]➜  cd .
2025-08-20T20:34:17.6793969Z [00:02:04.218]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=FccMt0qdE89gDxmxrA27/E7jZe9pk2omPLksgqicd/mh1b3RKVymQx0mC5BeYy/FccMt0qdE89gDxmxrA27 -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:18.2394646Z [00:02:04.812]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:18.2462562Z [00:02:04.819]➜  mkdir -p /build-bins/
2025-08-20T20:34:18.2463013Z [00:02:04.819]➜  cp $WORK/b001/exe/a.out /build-bins/git-checkout
2025-08-20T20:34:18.2516759Z [00:02:04.824]➜  rm -rf $WORK/b001/
2025-08-20T20:34:18.2564819Z [00:02:04.829]➜  + 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:34:18.2589458Z [00:02:04.831]➜  WORK=/tmp/go-build3596473792
2025-08-20T20:34:18.2864548Z [00:02:04.859]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:18.2864993Z [00:02:04.859]➜  git status --porcelain
2025-08-20T20:34:18.2901490Z [00:02:04.862]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:18.2902075Z [00:02:04.862]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:18.2915791Z [00:02:04.864]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:18.2924997Z [00:02:04.865]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:18.2927860Z [00:02:04.865]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:18.2941465Z [00:02:04.866]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:18.2942837Z [00:02:04.866]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:18.3142141Z [00:02:04.886]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:18.3143152Z [00:02:04.887]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:18.3160392Z [00:02:04.888]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:18.3161238Z [00:02:04.888]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:18.3175312Z [00:02:04.890]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:18.3176500Z [00:02:04.890]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:18.3186497Z [00:02:04.891]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:18.3573451Z [00:02:04.930]➜  github.com/go-git/go-git/v6/_examples/pull
2025-08-20T20:34:18.3573910Z [00:02:04.930]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:18.3574299Z [00:02:04.930]➜  cat >/tmp/go-build3596473792/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:18.3574697Z [00:02:04.930]➜  # import config
2025-08-20T20:34:18.3575263Z [00:02:04.930]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:18.3576161Z [00:02:04.930]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:18.3577173Z [00:02:04.930]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:18.3578054Z [00:02:04.930]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:18.3578860Z [00:02:04.930]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:18.3579715Z [00:02:04.930]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:18.3580232Z [00:02:04.930]➜  EOF
2025-08-20T20:34:18.3580528Z [00:02:04.930]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/pull
2025-08-20T20:34:18.3582548Z [00:02:04.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/pull=>github.com/go-git/go-git/v6/_examples/pull;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid btsyXxVmWO1L3mY7NdeI/btsyXxVmWO1L3mY7NdeI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:18.3789921Z [00:02:04.951]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:18.3794441Z [00:02:04.952]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/e3/e36a70f6d275b71a121611b8a5773e831ee7b0df105661c6f3860b15566be8e3-d # internal
2025-08-20T20:34:18.3821004Z [00:02:04.954]➜  cat >/tmp/go-build3596473792/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:18.3822429Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/_examples/pull=/tmp/go-build3596473792/b001/_pkg_.a
2025-08-20T20:34:18.3823302Z [00:02:04.954]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:18.3824202Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:18.3825246Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:18.3826133Z [00:02:04.954]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:18.3826946Z [00:02:04.954]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:18.3827802Z [00:02:04.954]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:18.3828648Z [00:02:04.954]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T20:34:18.3829520Z [00:02:04.954]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T20:34:18.3830654Z [00:02:04.954]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T20:34:18.3831448Z [00:02:04.954]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T20:34:18.3832559Z [00:02:04.954]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T20:34:18.3833428Z [00:02:04.954]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T20:34:18.3834365Z [00:02:04.954]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T20:34:18.3835168Z [00:02:04.954]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T20:34:18.3836006Z [00:02:04.954]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T20:34:18.3836857Z [00:02:04.954]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T20:34:18.3837701Z [00:02:04.954]➜  packagefile container/heap=/root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d
2025-08-20T20:34:18.3838551Z [00:02:04.954]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T20:34:18.3839408Z [00:02:04.954]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T20:34:18.3840285Z [00:02:04.954]➜  packagefile dario.cat/mergo=/root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d
2025-08-20T20:34:18.3841153Z [00:02:04.954]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T20:34:18.3842408Z [00:02:04.954]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d
2025-08-20T20:34:18.3843561Z [00:02:04.954]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d
2025-08-20T20:34:18.3844591Z [00:02:04.954]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d
2025-08-20T20:34:18.3845839Z [00:02:04.954]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d
2025-08-20T20:34:18.3846924Z [00:02:04.954]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d
2025-08-20T20:34:18.3847986Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:18.3849037Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d
2025-08-20T20:34:18.3850135Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d
2025-08-20T20:34:18.3851244Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d
2025-08-20T20:34:18.3852489Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d
2025-08-20T20:34:18.3853614Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d
2025-08-20T20:34:18.3854933Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:18.3855987Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d
2025-08-20T20:34:18.3857066Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d
2025-08-20T20:34:18.3858179Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d
2025-08-20T20:34:18.3859325Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d
2025-08-20T20:34:18.3860476Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d
2025-08-20T20:34:18.3861625Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d
2025-08-20T20:34:18.3862908Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:18.3864028Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d
2025-08-20T20:34:18.3865217Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d
2025-08-20T20:34:18.3866455Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d
2025-08-20T20:34:18.3867616Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d
2025-08-20T20:34:18.3868703Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d
2025-08-20T20:34:18.3870014Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d
2025-08-20T20:34:18.3871206Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d
2025-08-20T20:34:18.3872599Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d
2025-08-20T20:34:18.3873831Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d
2025-08-20T20:34:18.3874975Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d
2025-08-20T20:34:18.3876052Z [00:02:04.954]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d
2025-08-20T20:34:18.3877116Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d
2025-08-20T20:34:18.3878553Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d
2025-08-20T20:34:18.3879655Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:18.3880687Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d
2025-08-20T20:34:18.3881740Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d
2025-08-20T20:34:18.3883052Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d
2025-08-20T20:34:18.3884185Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d
2025-08-20T20:34:18.3885344Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d
2025-08-20T20:34:18.3886464Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d
2025-08-20T20:34:18.3887554Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d
2025-08-20T20:34:18.3888555Z [00:02:04.955]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d
2025-08-20T20:34:18.3889557Z [00:02:04.955]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d
2025-08-20T20:34:18.3890493Z [00:02:04.955]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T20:34:18.3891298Z [00:02:04.955]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T20:34:18.3892238Z [00:02:04.955]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T20:34:18.3893434Z [00:02:04.955]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T20:34:18.3894324Z [00:02:04.955]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T20:34:18.3895134Z [00:02:04.955]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T20:34:18.3895977Z [00:02:04.955]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T20:34:18.3896796Z [00:02:04.955]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:18.3897642Z [00:02:04.955]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T20:34:18.3898548Z [00:02:04.955]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T20:34:18.3899487Z [00:02:04.955]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T20:34:18.3900392Z [00:02:04.955]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T20:34:18.3901253Z [00:02:04.955]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T20:34:18.3902690Z [00:02:04.955]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T20:34:18.3903614Z [00:02:04.955]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T20:34:18.3904561Z [00:02:04.955]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T20:34:18.3905523Z [00:02:04.955]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T20:34:18.3906460Z [00:02:04.955]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T20:34:18.3907359Z [00:02:04.955]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T20:34:18.3908205Z [00:02:04.955]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T20:34:18.3909075Z [00:02:04.955]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T20:34:18.3909983Z [00:02:04.955]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T20:34:18.3910933Z [00:02:04.955]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T20:34:18.3911851Z [00:02:04.955]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T20:34:18.3912908Z [00:02:04.955]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T20:34:18.3913840Z [00:02:04.955]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T20:34:18.3914765Z [00:02:04.955]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T20:34:18.3915663Z [00:02:04.955]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T20:34:18.3916950Z [00:02:04.955]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T20:34:18.3918001Z [00:02:04.955]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T20:34:18.3918954Z [00:02:04.955]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T20:34:18.3919907Z [00:02:04.955]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T20:34:18.3920855Z [00:02:04.955]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T20:34:18.3921789Z [00:02:04.955]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T20:34:18.3922907Z [00:02:04.955]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T20:34:18.3923861Z [00:02:04.955]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T20:34:18.3924800Z [00:02:04.955]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T20:34:18.3926024Z [00:02:04.955]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T20:34:18.3926960Z [00:02:04.955]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T20:34:18.3927833Z [00:02:04.955]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T20:34:18.3928659Z [00:02:04.955]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T20:34:18.3929519Z [00:02:04.955]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T20:34:18.3930423Z [00:02:04.955]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T20:34:18.3931286Z [00:02:04.955]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T20:34:18.3932239Z [00:02:04.955]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T20:34:18.3933172Z [00:02:04.955]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T20:34:18.3934079Z [00:02:04.955]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T20:34:18.3934943Z [00:02:04.955]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T20:34:18.3935819Z [00:02:04.955]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T20:34:18.3936788Z [00:02:04.955]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T20:34:18.3937678Z [00:02:04.955]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T20:34:18.3938510Z [00:02:04.955]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T20:34:18.3939549Z [00:02:04.955]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T20:34:18.3940485Z [00:02:04.955]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T20:34:18.3941478Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d
2025-08-20T20:34:18.3942840Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d
2025-08-20T20:34:18.3943946Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d
2025-08-20T20:34:18.3945052Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d
2025-08-20T20:34:18.3946167Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d
2025-08-20T20:34:18.3947272Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d
2025-08-20T20:34:18.3948739Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d
2025-08-20T20:34:18.3949944Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d
2025-08-20T20:34:18.3951139Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d
2025-08-20T20:34:18.3952456Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d
2025-08-20T20:34:18.3953621Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d
2025-08-20T20:34:18.3954632Z [00:02:04.955]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d
2025-08-20T20:34:18.3955527Z [00:02:04.955]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T20:34:18.3956378Z [00:02:04.955]➜  packagefile compress/bzip2=/root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d
2025-08-20T20:34:18.3957252Z [00:02:04.955]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T20:34:18.3958128Z [00:02:04.955]➜  packagefile compress/zlib=/root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d
2025-08-20T20:34:18.3958995Z [00:02:04.955]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T20:34:18.3959847Z [00:02:04.955]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T20:34:18.3960696Z [00:02:04.955]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T20:34:18.3961558Z [00:02:04.955]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T20:34:18.3962597Z [00:02:04.955]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T20:34:18.3963702Z [00:02:04.955]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T20:34:18.3964818Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d
2025-08-20T20:34:18.3965991Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d
2025-08-20T20:34:18.3967149Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d
2025-08-20T20:34:18.3968170Z [00:02:04.955]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d
2025-08-20T20:34:18.3969045Z [00:02:04.955]➜  packagefile image=/root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d
2025-08-20T20:34:18.3969887Z [00:02:04.955]➜  packagefile image/jpeg=/root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d
2025-08-20T20:34:18.3970850Z [00:02:04.955]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d
2025-08-20T20:34:18.3972438Z [00:02:04.955]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d
2025-08-20T20:34:18.3973493Z [00:02:04.955]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d
2025-08-20T20:34:18.3974502Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d
2025-08-20T20:34:18.3975481Z [00:02:04.955]➜  packagefile os/user=/root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d
2025-08-20T20:34:18.3976289Z [00:02:04.955]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T20:34:18.3977135Z [00:02:04.955]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T20:34:18.3978064Z [00:02:04.955]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d
2025-08-20T20:34:18.3979061Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d
2025-08-20T20:34:18.3980101Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d
2025-08-20T20:34:18.3981188Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d
2025-08-20T20:34:18.3982349Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d
2025-08-20T20:34:18.3983368Z [00:02:04.955]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d
2025-08-20T20:34:18.3984260Z [00:02:04.955]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T20:34:18.3985262Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d
2025-08-20T20:34:18.3986388Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d
2025-08-20T20:34:18.3987750Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d
2025-08-20T20:34:18.3988766Z [00:02:04.955]➜  packagefile net=/root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d
2025-08-20T20:34:18.3989592Z [00:02:04.955]➜  packagefile crypto/tls=/root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d
2025-08-20T20:34:18.3990440Z [00:02:04.955]➜  packagefile crypto/x509=/root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d
2025-08-20T20:34:18.3991440Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d
2025-08-20T20:34:18.3992704Z [00:02:04.955]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d
2025-08-20T20:34:18.3993630Z [00:02:04.955]➜  packagefile net/http=/root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d
2025-08-20T20:34:18.3994683Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d
2025-08-20T20:34:18.3996143Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d
2025-08-20T20:34:18.3997256Z [00:02:04.955]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d
2025-08-20T20:34:18.3998237Z [00:02:04.955]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d
2025-08-20T20:34:18.3999182Z [00:02:04.955]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d
2025-08-20T20:34:18.4000261Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d
2025-08-20T20:34:18.4001233Z [00:02:04.955]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:18.4002377Z [00:02:04.955]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d
2025-08-20T20:34:18.4003437Z [00:02:04.955]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d
2025-08-20T20:34:18.4004308Z [00:02:04.955]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T20:34:18.4005117Z [00:02:04.955]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T20:34:18.4005946Z [00:02:04.955]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T20:34:18.4006803Z [00:02:04.955]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T20:34:18.4007675Z [00:02:04.955]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T20:34:18.4008552Z [00:02:04.955]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T20:34:18.4009433Z [00:02:04.955]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T20:34:18.4010575Z [00:02:04.955]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T20:34:18.4011651Z [00:02:04.955]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T20:34:18.4012863Z [00:02:04.955]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T20:34:18.4013910Z [00:02:04.955]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T20:34:18.4014876Z [00:02:04.955]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T20:34:18.4015836Z [00:02:04.955]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T20:34:18.4016830Z [00:02:04.955]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T20:34:18.4017797Z [00:02:04.955]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T20:34:18.4018751Z [00:02:04.955]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T20:34:18.4019957Z [00:02:04.955]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T20:34:18.4020955Z [00:02:04.955]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T20:34:18.4022055Z [00:02:04.955]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T20:34:18.4023100Z [00:02:04.955]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T20:34:18.4024099Z [00:02:04.955]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T20:34:18.4025051Z [00:02:04.955]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T20:34:18.4026082Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d
2025-08-20T20:34:18.4027194Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d
2025-08-20T20:34:18.4028276Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d
2025-08-20T20:34:18.4029215Z [00:02:04.955]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T20:34:18.4030050Z [00:02:04.955]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T20:34:18.4030995Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d
2025-08-20T20:34:18.4032252Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d
2025-08-20T20:34:18.4033315Z [00:02:04.955]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d
2025-08-20T20:34:18.4034469Z [00:02:04.955]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T20:34:18.4035412Z [00:02:04.955]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T20:34:18.4036392Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d
2025-08-20T20:34:18.4037475Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d
2025-08-20T20:34:18.4038549Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d
2025-08-20T20:34:18.4039588Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d
2025-08-20T20:34:18.4040548Z [00:02:04.955]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d
2025-08-20T20:34:18.4041407Z [00:02:04.955]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T20:34:18.4042370Z [00:02:04.955]➜  packagefile hash/adler32=/root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d
2025-08-20T20:34:18.4043519Z [00:02:04.955]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T20:34:18.4044526Z [00:02:04.955]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T20:34:18.4045525Z [00:02:04.955]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T20:34:18.4046529Z [00:02:04.955]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T20:34:18.4047458Z [00:02:04.955]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T20:34:18.4048427Z [00:02:04.955]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d
2025-08-20T20:34:18.4049331Z [00:02:04.955]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T20:34:18.4050182Z [00:02:04.955]➜  packagefile image/color=/root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d
2025-08-20T20:34:18.4051077Z [00:02:04.955]➜  packagefile image/internal/imageutil=/root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d
2025-08-20T20:34:18.4052339Z [00:02:04.955]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d
2025-08-20T20:34:18.4053352Z [00:02:04.955]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T20:34:18.4054209Z [00:02:04.955]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T20:34:18.4055148Z [00:02:04.955]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d
2025-08-20T20:34:18.4056166Z [00:02:04.955]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d
2025-08-20T20:34:18.4057381Z [00:02:04.955]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d
2025-08-20T20:34:18.4058460Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d
2025-08-20T20:34:18.4059518Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d
2025-08-20T20:34:18.4060795Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d
2025-08-20T20:34:18.4061805Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d
2025-08-20T20:34:18.4063066Z [00:02:04.955]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d
2025-08-20T20:34:18.4064137Z [00:02:04.955]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T20:34:18.4065101Z [00:02:04.955]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T20:34:18.4066017Z [00:02:04.955]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T20:34:18.4066916Z [00:02:04.955]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T20:34:18.4067769Z [00:02:04.955]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T20:34:18.4068632Z [00:02:04.955]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T20:34:18.4069497Z [00:02:04.955]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T20:34:18.4070427Z [00:02:04.955]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T20:34:18.4071418Z [00:02:04.955]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T20:34:18.4072647Z [00:02:04.955]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T20:34:18.4073613Z [00:02:04.955]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T20:34:18.4074494Z [00:02:04.955]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T20:34:18.4075536Z [00:02:04.955]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T20:34:18.4076577Z [00:02:04.955]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T20:34:18.4077512Z [00:02:04.955]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T20:34:18.4078503Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T20:34:18.4079584Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T20:34:18.4080504Z [00:02:04.955]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T20:34:18.4081348Z [00:02:04.955]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T20:34:18.4082528Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T20:34:18.4083720Z [00:02:04.955]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T20:34:18.4084683Z [00:02:04.955]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d
2025-08-20T20:34:18.4085773Z [00:02:04.955]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d
2025-08-20T20:34:18.4086822Z [00:02:04.955]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T20:34:18.4087816Z [00:02:04.955]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T20:34:18.4088682Z [00:02:04.955]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T20:34:18.4089525Z [00:02:04.955]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T20:34:18.4090420Z [00:02:04.955]➜  packagefile net/http/httptrace=/root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d
2025-08-20T20:34:18.4091318Z [00:02:04.955]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T20:34:18.4092367Z [00:02:04.955]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T20:34:18.4093401Z [00:02:04.955]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T20:34:18.4094331Z [00:02:04.955]➜  packagefile net/textproto=/root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d
2025-08-20T20:34:18.4095299Z [00:02:04.955]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d
2025-08-20T20:34:18.4096305Z [00:02:04.955]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d
2025-08-20T20:34:18.4097230Z [00:02:04.955]➜  packagefile crypto/mlkem=/root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d
2025-08-20T20:34:18.4098358Z [00:02:04.955]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d
2025-08-20T20:34:18.4099410Z [00:02:04.955]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d
2025-08-20T20:34:18.4100429Z [00:02:04.955]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d
2025-08-20T20:34:18.4101522Z [00:02:04.955]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d
2025-08-20T20:34:18.4102768Z [00:02:04.955]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d
2025-08-20T20:34:18.4103706Z [00:02:04.955]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T20:34:18.4104590Z [00:02:04.955]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T20:34:18.4105556Z [00:02:04.955]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T20:34:18.4106580Z [00:02:04.955]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T20:34:18.4107795Z [00:02:04.955]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T20:34:18.4108786Z [00:02:04.955]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T20:34:18.4109706Z [00:02:04.955]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T20:34:18.4110565Z [00:02:04.955]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T20:34:18.4111550Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d
2025-08-20T20:34:18.4112910Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d
2025-08-20T20:34:18.4113979Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d
2025-08-20T20:34:18.4115030Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d
2025-08-20T20:34:18.4116084Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d
2025-08-20T20:34:18.4117167Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d
2025-08-20T20:34:18.4118272Z [00:02:04.955]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d
2025-08-20T20:34:18.4119332Z [00:02:04.955]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T20:34:18.4120323Z [00:02:04.955]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T20:34:18.4121308Z [00:02:04.955]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T20:34:18.4122610Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d
2025-08-20T20:34:18.4123697Z [00:02:04.955]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d
2025-08-20T20:34:18.4124674Z [00:02:04.955]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T20:34:18.4125623Z [00:02:04.955]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T20:34:18.4126514Z [00:02:04.955]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T20:34:18.4127447Z [00:02:04.955]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d
2025-08-20T20:34:18.4128365Z [00:02:04.955]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T20:34:18.4129273Z [00:02:04.955]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T20:34:18.4130315Z [00:02:04.955]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T20:34:18.4131620Z [00:02:04.955]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T20:34:18.4132775Z [00:02:04.955]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T20:34:18.4133718Z [00:02:04.955]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T20:34:18.4134686Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T20:34:18.4135789Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T20:34:18.4136903Z [00:02:04.955]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T20:34:18.4137984Z [00:02:04.955]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T20:34:18.4139027Z [00:02:04.955]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T20:34:18.4140062Z [00:02:04.955]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T20:34:18.4141037Z [00:02:04.955]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T20:34:18.4142123Z [00:02:04.955]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d
2025-08-20T20:34:18.4143201Z [00:02:04.955]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d
2025-08-20T20:34:18.4144184Z [00:02:04.955]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d
2025-08-20T20:34:18.4145221Z [00:02:04.955]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d
2025-08-20T20:34:18.4146544Z [00:02:04.955]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T20:34:18.4147747Z [00:02:04.955]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T20:34:18.4148801Z [00:02:04.955]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T20:34:18.4149844Z [00:02:04.955]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d
2025-08-20T20:34:18.4158797Z [00:02:04.955]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:18.4166181Z [00:02:04.955]➜  EOF
2025-08-20T20:34:18.4166431Z [00:02:04.955]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:18.4166696Z [00:02:04.955]➜  cd .
2025-08-20T20:34:18.4168881Z [00:02:04.955]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=Et57wS70m5D0Y_qpiu8C/btsyXxVmWO1L3mY7NdeI/1SaEr_NtmxjNe5du57Qh/Et57wS70m5D0Y_qpiu8C -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:18.9428625Z [00:02:05.515]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:18.9498120Z [00:02:05.522]➜  mkdir -p /build-bins/
2025-08-20T20:34:18.9499118Z [00:02:05.522]➜  cp $WORK/b001/exe/a.out /build-bins/git-pull
2025-08-20T20:34:18.9552202Z [00:02:05.528]➜  rm -rf $WORK/b001/
2025-08-20T20:34:18.9594201Z [00:02:05.532]➜  + 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:34:18.9618305Z [00:02:05.534]➜  WORK=/tmp/go-build2298840580
2025-08-20T20:34:18.9894242Z [00:02:05.562]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:18.9894681Z [00:02:05.562]➜  git status --porcelain
2025-08-20T20:34:18.9929188Z [00:02:05.565]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:18.9929609Z [00:02:05.565]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:18.9944689Z [00:02:05.567]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:18.9955034Z [00:02:05.568]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:18.9956347Z [00:02:05.568]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:18.9971431Z [00:02:05.569]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:18.9972622Z [00:02:05.569]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:19.0170256Z [00:02:05.589]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:19.0171212Z [00:02:05.589]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:19.0189216Z [00:02:05.591]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:19.0190087Z [00:02:05.591]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:19.0201365Z [00:02:05.592]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:19.0202232Z [00:02:05.592]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:19.0214735Z [00:02:05.594]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:19.0607075Z [00:02:05.633]➜  github.com/go-git/go-git/v6/_examples/log
2025-08-20T20:34:19.0607501Z [00:02:05.633]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:19.0609229Z [00:02:05.633]➜  cat >/tmp/go-build2298840580/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:19.0609628Z [00:02:05.633]➜  # import config
2025-08-20T20:34:19.0610195Z [00:02:05.633]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:19.0611124Z [00:02:05.633]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:19.0612316Z [00:02:05.633]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:19.0613444Z [00:02:05.633]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:19.0614497Z [00:02:05.633]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:19.0615407Z [00:02:05.633]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:19.0616659Z [00:02:05.633]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:19.0617587Z [00:02:05.633]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:19.0618104Z [00:02:05.633]➜  EOF
2025-08-20T20:34:19.0618385Z [00:02:05.633]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/log
2025-08-20T20:34:19.0625796Z [00:02:05.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/log=>github.com/go-git/go-git/v6/_examples/log;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid ic9FOZT0VuyN6yrzBK0t/ic9FOZT0VuyN6yrzBK0t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:19.0849513Z [00:02:05.657]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:19.0853532Z [00:02:05.658]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/19/19387c426b8ccb9d1ce8fc5aa224ebb0e5fe2374599136bb76a135011242aef6-d # internal
2025-08-20T20:34:19.0880649Z [00:02:05.660]➜  cat >/tmp/go-build2298840580/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:19.0882100Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/_examples/log=/tmp/go-build2298840580/b001/_pkg_.a
2025-08-20T20:34:19.0882915Z [00:02:05.660]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:19.0884226Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:19.0885215Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:19.0886254Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:19.0887365Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:19.0888280Z [00:02:05.660]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:19.0889095Z [00:02:05.660]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:19.0889947Z [00:02:05.660]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:19.0890800Z [00:02:05.660]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T20:34:19.0891672Z [00:02:05.660]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T20:34:19.0892761Z [00:02:05.660]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T20:34:19.0893547Z [00:02:05.660]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T20:34:19.0894330Z [00:02:05.660]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:19.0895133Z [00:02:05.660]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T20:34:19.0895951Z [00:02:05.660]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T20:34:19.0896767Z [00:02:05.660]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T20:34:19.0897570Z [00:02:05.660]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T20:34:19.0898662Z [00:02:05.660]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T20:34:19.0899598Z [00:02:05.660]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T20:34:19.0900438Z [00:02:05.660]➜  packagefile container/heap=/root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d
2025-08-20T20:34:19.0901289Z [00:02:05.660]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T20:34:19.0902408Z [00:02:05.660]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T20:34:19.0903344Z [00:02:05.660]➜  packagefile dario.cat/mergo=/root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d
2025-08-20T20:34:19.0904214Z [00:02:05.660]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T20:34:19.0905179Z [00:02:05.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d
2025-08-20T20:34:19.0906263Z [00:02:05.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d
2025-08-20T20:34:19.0907530Z [00:02:05.660]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d
2025-08-20T20:34:19.0908509Z [00:02:05.660]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d
2025-08-20T20:34:19.0909511Z [00:02:05.660]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d
2025-08-20T20:34:19.0910523Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:19.0911572Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d
2025-08-20T20:34:19.0912975Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d
2025-08-20T20:34:19.0914085Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d
2025-08-20T20:34:19.0915183Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d
2025-08-20T20:34:19.0916260Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d
2025-08-20T20:34:19.0917313Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:19.0918357Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d
2025-08-20T20:34:19.0919435Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d
2025-08-20T20:34:19.0920550Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d
2025-08-20T20:34:19.0922075Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d
2025-08-20T20:34:19.0923305Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d
2025-08-20T20:34:19.0924457Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d
2025-08-20T20:34:19.0925618Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d
2025-08-20T20:34:19.0926804Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d
2025-08-20T20:34:19.0928040Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d
2025-08-20T20:34:19.0929196Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d
2025-08-20T20:34:19.0930277Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d
2025-08-20T20:34:19.0931560Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d
2025-08-20T20:34:19.0932849Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d
2025-08-20T20:34:19.0934022Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d
2025-08-20T20:34:19.0935176Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d
2025-08-20T20:34:19.0936308Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d
2025-08-20T20:34:19.0937373Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d
2025-08-20T20:34:19.0938433Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d
2025-08-20T20:34:19.0939572Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d
2025-08-20T20:34:19.0940660Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d
2025-08-20T20:34:19.0941700Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d
2025-08-20T20:34:19.0942917Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d
2025-08-20T20:34:19.0944046Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d
2025-08-20T20:34:19.0945193Z [00:02:05.660]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d
2025-08-20T20:34:19.0946549Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d
2025-08-20T20:34:19.0947707Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d
2025-08-20T20:34:19.0948807Z [00:02:05.661]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d
2025-08-20T20:34:19.0949801Z [00:02:05.661]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d
2025-08-20T20:34:19.0950724Z [00:02:05.661]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T20:34:19.0951530Z [00:02:05.661]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T20:34:19.0952500Z [00:02:05.661]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T20:34:19.0953358Z [00:02:05.661]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T20:34:19.0954398Z [00:02:05.661]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T20:34:19.0955199Z [00:02:05.661]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T20:34:19.0956024Z [00:02:05.661]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T20:34:19.0956887Z [00:02:05.661]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T20:34:19.0957905Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d
2025-08-20T20:34:19.0959026Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d
2025-08-20T20:34:19.0960115Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d
2025-08-20T20:34:19.0961135Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d
2025-08-20T20:34:19.0962195Z [00:02:05.661]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T20:34:19.0963153Z [00:02:05.661]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T20:34:19.0964062Z [00:02:05.661]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T20:34:19.0964936Z [00:02:05.661]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T20:34:19.0965793Z [00:02:05.661]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T20:34:19.0966679Z [00:02:05.661]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T20:34:19.0967606Z [00:02:05.661]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T20:34:19.0968747Z [00:02:05.661]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T20:34:19.0969744Z [00:02:05.661]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T20:34:19.0970625Z [00:02:05.661]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T20:34:19.0971502Z [00:02:05.661]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T20:34:19.0972548Z [00:02:05.661]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T20:34:19.0973441Z [00:02:05.661]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T20:34:19.0974339Z [00:02:05.661]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T20:34:19.0975288Z [00:02:05.661]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T20:34:19.0976275Z [00:02:05.661]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T20:34:19.0977437Z [00:02:05.661]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T20:34:19.0978375Z [00:02:05.661]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T20:34:19.0979298Z [00:02:05.661]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T20:34:19.0980226Z [00:02:05.661]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T20:34:19.0981166Z [00:02:05.661]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T20:34:19.0982249Z [00:02:05.661]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T20:34:19.0983289Z [00:02:05.661]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T20:34:19.0984229Z [00:02:05.661]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T20:34:19.0985122Z [00:02:05.661]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T20:34:19.0986031Z [00:02:05.661]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T20:34:19.0986904Z [00:02:05.661]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T20:34:19.0987775Z [00:02:05.661]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T20:34:19.0988670Z [00:02:05.661]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T20:34:19.0989527Z [00:02:05.661]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T20:34:19.0990461Z [00:02:05.661]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T20:34:19.0991413Z [00:02:05.661]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T20:34:19.0992817Z [00:02:05.661]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T20:34:19.0993767Z [00:02:05.661]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T20:34:19.0994610Z [00:02:05.661]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T20:34:19.0995517Z [00:02:05.661]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T20:34:19.0996368Z [00:02:05.661]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T20:34:19.0997177Z [00:02:05.661]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T20:34:19.0998035Z [00:02:05.661]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T20:34:19.0998929Z [00:02:05.661]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T20:34:19.0999785Z [00:02:05.661]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T20:34:19.1000886Z [00:02:05.661]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T20:34:19.1001854Z [00:02:05.661]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T20:34:19.1002956Z [00:02:05.661]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T20:34:19.1003804Z [00:02:05.661]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T20:34:19.1004640Z [00:02:05.661]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T20:34:19.1005486Z [00:02:05.661]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T20:34:19.1006486Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d
2025-08-20T20:34:19.1007604Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d
2025-08-20T20:34:19.1008703Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d
2025-08-20T20:34:19.1009819Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d
2025-08-20T20:34:19.1010931Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d
2025-08-20T20:34:19.1012163Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d
2025-08-20T20:34:19.1013352Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d
2025-08-20T20:34:19.1014527Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d
2025-08-20T20:34:19.1016043Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d
2025-08-20T20:34:19.1017260Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d
2025-08-20T20:34:19.1018359Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d
2025-08-20T20:34:19.1019374Z [00:02:05.661]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d
2025-08-20T20:34:19.1020258Z [00:02:05.661]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T20:34:19.1021100Z [00:02:05.661]➜  packagefile compress/bzip2=/root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d
2025-08-20T20:34:19.1022103Z [00:02:05.661]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T20:34:19.1023035Z [00:02:05.661]➜  packagefile compress/zlib=/root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d
2025-08-20T20:34:19.1024127Z [00:02:05.661]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T20:34:19.1024988Z [00:02:05.661]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T20:34:19.1025844Z [00:02:05.661]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T20:34:19.1026701Z [00:02:05.661]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T20:34:19.1027579Z [00:02:05.661]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T20:34:19.1028450Z [00:02:05.661]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T20:34:19.1029461Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d
2025-08-20T20:34:19.1030639Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d
2025-08-20T20:34:19.1031793Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d
2025-08-20T20:34:19.1033002Z [00:02:05.661]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d
2025-08-20T20:34:19.1033876Z [00:02:05.661]➜  packagefile image=/root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d
2025-08-20T20:34:19.1034706Z [00:02:05.661]➜  packagefile image/jpeg=/root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d
2025-08-20T20:34:19.1035679Z [00:02:05.661]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d
2025-08-20T20:34:19.1036745Z [00:02:05.661]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d
2025-08-20T20:34:19.1037734Z [00:02:05.661]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d
2025-08-20T20:34:19.1038954Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d
2025-08-20T20:34:19.1039993Z [00:02:05.661]➜  packagefile os/user=/root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d
2025-08-20T20:34:19.1040795Z [00:02:05.661]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T20:34:19.1041672Z [00:02:05.661]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d
2025-08-20T20:34:19.1042805Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d
2025-08-20T20:34:19.1043905Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d
2025-08-20T20:34:19.1044919Z [00:02:05.661]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d
2025-08-20T20:34:19.1045799Z [00:02:05.661]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T20:34:19.1046800Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d
2025-08-20T20:34:19.1047993Z [00:02:05.661]➜  packagefile net=/root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d
2025-08-20T20:34:19.1048809Z [00:02:05.661]➜  packagefile crypto/tls=/root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d
2025-08-20T20:34:19.1049656Z [00:02:05.661]➜  packagefile crypto/x509=/root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d
2025-08-20T20:34:19.1050665Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d
2025-08-20T20:34:19.1051734Z [00:02:05.661]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d
2025-08-20T20:34:19.1052821Z [00:02:05.661]➜  packagefile net/http=/root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d
2025-08-20T20:34:19.1053888Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d
2025-08-20T20:34:19.1055110Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d
2025-08-20T20:34:19.1056223Z [00:02:05.661]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d
2025-08-20T20:34:19.1057203Z [00:02:05.661]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d
2025-08-20T20:34:19.1058141Z [00:02:05.661]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d
2025-08-20T20:34:19.1059228Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d
2025-08-20T20:34:19.1060198Z [00:02:05.661]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:19.1061100Z [00:02:05.661]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d
2025-08-20T20:34:19.1062378Z [00:02:05.661]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d
2025-08-20T20:34:19.1063333Z [00:02:05.661]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T20:34:19.1064133Z [00:02:05.661]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T20:34:19.1064966Z [00:02:05.661]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T20:34:19.1065819Z [00:02:05.661]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T20:34:19.1066687Z [00:02:05.661]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T20:34:19.1067574Z [00:02:05.661]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T20:34:19.1068530Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d
2025-08-20T20:34:19.1069594Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d
2025-08-20T20:34:19.1070860Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d
2025-08-20T20:34:19.1071868Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d
2025-08-20T20:34:19.1073074Z [00:02:05.661]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d
2025-08-20T20:34:19.1074052Z [00:02:05.661]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T20:34:19.1074972Z [00:02:05.661]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T20:34:19.1075932Z [00:02:05.661]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T20:34:19.1077020Z [00:02:05.661]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T20:34:19.1078049Z [00:02:05.661]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T20:34:19.1079011Z [00:02:05.661]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T20:34:19.1079975Z [00:02:05.661]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T20:34:19.1080967Z [00:02:05.661]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T20:34:19.1082006Z [00:02:05.661]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T20:34:19.1083019Z [00:02:05.661]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T20:34:19.1083980Z [00:02:05.661]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T20:34:19.1085138Z [00:02:05.661]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T20:34:19.1086201Z [00:02:05.661]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T20:34:19.1087171Z [00:02:05.661]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T20:34:19.1088165Z [00:02:05.661]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T20:34:19.1089107Z [00:02:05.661]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T20:34:19.1090141Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d
2025-08-20T20:34:19.1091288Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d
2025-08-20T20:34:19.1092502Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d
2025-08-20T20:34:19.1093530Z [00:02:05.661]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T20:34:19.1094592Z [00:02:05.661]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T20:34:19.1095535Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d
2025-08-20T20:34:19.1096561Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d
2025-08-20T20:34:19.1097552Z [00:02:05.661]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d
2025-08-20T20:34:19.1098464Z [00:02:05.661]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T20:34:19.1099342Z [00:02:05.661]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T20:34:19.1100326Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d
2025-08-20T20:34:19.1101398Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d
2025-08-20T20:34:19.1102607Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d
2025-08-20T20:34:19.1103647Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d
2025-08-20T20:34:19.1104611Z [00:02:05.661]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d
2025-08-20T20:34:19.1105478Z [00:02:05.661]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T20:34:19.1106318Z [00:02:05.661]➜  packagefile hash/adler32=/root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d
2025-08-20T20:34:19.1107247Z [00:02:05.661]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T20:34:19.1108444Z [00:02:05.661]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T20:34:19.1109527Z [00:02:05.661]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T20:34:19.1110525Z [00:02:05.661]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T20:34:19.1111457Z [00:02:05.661]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T20:34:19.1112613Z [00:02:05.661]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d
2025-08-20T20:34:19.1113538Z [00:02:05.661]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T20:34:19.1114404Z [00:02:05.661]➜  packagefile image/color=/root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d
2025-08-20T20:34:19.1115298Z [00:02:05.661]➜  packagefile image/internal/imageutil=/root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d
2025-08-20T20:34:19.1116312Z [00:02:05.661]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d
2025-08-20T20:34:19.1117496Z [00:02:05.661]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T20:34:19.1118339Z [00:02:05.661]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T20:34:19.1119273Z [00:02:05.661]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d
2025-08-20T20:34:19.1120270Z [00:02:05.661]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d
2025-08-20T20:34:19.1121254Z [00:02:05.661]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d
2025-08-20T20:34:19.1122394Z [00:02:05.661]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T20:34:19.1123433Z [00:02:05.661]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T20:34:19.1124353Z [00:02:05.661]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T20:34:19.1125247Z [00:02:05.661]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T20:34:19.1126104Z [00:02:05.661]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T20:34:19.1126965Z [00:02:05.661]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T20:34:19.1127820Z [00:02:05.661]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T20:34:19.1128758Z [00:02:05.661]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T20:34:19.1129749Z [00:02:05.661]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T20:34:19.1130740Z [00:02:05.661]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T20:34:19.1131866Z [00:02:05.661]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T20:34:19.1132929Z [00:02:05.661]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T20:34:19.1133798Z [00:02:05.661]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T20:34:19.1134730Z [00:02:05.661]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T20:34:19.1135658Z [00:02:05.661]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T20:34:19.1136644Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T20:34:19.1137730Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T20:34:19.1138653Z [00:02:05.661]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T20:34:19.1139490Z [00:02:05.661]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T20:34:19.1140726Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T20:34:19.1141698Z [00:02:05.661]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T20:34:19.1142787Z [00:02:05.661]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d
2025-08-20T20:34:19.1143856Z [00:02:05.661]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d
2025-08-20T20:34:19.1144901Z [00:02:05.661]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T20:34:19.1145898Z [00:02:05.661]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T20:34:19.1146765Z [00:02:05.661]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T20:34:19.1147603Z [00:02:05.661]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T20:34:19.1148493Z [00:02:05.661]➜  packagefile net/http/httptrace=/root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d
2025-08-20T20:34:19.1149401Z [00:02:05.661]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T20:34:19.1150323Z [00:02:05.661]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T20:34:19.1151304Z [00:02:05.661]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T20:34:19.1152407Z [00:02:05.661]➜  packagefile net/textproto=/root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d
2025-08-20T20:34:19.1153434Z [00:02:05.661]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d
2025-08-20T20:34:19.1154438Z [00:02:05.661]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d
2025-08-20T20:34:19.1155599Z [00:02:05.661]➜  packagefile crypto/mlkem=/root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d
2025-08-20T20:34:19.1156593Z [00:02:05.661]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d
2025-08-20T20:34:19.1157595Z [00:02:05.661]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d
2025-08-20T20:34:19.1158615Z [00:02:05.661]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d
2025-08-20T20:34:19.1159701Z [00:02:05.661]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d
2025-08-20T20:34:19.1160777Z [00:02:05.661]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d
2025-08-20T20:34:19.1161708Z [00:02:05.661]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T20:34:19.1162738Z [00:02:05.661]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T20:34:19.1163899Z [00:02:05.661]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d
2025-08-20T20:34:19.1164917Z [00:02:05.661]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T20:34:19.1165905Z [00:02:05.661]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T20:34:19.1166877Z [00:02:05.661]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T20:34:19.1167857Z [00:02:05.661]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T20:34:19.1168802Z [00:02:05.661]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T20:34:19.1169664Z [00:02:05.661]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T20:34:19.1170647Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d
2025-08-20T20:34:19.1171703Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d
2025-08-20T20:34:19.1173072Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d
2025-08-20T20:34:19.1174127Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d
2025-08-20T20:34:19.1175177Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d
2025-08-20T20:34:19.1176299Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d
2025-08-20T20:34:19.1177411Z [00:02:05.661]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d
2025-08-20T20:34:19.1178700Z [00:02:05.661]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T20:34:19.1179782Z [00:02:05.661]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T20:34:19.1180777Z [00:02:05.661]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T20:34:19.1181810Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d
2025-08-20T20:34:19.1182973Z [00:02:05.661]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d
2025-08-20T20:34:19.1183951Z [00:02:05.661]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T20:34:19.1184902Z [00:02:05.661]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T20:34:19.1185764Z [00:02:05.661]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T20:34:19.1186663Z [00:02:05.661]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T20:34:19.1187925Z [00:02:05.661]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T20:34:19.1188979Z [00:02:05.661]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T20:34:19.1189970Z [00:02:05.661]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T20:34:19.1190907Z [00:02:05.661]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T20:34:19.1191869Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T20:34:19.1193132Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T20:34:19.1194236Z [00:02:05.661]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T20:34:19.1195319Z [00:02:05.661]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T20:34:19.1196366Z [00:02:05.661]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T20:34:19.1197394Z [00:02:05.661]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T20:34:19.1198364Z [00:02:05.661]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T20:34:19.1199346Z [00:02:05.661]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d
2025-08-20T20:34:19.1200346Z [00:02:05.661]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d
2025-08-20T20:34:19.1201329Z [00:02:05.661]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d
2025-08-20T20:34:19.1202777Z [00:02:05.661]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d
2025-08-20T20:34:19.1203914Z [00:02:05.661]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T20:34:19.1204977Z [00:02:05.661]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T20:34:19.1206017Z [00:02:05.661]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T20:34:19.1207061Z [00:02:05.661]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d
2025-08-20T20:34:19.1215785Z [00:02:05.661]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:19.1223076Z [00:02:05.661]➜  EOF
2025-08-20T20:34:19.1223319Z [00:02:05.661]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:19.1223569Z [00:02:05.661]➜  cd .
2025-08-20T20:34:19.1225770Z [00:02:05.661]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=2Pj9TfUH0eYwz0rNmujv/ic9FOZT0VuyN6yrzBK0t/vxCTKJfHJ0kM4Io0V_Xt/2Pj9TfUH0eYwz0rNmujv -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:19.7044561Z [00:02:06.277]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:19.7112282Z [00:02:06.283]➜  mkdir -p /build-bins/
2025-08-20T20:34:19.7113749Z [00:02:06.284]➜  cp $WORK/b001/exe/a.out /build-bins/git-log
2025-08-20T20:34:19.7164795Z [00:02:06.289]➜  rm -rf $WORK/b001/
2025-08-20T20:34:19.7203485Z [00:02:06.293]➜  + 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:34:19.7242623Z [00:02:06.297]➜  WORK=/tmp/go-build2493053281
2025-08-20T20:34:19.7500057Z [00:02:06.322]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:19.7500450Z [00:02:06.322]➜  git status --porcelain
2025-08-20T20:34:19.7535166Z [00:02:06.326]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:19.7535605Z [00:02:06.326]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:19.7549395Z [00:02:06.327]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:19.7559582Z [00:02:06.328]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:19.7562375Z [00:02:06.328]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:19.7575750Z [00:02:06.330]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:19.7577187Z [00:02:06.330]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:19.7776219Z [00:02:06.350]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:19.7777198Z [00:02:06.350]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:19.7794884Z [00:02:06.352]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:19.7795779Z [00:02:06.352]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:19.7807585Z [00:02:06.353]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:19.7808378Z [00:02:06.353]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:19.7820364Z [00:02:06.354]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:19.8216351Z [00:02:06.394]➜  github.com/go-git/go-git/v6/_examples/ls-remote
2025-08-20T20:34:19.8216814Z [00:02:06.394]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:19.8218580Z [00:02:06.394]➜  cat >/tmp/go-build2493053281/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:19.8218993Z [00:02:06.394]➜  # import config
2025-08-20T20:34:19.8219688Z [00:02:06.394]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:19.8220682Z [00:02:06.394]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:19.8221721Z [00:02:06.394]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:19.8223000Z [00:02:06.394]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:19.8223916Z [00:02:06.394]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:19.8224702Z [00:02:06.394]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:19.8225934Z [00:02:06.394]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:19.8226858Z [00:02:06.394]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:19.8227375Z [00:02:06.394]➜  EOF
2025-08-20T20:34:19.8227686Z [00:02:06.394]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls-remote
2025-08-20T20:34:19.8229328Z [00:02:06.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/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 Aff9f0GTH0nwROx3SDiZ/Aff9f0GTH0nwROx3SDiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:19.8411102Z [00:02:06.413]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:19.8415362Z [00:02:06.414]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/9c/9c788ac9bb2d6e9aaf180ae5b30461a26ff899bdc58b50b4b53a309800dc8e36-d # internal
2025-08-20T20:34:19.8446868Z [00:02:06.416]➜  cat >/tmp/go-build2493053281/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:19.8448070Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/_examples/ls-remote=/tmp/go-build2493053281/b001/_pkg_.a
2025-08-20T20:34:19.8449373Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:19.8450364Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:19.8451382Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:19.8452685Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:19.8453609Z [00:02:06.417]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:19.8454390Z [00:02:06.417]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:19.8455208Z [00:02:06.417]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:19.8456053Z [00:02:06.417]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:19.8456886Z [00:02:06.417]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T20:34:19.8457740Z [00:02:06.417]➜  packagefile container/heap=/root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d
2025-08-20T20:34:19.8458583Z [00:02:06.417]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T20:34:19.8459435Z [00:02:06.417]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T20:34:19.8460320Z [00:02:06.417]➜  packagefile dario.cat/mergo=/root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d
2025-08-20T20:34:19.8461184Z [00:02:06.417]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T20:34:19.8462130Z [00:02:06.417]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T20:34:19.8463018Z [00:02:06.417]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:19.8464239Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d
2025-08-20T20:34:19.8465409Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d
2025-08-20T20:34:19.8466687Z [00:02:06.417]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d
2025-08-20T20:34:19.8467672Z [00:02:06.417]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d
2025-08-20T20:34:19.8468674Z [00:02:06.417]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d
2025-08-20T20:34:19.8469760Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d
2025-08-20T20:34:19.8470858Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d
2025-08-20T20:34:19.8472270Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d
2025-08-20T20:34:19.8473461Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d
2025-08-20T20:34:19.8474528Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d
2025-08-20T20:34:19.8475695Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:19.8476740Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d
2025-08-20T20:34:19.8477810Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d
2025-08-20T20:34:19.8479081Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d
2025-08-20T20:34:19.8480294Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d
2025-08-20T20:34:19.8481436Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d
2025-08-20T20:34:19.8483064Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d
2025-08-20T20:34:19.8484298Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:19.8485417Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d
2025-08-20T20:34:19.8486602Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d
2025-08-20T20:34:19.8487833Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d
2025-08-20T20:34:19.8488994Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d
2025-08-20T20:34:19.8490077Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d
2025-08-20T20:34:19.8491349Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d
2025-08-20T20:34:19.8492662Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d
2025-08-20T20:34:19.8493899Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d
2025-08-20T20:34:19.8495079Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d
2025-08-20T20:34:19.8496219Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d
2025-08-20T20:34:19.8497286Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d
2025-08-20T20:34:19.8498338Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d
2025-08-20T20:34:19.8499471Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d
2025-08-20T20:34:19.8500563Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d
2025-08-20T20:34:19.8501615Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d
2025-08-20T20:34:19.8503035Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d
2025-08-20T20:34:19.8504188Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d
2025-08-20T20:34:19.8505336Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d
2025-08-20T20:34:19.8506736Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d
2025-08-20T20:34:19.8507912Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d
2025-08-20T20:34:19.8508907Z [00:02:06.417]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d
2025-08-20T20:34:19.8509909Z [00:02:06.417]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d
2025-08-20T20:34:19.8510809Z [00:02:06.417]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T20:34:19.8511610Z [00:02:06.417]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T20:34:19.8512594Z [00:02:06.417]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T20:34:19.8513430Z [00:02:06.417]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T20:34:19.8514266Z [00:02:06.417]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T20:34:19.8515310Z [00:02:06.417]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T20:34:19.8516113Z [00:02:06.417]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T20:34:19.8516924Z [00:02:06.417]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T20:34:19.8517758Z [00:02:06.417]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T20:34:19.8518570Z [00:02:06.417]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:19.8519406Z [00:02:06.417]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T20:34:19.8520410Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d
2025-08-20T20:34:19.8521377Z [00:02:06.417]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T20:34:19.8522333Z [00:02:06.417]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T20:34:19.8523215Z [00:02:06.417]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T20:34:19.8524101Z [00:02:06.417]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T20:34:19.8525001Z [00:02:06.417]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T20:34:19.8525929Z [00:02:06.417]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T20:34:19.8526838Z [00:02:06.417]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T20:34:19.8527698Z [00:02:06.417]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T20:34:19.8528550Z [00:02:06.417]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T20:34:19.8529656Z [00:02:06.417]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T20:34:19.8530693Z [00:02:06.417]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T20:34:19.8531644Z [00:02:06.417]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T20:34:19.8532775Z [00:02:06.417]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T20:34:19.8533634Z [00:02:06.417]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T20:34:19.8534439Z [00:02:06.417]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T20:34:19.8535289Z [00:02:06.417]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T20:34:19.8536192Z [00:02:06.417]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T20:34:19.8537134Z [00:02:06.417]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T20:34:19.8538329Z [00:02:06.417]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T20:34:19.8539217Z [00:02:06.417]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T20:34:19.8540121Z [00:02:06.417]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T20:34:19.8541022Z [00:02:06.417]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T20:34:19.8542029Z [00:02:06.417]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T20:34:19.8543078Z [00:02:06.417]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T20:34:19.8544036Z [00:02:06.417]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T20:34:19.8544984Z [00:02:06.417]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T20:34:19.8545927Z [00:02:06.417]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T20:34:19.8546867Z [00:02:06.417]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T20:34:19.8547795Z [00:02:06.417]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T20:34:19.8548733Z [00:02:06.417]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T20:34:19.8549685Z [00:02:06.417]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T20:34:19.8550624Z [00:02:06.417]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T20:34:19.8551557Z [00:02:06.417]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T20:34:19.8552814Z [00:02:06.417]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T20:34:19.8553760Z [00:02:06.417]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T20:34:19.8554602Z [00:02:06.417]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T20:34:19.8555506Z [00:02:06.417]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T20:34:19.8556384Z [00:02:06.417]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T20:34:19.8557261Z [00:02:06.417]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T20:34:19.8558234Z [00:02:06.417]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T20:34:19.8559122Z [00:02:06.417]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T20:34:19.8559928Z [00:02:06.417]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T20:34:19.8561031Z [00:02:06.417]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T20:34:19.8561878Z [00:02:06.417]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T20:34:19.8562977Z [00:02:06.417]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T20:34:19.8563838Z [00:02:06.417]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T20:34:19.8564694Z [00:02:06.417]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T20:34:19.8565688Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d
2025-08-20T20:34:19.8566809Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d
2025-08-20T20:34:19.8567909Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d
2025-08-20T20:34:19.8569013Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d
2025-08-20T20:34:19.8570174Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d
2025-08-20T20:34:19.8571289Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d
2025-08-20T20:34:19.8572559Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d
2025-08-20T20:34:19.8573753Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d
2025-08-20T20:34:19.8574935Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d
2025-08-20T20:34:19.8576280Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d
2025-08-20T20:34:19.8577453Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d
2025-08-20T20:34:19.8578472Z [00:02:06.417]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d
2025-08-20T20:34:19.8579357Z [00:02:06.417]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T20:34:19.8580197Z [00:02:06.417]➜  packagefile compress/bzip2=/root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d
2025-08-20T20:34:19.8581072Z [00:02:06.417]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T20:34:19.8582176Z [00:02:06.417]➜  packagefile compress/zlib=/root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d
2025-08-20T20:34:19.8583115Z [00:02:06.417]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T20:34:19.8583972Z [00:02:06.417]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T20:34:19.8585104Z [00:02:06.417]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T20:34:19.8585979Z [00:02:06.417]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T20:34:19.8586850Z [00:02:06.417]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T20:34:19.8587729Z [00:02:06.417]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T20:34:19.8588744Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d
2025-08-20T20:34:19.8589913Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d
2025-08-20T20:34:19.8591077Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d
2025-08-20T20:34:19.8592229Z [00:02:06.417]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d
2025-08-20T20:34:19.8593196Z [00:02:06.417]➜  packagefile image=/root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d
2025-08-20T20:34:19.8594084Z [00:02:06.417]➜  packagefile image/jpeg=/root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d
2025-08-20T20:34:19.8595054Z [00:02:06.417]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d
2025-08-20T20:34:19.8596128Z [00:02:06.417]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d
2025-08-20T20:34:19.8597120Z [00:02:06.417]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d
2025-08-20T20:34:19.8597975Z [00:02:06.417]➜  packagefile os/user=/root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d
2025-08-20T20:34:19.8598778Z [00:02:06.417]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T20:34:19.8599853Z [00:02:06.417]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T20:34:19.8600892Z [00:02:06.417]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d
2025-08-20T20:34:19.8601904Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d
2025-08-20T20:34:19.8603163Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d
2025-08-20T20:34:19.8604261Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d
2025-08-20T20:34:19.8605337Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d
2025-08-20T20:34:19.8606297Z [00:02:06.417]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d
2025-08-20T20:34:19.8607175Z [00:02:06.417]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T20:34:19.8608560Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d
2025-08-20T20:34:19.8609689Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d
2025-08-20T20:34:19.8610868Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d
2025-08-20T20:34:19.8611827Z [00:02:06.417]➜  packagefile net=/root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d
2025-08-20T20:34:19.8612814Z [00:02:06.417]➜  packagefile crypto/tls=/root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d
2025-08-20T20:34:19.8613669Z [00:02:06.417]➜  packagefile crypto/x509=/root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d
2025-08-20T20:34:19.8614676Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d
2025-08-20T20:34:19.8615747Z [00:02:06.417]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d
2025-08-20T20:34:19.8616664Z [00:02:06.417]➜  packagefile net/http=/root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d
2025-08-20T20:34:19.8617722Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d
2025-08-20T20:34:19.8618945Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d
2025-08-20T20:34:19.8620074Z [00:02:06.417]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d
2025-08-20T20:34:19.8621053Z [00:02:06.417]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d
2025-08-20T20:34:19.8622065Z [00:02:06.417]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d
2025-08-20T20:34:19.8623404Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d
2025-08-20T20:34:19.8624612Z [00:02:06.417]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d
2025-08-20T20:34:19.8625607Z [00:02:06.417]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d
2025-08-20T20:34:19.8626490Z [00:02:06.417]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T20:34:19.8627287Z [00:02:06.417]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T20:34:19.8628112Z [00:02:06.417]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T20:34:19.8628973Z [00:02:06.417]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T20:34:19.8629844Z [00:02:06.417]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T20:34:19.8630720Z [00:02:06.417]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T20:34:19.8631836Z [00:02:06.417]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T20:34:19.8632940Z [00:02:06.417]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T20:34:19.8633839Z [00:02:06.417]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T20:34:19.8634742Z [00:02:06.417]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T20:34:19.8635594Z [00:02:06.417]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T20:34:19.8636459Z [00:02:06.417]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T20:34:19.8637409Z [00:02:06.417]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T20:34:19.8638362Z [00:02:06.417]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T20:34:19.8639372Z [00:02:06.417]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T20:34:19.8640409Z [00:02:06.417]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T20:34:19.8641373Z [00:02:06.417]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T20:34:19.8642522Z [00:02:06.417]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T20:34:19.8643590Z [00:02:06.417]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T20:34:19.8644560Z [00:02:06.417]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T20:34:19.8645515Z [00:02:06.417]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T20:34:19.8646694Z [00:02:06.417]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T20:34:19.8647781Z [00:02:06.417]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T20:34:19.8648774Z [00:02:06.417]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T20:34:19.8649753Z [00:02:06.417]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T20:34:19.8650744Z [00:02:06.417]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T20:34:19.8651713Z [00:02:06.417]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T20:34:19.8652893Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d
2025-08-20T20:34:19.8654009Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d
2025-08-20T20:34:19.8655313Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d
2025-08-20T20:34:19.8656254Z [00:02:06.417]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T20:34:19.8657089Z [00:02:06.417]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T20:34:19.8658040Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d
2025-08-20T20:34:19.8659062Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d
2025-08-20T20:34:19.8660050Z [00:02:06.417]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d
2025-08-20T20:34:19.8660973Z [00:02:06.417]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T20:34:19.8661850Z [00:02:06.417]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T20:34:19.8663008Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d
2025-08-20T20:34:19.8664102Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d
2025-08-20T20:34:19.8665180Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d
2025-08-20T20:34:19.8666218Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d
2025-08-20T20:34:19.8667182Z [00:02:06.417]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d
2025-08-20T20:34:19.8668039Z [00:02:06.417]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T20:34:19.8668879Z [00:02:06.417]➜  packagefile hash/adler32=/root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d
2025-08-20T20:34:19.8670015Z [00:02:06.417]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T20:34:19.8671085Z [00:02:06.417]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T20:34:19.8672239Z [00:02:06.417]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T20:34:19.8673309Z [00:02:06.417]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T20:34:19.8674239Z [00:02:06.417]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T20:34:19.8675158Z [00:02:06.417]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d
2025-08-20T20:34:19.8676075Z [00:02:06.417]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T20:34:19.8676933Z [00:02:06.417]➜  packagefile image/color=/root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d
2025-08-20T20:34:19.8677836Z [00:02:06.417]➜  packagefile image/internal/imageutil=/root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d
2025-08-20T20:34:19.8679068Z [00:02:06.417]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d
2025-08-20T20:34:19.8680012Z [00:02:06.417]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T20:34:19.8680857Z [00:02:06.417]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T20:34:19.8681798Z [00:02:06.417]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d
2025-08-20T20:34:19.8682964Z [00:02:06.417]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d
2025-08-20T20:34:19.8683969Z [00:02:06.417]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d
2025-08-20T20:34:19.8684980Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d
2025-08-20T20:34:19.8686051Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d
2025-08-20T20:34:19.8687100Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d
2025-08-20T20:34:19.8688105Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d
2025-08-20T20:34:19.8689139Z [00:02:06.417]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d
2025-08-20T20:34:19.8690202Z [00:02:06.417]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T20:34:19.8691172Z [00:02:06.417]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T20:34:19.8692167Z [00:02:06.417]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T20:34:19.8693326Z [00:02:06.417]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T20:34:19.8694296Z [00:02:06.417]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T20:34:19.8695167Z [00:02:06.417]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T20:34:19.8696037Z [00:02:06.417]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T20:34:19.8696964Z [00:02:06.417]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T20:34:19.8697954Z [00:02:06.417]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T20:34:19.8698947Z [00:02:06.417]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T20:34:19.8699898Z [00:02:06.417]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T20:34:19.8700774Z [00:02:06.417]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T20:34:19.8701834Z [00:02:06.417]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T20:34:19.8702946Z [00:02:06.417]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T20:34:19.8703874Z [00:02:06.417]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T20:34:19.8704873Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T20:34:19.8705950Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T20:34:19.8706869Z [00:02:06.417]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T20:34:19.8707715Z [00:02:06.417]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T20:34:19.8708703Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T20:34:19.8709669Z [00:02:06.417]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T20:34:19.8710634Z [00:02:06.417]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d
2025-08-20T20:34:19.8711686Z [00:02:06.417]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d
2025-08-20T20:34:19.8712878Z [00:02:06.417]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T20:34:19.8713889Z [00:02:06.417]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T20:34:19.8714781Z [00:02:06.417]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T20:34:19.8715624Z [00:02:06.417]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T20:34:19.8716717Z [00:02:06.417]➜  packagefile net/http/httptrace=/root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d
2025-08-20T20:34:19.8717717Z [00:02:06.417]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T20:34:19.8718644Z [00:02:06.417]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T20:34:19.8719623Z [00:02:06.417]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T20:34:19.8720555Z [00:02:06.417]➜  packagefile net/textproto=/root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d
2025-08-20T20:34:19.8721516Z [00:02:06.417]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d
2025-08-20T20:34:19.8722683Z [00:02:06.417]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d
2025-08-20T20:34:19.8723605Z [00:02:06.417]➜  packagefile crypto/mlkem=/root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d
2025-08-20T20:34:19.8724733Z [00:02:06.417]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d
2025-08-20T20:34:19.8725719Z [00:02:06.417]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d
2025-08-20T20:34:19.8726785Z [00:02:06.417]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d
2025-08-20T20:34:19.8727887Z [00:02:06.417]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d
2025-08-20T20:34:19.8728944Z [00:02:06.417]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d
2025-08-20T20:34:19.8729882Z [00:02:06.417]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T20:34:19.8730855Z [00:02:06.417]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T20:34:19.8731844Z [00:02:06.417]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T20:34:19.8732971Z [00:02:06.417]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T20:34:19.8733970Z [00:02:06.417]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T20:34:19.8734891Z [00:02:06.417]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T20:34:19.8735744Z [00:02:06.417]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T20:34:19.8736735Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d
2025-08-20T20:34:19.8737786Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d
2025-08-20T20:34:19.8738840Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d
2025-08-20T20:34:19.8740075Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d
2025-08-20T20:34:19.8741192Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d
2025-08-20T20:34:19.8742394Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d
2025-08-20T20:34:19.8743567Z [00:02:06.417]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d
2025-08-20T20:34:19.8744627Z [00:02:06.417]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T20:34:19.8745627Z [00:02:06.417]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T20:34:19.8746617Z [00:02:06.417]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T20:34:19.8747640Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d
2025-08-20T20:34:19.8748867Z [00:02:06.417]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d
2025-08-20T20:34:19.8749841Z [00:02:06.417]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T20:34:19.8750777Z [00:02:06.417]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T20:34:19.8751668Z [00:02:06.417]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T20:34:19.8752729Z [00:02:06.417]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d
2025-08-20T20:34:19.8753625Z [00:02:06.417]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T20:34:19.8754530Z [00:02:06.417]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T20:34:19.8755571Z [00:02:06.417]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T20:34:19.8756616Z [00:02:06.417]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T20:34:19.8757611Z [00:02:06.417]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T20:34:19.8758546Z [00:02:06.417]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T20:34:19.8759514Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T20:34:19.8760593Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T20:34:19.8761693Z [00:02:06.417]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T20:34:19.8763209Z [00:02:06.417]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T20:34:19.8764327Z [00:02:06.417]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T20:34:19.8765362Z [00:02:06.417]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T20:34:19.8766345Z [00:02:06.417]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T20:34:19.8767321Z [00:02:06.417]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d
2025-08-20T20:34:19.8768319Z [00:02:06.417]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d
2025-08-20T20:34:19.8769313Z [00:02:06.417]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d
2025-08-20T20:34:19.8770347Z [00:02:06.417]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d
2025-08-20T20:34:19.8771413Z [00:02:06.417]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T20:34:19.8772817Z [00:02:06.417]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T20:34:19.8773861Z [00:02:06.417]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T20:34:19.8774908Z [00:02:06.417]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d
2025-08-20T20:34:19.8783821Z [00:02:06.417]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:19.8790903Z [00:02:06.417]➜  EOF
2025-08-20T20:34:19.8791146Z [00:02:06.417]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:19.8791395Z [00:02:06.417]➜  cd .
2025-08-20T20:34:19.8793759Z [00:02:06.417]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=icyYIZQ62iIaCv0BZNWE/Aff9f0GTH0nwROx3SDiZ/niTJzI2fNwQpLIbnR1dS/icyYIZQ62iIaCv0BZNWE -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:20.4238734Z [00:02:06.996]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:20.4311583Z [00:02:07.003]➜  mkdir -p /build-bins/
2025-08-20T20:34:20.4312083Z [00:02:07.003]➜  cp $WORK/b001/exe/a.out /build-bins/git-ls-remote
2025-08-20T20:34:20.4364942Z [00:02:07.009]➜  rm -rf $WORK/b001/
2025-08-20T20:34:20.4414490Z [00:02:07.014]➜  + 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:34:20.4440283Z [00:02:07.016]➜  WORK=/tmp/go-build2588297155
2025-08-20T20:34:20.4718243Z [00:02:07.044]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:20.4718648Z [00:02:07.044]➜  git status --porcelain
2025-08-20T20:34:20.4754730Z [00:02:07.048]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO
2025-08-20T20:34:20.4755219Z [00:02:07.048]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:34:20.4768759Z [00:02:07.049]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:20.4777931Z [00:02:07.050]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git config extensions.objectformat
2025-08-20T20:34:20.4778827Z [00:02:07.050]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:20.4794402Z [00:02:07.052]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f396873e83e7fc8ca8453f71225f10 --
2025-08-20T20:34:20.4795436Z [00:02:07.052]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:20.4993567Z [00:02:07.071]➜  0.020s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 39261590f7f396873e83e7fc8ca8453f71225f10
2025-08-20T20:34:20.4995269Z [00:02:07.072]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:20.5012518Z [00:02:07.073]➜  0.002s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 39261590f7f3 --
2025-08-20T20:34:20.5013404Z [00:02:07.073]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:20.5025227Z [00:02:07.075]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:go.mod
2025-08-20T20:34:20.5025990Z [00:02:07.075]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:20.5038347Z [00:02:07.076]➜  0.001s # cd /tmp/tmp.fZNwkMd09Q/TEMPREPO; git cat-file blob 39261590f7f396873e83e7fc8ca8453f71225f10:v6/go.mod
2025-08-20T20:34:20.5422065Z [00:02:07.114]➜  github.com/go-git/go-git/v6/_examples/tag
2025-08-20T20:34:20.5422593Z [00:02:07.114]➜  mkdir -p $WORK/b001/
2025-08-20T20:34:20.5423263Z [00:02:07.114]➜  cat >/tmp/go-build2588297155/b001/importcfg << 'EOF' # internal
2025-08-20T20:34:20.5424476Z [00:02:07.115]➜  # import config
2025-08-20T20:34:20.5425148Z [00:02:07.115]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:20.5426058Z [00:02:07.115]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:20.5427072Z [00:02:07.115]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:20.5428094Z [00:02:07.115]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:20.5429151Z [00:02:07.115]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:20.5430077Z [00:02:07.115]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:20.5430892Z [00:02:07.115]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:20.5431741Z [00:02:07.115]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:20.5433046Z [00:02:07.115]➜  EOF
2025-08-20T20:34:20.5433361Z [00:02:07.115]➜  cd /tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag
2025-08-20T20:34:20.5434921Z [00:02:07.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag=>github.com/go-git/go-git/v6/_examples/tag;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid qjhZRrYe6-VGai1ySHhW/qjhZRrYe6-VGai1ySHhW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:34:20.5630958Z [00:02:07.135]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:34:20.5633959Z [00:02:07.136]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/b5/b50428969030617f08587fa3a71f9c1ddf82759fed9ba266657a606dd6744689-d # internal
2025-08-20T20:34:20.5663013Z [00:02:07.138]➜  cat >/tmp/go-build2588297155/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:34:20.5663879Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/_examples/tag=/tmp/go-build2588297155/b001/_pkg_.a
2025-08-20T20:34:20.5664723Z [00:02:07.138]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T20:34:20.5665704Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6=/root/.cache/go-build/d4/d44ca03a336e6e819ed77282328be67742da396e8bac02252ea4cb0cf350b799-d
2025-08-20T20:34:20.5666734Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/_examples=/root/.cache/go-build/34/3446ed7687aa9d7f330a03951c8b528497651bbcece69ed22bab11278091eb33-d
2025-08-20T20:34:20.5667764Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing=/root/.cache/go-build/dd/ddfde65bf6c75362ce53ee5fe5223a03de594618b309e61a5fe573dbaa6d2b15-d
2025-08-20T20:34:20.5668842Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/object=/root/.cache/go-build/97/97778998fa55a68693815b612c23ef84e07258b76b8bef2c8d86c601da38477d-d
2025-08-20T20:34:20.5669763Z [00:02:07.138]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T20:34:20.5670678Z [00:02:07.138]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T20:34:20.5671523Z [00:02:07.138]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T20:34:20.5673750Z [00:02:07.138]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T20:34:20.5674707Z [00:02:07.138]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T20:34:20.5675545Z [00:02:07.138]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T20:34:20.5676340Z [00:02:07.138]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T20:34:20.5677144Z [00:02:07.138]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T20:34:20.5677958Z [00:02:07.138]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T20:34:20.5678777Z [00:02:07.138]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T20:34:20.5679596Z [00:02:07.138]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T20:34:20.5680440Z [00:02:07.138]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T20:34:20.5681277Z [00:02:07.138]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T20:34:20.5682633Z [00:02:07.138]➜  packagefile container/heap=/root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d
2025-08-20T20:34:20.5683540Z [00:02:07.138]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T20:34:20.5684389Z [00:02:07.138]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T20:34:20.5685280Z [00:02:07.138]➜  packagefile dario.cat/mergo=/root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d
2025-08-20T20:34:20.5686153Z [00:02:07.138]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T20:34:20.5687114Z [00:02:07.138]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/root/.cache/go-build/4c/4cd538bd32b7a167261c30233700264ad6ec8474a589d03df321c1787fdd29f4-d
2025-08-20T20:34:20.5688207Z [00:02:07.138]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/root/.cache/go-build/16/16c855194144a7b932102276282d45a01ab7e59cf85ed4db6ea1ff447adc0088-d
2025-08-20T20:34:20.5689231Z [00:02:07.138]➜  packagefile github.com/go-git/go-billy/v6=/root/.cache/go-build/00/0001049edce68e9d8ecbe8a5890a85b24c47929665936ebf065d92a4c4bfee41-d
2025-08-20T20:34:20.5690217Z [00:02:07.138]➜  packagefile github.com/go-git/go-billy/v6/osfs=/root/.cache/go-build/75/75dee0ea286fc998d28dc290efb86ef79e886616c46ed83079ee023222b57c28-d
2025-08-20T20:34:20.5691229Z [00:02:07.138]➜  packagefile github.com/go-git/go-billy/v6/util=/root/.cache/go-build/dd/dda05ccb4030a7983c7b5e4fefd8129b648a59471b6a20ec357d15fc710b74d6-d
2025-08-20T20:34:20.5692331Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/config=/root/.cache/go-build/e5/e5601793e7a996d059069cd7fdeb71afcf4f96c0dace6effd963cbd2049833fd-d
2025-08-20T20:34:20.5693450Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/internal/path_util=/root/.cache/go-build/a4/a49527f182ef9d21d4bafb31c5f8b19eecb5552a21192f7f3a01a3d312541849-d
2025-08-20T20:34:20.5694553Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/internal/reference=/root/.cache/go-build/46/465ce5ec1b7412b7d21b5896e02ef63e0fea60697be679b14bdb685f654377f6-d
2025-08-20T20:34:20.5695651Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/internal/repository=/root/.cache/go-build/94/9457e053a06ba9ed2c9f68d305cf862465a1b086f310f7fe98dd27020c0d46f8-d
2025-08-20T20:34:20.5697040Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/internal/revision=/root/.cache/go-build/66/66dc7dfee8de491ddfa71301b0c711f30215904450ea9b9ae65dd96caf775c75-d
2025-08-20T20:34:20.5698180Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/internal/url=/root/.cache/go-build/e4/e48e34e53fd34206ad49382f982d143c6955c7444ef2c576d218d7bf39c75ad5-d
2025-08-20T20:34:20.5699232Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/cache=/root/.cache/go-build/09/09c4fd7a645f67eb9b5c9b7d9e7b6d34899905e7445623c1592e480cb7564d09-d
2025-08-20T20:34:20.5700314Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/filemode=/root/.cache/go-build/05/05f0ff4c031100368fd55596bcd4475bc86b095d1e31bed0215d136def59c2d1-d
2025-08-20T20:34:20.5701431Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/config=/root/.cache/go-build/d9/d9fe7690139fcc917460d0cbb9d6a418529828ad75db0dffcb9e4eded23ad3c6-d
2025-08-20T20:34:20.5703047Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/gitignore=/root/.cache/go-build/e0/e01e10c1a4d35e9b8909e3155ddd964271c8698638c945acf7f03e1b49f66ce5-d
2025-08-20T20:34:20.5704194Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/index=/root/.cache/go-build/1b/1b66a20ba111710f46c0be283d4a3c22c01d19aaf76de0bd0e01febe7b7116b1-d
2025-08-20T20:34:20.5705340Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/packfile=/root/.cache/go-build/be/be2efbdbda07308ce003c460f39c017faee9ced5917f5d0ec67f0592f690f3a0-d
2025-08-20T20:34:20.5706810Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp=/root/.cache/go-build/4b/4b52332a19bc48607304dc0dd82c265c19750ef67700f9ec465f4e65fb81a582-d
2025-08-20T20:34:20.5707998Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/capability=/root/.cache/go-build/88/884d67135fcfb93a337267308459868e9f156b73265c591940cdea0df27a2100-d
2025-08-20T20:34:20.5709233Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol/packp/sideband=/root/.cache/go-build/78/782e3d0c3346852ddf8562f96fcbef7f5a9723adaba7f6568d8e0dbfb03cb0d9-d
2025-08-20T20:34:20.5710389Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/revlist=/root/.cache/go-build/fb/fbb9320ce5a645cd3da08339577ba8c386d3a8a3d4cdbe37e6c3f8a0cf9cf7e8-d
2025-08-20T20:34:20.5711475Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/storer=/root/.cache/go-build/b3/b37314b83e83aad02b7aba87a0dc10576b1a99188bf20dbde8140539668cae03-d
2025-08-20T20:34:20.5712830Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport=/root/.cache/go-build/74/742583a7d389952281a3783a96742e26c92cf369ca54d3d682762f8c389725c4-d
2025-08-20T20:34:20.5713956Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/file=/root/.cache/go-build/05/054f1ee6d2475cee10ac83dbbaea20af6d026b0a3dddb27c5f3e825aa4ad7115-d
2025-08-20T20:34:20.5715111Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/git=/root/.cache/go-build/eb/eb22e4a511ddef6dae5d51d1cfcd3a61b5df16ba4e345b0f1f28ecdb0387a1f5-d
2025-08-20T20:34:20.5716277Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/http=/root/.cache/go-build/c1/c19a47ec58ae8d22f03cad47ed4d1c09e31adc0b9fa5fda1c23022c27112b4ec-d
2025-08-20T20:34:20.5717422Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh=/root/.cache/go-build/2b/2b7959598abc81118932cb94cc63720a84efc4792296ee5fbfc66b289c12f69f-d
2025-08-20T20:34:20.5718551Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/storage=/root/.cache/go-build/a1/a1a7f231b01a3fc066ba876b656769dfa76eea32e891d5d984f82fa7578b7038-d
2025-08-20T20:34:20.5719628Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem=/root/.cache/go-build/52/520bba24f45fa68ace51fde88ab946d67ab420691a27670db8e6c635933d7f6c-d
2025-08-20T20:34:20.5720763Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/storage/filesystem/dotgit=/root/.cache/go-build/89/8985cbe3b774239ab577a0989c02db63df3fc1eb05f962b2bd8eee5a71f5b727-d
2025-08-20T20:34:20.5722305Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/storage/memory=/root/.cache/go-build/33/3324613494092f8c1565cc211ec1552605212513e264ab743aaba2934dc3915b-d
2025-08-20T20:34:20.5723478Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/diff=/root/.cache/go-build/43/4350466587c120e2e6eac580cdbee0e7e67a9b6710f4f74b542cfd7bfc2338ef-d
2025-08-20T20:34:20.5724534Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/ioutil=/root/.cache/go-build/ab/ab87cfe994dc1fec9f02d47d8e30307ae41dd42664ca1d7b73faa4be2b6e897e-d
2025-08-20T20:34:20.5725604Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie=/root/.cache/go-build/a9/a92f55378f4096a6689df694aac0a8718d13d35ab16d87cc2c4a1c61c61d64b7-d
2025-08-20T20:34:20.5726734Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/filesystem=/root/.cache/go-build/62/628276c0f09c3f264295cfbf029a9e10603f1e33ba44391ec12dd8acf235449b-d
2025-08-20T20:34:20.5727888Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/index=/root/.cache/go-build/06/06a50c3bccd38831ad3e7ad03e159e71ab0551c663205f300911cc2a928aa624-d
2025-08-20T20:34:20.5729010Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/noder=/root/.cache/go-build/07/07844b7e38a11568ec1c5d87f10c09d69112878166d5f7275fd16e9aed5f3bdc-d
2025-08-20T20:34:20.5730087Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/trace=/root/.cache/go-build/b3/b354c66bfdbaab4cf7dcd5f90287d7ef17d428ea925dd0a83a8790dac294c81f-d
2025-08-20T20:34:20.5731318Z [00:02:07.138]➜  packagefile github.com/pjbgf/sha1cd=/root/.cache/go-build/1a/1a020ec529e4f1960b87c8b5b3c84fc131783dc5d87a81681a59a2f430956438-d
2025-08-20T20:34:20.5732446Z [00:02:07.138]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d
2025-08-20T20:34:20.5733430Z [00:02:07.138]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T20:34:20.5734239Z [00:02:07.138]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T20:34:20.5735069Z [00:02:07.138]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T20:34:20.5735915Z [00:02:07.138]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T20:34:20.5736707Z [00:02:07.138]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T20:34:20.5737514Z [00:02:07.138]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T20:34:20.5738344Z [00:02:07.138]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T20:34:20.5739161Z [00:02:07.138]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T20:34:20.5739963Z [00:02:07.138]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T20:34:20.5740808Z [00:02:07.138]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T20:34:20.5741650Z [00:02:07.138]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T20:34:20.5742659Z [00:02:07.138]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T20:34:20.5743673Z [00:02:07.138]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d
2025-08-20T20:34:20.5745031Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/diff=/root/.cache/go-build/f8/f80c40071d8c3e8babfddf6eb5be09d02dcb0f23eff1e45aa5e7057ebc8136bd-d
2025-08-20T20:34:20.5746222Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/binary=/root/.cache/go-build/04/040e759c7844d0f1c7a811045271caa4363f94d126726e0f31267e6629fd2813-d
2025-08-20T20:34:20.5747245Z [00:02:07.138]➜  packagefile github.com/go-git/go-git/v6/utils/sync=/root/.cache/go-build/09/0990f9855e0092aa34c6178258d4403980cadf2083519ea0d1e8ec59a937b6fc-d
2025-08-20T20:34:20.5748199Z [00:02:07.138]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T20:34:20.5749095Z [00:02:07.138]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T20:34:20.5750026Z [00:02:07.138]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T20:34:20.5750935Z [00:02:07.138]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T20:34:20.5751796Z [00:02:07.138]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T20:34:20.5752914Z [00:02:07.138]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T20:34:20.5754073Z [00:02:07.138]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T20:34:20.5755023Z [00:02:07.138]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T20:34:20.5755974Z [00:02:07.138]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T20:34:20.5756916Z [00:02:07.138]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T20:34:20.5757775Z [00:02:07.138]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T20:34:20.5758601Z [00:02:07.138]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T20:34:20.5759471Z [00:02:07.138]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T20:34:20.5760372Z [00:02:07.138]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T20:34:20.5761314Z [00:02:07.138]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T20:34:20.5762372Z [00:02:07.138]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T20:34:20.5763315Z [00:02:07.138]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T20:34:20.5764221Z [00:02:07.138]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T20:34:20.5765116Z [00:02:07.138]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T20:34:20.5766015Z [00:02:07.138]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T20:34:20.5766959Z [00:02:07.138]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T20:34:20.5768108Z [00:02:07.138]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T20:34:20.5769136Z [00:02:07.138]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T20:34:20.5770076Z [00:02:07.138]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T20:34:20.5771009Z [00:02:07.138]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T20:34:20.5772044Z [00:02:07.138]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T20:34:20.5773070Z [00:02:07.138]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T20:34:20.5774075Z [00:02:07.138]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T20:34:20.5775021Z [00:02:07.138]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T20:34:20.5775958Z [00:02:07.138]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T20:34:20.5777133Z [00:02:07.138]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T20:34:20.5778011Z [00:02:07.138]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T20:34:20.5778831Z [00:02:07.139]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T20:34:20.5779694Z [00:02:07.139]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T20:34:20.5780595Z [00:02:07.139]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T20:34:20.5781444Z [00:02:07.139]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T20:34:20.5782520Z [00:02:07.139]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T20:34:20.5783417Z [00:02:07.139]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T20:34:20.5784312Z [00:02:07.139]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T20:34:20.5785242Z [00:02:07.139]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T20:34:20.5786201Z [00:02:07.139]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T20:34:20.5787112Z [00:02:07.139]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T20:34:20.5787959Z [00:02:07.139]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T20:34:20.5788808Z [00:02:07.139]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T20:34:20.5789807Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d
2025-08-20T20:34:20.5791159Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/root/.cache/go-build/8a/8acb29b569bfca215c4ef5bdd410a4f9a1b0f89ff2e23404f967f976bbbac71c-d
2025-08-20T20:34:20.5792482Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d
2025-08-20T20:34:20.5793656Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/root/.cache/go-build/4a/4a1ce4b8c789212be5e2453c97884566ba42232616c5ebea64d1da47fc07497c-d
2025-08-20T20:34:20.5794787Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d
2025-08-20T20:34:20.5795898Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d
2025-08-20T20:34:20.5797020Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d
2025-08-20T20:34:20.5798197Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/root/.cache/go-build/45/459223abed2204c4f8b63ec2f22a8906cdc761009cb12c2e68b00fdfe5f7a9b6-d
2025-08-20T20:34:20.5799388Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/root/.cache/go-build/2b/2ba40d8bfbb81499649421d88ece1297c4362068c9f01551114cc798b0482ef0-d
2025-08-20T20:34:20.5800787Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/root/.cache/go-build/4e/4eebe65a92df83862465601f3d2702a533ddd21f0e577b6d60507fb54df187bb-d
2025-08-20T20:34:20.5801889Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/root/.cache/go-build/f9/f96b94a1f4b4b49d949a8286e334307235366c5553ac3a5ef0a37a336e0cf7f2-d
2025-08-20T20:34:20.5803149Z [00:02:07.139]➜  packagefile golang.org/x/crypto/sha3=/root/.cache/go-build/ed/ed98633c26ac1a19783ef498a6b0605107dcaee389eb199da105d46ff845f083-d
2025-08-20T20:34:20.5804050Z [00:02:07.139]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T20:34:20.5804898Z [00:02:07.139]➜  packagefile compress/bzip2=/root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d
2025-08-20T20:34:20.5805770Z [00:02:07.139]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T20:34:20.5806645Z [00:02:07.139]➜  packagefile compress/zlib=/root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d
2025-08-20T20:34:20.5807509Z [00:02:07.139]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T20:34:20.5808369Z [00:02:07.139]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T20:34:20.5809225Z [00:02:07.139]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T20:34:20.5810086Z [00:02:07.139]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T20:34:20.5810955Z [00:02:07.139]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T20:34:20.5812101Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d
2025-08-20T20:34:20.5813353Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d
2025-08-20T20:34:20.5814505Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/root/.cache/go-build/c8/c8a73516d57ded23a2c023f58c2defe75e1ba5dae2203b74035e5d1f29ba7b20-d
2025-08-20T20:34:20.5815740Z [00:02:07.139]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/4a/4add1399298053a189fa35fb3f8e4a6fcf6c6dbacb1a07ae6ca50ed206a1e48d-d
2025-08-20T20:34:20.5816692Z [00:02:07.139]➜  packagefile image=/root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d
2025-08-20T20:34:20.5817532Z [00:02:07.139]➜  packagefile image/jpeg=/root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d
2025-08-20T20:34:20.5818497Z [00:02:07.139]➜  packagefile github.com/cyphar/filepath-securejoin=/root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d
2025-08-20T20:34:20.5819561Z [00:02:07.139]➜  packagefile github.com/go-git/go-billy/v6/helper/chroot=/root/.cache/go-build/e4/e4a84b4bf35e339e984b86c80a5c6a680d93e839dbf59abeb76c365f4e37c7c2-d
2025-08-20T20:34:20.5820554Z [00:02:07.139]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d
2025-08-20T20:34:20.5821561Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/protocol=/root/.cache/go-build/13/13e3c803b40600e5ed6e5fd9e2cd4d4bac268b768560d58c5e9b7b01c732713c-d
2025-08-20T20:34:20.5822793Z [00:02:07.139]➜  packagefile os/user=/root/.cache/go-build/43/4383bcfb91586e618f3652412e258fa8acc616fc85a628a4c974a2259cf18bbf-d
2025-08-20T20:34:20.5823839Z [00:02:07.139]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T20:34:20.5824713Z [00:02:07.139]➜  packagefile github.com/go-git/gcfg/v2=/root/.cache/go-build/e2/e223884cbf8ea17aee031a9826efdda2157714abea0f7be452c372536ac8b3af-d
2025-08-20T20:34:20.5825718Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/hash=/root/.cache/go-build/49/49e955db5bb82ad4bb51f1668c2e0e05076688ec3e3dc32c688c0a28072d4f9e-d
2025-08-20T20:34:20.5826823Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/idxfile=/root/.cache/go-build/f0/f024c208a998d37627934637476e21eee1b78b5ee96cc26cf813ed9353f5aa9f-d
2025-08-20T20:34:20.5827838Z [00:02:07.139]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d
2025-08-20T20:34:20.5828714Z [00:02:07.139]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T20:34:20.5829749Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/pktline=/root/.cache/go-build/82/829d063d8e3220fcb93f4182e99586551835af7cf369e78dafbb3f89c749418c-d
2025-08-20T20:34:20.5830688Z [00:02:07.139]➜  packagefile net=/root/.cache/go-build/a9/a9f387d7167c3063376ee21389d7b1190b2c48a1fde44417a4f12367eb685c21-d
2025-08-20T20:34:20.5831502Z [00:02:07.139]➜  packagefile crypto/tls=/root/.cache/go-build/f0/f00ba4bf0a3b1833428be3bf5801c8f4ff452141db6b8c80fe6fd70da19f9cda-d
2025-08-20T20:34:20.5832786Z [00:02:07.139]➜  packagefile crypto/x509=/root/.cache/go-build/6b/6b79ed488272e7ce037a98cf97e3123592ff06869c2ba6f0c7e68bb0adbc56f0-d
2025-08-20T20:34:20.5833862Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/format/objfile=/root/.cache/go-build/7d/7d282fa0d8a8b4777e3983a46ba345bd4a0c0d4121c1f33772366100077e519a-d
2025-08-20T20:34:20.5834933Z [00:02:07.139]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d
2025-08-20T20:34:20.5835859Z [00:02:07.139]➜  packagefile net/http=/root/.cache/go-build/f1/f17b8c1c157cd9b22020ee9a5ee895958f5d0d802e6c4613d8d20b3caa5c9533-d
2025-08-20T20:34:20.5836910Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/knownhosts=/root/.cache/go-build/28/28fcd2be4a397c2bb1a7ba4a956c9960ae37fd12471adf64f85ff511b9ba95f8-d
2025-08-20T20:34:20.5838141Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/transport/ssh/sshagent=/root/.cache/go-build/c6/c6730fe27060e62b78a96307fda058cfa34830786bba85e9eb0a7bdf5522d931-d
2025-08-20T20:34:20.5839246Z [00:02:07.139]➜  packagefile github.com/kevinburke/ssh_config=/root/.cache/go-build/5d/5db0d904c6de23ab4eab34eadddd9a44a7c0fb0ebc3fac8c3d54de0ece10135d-d
2025-08-20T20:34:20.5840281Z [00:02:07.139]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/0d/0dd8699b4799bce0b3951240f588a428ec68bb56a5314f3b3d8423ded4800012-d
2025-08-20T20:34:20.5841500Z [00:02:07.139]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/1e/1eda34394dd4d8d8cfd4a9bbb5bd0d19a84885e38c0b24eb6e076a75bb75c5db-d
2025-08-20T20:34:20.5842803Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/utils/merkletrie/internal/frame=/root/.cache/go-build/98/98b8f889a98a6409884c9bcd89d45213b8af090382ab67f0b1a8e9918542cfd6-d
2025-08-20T20:34:20.5843780Z [00:02:07.139]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T20:34:20.5844689Z [00:02:07.139]➜  packagefile github.com/pjbgf/sha1cd/internal=/root/.cache/go-build/d2/d2e9d336718079f76c60fd91823d22e602cfcd6e8af4838b74bd50c41514c764-d
2025-08-20T20:34:20.5845673Z [00:02:07.139]➜  packagefile github.com/pjbgf/sha1cd/ubc=/root/.cache/go-build/54/5493f0d7587f6c5d494eedfcf273cf0290df31b66e19b4046a94083180c9432b-d
2025-08-20T20:34:20.5846545Z [00:02:07.139]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T20:34:20.5847348Z [00:02:07.139]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T20:34:20.5848172Z [00:02:07.139]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T20:34:20.5849027Z [00:02:07.139]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T20:34:20.5849895Z [00:02:07.139]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T20:34:20.5850767Z [00:02:07.139]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T20:34:20.5851647Z [00:02:07.139]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T20:34:20.5852772Z [00:02:07.139]➜  packagefile github.com/emirpasic/gods/containers=/root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d
2025-08-20T20:34:20.5853887Z [00:02:07.139]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d
2025-08-20T20:34:20.5854934Z [00:02:07.139]➜  packagefile github.com/emirpasic/gods/trees=/root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d
2025-08-20T20:34:20.5856155Z [00:02:07.139]➜  packagefile github.com/emirpasic/gods/utils=/root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d
2025-08-20T20:34:20.5857266Z [00:02:07.139]➜  packagefile github.com/go-git/go-git/v6/plumbing/color=/root/.cache/go-build/98/982276b2bf71f63e7dfaaaae5b08975ad6a7f62b87730698d673dfc1686e00f7-d
2025-08-20T20:34:20.5858275Z [00:02:07.139]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T20:34:20.5859240Z [00:02:07.139]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T20:34:20.5860247Z [00:02:07.139]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T20:34:20.5861277Z [00:02:07.139]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T20:34:20.5862377Z [00:02:07.139]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T20:34:20.5863390Z [00:02:07.139]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T20:34:20.5864375Z [00:02:07.139]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T20:34:20.5865622Z [00:02:07.139]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T20:34:20.5866581Z [00:02:07.139]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T20:34:20.5867543Z [00:02:07.139]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T20:34:20.5868543Z [00:02:07.139]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T20:34:20.5869529Z [00:02:07.139]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T20:34:20.5870506Z [00:02:07.139]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T20:34:20.5871492Z [00:02:07.139]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T20:34:20.5872607Z [00:02:07.139]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T20:34:20.5873646Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d
2025-08-20T20:34:20.5874756Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/root/.cache/go-build/e9/e913349f6d6be75b5d73190b1d7d8124aa882cdae9b67ead78bcbfa06da04d6c-d
2025-08-20T20:34:20.5875827Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/sign/ed448=/root/.cache/go-build/e2/e2675dad864dd1188f4e61aeac0d3af66a712b199eb083efd1a2660f3d00d858-d
2025-08-20T20:34:20.5876774Z [00:02:07.139]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T20:34:20.5877610Z [00:02:07.139]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T20:34:20.5878550Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/eax=/root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d
2025-08-20T20:34:20.5879773Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d
2025-08-20T20:34:20.5880839Z [00:02:07.139]➜  packagefile golang.org/x/crypto/cast5=/root/.cache/go-build/46/4604ddf0f6c6eca03f2795bf4a5c32f2dffa0512be6f53950954457998c17f94-d
2025-08-20T20:34:20.5881758Z [00:02:07.139]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T20:34:20.5882928Z [00:02:07.139]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T20:34:20.5883921Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d
2025-08-20T20:34:20.5885000Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d
2025-08-20T20:34:20.5886082Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/dh/x25519=/root/.cache/go-build/b2/b29b12ff826f50fedbd724da3e9feef3ff045131bc5b71cb4465452873e46313-d
2025-08-20T20:34:20.5887122Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/dh/x448=/root/.cache/go-build/d8/d82553a481d6e77140a93a8f1c4142461ad353cacdc39621737e2ec5dd1d670a-d
2025-08-20T20:34:20.5888347Z [00:02:07.139]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d
2025-08-20T20:34:20.5889209Z [00:02:07.139]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T20:34:20.5890050Z [00:02:07.139]➜  packagefile hash/adler32=/root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d
2025-08-20T20:34:20.5890982Z [00:02:07.139]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T20:34:20.5892134Z [00:02:07.139]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T20:34:20.5893201Z [00:02:07.139]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T20:34:20.5894210Z [00:02:07.139]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T20:34:20.5895140Z [00:02:07.139]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T20:34:20.5896055Z [00:02:07.139]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/7b/7b8c49040330cab0c6bf7644d42a7c8d170eb6b57ff77e6eb381f9d1cb959cf1-d
2025-08-20T20:34:20.5896970Z [00:02:07.139]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T20:34:20.5897826Z [00:02:07.139]➜  packagefile image/color=/root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d
2025-08-20T20:34:20.5898726Z [00:02:07.139]➜  packagefile image/internal/imageutil=/root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d
2025-08-20T20:34:20.5899745Z [00:02:07.139]➜  packagefile github.com/go-git/go-billy/v6/helper/polyfill=/root/.cache/go-build/d1/d10345c560b4e4e12c0725030b6e2b793f899545c0a86e869a0b092342692c25-d
2025-08-20T20:34:20.5900687Z [00:02:07.139]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T20:34:20.5901532Z [00:02:07.139]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T20:34:20.5902820Z [00:02:07.139]➜  packagefile github.com/go-git/gcfg/v2/scanner=/root/.cache/go-build/fe/fe909d282465a98d5dc56468eb4c07a5c253643dbc51059b5178ecb01ab68d14-d
2025-08-20T20:34:20.5903890Z [00:02:07.139]➜  packagefile github.com/go-git/gcfg/v2/token=/root/.cache/go-build/5e/5eac48b459a9f03f30910131e6bb87be5524674baca6a4fad2bc18675cb38f18-d
2025-08-20T20:34:20.5904876Z [00:02:07.139]➜  packagefile github.com/go-git/gcfg/v2/types=/root/.cache/go-build/18/182c148c5a07792cba1bcaa9451269ebbad37c85f81d3bb2c9089a49e663d12d-d
2025-08-20T20:34:20.5905905Z [00:02:07.139]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T20:34:20.5906872Z [00:02:07.139]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T20:34:20.5907793Z [00:02:07.139]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T20:34:20.5908689Z [00:02:07.139]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T20:34:20.5909540Z [00:02:07.139]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T20:34:20.5910407Z [00:02:07.139]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T20:34:20.5911482Z [00:02:07.139]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T20:34:20.5912604Z [00:02:07.139]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T20:34:20.5913611Z [00:02:07.139]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T20:34:20.5914611Z [00:02:07.139]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T20:34:20.5915562Z [00:02:07.139]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T20:34:20.5916438Z [00:02:07.139]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T20:34:20.5917280Z [00:02:07.139]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T20:34:20.5918202Z [00:02:07.139]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T20:34:20.5919129Z [00:02:07.139]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T20:34:20.5920124Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T20:34:20.5921203Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T20:34:20.5922345Z [00:02:07.139]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T20:34:20.5923255Z [00:02:07.139]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T20:34:20.5924249Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T20:34:20.5925216Z [00:02:07.139]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T20:34:20.5926392Z [00:02:07.139]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bbcf2330057874c77f335d7a1d348ec806dc9d4656237f0ae39262e9350b704-d
2025-08-20T20:34:20.5927539Z [00:02:07.139]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/7d/7d48ab53a0b09f269ecbe997b41f26f20fa7e47a8794c0d41d1042a501d37b7f-d
2025-08-20T20:34:20.5928591Z [00:02:07.139]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T20:34:20.5929595Z [00:02:07.139]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T20:34:20.5930463Z [00:02:07.139]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T20:34:20.5931298Z [00:02:07.139]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T20:34:20.5932352Z [00:02:07.139]➜  packagefile net/http/httptrace=/root/.cache/go-build/92/92bf68741d916c90d85f0b81a6b007beb55b1d1553ed404ab2ca581658015112-d
2025-08-20T20:34:20.5933313Z [00:02:07.139]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T20:34:20.5934237Z [00:02:07.139]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T20:34:20.5935435Z [00:02:07.139]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T20:34:20.5936371Z [00:02:07.139]➜  packagefile net/textproto=/root/.cache/go-build/eb/ebd51bb40983185893e38d9c9d72eb30bb5dabdcd35ccb45e42bb6cd7814ed45-d
2025-08-20T20:34:20.5937337Z [00:02:07.139]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/root/.cache/go-build/80/803cb7ef039ceb5f2455f326b60625da3c466e9e189e1451dc95bb2b0bc65b20-d
2025-08-20T20:34:20.5938354Z [00:02:07.139]➜  packagefile golang.org/x/crypto/ssh/agent=/root/.cache/go-build/9c/9c842220d69e9cdbb1eda920f785113c0f413f68598d2fab7574d7f04e0d3f4f-d
2025-08-20T20:34:20.5939271Z [00:02:07.139]➜  packagefile crypto/mlkem=/root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d
2025-08-20T20:34:20.5940191Z [00:02:07.139]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/35/357b7ccf89ac2b55f354e8617a06213e5993637ed0336772307cc4bd4d024e46-d
2025-08-20T20:34:20.5941183Z [00:02:07.139]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/22/22a5bc979de6c09d8e453f0dabd63f237a4acac1756d061454594b09f4ec1545-d
2025-08-20T20:34:20.5942391Z [00:02:07.139]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/92/92e7581994cae1641212480c71c0801b03dfd3b9e2b4b7f8d5e71a6654656b17-d
2025-08-20T20:34:20.5943546Z [00:02:07.139]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/65/653affa2bd20c45bffdb93b04adc4a09c8764b6fb1ef9078f480cdf93e8e7cfb-d
2025-08-20T20:34:20.5944605Z [00:02:07.139]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/ce/ce880e5184481ab420eded933cba8ecbf798550a3c216cb7d85940a5e2905502-d
2025-08-20T20:34:20.5945576Z [00:02:07.139]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T20:34:20.5946458Z [00:02:07.139]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T20:34:20.5947332Z [00:02:07.139]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T20:34:20.5948264Z [00:02:07.139]➜  packagefile github.com/emirpasic/gods/lists=/root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d
2025-08-20T20:34:20.5949504Z [00:02:07.139]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T20:34:20.5950568Z [00:02:07.139]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T20:34:20.5951539Z [00:02:07.139]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T20:34:20.5952763Z [00:02:07.139]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T20:34:20.5953741Z [00:02:07.139]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T20:34:20.5954590Z [00:02:07.139]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T20:34:20.5955582Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/internal/conv=/root/.cache/go-build/3f/3f083acc8ef7b3ad64eb65c555db591f45d0baaeb49e48db6ccadacfe41da4fa-d
2025-08-20T20:34:20.5956641Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/math=/root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d
2025-08-20T20:34:20.5957692Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/math/fp25519=/root/.cache/go-build/57/57bcceec24fe3f42fddeef2f9a270e69d0830d311b5f6e51feb3b211a363df93-d
2025-08-20T20:34:20.5958959Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/sign=/root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d
2025-08-20T20:34:20.5960005Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/root/.cache/go-build/e3/e3483b76848e4e6125c32619be6a765741951520ce78254a1978a53eb4de248c-d
2025-08-20T20:34:20.5961081Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/internal/sha3=/root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d
2025-08-20T20:34:20.5962323Z [00:02:07.139]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d
2025-08-20T20:34:20.5963441Z [00:02:07.139]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T20:34:20.5964442Z [00:02:07.139]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T20:34:20.5965428Z [00:02:07.139]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T20:34:20.5966456Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/math/fp448=/root/.cache/go-build/52/524c3ed7adad38204bc4ce93ba0f0d62891e06774de743e5f4ea00b4cb426f03-d
2025-08-20T20:34:20.5967478Z [00:02:07.139]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/c2/c292a0ea78a2726077287d1e18b89370dec34882560b00b5fbb053c2f9cc08cf-d
2025-08-20T20:34:20.5968450Z [00:02:07.139]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T20:34:20.5969391Z [00:02:07.139]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T20:34:20.5970253Z [00:02:07.139]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T20:34:20.5971148Z [00:02:07.139]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T20:34:20.5972280Z [00:02:07.139]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T20:34:20.5973597Z [00:02:07.139]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T20:34:20.5974668Z [00:02:07.139]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T20:34:20.5975596Z [00:02:07.139]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T20:34:20.5976570Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T20:34:20.5977634Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T20:34:20.5978731Z [00:02:07.139]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T20:34:20.5979825Z [00:02:07.139]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T20:34:20.5980864Z [00:02:07.139]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T20:34:20.5982674Z [00:02:07.139]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T20:34:20.5983715Z [00:02:07.139]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T20:34:20.5984699Z [00:02:07.139]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/e3/e346a54be44b1816f80398dc25b245dceb30a5d944204ccce20bc2bfb756e623-d
2025-08-20T20:34:20.5985713Z [00:02:07.139]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/79/793d40f8c8246cb314c9e0460b3007782677ba32bcf1fbfa1d0d29a1baa6c4d8-d
2025-08-20T20:34:20.5986702Z [00:02:07.139]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/71/716f2dd0eb3f20bef3899d49a274f39b3a0ab46a84263156d3da843495624675-d
2025-08-20T20:34:20.5987740Z [00:02:07.139]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/root/.cache/go-build/56/565e2639baaeb76d44e888853aa503eddcba1da13f953af3862d7381967323f9-d
2025-08-20T20:34:20.5989802Z [00:02:07.139]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T20:34:20.5990916Z [00:02:07.139]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T20:34:20.5992051Z [00:02:07.139]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T20:34:20.5993166Z [00:02:07.139]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/7f/7ffe663a9cbe1e7ef7fe93ba6afa311f010b48cbb91ee340bb56f347b083ea7e-d
2025-08-20T20:34:20.6002091Z [00:02:07.139]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:34:20.6009210Z [00:02:07.139]➜  EOF
2025-08-20T20:34:20.6009650Z [00:02:07.139]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:34:20.6009960Z [00:02:07.140]➜  cd .
2025-08-20T20:34:20.6012288Z [00:02:07.140]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=8IYkeYP5cYkw4S5TmuKx/qjhZRrYe6-VGai1ySHhW/xe7CogT7_YFFSKqQewIH/8IYkeYP5cYkw4S5TmuKx -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:34:21.0821296Z [00:02:07.654]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:34:21.0875677Z [00:02:07.660]➜  mkdir -p /build-bins/
2025-08-20T20:34:21.0876127Z [00:02:07.660]➜  cp $WORK/b001/exe/a.out /build-bins/git-tag
2025-08-20T20:34:21.0917860Z [00:02:07.664]➜  rm -rf $WORK/b001/
2025-08-20T20:34:21.2173139Z [00:02:07.789]➜  '/tmp/tmp.fZNwkMd09Q/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:34:21.2326360Z [00:02:07.805]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:34:21.3390164Z [00:02:07.911]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:34:21.3392720Z [00:02:07.912]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:34:21.3712935Z [00:02:07.943]➜  copy from `/build-bins/git-checkout' [elf64-littleaarch64] to `/build-bins/stiipJEE' [elf64-littleaarch64]
2025-08-20T20:34:21.4230537Z [00:02:07.995]➜  copy from `/build-bins/git-log' [elf64-littleaarch64] to `/build-bins/stAcKEhF' [elf64-littleaarch64]
2025-08-20T20:34:21.4734447Z [00:02:08.046]➜  copy from `/build-bins/git-ls-remote' [elf64-littleaarch64] to `/build-bins/stmDjdHH' [elf64-littleaarch64]
2025-08-20T20:34:21.5240289Z [00:02:08.096]➜  copy from `/build-bins/git-pull' [elf64-littleaarch64] to `/build-bins/stoiFogI' [elf64-littleaarch64]
2025-08-20T20:34:21.5759169Z [00:02:08.148]➜  copy from `/build-bins/git-tag' [elf64-littleaarch64] to `/build-bins/stAMJgIK' [elf64-littleaarch64]
2025-08-20T20:34:21.6239877Z [00:02:08.196]➜  copy from `/build-bins/git-clone' [elf64-littleaarch64] to `/build-bins/sthjlnfL' [elf64-littleaarch64]
2025-08-20T20:34:21.6811022Z [00:02:08.253]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:34:21.6836341Z [00:02:08.256]➜  
2025-08-20T20:34:21.6851247Z [00:02:08.257]➜  /build-bins/git-checkout
2025-08-20T20:34:21.7514428Z [00:02:08.323]➜  There are 24 section headers, starting at offset 0x8a2bf8:
2025-08-20T20:34:21.7514810Z [00:02:08.324]➜  
2025-08-20T20:34:21.7515025Z [00:02:08.324]➜  Section Headers:
2025-08-20T20:34:21.7515399Z [00:02:08.324]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7515858Z [00:02:08.324]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7516251Z [00:02:08.324]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7516649Z [00:02:08.324]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7517065Z [00:02:08.324]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7517484Z [00:02:08.324]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7517896Z [00:02:08.324]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7518325Z [00:02:08.324]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7518739Z [00:02:08.324]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7519147Z [00:02:08.324]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7520010Z [00:02:08.324]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7520430Z [00:02:08.324]➜         00000000000f13b0  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7520845Z [00:02:08.324]➜    [ 5] .init             PROGBITS         00000000000f1660  000f1660
2025-08-20T20:34:21.7521257Z [00:02:08.324]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7521669Z [00:02:08.324]➜    [ 6] .text             PROGBITS         00000000000f1680  000f1680
2025-08-20T20:34:21.7522449Z [00:02:08.324]➜         0000000000358470  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7522903Z [00:02:08.324]➜    [ 7] .fini             PROGBITS         0000000000449af0  00449af0
2025-08-20T20:34:21.7523326Z [00:02:08.324]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7523745Z [00:02:08.324]➜    [ 8] .rodata           PROGBITS         0000000000449b00  00449b00
2025-08-20T20:34:21.7524174Z [00:02:08.324]➜         00000000000a7a2c  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7524599Z [00:02:08.324]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000004f152c  004f152c
2025-08-20T20:34:21.7525021Z [00:02:08.324]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7525438Z [00:02:08.324]➜    [10] .eh_frame         PROGBITS         00000000004f1650  004f1650
2025-08-20T20:34:21.7525853Z [00:02:08.324]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7526262Z [00:02:08.324]➜    [11] .tbss             NOBITS           00000000005004b0  005004b0
2025-08-20T20:34:21.7526683Z [00:02:08.324]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7527110Z [00:02:08.324]➜    [12] .init_array       INIT_ARRAY       00000000005004b0  005004b0
2025-08-20T20:34:21.7527531Z [00:02:08.324]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7527963Z [00:02:08.324]➜    [13] .fini_array       FINI_ARRAY       00000000005004b8  005004b8
2025-08-20T20:34:21.7528384Z [00:02:08.324]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7528807Z [00:02:08.324]➜    [14] .data.rel.ro      PROGBITS         00000000005004c0  005004c0
2025-08-20T20:34:21.7529237Z [00:02:08.324]➜         000000000033f918  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7529661Z [00:02:08.324]➜    [15] .dynamic          DYNAMIC          000000000083fdd8  0083fdd8
2025-08-20T20:34:21.7530079Z [00:02:08.324]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7530736Z [00:02:08.324]➜    [16] .got              PROGBITS         000000000083ff48  0083ff48
2025-08-20T20:34:21.7531237Z [00:02:08.324]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7531649Z [00:02:08.324]➜    [17] .data             PROGBITS         0000000000840000  00840000
2025-08-20T20:34:21.7532252Z [00:02:08.324]➜         0000000000015080  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7532747Z [00:02:08.324]➜    [18] .go.buildinfo     PROGBITS         0000000000855080  00855080
2025-08-20T20:34:21.7533238Z [00:02:08.324]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7533670Z [00:02:08.324]➜    [19] .go.fipsinfo      PROGBITS         0000000000855880  00855880
2025-08-20T20:34:21.7534101Z [00:02:08.324]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7534532Z [00:02:08.324]➜    [20] .noptrdata        PROGBITS         0000000000855900  00855900
2025-08-20T20:34:21.7534970Z [00:02:08.324]➜         000000000004d221  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7535385Z [00:02:08.324]➜    [21] .bss              NOBITS           00000000008a2b40  008a2b21
2025-08-20T20:34:21.7535801Z [00:02:08.324]➜         000000000002a938  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7536494Z [00:02:08.324]➜    [22] .noptrbss         NOBITS           00000000008cd480  008a2b21
2025-08-20T20:34:21.7536924Z [00:02:08.324]➜         000000000001fac0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7537345Z [00:02:08.324]➜    [23] .shstrtab         STRTAB           0000000000000000  008a2b21
2025-08-20T20:34:21.7537765Z [00:02:08.324]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7538085Z [00:02:08.324]➜  Key to Flags:
2025-08-20T20:34:21.7538459Z [00:02:08.324]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7538931Z [00:02:08.324]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7539382Z [00:02:08.324]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7539755Z [00:02:08.324]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7540049Z [00:02:08.326]➜  
2025-08-20T20:34:21.7550764Z [00:02:08.327]➜  /build-bins/git-log
2025-08-20T20:34:21.7561163Z [00:02:08.328]➜  There are 24 section headers, starting at offset 0x8c2d98:
2025-08-20T20:34:21.7561676Z [00:02:08.328]➜  
2025-08-20T20:34:21.7562072Z [00:02:08.328]➜  Section Headers:
2025-08-20T20:34:21.7562483Z [00:02:08.328]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7562928Z [00:02:08.328]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7563324Z [00:02:08.328]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7563752Z [00:02:08.328]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7564175Z [00:02:08.328]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7564596Z [00:02:08.328]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7565011Z [00:02:08.328]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7565437Z [00:02:08.328]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7565850Z [00:02:08.328]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7566269Z [00:02:08.328]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7566680Z [00:02:08.328]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7567099Z [00:02:08.328]➜         00000000000f4bc0  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7567858Z [00:02:08.328]➜    [ 5] .init             PROGBITS         00000000000f4e70  000f4e70
2025-08-20T20:34:21.7568351Z [00:02:08.328]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7568764Z [00:02:08.328]➜    [ 6] .text             PROGBITS         00000000000f4e80  000f4e80
2025-08-20T20:34:21.7569176Z [00:02:08.328]➜         0000000000364870  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7569597Z [00:02:08.328]➜    [ 7] .fini             PROGBITS         00000000004596f0  004596f0
2025-08-20T20:34:21.7570007Z [00:02:08.328]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7570420Z [00:02:08.328]➜    [ 8] .rodata           PROGBITS         0000000000459700  00459700
2025-08-20T20:34:21.7570845Z [00:02:08.328]➜         00000000000a93ec  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7571271Z [00:02:08.328]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000502aec  00502aec
2025-08-20T20:34:21.7571698Z [00:02:08.328]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7579931Z [00:02:08.328]➜    [10] .eh_frame         PROGBITS         0000000000502c10  00502c10
2025-08-20T20:34:21.7580613Z [00:02:08.328]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7581038Z [00:02:08.328]➜    [11] .tbss             NOBITS           0000000000511df0  00511df0
2025-08-20T20:34:21.7581885Z [00:02:08.329]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7582658Z [00:02:08.329]➜    [12] .init_array       INIT_ARRAY       0000000000511df0  00511df0
2025-08-20T20:34:21.7583096Z [00:02:08.329]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7583520Z [00:02:08.329]➜    [13] .fini_array       FINI_ARRAY       0000000000511df8  00511df8
2025-08-20T20:34:21.7583940Z [00:02:08.329]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7584378Z [00:02:08.329]➜    [14] .data.rel.ro      PROGBITS         0000000000511e00  00511e00
2025-08-20T20:34:21.7584808Z [00:02:08.329]➜         000000000034dfe0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7585235Z [00:02:08.329]➜    [15] .dynamic          DYNAMIC          000000000085fde0  0085fde0
2025-08-20T20:34:21.7585653Z [00:02:08.329]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7586076Z [00:02:08.329]➜    [16] .got              PROGBITS         000000000085ff50  0085ff50
2025-08-20T20:34:21.7586483Z [00:02:08.329]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7586897Z [00:02:08.329]➜    [17] .data             PROGBITS         0000000000860000  00860000
2025-08-20T20:34:21.7587307Z [00:02:08.329]➜         0000000000015200  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7587736Z [00:02:08.329]➜    [18] .go.buildinfo     PROGBITS         0000000000875200  00875200
2025-08-20T20:34:21.7588175Z [00:02:08.329]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7588601Z [00:02:08.329]➜    [19] .go.fipsinfo      PROGBITS         0000000000875a00  00875a00
2025-08-20T20:34:21.7589027Z [00:02:08.329]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7589461Z [00:02:08.329]➜    [20] .noptrdata        PROGBITS         0000000000875a80  00875a80
2025-08-20T20:34:21.7589901Z [00:02:08.329]➜         000000000004d241  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7590316Z [00:02:08.329]➜    [21] .bss              NOBITS           00000000008c2ce0  008c2cc1
2025-08-20T20:34:21.7590728Z [00:02:08.329]➜         000000000002a998  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7591153Z [00:02:08.329]➜    [22] .noptrbss         NOBITS           00000000008ed680  008c2cc1
2025-08-20T20:34:21.7591584Z [00:02:08.329]➜         000000000001fac0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7592577Z [00:02:08.329]➜    [23] .shstrtab         STRTAB           0000000000000000  008c2cc1
2025-08-20T20:34:21.7593092Z [00:02:08.329]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7593420Z [00:02:08.329]➜  Key to Flags:
2025-08-20T20:34:21.7593764Z [00:02:08.329]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7594226Z [00:02:08.329]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7594688Z [00:02:08.329]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7595065Z [00:02:08.329]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7595357Z [00:02:08.331]➜  
2025-08-20T20:34:21.7597575Z [00:02:08.332]➜  /build-bins/git-ls-remote
2025-08-20T20:34:21.7608030Z [00:02:08.333]➜  There are 24 section headers, starting at offset 0x831918:
2025-08-20T20:34:21.7608882Z [00:02:08.333]➜  
2025-08-20T20:34:21.7609202Z [00:02:08.333]➜  Section Headers:
2025-08-20T20:34:21.7609580Z [00:02:08.333]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7609992Z [00:02:08.333]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7610386Z [00:02:08.333]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7610787Z [00:02:08.333]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7611575Z [00:02:08.333]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7612171Z [00:02:08.333]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7612683Z [00:02:08.333]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7613101Z [00:02:08.333]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7613516Z [00:02:08.333]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7613940Z [00:02:08.333]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7614355Z [00:02:08.333]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7614805Z [00:02:08.333]➜         00000000000eac78  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7615217Z [00:02:08.333]➜    [ 5] .init             PROGBITS         00000000000eaf28  000eaf28
2025-08-20T20:34:21.7615633Z [00:02:08.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7616041Z [00:02:08.333]➜    [ 6] .text             PROGBITS         00000000000eaf40  000eaf40
2025-08-20T20:34:21.7616454Z [00:02:08.333]➜         0000000000328cd0  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7617075Z [00:02:08.333]➜    [ 7] .fini             PROGBITS         0000000000413c10  00413c10
2025-08-20T20:34:21.7617555Z [00:02:08.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7617979Z [00:02:08.333]➜    [ 8] .rodata           PROGBITS         0000000000413c20  00413c20
2025-08-20T20:34:21.7618400Z [00:02:08.333]➜         00000000000a07cc  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7618822Z [00:02:08.333]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000004b43ec  004b43ec
2025-08-20T20:34:21.7619240Z [00:02:08.333]➜         000000000000011c  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7619661Z [00:02:08.333]➜    [10] .eh_frame         PROGBITS         00000000004b4508  004b4508
2025-08-20T20:34:21.7620077Z [00:02:08.333]➜         0000000000000530  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7620486Z [00:02:08.333]➜    [11] .tbss             NOBITS           00000000004c9e90  004b9e90
2025-08-20T20:34:21.7620895Z [00:02:08.333]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7621320Z [00:02:08.333]➜    [12] .init_array       INIT_ARRAY       00000000004c9e90  004b9e90
2025-08-20T20:34:21.7622259Z [00:02:08.333]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7622806Z [00:02:08.333]➜    [13] .fini_array       FINI_ARRAY       00000000004c9e98  004b9e98
2025-08-20T20:34:21.7623233Z [00:02:08.333]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7623655Z [00:02:08.333]➜    [14] .data.rel.ro      PROGBITS         00000000004c9ea0  004b9ea0
2025-08-20T20:34:21.7624093Z [00:02:08.333]➜         0000000000315f28  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7624515Z [00:02:08.333]➜    [15] .dynamic          DYNAMIC          00000000007dfdc8  007cfdc8
2025-08-20T20:34:21.7624929Z [00:02:08.333]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7625335Z [00:02:08.333]➜    [16] .got              PROGBITS         00000000007dff38  007cff38
2025-08-20T20:34:21.7625792Z [00:02:08.333]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7626226Z [00:02:08.333]➜    [17] .data             PROGBITS         00000000007e0000  007d0000
2025-08-20T20:34:21.7626696Z [00:02:08.333]➜         0000000000013dc0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7627131Z [00:02:08.333]➜    [18] .go.buildinfo     PROGBITS         00000000007f3dc0  007e3dc0
2025-08-20T20:34:21.7627560Z [00:02:08.333]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7628296Z [00:02:08.333]➜    [19] .go.fipsinfo      PROGBITS         00000000007f45c0  007e45c0
2025-08-20T20:34:21.7628726Z [00:02:08.333]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7629156Z [00:02:08.333]➜    [20] .noptrdata        PROGBITS         00000000007f4640  007e4640
2025-08-20T20:34:21.7629581Z [00:02:08.333]➜         000000000004d201  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7629986Z [00:02:08.333]➜    [21] .bss              NOBITS           0000000000841860  00831841
2025-08-20T20:34:21.7630397Z [00:02:08.333]➜         000000000002a918  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7630822Z [00:02:08.333]➜    [22] .noptrbss         NOBITS           000000000086c180  00831841
2025-08-20T20:34:21.7631244Z [00:02:08.333]➜         000000000001faa0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7631661Z [00:02:08.333]➜    [23] .shstrtab         STRTAB           0000000000000000  00831841
2025-08-20T20:34:21.7632278Z [00:02:08.333]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7632618Z [00:02:08.333]➜  Key to Flags:
2025-08-20T20:34:21.7632968Z [00:02:08.333]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7633428Z [00:02:08.333]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7633881Z [00:02:08.333]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7634255Z [00:02:08.333]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7634554Z [00:02:08.335]➜  
2025-08-20T20:34:21.7645068Z [00:02:08.337]➜  /build-bins/git-pull
2025-08-20T20:34:21.7658498Z [00:02:08.338]➜  There are 24 section headers, starting at offset 0x892b38:
2025-08-20T20:34:21.7658910Z [00:02:08.338]➜  
2025-08-20T20:34:21.7659128Z [00:02:08.338]➜  Section Headers:
2025-08-20T20:34:21.7659460Z [00:02:08.338]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7659885Z [00:02:08.338]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7660271Z [00:02:08.338]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7660660Z [00:02:08.338]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7661073Z [00:02:08.338]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7661488Z [00:02:08.338]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7662344Z [00:02:08.338]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7662847Z [00:02:08.338]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7663264Z [00:02:08.338]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7663676Z [00:02:08.338]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7664093Z [00:02:08.338]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7664506Z [00:02:08.338]➜         00000000000f10f8  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7664920Z [00:02:08.338]➜    [ 5] .init             PROGBITS         00000000000f13a8  000f13a8
2025-08-20T20:34:21.7665329Z [00:02:08.338]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7665734Z [00:02:08.338]➜    [ 6] .text             PROGBITS         00000000000f13c0  000f13c0
2025-08-20T20:34:21.7666157Z [00:02:08.338]➜         0000000000355dd0  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7666571Z [00:02:08.338]➜    [ 7] .fini             PROGBITS         0000000000447190  00447190
2025-08-20T20:34:21.7666984Z [00:02:08.338]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7667398Z [00:02:08.338]➜    [ 8] .rodata           PROGBITS         00000000004471a0  004471a0
2025-08-20T20:34:21.7668133Z [00:02:08.338]➜         00000000000a71ec  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7668567Z [00:02:08.338]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000004ee38c  004ee38c
2025-08-20T20:34:21.7668985Z [00:02:08.338]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7669403Z [00:02:08.338]➜    [10] .eh_frame         PROGBITS         00000000004ee4b0  004ee4b0
2025-08-20T20:34:21.7669818Z [00:02:08.338]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7670232Z [00:02:08.338]➜    [11] .tbss             NOBITS           00000000004f1f50  004f1f50
2025-08-20T20:34:21.7670637Z [00:02:08.338]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7671063Z [00:02:08.338]➜    [12] .init_array       INIT_ARRAY       00000000004f1f50  004f1f50
2025-08-20T20:34:21.7671479Z [00:02:08.338]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7671906Z [00:02:08.338]➜    [13] .fini_array       FINI_ARRAY       00000000004f1f58  004f1f58
2025-08-20T20:34:21.7672589Z [00:02:08.338]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7673029Z [00:02:08.338]➜    [14] .data.rel.ro      PROGBITS         00000000004f1f60  004f1f60
2025-08-20T20:34:21.7673456Z [00:02:08.338]➜         000000000033de78  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7673879Z [00:02:08.338]➜    [15] .dynamic          DYNAMIC          000000000082fdd8  0082fdd8
2025-08-20T20:34:21.7674303Z [00:02:08.338]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7674714Z [00:02:08.338]➜    [16] .got              PROGBITS         000000000082ff48  0082ff48
2025-08-20T20:34:21.7675120Z [00:02:08.338]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7675528Z [00:02:08.338]➜    [17] .data             PROGBITS         0000000000830000  00830000
2025-08-20T20:34:21.7675947Z [00:02:08.338]➜         0000000000014fc0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7676381Z [00:02:08.338]➜    [18] .go.buildinfo     PROGBITS         0000000000844fc0  00844fc0
2025-08-20T20:34:21.7676813Z [00:02:08.338]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7677258Z [00:02:08.338]➜    [19] .go.fipsinfo      PROGBITS         00000000008457c0  008457c0
2025-08-20T20:34:21.7677685Z [00:02:08.338]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7678424Z [00:02:08.338]➜    [20] .noptrdata        PROGBITS         0000000000845840  00845840
2025-08-20T20:34:21.7678922Z [00:02:08.338]➜         000000000004d221  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7679335Z [00:02:08.338]➜    [21] .bss              NOBITS           0000000000892a80  00892a61
2025-08-20T20:34:21.7679741Z [00:02:08.338]➜         000000000002a938  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7680174Z [00:02:08.338]➜    [22] .noptrbss         NOBITS           00000000008bd3c0  00892a61
2025-08-20T20:34:21.7680601Z [00:02:08.338]➜         000000000001fac0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7681019Z [00:02:08.338]➜    [23] .shstrtab         STRTAB           0000000000000000  00892a61
2025-08-20T20:34:21.7681439Z [00:02:08.338]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7681756Z [00:02:08.338]➜  Key to Flags:
2025-08-20T20:34:21.7682309Z [00:02:08.338]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7682817Z [00:02:08.338]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7683272Z [00:02:08.338]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7683645Z [00:02:08.338]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7683940Z [00:02:08.340]➜  
2025-08-20T20:34:21.7691860Z [00:02:08.341]➜  /build-bins/git-tag
2025-08-20T20:34:21.7703560Z [00:02:08.343]➜  There are 24 section headers, starting at offset 0x66d838:
2025-08-20T20:34:21.7703992Z [00:02:08.343]➜  
2025-08-20T20:34:21.7704214Z [00:02:08.343]➜  Section Headers:
2025-08-20T20:34:21.7704553Z [00:02:08.343]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7704961Z [00:02:08.343]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7705354Z [00:02:08.343]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7705772Z [00:02:08.343]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7706208Z [00:02:08.343]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7706622Z [00:02:08.343]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7707035Z [00:02:08.343]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7707485Z [00:02:08.343]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7707894Z [00:02:08.343]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7708304Z [00:02:08.343]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7708717Z [00:02:08.343]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7709135Z [00:02:08.343]➜         00000000000b6688  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7709556Z [00:02:08.343]➜    [ 5] .init             PROGBITS         00000000000b6938  000b6938
2025-08-20T20:34:21.7709969Z [00:02:08.343]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7710377Z [00:02:08.343]➜    [ 6] .text             PROGBITS         00000000000b6960  000b6960
2025-08-20T20:34:21.7710793Z [00:02:08.343]➜         000000000026b9f0  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7711211Z [00:02:08.343]➜    [ 7] .fini             PROGBITS         0000000000322350  00322350
2025-08-20T20:34:21.7711621Z [00:02:08.343]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7712251Z [00:02:08.343]➜    [ 8] .rodata           PROGBITS         0000000000322360  00322360
2025-08-20T20:34:21.7712741Z [00:02:08.343]➜         00000000000817cc  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7713171Z [00:02:08.343]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000003a3b2c  003a3b2c
2025-08-20T20:34:21.7713954Z [00:02:08.343]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7714451Z [00:02:08.343]➜    [10] .eh_frame         PROGBITS         00000000003a3c50  003a3c50
2025-08-20T20:34:21.7714868Z [00:02:08.343]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7715277Z [00:02:08.343]➜    [11] .tbss             NOBITS           00000000003bfd50  003afd50
2025-08-20T20:34:21.7715691Z [00:02:08.343]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7716112Z [00:02:08.343]➜    [12] .init_array       INIT_ARRAY       00000000003bfd50  003afd50
2025-08-20T20:34:21.7716531Z [00:02:08.343]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7716949Z [00:02:08.343]➜    [13] .fini_array       FINI_ARRAY       00000000003bfd58  003afd58
2025-08-20T20:34:21.7717371Z [00:02:08.343]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7717798Z [00:02:08.343]➜    [14] .data.rel.ro      PROGBITS         00000000003bfd60  003afd60
2025-08-20T20:34:21.7718231Z [00:02:08.343]➜         0000000000260078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7718656Z [00:02:08.343]➜    [15] .dynamic          DYNAMIC          000000000061fdd8  0060fdd8
2025-08-20T20:34:21.7719072Z [00:02:08.343]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7719792Z [00:02:08.343]➜    [16] .got              PROGBITS         000000000061ff48  0060ff48
2025-08-20T20:34:21.7720210Z [00:02:08.343]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7720619Z [00:02:08.343]➜    [17] .data             PROGBITS         0000000000620000  00610000
2025-08-20T20:34:21.7721029Z [00:02:08.343]➜         00000000000108a0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7721458Z [00:02:08.343]➜    [18] .go.buildinfo     PROGBITS         00000000006308a0  006208a0
2025-08-20T20:34:21.7721901Z [00:02:08.343]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7722595Z [00:02:08.343]➜    [19] .go.fipsinfo      PROGBITS         00000000006310a0  006210a0
2025-08-20T20:34:21.7723028Z [00:02:08.343]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7723458Z [00:02:08.343]➜    [20] .noptrdata        PROGBITS         0000000000631120  00621120
2025-08-20T20:34:21.7723900Z [00:02:08.343]➜         000000000004c641  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7724306Z [00:02:08.343]➜    [21] .bss              NOBITS           000000000067d780  0066d761
2025-08-20T20:34:21.7724714Z [00:02:08.343]➜         000000000002a518  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7725137Z [00:02:08.343]➜    [22] .noptrbss         NOBITS           00000000006a7ca0  0066d761
2025-08-20T20:34:21.7725572Z [00:02:08.343]➜         000000000001fa60  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7726003Z [00:02:08.343]➜    [23] .shstrtab         STRTAB           0000000000000000  0066d761
2025-08-20T20:34:21.7726422Z [00:02:08.343]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7726741Z [00:02:08.343]➜  Key to Flags:
2025-08-20T20:34:21.7727093Z [00:02:08.343]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7727560Z [00:02:08.343]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7728009Z [00:02:08.343]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7728380Z [00:02:08.343]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7728671Z [00:02:08.345]➜  
2025-08-20T20:34:21.7738453Z [00:02:08.346]➜  /build-bins/git-clone
2025-08-20T20:34:21.7748683Z [00:02:08.347]➜  There are 24 section headers, starting at offset 0x8a2bf8:
2025-08-20T20:34:21.7749476Z [00:02:08.347]➜  
2025-08-20T20:34:21.7749764Z [00:02:08.347]➜  Section Headers:
2025-08-20T20:34:21.7750414Z [00:02:08.347]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:34:21.7750886Z [00:02:08.347]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:34:21.7751276Z [00:02:08.347]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:34:21.7751670Z [00:02:08.347]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:34:21.7752395Z [00:02:08.347]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:34:21.7752854Z [00:02:08.347]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:34:21.7753272Z [00:02:08.347]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:34:21.7753682Z [00:02:08.347]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:34:21.7754095Z [00:02:08.347]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:34:21.7754556Z [00:02:08.347]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:34:21.7754972Z [00:02:08.347]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:34:21.7755386Z [00:02:08.347]➜         00000000000f13b0  0000000000000018   A       2     0     8
2025-08-20T20:34:21.7755797Z [00:02:08.347]➜    [ 5] .init             PROGBITS         00000000000f1660  000f1660
2025-08-20T20:34:21.7756508Z [00:02:08.347]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7756930Z [00:02:08.347]➜    [ 6] .text             PROGBITS         00000000000f1680  000f1680
2025-08-20T20:34:21.7757366Z [00:02:08.347]➜         0000000000358250  0000000000000000  AX       0     0     32
2025-08-20T20:34:21.7757793Z [00:02:08.347]➜    [ 7] .fini             PROGBITS         00000000004498d0  004498d0
2025-08-20T20:34:21.7758206Z [00:02:08.347]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:34:21.7758627Z [00:02:08.347]➜    [ 8] .rodata           PROGBITS         00000000004498e0  004498e0
2025-08-20T20:34:21.7759051Z [00:02:08.347]➜         00000000000a792c  0000000000000000   A       0     0     32
2025-08-20T20:34:21.7759477Z [00:02:08.347]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000004f120c  004f120c
2025-08-20T20:34:21.7759896Z [00:02:08.347]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T20:34:21.7760318Z [00:02:08.347]➜    [10] .eh_frame         PROGBITS         00000000004f1330  004f1330
2025-08-20T20:34:21.7760736Z [00:02:08.347]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T20:34:21.7761138Z [00:02:08.347]➜    [11] .tbss             NOBITS           0000000000500550  00500550
2025-08-20T20:34:21.7761548Z [00:02:08.347]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:34:21.7762168Z [00:02:08.347]➜    [12] .init_array       INIT_ARRAY       0000000000500550  00500550
2025-08-20T20:34:21.7762878Z [00:02:08.347]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7763408Z [00:02:08.347]➜    [13] .fini_array       FINI_ARRAY       0000000000500558  00500558
2025-08-20T20:34:21.7763832Z [00:02:08.347]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7764251Z [00:02:08.347]➜    [14] .data.rel.ro      PROGBITS         0000000000500560  00500560
2025-08-20T20:34:21.7764682Z [00:02:08.347]➜         000000000033f878  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7765107Z [00:02:08.347]➜    [15] .dynamic          DYNAMIC          000000000083fdd8  0083fdd8
2025-08-20T20:34:21.7765522Z [00:02:08.347]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:34:21.7765927Z [00:02:08.347]➜    [16] .got              PROGBITS         000000000083ff48  0083ff48
2025-08-20T20:34:21.7766338Z [00:02:08.347]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:34:21.7766751Z [00:02:08.347]➜    [17] .data             PROGBITS         0000000000840000  00840000
2025-08-20T20:34:21.7767167Z [00:02:08.347]➜         0000000000015080  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7767597Z [00:02:08.347]➜    [18] .go.buildinfo     PROGBITS         0000000000855080  00855080
2025-08-20T20:34:21.7768026Z [00:02:08.347]➜         00000000000007f0  0000000000000000  WA       0     0     16
2025-08-20T20:34:21.7768703Z [00:02:08.347]➜    [19] .go.fipsinfo      PROGBITS         0000000000855880  00855880
2025-08-20T20:34:21.7769134Z [00:02:08.347]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7769559Z [00:02:08.347]➜    [20] .noptrdata        PROGBITS         0000000000855900  00855900
2025-08-20T20:34:21.7769983Z [00:02:08.347]➜         000000000004d221  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7770395Z [00:02:08.347]➜    [21] .bss              NOBITS           00000000008a2b40  008a2b21
2025-08-20T20:34:21.7770814Z [00:02:08.347]➜         000000000002a938  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7771240Z [00:02:08.347]➜    [22] .noptrbss         NOBITS           00000000008cd480  008a2b21
2025-08-20T20:34:21.7771666Z [00:02:08.347]➜         000000000001fac0  0000000000000000  WA       0     0     32
2025-08-20T20:34:21.7772366Z [00:02:08.347]➜    [23] .shstrtab         STRTAB           0000000000000000  008a2b21
2025-08-20T20:34:21.7772812Z [00:02:08.347]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:34:21.7773132Z [00:02:08.347]➜  Key to Flags:
2025-08-20T20:34:21.7773484Z [00:02:08.347]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:34:21.7773949Z [00:02:08.347]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:34:21.7774397Z [00:02:08.347]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:34:21.7774764Z [00:02:08.347]➜    D (mbind), p (processor specific)
2025-08-20T20:34:21.7775063Z [00:02:08.349]➜  
2025-08-20T20:34:21.7785463Z [00:02:08.351]➜  /build-bins/LICENSE
2025-08-20T20:34:21.7801585Z [00:02:08.352]➜  + 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:34:21.8002124Z [00:02:08.372]➜  /build-bins/LICENSE:       ASCII text
2025-08-20T20:34:21.8426757Z [00:02:08.415]➜  /build-bins/git-checkout:  ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8427618Z [00:02:08.415]➜  /build-bins/git-clone:     ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8428385Z [00:02:08.415]➜  /build-bins/git-log:       ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8429141Z [00:02:08.415]➜  /build-bins/git-ls-remote: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8430294Z [00:02:08.415]➜  /build-bins/git-pull:      ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8431160Z [00:02:08.415]➜  /build-bins/git-tag:       ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:34:21.8435753Z [00:02:08.416]➜  + 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:34:21.8455001Z [00:02:08.418]➜  /build-bins/LICENSE:         11356 Bytes
2025-08-20T20:34:21.8455412Z [00:02:08.418]➜  /build-bins/git-checkout:         9056760 Bytes
2025-08-20T20:34:21.8455775Z [00:02:08.418]➜  /build-bins/git-clone:         9056760 Bytes
2025-08-20T20:34:21.8456120Z [00:02:08.418]➜  /build-bins/git-log:         9188248 Bytes
2025-08-20T20:34:21.8456477Z [00:02:08.418]➜  /build-bins/git-ls-remote:         8593176 Bytes
2025-08-20T20:34:21.8456862Z [00:02:08.418]➜  /build-bins/git-pull:         8991032 Bytes
2025-08-20T20:34:21.8457203Z [00:02:08.418]➜  /build-bins/git-tag:         6741560 Bytes
2025-08-20T20:34:21.8460509Z [00:02:08.418]➜  + 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:34:21.8472847Z [00:02:08.419]➜  12K	2025-08-20 20:34:21.215935778 +0000	/build-bins/LICENSE
2025-08-20T20:34:21.8474049Z [00:02:08.419]➜  8.7M	2025-08-20 20:34:21.383941558 +0000	/build-bins/git-checkout
2025-08-20T20:34:21.8474625Z [00:02:08.419]➜  8.7M	2025-08-20 20:34:21.635950229 +0000	/build-bins/git-clone
2025-08-20T20:34:21.8475150Z [00:02:08.419]➜  8.8M	2025-08-20 20:34:21.434943313 +0000	/build-bins/git-log
2025-08-20T20:34:21.8476131Z [00:02:08.419]➜  8.2M	2025-08-20 20:34:21.484945033 +0000	/build-bins/git-ls-remote
2025-08-20T20:34:21.8476628Z [00:02:08.419]➜  8.6M	2025-08-20 20:34:21.536946822 +0000	/build-bins/git-pull
2025-08-20T20:34:21.8477043Z [00:02:08.419]➜  6.5M	2025-08-20 20:34:21.584948474 +0000	/build-bins/git-tag
2025-08-20T20:34:21.8477348Z [00:02:08.420]➜  + popd
2025-08-20T20:34:22.6032375Z [00:02:09.175]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:34:22.9150130Z [00:02:09.487]➜  + '[' -s /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:34:22.9151149Z [00:02:09.487]➜  + cp -fv /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:34:22.9165010Z [00:02:09.489]➜  '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:34:22.9170904Z [00:02:09.489]➜  + find /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:34:22.9173085Z [00:02:09.490]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:34:22.9183688Z [00:02:09.491]➜  + cut -d: -f1
2025-08-20T20:34:22.9184892Z [00:02:09.491]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:22.9185426Z [00:02:09.491]➜  + xargs realpath --no-symlinks
2025-08-20T20:34:23.0716270Z [00:02:09.644]➜  sending incremental file list
2025-08-20T20:34:23.0743738Z [00:02:09.647]➜  git-checkout
2025-08-20T20:34:23.1236719Z [00:02:09.696]➜  
2025-08-20T20:34:23.1237151Z [00:02:09.696]➜  sent 9.06M bytes  received 35 bytes  18.12M bytes/sec
2025-08-20T20:34:23.1237528Z [00:02:09.696]➜  total size is 9.06M  speedup is 1.00
2025-08-20T20:34:23.1257646Z [00:02:09.698]➜  sending incremental file list
2025-08-20T20:34:23.1285486Z [00:02:09.701]➜  git-log
2025-08-20T20:34:23.1775035Z [00:02:09.750]➜  
2025-08-20T20:34:23.1775906Z [00:02:09.750]➜  sent 9.19M bytes  received 35 bytes  18.38M bytes/sec
2025-08-20T20:34:23.1776366Z [00:02:09.750]➜  total size is 9.19M  speedup is 1.00
2025-08-20T20:34:23.1795132Z [00:02:09.752]➜  sending incremental file list
2025-08-20T20:34:23.1822193Z [00:02:09.755]➜  git-ls-remote
2025-08-20T20:34:23.2306436Z [00:02:09.803]➜  
2025-08-20T20:34:23.2306870Z [00:02:09.803]➜  sent 8.60M bytes  received 35 bytes  17.19M bytes/sec
2025-08-20T20:34:23.2307237Z [00:02:09.803]➜  total size is 8.59M  speedup is 1.00
2025-08-20T20:34:23.2328147Z [00:02:09.805]➜  sending incremental file list
2025-08-20T20:34:23.2356659Z [00:02:09.808]➜  git-pull
2025-08-20T20:34:23.2845386Z [00:02:09.857]➜  
2025-08-20T20:34:23.2845857Z [00:02:09.857]➜  sent 8.99M bytes  received 35 bytes  17.99M bytes/sec
2025-08-20T20:34:23.2846265Z [00:02:09.857]➜  total size is 8.99M  speedup is 1.00
2025-08-20T20:34:23.2865795Z [00:02:09.859]➜  sending incremental file list
2025-08-20T20:34:23.2888397Z [00:02:09.861]➜  git-tag
2025-08-20T20:34:23.3357671Z [00:02:09.908]➜  
2025-08-20T20:34:23.3358142Z [00:02:09.908]➜  sent 6.74M bytes  received 35 bytes  13.49M bytes/sec
2025-08-20T20:34:23.3358515Z [00:02:09.908]➜  total size is 6.74M  speedup is 1.00
2025-08-20T20:34:23.3378534Z [00:02:09.910]➜  sending incremental file list
2025-08-20T20:34:23.3407148Z [00:02:09.913]➜  git-clone
2025-08-20T20:34:23.3896665Z [00:02:09.962]➜  
2025-08-20T20:34:23.3897045Z [00:02:09.962]➜  sent 9.06M bytes  received 35 bytes  18.12M bytes/sec
2025-08-20T20:34:23.3897419Z [00:02:09.962]➜  total size is 9.06M  speedup is 1.00
2025-08-20T20:34:23.3909665Z [00:02:09.963]➜  
2025-08-20T20:34:23.8907915Z [00:02:10.463]➜  
2025-08-20T20:34:23.9006156Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-checkout' retained as runner:runner
2025-08-20T20:34:23.9007679Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-checkout' retained as runner:runner
2025-08-20T20:34:23.9009104Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-log' retained as runner:runner
2025-08-20T20:34:23.9010069Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-ls-remote' retained as runner:runner
2025-08-20T20:34:23.9010944Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-pull' retained as runner:runner
2025-08-20T20:34:23.9011831Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:34:23.9013815Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-tag' retained as runner:runner
2025-08-20T20:34:23.9014674Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-clone' retained as runner:runner
2025-08-20T20:34:23.9015693Z [00:02:10.473]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:34:23.9016751Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:34:23.9017955Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/prune_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9019161Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/COMPATIBILITY.md' from root:root to runner:runner
2025-08-20T20:34:23.9020357Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/submodule.go' from root:root to runner:runner
2025-08-20T20:34:23.9022068Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/write.go' from root:root to runner:runner
2025-08-20T20:34:23.9023424Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/read_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9024692Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/read.go' from root:root to runner:runner
2025-08-20T20:34:23.9025952Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/write_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9027190Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary' from root:root to runner:runner
2025-08-20T20:34:23.9028410Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bufio_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9029669Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bytes_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9031199Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/zlib.go' from root:root to runner:runner
2025-08-20T20:34:23.9032604Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/zlib_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9033872Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bufio.go' from root:root to runner:runner
2025-08-20T20:34:23.9035102Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bytes.go' from root:root to runner:runner
2025-08-20T20:34:23.9036396Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync' from root:root to runner:runner
2025-08-20T20:34:23.9037632Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/blame2humantest.bash' from root:root to runner:runner
2025-08-20T20:34:23.9038925Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/revlist2humantest.bash' from root:root to runner:runner
2025-08-20T20:34:23.9040196Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/sync.go' from root:root to runner:runner
2025-08-20T20:34:23.9041437Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9042871Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/context_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9044148Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/context.go' from root:root to runner:runner
2025-08-20T20:34:23.9045615Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9046927Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil' from root:root to runner:runner
2025-08-20T20:34:23.9048132Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace/trace.go' from root:root to runner:runner
2025-08-20T20:34:23.9049395Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace/trace_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9050608Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace' from root:root to runner:runner
2025-08-20T20:34:23.9051861Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/change_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9053350Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index/node.go' from root:root to runner:runner
2025-08-20T20:34:23.9054909Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index/node_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9056210Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index' from root:root to runner:runner
2025-08-20T20:34:23.9057563Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9059017Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/new.go' from root:root to runner:runner
2025-08-20T20:34:23.9060425Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/dir.go' from root:root to runner:runner
2025-08-20T20:34:23.9061857Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/new_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9064443Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/file_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9065910Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/dir_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9067331Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/file.go' from root:root to runner:runner
2025-08-20T20:34:23.9068710Z [00:02:10.473]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder' from root:root to runner:runner
2025-08-20T20:34:23.9070078Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame/frame.go' from root:root to runner:runner
2025-08-20T20:34:23.9071771Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame/frame_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9073338Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame' from root:root to runner:runner
2025-08-20T20:34:23.9074652Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal' from root:root to runner:runner
2025-08-20T20:34:23.9075912Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9077229Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doubleiter.go' from root:root to runner:runner
2025-08-20T20:34:23.9078562Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/difftree_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9079911Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/noder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9081499Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/noder.go' from root:root to runner:runner
2025-08-20T20:34:23.9082990Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/path_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9084339Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/path.go' from root:root to runner:runner
2025-08-20T20:34:23.9085623Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder' from root:root to runner:runner
2025-08-20T20:34:23.9086907Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/difftree.go' from root:root to runner:runner
2025-08-20T20:34:23.9088186Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/iter.go' from root:root to runner:runner
2025-08-20T20:34:23.9089502Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem/node.go' from root:root to runner:runner
2025-08-20T20:34:23.9090875Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem/node_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9092304Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem' from root:root to runner:runner
2025-08-20T20:34:23.9093666Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/change.go' from root:root to runner:runner
2025-08-20T20:34:23.9094959Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/iter_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9096418Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie' from root:root to runner:runner
2025-08-20T20:34:23.9097728Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff/diff_ext_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9098979Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff/diff.go' from root:root to runner:runner
2025-08-20T20:34:23.9100155Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff' from root:root to runner:runner
2025-08-20T20:34:23.9101282Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils' from root:root to runner:runner
2025-08-20T20:34:23.9102604Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_bsd.go' from root:root to runner:runner
2025-08-20T20:34:23.9103876Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/memory.go' from root:root to runner:runner
2025-08-20T20:34:23.9105395Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/reference_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9106633Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash.go' from root:root to runner:runner
2025-08-20T20:34:23.9107929Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner.go' from root:root to runner:runner
2025-08-20T20:34:23.9109305Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_cache.go' from root:root to runner:runner
2025-08-20T20:34:23.9110690Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9112227Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_reader.go' from root:root to runner:runner
2025-08-20T20:34:23.9113692Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9115070Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9116400Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9117776Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_types.go' from root:root to runner:runner
2025-08-20T20:34:23.9119164Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/patch_delta.go' from root:root to runner:runner
2025-08-20T20:34:23.9120723Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile.go' from root:root to runner:runner
2025-08-20T20:34:23.9122361Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_selector.go' from root:root to runner:runner
2025-08-20T20:34:23.9123866Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_options.go' from root:root to runner:runner
2025-08-20T20:34:23.9125243Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/error.go' from root:root to runner:runner
2025-08-20T20:34:23.9126623Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9128036Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/patch_delta_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9129456Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_options.go' from root:root to runner:runner
2025-08-20T20:34:23.9131093Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_index.go' from root:root to runner:runner
2025-08-20T20:34:23.9132557Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/types.go' from root:root to runner:runner
2025-08-20T20:34:23.9134055Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_selector_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9135466Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/diff_delta.go' from root:root to runner:runner
2025-08-20T20:34:23.9136890Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder_advanced_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9138289Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser.go' from root:root to runner:runner
2025-08-20T20:34:23.9139669Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_options.go' from root:root to runner:runner
2025-08-20T20:34:23.9141081Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/object_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9142587Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9144027Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/fsobject.go' from root:root to runner:runner
2025-08-20T20:34:23.9145589Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9147032Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9148423Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_iter.go' from root:root to runner:runner
2025-08-20T20:34:23.9149802Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9151176Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/object_pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9152668Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile' from root:root to runner:runner
2025-08-20T20:34:23.9154065Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/matcher_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9155804Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/pattern_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9157170Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9158505Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/dir.go' from root:root to runner:runner
2025-08-20T20:34:23.9159945Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/dir_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9161328Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/pattern.go' from root:root to runner:runner
2025-08-20T20:34:23.9162897Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/matcher.go' from root:root to runner:runner
2025-08-20T20:34:23.9164226Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore' from root:root to runner:runner
2025-08-20T20:34:23.9165525Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/index.go' from root:root to runner:runner
2025-08-20T20:34:23.9166856Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/decoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9168216Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9169517Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/match.go' from root:root to runner:runner
2025-08-20T20:34:23.9171056Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/encoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9172609Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9173965Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/decoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9175302Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/index_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9176596Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index' from root:root to runner:runner
2025-08-20T20:34:23.9177943Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/matcher_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9179607Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/pattern_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9181030Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/attributes.go' from root:root to runner:runner
2025-08-20T20:34:23.9182601Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/attributes_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9184072Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/dir.go' from root:root to runner:runner
2025-08-20T20:34:23.9185457Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/dir_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9186865Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/pattern.go' from root:root to runner:runner
2025-08-20T20:34:23.9188254Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/matcher.go' from root:root to runner:runner
2025-08-20T20:34:23.9189605Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes' from root:root to runner:runner
2025-08-20T20:34:23.9190949Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/writer_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9192399Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/writer.go' from root:root to runner:runner
2025-08-20T20:34:23.9193785Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9195297Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/reader.go' from root:root to runner:runner
2025-08-20T20:34:23.9196742Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/reader_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9198155Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9199462Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile' from root:root to runner:runner
2025-08-20T20:34:23.9200793Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/fixtures_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9202245Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/format.go' from root:root to runner:runner
2025-08-20T20:34:23.9203657Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/option_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9205261Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/option.go' from root:root to runner:runner
2025-08-20T20:34:23.9206617Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/decoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9207966Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9209281Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9210611Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/section.go' from root:root to runner:runner
2025-08-20T20:34:23.9212066Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/section_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9213498Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/encoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9214866Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9216216Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9217596Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/decoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9218887Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config' from root:root to runner:runner
2025-08-20T20:34:23.9220390Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/writer_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9221856Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/writer.go' from root:root to runner:runner
2025-08-20T20:34:23.9223395Z [00:02:10.474]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/decoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9224746Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9226083Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/idxfile.go' from root:root to runner:runner
2025-08-20T20:34:23.9227450Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/idxfile_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9229056Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/encoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9230420Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9231769Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/decoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9233263Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile' from root:root to runner:runner
2025-08-20T20:34:23.9234591Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/memory.go' from root:root to runner:runner
2025-08-20T20:34:23.9236028Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/commitgraph_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9237452Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chain_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9238832Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9240196Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chain.go' from root:root to runner:runner
2025-08-20T20:34:23.9241575Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9243134Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/commitgraph.go' from root:root to runner:runner
2025-08-20T20:34:23.9244740Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chunk.go' from root:root to runner:runner
2025-08-20T20:34:23.9246189Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/file.go' from root:root to runner:runner
2025-08-20T20:34:23.9247518Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph' from root:root to runner:runner
2025-08-20T20:34:23.9248843Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/colorconfig.go' from root:root to runner:runner
2025-08-20T20:34:23.9250180Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/patch.go' from root:root to runner:runner
2025-08-20T20:34:23.9251542Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/unified_encoder_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9253896Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/unified_encoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9255543Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff' from root:root to runner:runner
2025-08-20T20:34:23.9256863Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/sync.go' from root:root to runner:runner
2025-08-20T20:34:23.9258215Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/scanner.go' from root:root to runner:runner
2025-08-20T20:34:23.9259634Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/scanner_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9261044Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_write_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9262549Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9264004Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_bench_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9265380Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/error.go' from root:root to runner:runner
2025-08-20T20:34:23.9266752Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline.go' from root:root to runner:runner
2025-08-20T20:34:23.9268114Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/error_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9269727Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_read_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9271177Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/length.go' from root:root to runner:runner
2025-08-20T20:34:23.9272804Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline' from root:root to runner:runner
2025-08-20T20:34:23.9274068Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format' from root:root to runner:runner
2025-08-20T20:34:23.9275327Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9276632Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tree_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9277966Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_path.go' from root:root to runner:runner
2025-08-20T20:34:23.9279578Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go' from root:root to runner:runner
2025-08-20T20:34:23.9280995Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9282568Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_adaptor_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9283998Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_stats_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9285345Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/signature_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9286648Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tree.go' from root:root to runner:runner
2025-08-20T20:34:23.9287937Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/rename_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9289218Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tag.go' from root:root to runner:runner
2025-08-20T20:34:23.9290504Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/difftree_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9291870Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_limit.go' from root:root to runner:runner
2025-08-20T20:34:23.9293388Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch.go' from root:root to runner:runner
2025-08-20T20:34:23.9294909Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker.go' from root:root to runner:runner
2025-08-20T20:34:23.9296313Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9297654Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_ctime.go' from root:root to runner:runner
2025-08-20T20:34:23.9299017Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs.go' from root:root to runner:runner
2025-08-20T20:34:23.9300328Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tag_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9301625Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/difftree.go' from root:root to runner:runner
2025-08-20T20:34:23.9303072Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit.go' from root:root to runner:runner
2025-08-20T20:34:23.9305160Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/object.go' from root:root to runner:runner
2025-08-20T20:34:23.9306475Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/merge_base.go' from root:root to runner:runner
2025-08-20T20:34:23.9307773Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change.go' from root:root to runner:runner
2025-08-20T20:34:23.9309055Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/blob_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9310368Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_adaptor.go' from root:root to runner:runner
2025-08-20T20:34:23.9311681Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/file_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9313196Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch_stats_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9314616Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs_filtered_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9316106Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_ctime.go' from root:root to runner:runner
2025-08-20T20:34:23.9317649Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_author_order.go' from root:root to runner:runner
2025-08-20T20:34:23.9319166Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9320793Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9322363Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode.go' from root:root to runner:runner
2025-08-20T20:34:23.9323952Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_helper.go' from root:root to runner:runner
2025-08-20T20:34:23.9325496Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_date_order.go' from root:root to runner:runner
2025-08-20T20:34:23.9327045Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_topo_order.go' from root:root to runner:runner
2025-08-20T20:34:23.9328563Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9330238Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_object.go' from root:root to runner:runner
2025-08-20T20:34:23.9331695Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_graph.go' from root:root to runner:runner
2025-08-20T20:34:23.9333210Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph' from root:root to runner:runner
2025-08-20T20:34:23.9334501Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/rename.go' from root:root to runner:runner
2025-08-20T20:34:23.9335801Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9337107Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9338410Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/signature.go' from root:root to runner:runner
2025-08-20T20:34:23.9339713Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/treenoder.go' from root:root to runner:runner
2025-08-20T20:34:23.9341026Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/merge_base_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9342596Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/file.go' from root:root to runner:runner
2025-08-20T20:34:23.9343916Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/blob.go' from root:root to runner:runner
2025-08-20T20:34:23.9345339Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object' from root:root to runner:runner
2025-08-20T20:34:23.9346687Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hasher_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9347939Z [00:02:10.475]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revision.go' from root:root to runner:runner
2025-08-20T20:34:23.9349181Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash/hash.go' from root:root to runner:runner
2025-08-20T20:34:23.9350434Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash/hash_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9351665Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash' from root:root to runner:runner
2025-08-20T20:34:23.9353067Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/tag.go' from root:root to runner:runner
2025-08-20T20:34:23.9354629Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/reference_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9355929Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/index.go' from root:root to runner:runner
2025-08-20T20:34:23.9357188Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9358447Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/shallow.go' from root:root to runner:runner
2025-08-20T20:34:23.9359781Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/object.go' from root:root to runner:runner
2025-08-20T20:34:23.9361075Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/reference.go' from root:root to runner:runner
2025-08-20T20:34:23.9362501Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9363855Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/storer.go' from root:root to runner:runner
2025-08-20T20:34:23.9365083Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer' from root:root to runner:runner
2025-08-20T20:34:23.9366294Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hasher.go' from root:root to runner:runner
2025-08-20T20:34:23.9367500Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/error.go' from root:root to runner:runner
2025-08-20T20:34:23.9368719Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9370183Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/objectid.go' from root:root to runner:runner
2025-08-20T20:34:23.9371528Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serve.go' from root:root to runner:runner
2025-08-20T20:34:23.9373030Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serve_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9374366Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9375697Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/negotiate.go' from root:root to runner:runner
2025-08-20T20:34:23.9377053Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9378621Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/receive_pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9379942Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9381299Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9382815Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9384187Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9385581Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9386881Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git' from root:root to runner:runner
2025-08-20T20:34:23.9388165Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/loader.go' from root:root to runner:runner
2025-08-20T20:34:23.9389452Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9390778Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/transport_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9392232Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/send_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9393845Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/version.go' from root:root to runner:runner
2025-08-20T20:34:23.9395210Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/service.go' from root:root to runner:runner
2025-08-20T20:34:23.9396532Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serverinfo.go' from root:root to runner:runner
2025-08-20T20:34:23.9397915Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/loader_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9399234Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/registry.go' from root:root to runner:runner
2025-08-20T20:34:23.9400578Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/dumb_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9402093Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9403696Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9405080Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9406479Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9407824Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/dumb.go' from root:root to runner:runner
2025-08-20T20:34:23.9409183Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/transport.go' from root:root to runner:runner
2025-08-20T20:34:23.9410740Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata/certs/server.crt' from root:root to runner:runner
2025-08-20T20:34:23.9412357Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata/certs/server.key' from root:root to runner:runner
2025-08-20T20:34:23.9413847Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata/certs' from root:root to runner:runner
2025-08-20T20:34:23.9415211Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata' from root:root to runner:runner
2025-08-20T20:34:23.9416569Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/proxy_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9417884Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http' from root:root to runner:runner
2025-08-20T20:34:23.9419381Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9420811Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9422297Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/push.go' from root:root to runner:runner
2025-08-20T20:34:23.9423702Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/version_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9425067Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/registry_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9426473Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/build_update_requests_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9428090Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/transport.go' from root:root to runner:runner
2025-08-20T20:34:23.9429427Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/upload_pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9430805Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/receive_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9432311Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/client.go' from root:root to runner:runner
2025-08-20T20:34:23.9433778Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9435182Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/client_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9436492Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file' from root:root to runner:runner
2025-08-20T20:34:23.9437894Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/auth_method_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9439259Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9440669Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go' from root:root to runner:runner
2025-08-20T20:34:23.9442231Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9443911Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts' from root:root to runner:runner
2025-08-20T20:34:23.9445327Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/auth_method.go' from root:root to runner:runner
2025-08-20T20:34:23.9446720Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/upload_pack_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9448102Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9449532Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/pageant_windows.go' from root:root to runner:runner
2025-08-20T20:34:23.9451011Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent_windows.go' from root:root to runner:runner
2025-08-20T20:34:23.9452568Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go' from root:root to runner:runner
2025-08-20T20:34:23.9454148Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent' from root:root to runner:runner
2025-08-20T20:34:23.9455489Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/proxy_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9456794Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh' from root:root to runner:runner
2025-08-20T20:34:23.9458109Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serverinfo_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9459538Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/mocks.go' from root:root to runner:runner
2025-08-20T20:34:23.9460835Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/fetch.go' from root:root to runner:runner
2025-08-20T20:34:23.9462197Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport' from root:root to runner:runner
2025-08-20T20:34:23.9463522Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object.go' from root:root to runner:runner
2025-08-20T20:34:23.9464793Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/object_lru.go' from root:root to runner:runner
2025-08-20T20:34:23.9466100Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/buffer_lru.go' from root:root to runner:runner
2025-08-20T20:34:23.9467380Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9468856Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/buffer_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9470220Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9471467Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache' from root:root to runner:runner
2025-08-20T20:34:23.9472924Z [00:02:10.476]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist/revlist_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9474253Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist/revlist.go' from root:root to runner:runner
2025-08-20T20:34:23.9475500Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist' from root:root to runner:runner
2025-08-20T20:34:23.9476739Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/objectid_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9478290Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/shallowupd.go' from root:root to runner:runner
2025-08-20T20:34:23.9479679Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go' from root:root to runner:runner
2025-08-20T20:34:23.9481053Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/srvresp.go' from root:root to runner:runner
2025-08-20T20:34:23.9482551Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_encode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9484045Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9485444Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9486867Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/demux_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9488286Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/demux.go' from root:root to runner:runner
2025-08-20T20:34:23.9489712Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/muxer_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9491135Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go' from root:root to runner:runner
2025-08-20T20:34:23.9492778Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband' from root:root to runner:runner
2025-08-20T20:34:23.9494224Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_encode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9495593Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq.go' from root:root to runner:runner
2025-08-20T20:34:23.9496928Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9498250Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9499611Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/srvresp_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9500965Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/filter.go' from root:root to runner:runner
2025-08-20T20:34:23.9502751Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_decode.go' from root:root to runner:runner
2025-08-20T20:34:23.9504201Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_decode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9505631Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go' from root:root to runner:runner
2025-08-20T20:34:23.9506998Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq.go' from root:root to runner:runner
2025-08-20T20:34:23.9508393Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/report_status.go' from root:root to runner:runner
2025-08-20T20:34:23.9509807Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_decode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9511223Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_encode.go' from root:root to runner:runner
2025-08-20T20:34:23.9512763Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go' from root:root to runner:runner
2025-08-20T20:34:23.9514159Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/smart_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9515550Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/gitproto_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9516910Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/packp.go' from root:root to runner:runner
2025-08-20T20:34:23.9518499Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/list_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9520085Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/capability_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9521550Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/list.go' from root:root to runner:runner
2025-08-20T20:34:23.9523133Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/capability.go' from root:root to runner:runner
2025-08-20T20:34:23.9524551Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability' from root:root to runner:runner
2025-08-20T20:34:23.9525907Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/gitproto.go' from root:root to runner:runner
2025-08-20T20:34:23.9527538Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/filter_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9528926Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9530305Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/inforefs.go' from root:root to runner:runner
2025-08-20T20:34:23.9531657Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/pushopts.go' from root:root to runner:runner
2025-08-20T20:34:23.9533174Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9534576Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/shallowupd_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9535981Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/pushopts_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9537392Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_decode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9538809Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/report_status_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9540213Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go' from root:root to runner:runner
2025-08-20T20:34:23.9541580Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/uphav.go' from root:root to runner:runner
2025-08-20T20:34:23.9543318Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs.go' from root:root to runner:runner
2025-08-20T20:34:23.9544800Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_encode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9546191Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/smart.go' from root:root to runner:runner
2025-08-20T20:34:23.9547491Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp' from root:root to runner:runner
2025-08-20T20:34:23.9548784Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/version.go' from root:root to runner:runner
2025-08-20T20:34:23.9550043Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol' from root:root to runner:runner
2025-08-20T20:34:23.9551285Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/color/color.go' from root:root to runner:runner
2025-08-20T20:34:23.9552796Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/color' from root:root to runner:runner
2025-08-20T20:34:23.9554091Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/reference.go' from root:root to runner:runner
2025-08-20T20:34:23.9555396Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode/filemode_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9556718Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode/filemode.go' from root:root to runner:runner
2025-08-20T20:34:23.9557979Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode' from root:root to runner:runner
2025-08-20T20:34:23.9559256Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9560517Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/memory_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9561707Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing' from root:root to runner:runner
2025-08-20T20:34:23.9563058Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_commit.go' from root:root to runner:runner
2025-08-20T20:34:23.9564250Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/blame.go' from root:root to runner:runner
2025-08-20T20:34:23.9565409Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/example_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9566774Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/signer_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9568081Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_plan9.go' from root:root to runner:runner
2025-08-20T20:34:23.9569274Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_js.go' from root:root to runner:runner
2025-08-20T20:34:23.9570445Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree.go' from root:root to runner:runner
2025-08-20T20:34:23.9571680Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/scanner.go' from root:root to runner:runner
2025-08-20T20:34:23.9573194Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/scanner_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9574534Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/parser_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9576044Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/token.go' from root:root to runner:runner
2025-08-20T20:34:23.9577327Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/parser.go' from root:root to runner:runner
2025-08-20T20:34:23.9578573Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision' from root:root to runner:runner
2025-08-20T20:34:23.9579830Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/repository/refs.go' from root:root to runner:runner
2025-08-20T20:34:23.9581083Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/repository' from root:root to runner:runner
2025-08-20T20:34:23.9582506Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/receive_pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9583917Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9585466Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/upload_pack.go' from root:root to runner:runner
2025-08-20T20:34:23.9586839Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test' from root:root to runner:runner
2025-08-20T20:34:23.9588086Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport' from root:root to runner:runner
2025-08-20T20:34:23.9589337Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/refs.go' from root:root to runner:runner
2025-08-20T20:34:23.9590612Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/sort.go' from root:root to runner:runner
2025-08-20T20:34:23.9591858Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference' from root:root to runner:runner
2025-08-20T20:34:23.9593256Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/trace/trace.go' from root:root to runner:runner
2025-08-20T20:34:23.9594711Z [00:02:10.477]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/trace' from root:root to runner:runner
2025-08-20T20:34:23.9595998Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/path_util/path_util.go' from root:root to runner:runner
2025-08-20T20:34:23.9597263Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/path_util' from root:root to runner:runner
2025-08-20T20:34:23.9598483Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url/url.go' from root:root to runner:runner
2025-08-20T20:34:23.9599725Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url/url_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9600940Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url' from root:root to runner:runner
2025-08-20T20:34:23.9602202Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:34:23.9603411Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/signer.go' from root:root to runner:runner
2025-08-20T20:34:23.9604615Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_unix_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9605807Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9606934Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9608063Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:34:23.9609418Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/remote_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9610631Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:34:23.9611788Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:34:23.9613139Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/options.go' from root:root to runner:runner
2025-08-20T20:34:23.9614335Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_linux.go' from root:root to runner:runner
2025-08-20T20:34:23.9615571Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/refspec_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9616794Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/config.go' from root:root to runner:runner
2025-08-20T20:34:23.9618241Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/config_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9619445Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/url.go' from root:root to runner:runner
2025-08-20T20:34:23.9620641Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/modules.go' from root:root to runner:runner
2025-08-20T20:34:23.9621846Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/refspec.go' from root:root to runner:runner
2025-08-20T20:34:23.9623216Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/branch.go' from root:root to runner:runner
2025-08-20T20:34:23.9624460Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/branch_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9625678Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/url_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9626914Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/modules_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9628085Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config' from root:root to runner:runner
2025-08-20T20:34:23.9629258Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9630462Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/options_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9631657Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/git/git.go' from root:root to runner:runner
2025-08-20T20:34:23.9633370Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/git' from root:root to runner:runner
2025-08-20T20:34:23.9634652Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/writer.go' from root:root to runner:runner
2025-08-20T20:34:23.9635902Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/http.go' from root:root to runner:runner
2025-08-20T20:34:23.9637151Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/http_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9638361Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http' from root:root to runner:runner
2025-08-20T20:34:23.9639512Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend' from root:root to runner:runner
2025-08-20T20:34:23.9640744Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/config.go' from root:root to runner:runner
2025-08-20T20:34:23.9642439Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/reference_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9643841Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/index.go' from root:root to runner:runner
2025-08-20T20:34:23.9645147Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/doc.go' from root:root to runner:runner
2025-08-20T20:34:23.9646483Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/shallow_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9647846Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/config_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9649205Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/shallow.go' from root:root to runner:runner
2025-08-20T20:34:23.9650525Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/object.go' from root:root to runner:runner
2025-08-20T20:34:23.9651861Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/reference.go' from root:root to runner:runner
2025-08-20T20:34:23.9653373Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/storage_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9654748Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9656089Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/storage.go' from root:root to runner:runner
2025-08-20T20:34:23.9657618Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/index_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9659050Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional' from root:root to runner:runner
2025-08-20T20:34:23.9660335Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/config.go' from root:root to runner:runner
2025-08-20T20:34:23.9661689Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/writers_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9663313Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/repository_filesystem_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9664805Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go' from root:root to runner:runner
2025-08-20T20:34:23.9666288Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' from root:root to runner:runner
2025-08-20T20:34:23.9667983Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/reader.go' from root:root to runner:runner
2025-08-20T20:34:23.9669368Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9670777Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go' from root:root to runner:runner
2025-08-20T20:34:23.9672284Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/writers.go' from root:root to runner:runner
2025-08-20T20:34:23.9673720Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit.go' from root:root to runner:runner
2025-08-20T20:34:23.9675033Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit' from root:root to runner:runner
2025-08-20T20:34:23.9676315Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/index.go' from root:root to runner:runner
2025-08-20T20:34:23.9677626Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object_iter.go' from root:root to runner:runner
2025-08-20T20:34:23.9678966Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/deltaobject.go' from root:root to runner:runner
2025-08-20T20:34:23.9680300Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/config_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9681805Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/shallow.go' from root:root to runner:runner
2025-08-20T20:34:23.9683298Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object.go' from root:root to runner:runner
2025-08-20T20:34:23.9684595Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/module.go' from root:root to runner:runner
2025-08-20T20:34:23.9685914Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/reference.go' from root:root to runner:runner
2025-08-20T20:34:23.9687243Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/storage_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9688640Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9689968Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/storage.go' from root:root to runner:runner
2025-08-20T20:34:23.9691425Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem' from root:root to runner:runner
2025-08-20T20:34:23.9692862Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/memory/storage.go' from root:root to runner:runner
2025-08-20T20:34:23.9694107Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/memory' from root:root to runner:runner
2025-08-20T20:34:23.9695305Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/storer.go' from root:root to runner:runner
2025-08-20T20:34:23.9696562Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/tests/storage_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9697799Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/tests' from root:root to runner:runner
2025-08-20T20:34:23.9698943Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage' from root:root to runner:runner
2025-08-20T20:34:23.9700101Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository.go' from root:root to runner:runner
2025-08-20T20:34:23.9701262Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:34:23.9702602Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T20:34:23.9703948Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/codeql.yml' from root:root to runner:runner
2025-08-20T20:34:23.9705280Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/stale-issues-bot.yaml' from root:root to runner:runner
2025-08-20T20:34:23.9706829Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/cifuzz.yml' from root:root to runner:runner
2025-08-20T20:34:23.9708161Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/git.yml' from root:root to runner:runner
2025-08-20T20:34:23.9709471Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/pr-validation.yml' from root:root to runner:runner
2025-08-20T20:34:23.9710729Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:34:23.9712067Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/dependabot.yaml' from root:root to runner:runner
2025-08-20T20:34:23.9713313Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:34:23.9714464Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/blame_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9715879Z [00:02:10.478]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:34:23.9717021Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/status.go' from root:root to runner:runner
2025-08-20T20:34:23.9718235Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_windows_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9719487Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_status.go' from root:root to runner:runner
2025-08-20T20:34:23.9720650Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:34:23.9721779Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:34:23.9723155Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:34:23.9724359Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/EXTENDING.md' from root:root to runner:runner
2025-08-20T20:34:23.9725511Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/prune.go' from root:root to runner:runner
2025-08-20T20:34:23.9726658Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/main_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9727868Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_commit_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9729073Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9730490Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/submodule_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9731729Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/remote.go' from root:root to runner:runner
2025-08-20T20:34:23.9733076Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/object_walker.go' from root:root to runner:runner
2025-08-20T20:34:23.9734261Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/transport.go' from root:root to runner:runner
2025-08-20T20:34:23.9735463Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_unix_other.go' from root:root to runner:runner
2025-08-20T20:34:23.9736683Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9737875Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:34:23.9739369Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:34:23.9740716Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:34:23.9742145Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:34:23.9743541Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:34:23.9744839Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:34:23.9746108Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:34:23.9747391Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:34:23.9748717Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:34:23.9750011Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:34:23.9751299Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:34:23.9752735Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:34:23.9754255Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:34:23.9755609Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:34:23.9756929Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:34:23.9758165Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:34:23.9759378Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:34:23.9760535Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:34:23.9762011Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.rev' from root:root to runner:runner
2025-08-20T20:34:23.9763826Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.rev' from root:root to runner:runner
2025-08-20T20:34:23.9765425Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.pack' from root:root to runner:runner
2025-08-20T20:34:23.9767022Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.idx' from root:root to runner:runner
2025-08-20T20:34:23.9768605Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.pack' from root:root to runner:runner
2025-08-20T20:34:23.9770217Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.promisor' from root:root to runner:runner
2025-08-20T20:34:23.9771839Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.promisor' from root:root to runner:runner
2025-08-20T20:34:23.9773624Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.idx' from root:root to runner:runner
2025-08-20T20:34:23.9775005Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:34:23.9776214Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:34:23.9777386Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:34:23.9778734Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:34:23.9780010Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:34:23.9781185Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:34:23.9782496Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:34:23.9783774Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:34:23.9785017Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:34:23.9786295Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:34:23.9787845Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:34:23.9789103Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:34:23.9790315Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:34:23.9791472Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:34:23.9792788Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:34:23.9793956Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:34:23.9795150Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:34:23.9796357Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:34:23.9797600Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:34:23.9798862Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:34:23.9800084Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:34:23.9801250Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:34:23.9802668Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:34:23.9803869Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/crypto.go' from root:root to runner:runner
2025-08-20T20:34:23.9805077Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/progress/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9806313Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/progress' from root:root to runner:runner
2025-08-20T20:34:23.9807579Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout-branch/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9808871Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout-branch' from root:root to runner:runner
2025-08-20T20:34:23.9810135Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9811686Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/help-long.msg.go' from root:root to runner:runner
2025-08-20T20:34:23.9813173Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/helpers.go' from root:root to runner:runner
2025-08-20T20:34:23.9814434Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base' from root:root to runner:runner
2025-08-20T20:34:23.9815654Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9816848Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag' from root:root to runner:runner
2025-08-20T20:34:23.9818072Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls-remote/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9819307Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls-remote' from root:root to runner:runner
2025-08-20T20:34:23.9820539Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9821902Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/username_password/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9823486Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/username_password' from root:root to runner:runner
2025-08-20T20:34:23.9824897Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/access_token/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9826473Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/access_token' from root:root to runner:runner
2025-08-20T20:34:23.9827853Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic' from root:root to runner:runner
2025-08-20T20:34:23.9829196Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/private_key/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9830557Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/private_key' from root:root to runner:runner
2025-08-20T20:34:23.9831918Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/ssh_agent/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9833422Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/ssh_agent' from root:root to runner:runner
2025-08-20T20:34:23.9834702Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh' from root:root to runner:runner
2025-08-20T20:34:23.9836184Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth' from root:root to runner:runner
2025-08-20T20:34:23.9837388Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone' from root:root to runner:runner
2025-08-20T20:34:23.9838599Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/log/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9839788Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/log' from root:root to runner:runner
2025-08-20T20:34:23.9841011Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/showcase/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9842343Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/showcase' from root:root to runner:runner
2025-08-20T20:34:23.9843661Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag-create-push/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9844950Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag-create-push' from root:root to runner:runner
2025-08-20T20:34:23.9846281Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/find-if-any-tag-point-head/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9847648Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/find-if-any-tag-point-head' from root:root to runner:runner
2025-08-20T20:34:23.9848945Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9850401Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout' from root:root to runner:runner
2025-08-20T20:34:23.9851696Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/pull/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9853087Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/pull' from root:root to runner:runner
2025-08-20T20:34:23.9854305Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/common.go' from root:root to runner:runner
2025-08-20T20:34:23.9855510Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/README.md' from root:root to runner:runner
2025-08-20T20:34:23.9856772Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/branch/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9857991Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/branch' from root:root to runner:runner
2025-08-20T20:34:23.9859513Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/revision/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9860749Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/revision' from root:root to runner:runner
2025-08-20T20:34:23.9862139Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/performance/clone/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9863528Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/performance/clone' from root:root to runner:runner
2025-08-20T20:34:23.9864782Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/performance' from root:root to runner:runner
2025-08-20T20:34:23.9866031Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/config/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9867238Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/config' from root:root to runner:runner
2025-08-20T20:34:23.9868474Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/storage/README.md' from root:root to runner:runner
2025-08-20T20:34:23.9869707Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/storage' from root:root to runner:runner
2025-08-20T20:34:23.9870944Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/context/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9872279Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/context' from root:root to runner:runner
2025-08-20T20:34:23.9873568Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sha256/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9874993Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sha256' from root:root to runner:runner
2025-08-20T20:34:23.9876303Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/custom_http/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9877559Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/custom_http' from root:root to runner:runner
2025-08-20T20:34:23.9878799Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/remotes/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9880027Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/remotes' from root:root to runner:runner
2025-08-20T20:34:23.9881251Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/memory/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9882642Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/memory' from root:root to runner:runner
2025-08-20T20:34:23.9884093Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/common_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9885338Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/blame/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9886552Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/blame' from root:root to runner:runner
2025-08-20T20:34:23.9887756Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9888947Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls' from root:root to runner:runner
2025-08-20T20:34:23.9890151Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/commit/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9891361Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/commit' from root:root to runner:runner
2025-08-20T20:34:23.9892784Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sparse-checkout/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9894083Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sparse-checkout' from root:root to runner:runner
2025-08-20T20:34:23.9895337Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/open/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9896548Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/open' from root:root to runner:runner
2025-08-20T20:34:23.9897976Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/restore/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9899305Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/restore' from root:root to runner:runner
2025-08-20T20:34:23.9900553Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/submodule/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9901804Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/submodule' from root:root to runner:runner
2025-08-20T20:34:23.9903401Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/push/main.go' from root:root to runner:runner
2025-08-20T20:34:23.9904609Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/push' from root:root to runner:runner
2025-08-20T20:34:23.9905767Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples' from root:root to runner:runner
2025-08-20T20:34:23.9907272Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_windows.go' from root:root to runner:runner
2025-08-20T20:34:23.9908504Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_status_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9909755Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_plan9_test.go' from root:root to runner:runner
2025-08-20T20:34:23.9910918Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO' from root:root to runner:runner
2025-08-20T20:34:23.9912073Z [00:02:10.480]➜  changed ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q' from root:root to runner:runner
2025-08-20T20:34:23.9913048Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:34:23.9913838Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:34:23.9914602Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-log' retained as runner:runner
2025-08-20T20:34:23.9915383Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.version' retained as runner:runner
2025-08-20T20:34:23.9916180Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-ls-remote' retained as runner:runner
2025-08-20T20:34:23.9916949Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-pull' retained as runner:runner
2025-08-20T20:34:23.9917692Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:34:23.9918441Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-tag' retained as runner:runner
2025-08-20T20:34:23.9919252Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.static.version' retained as runner:runner
2025-08-20T20:34:23.9920062Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-clone' retained as runner:runner
2025-08-20T20:34:23.9921038Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:34:23.9921820Z [00:02:10.480]➜  ownership of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:34:23.9922705Z [00:02:10.488]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-checkout' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9923530Z [00:02:10.494]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-checkout' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9924359Z [00:02:10.501]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-log' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9925191Z [00:02:10.507]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-ls-remote' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9926023Z [00:02:10.512]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-pull' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9927004Z [00:02:10.519]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9927900Z [00:02:10.525]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9928714Z [00:02:10.531]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/git-clone' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9929840Z [00:02:10.537]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9930933Z [00:02:10.543]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9932276Z [00:02:10.549]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/prune_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9933550Z [00:02:10.554]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/COMPATIBILITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9934756Z [00:02:10.560]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/submodule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:23.9944721Z [00:02:10.567]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0004418Z [00:02:10.573]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/read_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0068221Z [00:02:10.579]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0130033Z [00:02:10.585]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/binary/write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0193925Z [00:02:10.592]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bufio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0258809Z [00:02:10.598]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bytes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0321146Z [00:02:10.604]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/zlib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0382870Z [00:02:10.610]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/zlib_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0444291Z [00:02:10.617]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bufio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0510109Z [00:02:10.623]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/sync/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0575387Z [00:02:10.630]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/blame2humantest.bash' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0638673Z [00:02:10.636]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/revlist2humantest.bash' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0702891Z [00:02:10.642]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0765156Z [00:02:10.649]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0823589Z [00:02:10.655]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0890161Z [00:02:10.661]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.0953457Z [00:02:10.667]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/ioutil/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1013905Z [00:02:10.674]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1074957Z [00:02:10.680]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/trace/trace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1138061Z [00:02:10.686]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/change_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1200161Z [00:02:10.692]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1260095Z [00:02:10.698]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/index/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1324748Z [00:02:10.705]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1386966Z [00:02:10.711]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/new.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1451233Z [00:02:10.717]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1513535Z [00:02:10.724]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/new_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1575139Z [00:02:10.730]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1664137Z [00:02:10.739]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1726368Z [00:02:10.745]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/fsnoder/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1793181Z [00:02:10.751]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame/frame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1854287Z [00:02:10.758]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/internal/frame/frame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1916549Z [00:02:10.764]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.1977759Z [00:02:10.770]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/doubleiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2039427Z [00:02:10.776]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/difftree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2101608Z [00:02:10.782]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/noder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2162215Z [00:02:10.788]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/noder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2225447Z [00:02:10.795]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/path_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2288765Z [00:02:10.801]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/noder/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2351277Z [00:02:10.807]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2412947Z [00:02:10.814]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2479808Z [00:02:10.820]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2545877Z [00:02:10.827]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/filesystem/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2607432Z [00:02:10.833]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2668998Z [00:02:10.839]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/merkletrie/iter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2732483Z [00:02:10.845]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff/diff_ext_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2793410Z [00:02:10.852]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/utils/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2852747Z [00:02:10.858]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2915965Z [00:02:10.864]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.2977133Z [00:02:10.870]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3036514Z [00:02:10.876]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3099997Z [00:02:10.882]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3161777Z [00:02:10.888]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3227721Z [00:02:10.895]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3292255Z [00:02:10.901]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3355779Z [00:02:10.908]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3416928Z [00:02:10.914]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3477793Z [00:02:10.920]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3537666Z [00:02:10.926]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3601914Z [00:02:10.932]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/patch_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3669097Z [00:02:10.939]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3729168Z [00:02:10.945]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3791414Z [00:02:10.951]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/scanner_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3854638Z [00:02:10.958]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3915753Z [00:02:10.964]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.3976526Z [00:02:10.970]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/patch_delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4036590Z [00:02:10.976]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4097685Z [00:02:10.982]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4159266Z [00:02:10.988]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4221175Z [00:02:10.994]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_selector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4282107Z [00:02:11.000]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/diff_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4341917Z [00:02:11.006]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder_advanced_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4402492Z [00:02:11.012]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4463011Z [00:02:11.018]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/parser_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4527295Z [00:02:11.025]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/object_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4587710Z [00:02:11.031]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4645445Z [00:02:11.037]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/fsobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4707088Z [00:02:11.043]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4764892Z [00:02:11.049]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4823291Z [00:02:11.055]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/packfile_iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4885030Z [00:02:11.061]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.4946983Z [00:02:11.067]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/packfile/object_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5010390Z [00:02:11.073]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/matcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5073844Z [00:02:11.079]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/pattern_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5133228Z [00:02:11.085]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5191286Z [00:02:11.091]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5251116Z [00:02:11.097]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5311074Z [00:02:11.103]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/pattern.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5373113Z [00:02:11.109]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitignore/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5432237Z [00:02:11.115]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5495716Z [00:02:11.122]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5554768Z [00:02:11.128]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5613656Z [00:02:11.134]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5671414Z [00:02:11.139]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5733447Z [00:02:11.146]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5793577Z [00:02:11.151]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5854199Z [00:02:11.158]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/index/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5918022Z [00:02:11.164]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/matcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.5977240Z [00:02:11.170]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/pattern_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6035615Z [00:02:11.176]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/attributes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6096905Z [00:02:11.182]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/attributes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6160571Z [00:02:11.188]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6221255Z [00:02:11.194]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6279907Z [00:02:11.200]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/pattern.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6340506Z [00:02:11.206]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/gitattributes/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6401467Z [00:02:11.212]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6462251Z [00:02:11.218]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6522493Z [00:02:11.224]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6587426Z [00:02:11.231]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6650305Z [00:02:11.237]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/reader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6713199Z [00:02:11.243]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/objfile/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6776133Z [00:02:11.250]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/fixtures_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6836711Z [00:02:11.256]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6900024Z [00:02:11.262]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/option_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.6962263Z [00:02:11.268]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7022811Z [00:02:11.275]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7083452Z [00:02:11.281]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7144338Z [00:02:11.287]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7208587Z [00:02:11.293]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/section.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7271223Z [00:02:11.299]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/section_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7332839Z [00:02:11.306]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7395343Z [00:02:11.312]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7454735Z [00:02:11.318]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7514838Z [00:02:11.324]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/config/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7573334Z [00:02:11.330]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7633706Z [00:02:11.335]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7691280Z [00:02:11.341]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/decoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7752936Z [00:02:11.348]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7813772Z [00:02:11.354]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/idxfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7876928Z [00:02:11.360]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/idxfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7937919Z [00:02:11.366]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.7997258Z [00:02:11.372]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8055894Z [00:02:11.378]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/idxfile/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8116259Z [00:02:11.384]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8174732Z [00:02:11.390]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/commitgraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8236330Z [00:02:11.396]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8295924Z [00:02:11.402]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8353942Z [00:02:11.408]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8412125Z [00:02:11.413]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8473174Z [00:02:11.420]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/commitgraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8534039Z [00:02:11.426]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/chunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8598762Z [00:02:11.432]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/commitgraph/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8660885Z [00:02:11.438]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/colorconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8722204Z [00:02:11.444]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8782272Z [00:02:11.450]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/unified_encoder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8848199Z [00:02:11.457]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/diff/unified_encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8913120Z [00:02:11.464]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.8977207Z [00:02:11.470]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9039953Z [00:02:11.476]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9103124Z [00:02:11.482]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9166073Z [00:02:11.489]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9229375Z [00:02:11.495]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9293205Z [00:02:11.502]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9356106Z [00:02:11.508]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9418213Z [00:02:11.514]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/error_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9480147Z [00:02:11.520]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/pktline_read_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9545270Z [00:02:11.527]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/format/pktline/length.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9605830Z [00:02:11.533]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9668342Z [00:02:11.539]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9730698Z [00:02:11.545]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9792242Z [00:02:11.551]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs_filtered.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9852969Z [00:02:11.557]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9916710Z [00:02:11.564]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_adaptor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:24.9977252Z [00:02:11.570]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0039551Z [00:02:11.576]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/signature_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0102403Z [00:02:11.582]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0159918Z [00:02:11.588]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/rename_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0219653Z [00:02:11.594]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0281872Z [00:02:11.600]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/difftree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0343182Z [00:02:11.607]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_limit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0406245Z [00:02:11.613]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0468655Z [00:02:11.619]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0529417Z [00:02:11.625]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0592020Z [00:02:11.631]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_ctime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0656512Z [00:02:11.638]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0719675Z [00:02:11.644]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/tag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0782728Z [00:02:11.650]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0845963Z [00:02:11.657]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0906128Z [00:02:11.663]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.0968337Z [00:02:11.669]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/merge_base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1029973Z [00:02:11.675]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1093191Z [00:02:11.682]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/blob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1155201Z [00:02:11.688]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/change_adaptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1215691Z [00:02:11.694]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1275700Z [00:02:11.700]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/patch_stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1336285Z [00:02:11.706]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_walker_bfs_filtered_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1397693Z [00:02:11.712]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_ctime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1458892Z [00:02:11.718]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_author_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1520094Z [00:02:11.724]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1579945Z [00:02:11.730]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1640717Z [00:02:11.736]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1702578Z [00:02:11.742]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1765283Z [00:02:11.749]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_date_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1823419Z [00:02:11.755]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_topo_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1885601Z [00:02:11.761]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_walker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.1947280Z [00:02:11.767]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2010823Z [00:02:11.773]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commitgraph/commitnode_graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2072686Z [00:02:11.779]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2137154Z [00:02:11.786]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2200368Z [00:02:11.792]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2262719Z [00:02:11.798]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2322857Z [00:02:11.805]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/treenoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2381759Z [00:02:11.810]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/merge_base_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2440713Z [00:02:11.816]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2501005Z [00:02:11.822]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object/blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2562394Z [00:02:11.828]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hasher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2623085Z [00:02:11.834]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revision.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2685795Z [00:02:11.841]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2744877Z [00:02:11.847]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash/hash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2806109Z [00:02:11.853]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2870298Z [00:02:11.859]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2931644Z [00:02:11.865]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.2993027Z [00:02:11.871]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3053497Z [00:02:11.878]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3113228Z [00:02:11.884]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3175515Z [00:02:11.890]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3236350Z [00:02:11.896]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3297705Z [00:02:11.902]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/storer/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3358209Z [00:02:11.908]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hasher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3419863Z [00:02:11.914]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3478861Z [00:02:11.920]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/hash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3541039Z [00:02:11.926]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/objectid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3602923Z [00:02:11.932]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3664973Z [00:02:11.939]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3728448Z [00:02:11.945]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3792461Z [00:02:11.951]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/negotiate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3853550Z [00:02:11.958]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3914455Z [00:02:11.964]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/receive_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.3974657Z [00:02:11.970]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4033792Z [00:02:11.976]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4092980Z [00:02:11.982]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4154072Z [00:02:11.988]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4220063Z [00:02:11.994]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/git/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4277045Z [00:02:12.000]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4338348Z [00:02:12.006]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4402165Z [00:02:12.012]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/transport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4464091Z [00:02:12.019]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/send_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4523929Z [00:02:12.025]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4584417Z [00:02:12.031]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4646048Z [00:02:12.037]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serverinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4705714Z [00:02:12.043]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4767782Z [00:02:12.049]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4832398Z [00:02:12.055]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/dumb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4895701Z [00:02:12.062]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.4955441Z [00:02:12.068]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5018447Z [00:02:12.074]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5080844Z [00:02:12.080]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5142965Z [00:02:12.086]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/dumb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5202899Z [00:02:12.092]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5266081Z [00:02:12.099]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata/certs/server.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5329784Z [00:02:12.105]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/testdata/certs/server.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5391785Z [00:02:12.111]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/http/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5455599Z [00:02:12.118]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5518801Z [00:02:12.124]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5579973Z [00:02:12.130]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5640456Z [00:02:12.136]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5700772Z [00:02:12.142]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/registry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5759727Z [00:02:12.148]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/build_update_requests_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5820173Z [00:02:12.154]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5881719Z [00:02:12.160]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/upload_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.5946039Z [00:02:12.167]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/receive_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6006765Z [00:02:12.173]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6068442Z [00:02:12.179]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6130710Z [00:02:12.185]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/file/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6192234Z [00:02:12.191]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/auth_method_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6254253Z [00:02:12.198]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6318229Z [00:02:12.204]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6383027Z [00:02:12.210]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/knownhosts/knownhosts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6448267Z [00:02:12.217]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/auth_method.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6509519Z [00:02:12.223]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/upload_pack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6568158Z [00:02:12.229]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6627843Z [00:02:12.235]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/pageant_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6687555Z [00:02:12.241]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6748680Z [00:02:12.247]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/sshagent/sshagent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6808197Z [00:02:12.253]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/ssh/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6869344Z [00:02:12.259]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/serverinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6929988Z [00:02:12.265]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.6991293Z [00:02:12.271]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/transport/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7052581Z [00:02:12.277]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7115007Z [00:02:12.284]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/object_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7172770Z [00:02:12.290]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/buffer_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7229979Z [00:02:12.295]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7288133Z [00:02:12.301]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7346707Z [00:02:12.307]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/cache/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7409845Z [00:02:12.313]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist/revlist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7471640Z [00:02:12.319]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/revlist/revlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7531817Z [00:02:12.325]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/objectid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7593350Z [00:02:12.332]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/shallowupd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7655819Z [00:02:12.338]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7718007Z [00:02:12.344]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/srvresp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7781507Z [00:02:12.350]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7842329Z [00:02:12.356]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7901896Z [00:02:12.362]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.7964285Z [00:02:12.369]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/demux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8024888Z [00:02:12.375]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/demux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8086547Z [00:02:12.381]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/muxer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8150080Z [00:02:12.387]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/sideband/muxer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8213120Z [00:02:12.393]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8277561Z [00:02:12.400]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8340584Z [00:02:12.406]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8402604Z [00:02:12.412]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8463753Z [00:02:12.419]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/srvresp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8525375Z [00:02:12.425]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8584940Z [00:02:12.431]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8648056Z [00:02:12.437]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8711680Z [00:02:12.443]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8771462Z [00:02:12.449]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8831666Z [00:02:12.455]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/report_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8894227Z [00:02:12.462]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.8957652Z [00:02:12.468]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/updreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9019659Z [00:02:12.474]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9082384Z [00:02:12.480]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/smart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9145061Z [00:02:12.487]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/gitproto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9206719Z [00:02:12.493]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/packp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9271033Z [00:02:12.499]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9334007Z [00:02:12.506]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/capability_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9394231Z [00:02:12.512]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9454787Z [00:02:12.518]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/capability/capability.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9518330Z [00:02:12.524]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/gitproto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9583930Z [00:02:12.530]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9638117Z [00:02:12.536]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9698029Z [00:02:12.542]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/inforefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9762324Z [00:02:12.548]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/pushopts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9825649Z [00:02:12.555]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9887216Z [00:02:12.561]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/shallowupd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:25.9948353Z [00:02:12.567]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/pushopts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0010408Z [00:02:12.573]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_decode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0073528Z [00:02:12.580]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/report_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0135548Z [00:02:12.586]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/ulreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0196074Z [00:02:12.592]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/uphav.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0256022Z [00:02:12.598]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0318798Z [00:02:12.604]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/advrefs_encode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0383301Z [00:02:12.610]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/packp/smart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0448149Z [00:02:12.617]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/protocol/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0509674Z [00:02:12.623]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/color/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0569753Z [00:02:12.629]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0631066Z [00:02:12.635]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode/filemode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0690538Z [00:02:12.641]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/filemode/filemode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0750355Z [00:02:12.647]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0809966Z [00:02:12.653]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/plumbing/memory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0872299Z [00:02:12.659]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0934946Z [00:02:12.666]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/blame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.0999241Z [00:02:12.672]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1061044Z [00:02:12.678]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/signer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1122613Z [00:02:12.684]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1185959Z [00:02:12.691]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1248933Z [00:02:12.697]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1312960Z [00:02:12.703]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1375911Z [00:02:12.710]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/scanner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1439914Z [00:02:12.716]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1506581Z [00:02:12.723]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1572984Z [00:02:12.729]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/revision/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1637790Z [00:02:12.736]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/repository/refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1699479Z [00:02:12.742]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/receive_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1760169Z [00:02:12.748]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1819056Z [00:02:12.754]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/transport/test/upload_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1879954Z [00:02:12.760]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1939272Z [00:02:12.766]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/reference/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.1999504Z [00:02:12.772]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2058098Z [00:02:12.778]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/path_util/path_util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2117965Z [00:02:12.784]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2179829Z [00:02:12.790]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/internal/url/url_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2243389Z [00:02:12.797]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2305235Z [00:02:12.803]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2366860Z [00:02:12.809]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2430182Z [00:02:12.815]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2497448Z [00:02:12.822]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2559578Z [00:02:12.828]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2623343Z [00:02:12.835]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2685177Z [00:02:12.841]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2748366Z [00:02:12.847]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2808897Z [00:02:12.853]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2869320Z [00:02:12.859]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/refspec_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2931368Z [00:02:12.865]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.2992913Z [00:02:12.871]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3055166Z [00:02:12.878]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3113759Z [00:02:12.884]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/modules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3174981Z [00:02:12.890]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/refspec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3236662Z [00:02:12.896]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3296586Z [00:02:12.902]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/branch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3356753Z [00:02:12.908]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/url_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3417422Z [00:02:12.914]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/config/modules_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3478286Z [00:02:12.920]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3537550Z [00:02:12.926]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3594635Z [00:02:12.932]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3652366Z [00:02:12.937]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3711092Z [00:02:12.943]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3768284Z [00:02:12.949]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/backend/http/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3830148Z [00:02:12.955]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3891429Z [00:02:12.961]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.3950486Z [00:02:12.967]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4009124Z [00:02:12.973]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4067659Z [00:02:12.979]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/shallow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4126625Z [00:02:12.985]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4185768Z [00:02:12.991]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4243649Z [00:02:12.997]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4300719Z [00:02:13.002]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4358635Z [00:02:13.008]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4417217Z [00:02:13.014]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4476958Z [00:02:13.020]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4537224Z [00:02:13.026]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/transactional/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4596277Z [00:02:13.032]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4656019Z [00:02:13.038]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/writers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4718863Z [00:02:13.044]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/repository_filesystem_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4778162Z [00:02:13.050]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/repository_filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4839683Z [00:02:13.056]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4901587Z [00:02:13.062]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.4962085Z [00:02:13.068]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5023807Z [00:02:13.075]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit_setref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5082351Z [00:02:13.080]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/writers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5140479Z [00:02:13.086]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/dotgit/dotgit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5199528Z [00:02:13.092]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5258447Z [00:02:13.098]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object_iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5319044Z [00:02:13.104]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/deltaobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5378101Z [00:02:13.110]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5437183Z [00:02:13.116]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5495054Z [00:02:13.122]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5556100Z [00:02:13.128]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/module.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5618901Z [00:02:13.134]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5680875Z [00:02:13.140]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5739718Z [00:02:13.146]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/object_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5800092Z [00:02:13.152]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/filesystem/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5860661Z [00:02:13.158]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/memory/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5922173Z [00:02:13.164]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.5982740Z [00:02:13.170]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/storage/tests/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6045073Z [00:02:13.177]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6108393Z [00:02:13.183]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6170418Z [00:02:13.189]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6233740Z [00:02:13.196]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/codeql.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6295770Z [00:02:13.202]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/stale-issues-bot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6358625Z [00:02:13.208]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/cifuzz.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6424619Z [00:02:13.215]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/git.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6487423Z [00:02:13.221]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/workflows/pr-validation.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6548555Z [00:02:13.227]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.github/dependabot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6608689Z [00:02:13.233]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/blame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6668423Z [00:02:13.239]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6731785Z [00:02:13.245]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6795835Z [00:02:13.252]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6860277Z [00:02:13.258]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6927106Z [00:02:13.265]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.6993253Z [00:02:13.271]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7058574Z [00:02:13.278]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7120798Z [00:02:13.284]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/EXTENDING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7182744Z [00:02:13.290]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/prune.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7246276Z [00:02:13.297]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7310454Z [00:02:13.303]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7374479Z [00:02:13.310]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7436513Z [00:02:13.316]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/submodule_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7498917Z [00:02:13.322]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7561699Z [00:02:13.328]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/object_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7621492Z [00:02:13.334]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7683629Z [00:02:13.341]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7746062Z [00:02:13.347]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7808848Z [00:02:13.353]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7872421Z [00:02:13.359]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7935033Z [00:02:13.366]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.7994864Z [00:02:13.372]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8053903Z [00:02:13.378]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8116763Z [00:02:13.384]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8178709Z [00:02:13.390]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8243142Z [00:02:13.396]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8307340Z [00:02:13.403]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8370292Z [00:02:13.409]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8431268Z [00:02:13.415]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8494959Z [00:02:13.422]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8557075Z [00:02:13.428]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8618672Z [00:02:13.434]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8681189Z [00:02:13.440]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8744074Z [00:02:13.447]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8803452Z [00:02:13.453]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8862120Z [00:02:13.458]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8921588Z [00:02:13.464]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.8988421Z [00:02:13.471]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9052619Z [00:02:13.477]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9114765Z [00:02:13.484]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9177376Z [00:02:13.490]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9239264Z [00:02:13.496]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9d3d7986342469b12780c129274871a0525389e6.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9303715Z [00:02:13.503]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/objects/pack/pack-9ebb25f4e0853534ead41c4386f294232e059d27.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9367623Z [00:02:13.509]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9430514Z [00:02:13.515]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9492400Z [00:02:13.521]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9554962Z [00:02:13.528]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9623592Z [00:02:13.535]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9686160Z [00:02:13.541]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9749746Z [00:02:13.547]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9814184Z [00:02:13.554]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9878217Z [00:02:13.560]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/crypto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:26.9941172Z [00:02:13.566]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/progress/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0006073Z [00:02:13.573]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout-branch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0070387Z [00:02:13.579]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0131833Z [00:02:13.585]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/help-long.msg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0192963Z [00:02:13.591]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/merge_base/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0255550Z [00:02:13.598]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0317432Z [00:02:13.604]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls-remote/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0379346Z [00:02:13.610]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0444045Z [00:02:13.616]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/username_password/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0507015Z [00:02:13.623]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/basic/access_token/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0570167Z [00:02:13.629]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/private_key/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0633254Z [00:02:13.636]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/clone/auth/ssh/ssh_agent/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0696352Z [00:02:13.642]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/log/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0758259Z [00:02:13.648]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/showcase/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0818894Z [00:02:13.654]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/tag-create-push/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0881766Z [00:02:13.660]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/find-if-any-tag-point-head/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.0943880Z [00:02:13.667]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/checkout/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1007027Z [00:02:13.673]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/pull/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1070692Z [00:02:13.679]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1132046Z [00:02:13.685]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1195800Z [00:02:13.692]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/branch/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1257042Z [00:02:13.698]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/revision/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1320783Z [00:02:13.704]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/performance/clone/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1382446Z [00:02:13.710]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/config/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1444752Z [00:02:13.717]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/storage/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1507030Z [00:02:13.723]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/context/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1567450Z [00:02:13.729]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sha256/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1629418Z [00:02:13.735]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/custom_http/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1692087Z [00:02:13.741]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/remotes/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1756157Z [00:02:13.748]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/memory/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1819408Z [00:02:13.754]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1885111Z [00:02:13.761]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/blame/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.1948860Z [00:02:13.767]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/ls/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2011863Z [00:02:13.773]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/commit/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2078722Z [00:02:13.780]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/sparse-checkout/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2143279Z [00:02:13.787]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/open/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2207679Z [00:02:13.793]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/restore/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2274795Z [00:02:13.800]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/submodule/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2338298Z [00:02:13.806]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/_examples/push/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2399746Z [00:02:13.812]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2460614Z [00:02:13.818]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/worktree_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2522575Z [00:02:13.824]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.fZNwkMd09Q/TEMPREPO/repository_plan9_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2582636Z [00:02:13.830]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-log' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2642809Z [00:02:13.837]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2701649Z [00:02:13.842]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-ls-remote' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2761799Z [00:02:13.848]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-pull' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2821737Z [00:02:13.854]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2884694Z [00:02:13.861]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-tag' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:27.2945611Z [00:02:13.867]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.3008376Z [00:02:13.873]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/git-clone' retained as 0755 (rwxr-xr-x)
2025-08-20T20:34:27.3070126Z [00:02:13.879]➜  mode of '/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:34:27.3969314Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:34:27.3970138Z [00:02:13.969]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:34:28.2867785Z 
2025-08-20T20:34:28.2868474Z [+] Sanitizing /tmp/pkgforge/H5mY1zO7G_SBUILD/BUILD.log ==> /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/go-git.static.log
2025-08-20T20:34:31.7527260Z 
2025-08-20T20:34:31.7528159Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/go-git/official]
2025-08-20T20:34:31.7528665Z [+] LOGS (Build Dir): /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:31.7528927Z 
2025-08-20T20:34:31.8297357Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:34:32.4699131Z ./BUILD_ARTIFACTS.tar : 38.50%   (   106 MiB =>   40.8 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:34:32.4886475Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:34:32.4932376Z 
2025-08-20T20:34:32.4933221Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml :: 00(Hr):02(Min):19(Sec)
2025-08-20T20:34:32.4933874Z 
2025-08-20T20:34:32.4949142Z 
2025-08-20T20:34:32.4949543Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:34:32 PM) UTC
2025-08-20T20:34:32.4949810Z 
2025-08-20T20:34:32.9011150Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:34:32.9058719Z ##[group]Run ##Presets
2025-08-20T20:34:32.9059060Z [36;1m##Presets[0m
2025-08-20T20:34:32.9059239Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:32.9059426Z [36;1m#-------------#[0m
2025-08-20T20:34:32.9059605Z [36;1m##Debug?[0m
2025-08-20T20:34:32.9059819Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:32.9060081Z [36;1m  set -x[0m
2025-08-20T20:34:32.9060242Z [36;1mfi[0m
2025-08-20T20:34:32.9060394Z [36;1m#-------------#[0m
2025-08-20T20:34:32.9060572Z [36;1m##Set ENV[0m
2025-08-20T20:34:32.9060784Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:34:32.9061180Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:34:32.9061565Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:34:32.9062902Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-"[0m
2025-08-20T20:34:32.9063397Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:34:32.9063776Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:32.9064206Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:32.9064526Z [36;1m fi[0m
2025-08-20T20:34:32.9064680Z [36;1m##Push[0m
2025-08-20T20:34:32.9064886Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:34:32.9065143Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:34:32.9065489Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:34:32.9065942Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:34:32.9066683Z [36;1m     ls -sh "/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:34:32.9067000Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:34:32.9067193Z [36;1m       {[0m
2025-08-20T20:34:32.9067369Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:34:32.9067689Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:34:32.9068113Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:34:32.9068525Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:34:32.9068932Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:34:32.9069325Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:34:32.9069693Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:34:32.9070068Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:34:32.9070437Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:34:32.9070807Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:34:32.9071190Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:34:32.9071644Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:34:32.9072301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:34:32.9072736Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:34:32.9073144Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:34:32.9073552Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:34:32.9073991Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-go-git")[0m
2025-08-20T20:34:32.9074428Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:34:32.9075121Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:34:32.9075557Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:34:32.9075947Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:34:32.9076426Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:34:32.9076841Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:34:32.9077074Z [36;1m         #Check[0m
2025-08-20T20:34:32.9077599Z [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:34:32.9078283Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:34:32.9078614Z [36;1m            break[0m
2025-08-20T20:34:32.9078803Z [36;1m          else[0m
2025-08-20T20:34:32.9079187Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:34:32.9079600Z [36;1m          fi[0m
2025-08-20T20:34:32.9079803Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:34:32.9080041Z [36;1m        done[0m
2025-08-20T20:34:32.9080206Z [36;1m       }[0m
2025-08-20T20:34:32.9080386Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:34:32.9080614Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:34:32.9081152Z [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:34:32.9082190Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:32.9082583Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:34:32.9082825Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:34:32.9083377Z [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:34:32.9084058Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:34:32.9084554Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:32.9084932Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:34:32.9085150Z [36;1m           fi[0m
2025-08-20T20:34:32.9085323Z [36;1m       fi[0m
2025-08-20T20:34:32.9085489Z [36;1m   fi[0m
2025-08-20T20:34:32.9085654Z [36;1m fi[0m
2025-08-20T20:34:32.9085822Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:34:32.9163889Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:32.9164120Z env:
2025-08-20T20:34:32.9164281Z   CROSS_COMPILING: NO
2025-08-20T20:34:32.9164478Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:32.9164709Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:32.9164908Z   ON_QEMU: NO
2025-08-20T20:34:32.9165062Z   DEBUG: 0
2025-08-20T20:34:32.9165225Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:32.9165440Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:32.9165704Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:32.9165982Z   KEEP_LOGS: YES
2025-08-20T20:34:32.9166155Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:32.9166343Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:32.9166544Z   SBUILD_REBUILD: false
2025-08-20T20:34:32.9167044Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:32.9167619Z   BUILD_SYS: docker://go
2025-08-20T20:34:32.9167810Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:32.9167990Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:32.9168164Z   SYSTMP: /tmp
2025-08-20T20:34:32.9168323Z   GHA_MODE: MATRIX
2025-08-20T20:34:32.9169005Z   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:34:32.9169512Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:32.9169814Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:32.9170179Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:32.9170637Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:32.9170995Z   PKG_TYPE: static
2025-08-20T20:34:32.9171172Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:32.9171362Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:32.9172319Z   GHCR_TOKEN: ***
2025-08-20T20:34:32.9172623Z   GITHUB_TOKEN: ***
2025-08-20T20:34:32.9172844Z   GITLAB_TOKEN: ***
2025-08-20T20:34:32.9173930Z   MINISIGN_KEY: ***
2025-08-20T20:34:32.9174101Z ##[endgroup]
2025-08-20T20:34:32.9247560Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:34:32.9256598Z 41M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:34:32.9267853Z total 51M
2025-08-20T20:34:32.9268435Z 4.0K CHECKSUM
2025-08-20T20:34:32.9268637Z 4.0K CHECKSUM.sig
2025-08-20T20:34:32.9274457Z  12K LICENSE
2025-08-20T20:34:32.9274670Z 4.0K LICENSE.sig
2025-08-20T20:34:32.9274836Z 8.0K SBUILD
2025-08-20T20:34:32.9274985Z 4.0K SBUILD.sig
2025-08-20T20:34:32.9275145Z 4.0K SBUILD_TEMP
2025-08-20T20:34:32.9275303Z 8.7M git-checkout
2025-08-20T20:34:32.9275474Z 4.0K git-checkout.sig
2025-08-20T20:34:32.9275652Z 8.7M git-clone
2025-08-20T20:34:32.9275813Z 4.0K git-clone.sig
2025-08-20T20:34:32.9275975Z 8.8M git-log
2025-08-20T20:34:32.9276130Z 4.0K git-log.sig
2025-08-20T20:34:32.9276291Z 8.2M git-ls-remote
2025-08-20T20:34:32.9276459Z 4.0K git-ls-remote.sig
2025-08-20T20:34:32.9276634Z 8.6M git-pull
2025-08-20T20:34:32.9277189Z 4.0K git-pull.sig
2025-08-20T20:34:32.9277352Z 6.5M git-tag
2025-08-20T20:34:32.9277500Z 4.0K git-tag.sig
2025-08-20T20:34:32.9277667Z 1.2M go-git.static.log
2025-08-20T20:34:32.9277852Z 4.0K go-git.static.version
2025-08-20T20:34:32.9278068Z 4.0K go-git.static.version.sig
2025-08-20T20:34:32.9278270Z 4.0K go-git.version
2025-08-20T20:34:32.9278444Z 4.0K go-git.version.sig
2025-08-20T20:34:32.9301318Z 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:34:32.9302525Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:34:37.9355001Z 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:34:37.9358284Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:34:37.9363110Z 
2025-08-20T20:34:37.9363502Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:37.9363837Z 
2025-08-20T20:34:37.9395869Z 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:34:37.9398557Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:34:37.9432301Z ##[group]Run ##Presets
2025-08-20T20:34:37.9432579Z [36;1m##Presets[0m
2025-08-20T20:34:37.9432755Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:37.9432940Z [36;1m#-------------#[0m
2025-08-20T20:34:37.9433119Z [36;1m##Debug?[0m
2025-08-20T20:34:37.9433332Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:37.9433600Z [36;1m  set -x[0m
2025-08-20T20:34:37.9433762Z [36;1mfi[0m
2025-08-20T20:34:37.9433917Z [36;1m#-------------#[0m
2025-08-20T20:34:37.9434169Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:34:37.9434472Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:37.9466409Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:37.9466622Z env:
2025-08-20T20:34:37.9466779Z   CROSS_COMPILING: NO
2025-08-20T20:34:37.9466971Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:37.9467184Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:37.9467380Z   ON_QEMU: NO
2025-08-20T20:34:37.9467587Z   DEBUG: 0
2025-08-20T20:34:37.9467750Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:37.9467972Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:37.9468238Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:37.9468510Z   KEEP_LOGS: YES
2025-08-20T20:34:37.9468679Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:37.9468873Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:37.9469070Z   SBUILD_REBUILD: false
2025-08-20T20:34:37.9469572Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:37.9470108Z   BUILD_SYS: docker://go
2025-08-20T20:34:37.9470296Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:37.9470476Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:37.9470655Z   SYSTMP: /tmp
2025-08-20T20:34:37.9470812Z   GHA_MODE: MATRIX
2025-08-20T20:34:37.9471211Z   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:34:37.9471701Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:37.9472315Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:37.9472687Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:37.9473146Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:37.9473504Z   PKG_TYPE: static
2025-08-20T20:34:37.9473678Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:37.9473862Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:37.9474352Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:37.9474671Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:37.9475015Z ##[endgroup]
2025-08-20T20:34:37.9609897Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:34:37.9610223Z with:
2025-08-20T20:34:37.9610438Z   name: Bincache_go-git_aarch64-Linux
2025-08-20T20:34:37.9610703Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:34:37.9610961Z   compression-level: 0
2025-08-20T20:34:37.9611147Z   retention-days: 30
2025-08-20T20:34:37.9611322Z   overwrite: true
2025-08-20T20:34:37.9611496Z   if-no-files-found: warn
2025-08-20T20:34:37.9611696Z   include-hidden-files: false
2025-08-20T20:34:37.9611889Z env:
2025-08-20T20:34:37.9612285Z   CROSS_COMPILING: NO
2025-08-20T20:34:37.9612480Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:37.9612689Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:37.9612888Z   ON_QEMU: NO
2025-08-20T20:34:37.9613040Z   DEBUG: 0
2025-08-20T20:34:37.9613201Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:37.9613433Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:37.9613692Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:37.9614026Z   KEEP_LOGS: YES
2025-08-20T20:34:37.9614204Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:37.9614396Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:37.9614590Z   SBUILD_REBUILD: false
2025-08-20T20:34:37.9615089Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:37.9615617Z   BUILD_SYS: docker://go
2025-08-20T20:34:37.9615809Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:37.9615988Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:37.9616164Z   SYSTMP: /tmp
2025-08-20T20:34:37.9616324Z   GHA_MODE: MATRIX
2025-08-20T20:34:37.9616723Z   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:34:37.9617203Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:37.9617514Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:37.9617878Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:37.9618343Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:37.9618705Z   PKG_TYPE: static
2025-08-20T20:34:37.9618874Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:37.9619065Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:37.9619244Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:37.9619560Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:37.9619917Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:37.9620119Z ##[endgroup]
2025-08-20T20:34:38.6697994Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:34:38.6703069Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:34:38.6703505Z With the provided path, there will be 2 files uploaded
2025-08-20T20:34:38.8758456Z Artifact name is valid!
2025-08-20T20:34:38.8763052Z Root directory input is valid!
2025-08-20T20:34:38.9377021Z Beginning upload of artifact content to blob storage
2025-08-20T20:34:39.3569545Z Uploaded bytes 8388608
2025-08-20T20:34:39.4267717Z Uploaded bytes 16777216
2025-08-20T20:34:39.4436116Z Uploaded bytes 25165824
2025-08-20T20:34:39.4887703Z Uploaded bytes 33554432
2025-08-20T20:34:39.5969946Z Uploaded bytes 41943040
2025-08-20T20:34:39.6767052Z Uploaded bytes 44372785
2025-08-20T20:34:39.6984649Z Finished uploading artifact content to blob storage!
2025-08-20T20:34:39.7000263Z SHA256 digest of uploaded artifact zip is 47623c00423518db7a1952648b590f16f69f335f00322efaaa822cba425232b8
2025-08-20T20:34:39.7000710Z Finalizing artifact upload
2025-08-20T20:34:39.7844735Z Artifact Bincache_go-git_aarch64-Linux.zip successfully finalized. Artifact ID 3812960961
2025-08-20T20:34:39.7845396Z Artifact Bincache_go-git_aarch64-Linux has been successfully uploaded! Final size is 44372785 bytes. Artifact ID is 3812960961
2025-08-20T20:34:39.7863592Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107985976/artifacts/3812960961
2025-08-20T20:34:39.8119804Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:34:39.8120163Z with:
2025-08-20T20:34:39.8120334Z   subject-name: go-git--
2025-08-20T20:34:39.8121007Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:39.8121703Z   show-summary: true
2025-08-20T20:34:39.8121894Z   push-to-registry: false
2025-08-20T20:34:39.8122665Z   github-token: ***
2025-08-20T20:34:39.8122849Z env:
2025-08-20T20:34:39.8123008Z   CROSS_COMPILING: NO
2025-08-20T20:34:39.8123201Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:39.8123418Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:39.8123618Z   ON_QEMU: NO
2025-08-20T20:34:39.8123776Z   DEBUG: 0
2025-08-20T20:34:39.8123960Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:39.8124177Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:39.8124481Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:39.8124769Z   KEEP_LOGS: YES
2025-08-20T20:34:39.8124948Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:39.8125147Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:39.8125348Z   SBUILD_REBUILD: false
2025-08-20T20:34:39.8125847Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:39.8126380Z   BUILD_SYS: docker://go
2025-08-20T20:34:39.8126574Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:39.8126757Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:39.8126941Z   SYSTMP: /tmp
2025-08-20T20:34:39.8127107Z   GHA_MODE: MATRIX
2025-08-20T20:34:39.8127515Z   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:34:39.8128014Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:39.8128322Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:39.8128696Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:39.8129162Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:39.8129526Z   PKG_TYPE: static
2025-08-20T20:34:39.8129707Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:39.8129901Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:39.8130092Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:39.8130417Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:39.8130775Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:39.8130990Z ##[endgroup]
2025-08-20T20:34:39.8213077Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:34:39.8213494Z env:
2025-08-20T20:34:39.8213653Z   CROSS_COMPILING: NO
2025-08-20T20:34:39.8213848Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:39.8214088Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:39.8214292Z   ON_QEMU: NO
2025-08-20T20:34:39.8214449Z   DEBUG: 0
2025-08-20T20:34:39.8214626Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:39.8214848Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:39.8215118Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:39.8215400Z   KEEP_LOGS: YES
2025-08-20T20:34:39.8215575Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:39.8215773Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:39.8215975Z   SBUILD_REBUILD: false
2025-08-20T20:34:39.8216486Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:39.8217022Z   BUILD_SYS: docker://go
2025-08-20T20:34:39.8217218Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:39.8217403Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:39.8217582Z   SYSTMP: /tmp
2025-08-20T20:34:39.8217751Z   GHA_MODE: MATRIX
2025-08-20T20:34:39.8218504Z   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:34:39.8219169Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:39.8219498Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:39.8219870Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:39.8220335Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:39.8220702Z   PKG_TYPE: static
2025-08-20T20:34:39.8220880Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:39.8221073Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:39.8221261Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:39.8221586Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:39.8222192Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:39.8222405Z ##[endgroup]
2025-08-20T20:34:40.1305669Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:34:40.1306012Z with:
2025-08-20T20:34:40.1306660Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:40.1307365Z   subject-name: go-git--
2025-08-20T20:34:40.1307613Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:34:40.1310148Z   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:34:40.1312942Z   push-to-registry: false
2025-08-20T20:34:40.1313149Z   show-summary: true
2025-08-20T20:34:40.1313620Z   github-token: ***
2025-08-20T20:34:40.1313799Z env:
2025-08-20T20:34:40.1313953Z   CROSS_COMPILING: NO
2025-08-20T20:34:40.1314148Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:40.1314365Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:40.1314567Z   ON_QEMU: NO
2025-08-20T20:34:40.1314726Z   DEBUG: 0
2025-08-20T20:34:40.1314891Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:40.1315109Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:40.1315379Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:40.1315655Z   KEEP_LOGS: YES
2025-08-20T20:34:40.1315829Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:40.1316026Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:40.1316233Z   SBUILD_REBUILD: false
2025-08-20T20:34:40.1316729Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:40.1317263Z   BUILD_SYS: docker://go
2025-08-20T20:34:40.1317462Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:40.1317648Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:40.1317833Z   SYSTMP: /tmp
2025-08-20T20:34:40.1317997Z   GHA_MODE: MATRIX
2025-08-20T20:34:40.1318408Z   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:34:40.1318901Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:40.1319213Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:40.1319587Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:40.1320051Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:40.1320757Z   PKG_TYPE: static
2025-08-20T20:34:40.1320937Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:40.1321134Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:40.1321321Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:40.1321817Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:40.1322369Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:40.1322578Z ##[endgroup]
2025-08-20T20:34:41.4951448Z Attestation created for 24 subjects
2025-08-20T20:34:41.4957169Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:34:41.4957602Z -----BEGIN CERTIFICATE-----
2025-08-20T20:34:41.4957945Z MIIG7jCCBnSgAwIBAgIUJt7gxGzHSPHSMIZTLOgoyI2S2X8wCgYIKoZIzj0EAwMw
2025-08-20T20:34:41.4958412Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:34:41.4958879Z cm1lZGlhdGUwHhcNMjUwODIwMjAzNDQwWhcNMjUwODIwMjA0NDQwWjAAMFkwEwYH
2025-08-20T20:34:41.4959322Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEgq49J/CN2s+BIVTET2y6fuxB/uVev8v+t3ID
2025-08-20T20:34:41.4959803Z cXNOrXCNSBK+gCGimenj+IgyGKHzqaDNDUaKBxxPpj1vdb8IqKOCBZMwggWPMA4G
2025-08-20T20:34:41.4960261Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUCO0d
2025-08-20T20:34:41.4960731Z KGZPrCX8TN1BqwkrFVbkJ9QwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:34:41.4961183Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:34:41.4961621Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:34:41.4962286Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:34:41.4962751Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:34:41.4963181Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:34:41.4963630Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:34:41.4964089Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:34:41.4964558Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:34:41.4965023Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:34:41.4965474Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:34:41.4965926Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:34:41.4980112Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:34:41.4980697Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:34:41.4981149Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:34:41.4981612Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:34:41.4982231Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:34:41.4982702Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:34:41.4983155Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:34:41.4983603Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:34:41.4984075Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:34:41.4984532Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:34:41.4984991Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:34:41.4985452Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:34:41.4985899Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3OTg1OTc2L2F0
2025-08-20T20:34:41.4986354Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:34:41.4986813Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJMOH1
2025-08-20T20:34:41.4987253Z AAAEAwBGMEQCIBEYlyXLjlfH/tDhuJNFO/odjwuc2S6baaiIo+TFnaLoAiA6LYSX
2025-08-20T20:34:41.4987684Z gJOibDs/rSV5YZPSOBWW9sbEH6OqObj6VuyVpDAKBggqhkjOPQQDAwNoADBlAjAw
2025-08-20T20:34:41.4988121Z b/H6LckVYc0/X7u7M9b6n5EXKo4Dstn+qjMQ2dn5k7Lr0WCCQUIDTbkpSRBSHBgC
2025-08-20T20:34:41.4988551Z MQCTtkLi+yphhsvpuADl8SxQLtDKTIZ4Z29BobiJ/O/56uhWsXbNQ5c6YODhG3HC
2025-08-20T20:34:41.4989233Z PEQ=
2025-08-20T20:34:41.4989396Z -----END CERTIFICATE-----
2025-08-20T20:34:41.4989529Z 
2025-08-20T20:34:41.4990059Z ##[endgroup]
2025-08-20T20:34:41.4990738Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:34:41.4991179Z https://search.sigstore.dev?logIndex=414294206
2025-08-20T20:34:41.4991567Z [36mAttestation uploaded to repository[39m
2025-08-20T20:34:41.4991904Z https://github.com/pkgforge/bincache/attestations/9872134
2025-08-20T20:34:41.5926701Z ##[group]Run ##Presets
2025-08-20T20:34:41.5926984Z [36;1m##Presets[0m
2025-08-20T20:34:41.5927169Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.5927361Z [36;1m#-------------#[0m
2025-08-20T20:34:41.5927548Z [36;1m##Debug?[0m
2025-08-20T20:34:41.5927767Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.5928042Z [36;1m  set -x[0m
2025-08-20T20:34:41.5928208Z [36;1mfi[0m
2025-08-20T20:34:41.5928365Z [36;1m#-------------#[0m
2025-08-20T20:34:41.5928670Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:41.5929157Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/go-git/official"[0m
2025-08-20T20:34:41.5929541Z [36;1m exit 1[0m
2025-08-20T20:34:41.5929704Z [36;1mfi[0m
2025-08-20T20:34:41.5961059Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.5961283Z env:
2025-08-20T20:34:41.5961452Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.5961696Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:41.5962110Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:41.5962336Z   ON_QEMU: NO
2025-08-20T20:34:41.5962493Z   DEBUG: 0
2025-08-20T20:34:41.5962661Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:41.5962877Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:41.5963148Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:41.5963428Z   KEEP_LOGS: YES
2025-08-20T20:34:41.5963610Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.5963826Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:41.5964025Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.5964566Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:41.5965102Z   BUILD_SYS: docker://go
2025-08-20T20:34:41.5965299Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:41.5965482Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:41.5965662Z   SYSTMP: /tmp
2025-08-20T20:34:41.5965828Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.5966239Z   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:34:41.5966730Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:41.5967037Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:41.5967403Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.5967865Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.5968239Z   PKG_TYPE: static
2025-08-20T20:34:41.5968418Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.5968611Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:41.5968800Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:41.5969132Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:41.5969502Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:41.5969710Z ##[endgroup]
2025-08-20T20:34:41.6040535Z ##[group]Run ##Presets
2025-08-20T20:34:41.6040813Z [36;1m##Presets[0m
2025-08-20T20:34:41.6040997Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.6041188Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6041376Z [36;1m##Debug?[0m
2025-08-20T20:34:41.6041596Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.6041869Z [36;1m  set -x[0m
2025-08-20T20:34:41.6042290Z [36;1mfi[0m
2025-08-20T20:34:41.6042454Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6042682Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:41.6043355Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-git/official"[0m
2025-08-20T20:34:41.6043740Z [36;1m exit 1[0m
2025-08-20T20:34:41.6043901Z [36;1mfi[0m
2025-08-20T20:34:41.6071010Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.6071224Z env:
2025-08-20T20:34:41.6071384Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.6071631Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:41.6071851Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:41.6072295Z   ON_QEMU: NO
2025-08-20T20:34:41.6072490Z   DEBUG: 0
2025-08-20T20:34:41.6072660Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:41.6072876Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:41.6073153Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:41.6073437Z   KEEP_LOGS: YES
2025-08-20T20:34:41.6073617Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.6073816Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:41.6074018Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.6074536Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:41.6075076Z   BUILD_SYS: docker://go
2025-08-20T20:34:41.6075273Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:41.6075462Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:41.6075645Z   SYSTMP: /tmp
2025-08-20T20:34:41.6075809Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.6076222Z   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:34:41.6076719Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:41.6077030Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:41.6077408Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.6077877Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.6078244Z   PKG_TYPE: static
2025-08-20T20:34:41.6078431Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.6078628Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:41.6078820Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:41.6079151Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:41.6079517Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:41.6079727Z ##[endgroup]
2025-08-20T20:34:41.6123805Z 
2025-08-20T20:34:41.6124145Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:41.6135439Z ##[error]Process completed with exit code 1.
2025-08-20T20:34:41.6176052Z ##[group]Run ##Presets
2025-08-20T20:34:41.6176323Z [36;1m##Presets[0m
2025-08-20T20:34:41.6176507Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.6176702Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6176893Z [36;1m##Debug?[0m
2025-08-20T20:34:41.6177127Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.6177400Z [36;1m  set -x[0m
2025-08-20T20:34:41.6177566Z [36;1mfi[0m
2025-08-20T20:34:41.6177742Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6178061Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:41.6178426Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:34:41.6178708Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:41.6178958Z [36;1mfi[0m
2025-08-20T20:34:41.6207001Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.6207227Z env:
2025-08-20T20:34:41.6207390Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.6207658Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:34:41.6207876Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:34:41.6208080Z   ON_QEMU: NO
2025-08-20T20:34:41.6208237Z   DEBUG: 0
2025-08-20T20:34:41.6208404Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:34:41.6208621Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:34:41.6208893Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/go-git/official
2025-08-20T20:34:41.6209179Z   KEEP_LOGS: YES
2025-08-20T20:34:41.6209355Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.6209894Z   PKG_FAMILY_LOCAL: go-git
2025-08-20T20:34:41.6210100Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.6210611Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/go-git/static.official.source.yaml
2025-08-20T20:34:41.6211146Z   BUILD_SYS: docker://go
2025-08-20T20:34:41.6211342Z   BUILD_ON_HOST: FALSE
2025-08-20T20:34:41.6211530Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:34:41.6211709Z   SYSTMP: /tmp
2025-08-20T20:34:41.6211875Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.6212487Z   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:34:41.6212983Z   INPUT_SBUILD: /tmp/pkgforge/sqLpzpI3z_build.yaml
2025-08-20T20:34:41.6213288Z   BUILD_DIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml
2025-08-20T20:34:41.6213655Z   SBUILD_OUTDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.6214123Z   SBUILD_TMPDIR: /tmp/pkgforge/HR5WLji_sqLpzpI3z_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.6214498Z   PKG_TYPE: static
2025-08-20T20:34:41.6214680Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.6214879Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:34:41.6215069Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:34:41.6215398Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/go-git/official/go-git-srcbuild-
2025-08-20T20:34:41.6215758Z   UTC_TIME: 2025_08_20T08_34_37_PM
2025-08-20T20:34:41.6215995Z ##[endgroup]
2025-08-20T20:34:41.6273816Z EXITED
2025-08-20T20:34:41.6321606Z Cleaning up orphan processes
