﻿2025-08-20T21:53:50.9322572Z Current runner version: '2.328.0'
2025-08-20T21:53:50.9355099Z ##[group]Runner Image Provisioner
2025-08-20T21:53:50.9356977Z Hosted Compute Agent
2025-08-20T21:53:50.9357596Z Version: 20250818.377
2025-08-20T21:53:50.9358189Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:53:50.9358948Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:53:50.9359556Z ##[endgroup]
2025-08-20T21:53:50.9360123Z ##[group]VM Image
2025-08-20T21:53:50.9360930Z - OS: Linux (arm64)
2025-08-20T21:53:50.9361493Z - Source: Partner
2025-08-20T21:53:50.9362113Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:53:50.9362756Z - Version: 20250728.24.1
2025-08-20T21:53:50.9363768Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:53:50.9364870Z ##[endgroup]
2025-08-20T21:53:50.9366331Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:53:50.9370027Z Attestations: write
2025-08-20T21:53:50.9370619Z Contents: write
2025-08-20T21:53:50.9371455Z Metadata: read
2025-08-20T21:53:50.9372101Z Packages: write
2025-08-20T21:53:50.9372723Z ##[endgroup]
2025-08-20T21:53:50.9376250Z Secret source: Actions
2025-08-20T21:53:50.9377455Z Prepare workflow directory
2025-08-20T21:53:50.9794368Z Prepare all required actions
2025-08-20T21:53:50.9837256Z Getting action download info
2025-08-20T21:53:51.3168637Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:53:52.1764277Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:53:52.7793895Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:53:52.9080743Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:53:53.4650736Z Getting action download info
2025-08-20T21:53:53.6340590Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:53:54.0733695Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:53:54.5388813Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/oras/official/source)
2025-08-20T21:53:54.6013698Z ##[group]Run ##Presets
2025-08-20T21:53:54.6014326Z [36;1m##Presets[0m
2025-08-20T21:53:54.6014720Z [36;1mset +x ; set +e[0m
2025-08-20T21:53:54.6015073Z [36;1m#-------------#[0m
2025-08-20T21:53:54.6015470Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:53:54.6016651Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:53:54.6017123Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6017507Z [36;1m  fi[0m
2025-08-20T21:53:54.6017908Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:53:54.6018436Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:53:54.6018907Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6019371Z [36;1m  fi[0m
2025-08-20T21:53:54.6019730Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:53:54.6020337Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:53:54.6020975Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6021420Z [36;1m  fi[0m
2025-08-20T21:53:54.6021797Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:53:54.6022268Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:53:54.6022745Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:53:54.6023157Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:53:54.6023606Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6024421Z [36;1m     else[0m
2025-08-20T21:53:54.6024815Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6025258Z [36;1m     fi[0m
2025-08-20T21:53:54.6025597Z [36;1m  fi[0m
2025-08-20T21:53:54.6026134Z [36;1mfi[0m
2025-08-20T21:53:54.6063213Z shell: /usr/bin/bash -e {0}
2025-08-20T21:53:54.6063951Z env:
2025-08-20T21:53:54.6064810Z   GH_TOKEN: ***
2025-08-20T21:53:54.6065133Z ##[endgroup]
2025-08-20T21:53:54.6305181Z ##[group]Run ##Presets
2025-08-20T21:53:54.6305712Z [36;1m##Presets[0m
2025-08-20T21:53:54.6306393Z [36;1mset +x ; set +e[0m
2025-08-20T21:53:54.6306820Z [36;1m#-------------#[0m
2025-08-20T21:53:54.6307210Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:53:54.6307808Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:53:54.6308531Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:53:54.6309106Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:53:54.6309664Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:53:54.6310195Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:53:54.6310619Z [36;1m  exit 1[0m
2025-08-20T21:53:54.6311004Z [36;1mfi[0m
2025-08-20T21:53:54.6345233Z shell: /usr/bin/bash -e {0}
2025-08-20T21:53:54.6345647Z env:
2025-08-20T21:53:54.6346628Z   RO_GHTOKEN: ***
2025-08-20T21:53:54.6347114Z   RO_GLTOKEN: ***
2025-08-20T21:53:54.6348386Z   MINISIGN_KEY: ***
2025-08-20T21:53:54.6348742Z ##[endgroup]
2025-08-20T21:53:54.6486560Z ##[group]Run ##Presets
2025-08-20T21:53:54.6487640Z [36;1m##Presets[0m
2025-08-20T21:53:54.6487950Z [36;1mset +x ; set +e[0m
2025-08-20T21:53:54.6488329Z [36;1m#-------------#[0m
2025-08-20T21:53:54.6488679Z [36;1m##Host Triplet[0m
2025-08-20T21:53:54.6489274Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:53:54.6489725Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:53:54.6490134Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:53:54.6490586Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:53:54.6490982Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:53:54.6491441Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:53:54.6491968Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:53:54.6492369Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:53:54.6492699Z [36;1m   fi[0m
2025-08-20T21:53:54.6493208Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:53:54.6493680Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:53:54.6494148Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:53:54.6494573Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:53:54.6495010Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:53:54.6495346Z [36;1m fi[0m
2025-08-20T21:53:54.6495740Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6496487Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6496954Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6497392Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6497825Z [36;1m##Debug[0m
2025-08-20T21:53:54.6498164Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:53:54.6498678Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:53:54.6499026Z [36;1m else[0m
2025-08-20T21:53:54.6499339Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:53:54.6499712Z [36;1m fi[0m
2025-08-20T21:53:54.6500084Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6500459Z [36;1m##Docker Platform[0m
2025-08-20T21:53:54.6501205Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:53:54.6501620Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:53:54.6502041Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:53:54.6502584Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:53:54.6503013Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:53:54.6503480Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:53:54.6503912Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:53:54.6504321Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:53:54.6504760Z [36;1m fi[0m
2025-08-20T21:53:54.6505157Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6505699Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6506440Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:53:54.6507044Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/oras/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:53:54.6507727Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:53:54.6508197Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6508640Z [36;1m##Logs[0m
2025-08-20T21:53:54.6509129Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:53:54.6509506Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:53:54.6509828Z [36;1m else[0m
2025-08-20T21:53:54.6510232Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:53:54.6510598Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:53:54.6510991Z [36;1m fi[0m
2025-08-20T21:53:54.6511602Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6512125Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6512672Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:53:54.6513152Z [36;1m PKG_FAMILY_LOCAL="$(echo "oras" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:53:54.6513623Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:53:54.6514104Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6514518Z [36;1m##Rebuild[0m
2025-08-20T21:53:54.6514827Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:53:54.6515270Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:53:54.6515618Z [36;1m else[0m
2025-08-20T21:53:54.6516254Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:53:54.6516620Z [36;1m fi[0m
2025-08-20T21:53:54.6517005Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6517478Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:53:54.6518205Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:53:54.6518845Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:53:54.6519824Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:53:54.6520674Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:53:54.6521187Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:53:54.6521732Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:53:54.6522256Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:53:54.6522772Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6523151Z [36;1m    exit 1[0m
2025-08-20T21:53:54.6523474Z [36;1m   else[0m
2025-08-20T21:53:54.6523849Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:53:54.6524273Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6524733Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:53:54.6525473Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:53:54.6526156Z [36;1m      #check if supported[0m
2025-08-20T21:53:54.6526703Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:53:54.6527335Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:53:54.6527869Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:53:54.6528386Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6528846Z [36;1m         exit 1[0m
2025-08-20T21:53:54.6529212Z [36;1m       fi[0m
2025-08-20T21:53:54.6529525Z [36;1m      #get build system[0m
2025-08-20T21:53:54.6530020Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:53:54.6530567Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:53:54.6531021Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6531489Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:53:54.6531997Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6532425Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6532865Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:53:54.6533389Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6533811Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:54.6534230Z [36;1m       fi[0m
2025-08-20T21:53:54.6534784Z [36;1m     fi[0m
2025-08-20T21:53:54.6535091Z [36;1m   fi[0m
2025-08-20T21:53:54.6535479Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:53:54.6566369Z shell: /usr/bin/bash -e {0}
2025-08-20T21:53:54.6566940Z ##[endgroup]
2025-08-20T21:53:55.0056148Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:53:55.0057032Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:53:55.0057305Z 
2025-08-20T21:53:55.1591494Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:53:55.1603585Z 100  4012  100  4012    0     0  25932      0 --:--:-- --:--:-- --:--:-- 26051
2025-08-20T21:53:55.1604422Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T21:53:55.1798310Z ##[group]Run ##Presets
2025-08-20T21:53:55.1798843Z [36;1m##Presets[0m
2025-08-20T21:53:55.1799203Z [36;1mset +x ; set +e[0m
2025-08-20T21:53:55.1799521Z [36;1m#-------------#[0m
2025-08-20T21:53:55.1799889Z [36;1m##Debug?[0m
2025-08-20T21:53:55.1800219Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:53:55.1800627Z [36;1m  set -x[0m
2025-08-20T21:53:55.1800992Z [36;1mfi[0m
2025-08-20T21:53:55.1801306Z [36;1m#-------------#[0m
2025-08-20T21:53:55.1801626Z [36;1m##CoreUtils[0m
2025-08-20T21:53:55.1801995Z [36;1msudo apt update -y[0m
2025-08-20T21:53:55.1802455Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:53:55.1803626Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:53:55.1804708Z [36;1m##tmp[0m
2025-08-20T21:53:55.1805149Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:53:55.1805626Z [36;1m#GH ENV[0m
2025-08-20T21:53:55.1806477Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:55.1806984Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:55.1807346Z [36;1m#-------------#[0m
2025-08-20T21:53:55.1807652Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:53:55.1808406Z [36;1msudo apt update -y[0m
2025-08-20T21:53:55.1808747Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:53:55.1809199Z [36;1m##Setup Minisign[0m
2025-08-20T21:53:55.1809527Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:53:55.1810185Z [36;1mecho "***[0m
2025-08-20T21:53:55.1811696Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:53:55.1812105Z [36;1m##User-Agent[0m
2025-08-20T21:53:55.1812964Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:53:55.1813917Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:53:55.1842494Z shell: /usr/bin/bash -e {0}
2025-08-20T21:53:55.1842861Z env:
2025-08-20T21:53:55.1843271Z   CROSS_COMPILING: NO
2025-08-20T21:53:55.1843601Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:53:55.1843938Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:53:55.1844408Z   ON_QEMU: NO
2025-08-20T21:53:55.1844722Z   DEBUG: 0
2025-08-20T21:53:55.1845095Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:53:55.1845478Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:53:55.1846050Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T21:53:55.1846519Z   KEEP_LOGS: YES
2025-08-20T21:53:55.1846824Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:53:55.1847135Z   PKG_FAMILY_LOCAL: oras
2025-08-20T21:53:55.1847536Z   SBUILD_REBUILD: false
2025-08-20T21:53:55.1848194Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T21:53:55.1848903Z   BUILD_SYS: docker://go
2025-08-20T21:53:55.1849247Z   BUILD_ON_HOST: FALSE
2025-08-20T21:53:55.1849564Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:53:55.1849971Z ##[endgroup]
2025-08-20T21:53:55.2476675Z 
2025-08-20T21:53:55.2477866Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:53:55.2478352Z 
2025-08-20T21:53:55.9387251Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:53:56.0179516Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:53:56.0181787Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:53:56.0182916Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:53:56.1768717Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:53:56.2713416Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:53:56.3483914Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:53:56.5562174Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:53:56.5602479Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:53:56.5874985Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:53:56.5905620Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:53:56.7886437Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:53:56.9693874Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:53:57.0122840Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:53:57.0533307Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:53:57.1120294Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:53:57.1556721Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:53:57.2008504Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:53:57.2820058Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:53:57.3230749Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:53:57.3621064Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:53:57.4801307Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:53:57.5190923Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:53:57.5583375Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:53:57.5976483Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:53:57.6370958Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:53:57.6760273Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:53:57.7152361Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:53:57.7544604Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:53:57.7937546Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:53:57.8331562Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:53:57.8722128Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:53:57.9182673Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:53:57.9579919Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:53:57.9972599Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:53:58.0414906Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:53:58.1604048Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:53:58.1996620Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:53:58.2524742Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:53:58.2934227Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:53:58.3323917Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:53:58.3714578Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:53:58.4105414Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:54:17.6722055Z Fetched 11.9 MB in 3s (4619 kB/s)
2025-08-20T21:54:18.3901152Z Reading package lists...
2025-08-20T21:54:18.5885485Z Building dependency tree...
2025-08-20T21:54:18.5893894Z Reading state information...
2025-08-20T21:54:18.6111874Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:54:18.6200904Z 
2025-08-20T21:54:18.6201396Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:54:18.6201733Z 
2025-08-20T21:54:18.6318931Z Reading package lists...
2025-08-20T21:54:18.8542335Z Building dependency tree...
2025-08-20T21:54:18.8550581Z Reading state information...
2025-08-20T21:54:19.0813341Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:54:19.0813748Z bc set to manually installed.
2025-08-20T21:54:19.0814427Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:54:19.0814805Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:54:19.0815229Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:54:19.1550769Z The following NEW packages will be installed:
2025-08-20T21:54:19.1556398Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:54:19.1558380Z   moreutils
2025-08-20T21:54:19.1564066Z The following packages will be upgraded:
2025-08-20T21:54:19.1571297Z   jq libjq1
2025-08-20T21:54:19.1739967Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:54:19.4744646Z Need to get 936 kB of archives.
2025-08-20T21:54:19.4745187Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:54:19.7863894Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:54:19.7864668Z 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-20T21:54:19.9995757Z 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-20T21:54:20.2168823Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:54:20.3297989Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:54:20.4608024Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:54:20.5680805Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:54:20.6882362Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:54:21.3153237Z Fetched 936 kB in 2s (541 kB/s)
2025-08-20T21:54:21.4879672Z Selecting previously unselected package fdupes.
2025-08-20T21:54:21.8851248Z (Reading database ... 
2025-08-20T21:54:21.8851856Z (Reading database ... 5%
2025-08-20T21:54:21.8852369Z (Reading database ... 10%
2025-08-20T21:54:21.8852645Z (Reading database ... 15%
2025-08-20T21:54:21.8852892Z (Reading database ... 20%
2025-08-20T21:54:21.8853287Z (Reading database ... 25%
2025-08-20T21:54:21.8853538Z (Reading database ... 30%
2025-08-20T21:54:21.8853825Z (Reading database ... 35%
2025-08-20T21:54:21.8854081Z (Reading database ... 40%
2025-08-20T21:54:21.8854326Z (Reading database ... 45%
2025-08-20T21:54:21.8854632Z (Reading database ... 50%
2025-08-20T21:54:23.0844293Z (Reading database ... 55%
2025-08-20T21:54:25.4279280Z (Reading database ... 60%
2025-08-20T21:54:27.6298409Z (Reading database ... 65%
2025-08-20T21:54:30.5736090Z (Reading database ... 70%
2025-08-20T21:54:32.5062917Z (Reading database ... 75%
2025-08-20T21:54:34.3527397Z (Reading database ... 80%
2025-08-20T21:54:36.1333340Z (Reading database ... 85%
2025-08-20T21:54:38.0870948Z (Reading database ... 90%
2025-08-20T21:54:39.8708216Z (Reading database ... 95%
2025-08-20T21:54:39.8708841Z (Reading database ... 100%
2025-08-20T21:54:39.8709213Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:54:39.8749234Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:54:39.8881246Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:54:40.0212537Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:54:40.0531175Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:54:40.2233144Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:54:40.2913486Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:54:40.3572137Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:54:40.3749435Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:54:40.3906875Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:54:40.5536533Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:54:40.5698595Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:54:40.5760099Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:54:40.7090410Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:54:40.7272678Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:54:40.7373177Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:54:40.8253981Z Selecting previously unselected package moreutils.
2025-08-20T21:54:40.8423426Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:54:40.8497254Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:54:41.1037935Z Selecting previously unselected package dos2unix.
2025-08-20T21:54:41.1191893Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:54:41.1254765Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:54:41.8907011Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:54:41.9151772Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:54:41.9458373Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:54:41.9649835Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:54:41.9876574Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:54:42.0107085Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:54:42.0396045Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:54:42.0586269Z Setting up moreutils (0.69-1) ...
2025-08-20T21:54:42.0814608Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:55:30.5551251Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:55:31.8568419Z Reading package lists...
2025-08-20T21:55:32.0916742Z Building dependency tree...
2025-08-20T21:55:32.0925617Z Reading state information...
2025-08-20T21:55:32.3583006Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:55:32.3583528Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:55:32.3583856Z apt-utils set to manually installed.
2025-08-20T21:55:32.3584268Z ca-certificates is already the newest version (20240203).
2025-08-20T21:55:32.3584646Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:55:32.3585107Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:55:32.3585470Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:55:32.3586042Z moreutils is already the newest version (0.69-1).
2025-08-20T21:55:32.3586496Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:55:32.3586887Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:55:32.3587266Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:55:32.3588131Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:55:32.3588474Z tmux set to manually installed.
2025-08-20T21:55:32.3589329Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:55:32.3589706Z The following additional packages will be installed:
2025-08-20T21:55:32.3590126Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:55:32.3590645Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:55:32.3591168Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:55:32.3591559Z   uuid-runtime
2025-08-20T21:55:32.3607499Z Suggested packages:
2025-08-20T21:55:32.3607952Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:55:32.3608375Z   util-linux-extra util-linux-locales
2025-08-20T21:55:32.3608744Z Recommended packages:
2025-08-20T21:55:32.3608982Z   unattended-upgrades
2025-08-20T21:55:32.4137863Z The following NEW packages will be installed:
2025-08-20T21:55:32.4138285Z   rename
2025-08-20T21:55:32.4142956Z The following packages will be upgraded:
2025-08-20T21:55:32.4143496Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:55:32.4144831Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:55:32.4152590Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:55:32.4153171Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:55:32.4347132Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:55:32.7750181Z Need to get 4390 kB of archives.
2025-08-20T21:55:32.7752706Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:55:32.7753590Z 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-20T21:55:33.2006984Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:55:33.7242019Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:55:33.8351233Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:55:33.9428070Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:55:34.0483210Z 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-20T21:55:34.1541030Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:55:34.2647252Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:55:34.3763361Z 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-20T21:55:34.4839529Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:55:34.6983353Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:55:34.9100307Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:55:35.4608054Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:55:35.6937970Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:55:36.0211360Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:55:36.1344258Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:55:36.3600028Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:55:36.4697122Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:55:36.5881979Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:55:36.6933135Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:55:36.8111824Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:55:36.9208615Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:55:37.1438937Z 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-20T21:55:37.5085634Z 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-20T21:55:37.6302556Z 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-20T21:55:37.7682071Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:55:37.8961672Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:55:38.1520604Z Fetched 4390 kB in 5s (805 kB/s)
2025-08-20T21:55:38.1810586Z (Reading database ... 
2025-08-20T21:55:38.1811150Z (Reading database ... 5%
2025-08-20T21:55:38.1811414Z (Reading database ... 10%
2025-08-20T21:55:38.1811702Z (Reading database ... 15%
2025-08-20T21:55:38.1811957Z (Reading database ... 20%
2025-08-20T21:55:38.1812228Z (Reading database ... 25%
2025-08-20T21:55:38.1812511Z (Reading database ... 30%
2025-08-20T21:55:38.1812765Z (Reading database ... 35%
2025-08-20T21:55:38.1813004Z (Reading database ... 40%
2025-08-20T21:55:38.1813315Z (Reading database ... 45%
2025-08-20T21:55:38.1813573Z (Reading database ... 50%
2025-08-20T21:55:38.1831830Z (Reading database ... 55%
2025-08-20T21:55:38.1913582Z (Reading database ... 60%
2025-08-20T21:55:38.1951211Z (Reading database ... 65%
2025-08-20T21:55:38.1965078Z (Reading database ... 70%
2025-08-20T21:55:38.1983141Z (Reading database ... 75%
2025-08-20T21:55:38.2013778Z (Reading database ... 80%
2025-08-20T21:55:38.2172440Z (Reading database ... 85%
2025-08-20T21:55:38.2189602Z (Reading database ... 90%
2025-08-20T21:55:38.2276572Z (Reading database ... 95%
2025-08-20T21:55:38.2277030Z (Reading database ... 100%
2025-08-20T21:55:38.2277441Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:38.2303414Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:38.2810500Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:38.4690908Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:38.5686906Z (Reading database ... 
2025-08-20T21:55:38.5687553Z (Reading database ... 5%
2025-08-20T21:55:38.5688548Z (Reading database ... 10%
2025-08-20T21:55:38.5688831Z (Reading database ... 15%
2025-08-20T21:55:38.5689222Z (Reading database ... 20%
2025-08-20T21:55:38.5689479Z (Reading database ... 25%
2025-08-20T21:55:38.5689722Z (Reading database ... 30%
2025-08-20T21:55:38.5690053Z (Reading database ... 35%
2025-08-20T21:55:38.5690304Z (Reading database ... 40%
2025-08-20T21:55:38.5690650Z (Reading database ... 45%
2025-08-20T21:55:38.5690911Z (Reading database ... 50%
2025-08-20T21:55:38.5714179Z (Reading database ... 55%
2025-08-20T21:55:38.5833870Z (Reading database ... 60%
2025-08-20T21:55:38.5895702Z (Reading database ... 65%
2025-08-20T21:55:38.5916891Z (Reading database ... 70%
2025-08-20T21:55:38.5945122Z (Reading database ... 75%
2025-08-20T21:55:38.5993144Z (Reading database ... 80%
2025-08-20T21:55:38.6251944Z (Reading database ... 85%
2025-08-20T21:55:38.6278777Z (Reading database ... 90%
2025-08-20T21:55:38.6431404Z (Reading database ... 95%
2025-08-20T21:55:38.6431917Z (Reading database ... 100%
2025-08-20T21:55:38.6432286Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:38.6484798Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:38.6879959Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:38.9238975Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:39.7606841Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:55:39.8157345Z (Reading database ... 
2025-08-20T21:55:39.8157833Z (Reading database ... 5%
2025-08-20T21:55:39.8158163Z (Reading database ... 10%
2025-08-20T21:55:39.8158426Z (Reading database ... 15%
2025-08-20T21:55:39.8158726Z (Reading database ... 20%
2025-08-20T21:55:39.8159037Z (Reading database ... 25%
2025-08-20T21:55:39.8159334Z (Reading database ... 30%
2025-08-20T21:55:39.8159589Z (Reading database ... 35%
2025-08-20T21:55:39.8159869Z (Reading database ... 40%
2025-08-20T21:55:39.8160186Z (Reading database ... 45%
2025-08-20T21:55:39.8160465Z (Reading database ... 50%
2025-08-20T21:55:39.8179452Z (Reading database ... 55%
2025-08-20T21:55:39.8264575Z (Reading database ... 60%
2025-08-20T21:55:39.8305726Z (Reading database ... 65%
2025-08-20T21:55:39.8321103Z (Reading database ... 70%
2025-08-20T21:55:39.8341113Z (Reading database ... 75%
2025-08-20T21:55:39.8374321Z (Reading database ... 80%
2025-08-20T21:55:39.8546378Z (Reading database ... 85%
2025-08-20T21:55:39.8564946Z (Reading database ... 90%
2025-08-20T21:55:39.8660393Z (Reading database ... 95%
2025-08-20T21:55:39.8660750Z (Reading database ... 100%
2025-08-20T21:55:39.8661103Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:39.8689964Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:39.8919875Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:40.0263330Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:40.0896204Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:40.2118726Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:40.2949363Z (Reading database ... 
2025-08-20T21:55:40.2949754Z (Reading database ... 5%
2025-08-20T21:55:40.2950206Z (Reading database ... 10%
2025-08-20T21:55:40.2950458Z (Reading database ... 15%
2025-08-20T21:55:40.2950748Z (Reading database ... 20%
2025-08-20T21:55:40.2951110Z (Reading database ... 25%
2025-08-20T21:55:40.2951361Z (Reading database ... 30%
2025-08-20T21:55:40.2951632Z (Reading database ... 35%
2025-08-20T21:55:40.2951885Z (Reading database ... 40%
2025-08-20T21:55:40.2952126Z (Reading database ... 45%
2025-08-20T21:55:40.2952388Z (Reading database ... 50%
2025-08-20T21:55:40.2970702Z (Reading database ... 55%
2025-08-20T21:55:40.3052392Z (Reading database ... 60%
2025-08-20T21:55:40.3089448Z (Reading database ... 65%
2025-08-20T21:55:40.3103135Z (Reading database ... 70%
2025-08-20T21:55:40.3121279Z (Reading database ... 75%
2025-08-20T21:55:40.3151518Z (Reading database ... 80%
2025-08-20T21:55:40.3309634Z (Reading database ... 85%
2025-08-20T21:55:40.3327574Z (Reading database ... 90%
2025-08-20T21:55:40.3416887Z (Reading database ... 95%
2025-08-20T21:55:40.3417191Z (Reading database ... 100%
2025-08-20T21:55:40.3417656Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:40.3445704Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:40.3784132Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:40.4648960Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:40.5559443Z (Reading database ... 
2025-08-20T21:55:40.5559823Z (Reading database ... 5%
2025-08-20T21:55:40.5560543Z (Reading database ... 10%
2025-08-20T21:55:40.5560845Z (Reading database ... 15%
2025-08-20T21:55:40.5561419Z (Reading database ... 20%
2025-08-20T21:55:40.5561727Z (Reading database ... 25%
2025-08-20T21:55:40.5561983Z (Reading database ... 30%
2025-08-20T21:55:40.5562257Z (Reading database ... 35%
2025-08-20T21:55:40.5562546Z (Reading database ... 40%
2025-08-20T21:55:40.5562796Z (Reading database ... 45%
2025-08-20T21:55:40.5563043Z (Reading database ... 50%
2025-08-20T21:55:40.5579536Z (Reading database ... 55%
2025-08-20T21:55:40.5659519Z (Reading database ... 60%
2025-08-20T21:55:40.5697049Z (Reading database ... 65%
2025-08-20T21:55:40.5709842Z (Reading database ... 70%
2025-08-20T21:55:40.5727969Z (Reading database ... 75%
2025-08-20T21:55:40.5757833Z (Reading database ... 80%
2025-08-20T21:55:40.5913474Z (Reading database ... 85%
2025-08-20T21:55:40.5930903Z (Reading database ... 90%
2025-08-20T21:55:40.6018371Z (Reading database ... 95%
2025-08-20T21:55:40.6018654Z (Reading database ... 100%
2025-08-20T21:55:40.6019015Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:40.6045207Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:40.6468448Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:40.7548599Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:40.7862944Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:40.8834778Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:40.9659541Z (Reading database ... 
2025-08-20T21:55:40.9659885Z (Reading database ... 5%
2025-08-20T21:55:40.9660132Z (Reading database ... 10%
2025-08-20T21:55:40.9661141Z (Reading database ... 15%
2025-08-20T21:55:40.9661442Z (Reading database ... 20%
2025-08-20T21:55:40.9661810Z (Reading database ... 25%
2025-08-20T21:55:40.9662067Z (Reading database ... 30%
2025-08-20T21:55:40.9662318Z (Reading database ... 35%
2025-08-20T21:55:40.9662606Z (Reading database ... 40%
2025-08-20T21:55:40.9662854Z (Reading database ... 45%
2025-08-20T21:55:40.9663162Z (Reading database ... 50%
2025-08-20T21:55:40.9681062Z (Reading database ... 55%
2025-08-20T21:55:40.9767558Z (Reading database ... 60%
2025-08-20T21:55:40.9806948Z (Reading database ... 65%
2025-08-20T21:55:40.9820377Z (Reading database ... 70%
2025-08-20T21:55:40.9840064Z (Reading database ... 75%
2025-08-20T21:55:40.9871457Z (Reading database ... 80%
2025-08-20T21:55:41.0040479Z (Reading database ... 85%
2025-08-20T21:55:41.0059441Z (Reading database ... 90%
2025-08-20T21:55:41.0158365Z (Reading database ... 95%
2025-08-20T21:55:41.0158706Z (Reading database ... 100%
2025-08-20T21:55:41.0159222Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:41.0191965Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:41.0682421Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:41.1668792Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:41.2467275Z (Reading database ... 
2025-08-20T21:55:41.2467660Z (Reading database ... 5%
2025-08-20T21:55:41.2467958Z (Reading database ... 10%
2025-08-20T21:55:41.2468414Z (Reading database ... 15%
2025-08-20T21:55:41.2468719Z (Reading database ... 20%
2025-08-20T21:55:41.2469007Z (Reading database ... 25%
2025-08-20T21:55:41.2469257Z (Reading database ... 30%
2025-08-20T21:55:41.2469500Z (Reading database ... 35%
2025-08-20T21:55:41.2469795Z (Reading database ... 40%
2025-08-20T21:55:41.2470039Z (Reading database ... 45%
2025-08-20T21:55:41.2470305Z (Reading database ... 50%
2025-08-20T21:55:41.2488859Z (Reading database ... 55%
2025-08-20T21:55:41.2569248Z (Reading database ... 60%
2025-08-20T21:55:41.2606276Z (Reading database ... 65%
2025-08-20T21:55:41.2619156Z (Reading database ... 70%
2025-08-20T21:55:41.2638050Z (Reading database ... 75%
2025-08-20T21:55:41.2668694Z (Reading database ... 80%
2025-08-20T21:55:41.2821772Z (Reading database ... 85%
2025-08-20T21:55:41.2843732Z (Reading database ... 90%
2025-08-20T21:55:41.2925403Z (Reading database ... 95%
2025-08-20T21:55:41.2925876Z (Reading database ... 100%
2025-08-20T21:55:41.2926246Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:41.2951698Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:41.3969721Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:41.5884761Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:41.6493375Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:41.7686731Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:41.7914039Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:41.9013880Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:41.9216171Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:42.0457394Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:42.1457259Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:42.3428635Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:42.3640697Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:42.4725442Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:42.4928044Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:42.6002908Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:55:42.6252502Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:43.0373201Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:43.0609428Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:43.1823001Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:55:43.2179273Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:43.3082327Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:43.3870675Z (Reading database ... 
2025-08-20T21:55:43.3871520Z (Reading database ... 5%
2025-08-20T21:55:43.3872074Z (Reading database ... 10%
2025-08-20T21:55:43.3872359Z (Reading database ... 15%
2025-08-20T21:55:43.3872646Z (Reading database ... 20%
2025-08-20T21:55:43.3872905Z (Reading database ... 25%
2025-08-20T21:55:43.3873177Z (Reading database ... 30%
2025-08-20T21:55:43.3873500Z (Reading database ... 35%
2025-08-20T21:55:43.3873748Z (Reading database ... 40%
2025-08-20T21:55:43.3873972Z (Reading database ... 45%
2025-08-20T21:55:43.3874255Z (Reading database ... 50%
2025-08-20T21:55:43.3891984Z (Reading database ... 55%
2025-08-20T21:55:43.3972267Z (Reading database ... 60%
2025-08-20T21:55:43.4011254Z (Reading database ... 65%
2025-08-20T21:55:43.4025219Z (Reading database ... 70%
2025-08-20T21:55:43.4044948Z (Reading database ... 75%
2025-08-20T21:55:43.4078687Z (Reading database ... 80%
2025-08-20T21:55:43.4242128Z (Reading database ... 85%
2025-08-20T21:55:43.4265101Z (Reading database ... 90%
2025-08-20T21:55:43.4350198Z (Reading database ... 95%
2025-08-20T21:55:43.4350748Z (Reading database ... 100%
2025-08-20T21:55:43.4351159Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:55:43.4379163Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:43.4655084Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:43.5738160Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:43.6370177Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:43.7312939Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:43.7615182Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:43.8763859Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:55:43.9051650Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:55:44.0286841Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:55:44.0536208Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:44.2468642Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:55:44.5074072Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:55:44.6478180Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:55:44.7512251Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:55:44.8595417Z Selecting previously unselected package rename.
2025-08-20T21:55:44.8742781Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:55:44.8850015Z Unpacking rename (2.02-1) ...
2025-08-20T21:55:44.9699523Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:55:44.9951518Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:55:45.0821663Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:45.1028959Z Setting up rename (2.02-1) ...
2025-08-20T21:55:45.1257905Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:55:45.1406665Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:45.1656364Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:45.1904827Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:45.2106863Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:45.2356361Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:45.8725925Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:55:45.9032002Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:45.9656875Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.0014017Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.0255450Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.4440388Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.4679407Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:55:46.4960589Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.6349994Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:55:46.7948402Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.9490009Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:46.9727678Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:47.0083353Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:55:47.1070403Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:55:47.3779241Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:55:48.0595328Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:55:48.1026947Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:56:06.9685075Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:56:08.2043196Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:56:08.2097175Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:56:08.3576283Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:56:08.4628752Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:56:08.5680510Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:56:08.6733183Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:56:09.5397066Z Reading package lists...
2025-08-20T21:56:09.7181064Z Building dependency tree...
2025-08-20T21:56:09.7188337Z Reading state information...
2025-08-20T21:56:09.7391077Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:56:09.7511535Z 
2025-08-20T21:56:09.7512382Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:56:09.7512780Z 
2025-08-20T21:56:09.8146992Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:56:09.8153199Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:56:09.9968781Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:56:10.1022231Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:56:10.2076104Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:56:10.3129130Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:56:11.1574984Z Reading package lists...
2025-08-20T21:56:11.3305258Z Building dependency tree...
2025-08-20T21:56:11.3310926Z Reading state information...
2025-08-20T21:56:11.3507984Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:56:11.3599969Z 
2025-08-20T21:56:11.3600491Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:56:11.3600967Z 
2025-08-20T21:56:11.3711413Z Reading package lists...
2025-08-20T21:56:11.5713224Z Building dependency tree...
2025-08-20T21:56:11.5721886Z Reading state information...
2025-08-20T21:56:11.7945753Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:56:11.8350434Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:56:11.8621538Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:56:11.9170702Z ##[group]Run ##Presets
2025-08-20T21:56:11.9171225Z [36;1m##Presets[0m
2025-08-20T21:56:11.9171497Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:11.9171741Z [36;1m#-------------#[0m
2025-08-20T21:56:11.9172021Z [36;1m##Debug?[0m
2025-08-20T21:56:11.9172294Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:11.9172610Z [36;1m  set -x[0m
2025-08-20T21:56:11.9172913Z [36;1mfi[0m
2025-08-20T21:56:11.9173127Z [36;1m#-------------#[0m
2025-08-20T21:56:11.9173614Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:56:11.9174240Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:56:11.9174639Z [36;1msudo service procps restart[0m
2025-08-20T21:56:11.9175000Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:56:11.9203171Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:11.9203456Z env:
2025-08-20T21:56:11.9205069Z   CROSS_COMPILING: NO
2025-08-20T21:56:11.9205733Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:11.9206163Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:11.9206489Z   ON_QEMU: NO
2025-08-20T21:56:11.9206728Z   DEBUG: 0
2025-08-20T21:56:11.9206971Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:11.9207581Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:11.9207986Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T21:56:11.9208328Z   KEEP_LOGS: YES
2025-08-20T21:56:11.9208637Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:11.9208862Z   PKG_FAMILY_LOCAL: oras
2025-08-20T21:56:11.9209161Z   SBUILD_REBUILD: false
2025-08-20T21:56:11.9209767Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T21:56:11.9210340Z   BUILD_SYS: docker://go
2025-08-20T21:56:11.9210628Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:11.9210879Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:11.9211138Z   SYSTMP: /tmp
2025-08-20T21:56:11.9211428Z   GHA_MODE: MATRIX
2025-08-20T21:56:11.9211873Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:11.9212357Z ##[endgroup]
2025-08-20T21:56:11.9309561Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:56:11.9365756Z 0
2025-08-20T21:56:11.9709192Z vm.max_map_count = 262144
2025-08-20T21:56:11.9709750Z fs.inotify.max_user_watches = 655360
2025-08-20T21:56:11.9710188Z fs.inotify.max_user_instances = 1280
2025-08-20T21:56:11.9710684Z vm.mmap_rnd_bits = 28
2025-08-20T21:56:11.9802163Z ##[group]Run ##Presets
2025-08-20T21:56:11.9802778Z [36;1m##Presets[0m
2025-08-20T21:56:11.9803026Z [36;1mset +x ; set +e[0m
2025-08-20T21:56:11.9803361Z [36;1m#-------------#[0m
2025-08-20T21:56:11.9803601Z [36;1m##Debug?[0m
2025-08-20T21:56:11.9803899Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:56:11.9804231Z [36;1m  set -x[0m
2025-08-20T21:56:11.9804443Z [36;1mfi[0m
2025-08-20T21:56:11.9804711Z [36;1m#-------------#[0m
2025-08-20T21:56:11.9804980Z [36;1m##Main[0m
2025-08-20T21:56:11.9805206Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:56:11.9806086Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:56:11.9806823Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:56:11.9807219Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:56:11.9807637Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:56:11.9807938Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:56:11.9808338Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:56:11.9808685Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:56:11.9809057Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:56:11.9809451Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:56:11.9810075Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:56:11.9810485Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:56:11.9810896Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:56:11.9811202Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:56:11.9811568Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:56:11.9811878Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:56:11.9812232Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:56:11.9812566Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:56:11.9812883Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:56:11.9813280Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:56:11.9813618Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:56:11.9813930Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:56:11.9814310Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:56:11.9814665Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:56:11.9815013Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:56:11.9815389Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:56:11.9815687Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:56:11.9816276Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:56:11.9816760Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:56:11.9817279Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:56:11.9817798Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:56:11.9818169Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:56:11.9818577Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:56:11.9819271Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:56:11.9820102Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:56:11.9820672Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:56:11.9820986Z [36;1m else[0m
2025-08-20T21:56:11.9821588Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:56:11.9822041Z [36;1m fi[0m
2025-08-20T21:56:11.9822344Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:56:11.9822746Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:56:11.9823229Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9823641Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9824082Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9824547Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9824978Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9825442Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9826116Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:56:11.9826559Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:56:11.9826940Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:56:11.9851590Z shell: /usr/bin/bash -e {0}
2025-08-20T21:56:11.9851899Z env:
2025-08-20T21:56:11.9852114Z   CROSS_COMPILING: NO
2025-08-20T21:56:11.9852465Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:56:11.9852739Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:56:11.9853224Z   ON_QEMU: NO
2025-08-20T21:56:11.9853527Z   DEBUG: 0
2025-08-20T21:56:11.9853743Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:56:11.9854062Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:56:11.9854404Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T21:56:11.9854745Z   KEEP_LOGS: YES
2025-08-20T21:56:11.9855017Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:56:11.9855269Z   PKG_FAMILY_LOCAL: oras
2025-08-20T21:56:11.9855535Z   SBUILD_REBUILD: false
2025-08-20T21:56:11.9856362Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T21:56:11.9856954Z   BUILD_SYS: docker://go
2025-08-20T21:56:11.9857239Z   BUILD_ON_HOST: FALSE
2025-08-20T21:56:11.9857462Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:56:11.9857690Z   SYSTMP: /tmp
2025-08-20T21:56:11.9857950Z   GHA_MODE: MATRIX
2025-08-20T21:56:11.9858407Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:56:11.9859580Z   GHCR_TOKEN: ***
2025-08-20T21:56:11.9860085Z   GITHUB_TOKEN: ***
2025-08-20T21:56:11.9860572Z   GITLAB_TOKEN: ***
2025-08-20T21:56:11.9861864Z   MINISIGN_KEY: ***
2025-08-20T21:56:11.9862132Z ##[endgroup]
2025-08-20T21:56:12.0590386Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:56:12.1463329Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:56:12.1464428Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:56:12.1464865Z 
2025-08-20T21:56:12.1986083Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:56:12.2011143Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:56:12.2011548Z 100  4012  100  4012    0     0  73007      0 --:--:-- --:--:-- --:--:-- 72945
2025-08-20T21:56:12.2023782Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T21:56:12.2103677Z 
2025-08-20T21:56:12.2104423Z [+] Building [/tmp/tmp.SLlx9cb3A8/SBUILD_INPUT] Locally
2025-08-20T21:56:12.2104714Z 
2025-08-20T21:56:12.2114624Z '/tmp/tmp.SLlx9cb3A8/SBUILD_INPUT' -> '/tmp/pkgforge/htY7GsPwY_build.yaml'
2025-08-20T21:56:12.3204495Z 
2025-08-20T21:56:12.3205094Z [+] Passwordless sudo is Configured
2025-08-20T21:56:12.3970163Z 
2025-08-20T21:56:12.3983302Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:56:12.3983586Z 
2025-08-20T21:56:12.4351122Z 
2025-08-20T21:56:12.4352424Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:56:12.4352829Z 
2025-08-20T21:56:12.4352856Z 
2025-08-20T21:56:12.4353125Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:56:12.4353420Z 
2025-08-20T21:56:12.4393305Z [+] Installing: 7z -> 7z
2025-08-20T21:56:13.1040539Z [+] Installing: actionlint -> actionlint
2025-08-20T21:56:13.6405260Z [+] Installing: anew -> anew
2025-08-20T21:56:14.1578432Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:56:14.6483876Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:56:14.7901703Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:56:15.2687312Z [+] Installing: archey -> archey
2025-08-20T21:56:15.8250639Z [+] Installing: aria2 -> aria2c
2025-08-20T21:56:16.4459011Z [+] Installing: askalono -> askalono
2025-08-20T21:56:16.9451586Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:56:17.2599931Z [+] Installing: b3sum -> b3sum
2025-08-20T21:56:17.4508940Z [+] Installing: bita -> bita
2025-08-20T21:56:18.0424160Z [+] Installing: btop -> btop
2025-08-20T21:56:18.5705659Z [+] Installing: chafa -> chafa
2025-08-20T21:56:19.1347639Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:56:19.8443179Z [+] Installing: croc -> croc
2025-08-20T21:56:20.3640254Z [+] Installing: csvtk -> csvtk
2025-08-20T21:56:20.9514595Z [+] Installing: cutlines -> cutlines
2025-08-20T21:56:21.4426311Z curl: (22) The requested URL returned error: 404
2025-08-20T21:56:21.4461935Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:56:21.4462535Z [+] Installing: dbin -> dbin
2025-08-20T21:56:22.0000940Z [+] Installing: dasel -> dasel
2025-08-20T21:56:22.3241263Z [+] Installing: delta -> delta
2025-08-20T21:56:22.9101964Z [+] Installing: ds -> ds
2025-08-20T21:56:23.3790421Z curl: (22) The requested URL returned error: 404
2025-08-20T21:56:23.3908212Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:56:23.3908652Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:56:23.6265682Z [+] Installing: duf -> duf
2025-08-20T21:56:24.1634935Z [+] Installing: duplicut -> duplicut
2025-08-20T21:56:24.7319256Z [+] Installing: dust -> dust
2025-08-20T21:56:25.4561612Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:56:25.9899251Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:56:26.5481913Z [+] Installing: dysk -> dysk
2025-08-20T21:56:26.7512360Z [+] Installing: eget -> eget
2025-08-20T21:56:27.2477485Z [+] Installing: epoch -> epoch
2025-08-20T21:56:27.7561844Z [+] Installing: faketty -> faketty
2025-08-20T21:56:28.2488431Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:56:28.7497615Z [+] Installing: freeze -> freeze
2025-08-20T21:56:28.9537471Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:56:29.4300857Z [+] Installing: gdu -> gdu
2025-08-20T21:56:30.0573055Z [+] Installing: gh -> gh
2025-08-20T21:56:30.7332402Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:56:31.2943395Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:56:31.8259443Z [+] Installing: glab -> glab
2025-08-20T21:56:32.5050062Z [+] Installing: glow -> glow
2025-08-20T21:56:33.0728056Z [+] Installing: httpx -> httpx
2025-08-20T21:56:33.6665272Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:56:34.2719873Z [+] Installing: husarnet -> husarnet
2025-08-20T21:56:34.7242257Z curl: (22) The requested URL returned error: 404
2025-08-20T21:56:34.7277275Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:56:34.7277664Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:56:34.8970550Z curl: (22) The requested URL returned error: 404
2025-08-20T21:56:34.9004424Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:56:34.9005004Z [+] Installing: imgcat -> imgcat
2025-08-20T21:56:35.4272833Z [+] Installing: jc -> jc
2025-08-20T21:56:35.9979533Z [+] Installing: jq -> jq
2025-08-20T21:56:36.5014056Z [+] Installing: logdy -> logdy
2025-08-20T21:56:37.1391532Z [+] Installing: micro -> micro
2025-08-20T21:56:37.7594038Z [+] Installing: miniserve -> miniserve
2025-08-20T21:56:38.3102159Z [+] Installing: minisign -> minisign
2025-08-20T21:56:38.8663932Z [+] Installing: ncdu -> ncdu
2025-08-20T21:56:39.0287637Z [+] Installing: notify -> notify
2025-08-20T21:56:39.6692584Z [+] Installing: ouch -> ouch
2025-08-20T21:56:40.2102711Z [+] Installing: oras -> oras
2025-08-20T21:56:40.7614523Z [+] Installing: pipetty -> pipetty
2025-08-20T21:56:41.2442291Z [+] Installing: pixterm -> pixterm
2025-08-20T21:56:41.6991790Z [+] Installing: qsv -> qsv
2025-08-20T21:56:42.2645121Z [+] Installing: rclone -> rclone
2025-08-20T21:56:42.9812903Z [+] Installing: ripgrep -> rg
2025-08-20T21:56:43.5238049Z [+] Installing: rga -> rga
2025-08-20T21:56:44.0449409Z [+] Installing: rsync -> rsync
2025-08-20T21:56:44.6243878Z [+] Installing: script -> script
2025-08-20T21:56:45.0870776Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:56:45.7720290Z [+] Installing: soar -> soar
2025-08-20T21:56:46.3272901Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:56:46.8629297Z [+] Installing: sstrip -> sstrip
2025-08-20T21:56:47.3097666Z [+] Installing: strace -> strace
2025-08-20T21:56:47.7848991Z [+] Installing: sttr -> sttr
2025-08-20T21:56:48.3127570Z [+] Installing: tailscale -> tailscale
2025-08-20T21:56:48.9230975Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:56:49.5995603Z [+] Installing: taplo -> taplo
2025-08-20T21:56:50.2018953Z [+] Installing: tldr -> tldr
2025-08-20T21:56:50.7295115Z [+] Installing: tldr -> tealdeer
2025-08-20T21:56:51.2600703Z [+] Installing: tmux -> tmux
2025-08-20T21:56:51.8277278Z [+] Installing: tok -> tok
2025-08-20T21:56:52.3306672Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:56:53.0115481Z [+] Installing: trurl -> trurl
2025-08-20T21:56:53.4770705Z [+] Installing: tss -> tss
2025-08-20T21:56:54.0292770Z [+] Installing: ulexec -> ulexec
2025-08-20T21:56:54.6212765Z [+] Installing: unfurl -> unfurl
2025-08-20T21:56:55.1783624Z [+] Installing: upx -> upx
2025-08-20T21:56:55.4956471Z [+] Installing: validtoml -> validtoml
2025-08-20T21:56:56.0158947Z [+] Installing: wget -> wget
2025-08-20T21:56:56.8032906Z [+] Installing: wget2 -> wget2
2025-08-20T21:56:57.4164783Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:56:57.9635933Z [+] Installing: xq -> xq
2025-08-20T21:56:58.4938301Z [+] Installing: xz -> xz
2025-08-20T21:56:58.9802703Z [+] Installing: unxz -> unxz
2025-08-20T21:56:59.4576783Z [+] Installing: yq -> yq
2025-08-20T21:57:00.0085068Z [+] Installing: yj -> yj
2025-08-20T21:57:00.6868779Z [+] Installing: zapper -> zapper
2025-08-20T21:57:01.1534899Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:57:01.3710228Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:57:01.8827660Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:01.8862679Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:57:01.8863103Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:57:02.3338755Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:02.3373642Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:57:02.3375637Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:57:02.8070307Z curl: (22) The requested URL returned error: 404
2025-08-20T21:57:02.8105859Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:57:02.8106419Z [+] Installing: zstd -> zstd
2025-08-20T21:57:03.3254591Z [+] Creating symlinks...
2025-08-20T21:57:03.3325135Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:57:03.3402796Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:57:03.3480816Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:57:03.3561093Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:57:03.3642333Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:57:03.3722266Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:57:03.3800958Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:57:03.3879284Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:57:03.3960032Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:57:03.4040657Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:57:03.4121978Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:57:03.4204019Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:57:03.4283816Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:57:03.4363142Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:57:03.4443019Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:57:03.4522237Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:57:03.4600362Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:57:03.4633907Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:57:03.4702271Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:57:03.4784231Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:57:03.4866676Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:57:03.4901398Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:57:03.4976910Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:57:03.5055717Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:57:03.5134371Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:57:03.5217006Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:57:03.5300033Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:57:03.5382851Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:57:03.5461534Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:57:03.5541197Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:57:03.5620978Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:57:03.5703585Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:57:03.5788071Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:57:03.5870550Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:57:03.5951603Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:57:03.6034320Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:57:03.6119631Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:57:03.6198902Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:57:03.6280891Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:57:03.6361726Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:57:03.6440410Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:57:03.6518732Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:57:03.6595147Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:57:03.6676616Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:57:03.6710508Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:57:03.6735706Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:57:03.6806288Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:57:03.6883018Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:57:03.6960584Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:57:03.7037888Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:57:03.7113225Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:57:03.7191534Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:57:03.7272339Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:57:03.7349429Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:57:03.7427303Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:57:03.7503705Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:57:03.7578638Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:57:03.7655549Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:57:03.7730953Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:57:03.7812725Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:57:03.7894215Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:57:03.7976723Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:57:03.8055390Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:57:03.8133274Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:57:03.8214679Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:57:03.8293775Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:57:03.8375125Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:57:03.8452789Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:57:03.8529966Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:57:03.8608927Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:57:03.8684325Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:57:03.8763828Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:57:03.8841750Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:57:03.8923515Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:57:03.9011301Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:57:03.9097664Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:57:03.9179578Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:57:03.9260542Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:57:03.9339294Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:57:03.9417729Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:57:03.9494741Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:57:03.9572163Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:57:03.9651840Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:57:03.9728886Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:57:03.9808940Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:57:03.9891099Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:57:03.9973955Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:57:04.0056973Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:57:04.0137805Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:57:04.0218826Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:57:04.0300461Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:57:04.0380912Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:57:04.0461123Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:57:04.0539111Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:57:04.0620071Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:57:04.0654487Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:57:04.0678593Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:57:04.0702957Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:57:04.0774024Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:57:04.0796777Z 
2025-08-20T21:57:04.0797108Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:57:04.0797465Z 
2025-08-20T21:57:04.1796837Z 
2025-08-20T21:57:04.1879380Z 
2025-08-20T21:57:04.1882342Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:57:04.1882571Z 
2025-08-20T21:57:04.1882652Z [+] Installation completed!
2025-08-20T21:57:04.1955427Z 
2025-08-20T21:57:04.1955904Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:57:04.4605329Z github.com
2025-08-20T21:57:04.4616810Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:57:04.4617167Z   - Active account: true
2025-08-20T21:57:04.4617378Z   - Git operations protocol: https
2025-08-20T21:57:04.4617627Z   - Token: ghp_************************************
2025-08-20T21:57:04.4618275Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:57:04.4618913Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:57:04.4619753Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:57:04.6505340Z Limit: 5000, Remaining: 4947, Reset: 2025-08-20 22:27:57 +0000 UTC (30m52s)
2025-08-20T21:57:04.6516022Z 
2025-08-20T21:57:04.6516564Z [+] GHCR_TOKEN is Exported
2025-08-20T21:57:04.6546422Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:57:04.8729452Z Login Succeeded
2025-08-20T21:57:04.8740951Z 
2025-08-20T21:57:04.8741248Z [+] GITLAB is Exported
2025-08-20T21:57:04.9975074Z [git remote -v]
2025-08-20T21:57:05.2150587Z gitlab.com
2025-08-20T21:57:05.2151195Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:57:05.2151744Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:57:05.2152214Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:57:05.2152593Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:57:05.2152941Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:57:05.2153289Z   ✓ Token found: **************************
2025-08-20T21:57:05.2153530Z 
2025-08-20T21:57:05.2154014Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:57:05.2158355Z [git remote -v]
2025-08-20T21:57:05.2166648Z 2025/08/20 21:57:05 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:57:05.2167666Z git: exit status 128]
2025-08-20T21:57:05.5096628Z 
2025-08-20T21:57:05.5096762Z 
2025-08-20T21:57:05.5097607Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:57:05 PM)
2025-08-20T21:57:05.5098021Z 
2025-08-20T21:57:05.5098025Z 
2025-08-20T21:57:05.5098324Z [+] USER = runner
2025-08-20T21:57:05.5098569Z [+] HOME = /home/runner
2025-08-20T21:57:05.5100771Z [+] 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-20T21:57:05.5103103Z 
2025-08-20T21:57:06.4479296Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:06.4520205Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:06.6451697Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:06.7503676Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:06.8556484Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:06.9609486Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:07.8176030Z Reading package lists...
2025-08-20T21:57:07.8479894Z Reading package lists...
2025-08-20T21:57:08.0874373Z Building dependency tree...
2025-08-20T21:57:08.0880531Z Reading state information...
2025-08-20T21:57:08.3779541Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:57:08.3780002Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:57:08.3780624Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:08.3781006Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:57:08.3781377Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:57:08.3781804Z moreutils is already the newest version (0.69-1).
2025-08-20T21:57:08.3782219Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:57:08.3782689Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:57:08.3783474Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:08.5091467Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:57:08.5191262Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:57:08.6467256Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:57:08.7521102Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:57:08.8574385Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:57:08.9628103Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:57:09.8513790Z Reading package lists...
2025-08-20T21:57:09.8822853Z Reading package lists...
2025-08-20T21:57:10.0923005Z Building dependency tree...
2025-08-20T21:57:10.0928764Z Reading state information...
2025-08-20T21:57:10.3368956Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:57:10.3369682Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:57:10.3370484Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:57:10.3370946Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:57:10.3371512Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:10.3371994Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:57:10.3372438Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:57:10.3373327Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:57:10.3373737Z gawk set to manually installed.
2025-08-20T21:57:10.3374135Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:57:10.3374620Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:57:10.3375082Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:57:10.3375541Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:57:10.3376232Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:57:10.3376760Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:57:10.3377260Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:57:10.3377703Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:57:10.3378127Z The following additional packages will be installed:
2025-08-20T21:57:10.3378619Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:57:10.3379134Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:57:10.3379633Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:57:10.3380109Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:57:10.3380608Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:57:10.3381062Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:57:10.3385642Z Suggested packages:
2025-08-20T21:57:10.3386033Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:57:10.3386464Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:57:10.3386911Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:57:10.3387349Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:57:10.3387727Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:57:10.3388100Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:57:10.3388462Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:57:10.3603569Z The following NEW packages will be installed:
2025-08-20T21:57:10.3603915Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:57:10.3604539Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:57:10.3617300Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:57:10.3618088Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:57:10.3618542Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:57:10.3619002Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:57:10.3619371Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:57:10.5909326Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:10.5909721Z Need to get 27.2 MB of archives.
2025-08-20T21:57:10.5910014Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:57:10.5910557Z 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-20T21:57:11.4789252Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:57:12.0219065Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:57:12.3002451Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:57:12.4062285Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:57:12.5127052Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:57:12.7351113Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:57:12.9527730Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:57:13.1766865Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:57:13.2849595Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:57:14.4783698Z 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-20T21:57:14.6913642Z 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-20T21:57:15.3779242Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:57:15.4908465Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:57:15.5981074Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:57:15.7129724Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:57:15.8197003Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:57:16.4238013Z 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-20T21:57:16.5299822Z 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-20T21:57:16.6394032Z 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-20T21:57:16.7453207Z 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-20T21:57:16.8514849Z 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-20T21:57:17.1727385Z 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-20T21:57:17.5412436Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:57:17.8512319Z 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-20T21:57:17.9628812Z 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-20T21:57:18.4056503Z 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-20T21:57:18.5153198Z 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-20T21:57:18.6248183Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:57:18.7385668Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:57:18.8442288Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:57:18.9555718Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:57:19.0669014Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:57:19.6505114Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:57:20.3105344Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:57:20.6329627Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:57:20.8771039Z Preconfiguring packages ...
2025-08-20T21:57:21.0320588Z Fetched 27.2 MB in 10s (2649 kB/s)
2025-08-20T21:57:21.0829050Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:57:21.0860464Z (Reading database ... 
2025-08-20T21:57:21.0865701Z (Reading database ... 5%
2025-08-20T21:57:21.0866295Z (Reading database ... 10%
2025-08-20T21:57:21.0866514Z (Reading database ... 15%
2025-08-20T21:57:21.0866714Z (Reading database ... 20%
2025-08-20T21:57:21.0866943Z (Reading database ... 25%
2025-08-20T21:57:21.0867137Z (Reading database ... 30%
2025-08-20T21:57:21.0867329Z (Reading database ... 35%
2025-08-20T21:57:21.0867524Z (Reading database ... 40%
2025-08-20T21:57:21.0867715Z (Reading database ... 45%
2025-08-20T21:57:21.0867905Z (Reading database ... 50%
2025-08-20T21:57:21.0883954Z (Reading database ... 55%
2025-08-20T21:57:21.0972359Z (Reading database ... 60%
2025-08-20T21:57:21.1013552Z (Reading database ... 65%
2025-08-20T21:57:21.1028530Z (Reading database ... 70%
2025-08-20T21:57:21.1048908Z (Reading database ... 75%
2025-08-20T21:57:21.1176225Z (Reading database ... 80%
2025-08-20T21:57:21.1248549Z (Reading database ... 85%
2025-08-20T21:57:21.1274131Z (Reading database ... 90%
2025-08-20T21:57:21.1364329Z (Reading database ... 95%
2025-08-20T21:57:21.1364549Z (Reading database ... 100%
2025-08-20T21:57:21.1364838Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:57:21.1393783Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:57:21.1647779Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:57:21.3313667Z Selecting previously unselected package poppler-data.
2025-08-20T21:57:21.3483364Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:57:21.3561000Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:57:21.4979890Z Selecting previously unselected package b3sum.
2025-08-20T21:57:21.5128589Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:57:21.5240083Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:57:21.5988471Z Selecting previously unselected package build-essential.
2025-08-20T21:57:21.6146360Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:57:21.6214976Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:57:21.6945032Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:57:21.7119747Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:57:21.7261849Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:57:21.7928442Z Selecting previously unselected package ccache.
2025-08-20T21:57:21.8115494Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:57:21.8206470Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:57:21.9283807Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:57:21.9451850Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:57:21.9530143Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:57:22.0117776Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:57:22.0260598Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:57:22.0333954Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:57:22.1073851Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:57:22.1228607Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:57:22.1288961Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:57:22.2221387Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:57:22.2376112Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:57:22.3018543Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:57:22.4229520Z Selecting previously unselected package libgs-common.
2025-08-20T21:57:22.4396463Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:57:22.4482068Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:22.5158655Z Selecting previously unselected package libgs10-common.
2025-08-20T21:57:22.5305553Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:57:22.5471779Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:22.6555614Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:57:22.6701356Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:57:22.6770717Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:57:22.7408021Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:57:22.7562442Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:57:22.7648579Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:57:22.8351072Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:57:22.8522320Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:57:22.8598196Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:57:22.9558232Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:57:22.9733764Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:57:22.9808436Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:57:23.0494009Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:57:23.0666780Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:57:23.0735499Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:23.2926442Z Selecting previously unselected package ghostscript.
2025-08-20T21:57:23.3083854Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:57:23.8448406Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:23.9153744Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:57:23.9326152Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:23.9416675Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:24.3158859Z Selecting previously unselected package imagemagick.
2025-08-20T21:57:24.3302295Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:24.3373221Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:24.3920777Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:57:24.4064358Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:57:24.4129163Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:24.4792925Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:57:24.4967636Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:57:24.5037919Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:24.5749718Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:57:24.5919510Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:57:24.5979378Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:57:24.6617172Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:57:24.6788898Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:57:24.6869555Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:24.7456448Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:57:24.7602225Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:57:24.7662587Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:24.8261089Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:57:24.8408624Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:57:24.8483301Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:57:24.9390374Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:57:24.9542535Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:57:24.9662377Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:57:25.0348857Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:57:25.0531112Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:57:25.0612818Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:25.1317458Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:57:25.1488977Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:57:25.1577973Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:57:25.2163952Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:57:25.2344495Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:57:25.2445099Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:57:25.3044994Z Selecting previously unselected package libtool-bin.
2025-08-20T21:57:25.3217910Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:57:25.3293047Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:57:25.4014172Z Selecting previously unselected package lzip.
2025-08-20T21:57:25.4174350Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:57:25.4242712Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:57:25.4986530Z Selecting previously unselected package netpbm.
2025-08-20T21:57:25.5138126Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:57:25.5216923Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:57:25.7582197Z Selecting previously unselected package musl:arm64.
2025-08-20T21:57:25.7755754Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:57:25.7834555Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:57:25.8939470Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:57:25.9113822Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:57:25.9187633Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:57:26.0080530Z Selecting previously unselected package musl-tools.
2025-08-20T21:57:26.0229872Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:57:26.0297311Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:57:26.1227763Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:57:26.3486942Z 
2025-08-20T21:57:26.3487746Z Creating config file /etc/papersize with new version
2025-08-20T21:57:26.5104898Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:57:26.5300412Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:57:26.5577494Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:57:26.5804508Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:57:26.6080481Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:26.6336416Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:57:26.6556473Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:57:26.6778803Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:57:26.7436396Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:26.7624730Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:57:26.7815992Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:57:26.7984175Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:57:26.8066931Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:57:26.8128759Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:57:26.8249230Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:57:26.8454271Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:57:26.8681632Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:57:26.8936224Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:57:26.9171050Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:26.9341184Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:57:26.9403485Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:57:26.9473678Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:57:26.9539615Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:57:26.9632409Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:57:26.9692134Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:57:26.9763666Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:57:26.9825423Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:57:26.9894187Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:57:26.9967018Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:57:27.0037164Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:57:27.0108545Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:57:27.0188169Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:57:27.0252372Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:57:27.0324659Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:57:27.0396478Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:57:27.0477945Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:57:27.0544558Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:57:27.0624680Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:57:27.0690995Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:57:27.0761161Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:57:27.0825306Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:57:27.0941032Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:57:27.1241976Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:57:27.1670308Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:57:27.1892369Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:57:27.2345718Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:27.2561627Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:57:27.2814815Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:57:27.3070176Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:57:27.3204187Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:57:27.3333563Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:57:27.3525710Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:57:27.3749609Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:57:27.3982268Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:57:27.4205937Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:27.4436022Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:57:27.4671433Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:57:27.7671849Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:57:27.7900840Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:27.8131567Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:27.8394186Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:57:27.8653558Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:57:27.9474540Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:57:29.1963521Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:57:33.3823214Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:57:33.4267732Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:57:36.0987734Z Reading package lists...
2025-08-20T21:57:36.3047965Z Building dependency tree...
2025-08-20T21:57:36.3056122Z Reading state information...
2025-08-20T21:57:36.5428058Z autoconf is already the newest version (2.71-3).
2025-08-20T21:57:36.5428789Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:57:36.5429191Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:57:36.5429527Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:57:36.5429913Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:57:36.5430265Z ca-certificates is already the newest version (20240203).
2025-08-20T21:57:36.5430579Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:57:36.5430876Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:57:36.5431178Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:57:36.5431484Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:57:36.5432183Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:57:36.5432527Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:57:36.5432794Z patch set to manually installed.
2025-08-20T21:57:36.5433063Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:57:36.5433380Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:57:36.5433684Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:57:36.5433984Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:57:36.5434257Z Suggested packages:
2025-08-20T21:57:36.5434429Z   scons-doc
2025-08-20T21:57:36.5584809Z The following NEW packages will be installed:
2025-08-20T21:57:36.5592164Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:57:36.7004780Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:36.7005505Z Need to get 17.8 MB of archives.
2025-08-20T21:57:36.7006104Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:57:36.7006692Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:57:36.9428543Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:57:36.9818054Z 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-20T21:57:37.2862981Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:57:37.3284244Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:57:37.5859558Z Fetched 17.8 MB in 1s (23.4 MB/s)
2025-08-20T21:57:37.6142932Z Selecting previously unselected package autopoint.
2025-08-20T21:57:37.6174862Z (Reading database ... 
2025-08-20T21:57:37.6175074Z (Reading database ... 5%
2025-08-20T21:57:37.6175274Z (Reading database ... 10%
2025-08-20T21:57:37.6175470Z (Reading database ... 15%
2025-08-20T21:57:37.6175732Z (Reading database ... 20%
2025-08-20T21:57:37.6176129Z (Reading database ... 25%
2025-08-20T21:57:37.6176359Z (Reading database ... 30%
2025-08-20T21:57:37.6176553Z (Reading database ... 35%
2025-08-20T21:57:37.6176744Z (Reading database ... 40%
2025-08-20T21:57:37.6176933Z (Reading database ... 45%
2025-08-20T21:57:37.6177123Z (Reading database ... 50%
2025-08-20T21:57:37.6200550Z (Reading database ... 55%
2025-08-20T21:57:37.6287745Z (Reading database ... 60%
2025-08-20T21:57:37.6329433Z (Reading database ... 65%
2025-08-20T21:57:37.6343721Z (Reading database ... 70%
2025-08-20T21:57:37.6372000Z (Reading database ... 75%
2025-08-20T21:57:37.6492793Z (Reading database ... 80%
2025-08-20T21:57:37.6561512Z (Reading database ... 85%
2025-08-20T21:57:37.6617181Z (Reading database ... 90%
2025-08-20T21:57:37.6678480Z (Reading database ... 95%
2025-08-20T21:57:37.6678712Z (Reading database ... 100%
2025-08-20T21:57:37.6679007Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:57:37.6706344Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:57:37.6774488Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:57:37.7654996Z Selecting previously unselected package clang.
2025-08-20T21:57:37.7826350Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:57:37.7893316Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:57:37.8498639Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:57:37.8647770Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:57:37.8719747Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:57:38.9041599Z Selecting previously unselected package scons.
2025-08-20T21:57:38.9203609Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:57:38.9284001Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:57:39.0188617Z Selecting previously unselected package byacc.
2025-08-20T21:57:39.0345243Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:57:39.0408644Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:57:39.1177045Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:57:39.2069044Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:57:39.2530943Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:57:39.2970182Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:57:39.6626926Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:57:39.6852373Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:57:40.9584379Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:57:42.1125365Z Reading package lists...
2025-08-20T21:57:42.3239490Z Building dependency tree...
2025-08-20T21:57:42.3248178Z Reading state information...
2025-08-20T21:57:42.5732960Z The following additional packages will be installed:
2025-08-20T21:57:42.5733373Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:57:42.5733762Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:57:42.5734150Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:57:42.5734616Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:57:42.5735056Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:57:42.5735480Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:57:42.5736600Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:57:42.5737173Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:57:42.5737779Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:57:42.5748567Z Suggested packages:
2025-08-20T21:57:42.5748867Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:57:42.5749254Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:57:42.5749675Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:57:42.5752051Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:57:42.5752454Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:57:42.5752861Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:57:42.5753316Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:57:42.5753786Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:57:42.5754164Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:57:42.5754373Z Recommended packages:
2025-08-20T21:57:42.5754649Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:57:42.5755073Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:57:42.5755464Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:57:42.5755986Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:57:42.5756341Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:57:42.5935602Z The following NEW packages will be installed:
2025-08-20T21:57:42.5936884Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:57:42.5937257Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:57:42.5937650Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:57:42.5938119Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:57:42.5938576Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:57:42.5938998Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:57:42.5939439Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:57:42.5941149Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:57:42.5944510Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:57:42.8285994Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:42.8286397Z Need to get 2409 kB of archives.
2025-08-20T21:57:42.8286692Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:57:42.8287204Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:57:42.9347241Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:57:43.0625763Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:57:43.2734004Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:57:43.3861535Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:57:43.5064949Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:57:43.6443374Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:57:43.7558779Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:57:43.8701374Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:57:43.9876990Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:57:44.1108201Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:57:44.3371423Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:57:44.4433357Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:57:44.5891853Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:57:44.7429601Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:57:44.9662363Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:57:45.0794485Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:57:45.3816230Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:57:45.4923869Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:57:45.6010116Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:57:45.7080448Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:57:45.9803429Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:57:46.3090931Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:57:46.5307987Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:57:46.6518682Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:57:46.7985621Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:57:46.9323501Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:57:47.2862241Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:57:47.4305549Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:57:47.5501186Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:57:48.1707524Z Fetched 2409 kB in 5s (454 kB/s)
2025-08-20T21:57:48.2027511Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:57:48.2059588Z (Reading database ... 
2025-08-20T21:57:48.2059828Z (Reading database ... 5%
2025-08-20T21:57:48.2060039Z (Reading database ... 10%
2025-08-20T21:57:48.2060277Z (Reading database ... 15%
2025-08-20T21:57:48.2060471Z (Reading database ... 20%
2025-08-20T21:57:48.2061336Z (Reading database ... 25%
2025-08-20T21:57:48.2061566Z (Reading database ... 30%
2025-08-20T21:57:48.2061768Z (Reading database ... 35%
2025-08-20T21:57:48.2061965Z (Reading database ... 40%
2025-08-20T21:57:48.2062160Z (Reading database ... 45%
2025-08-20T21:57:48.2062354Z (Reading database ... 50%
2025-08-20T21:57:48.2080756Z (Reading database ... 55%
2025-08-20T21:57:48.2166830Z (Reading database ... 60%
2025-08-20T21:57:48.2206433Z (Reading database ... 65%
2025-08-20T21:57:48.2220644Z (Reading database ... 70%
2025-08-20T21:57:48.2248199Z (Reading database ... 75%
2025-08-20T21:57:48.2370351Z (Reading database ... 80%
2025-08-20T21:57:48.2440137Z (Reading database ... 85%
2025-08-20T21:57:48.2496970Z (Reading database ... 90%
2025-08-20T21:57:48.2559191Z (Reading database ... 95%
2025-08-20T21:57:48.2559419Z (Reading database ... 100%
2025-08-20T21:57:48.2560137Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:57:48.2591512Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:57:48.2671526Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:57:48.3411982Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:57:48.3560328Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:57:48.3633408Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:57:48.4172623Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:57:48.4343296Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:57:48.4418169Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:57:48.5071895Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:57:48.5243411Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:57:48.5312922Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:57:48.6108380Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:57:48.6279903Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:57:48.6358560Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:57:48.6859701Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:57:48.7009435Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:57:48.7080625Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:57:48.7702018Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:57:48.7845040Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:57:48.7924513Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:57:48.8586692Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:57:48.8729955Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:57:48.8821549Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:57:48.9352248Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:57:48.9534118Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:57:48.9605635Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:57:49.0219851Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:57:49.0393271Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:57:49.0466781Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:57:49.0998309Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:57:49.1162993Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:57:49.1957281Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:57:49.2654351Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:57:49.2802957Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:57:49.2956576Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:57:49.3539560Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:57:49.3682421Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:57:49.3755517Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:57:49.4352519Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:57:49.4513304Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:57:49.4579945Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:57:49.5208839Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:57:49.5382347Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:57:49.5457546Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:57:49.6245201Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:57:49.6414143Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:57:49.6508798Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:57:49.7198895Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:57:49.7367442Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:57:49.7442585Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:57:49.8110448Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:57:49.8261793Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:57:49.8333515Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:57:49.9070218Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:57:49.9225130Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:57:49.9310860Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:57:49.9992624Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:57:50.0175751Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:57:50.0289301Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:57:50.1229565Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:57:50.1404448Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:57:50.1478270Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:57:50.2356788Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:57:50.2525242Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:57:50.2636278Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:57:50.3237496Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:57:50.3392758Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:57:50.3508494Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:57:50.4261546Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:57:50.4415345Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:57:50.4495181Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:57:50.5154302Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:57:50.5330425Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:57:50.5413807Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:57:50.5978631Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:57:50.6153279Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:57:50.6242729Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:57:50.6920965Z Selecting previously unselected package libwww-perl.
2025-08-20T21:57:50.7097593Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:57:50.7333795Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:57:50.8058438Z Selecting previously unselected package patchutils.
2025-08-20T21:57:50.8239704Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:57:50.8312968Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:57:50.9129518Z Selecting previously unselected package wdiff.
2025-08-20T21:57:50.9279517Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:57:50.9351771Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:57:51.0330767Z Selecting previously unselected package devscripts.
2025-08-20T21:57:51.0483991Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:57:51.0730281Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:57:51.1892624Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:57:51.2105118Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:57:51.2323862Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:57:51.2527392Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:57:51.2704565Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:57:51.2930414Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:57:51.3234924Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:57:51.3461783Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:57:51.3792422Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:57:51.4058321Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:57:51.4252293Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:57:51.4448652Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:57:51.4722015Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:57:51.5004987Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:57:51.5196842Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:57:51.5402923Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:57:51.5629703Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:57:51.5841834Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:57:51.6188889Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:57:51.6444575Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:57:51.6685544Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:57:51.6891526Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:57:51.7129354Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:57:51.7325294Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:57:51.7547530Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:57:51.7785536Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:57:51.8040220Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:57:51.8318378Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:57:51.8548049Z Setting up devscripts (2.23.7) ...
2025-08-20T21:57:51.9823949Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:57:52.0036453Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:57:54.6116302Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:57:55.7780451Z Reading package lists...
2025-08-20T21:57:55.9819835Z Building dependency tree...
2025-08-20T21:57:55.9828859Z Reading state information...
2025-08-20T21:57:56.2181901Z The following additional packages will be installed:
2025-08-20T21:57:56.2189816Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:57:56.2197205Z Suggested packages:
2025-08-20T21:57:56.2197815Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:57:56.2347371Z The following NEW packages will be installed:
2025-08-20T21:57:56.2354822Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:57:56.3366283Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:57:56.3366662Z Need to get 12.7 MB of archives.
2025-08-20T21:57:56.3366962Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:57:56.3367468Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:57:56.4890441Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:57:56.5847920Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:57:56.7928690Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:57:57.1643767Z Fetched 12.7 MB in 1s (18.7 MB/s)
2025-08-20T21:57:57.1951015Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:57:57.1983310Z (Reading database ... 
2025-08-20T21:57:57.1983540Z (Reading database ... 5%
2025-08-20T21:57:57.1983738Z (Reading database ... 10%
2025-08-20T21:57:57.1983938Z (Reading database ... 15%
2025-08-20T21:57:57.1984137Z (Reading database ... 20%
2025-08-20T21:57:57.1984326Z (Reading database ... 25%
2025-08-20T21:57:57.1984537Z (Reading database ... 30%
2025-08-20T21:57:57.1985108Z (Reading database ... 35%
2025-08-20T21:57:57.1985310Z (Reading database ... 40%
2025-08-20T21:57:57.1985505Z (Reading database ... 45%
2025-08-20T21:57:57.1985697Z (Reading database ... 50%
2025-08-20T21:57:57.2005121Z (Reading database ... 55%
2025-08-20T21:57:57.2086977Z (Reading database ... 60%
2025-08-20T21:57:57.2126680Z (Reading database ... 65%
2025-08-20T21:57:57.2140608Z (Reading database ... 70%
2025-08-20T21:57:57.2167446Z (Reading database ... 75%
2025-08-20T21:57:57.2288749Z (Reading database ... 80%
2025-08-20T21:57:57.2354877Z (Reading database ... 85%
2025-08-20T21:57:57.2407996Z (Reading database ... 90%
2025-08-20T21:57:57.2466912Z (Reading database ... 95%
2025-08-20T21:57:57.2467145Z (Reading database ... 100%
2025-08-20T21:57:57.2467436Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:57:57.2494445Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:57:57.2687942Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:57:57.3465561Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:57:57.3623394Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:57:57.3695001Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:57:57.4500673Z Selecting previously unselected package cmake-data.
2025-08-20T21:57:57.4650241Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:57:57.4853143Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:57:58.4546995Z Selecting previously unselected package cmake.
2025-08-20T21:57:58.4703939Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:57:58.4779713Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:57:58.6744727Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:57:58.6961266Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:57:58.7210698Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:57:58.7583211Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:57:58.7784857Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:00.1413415Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:01.3409886Z Reading package lists...
2025-08-20T21:58:01.5492897Z Building dependency tree...
2025-08-20T21:58:01.5498913Z Reading state information...
2025-08-20T21:58:01.7992153Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:58:01.7992547Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:58:01.7993277Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:58:01.7993601Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:01.7993899Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:58:01.7994209Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:58:01.7994555Z ca-certificates is already the newest version (20240203).
2025-08-20T21:58:01.7994854Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:58:01.7995166Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:58:01.7995468Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:58:01.7995756Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:58:01.7996178Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:58:01.7996518Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:58:01.7996869Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:58:01.7997178Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:58:01.7997486Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:58:01.7997794Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:58:01.7998095Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:58:01.7998367Z musl is already the newest version (1.2.4-2).
2025-08-20T21:58:01.7998637Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:58:01.7999168Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:58:01.7999500Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:58:01.7999839Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:58:01.8000141Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:58:01.8000439Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:01.8000770Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:01.8182175Z Reading package lists...
2025-08-20T21:58:01.9962437Z Building dependency tree...
2025-08-20T21:58:01.9971387Z Reading state information...
2025-08-20T21:58:02.2456443Z autoconf is already the newest version (2.71-3).
2025-08-20T21:58:02.2456819Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:58:02.2457200Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:58:02.2457529Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:02.2457893Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:58:02.2458228Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:58:02.2458561Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:58:02.2458874Z ca-certificates is already the newest version (20240203).
2025-08-20T21:58:02.2459185Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:58:02.2459512Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:58:02.2459817Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:58:02.2460117Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:58:02.2460422Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:58:02.2460735Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:58:02.2461045Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:58:02.2461354Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:58:02.2461686Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:58:02.2462045Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:58:02.2462391Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:58:02.2462681Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:58:02.2462981Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:02.2463312Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:02.2650151Z Reading package lists...
2025-08-20T21:58:02.4573517Z Building dependency tree...
2025-08-20T21:58:02.4580738Z Reading state information...
2025-08-20T21:58:02.7388257Z devscripts is already the newest version (2.23.7).
2025-08-20T21:58:02.7388643Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:02.7576611Z Reading package lists...
2025-08-20T21:58:02.9534142Z Building dependency tree...
2025-08-20T21:58:02.9541786Z Reading state information...
2025-08-20T21:58:03.2273921Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:58:03.2274337Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:03.2467827Z Reading package lists...
2025-08-20T21:58:03.4311558Z Building dependency tree...
2025-08-20T21:58:03.4317991Z Reading state information...
2025-08-20T21:58:03.6746402Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:58:03.6746865Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:58:03.7168269Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:03.7626400Z Reading package lists...
2025-08-20T21:58:03.9860292Z Building dependency tree...
2025-08-20T21:58:03.9869886Z Reading state information...
2025-08-20T21:58:04.2434076Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:58:04.2434512Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:58:04.2434858Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:58:04.2435645Z The following additional packages will be installed:
2025-08-20T21:58:04.2436195Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:58:04.2436595Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:58:04.2437047Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:58:04.2437435Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:58:04.2437837Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:58:04.2438273Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:58:04.2438670Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:58:04.2439076Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:58:04.2439453Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:58:04.2439851Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:58:04.2440270Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:58:04.2440629Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:58:04.2441000Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:58:04.2441438Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:58:04.2441781Z   linux-libc-dev-armhf-cross
2025-08-20T21:58:04.2451982Z Suggested packages:
2025-08-20T21:58:04.2452302Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:58:04.2452671Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:58:04.2782693Z The following NEW packages will be installed:
2025-08-20T21:58:04.2783047Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:58:04.2783453Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:58:04.2784723Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:58:04.2785160Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:58:04.2785533Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:58:04.2786055Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:58:04.2786479Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:58:04.2787242Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:58:04.2787651Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:58:04.2788032Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:58:04.2788437Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:58:04.2788862Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:58:04.2789239Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:58:04.2790077Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:58:04.2791837Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:58:04.5499488Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:04.5499855Z Need to get 112 MB of archives.
2025-08-20T21:58:04.5501094Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:58:04.5501816Z 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-20T21:58:04.8833207Z 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-20T21:58:05.8174899Z 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-20T21:58:05.9235743Z 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-20T21:58:06.8786875Z 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-20T21:58:06.9845256Z 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-20T21:58:07.0904505Z 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-20T21:58:07.6241354Z 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-20T21:58:07.7302107Z 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-20T21:58:07.8363877Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:58:08.1545355Z 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-20T21:58:08.3735770Z 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-20T21:58:08.8619626Z 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-20T21:58:08.9759673Z 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-20T21:58:09.6100451Z 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-20T21:58:09.8382725Z 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-20T21:58:10.1687364Z 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-20T21:58:10.4990235Z 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-20T21:58:11.7809548Z 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-20T21:58:12.1086984Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:58:12.4375213Z 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-20T21:58:12.8756553Z 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-20T21:58:13.9620944Z 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-20T21:58:14.9886234Z 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-20T21:58:15.0950138Z 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-20T21:58:15.2017621Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:58:15.6236061Z 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-20T21:58:15.7296625Z 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-20T21:58:15.8375697Z 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-20T21:58:15.9435594Z 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-20T21:58:16.5849054Z 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-20T21:58:16.9025015Z 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-20T21:58:17.3249232Z 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-20T21:58:17.7541933Z 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-20T21:58:19.1424642Z 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-20T21:58:19.4612776Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:58:19.7804708Z 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-20T21:58:20.2064232Z 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-20T21:58:21.1633994Z 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-20T21:58:21.2694423Z 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-20T21:58:21.3751322Z 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-20T21:58:21.4808713Z 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-20T21:58:21.7539716Z Fetched 112 MB in 17s (6528 kB/s)
2025-08-20T21:58:21.7799655Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:58:21.7832411Z (Reading database ... 
2025-08-20T21:58:21.7832636Z (Reading database ... 5%
2025-08-20T21:58:21.7832834Z (Reading database ... 10%
2025-08-20T21:58:21.7833031Z (Reading database ... 15%
2025-08-20T21:58:21.7833225Z (Reading database ... 20%
2025-08-20T21:58:21.7833768Z (Reading database ... 25%
2025-08-20T21:58:21.7833980Z (Reading database ... 30%
2025-08-20T21:58:21.7834172Z (Reading database ... 35%
2025-08-20T21:58:21.7834364Z (Reading database ... 40%
2025-08-20T21:58:21.7834554Z (Reading database ... 45%
2025-08-20T21:58:21.7834745Z (Reading database ... 50%
2025-08-20T21:58:21.7854574Z (Reading database ... 55%
2025-08-20T21:58:21.7935406Z (Reading database ... 60%
2025-08-20T21:58:21.7975238Z (Reading database ... 65%
2025-08-20T21:58:21.7989141Z (Reading database ... 70%
2025-08-20T21:58:21.8016087Z (Reading database ... 75%
2025-08-20T21:58:21.8135042Z (Reading database ... 80%
2025-08-20T21:58:21.8202989Z (Reading database ... 85%
2025-08-20T21:58:21.8254310Z (Reading database ... 90%
2025-08-20T21:58:21.8321516Z (Reading database ... 95%
2025-08-20T21:58:21.8321729Z (Reading database ... 100%
2025-08-20T21:58:21.8322021Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:58:21.8350078Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:21.8460404Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:21.9036760Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:58:21.9212720Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:21.9304383Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:22.1479738Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:58:22.1634705Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:22.1696104Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:22.2336074Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:58:22.2500373Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:22.2599194Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:22.4926363Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:58:22.5093213Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:22.5152228Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:22.5726581Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:58:22.5874728Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:22.5942164Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:22.6691882Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:58:22.6842561Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:58:22.7063147Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:58:22.8159267Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:58:22.8347266Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:22.8431546Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:22.8908852Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:58:22.9092282Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:22.9170787Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:22.9819664Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:58:22.9998143Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:23.0063772Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:23.0756103Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:58:23.0919234Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.0975728Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.1608157Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:58:23.1771949Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.1832479Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.2510422Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:58:23.2667672Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.2759140Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.3393213Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:58:23.3576131Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.3652452Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.4784762Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:58:23.4958198Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.5017599Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.5785921Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:58:23.5945332Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.6011543Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.6656509Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:58:23.6814779Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:23.6928523Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:23.7895750Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:58:23.8047397Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:23.8129672Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:24.2129649Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:58:24.2284573Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:58:24.2359999Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:24.4813825Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:58:24.5006831Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:24.5109972Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:24.6396134Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:58:24.6557475Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:24.6640678Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:24.9026458Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:58:24.9219423Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:24.9308313Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.2034725Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:58:25.2183837Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:58:25.2249910Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:58:25.3321756Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:58:25.3480475Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.3558894Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.4146325Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:58:25.4321372Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.4388336Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.5025997Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:58:25.5199862Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:25.5280537Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:25.6029478Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:58:25.6196731Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.6354135Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.7106730Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:58:25.7257080Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.7316636Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.7878820Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:58:25.8029743Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.8093281Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.8751551Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:58:25.8905020Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:25.8971534Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:25.9941334Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:58:26.0120319Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.0190895Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.0829061Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:58:26.1002975Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.1069140Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.1742915Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:58:26.1913225Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:26.1984207Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.2889227Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:58:26.3052472Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:26.3141452Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:26.7086617Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:58:26.7249131Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:58:26.7324667Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:26.9896301Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:58:27.0079774Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:58:27.0193498Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:27.1385990Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:58:27.1566993Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:58:27.1636034Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:27.4475547Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:58:27.4634106Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:58:27.4719985Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:27.6960963Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:58:27.7142758Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:27.7240735Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:27.7924421Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:58:27.8085096Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:58:27.8154607Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:27.8681113Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:58:27.8846085Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:27.8933699Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:27.9362520Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:58:27.9512320Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:58:27.9607839Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:28.0439616Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:58:28.0699541Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:28.0915433Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.1135551Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.1416434Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.1605616Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:28.1811828Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.2021822Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:58:28.2217591Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:28.2475227Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.2674986Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.2942220Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:28.3184360Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:58:28.3376886Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.3578515Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.3813067Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4017330Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4195113Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4420718Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4612862Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.4807138Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:58:28.5095730Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.5346662Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.5560062Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:28.5766786Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.6027121Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.6267632Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.6453981Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:28.6738793Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.6981463Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.7216192Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.7548788Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.7746427Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.7949878Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.8172841Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:28.8417737Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.8716451Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.8917920Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:28.9233797Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:58:28.9559121Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:28.9932789Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:58:29.0166180Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:58:29.0572116Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:58:29.0762572Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:58:29.0889268Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:30.4452066Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:31.5156145Z Reading package lists...
2025-08-20T21:58:31.7136476Z Building dependency tree...
2025-08-20T21:58:31.7144810Z Reading state information...
2025-08-20T21:58:31.9564118Z The following additional packages will be installed:
2025-08-20T21:58:31.9564565Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:58:31.9569981Z   libpcap0.8-dev
2025-08-20T21:58:31.9839933Z The following NEW packages will be installed:
2025-08-20T21:58:31.9841093Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:58:31.9846784Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:58:32.0032462Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:32.3276048Z Need to get 1640 kB of archives.
2025-08-20T21:58:32.3276445Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:58:32.3277049Z 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-20T21:58:32.5419912Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:58:32.5981758Z 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-20T21:58:32.6552444Z 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-20T21:58:32.7303861Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:58:32.8495373Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:58:32.8998150Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:58:32.9417622Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:58:33.1944067Z Fetched 1640 kB in 1s (1768 kB/s)
2025-08-20T21:58:33.2348243Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:58:33.2381959Z (Reading database ... 
2025-08-20T21:58:33.2382202Z (Reading database ... 5%
2025-08-20T21:58:33.2382429Z (Reading database ... 10%
2025-08-20T21:58:33.2382625Z (Reading database ... 15%
2025-08-20T21:58:33.2382819Z (Reading database ... 20%
2025-08-20T21:58:33.2383384Z (Reading database ... 25%
2025-08-20T21:58:33.2383597Z (Reading database ... 30%
2025-08-20T21:58:33.2383791Z (Reading database ... 35%
2025-08-20T21:58:33.2383985Z (Reading database ... 40%
2025-08-20T21:58:33.2384177Z (Reading database ... 45%
2025-08-20T21:58:33.2384367Z (Reading database ... 50%
2025-08-20T21:58:33.2406101Z (Reading database ... 55%
2025-08-20T21:58:33.2496024Z (Reading database ... 60%
2025-08-20T21:58:33.2533931Z (Reading database ... 65%
2025-08-20T21:58:33.2551551Z (Reading database ... 70%
2025-08-20T21:58:33.2575934Z (Reading database ... 75%
2025-08-20T21:58:33.2703731Z (Reading database ... 80%
2025-08-20T21:58:33.2774278Z (Reading database ... 85%
2025-08-20T21:58:33.2837940Z (Reading database ... 90%
2025-08-20T21:58:33.2908741Z (Reading database ... 95%
2025-08-20T21:58:33.2909052Z (Reading database ... 100%
2025-08-20T21:58:33.2909347Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:58:33.2938466Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:58:33.3047469Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:58:33.3822742Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:58:33.3992939Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:58:33.4107316Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:58:33.4698834Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:58:33.4873056Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:58:33.4945242Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:33.5638240Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:58:33.5789031Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:58:33.5864785Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:33.6431043Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:58:33.6582004Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:58:33.6687023Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:58:33.7659936Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:58:33.7817639Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:58:33.7951048Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:33.8650349Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:58:33.8833126Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:58:33.8900190Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:33.9652432Z Selecting previously unselected package pcaputils.
2025-08-20T21:58:33.9830644Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:58:33.9933063Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:58:34.0672584Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:58:34.0909037Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:58:34.3303190Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:34.3528600Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:58:34.3821138Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:58:34.6118998Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:58:34.6304316Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:58:34.6578254Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:34.6891327Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:36.2768191Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:58:36.3604882Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:36.3856172Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:58:37.5760046Z Reading package lists...
2025-08-20T21:58:37.7871152Z Building dependency tree...
2025-08-20T21:58:37.7877821Z Reading state information...
2025-08-20T21:58:37.8308120Z Reading package lists...
2025-08-20T21:58:38.0304195Z Building dependency tree...
2025-08-20T21:58:38.0312067Z Reading state information...
2025-08-20T21:58:38.2789032Z The following additional packages will be installed:
2025-08-20T21:58:38.2793358Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:58:38.2801712Z Suggested packages:
2025-08-20T21:58:38.2802018Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:58:38.2802393Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:58:38.2980393Z The following NEW packages will be installed:
2025-08-20T21:58:38.2980953Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:58:38.2984637Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:58:38.6368523Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:58:38.6368899Z Need to get 801 kB of archives.
2025-08-20T21:58:38.6369197Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:58:38.6369679Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:58:38.9029632Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:58:39.1253507Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:58:39.4927424Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:58:39.6093112Z 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-20T21:58:39.7183162Z 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-20T21:58:39.9340245Z 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-20T21:58:40.0409013Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:58:40.1537681Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:58:40.4117349Z Fetched 801 kB in 2s (433 kB/s)
2025-08-20T21:58:40.4474049Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:58:40.4508658Z (Reading database ... 
2025-08-20T21:58:40.4509213Z (Reading database ... 5%
2025-08-20T21:58:40.4509448Z (Reading database ... 10%
2025-08-20T21:58:40.4509651Z (Reading database ... 15%
2025-08-20T21:58:40.4509846Z (Reading database ... 20%
2025-08-20T21:58:40.4510061Z (Reading database ... 25%
2025-08-20T21:58:40.4510253Z (Reading database ... 30%
2025-08-20T21:58:40.4510446Z (Reading database ... 35%
2025-08-20T21:58:40.4510638Z (Reading database ... 40%
2025-08-20T21:58:40.4510830Z (Reading database ... 45%
2025-08-20T21:58:40.4511044Z (Reading database ... 50%
2025-08-20T21:58:40.4531232Z (Reading database ... 55%
2025-08-20T21:58:40.4620336Z (Reading database ... 60%
2025-08-20T21:58:40.4657608Z (Reading database ... 65%
2025-08-20T21:58:40.4674789Z (Reading database ... 70%
2025-08-20T21:58:40.4709596Z (Reading database ... 75%
2025-08-20T21:58:40.4860019Z (Reading database ... 80%
2025-08-20T21:58:40.4895089Z (Reading database ... 85%
2025-08-20T21:58:40.4957856Z (Reading database ... 90%
2025-08-20T21:58:40.5027666Z (Reading database ... 95%
2025-08-20T21:58:40.5027884Z (Reading database ... 100%
2025-08-20T21:58:40.5028166Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:58:40.5056135Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:58:40.5212552Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:58:40.5788710Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:58:40.5928713Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:58:40.6014068Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:58:40.6631836Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:58:40.6772585Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:58:40.6838855Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:58:40.7677583Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:58:40.7826481Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:58:40.7938962Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:58:40.8500889Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:58:40.8688312Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:58:40.8754054Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:58:40.9370187Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:58:40.9549897Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:58:40.9609370Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:58:41.0145932Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:58:41.0317538Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:58:41.0389961Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:58:41.0967929Z Selecting previously unselected package lzma.
2025-08-20T21:58:41.1128261Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:58:41.1186916Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:58:41.1820684Z Selecting previously unselected package lzma-dev.
2025-08-20T21:58:41.1981171Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:58:41.2080743Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:58:41.2825105Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:58:41.3073816Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:58:41.3268508Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:58:41.3443499Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:58:41.3625459Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:58:41.3782865Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:58:41.3925055Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:58:41.4152868Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:58:41.4331011Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:58:41.4517852Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:58:41.4720897Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:58:41.5046241Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:42.8545096Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:58:44.0555387Z Reading package lists...
2025-08-20T21:58:44.2736166Z Building dependency tree...
2025-08-20T21:58:44.2744147Z Reading state information...
2025-08-20T21:58:44.5672475Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:58:44.5672911Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:58:44.5673233Z inetutils-telnet set to manually installed.
2025-08-20T21:58:44.5673531Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:58:44.5673867Z The following additional packages will be installed:
2025-08-20T21:58:44.5674171Z   tcpd update-inetd
2025-08-20T21:58:44.5842203Z The following packages will be REMOVED:
2025-08-20T21:58:44.5848798Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:58:44.5850285Z The following NEW packages will be installed:
2025-08-20T21:58:44.5850652Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:58:44.5851050Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:58:44.5858053Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:58:44.7886558Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:58:44.7886959Z Need to get 691 kB of archives.
2025-08-20T21:58:44.7887212Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:58:44.7887728Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:58:44.9176771Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:58:44.9652383Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:58:45.0132521Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:58:45.0697215Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:58:45.1427569Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:58:45.2025419Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:58:45.2660611Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:58:45.3166425Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:58:45.3648723Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:58:45.4197322Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:58:45.4799941Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:58:45.5346340Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:58:45.7633257Z Preconfiguring packages ...
2025-08-20T21:58:45.8732975Z Fetched 691 kB in 1s (728 kB/s)
2025-08-20T21:58:45.8975603Z (Reading database ... 
2025-08-20T21:58:45.8976065Z (Reading database ... 5%
2025-08-20T21:58:45.8976278Z (Reading database ... 10%
2025-08-20T21:58:45.8976473Z (Reading database ... 15%
2025-08-20T21:58:45.8976668Z (Reading database ... 20%
2025-08-20T21:58:45.8976856Z (Reading database ... 25%
2025-08-20T21:58:45.8977047Z (Reading database ... 30%
2025-08-20T21:58:45.8977283Z (Reading database ... 35%
2025-08-20T21:58:45.8977476Z (Reading database ... 40%
2025-08-20T21:58:45.8977669Z (Reading database ... 45%
2025-08-20T21:58:45.8977863Z (Reading database ... 50%
2025-08-20T21:58:45.8998718Z (Reading database ... 55%
2025-08-20T21:58:45.9082789Z (Reading database ... 60%
2025-08-20T21:58:45.9122244Z (Reading database ... 65%
2025-08-20T21:58:45.9140350Z (Reading database ... 70%
2025-08-20T21:58:45.9163985Z (Reading database ... 75%
2025-08-20T21:58:45.9320151Z (Reading database ... 80%
2025-08-20T21:58:45.9354051Z (Reading database ... 85%
2025-08-20T21:58:45.9414904Z (Reading database ... 90%
2025-08-20T21:58:45.9482358Z (Reading database ... 95%
2025-08-20T21:58:45.9482599Z (Reading database ... 100%
2025-08-20T21:58:45.9483002Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:58:45.9508829Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:58:46.0257634Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:58:46.1249602Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:58:46.5129091Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:58:46.5163166Z (Reading database ... 
2025-08-20T21:58:46.5163429Z (Reading database ... 5%
2025-08-20T21:58:46.5163634Z (Reading database ... 10%
2025-08-20T21:58:46.5163964Z (Reading database ... 15%
2025-08-20T21:58:46.5164164Z (Reading database ... 20%
2025-08-20T21:58:46.5164359Z (Reading database ... 25%
2025-08-20T21:58:46.5164553Z (Reading database ... 30%
2025-08-20T21:58:46.5165187Z (Reading database ... 35%
2025-08-20T21:58:46.5165398Z (Reading database ... 40%
2025-08-20T21:58:46.5165591Z (Reading database ... 45%
2025-08-20T21:58:46.5166015Z (Reading database ... 50%
2025-08-20T21:58:46.5185252Z (Reading database ... 55%
2025-08-20T21:58:46.5266129Z (Reading database ... 60%
2025-08-20T21:58:46.5304342Z (Reading database ... 65%
2025-08-20T21:58:46.5321549Z (Reading database ... 70%
2025-08-20T21:58:46.5344691Z (Reading database ... 75%
2025-08-20T21:58:46.5499010Z (Reading database ... 80%
2025-08-20T21:58:46.5533122Z (Reading database ... 85%
2025-08-20T21:58:46.5594408Z (Reading database ... 90%
2025-08-20T21:58:46.5661747Z (Reading database ... 95%
2025-08-20T21:58:46.5661965Z (Reading database ... 100%
2025-08-20T21:58:46.5662258Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:58:46.5690332Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:46.5825276Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:46.6401480Z Selecting previously unselected package tcpd.
2025-08-20T21:58:46.6554574Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:58:46.6621787Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:58:46.7296954Z Selecting previously unselected package update-inetd.
2025-08-20T21:58:46.7444790Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:58:46.7518805Z Unpacking update-inetd (4.53) ...
2025-08-20T21:58:46.8193120Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:58:46.8337738Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:46.8443160Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:46.9019726Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:58:46.9204718Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:46.9263567Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:58:46.9995967Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:58:47.0176718Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.0261598Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.0883888Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:58:47.1057449Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.1125897Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.1827891Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:58:47.1996154Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.2089497Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.2744618Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:58:47.2903688Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.2970596Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.3661240Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:58:47.3804550Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.3864447Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.4596726Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:58:47.4778230Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.4887722Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.5671517Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:58:47.5855141Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:58:47.5923306Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:58:47.6555658Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:58:47.6733958Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:58:47.6826375Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.7624275Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:58:47.8115981Z Setting up update-inetd (4.53) ...
2025-08-20T21:58:47.9097699Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:58:47.9292046Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:58:47.9513995Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.2989077Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:48.2989503Z 
2025-08-20T21:58:48.2989614Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:58:48.2989797Z 
2025-08-20T21:58:48.2990174Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:48.2990530Z 
2025-08-20T21:58:48.2991066Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:58:48.2991547Z 
2025-08-20T21:58:48.5348893Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.5650961Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.5846882Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:58:48.6137106Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.6379941Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.6579097Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:58:48.6761359Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:48.9935129Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:58:48.9935547Z 
2025-08-20T21:58:48.9936279Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:58:48.9936759Z 
2025-08-20T21:58:49.2194454Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.4154481Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.5180957Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:58:49.5942735Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:52.4217065Z Reading package lists...
2025-08-20T21:58:52.6014716Z Building dependency tree...
2025-08-20T21:58:52.6022254Z Reading state information...
2025-08-20T21:58:52.9005872Z The following packages will be REMOVED:
2025-08-20T21:58:52.9011922Z   inetutils-ping
2025-08-20T21:58:52.9013171Z The following NEW packages will be installed:
2025-08-20T21:58:52.9020818Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:58:52.9025933Z The following packages will be upgraded:
2025-08-20T21:58:52.9033268Z   iputils-tracepath
2025-08-20T21:58:53.1103689Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:58:53.1104050Z Need to get 84.5 kB of archives.
2025-08-20T21:58:53.1104372Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:58:53.1104934Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:58:53.2339451Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:58:53.2804141Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:58:53.3283858Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:58:53.6140259Z Fetched 84.5 kB in 0s (201 kB/s)
2025-08-20T21:58:53.6375421Z (Reading database ... 
2025-08-20T21:58:53.6375650Z (Reading database ... 5%
2025-08-20T21:58:53.6375994Z (Reading database ... 10%
2025-08-20T21:58:53.6376192Z (Reading database ... 15%
2025-08-20T21:58:53.6376385Z (Reading database ... 20%
2025-08-20T21:58:53.6376919Z (Reading database ... 25%
2025-08-20T21:58:53.6377130Z (Reading database ... 30%
2025-08-20T21:58:53.6377327Z (Reading database ... 35%
2025-08-20T21:58:53.6377519Z (Reading database ... 40%
2025-08-20T21:58:53.6377709Z (Reading database ... 45%
2025-08-20T21:58:53.6377897Z (Reading database ... 50%
2025-08-20T21:58:53.6397160Z (Reading database ... 55%
2025-08-20T21:58:53.6484561Z (Reading database ... 60%
2025-08-20T21:58:53.6525647Z (Reading database ... 65%
2025-08-20T21:58:53.6542989Z (Reading database ... 70%
2025-08-20T21:58:53.6577709Z (Reading database ... 75%
2025-08-20T21:58:53.6732933Z (Reading database ... 80%
2025-08-20T21:58:53.6767191Z (Reading database ... 85%
2025-08-20T21:58:53.6834069Z (Reading database ... 90%
2025-08-20T21:58:53.6908320Z (Reading database ... 95%
2025-08-20T21:58:53.6908569Z (Reading database ... 100%
2025-08-20T21:58:53.6908862Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:58:53.6938180Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:58:53.8000128Z Selecting previously unselected package iputils-ping.
2025-08-20T21:58:53.8034992Z (Reading database ... 
2025-08-20T21:58:53.8035210Z (Reading database ... 5%
2025-08-20T21:58:53.8035412Z (Reading database ... 10%
2025-08-20T21:58:53.8035611Z (Reading database ... 15%
2025-08-20T21:58:53.8035923Z (Reading database ... 20%
2025-08-20T21:58:53.8036124Z (Reading database ... 25%
2025-08-20T21:58:53.8036706Z (Reading database ... 30%
2025-08-20T21:58:53.8036911Z (Reading database ... 35%
2025-08-20T21:58:53.8037841Z (Reading database ... 40%
2025-08-20T21:58:53.8038053Z (Reading database ... 45%
2025-08-20T21:58:53.8038247Z (Reading database ... 50%
2025-08-20T21:58:53.8056304Z (Reading database ... 55%
2025-08-20T21:58:53.8140457Z (Reading database ... 60%
2025-08-20T21:58:53.8179349Z (Reading database ... 65%
2025-08-20T21:58:53.8196242Z (Reading database ... 70%
2025-08-20T21:58:53.8229921Z (Reading database ... 75%
2025-08-20T21:58:53.8384763Z (Reading database ... 80%
2025-08-20T21:58:53.8417384Z (Reading database ... 85%
2025-08-20T21:58:53.8479810Z (Reading database ... 90%
2025-08-20T21:58:53.8550104Z (Reading database ... 95%
2025-08-20T21:58:53.8550345Z (Reading database ... 100%
2025-08-20T21:58:53.8550636Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:58:53.8577668Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:53.8682371Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:53.9526677Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:53.9742904Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:58:54.0637603Z Selecting previously unselected package iputils-arping.
2025-08-20T21:58:54.0823471Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:54.0974909Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.2412224Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:58:54.2563615Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:58:54.2670698Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.4323079Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.4972675Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.5359992Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.5807525Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:58:54.6117974Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:58:57.2750729Z Reading package lists...
2025-08-20T21:58:57.4751911Z Building dependency tree...
2025-08-20T21:58:57.4759444Z Reading state information...
2025-08-20T21:58:57.7193117Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:58:57.7480043Z The following packages will be upgraded:
2025-08-20T21:58:57.7481055Z   python3-pip python3-pip-whl
2025-08-20T21:58:57.7650434Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:58:58.1141984Z Need to get 3020 kB of archives.
2025-08-20T21:58:58.1142364Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:58:58.1142938Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:58:58.9528554Z 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-20T21:58:59.5511739Z Fetched 3020 kB in 2s (1978 kB/s)
2025-08-20T21:58:59.5913217Z (Reading database ... 
2025-08-20T21:58:59.5913472Z (Reading database ... 5%
2025-08-20T21:58:59.5913672Z (Reading database ... 10%
2025-08-20T21:58:59.5913873Z (Reading database ... 15%
2025-08-20T21:58:59.5914067Z (Reading database ... 20%
2025-08-20T21:58:59.5914256Z (Reading database ... 25%
2025-08-20T21:58:59.5914512Z (Reading database ... 30%
2025-08-20T21:58:59.5914707Z (Reading database ... 35%
2025-08-20T21:58:59.5914901Z (Reading database ... 40%
2025-08-20T21:58:59.5915090Z (Reading database ... 45%
2025-08-20T21:58:59.5915280Z (Reading database ... 50%
2025-08-20T21:58:59.5933772Z (Reading database ... 55%
2025-08-20T21:58:59.6020643Z (Reading database ... 60%
2025-08-20T21:58:59.6057662Z (Reading database ... 65%
2025-08-20T21:58:59.6074647Z (Reading database ... 70%
2025-08-20T21:58:59.6108906Z (Reading database ... 75%
2025-08-20T21:58:59.6259834Z (Reading database ... 80%
2025-08-20T21:58:59.6292929Z (Reading database ... 85%
2025-08-20T21:58:59.6356585Z (Reading database ... 90%
2025-08-20T21:58:59.6428646Z (Reading database ... 95%
2025-08-20T21:58:59.6428869Z (Reading database ... 100%
2025-08-20T21:58:59.6429162Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:58:59.6459143Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:58:59.9877896Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:59:00.2048082Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:59:00.2248389Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:59:00.3322621Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:59:00.3546485Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:59:01.2801847Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:04.2754273Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:59:04.5672386Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:06.1172675Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:59:06.2557360Z Collecting pip
2025-08-20T21:59:06.3283411Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:59:06.4410522Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:59:06.6038380Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 11.0 MB/s eta 0:00:00
2025-08-20T21:59:06.9737609Z Installing collected packages: pip
2025-08-20T21:59:07.6403397Z Successfully installed pip-25.2
2025-08-20T21:59:07.8400327Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:59:07.8826446Z Reading package lists...
2025-08-20T21:59:08.0693042Z Building dependency tree...
2025-08-20T21:59:08.0700554Z Reading state information...
2025-08-20T21:59:08.2886669Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:59:08.2887360Z pciutils set to manually installed.
2025-08-20T21:59:08.2887708Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:59:08.2888040Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:59:08.2888337Z python3-distro set to manually installed.
2025-08-20T21:59:08.2888651Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:59:08.2889375Z python3-netifaces set to manually installed.
2025-08-20T21:59:08.2889687Z The following additional packages will be installed:
2025-08-20T21:59:08.2889966Z   libsysfs2
2025-08-20T21:59:08.2894275Z Suggested packages:
2025-08-20T21:59:08.2894501Z   fancontrol read-edid i2c-tools
2025-08-20T21:59:08.3162220Z The following NEW packages will be installed:
2025-08-20T21:59:08.3165148Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:59:08.3343323Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:59:08.5392381Z Need to get 133 kB of archives.
2025-08-20T21:59:08.5392757Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:59:08.5393271Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:59:08.6207462Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:59:08.6709924Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:59:08.7773895Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:59:09.0696309Z Fetched 133 kB in 0s (306 kB/s)
2025-08-20T21:59:09.1672024Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:59:09.1705945Z (Reading database ... 
2025-08-20T21:59:09.1706202Z (Reading database ... 5%
2025-08-20T21:59:09.1706808Z (Reading database ... 10%
2025-08-20T21:59:09.1707004Z (Reading database ... 15%
2025-08-20T21:59:09.1707198Z (Reading database ... 20%
2025-08-20T21:59:09.1707389Z (Reading database ... 25%
2025-08-20T21:59:09.1707580Z (Reading database ... 30%
2025-08-20T21:59:09.1707776Z (Reading database ... 35%
2025-08-20T21:59:09.1707968Z (Reading database ... 40%
2025-08-20T21:59:09.1708157Z (Reading database ... 45%
2025-08-20T21:59:09.1708351Z (Reading database ... 50%
2025-08-20T21:59:09.1728523Z (Reading database ... 55%
2025-08-20T21:59:09.1813021Z (Reading database ... 60%
2025-08-20T21:59:09.1851308Z (Reading database ... 65%
2025-08-20T21:59:09.1868053Z (Reading database ... 70%
2025-08-20T21:59:09.1901412Z (Reading database ... 75%
2025-08-20T21:59:09.2049455Z (Reading database ... 80%
2025-08-20T21:59:09.2080946Z (Reading database ... 85%
2025-08-20T21:59:09.2141457Z (Reading database ... 90%
2025-08-20T21:59:09.2208471Z (Reading database ... 95%
2025-08-20T21:59:09.2208738Z (Reading database ... 100%
2025-08-20T21:59:09.2209023Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:59:09.2235329Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:59:09.2517557Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:59:09.3468287Z Selecting previously unselected package sysfsutils.
2025-08-20T21:59:09.3628325Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:59:09.3746282Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:59:09.4667089Z Selecting previously unselected package lm-sensors.
2025-08-20T21:59:09.4817948Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:59:09.5043660Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:59:09.5710861Z Selecting previously unselected package virt-what.
2025-08-20T21:59:09.5869645Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:59:09.5937725Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:59:09.6665102Z Setting up virt-what (1.25-2) ...
2025-08-20T21:59:09.6851389Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:59:09.7138474Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:59:10.0579536Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:59:10.0579913Z 
2025-08-20T21:59:10.0580363Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:59:10.0580801Z 
2025-08-20T21:59:10.3003116Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:59:10.6221596Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:59:10.6222082Z 
2025-08-20T21:59:10.6388915Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:12.2570539Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:13.3138382Z Reading package lists...
2025-08-20T21:59:13.5177752Z Building dependency tree...
2025-08-20T21:59:13.5184632Z Reading state information...
2025-08-20T21:59:13.7580316Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:59:13.7581158Z The following additional packages will be installed:
2025-08-20T21:59:13.7582764Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:59:13.7583102Z   xorg-sgml-doctools
2025-08-20T21:59:13.7591320Z Suggested packages:
2025-08-20T21:59:13.7591501Z   libxcb-doc
2025-08-20T21:59:13.7760357Z The following NEW packages will be installed:
2025-08-20T21:59:13.7762283Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:59:13.7765431Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:59:13.7765845Z   xcb xorg-sgml-doctools
2025-08-20T21:59:14.0162213Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:59:14.0162572Z Need to get 816 kB of archives.
2025-08-20T21:59:14.0163274Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:59:14.0163818Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:59:14.1217678Z 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-20T21:59:14.2350844Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:59:14.8502734Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:59:14.9569270Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:59:15.0650519Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:59:15.1806064Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:59:15.2879273Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:59:15.3936929Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:59:15.4998209Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:59:15.6064539Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:59:15.8609092Z Fetched 816 kB in 2s (448 kB/s)
2025-08-20T21:59:15.8938998Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:59:15.8973925Z (Reading database ... 
2025-08-20T21:59:15.8974176Z (Reading database ... 5%
2025-08-20T21:59:15.8974378Z (Reading database ... 10%
2025-08-20T21:59:15.8974579Z (Reading database ... 15%
2025-08-20T21:59:15.8974774Z (Reading database ... 20%
2025-08-20T21:59:15.8974968Z (Reading database ... 25%
2025-08-20T21:59:15.8975960Z (Reading database ... 30%
2025-08-20T21:59:15.8976188Z (Reading database ... 35%
2025-08-20T21:59:15.8976387Z (Reading database ... 40%
2025-08-20T21:59:15.8976578Z (Reading database ... 45%
2025-08-20T21:59:15.8976796Z (Reading database ... 50%
2025-08-20T21:59:15.8995631Z (Reading database ... 55%
2025-08-20T21:59:15.9084551Z (Reading database ... 60%
2025-08-20T21:59:15.9121739Z (Reading database ... 65%
2025-08-20T21:59:15.9139588Z (Reading database ... 70%
2025-08-20T21:59:15.9174137Z (Reading database ... 75%
2025-08-20T21:59:15.9328200Z (Reading database ... 80%
2025-08-20T21:59:15.9361963Z (Reading database ... 85%
2025-08-20T21:59:15.9425305Z (Reading database ... 90%
2025-08-20T21:59:15.9496271Z (Reading database ... 95%
2025-08-20T21:59:15.9496528Z (Reading database ... 100%
2025-08-20T21:59:15.9496815Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:59:15.9525763Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:59:15.9592864Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:59:16.0107680Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:59:16.0264566Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:59:16.0335054Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:59:16.1309230Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:59:16.1493822Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:59:16.1610960Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:59:16.2383340Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:59:16.2560035Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:59:16.2656809Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:59:16.3286742Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:59:16.3450482Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:59:16.3535725Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:59:16.4036777Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:59:16.4191364Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:16.4251498Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:16.5324695Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:59:16.5485652Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:16.5544060Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:16.6202004Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:59:16.6387282Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:16.6531426Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:16.7033753Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:59:16.7212313Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:16.7658241Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:16.8193975Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:59:16.8371754Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:59:16.8441126Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:16.9146284Z Selecting previously unselected package xcb.
2025-08-20T21:59:16.9296485Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:59:16.9355115Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:59:17.0238988Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:17.0418264Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:59:17.0684343Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:59:17.1029323Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:59:17.1366150Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:59:17.1729862Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:18.7037500Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:59:18.7330164Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:59:18.7574447Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:59:18.7965004Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:59:18.8213741Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:18.8455588Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:18.8754613Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:18.8981125Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:59:20.1504397Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:20.7922073Z Collecting build
2025-08-20T21:59:20.8913400Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:59:21.0060033Z Collecting cffi
2025-08-20T21:59:21.0304883Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:59:21.0731723Z Collecting scons
2025-08-20T21:59:21.0974561Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:21.1383953Z Collecting scuba
2025-08-20T21:59:21.1626658Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:59:21.2246623Z Collecting pytest
2025-08-20T21:59:21.2490391Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:59:21.2932923Z Collecting packaging>=19.1 (from build)
2025-08-20T21:59:21.3179483Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:21.3577741Z Collecting pyproject_hooks (from build)
2025-08-20T21:59:21.3819782Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:59:21.4192807Z Collecting pycparser (from cffi)
2025-08-20T21:59:21.4437647Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:59:21.4952486Z Collecting PyYAML (from scuba)
2025-08-20T21:59:21.5199148Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:59:21.5521694Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:59:21.5763411Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:59:21.6101063Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:59:21.6346020Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:59:21.6772157Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:59:21.7014128Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:21.7379230Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:59:21.7783294Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:59:21.8866744Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:21.9775144Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 45.7 MB/s  0:00:00
2025-08-20T21:59:22.0027349Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:59:22.0376011Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:59:22.0732982Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:59:22.1106931Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:59:22.1437707Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:22.1796315Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:22.2020725Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 47.1 MB/s  0:00:00
2025-08-20T21:59:22.2264015Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:59:22.2639913Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:59:22.2981448Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:59:22.3117204Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 40.9 MB/s  0:00:00
2025-08-20T21:59:22.4059300Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:59:23.9832431Z 
2025-08-20T21:59:23.9847985Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:59:24.3209459Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:59:24.9736233Z Collecting ansi2txt
2025-08-20T21:59:25.0630857Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:59:25.1123380Z Collecting pipx
2025-08-20T21:59:25.1338808Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:25.1754235Z Collecting scons
2025-08-20T21:59:25.1764240Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:59:25.2039349Z Collecting py2static
2025-08-20T21:59:25.2254137Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:59:25.2680098Z Collecting typer
2025-08-20T21:59:25.2894757Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:59:25.3473691Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:59:25.3688533Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:25.4103431Z Collecting packaging>=20 (from pipx)
2025-08-20T21:59:25.4112762Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:59:25.4461449Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:59:25.4676539Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:59:25.5120535Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:59:25.5335981Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:25.6059603Z Collecting pyinstaller (from py2static)
2025-08-20T21:59:25.6282283Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:59:25.6711495Z Collecting staticx (from py2static)
2025-08-20T21:59:25.6929129Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:59:25.7530084Z   Preparing metadata (setup.py): started
2025-08-20T21:59:26.9706740Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:59:27.0053490Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:59:27.0270801Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:27.0848174Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:59:27.1065656Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:59:27.1478753Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:59:27.1695124Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:59:27.2323497Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:59:27.2540851Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:59:27.2978387Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:27.3196326Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:27.3601188Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:59:27.3610913Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:59:27.3903591Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:59:27.4119266Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:59:27.5408326Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:59:27.5626686Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:59:27.6101858Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:59:27.6317930Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:59:27.7249790Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:59:27.7468422Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:59:27.7924032Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:59:27.8141520Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:59:27.8472251Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:59:27.8774973Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:59:27.8939541Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:59:27.9182248Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:59:27.9518453Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:59:27.9839165Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:59:28.0181456Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:59:28.0371188Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:59:28.0586960Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:59:28.0937952Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:59:28.1294336Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:28.1517915Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:59:28.1909828Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:59:28.2210084Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:59:28.2551093Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:59:28.2864489Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:59:28.3177741Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:59:28.3537481Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 15.6 MB/s  0:00:00
2025-08-20T21:59:28.3751513Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:59:28.4119801Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:59:28.4474276Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 28.8 MB/s  0:00:00
2025-08-20T21:59:28.4690370Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:59:28.5045245Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:59:28.5507168Z Building wheels for collected packages: staticx
2025-08-20T21:59:28.5513981Z   Building wheel for staticx (setup.py): started
2025-08-20T21:59:57.4338958Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:59:57.4347077Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=dfe295749e312f9818935ae79facd28abd92418696506476d6fc6938fcf08622
2025-08-20T21:59:57.4347957Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:59:57.4363949Z Successfully built staticx
2025-08-20T21:59:57.5310533Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:59:58.3523415Z   Attempting uninstall: scons
2025-08-20T21:59:58.3593813Z     Found existing installation: SCons 4.9.1
2025-08-20T21:59:58.3880400Z     Uninstalling SCons-4.9.1:
2025-08-20T21:59:58.3940853Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:59:58.8878930Z   Attempting uninstall: pygments
2025-08-20T21:59:58.8954521Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:59:58.9113731Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:59:58.9136533Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:59:59.4971603Z   Attempting uninstall: packaging
2025-08-20T21:59:59.5040798Z     Found existing installation: packaging 25.0
2025-08-20T21:59:59.5059892Z     Uninstalling packaging-25.0:
2025-08-20T21:59:59.5065508Z       Successfully uninstalled packaging-25.0
2025-08-20T22:00:00.4555950Z 
2025-08-20T22:00:00.4579719Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:00:00.7520964Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:01.4089439Z Collecting build
2025-08-20T22:00:01.4101579Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:00:01.4857097Z Collecting cffi
2025-08-20T22:00:01.4868728Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:00:01.5097951Z Collecting scons
2025-08-20T22:00:01.5106928Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:00:01.5460403Z Collecting scuba
2025-08-20T22:00:01.5470464Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:00:01.5925972Z Collecting pytest
2025-08-20T22:00:01.5935437Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:00:01.6182052Z Collecting packaging>=19.1 (from build)
2025-08-20T22:00:01.6191142Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:00:01.6371745Z Collecting pyproject_hooks (from build)
2025-08-20T22:00:01.6380797Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:00:01.6564470Z Collecting pycparser (from cffi)
2025-08-20T22:00:01.6574575Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:00:01.6904104Z Collecting PyYAML (from scuba)
2025-08-20T22:00:01.6917933Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:00:01.7096847Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:00:01.7105759Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:00:01.7349944Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:00:01.7359077Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:00:01.7613759Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:00:01.7622744Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:00:01.7670688Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:00:01.7679833Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:00:01.7690929Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:00:01.7723303Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:00:01.7733371Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:00:01.7744377Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:00:01.7753067Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:00:01.7761528Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:00:01.7770216Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:00:01.7785982Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:00:01.7795058Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:00:01.7803698Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:00:01.8833563Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:00:01.8835918Z   Attempting uninstall: scons
2025-08-20T22:00:01.8907230Z     Found existing installation: SCons 4.9.1
2025-08-20T22:00:01.9189145Z     Uninstalling SCons-4.9.1:
2025-08-20T22:00:01.9249238Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:00:02.4032380Z   Attempting uninstall: PyYAML
2025-08-20T22:00:02.4110935Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:00:02.4130768Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:00:02.4137827Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:00:02.4695268Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:00:02.4762798Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:00:02.4776117Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:00:02.4781396Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:00:02.4942669Z   Attempting uninstall: pygments
2025-08-20T22:00:02.5008356Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:00:02.5160974Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:00:02.5183174Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:00:03.0818420Z   Attempting uninstall: pycparser
2025-08-20T22:00:03.0886167Z     Found existing installation: pycparser 2.22
2025-08-20T22:00:03.0904781Z     Uninstalling pycparser-2.22:
2025-08-20T22:00:03.0910481Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:00:03.2087669Z   Attempting uninstall: pluggy
2025-08-20T22:00:03.2156804Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:00:03.2173169Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:00:03.2178863Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:00:03.2398008Z   Attempting uninstall: packaging
2025-08-20T22:00:03.2470008Z     Found existing installation: packaging 25.0
2025-08-20T22:00:03.2490008Z     Uninstalling packaging-25.0:
2025-08-20T22:00:03.2495682Z       Successfully uninstalled packaging-25.0
2025-08-20T22:00:03.2990893Z   Attempting uninstall: iniconfig
2025-08-20T22:00:03.3063111Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:00:03.3077029Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:00:03.3082029Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:00:03.3209354Z   Attempting uninstall: scuba
2025-08-20T22:00:03.3276273Z     Found existing installation: scuba 2.14.1
2025-08-20T22:00:03.3294113Z     Uninstalling scuba-2.14.1:
2025-08-20T22:00:03.3301353Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:00:03.3595105Z   Attempting uninstall: pytest
2025-08-20T22:00:03.3668115Z     Found existing installation: pytest 8.4.1
2025-08-20T22:00:03.3714968Z     Uninstalling pytest-8.4.1:
2025-08-20T22:00:03.3913588Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:00:03.5953850Z   Attempting uninstall: cffi
2025-08-20T22:00:03.6021011Z     Found existing installation: cffi 1.17.1
2025-08-20T22:00:03.6041553Z     Uninstalling cffi-1.17.1:
2025-08-20T22:00:03.6230533Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:00:03.6954851Z   Attempting uninstall: build
2025-08-20T22:00:03.7025064Z     Found existing installation: build 1.3.0
2025-08-20T22:00:03.7045129Z     Uninstalling build-1.3.0:
2025-08-20T22:00:03.7052843Z       Successfully uninstalled build-1.3.0
2025-08-20T22:00:03.7283260Z 
2025-08-20T22:00:03.7306552Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:00:04.0259061Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:04.4247552Z Collecting ansi2txt
2025-08-20T22:00:04.4257907Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:00:04.4562067Z Collecting pipx
2025-08-20T22:00:04.4571469Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:00:04.4843869Z Collecting scons
2025-08-20T22:00:04.4853683Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:00:04.5083863Z Collecting py2static
2025-08-20T22:00:04.5093152Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:00:04.5375700Z Collecting typer
2025-08-20T22:00:04.5385194Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:00:04.5713851Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:00:04.5723208Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:00:04.6001309Z Collecting packaging>=20 (from pipx)
2025-08-20T22:00:04.6010515Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:00:04.6360827Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:00:04.6370143Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:00:04.6657780Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:00:04.6666053Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:00:04.7135435Z Collecting pyinstaller (from py2static)
2025-08-20T22:00:04.7146137Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:00:04.7403011Z Collecting staticx (from py2static)
2025-08-20T22:00:04.7412457Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:00:04.7546985Z   Preparing metadata (setup.py): started
2025-08-20T22:00:04.9554359Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:00:04.9851495Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:00:04.9862217Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:00:05.0141131Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:00:05.0151337Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:00:05.0518673Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:00:05.0528542Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:00:05.1205635Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:00:05.1215579Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:00:05.1507939Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:00:05.1517582Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:00:05.1830933Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:00:05.1840051Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:00:05.2071162Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:00:05.2080581Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:00:05.3066638Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:00:05.3076434Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:00:05.3350944Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:00:05.3360180Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:00:05.3679879Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:00:05.3689187Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:00:05.4013962Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:00:05.4023242Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:00:05.4054619Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:00:05.4063182Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:00:05.4072480Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:00:05.4104206Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:00:05.4112721Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:00:05.4121488Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:00:05.4130379Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:00:05.4139582Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:00:05.4148630Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:00:05.4157245Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:00:05.4167279Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:00:05.4182770Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:00:05.4191762Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:00:05.4200392Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:00:05.4209075Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:00:05.4217954Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:00:05.4226460Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:00:05.4239609Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:00:05.4250520Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:00:05.4265347Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:00:05.4273951Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:00:05.4596032Z Building wheels for collected packages: staticx
2025-08-20T22:00:05.4601826Z   Building wheel for staticx (setup.py): started
2025-08-20T22:00:07.8821660Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:00:07.8832949Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790769 sha256=bde0040c83aa87ec00a4b4d47405e8887d49c0551c795c5ecab64959d0581558
2025-08-20T22:00:07.8834102Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:00:07.8849968Z Successfully built staticx
2025-08-20T22:00:07.9807988Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:00:07.9813158Z   Attempting uninstall: pyelftools
2025-08-20T22:00:07.9877539Z     Found existing installation: pyelftools 0.32
2025-08-20T22:00:07.9914740Z     Uninstalling pyelftools-0.32:
2025-08-20T22:00:07.9926373Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:00:08.0980544Z   Attempting uninstall: altgraph
2025-08-20T22:00:08.1049766Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:00:08.1065074Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:00:08.1070397Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:00:08.1260695Z   Attempting uninstall: typing-extensions
2025-08-20T22:00:08.1328197Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:00:08.1339585Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:00:08.1527915Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:00:08.1810775Z   Attempting uninstall: staticx
2025-08-20T22:00:08.1881023Z     Found existing installation: staticx 0.14.1
2025-08-20T22:00:08.1901279Z     Uninstalling staticx-0.14.1:
2025-08-20T22:00:08.1908831Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:00:08.2207716Z   Attempting uninstall: shellingham
2025-08-20T22:00:08.2278953Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:00:08.2293167Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:00:08.2297901Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:00:08.2442305Z   Attempting uninstall: setuptools
2025-08-20T22:00:08.2508870Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:00:08.2708536Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:00:08.2925605Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:00:08.8602600Z   Attempting uninstall: scons
2025-08-20T22:00:08.8677389Z     Found existing installation: SCons 4.9.1
2025-08-20T22:00:08.8965609Z     Uninstalling SCons-4.9.1:
2025-08-20T22:00:08.9023096Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:00:09.3789757Z   Attempting uninstall: pygments
2025-08-20T22:00:09.3862656Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:00:09.4019600Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:00:09.4041395Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:00:09.9593460Z   Attempting uninstall: platformdirs
2025-08-20T22:00:09.9669685Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:00:09.9685697Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:00:09.9690783Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:00:09.9944076Z   Attempting uninstall: packaging
2025-08-20T22:00:10.0014882Z     Found existing installation: packaging 25.0
2025-08-20T22:00:10.0033580Z     Uninstalling packaging-25.0:
2025-08-20T22:00:10.0039285Z       Successfully uninstalled packaging-25.0
2025-08-20T22:00:10.0469526Z   Attempting uninstall: mdurl
2025-08-20T22:00:10.0535125Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:00:10.0548999Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:00:10.0553743Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:00:10.0724866Z   Attempting uninstall: click
2025-08-20T22:00:10.0794547Z     Found existing installation: click 8.2.1
2025-08-20T22:00:10.0812274Z     Uninstalling click-8.2.1:
2025-08-20T22:00:10.0817909Z       Successfully uninstalled click-8.2.1
2025-08-20T22:00:10.1434399Z   Attempting uninstall: argcomplete
2025-08-20T22:00:10.1504897Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:00:10.1527892Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:00:10.1536055Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:00:10.1852966Z   Attempting uninstall: ansi2txt
2025-08-20T22:00:10.1921777Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:00:10.1934060Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:00:10.2121855Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:00:10.2286724Z   Attempting uninstall: userpath
2025-08-20T22:00:10.2355924Z     Found existing installation: userpath 1.9.2
2025-08-20T22:00:10.2371134Z     Uninstalling userpath-1.9.2:
2025-08-20T22:00:10.2377596Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:00:10.2537580Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:00:10.2609165Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:00:10.2902018Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:00:10.2939323Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:00:10.4835043Z   Attempting uninstall: markdown-it-py
2025-08-20T22:00:10.4919247Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:00:10.4961610Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:00:10.4972089Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:00:10.5604526Z   Attempting uninstall: rich
2025-08-20T22:00:10.5675930Z     Found existing installation: rich 14.1.0
2025-08-20T22:00:10.5722160Z     Uninstalling rich-14.1.0:
2025-08-20T22:00:10.5729852Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:00:10.7250881Z   Attempting uninstall: pyinstaller
2025-08-20T22:00:10.7321953Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:00:10.7565158Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:00:10.7601047Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:00:11.0164590Z   Attempting uninstall: pipx
2025-08-20T22:00:11.0245717Z     Found existing installation: pipx 1.7.1
2025-08-20T22:00:11.0273764Z     Uninstalling pipx-1.7.1:
2025-08-20T22:00:11.0285603Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:00:11.0807764Z   Attempting uninstall: typer
2025-08-20T22:00:11.0877369Z     Found existing installation: typer 0.16.1
2025-08-20T22:00:11.0898221Z     Uninstalling typer-0.16.1:
2025-08-20T22:00:11.0904701Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:00:11.1277047Z   Attempting uninstall: py2static
2025-08-20T22:00:11.1341533Z     Found existing installation: py2static 0.0.1
2025-08-20T22:00:11.1356760Z     Uninstalling py2static-0.0.1:
2025-08-20T22:00:11.1363959Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:00:11.1502347Z 
2025-08-20T22:00:11.1526051Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:00:11.4448385Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:11.5461875Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:00:11.5465225Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-g1dl6xze
2025-08-20T22:00:11.5484091Z 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-g1dl6xze
2025-08-20T22:00:13.2551956Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:00:13.2585469Z   Installing build dependencies: started
2025-08-20T22:00:13.8909916Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:00:13.8919041Z   Getting requirements to build wheel: started
2025-08-20T22:00:14.1430304Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:00:14.1440352Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:00:14.3110719Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:00:14.4654656Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:00:14.4665449Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:00:14.5195574Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:00:14.5203575Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:00:14.5518279Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:00:14.5527205Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:00:14.5747984Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:00:14.5756802Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:00:14.5792840Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:00:14.5801964Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:00:14.5812897Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:00:14.5827616Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:00:14.5931652Z Building wheels for collected packages: pyinstaller
2025-08-20T22:00:14.5938340Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:00:17.5680482Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:00:17.5700791Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=e8dce6b09203630082aee57e8107d6c964c6e7adad90a18c7686763746b12cac
2025-08-20T22:00:17.5701752Z   Stored in directory: /tmp/pip-ephem-wheel-cache-750otira/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:00:17.5740163Z Successfully built pyinstaller
2025-08-20T22:00:17.6539940Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:00:17.6545652Z   Attempting uninstall: altgraph
2025-08-20T22:00:17.6614577Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:00:17.6632457Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:00:17.6638650Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:00:17.6864496Z   Attempting uninstall: setuptools
2025-08-20T22:00:17.6932477Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:00:17.7135619Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:00:17.7355941Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:00:18.3367007Z   Attempting uninstall: packaging
2025-08-20T22:00:18.3453165Z     Found existing installation: packaging 25.0
2025-08-20T22:00:18.3472759Z     Uninstalling packaging-25.0:
2025-08-20T22:00:18.3479138Z       Successfully uninstalled packaging-25.0
2025-08-20T22:00:18.3922224Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:00:18.3996346Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:00:18.4298689Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:00:18.4337391Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:00:18.6390660Z   Attempting uninstall: pyinstaller
2025-08-20T22:00:18.6465931Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:00:18.6719768Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:00:18.6755396Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:00:18.9637842Z 
2025-08-20T22:00:18.9662914Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:00:19.1877654Z 6.15.0
2025-08-20T22:00:20.5674279Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:00:20.5682541Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:00:20.5682825Z 
2025-08-20T22:00:20.5683042Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:00:20.5683603Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:00:20.5683983Z installation.
2025-08-20T22:00:20.5684102Z 
2025-08-20T22:00:20.5684357Z If you installed the current Docker package using this script and are using it
2025-08-20T22:00:20.5684894Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:00:20.5685351Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:00:20.5685744Z files to match the parameters passed to the script.
2025-08-20T22:00:20.5686143Z 
2025-08-20T22:00:20.5686299Z You may press Ctrl+C now to abort this script.
2025-08-20T22:00:20.5833155Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:00:22.0808941Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:00:22.5607772Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:00:22.5731667Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:00:22.7086799Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:00:22.7101268Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:00:22.7108195Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:00:24.1567035Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:00:34.9092901Z + sh -c 'docker version'
2025-08-20T22:00:34.9224087Z Client: Docker Engine - Community
2025-08-20T22:00:34.9224557Z  Version:           28.3.3
2025-08-20T22:00:34.9224808Z  API version:       1.51
2025-08-20T22:00:34.9225110Z  Go version:        go1.24.5
2025-08-20T22:00:34.9225363Z  Git commit:        980b856
2025-08-20T22:00:34.9225647Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:00:34.9226182Z  OS/Arch:           linux/arm64
2025-08-20T22:00:34.9226450Z  Context:           default
2025-08-20T22:00:34.9226699Z 
2025-08-20T22:00:34.9226807Z Server: Docker Engine - Community
2025-08-20T22:00:34.9227069Z  Engine:
2025-08-20T22:00:34.9227336Z   Version:          28.3.3
2025-08-20T22:00:34.9227631Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:00:34.9227927Z   Go version:       go1.24.5
2025-08-20T22:00:34.9228213Z   Git commit:       bea959c
2025-08-20T22:00:34.9228472Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:00:34.9228727Z   OS/Arch:          linux/arm64
2025-08-20T22:00:34.9229040Z   Experimental:     false
2025-08-20T22:00:34.9229266Z  containerd:
2025-08-20T22:00:34.9229479Z   Version:          1.7.27
2025-08-20T22:00:34.9229815Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:00:34.9230123Z  runc:
2025-08-20T22:00:34.9230385Z   Version:          1.2.5
2025-08-20T22:00:34.9230645Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:00:34.9230910Z  docker-init:
2025-08-20T22:00:34.9231163Z   Version:          0.19.0
2025-08-20T22:00:34.9231406Z   GitCommit:        de40ad0
2025-08-20T22:00:34.9243069Z 
2025-08-20T22:00:34.9243444Z ================================================================================
2025-08-20T22:00:34.9244015Z 
2025-08-20T22:00:34.9244256Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:00:34.9244622Z Docker daemon in rootless mode for your user:
2025-08-20T22:00:34.9244804Z 
2025-08-20T22:00:34.9244996Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:00:34.9245182Z 
2025-08-20T22:00:34.9245408Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:00:34.9245694Z 
2025-08-20T22:00:34.9245697Z 
2025-08-20T22:00:34.9246166Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:00:34.9246686Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:00:34.9246930Z 
2025-08-20T22:00:34.9247137Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:00:34.9247622Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:00:34.9248094Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:00:34.9248368Z 
2025-08-20T22:00:34.9248506Z ================================================================================
2025-08-20T22:00:34.9248689Z 
2025-08-20T22:00:45.8862936Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:45.8863639Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:45.8864160Z      Active: active (running) since Wed 2025-08-20 22:00:35 UTC; 10s ago
2025-08-20T22:00:45.8864991Z TriggeredBy: ● docker.socket
2025-08-20T22:00:45.8865377Z        Docs: https://docs.docker.com
2025-08-20T22:00:45.8865652Z    Main PID: 20500 (dockerd)
2025-08-20T22:00:45.8866133Z       Tasks: 10
2025-08-20T22:00:45.8866437Z      Memory: 20.7M (peak: 24.6M)
2025-08-20T22:00:45.8866693Z         CPU: 244ms
2025-08-20T22:00:45.8866997Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:45.8869431Z              └─20500 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:45.8869820Z 
2025-08-20T22:00:45.8870149Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.295000661Z" level=info msg="Loading containers: start."
2025-08-20T22:00:45.8871407Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.794692234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7d29da04e48d4ab50c44711601368d291fac9cdd9cd58a33df161492198a3c7d], retrying...."
2025-08-20T22:00:45.8872608Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.833342768Z" level=info msg="Loading containers: done."
2025-08-20T22:00:45.8873726Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851316740Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:00:45.8875086Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851403303Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:45.8876582Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851429191Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:45.8877368Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.867425364Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:45.8878128Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870311944Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:45.8878874Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870373346Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:45.8879556Z Aug 20 22:00:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:45.8958958Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:45.8959664Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:45.8960257Z      Active: active (running) since Wed 2025-08-20 22:00:35 UTC; 10s ago
2025-08-20T22:00:45.8960756Z TriggeredBy: ● docker.socket
2025-08-20T22:00:45.8961100Z        Docs: https://docs.docker.com
2025-08-20T22:00:45.8961391Z    Main PID: 20500 (dockerd)
2025-08-20T22:00:45.8961636Z       Tasks: 10
2025-08-20T22:00:45.8961921Z      Memory: 20.7M (peak: 24.6M)
2025-08-20T22:00:45.8962202Z         CPU: 244ms
2025-08-20T22:00:45.8962417Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:45.8963067Z              └─20500 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:45.8963395Z 
2025-08-20T22:00:45.8963711Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.295000661Z" level=info msg="Loading containers: start."
2025-08-20T22:00:45.8964856Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.794692234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7d29da04e48d4ab50c44711601368d291fac9cdd9cd58a33df161492198a3c7d], retrying...."
2025-08-20T22:00:45.8966310Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.833342768Z" level=info msg="Loading containers: done."
2025-08-20T22:00:45.8967409Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851316740Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:00:45.8968959Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851403303Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:45.8969845Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851429191Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:45.8970541Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.867425364Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:45.8971353Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870311944Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:45.8972075Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870373346Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:45.8972781Z Aug 20 22:00:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:45.9123725Z ● docker.service - Docker Application Container Engine
2025-08-20T22:00:45.9124239Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:00:45.9124859Z      Active: active (running) since Wed 2025-08-20 22:00:35 UTC; 10s ago
2025-08-20T22:00:45.9125313Z TriggeredBy: ● docker.socket
2025-08-20T22:00:45.9125687Z        Docs: https://docs.docker.com
2025-08-20T22:00:45.9126160Z    Main PID: 20500 (dockerd)
2025-08-20T22:00:45.9126382Z       Tasks: 10
2025-08-20T22:00:45.9126652Z      Memory: 20.7M (peak: 24.6M)
2025-08-20T22:00:45.9126912Z         CPU: 244ms
2025-08-20T22:00:45.9127172Z      CGroup: /system.slice/docker.service
2025-08-20T22:00:45.9127773Z              └─20500 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:00:45.9128108Z 
2025-08-20T22:00:45.9128417Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.295000661Z" level=info msg="Loading containers: start."
2025-08-20T22:00:45.9129551Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.794692234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7d29da04e48d4ab50c44711601368d291fac9cdd9cd58a33df161492198a3c7d], retrying...."
2025-08-20T22:00:45.9130969Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.833342768Z" level=info msg="Loading containers: done."
2025-08-20T22:00:45.9132105Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851316740Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:00:45.9133478Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851403303Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:00:45.9134374Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.851429191Z" level=info msg="Initializing buildkit"
2025-08-20T22:00:45.9135064Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.867425364Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:00:45.9136061Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870311944Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:00:45.9136839Z Aug 20 22:00:35 runnervmdbl46 dockerd[20500]: time="2025-08-20T22:00:35.870373346Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:00:45.9137527Z Aug 20 22:00:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:00:45.9217633Z Docker version 28.3.3, build 980b856
2025-08-20T22:00:45.9372565Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:00:46.6558047Z latest: Pulling from library/hello-world
2025-08-20T22:00:46.8434976Z 198f93fd5094: Pulling fs layer
2025-08-20T22:00:47.1455653Z 198f93fd5094: Verifying Checksum
2025-08-20T22:00:47.1514104Z 198f93fd5094: Download complete
2025-08-20T22:00:47.1788485Z 198f93fd5094: Pull complete
2025-08-20T22:00:47.2104093Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:00:47.2205495Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:00:47.8728290Z 
2025-08-20T22:00:47.8728747Z Hello from Docker!
2025-08-20T22:00:47.8729210Z This message shows that your installation appears to be working correctly.
2025-08-20T22:00:47.8729511Z 
2025-08-20T22:00:47.8729645Z To generate this message, Docker took the following steps:
2025-08-20T22:00:47.8729953Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:00:47.8730294Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:00:47.8730609Z     (arm64v8)
2025-08-20T22:00:47.8730864Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:00:47.8731258Z     executable that produces the output you are currently reading.
2025-08-20T22:00:47.8731666Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:00:47.8731988Z     to your terminal.
2025-08-20T22:00:47.8732102Z 
2025-08-20T22:00:47.8732259Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:00:47.8732582Z  $ docker run -it ubuntu bash
2025-08-20T22:00:47.8732720Z 
2025-08-20T22:00:47.8732862Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:00:47.8733176Z  https://hub.docker.com/
2025-08-20T22:00:47.8733307Z 
2025-08-20T22:00:47.8733388Z For more examples and ideas, visit:
2025-08-20T22:00:47.8733627Z  https://docs.docker.com/get-started/
2025-08-20T22:00:47.8733787Z 
2025-08-20T22:00:48.0132029Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:48.0132440Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:48.0132790Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:48.0133151Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:48.0133516Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:48.0133871Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:48.0134592Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:48.0134967Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:48.0135314Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:48.0135642Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:48.0136191Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:48.0136583Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:48.0136970Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:48.0137373Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:48.0137769Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:48.0138167Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:48.0138566Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:48.0138936Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:48.0139320Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:48.0139776Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:48.0140217Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:48.0140606Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:48.0141299Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:48.0141698Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:48.0142051Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:48.0142442Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:48.0142874Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:48.0143293Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:48.0143699Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:48.0144110Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:48.0144530Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:48.0144952Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:48.0145384Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:48.0145943Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:48.0146569Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:48.0146996Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:48.0147405Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:48.0147819Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:48.0148214Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:48.0148620Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:48.0149043Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:48.0149469Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:48.0149874Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:48.0150268Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:48.0150724Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:48.0151199Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:48.0151905Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:48.0152457Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:48.0152904Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:48.0153320Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:48.0153740Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:48.0154154Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:48.0154569Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:48.0154969Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:48.0155338Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:48.0155688Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:48.0156352Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:48.0156759Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:48.0157162Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:48.0157540Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:48.0157946Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:48.0158586Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:48.0159011Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:48.0159421Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:48.0159847Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:48.0160284Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:48.0160692Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:48.0161087Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:48.0161526Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:48.0162026Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:48.0162563Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:48.0163026Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:48.0163446Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:48.0163830Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:48.0164226Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:48.0164657Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:48.0165054Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:48.0165511Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:48.0166296Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:48.0166818Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:48.0167309Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:48.0167748Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:48.0168147Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:48.0168538Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:48.0169169Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:48.0169587Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:48.0169971Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:48.0170395Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:48.0170819Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:48.0171205Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:48.0171578Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:48.0171982Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:48.0172387Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:48.0172762Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:48.0173132Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:48.0173524Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:48.0173911Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:48.0174257Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:48.0174636Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:48.0175199Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:48.0175585Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:48.0176132Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:48.0176499Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:48.0176875Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:48.0177267Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:48.0177667Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:48.0178059Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:48.0178441Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:48.0178820Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:48.0179220Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:48.0179621Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:48.0179990Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:48.0180343Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:48.0180690Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:48.0181041Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:48.0181406Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:48.0181754Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:48.0182132Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:48.0182527Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:48.0182952Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:48.0183390Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:48.0183790Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:48.0184185Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:48.0184577Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:48.0184965Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:48.0185582Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:48.0186182Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:48.0186569Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:48.0186960Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:48.0187372Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:48.0187816Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:48.0188240Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:48.0188626Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:48.0189020Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:48.0189429Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:48.0189843Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:48.0190246Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:48.0190634Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:48.0191032Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:48.0191615Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:48.0191995Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:48.0192355Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:48.0192719Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:48.0193116Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:48.0193510Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:48.0193915Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:48.0194306Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:48.0194675Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:48.0195048Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:48.0195428Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:48.0195996Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:48.0196428Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:48.0196873Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:48.0197271Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:48.0197642Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:48.0198035Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:48.0198465Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:48.0198879Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:48.0199224Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:48.0199567Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:48.0199990Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:48.0200416Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:48.0200825Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:48.0201211Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:48.0201588Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:48.0202167Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:48.0202645Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:48.0203115Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:48.0203529Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:48.0203901Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:48.0204258Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:48.0205152Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:48.0205677Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:48.0206411Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:48.0206803Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:48.0207267Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:48.0207800Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:48.0208301Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:48.0208732Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:48.0209329Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:48.0209707Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:48.0210116Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:48.0210530Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:48.0210933Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:48.0211311Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:48.0211685Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:48.0212083Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:48.0212484Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:48.0212881Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:48.0213283Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:48.0213676Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:48.0214069Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:48.0214490Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:48.0214936Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:48.0215366Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:48.0215754Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:48.0216301Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:48.0216681Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:48.0217055Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:48.0217449Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:48.0217859Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:48.0218325Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:48.0218771Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:48.0219384Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:48.0219796Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:48.0220176Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:48.0220550Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:48.0220915Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:48.0221298Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:48.0221688Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:48.0222130Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:48.0222600Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:48.0223059Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:48.0223581Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:48.0224097Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:48.0224601Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:48.0225037Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:48.0225404Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:48.0226047Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:48.0226427Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:48.0226802Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:48.0227163Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:48.0227545Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:48.0227930Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:48.0228316Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:48.0228694Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:48.0229068Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:48.0229467Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:48.0229862Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:48.0230277Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:48.0230709Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:48.0231129Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:48.0231544Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:48.0231950Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:48.0232359Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:48.0232779Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:48.0233167Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:48.0233527Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:48.0234045Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0234563Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:48.0234936Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:48.0235395Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:48.0236107Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:48.0236535Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:48.0236972Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:48.0237396Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:48.0237826Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:48.0238235Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:48.0238638Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:48.0239061Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:48.0239470Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:48.0239861Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:48.0240296Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:48.0241028Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:48.0241533Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:48.0241981Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:48.0242391Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:48.0242992Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:48.0243469Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:48.0243955Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:48.0244446Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:48.0244884Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:48.0245339Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:48.0245744Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:48.0246301Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:48.0246650Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:48.0247025Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:48.0247408Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:48.0247775Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:48.0248126Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:48.0248497Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:48.0248859Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:48.0249220Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:48.0249590Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:48.0249944Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:48.0250319Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:48.0250706Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:48.0251079Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:48.0251437Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:48.0251800Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:48.0252165Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:48.0252542Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:48.0253145Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:48.0253532Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:48.0253902Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:48.0254324Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:48.0254758Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:48.0255170Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:48.0255532Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:48.0256058Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:48.0256487Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:48.0256886Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:48.0257252Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:48.0257623Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:48.0257982Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:48.0258324Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:48.0258672Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:48.0259022Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:48.0259613Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:48.0259969Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:48.0260316Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:48.0260649Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:48.0261026Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:48.0261433Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:48.0261831Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:48.0262230Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:48.0262623Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:48.0263039Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:48.0263540Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:48.0264159Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:48.0264841Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:48.0265385Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:48.0266009Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:48.0266483Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:48.0267030Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:48.0267647Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:48.0268214Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:48.0268705Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:48.0269150Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:48.0269519Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:48.0270104Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:48.0270489Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:48.0270867Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:48.0271254Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:48.0271639Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:48.0272026Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:48.0272414Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:48.0272798Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:48.0273173Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:48.0273547Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:48.0273920Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:48.0274314Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:48.0274708Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:48.0275121Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:48.0275536Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:48.0276081Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:48.0276657Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:48.0277070Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:48.0277482Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:48.0277920Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:48.0278348Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:48.0278713Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:48.0279079Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:48.0279460Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:48.0279827Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:48.0280211Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:48.0280608Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:48.0280994Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:48.0281379Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:48.0281741Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:48.0282110Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:48.0282664Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0283386Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0284077Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0284758Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0285283Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:48.0285671Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:48.0286293Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:48.0286703Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:48.0287285Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:48.0287670Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:48.0288037Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:48.0288413Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:48.0288790Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:48.0289168Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:48.0289545Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:48.0289933Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:48.0290333Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:48.0290729Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:48.0291132Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:48.0291517Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:48.0291894Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:48.0292280Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:48.0292681Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:48.0293230Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:48.0293630Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:48.0294019Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:48.0294444Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:48.0294871Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:48.0295278Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:48.0295719Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:48.0296346Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:48.0296759Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:48.0297129Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:48.0297513Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:48.0297909Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:48.0298317Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:48.0298721Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:48.0299102Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:48.0299492Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:48.0299960Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:48.0300427Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:48.0300821Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:48.0301230Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:48.0301684Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:48.0302131Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:48.0302606Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:48.0303093Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:48.0303762Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:48.0304226Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:48.0304627Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:48.0305018Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:48.0305434Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:48.0305991Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:48.0306388Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:48.0306799Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:48.0307197Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:48.0307602Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:48.0308023Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:48.0308417Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:48.0308792Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:48.0309156Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:48.0309509Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:48.0310070Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:48.0310488Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:48.0310881Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:48.0311327Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:48.0311783Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:48.0312184Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:48.0312626Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:48.0313048Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:48.0313456Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:48.0313869Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:48.0314226Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:48.0314589Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:48.0314981Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:48.0315376Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:48.0315760Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:48.0316425Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:48.0316789Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:48.0317140Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:48.0317623Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:00:48.0318135Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:48.0318517Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:48.0318896Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:48.0319293Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:48.0319702Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:48.0320355Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:48.0320781Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:48.0321196Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:48.0321607Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:48.0321984Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:48.0322355Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:48.0322715Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:48.0323093Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:48.0323519Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:48.0323945Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:48.0324346Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:48.0324767Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:48.0325207Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:48.0325607Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:48.0326215Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:48.0326737Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:48.0327091Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:48.0327456Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:48.0327833Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:48.0328210Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:48.0328617Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:48.0329032Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:48.0329494Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:48.0329930Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:48.0330303Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:48.0330694Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:48.0331080Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:48.0331466Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:48.0331850Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:48.0332230Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:48.0332673Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:48.0333162Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:48.0333587Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:48.0333964Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:48.0334340Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:48.0334750Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:48.0335146Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:48.0335520Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:48.0336134Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:48.0336535Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:48.0337113Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:48.0337489Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:48.0337893Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:48.0338318Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:48.0338698Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:48.0339090Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:48.0339532Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:48.0339973Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:48.0340401Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:48.0340795Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:48.0341329Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0341836Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:48.0342226Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:48.0342636Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:48.0343219Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:48.0343743Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:48.0344329Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:48.0344937Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:48.0345590Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:48.0346594Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:48.0347237Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:48.0347863Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:48.0348453Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:48.0348936Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:48.0349379Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:48.0349814Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:48.0350245Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:48.0350720Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:48.0351153Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:48.0351538Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:48.0351908Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:48.0352293Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:48.0352676Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:48.0353089Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:48.0353503Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:48.0353867Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:48.0354480Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:48.0354962Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:48.0355454Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:48.0356069Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:48.0356577Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:48.0357038Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:48.0357453Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:48.0357866Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:48.0358283Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:48.0358715Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:48.0359149Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:48.0359539Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:48.0359920Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:48.0360296Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:48.0360676Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:48.0361288Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:48.0361729Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:48.0362135Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:48.0362551Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:48.0362987Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:48.0363436Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:48.0363880Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:48.0364316Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:48.0364763Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:48.0365140Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:48.0365531Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:48.0366096Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:48.0366494Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:48.0366899Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:48.0367305Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:48.0367732Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:48.0368207Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:48.0368667Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:48.0369063Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:48.0369421Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:48.0369792Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:48.0370187Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:48.0370575Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:48.0370968Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:48.0371606Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:48.0372070Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:48.0372491Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:48.0372877Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:48.0373277Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:48.0373831Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:48.0374410Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:48.0374864Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:48.0375308Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:48.0375739Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:48.0376290Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:48.0376685Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:48.0377074Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:48.0377475Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:48.0378057Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:48.0378439Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:48.0378832Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:48.0379234Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:48.0379609Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:48.0380020Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:48.0380483Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:48.0380905Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:48.0381282Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:48.0381655Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:48.0382052Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:48.0382428Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:48.0382801Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:48.0383231Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:48.0383677Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:48.0384088Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:48.0384492Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:48.0384890Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:48.0385277Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:48.0385652Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:48.0386379Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:48.0386810Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:48.0387256Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:48.0387707Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:48.0388412Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:48.0388836Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:48.0389244Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:48.0389668Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:48.0390057Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:48.0390419Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:48.0390767Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:48.0391130Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:48.0391501Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:48.0391858Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:48.0392228Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:48.0392627Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:48.0393015Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:48.0393367Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:48.0393717Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:48.0394094Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:48.0394703Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:48.0395083Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:48.0395446Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:48.0395981Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:48.0396400Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:48.0396790Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:48.0397141Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:48.0397512Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:48.0397905Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:48.0398285Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:48.0398665Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:48.0399041Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:48.0399425Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:48.0399832Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:48.0400256Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:48.0400663Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:48.0401018Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:48.0401364Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:48.0401706Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:48.0402127Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:48.0402635Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:48.0403141Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:48.0403624Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:48.0404133Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:48.0404571Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:48.0405160Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:48.0405590Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:48.0406165Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:48.0406560Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:48.0406946Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:48.0407336Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:48.0407711Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:48.0408105Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:48.0408552Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:48.0408990Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:48.0409365Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:48.0409762Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:48.0410186Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:48.0410562Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:48.0411078Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:48.0411465Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:48.0411915Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:48.0412378Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:48.0412793Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:48.0413216Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:48.0413642Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:48.0414079Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:48.1037282Z [+] Installing Go for linux-arm64...
2025-08-20T22:00:49.4728712Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:00:49.4729035Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:00:49.4729302Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:00:49.4739224Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:00:49.4739590Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:00:49.4739937Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:00:49.4988218Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:00:49.4988742Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:00:49.4989201Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:00:49.4989650Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:00:49.4990086Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:00:49.4990530Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:00:49.4991002Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:00:49.4991467Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:00:49.4991897Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:00:49.4992331Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:00:49.4992759Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:00:49.4993547Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:00:49.4994038Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:00:49.4994489Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:00:49.4994932Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:00:49.4995387Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:00:49.4996146Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:00:49.4996639Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:00:49.4997091Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:00:49.4997502Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:00:49.4997852Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:00:49.4998171Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:00:49.4998498Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:00:49.4998824Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:00:49.4999155Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:00:49.5029131Z go version go1.22.2 linux/arm64
2025-08-20T22:00:49.5301739Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:49.5302199Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:49.5302547Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:49.5302900Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:49.5303268Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:49.5303658Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:49.5304019Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:49.5304380Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:49.5304726Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:49.5305070Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:49.5305430Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:49.5305983Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:49.5306383Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:49.5306790Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:49.5307184Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:49.5307586Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:49.5308002Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:49.5308375Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:49.5308768Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:49.5309224Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:49.5309672Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:49.5310066Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:49.5310482Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:49.5310879Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:49.5311230Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:49.5311618Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:49.5312416Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:49.5312873Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:49.5313277Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:49.5313688Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:49.5314106Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:49.5314534Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:49.5314962Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:49.5315383Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:49.5315995Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:49.5316432Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:49.5316839Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:49.5317246Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:49.5317638Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:49.5318047Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:49.5318682Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:49.5319106Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:49.5319510Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:49.5319905Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:49.5320357Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:49.5320836Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:49.5321305Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:49.5322053Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:49.5322528Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:49.5322948Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:49.5323374Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:49.5323786Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:49.5324199Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:49.5324599Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:49.5324974Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:49.5325334Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:49.5325711Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:49.5326523Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:49.5326926Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:49.5327303Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:49.5327719Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:49.5328155Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:49.5328577Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:49.5328986Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:49.5329642Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:49.5330086Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:49.5330490Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:49.5330883Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:49.5331323Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:49.5331824Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:49.5332324Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:49.5332785Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:49.5333202Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:49.5333592Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:49.5333987Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:49.5334393Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:49.5334791Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:49.5335253Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:49.5335757Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:49.5336688Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:49.5337185Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:49.5337625Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:49.5338027Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:49.5338423Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:49.5338824Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:49.5339222Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:49.5339606Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:49.5340029Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:49.5340455Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:49.5340836Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:49.5341260Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:49.5341669Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:49.5342080Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:49.5342460Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:49.5342832Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:49.5343225Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:49.5343613Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:49.5343962Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:49.5344346Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:49.5344754Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:49.5345141Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:49.5345506Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:49.5346034Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:49.5346651Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:49.5347057Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:49.5347454Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:49.5347846Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:49.5348225Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:49.5348615Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:49.5349018Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:49.5349420Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:49.5349790Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:49.5350142Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:49.5350488Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:49.5350845Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:49.5351206Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:49.5351554Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:49.5351955Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:49.5352347Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:49.5352951Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:49.5353387Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:49.5353788Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:49.5354177Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:49.5354569Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:49.5354959Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:49.5355360Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:49.5355768Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:49.5356479Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:49.5356878Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:49.5357298Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:49.5357737Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:49.5358165Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:49.5358552Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:49.5358947Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:49.5359361Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:49.5359775Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:49.5360175Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:49.5360569Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:49.5360967Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:49.5361372Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:49.5361750Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:49.5362114Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:49.5362485Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:49.5362884Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:49.5363532Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:49.5363965Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:49.5364352Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:49.5364718Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:49.5365093Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:49.5365478Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:49.5366013Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:49.5366443Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:49.5366888Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:49.5367287Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:49.5367665Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:49.5368055Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:49.5368476Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:49.5368896Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:49.5369249Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:49.5369772Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:49.5370192Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:49.5370624Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:49.5371033Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:49.5371415Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:49.5371800Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:49.5372185Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:49.5372611Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:49.5373079Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:49.5373502Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:49.5373869Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:49.5374231Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:49.5374677Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:49.5375183Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:49.5375630Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:49.5376889Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:49.5377364Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:49.5377899Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:49.5378402Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:49.5378846Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:49.5379209Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:49.5379585Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:49.5379993Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:49.5380410Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:49.5381029Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:49.5381466Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:49.5381841Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:49.5382241Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:49.5382637Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:49.5383040Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:49.5383435Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:49.5383830Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:49.5384223Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:49.5384643Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:49.5385093Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:49.5385523Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:49.5386098Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:49.5386479Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:49.5386857Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:49.5387539Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:49.5387935Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:49.5388353Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:49.5388815Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:49.5389273Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:49.5389677Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:49.5390066Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:49.5390448Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:49.5390826Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:49.5391196Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:49.5391593Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:49.5391974Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:49.5392423Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:49.5392897Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:49.5393361Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:49.5393884Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:49.5394402Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:49.5394912Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:49.5395355Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:49.5395722Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:49.5396221Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:49.5396604Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:49.5396986Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:49.5397356Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:49.5397932Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:49.5398322Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:49.5398707Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:49.5399084Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:49.5399460Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:49.5399862Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:49.5400251Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:49.5400665Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:49.5401102Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:49.5401522Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:49.5401940Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:49.5402344Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:49.5402757Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:49.5403177Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:49.5403568Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:49.5404080Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:49.5404586Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5405103Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:49.5405473Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:49.5406673Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:49.5407067Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:49.5407467Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:49.5407905Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:49.5408331Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:49.5408767Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:49.5409171Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:49.5409574Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:49.5409995Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:49.5410404Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:49.5410798Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:49.5411227Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:49.5411715Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:49.5412212Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:49.5412660Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:49.5413077Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:49.5413481Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:49.5413959Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:49.5414450Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:49.5415162Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:49.5415659Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:49.5416302Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:49.5416715Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:49.5417077Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:49.5417459Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:49.5417831Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:49.5418217Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:49.5418582Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:49.5418936Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:49.5419304Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:49.5419671Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:49.5420031Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:49.5420399Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:49.5420752Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:49.5421128Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:49.5421700Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:49.5422067Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:49.5422426Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:49.5422782Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:49.5423147Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:49.5423524Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:49.5423890Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:49.5424248Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:49.5424619Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:49.5425042Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:49.5425483Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:49.5426045Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:49.5426415Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:49.5426818Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:49.5427248Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:49.5427657Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:49.5428021Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:49.5428387Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:49.5428745Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:49.5429088Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:49.5429438Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:49.5429797Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:49.5430163Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:49.5430525Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:49.5430871Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:49.5431205Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:49.5431851Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:49.5432285Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:49.5432686Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:49.5433083Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:49.5433476Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:49.5433899Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:49.5434402Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:49.5435017Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:49.5435641Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:49.5436328Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:49.5436806Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:49.5437262Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:49.5437781Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:49.5438606Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:49.5439170Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:49.5439661Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:49.5440105Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:49.5440480Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:49.5440851Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:49.5441268Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:49.5441651Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:49.5442039Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:49.5442427Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:49.5442818Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:49.5443202Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:49.5443589Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:49.5443965Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:49.5444341Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:49.5444722Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:49.5445116Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:49.5445511Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:49.5446064Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:49.5446485Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:49.5446858Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:49.5447249Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:49.5447659Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:49.5448072Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:49.5448761Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:49.5449202Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:49.5449569Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:49.5449938Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:49.5450321Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:49.5450690Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:49.5451087Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:49.5451474Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:49.5451862Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:49.5452242Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:49.5452605Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:49.5452982Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:49.5453536Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5454251Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5454943Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5455755Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5456446Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:49.5456832Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:49.5457239Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:49.5457646Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:49.5458023Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:49.5458397Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:49.5458763Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:49.5459142Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:49.5459527Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:49.5459901Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:49.5460282Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:49.5460671Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:49.5461078Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:49.5461479Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:49.5461876Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:49.5462269Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:49.5462649Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:49.5463043Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:49.5463455Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:49.5463856Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:49.5464252Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:49.5464648Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:49.5465079Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:49.5465729Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:49.5466304Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:49.5466752Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:49.5467211Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:49.5467617Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:49.5467991Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:49.5468369Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:49.5468766Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:49.5469178Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:49.5469581Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:49.5469966Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:49.5470359Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:49.5470825Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:49.5471297Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:49.5471853Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:49.5472258Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:49.5472711Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:49.5473160Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:49.5473635Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:49.5474130Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:49.5474573Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:49.5475012Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:49.5475409Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:49.5475931Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:49.5476358Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:49.5476743Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:49.5477118Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:49.5477526Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:49.5477927Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:49.5478334Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:49.5478755Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:49.5479148Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:49.5479523Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:49.5479890Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:49.5480244Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:49.5480630Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:49.5481049Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:49.5481443Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:49.5482076Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:49.5482543Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:49.5482946Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:49.5483382Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:49.5483805Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:49.5484218Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:49.5484626Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:49.5484981Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:49.5485346Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:49.5485738Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:49.5486324Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:49.5486706Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:49.5487062Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:49.5487411Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:49.5487758Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:49.5488249Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:00:49.5488914Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:49.5489299Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:49.5489679Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:49.5490077Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:49.5490492Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:49.5490905Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:49.5491311Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:49.5491727Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:49.5492139Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:49.5492517Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:49.5492881Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:49.5493243Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:49.5493618Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:49.5494040Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:49.5494474Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:49.5494873Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:49.5495297Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:49.5495737Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:49.5496293Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:49.5496673Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:49.5497020Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:49.5497362Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:49.5497734Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:49.5498109Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:49.5498661Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:49.5499087Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:49.5499504Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:49.5499965Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:49.5500406Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:49.5500788Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:49.5501197Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:49.5501583Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:49.5501971Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:49.5502351Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:49.5502732Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:49.5503171Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:49.5503666Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:49.5504093Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:49.5504471Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:49.5504986Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:49.5505390Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:49.5505909Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:49.5506289Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:49.5506690Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:49.5507077Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:49.5507423Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:49.5507780Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:49.5508179Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:49.5508601Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:49.5509109Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:49.5509503Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:49.5509949Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:49.5510391Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:49.5510818Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:49.5511216Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:49.5511736Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5512244Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:49.5512639Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:49.5513056Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:49.5513484Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:49.5514003Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:49.5514589Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:49.5515429Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:49.5516238Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:49.5516894Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:49.5517527Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:49.5518159Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:49.5518743Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:49.5519226Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:49.5519676Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:49.5520113Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:49.5520545Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:49.5521021Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:49.5521457Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:49.5521840Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:49.5522367Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:49.5522746Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:49.5523127Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:49.5523534Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:49.5523947Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:49.5524310Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:49.5524701Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:49.5525165Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:49.5525660Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:49.5526298Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:49.5526798Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:49.5527251Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:49.5527668Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:49.5528085Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:49.5528495Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:49.5528934Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:49.5529363Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:49.5529756Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:49.5530140Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:49.5530516Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:49.5530902Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:49.5531340Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:49.5531784Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:49.5532188Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:49.5532607Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:49.5533268Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:49.5533753Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:49.5534203Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:49.5534634Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:49.5535035Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:49.5535408Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:49.5535952Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:49.5536334Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:49.5536705Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:49.5537111Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:49.5537508Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:49.5537935Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:49.5538406Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:49.5538867Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:49.5539473Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:49.5539829Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:49.5540201Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:49.5540595Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:49.5540984Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:49.5541428Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:49.5541857Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:49.5542306Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:49.5542719Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:49.5543106Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:49.5543511Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:49.5544053Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:49.5544630Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:49.5545089Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:49.5545545Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:49.5546108Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:49.5546509Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:49.5546900Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:49.5547285Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:49.5547692Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:49.5548096Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:49.5548477Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:49.5548869Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:49.5549279Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:49.5549842Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:49.5550271Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:49.5550737Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:49.5551165Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:49.5551542Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:49.5551927Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:49.5552318Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:49.5552693Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:49.5553063Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:49.5553496Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:49.5553951Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:49.5554357Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:49.5554758Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:49.5555155Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:49.5555538Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:49.5556193Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:49.5556584Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:49.5556990Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:49.5557440Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:49.5557897Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:49.5558325Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:49.5558727Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:49.5559131Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:49.5559558Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:49.5559954Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:49.5560314Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:49.5560661Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:49.5561025Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:49.5561401Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:49.5561755Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:49.5562130Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:49.5562528Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:49.5562916Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:49.5563275Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:49.5563627Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:49.5564007Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:49.5564411Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:49.5564792Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:49.5565160Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:49.5565530Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:49.5566368Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:49.5566766Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:49.5567120Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:49.5567492Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:49.5567883Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:49.5568273Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:49.5568651Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:49.5569027Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:49.5569414Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:49.5569819Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:49.5570245Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:49.5570647Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:49.5571001Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:49.5571349Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:49.5571687Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:49.5572251Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:49.5572753Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:49.5573224Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:49.5573701Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:49.5574206Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:49.5574648Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:49.5575035Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:49.5575427Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:49.5575971Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:49.5576378Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:49.5576770Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:49.5577158Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:49.5577532Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:49.5577924Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:49.5578373Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:49.5578806Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:49.5579181Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:49.5579582Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:49.5580006Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:49.5580390Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:49.5580734Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:49.5581139Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:49.5581592Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:49.5582052Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:49.5582654Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:49.5583096Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:49.5583531Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:49.5583963Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:49.7524934Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:49.9309749Z Collecting meson
2025-08-20T22:00:50.0041488Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:00:50.0541045Z Collecting ninja
2025-08-20T22:00:50.0714425Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:00:50.1017691Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:00:50.1791872Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 21.2 MB/s  0:00:00
2025-08-20T22:00:50.1966512Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:00:50.2799116Z Installing collected packages: ninja, meson
2025-08-20T22:00:50.9719484Z 
2025-08-20T22:00:50.9743779Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:00:51.2507982Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:00:51.3427576Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:00:51.4336024Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:00:51.9247981Z 1.8.4
2025-08-20T22:00:51.9530782Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:00:51.9806838Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:51.9807219Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:51.9807585Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:51.9807993Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:51.9808373Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:51.9808750Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:51.9809115Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:51.9809476Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:51.9809822Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:51.9810166Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:51.9810523Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:51.9810904Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:51.9811290Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:51.9811694Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:51.9812096Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:51.9812498Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:51.9812901Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:51.9813262Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:51.9813638Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:51.9814097Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:51.9814546Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:51.9814936Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:51.9815355Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:51.9815750Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:51.9816856Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:51.9817278Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:51.9817714Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:51.9818133Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:51.9818541Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:51.9818967Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:51.9819387Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:51.9819810Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:51.9820234Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:51.9820659Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:51.9821096Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:51.9821523Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:51.9821930Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:51.9822343Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:51.9822940Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:51.9823349Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:51.9823775Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:51.9824194Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:51.9824600Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:51.9824998Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:51.9825456Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:51.9826069Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:51.9826551Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:51.9827043Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:51.9827494Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:51.9827914Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:51.9828334Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:51.9828742Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:51.9829162Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:51.9829561Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:51.9829926Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:51.9830283Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:51.9830654Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:51.9831051Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:51.9831465Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:51.9831851Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:51.9832259Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:51.9832697Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:51.9833344Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:51.9833774Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:51.9834195Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:51.9834629Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:51.9835033Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:51.9835435Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:51.9836617Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:51.9837150Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:51.9837650Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:51.9838109Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:51.9838534Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:51.9838924Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:51.9839314Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:51.9839711Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:51.9840111Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:51.9840778Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:51.9841282Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:51.9841789Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:51.9842283Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:51.9842725Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:51.9843130Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:51.9843522Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:51.9843928Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:51.9844324Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:51.9844715Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:51.9845137Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:51.9845566Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:51.9846114Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:51.9846490Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:51.9846900Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:51.9847307Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:51.9847681Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:51.9848047Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:51.9848444Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:51.9848831Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:51.9849186Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:51.9849565Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:51.9849972Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:51.9850362Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:51.9850932Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:51.9851328Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:51.9851707Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:51.9852096Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:51.9852494Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:51.9852891Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:51.9853272Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:51.9853674Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:51.9854069Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:51.9854467Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:51.9854840Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:51.9855191Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:51.9855537Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:51.9856043Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:51.9856415Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:51.9856764Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:51.9857307Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:51.9857705Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:51.9858133Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:51.9858565Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:51.9858967Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:51.9859361Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:51.9859749Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:51.9860134Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:51.9860533Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:51.9860939Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:51.9861325Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:51.9861713Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:51.9862125Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:51.9862563Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:51.9862993Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:51.9863380Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:51.9863770Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:00:51.9864179Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:00:51.9864588Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:00:51.9864993Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:00:51.9865392Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:00:51.9866577Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:00:51.9867014Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:00:51.9867392Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:00:51.9867746Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:00:51.9868310Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:00:51.9868726Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:00:51.9869123Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:00:51.9869522Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:00:51.9869908Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:00:51.9870282Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:00:51.9870658Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:00:51.9871035Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:00:51.9871419Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:00:51.9871843Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:00:51.9872292Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:00:51.9872690Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:00:51.9873061Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:00:51.9873449Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:00:51.9873864Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:00:51.9874428Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:00:51.9874781Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:00:51.9875119Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:00:51.9875539Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:00:51.9876144Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:00:51.9876557Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:00:51.9876939Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:00:51.9877319Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:00:51.9877701Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:00:51.9878122Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:00:51.9878593Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:00:51.9879007Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:00:51.9879372Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:00:51.9879731Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:00:51.9880180Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:00:51.9880684Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:00:51.9881122Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:00:51.9881498Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:00:51.9881958Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:00:51.9882498Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:00:51.9883004Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:00:51.9883442Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:00:51.9883804Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:00:51.9884185Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:00:51.9884798Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:00:51.9885229Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:00:51.9885632Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:00:51.9886125Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:00:51.9886499Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:00:51.9886903Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:00:51.9887301Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:00:51.9887698Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:00:51.9888096Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:00:51.9888487Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:00:51.9888884Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:00:51.9889305Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:00:51.9889751Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:00:51.9890180Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:00:51.9890568Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:00:51.9891113Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:00:51.9891485Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:00:51.9891857Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:00:51.9892244Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:00:51.9892657Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:00:51.9893128Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:00:51.9893575Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:00:51.9893977Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:00:51.9894365Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:00:51.9894751Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:00:51.9895130Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:00:51.9895500Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:00:51.9896005Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:00:51.9896396Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:00:51.9896848Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:00:51.9897319Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:00:51.9897779Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:00:51.9898297Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:00:51.9898811Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:00:51.9899318Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:00:51.9899757Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:00:51.9900161Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:00:51.9900524Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:00:51.9900901Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:00:51.9901471Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:00:51.9901865Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:00:51.9902246Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:00:51.9902628Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:00:51.9903010Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:00:51.9903392Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:00:51.9903765Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:00:51.9904159Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:00:51.9904547Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:00:51.9904963Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:00:51.9905406Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:00:51.9905950Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:00:51.9906375Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:00:51.9906778Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:00:51.9907187Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:00:51.9907797Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:00:51.9908188Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:00:51.9908548Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:00:51.9909053Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:51.9909573Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:00:51.9909945Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:00:51.9910319Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:00:51.9910680Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:00:51.9911074Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:00:51.9911513Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:00:51.9911936Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:00:51.9912363Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:00:51.9912771Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:00:51.9913176Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:00:51.9913599Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:00:51.9914006Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:00:51.9914399Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:00:51.9914831Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:00:51.9915322Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:00:51.9915951Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:00:51.9916406Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:00:51.9916818Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:00:51.9917223Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:00:51.9917969Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:00:51.9918466Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:00:51.9918876Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:00:51.9919310Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:00:51.9919764Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:00:51.9920174Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:00:51.9920533Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:00:51.9920887Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:00:51.9921254Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:00:51.9921639Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:00:51.9922008Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:00:51.9922364Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:00:51.9922735Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:00:51.9923096Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:00:51.9923454Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:00:51.9923827Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:00:51.9924340Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:00:51.9924721Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:00:51.9925106Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:00:51.9925469Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:00:51.9925955Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:00:51.9926327Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:00:51.9926710Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:00:51.9927082Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:00:51.9927443Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:00:51.9927803Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:00:51.9928182Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:00:51.9928602Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:00:51.9929034Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:00:51.9929443Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:00:51.9929807Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:00:51.9930197Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:00:51.9930622Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:00:51.9931020Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:00:51.9931380Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:00:51.9931746Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:00:51.9932106Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:00:51.9932453Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:00:51.9932802Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:00:51.9933156Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:00:51.9933524Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:00:51.9933883Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:00:51.9934428Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:00:51.9934790Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:00:51.9935170Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:00:51.9935573Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:00:51.9936111Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:00:51.9936518Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:00:51.9936912Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:00:51.9937325Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:00:51.9937825Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:00:51.9938444Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:00:51.9939069Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:00:51.9939611Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:00:51.9940083Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:00:51.9940706Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:00:51.9941222Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:00:51.9941841Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:00:51.9942401Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:00:51.9942899Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:00:51.9943342Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:00:51.9943709Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:00:51.9944081Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:00:51.9944450Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:00:51.9944826Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:00:51.9945218Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:00:51.9945604Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:00:51.9946100Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:00:51.9946485Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:00:51.9946875Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:00:51.9947250Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:00:51.9947622Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:00:51.9947996Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:00:51.9948384Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:00:51.9948774Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:00:51.9949186Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:00:51.9949599Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:00:51.9949964Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:00:51.9950353Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:00:51.9950761Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:00:51.9951356Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:00:51.9951807Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:00:51.9952234Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:00:51.9952600Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:00:51.9952968Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:00:51.9953357Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:00:51.9953725Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:00:51.9954112Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:00:51.9954503Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:00:51.9954887Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:00:51.9955270Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:00:51.9955632Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:00:51.9956141Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:00:51.9956690Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:51.9957595Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:51.9958281Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:51.9958948Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:51.9959474Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:00:51.9959864Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:00:51.9960271Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:00:51.9960668Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:00:51.9961041Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:00:51.9961422Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:00:51.9961792Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:00:51.9962169Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:00:51.9962546Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:00:51.9962921Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:00:51.9963298Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:00:51.9963688Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:00:51.9964094Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:00:51.9964490Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:00:51.9964889Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:00:51.9965277Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:00:51.9965663Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:00:51.9966202Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:00:51.9966606Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:00:51.9967001Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:00:51.9967399Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:00:51.9967968Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:00:51.9968415Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:00:51.9968847Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:00:51.9969250Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:00:51.9969687Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:00:51.9970150Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:00:51.9970552Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:00:51.9970919Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:00:51.9971298Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:00:51.9971698Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:00:51.9972105Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:00:51.9972507Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:00:51.9972884Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:00:51.9973272Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:00:51.9973883Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:00:51.9974356Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:00:51.9974750Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:00:51.9975158Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:00:51.9975608Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:00:51.9976265Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:00:51.9976744Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:00:51.9977230Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:00:51.9977672Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:00:51.9978112Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:00:51.9978514Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:00:51.9978904Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:00:51.9979322Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:00:51.9979704Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:00:51.9980080Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:00:51.9980490Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:00:51.9980890Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:00:51.9981295Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:00:51.9981714Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:00:51.9982112Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:00:51.9982488Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:00:51.9982856Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:00:51.9983215Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:00:51.9983602Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:00:51.9984244Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:00:51.9984662Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:00:51.9985109Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:00:51.9985559Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:00:51.9986098Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:00:51.9986540Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:00:51.9986965Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:00:51.9987372Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:00:51.9987777Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:00:51.9988132Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:00:51.9988497Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:00:51.9988890Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:00:51.9989285Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:00:51.9989669Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:00:51.9990025Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:00:51.9990530Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:00:51.9990874Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:00:51.9991357Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:00:51.9991867Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:00:51.9992249Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:00:51.9992632Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:00:51.9993030Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:00:51.9993438Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:00:51.9993851Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:00:51.9994256Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:00:51.9994675Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:00:51.9995094Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:00:51.9995464Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:00:51.9995950Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:00:51.9996318Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:00:51.9996699Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:00:51.9997119Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:00:51.9997547Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:00:51.9997947Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:00:51.9998369Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:00:51.9998812Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:00:51.9999210Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:00:51.9999577Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:00:51.9999924Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:00:52.0000327Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:00:52.0000909Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:00:52.0001295Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:00:52.0001673Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:00:52.0002071Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:00:52.0002483Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:00:52.0002950Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:00:52.0003388Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:00:52.0003759Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:00:52.0004146Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:00:52.0004533Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:00:52.0004923Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:00:52.0005303Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:00:52.0005677Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:00:52.0006356Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:00:52.0006863Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:00:52.0007467Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:00:52.0007845Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:00:52.0008215Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:00:52.0008616Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:00:52.0009010Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:00:52.0009384Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:00:52.0009782Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:00:52.0010160Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:00:52.0010506Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:00:52.0010858Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:00:52.0011260Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:00:52.0011679Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:00:52.0012057Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:00:52.0012446Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:00:52.0012891Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:00:52.0013334Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:00:52.0013801Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:00:52.0014194Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:00:52.0014707Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:52.0015220Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:00:52.0015612Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:00:52.0016185Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:00:52.0016617Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:00:52.0017137Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:00:52.0017938Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:00:52.0018558Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:00:52.0019206Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:00:52.0019854Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:00:52.0020490Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:00:52.0021116Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:00:52.0021696Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:00:52.0022183Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:00:52.0022632Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:00:52.0023072Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:00:52.0023497Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:00:52.0023972Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:00:52.0024561Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:00:52.0024945Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:00:52.0025315Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:00:52.0025694Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:00:52.0026209Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:00:52.0026622Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:00:52.0027037Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:00:52.0027400Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:00:52.0027786Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:00:52.0028249Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:00:52.0028743Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:00:52.0029229Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:00:52.0029717Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:00:52.0030166Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:00:52.0030581Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:00:52.0030999Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:00:52.0031413Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:00:52.0031843Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:00:52.0032272Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:00:52.0032661Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:00:52.0033047Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:00:52.0033422Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:00:52.0033802Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:00:52.0034241Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:00:52.0034684Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:00:52.0035289Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:00:52.0035729Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:00:52.0036280Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:00:52.0036733Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:00:52.0037186Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:00:52.0037620Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:00:52.0038015Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:00:52.0038388Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:00:52.0038778Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:00:52.0039150Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:00:52.0039525Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:00:52.0039925Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:00:52.0040323Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:00:52.0040749Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:00:52.0041385Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:00:52.0041841Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:00:52.0042232Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:00:52.0042583Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:00:52.0042954Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:00:52.0043353Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:00:52.0043740Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:00:52.0044128Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:00:52.0044556Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:00:52.0045002Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:00:52.0045421Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:00:52.0045931Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:00:52.0046341Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:00:52.0046882Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:00:52.0047467Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:00:52.0047922Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:00:52.0048366Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:00:52.0048788Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:00:52.0049184Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:00:52.0049579Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:00:52.0049968Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:00:52.0050368Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:00:52.0050773Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:00:52.0051152Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:00:52.0051796Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:00:52.0052213Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:00:52.0052588Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:00:52.0052991Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:00:52.0053453Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:00:52.0053882Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:00:52.0054256Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:00:52.0054631Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:00:52.0055018Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:00:52.0055393Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:00:52.0055766Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:00:52.0056338Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:00:52.0056788Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:00:52.0057191Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:00:52.0057586Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:00:52.0058167Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:00:52.0058549Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:00:52.0058922Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:00:52.0059306Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:00:52.0059710Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:00:52.0060158Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:00:52.0060604Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:00:52.0061025Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:00:52.0061426Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:00:52.0061837Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:00:52.0062264Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:00:52.0062650Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:00:52.0063009Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:00:52.0063357Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:00:52.0063725Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:00:52.0064104Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:00:52.0064462Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:00:52.0064832Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:00:52.0065229Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:00:52.0065610Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:00:52.0066200Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:00:52.0066559Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:00:52.0066939Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:00:52.0067341Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:00:52.0067718Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:00:52.0068290Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:00:52.0068663Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:00:52.0069049Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:00:52.0069429Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:00:52.0069778Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:00:52.0070155Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:00:52.0070547Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:00:52.0070927Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:00:52.0071303Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:00:52.0071678Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:00:52.0072063Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:00:52.0072466Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:00:52.0072888Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:00:52.0073286Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:00:52.0073642Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:00:52.0074147Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:00:52.0074487Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:00:52.0074907Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:00:52.0075421Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:00:52.0076083Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:00:52.0076573Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:00:52.0077077Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:00:52.0077513Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:00:52.0077893Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:00:52.0078282Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:00:52.0078672Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:00:52.0079058Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:00:52.0079444Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:00:52.0079830Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:00:52.0080212Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:00:52.0080603Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:00:52.0081046Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:00:52.0081481Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:00:52.0081855Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:00:52.0082259Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:00:52.0082683Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:00:52.0083059Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:00:52.0083413Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:00:52.0083801Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:00:52.0084460Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:00:52.0084941Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:00:52.0085358Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:00:52.0085882Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:00:52.0086328Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:00:52.0086768Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:00:52.3937915Z info: downloading installer
2025-08-20T22:00:52.6306646Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:00:52.6307007Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:00:52.6307370Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:00:52.6307786Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:00:52.6486010Z info: profile set to 'default'
2025-08-20T22:00:52.6486326Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:00:52.6486689Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:00:52.7036196Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:52.9486442Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:52.9914071Z info: downloading component 'clippy'
2025-08-20T22:00:53.1359727Z info: downloading component 'rustfmt'
2025-08-20T22:00:53.2543515Z info: downloading component 'cargo'
2025-08-20T22:00:53.3996509Z info: downloading component 'rust-std'
2025-08-20T22:00:53.7980252Z info: downloading component 'rustc'
2025-08-20T22:00:54.4846965Z info: removing previous version of component 'clippy'
2025-08-20T22:00:54.5361720Z info: removing previous version of component 'rustfmt'
2025-08-20T22:00:54.5620533Z info: removing previous version of component 'cargo'
2025-08-20T22:00:54.6369559Z info: removing previous version of component 'rust-std'
2025-08-20T22:00:54.6751710Z info: removing previous version of component 'rustc'
2025-08-20T22:00:54.7591016Z info: installing component 'clippy'
2025-08-20T22:00:55.0256180Z info: installing component 'rustfmt'
2025-08-20T22:00:55.2252289Z info: installing component 'cargo'
2025-08-20T22:00:55.7281194Z info: installing component 'rust-std'
2025-08-20T22:00:57.0322076Z info: installing component 'rustc'
2025-08-20T22:00:59.8185002Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:59.8185301Z 
2025-08-20T22:00:59.8256726Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:00:59.8257123Z 
2025-08-20T22:00:59.8257154Z 
2025-08-20T22:00:59.8257233Z Rust is installed now. Great!
2025-08-20T22:00:59.8257380Z 
2025-08-20T22:00:59.8257554Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:00:59.8257979Z environment variable. This has not been done automatically.
2025-08-20T22:00:59.8258204Z 
2025-08-20T22:00:59.8258315Z To configure your current shell, you need to source
2025-08-20T22:00:59.8258608Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:00:59.8258794Z 
2025-08-20T22:00:59.8258963Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:00:59.8259350Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:00:59.8259663Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:00:59.8259940Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:00:59.8508361Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:59.8841476Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:00:59.8841753Z 
2025-08-20T22:00:59.8913344Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:59.8913663Z 
2025-08-20T22:00:59.9319441Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:00:59.9686250Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:00:59.9942945Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:00:59.9943314Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:00:59.9943675Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:00:59.9944031Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:00:59.9944433Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:00:59.9944791Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:00:59.9945150Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:00:59.9945507Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:00:59.9945950Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:00:59.9946301Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:00:59.9946659Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:00:59.9947044Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:00:59.9947425Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:00:59.9947838Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:00:59.9948236Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:00:59.9948989Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:00:59.9949393Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:00:59.9949757Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:00:59.9950282Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:00:59.9950747Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:00:59.9951194Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:00:59.9951584Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:00:59.9952002Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:00:59.9952406Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:00:59.9952803Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:00:59.9953204Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:00:59.9953638Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:00:59.9954052Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:00:59.9954460Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:00:59.9954885Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:00:59.9955305Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:00:59.9955732Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:00:59.9956451Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:00:59.9956879Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:00:59.9957326Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:00:59.9957755Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:00:59.9958162Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:00:59.9958574Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:00:59.9958968Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:00:59.9959630Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:00:59.9960077Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:00:59.9960499Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:00:59.9960902Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:00:59.9961294Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:00:59.9961751Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:00:59.9962221Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:00:59.9962693Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:00:59.9963185Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:00:59.9963634Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:00:59.9964048Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:00:59.9964466Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:00:59.9964876Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:00:59.9965292Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:00:59.9966068Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:00:59.9966448Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:00:59.9966807Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:00:59.9967177Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:00:59.9967569Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:00:59.9967977Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:00:59.9968358Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:00:59.9968767Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:00:59.9969207Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:00:59.9969632Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:00:59.9970047Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:00:59.9970467Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:00:59.9970896Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:00:59.9971301Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:00:59.9971697Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:00:59.9972160Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:00:59.9972659Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:00:59.9973158Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:00:59.9973617Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:00:59.9974032Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:00:59.9974421Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:00:59.9974813Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:00:59.9975213Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:00:59.9975611Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:00:59.9977016Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:00:59.9977539Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:00:59.9978046Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:00:59.9978537Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:00:59.9978977Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:00:59.9979381Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:00:59.9979768Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:00:59.9980174Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:00:59.9980570Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:00:59.9980958Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:00:59.9981384Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:00:59.9981806Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:00:59.9982185Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:00:59.9982554Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:00:59.9982957Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:00:59.9983519Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:00:59.9983892Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:00:59.9984252Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:00:59.9984641Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:00:59.9985024Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:00:59.9985376Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:00:59.9985750Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:00:59.9986277Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:00:59.9986663Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:00:59.9987026Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:00:59.9987392Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:00:59.9987767Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:00:59.9988155Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:00:59.9988554Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:00:59.9988950Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:00:59.9989338Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:00:59.9989721Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:00:59.9990119Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:00:59.9990518Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:00:59.9990885Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:00:59.9991242Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:00:59.9991588Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:00:59.9991942Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:00:59.9992303Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:00:59.9992656Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:00:59.9993209Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:00:59.9993629Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:00:59.9994057Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:00:59.9994495Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:00:59.9994897Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:00:59.9995292Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:00:59.9995676Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:00:59.9996167Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:00:59.9996569Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:00:59.9996975Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:00:59.9997362Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:00:59.9997755Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:00:59.9998163Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:00:59.9998602Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:00:59.9999028Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:00:59.9999572Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:00:59.9999962Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:01:00.0000372Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:01:00.0000780Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:01:00.0001182Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:01:00.0001579Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:01:00.0001977Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:01:00.0002380Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:01:00.0002761Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:01:00.0003117Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:01:00.0003485Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:01:00.0003883Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:01:00.0004276Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:01:00.0004677Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:01:00.0005064Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:01:00.0005435Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:01:00.0006701Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:01:00.0007117Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:01:00.0007504Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:01:00.0007929Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:01:00.0008379Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:01:00.0008773Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:01:00.0009146Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:01:00.0009535Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:01:00.0009952Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:01:00.0010591Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:01:00.0010959Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:01:00.0011302Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:01:00.0011722Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:01:00.0012151Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:01:00.0012568Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:01:00.0012949Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:01:00.0013331Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:01:00.0013714Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:01:00.0014138Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:01:00.0014613Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:01:00.0015029Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:01:00.0015403Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:01:00.0015762Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:01:00.0016330Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:01:00.0016996Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:01:00.0017438Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:01:00.0017810Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:01:00.0018275Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:01:00.0018808Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:01:00.0019316Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:01:00.0019758Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:01:00.0020118Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:01:00.0020497Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:01:00.0020905Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:01:00.0021324Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:01:00.0021728Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:01:00.0022105Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:01:00.0022484Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:01:00.0022886Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:01:00.0023285Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:01:00.0023684Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:01:00.0024080Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:01:00.0024474Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:01:00.0024873Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:01:00.0025298Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:01:00.0025743Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:01:00.0026273Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:01:00.0026665Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:01:00.0027217Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:01:00.0027603Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:01:00.0027980Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:01:00.0028371Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:01:00.0028787Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:01:00.0029261Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:01:00.0029714Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:01:00.0030117Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:01:00.0030503Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:01:00.0030883Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:01:00.0031260Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:01:00.0031630Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:01:00.0032017Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:01:00.0032402Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:01:00.0032849Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:01:00.0033465Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:01:00.0033923Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:01:00.0034439Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:01:00.0034955Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:01:00.0035465Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:01:00.0036015Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:01:00.0036385Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:01:00.0036748Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:01:00.0037126Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:01:00.0037509Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:01:00.0037874Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:01:00.0038257Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:01:00.0038640Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:01:00.0039030Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:01:00.0039406Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:01:00.0039783Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:01:00.0040178Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:01:00.0040567Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:01:00.0040981Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:01:00.0041419Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:01:00.0041847Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:01:00.0042260Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:01:00.0042663Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:01:00.0043077Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:01:00.0043695Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:01:00.0044105Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:01:00.0044462Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:01:00.0044971Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0045488Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:01:00.0045972Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:01:00.0046368Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:01:00.0046734Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:01:00.0047136Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:01:00.0047580Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:01:00.0048012Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:01:00.0048444Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:01:00.0048850Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:01:00.0049257Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:01:00.0049677Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:01:00.0050318Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:01:00.0050710Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:01:00.0051139Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:01:00.0051629Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:01:00.0052130Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:01:00.0052576Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:01:00.0053028Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:01:00.0053431Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:01:00.0053902Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:01:00.0054389Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:01:00.0054800Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:01:00.0055234Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:01:00.0055686Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:01:00.0056189Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:01:00.0056557Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:01:00.0056906Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:01:00.0057276Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:01:00.0057659Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:01:00.0058022Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:01:00.0058377Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:01:00.0058744Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:01:00.0059108Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:01:00.0059463Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:01:00.0059830Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:01:00.0060182Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:01:00.0060730Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:01:00.0061170Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:01:00.0061531Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:01:00.0061886Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:01:00.0062243Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:01:00.0062612Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:01:00.0062987Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:01:00.0063354Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:01:00.0063710Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:01:00.0064091Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:01:00.0064513Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:01:00.0064947Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:01:00.0065357Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:01:00.0065722Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:01:00.0066211Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:01:00.0066782Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:01:00.0067184Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:01:00.0067548Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:01:00.0067915Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:01:00.0068273Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:01:00.0068618Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:01:00.0068967Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:01:00.0069313Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:01:00.0069679Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:01:00.0070037Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:01:00.0070386Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:01:00.0070722Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:01:00.0071099Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:01:00.0071504Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:01:00.0071903Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:01:00.0072300Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:01:00.0072697Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:01:00.0073114Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:01:00.0073619Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:01:00.0074240Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:01:00.0074874Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:01:00.0075417Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:01:00.0076005Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:01:00.0076477Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:01:00.0077194Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:01:00.0077826Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:01:00.0078389Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:01:00.0078884Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:01:00.0079332Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:01:00.0079699Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:01:00.0080069Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:01:00.0080440Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:01:00.0080824Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:01:00.0081216Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:01:00.0081603Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:01:00.0081990Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:01:00.0082377Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:01:00.0082766Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:01:00.0083297Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:01:00.0083672Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:01:00.0084042Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:01:00.0084432Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:01:00.0084823Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:01:00.0085237Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:01:00.0085650Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:01:00.0086125Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:01:00.0086517Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:01:00.0086925Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:01:00.0087341Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:01:00.0087778Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:01:00.0088197Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:01:00.0088565Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:01:00.0088933Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:01:00.0089320Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:01:00.0089687Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:01:00.0090079Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:01:00.0090469Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:01:00.0090854Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:01:00.0091238Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:01:00.0091601Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:01:00.0091971Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:01:00.0092516Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0093400Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0094106Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0094775Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0095302Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:01:00.0095690Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:01:00.0096200Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:01:00.0096604Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:01:00.0096976Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:01:00.0097349Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:01:00.0097716Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:01:00.0098090Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:01:00.0098462Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:01:00.0098838Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:01:00.0099211Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:01:00.0099598Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:01:00.0100151Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:01:00.0100548Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:01:00.0100944Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:01:00.0101330Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:01:00.0101704Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:01:00.0102093Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:01:00.0102492Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:01:00.0102889Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:01:00.0103288Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:01:00.0103679Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:01:00.0104107Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:01:00.0104538Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:01:00.0104936Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:01:00.0105372Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:01:00.0105955Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:01:00.0106368Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:01:00.0106733Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:01:00.0107109Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:01:00.0107505Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:01:00.0107916Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:01:00.0108320Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:01:00.0108699Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:01:00.0109088Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:01:00.0109557Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:01:00.0110198Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:01:00.0110609Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:01:00.0111015Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:01:00.0111462Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:01:00.0111906Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:01:00.0112383Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:01:00.0112867Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:01:00.0113311Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:01:00.0113746Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:01:00.0114145Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:01:00.0114537Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:01:00.0114951Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:01:00.0115333Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:01:00.0115707Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:01:00.0116373Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:01:00.0116773Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:01:00.0117173Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:01:00.0117595Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:01:00.0117988Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:01:00.0118374Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:01:00.0118743Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:01:00.0119112Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:01:00.0119501Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:01:00.0119936Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:01:00.0120334Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:01:00.0120782Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:01:00.0121236Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:01:00.0121639Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:01:00.0122076Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:01:00.0122502Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:01:00.0122911Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:01:00.0123319Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:01:00.0123672Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:01:00.0124038Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:01:00.0124439Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:01:00.0124831Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:01:00.0125209Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:01:00.0125566Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:01:00.0126041Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:01:00.0126579Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:01:00.0127077Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:01:00.0127584Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:01:00.0127967Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:01:00.0128344Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:01:00.0128747Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:01:00.0129154Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:01:00.0129565Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:01:00.0129967Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:01:00.0130377Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:01:00.0130793Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:01:00.0131167Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:01:00.0131533Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:01:00.0131894Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:01:00.0132271Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:01:00.0132840Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:01:00.0133267Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:01:00.0133661Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:01:00.0134079Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:01:00.0134518Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:01:00.0134920Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:01:00.0135293Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:01:00.0135639Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:01:00.0136113Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:01:00.0136486Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:01:00.0136866Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:01:00.0137240Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:01:00.0137639Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:01:00.0138055Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:01:00.0138516Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:01:00.0138955Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:01:00.0139327Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:01:00.0139715Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:01:00.0140100Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:01:00.0140486Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:01:00.0140875Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:01:00.0141250Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:01:00.0141693Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:01:00.0142184Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:01:00.0142604Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:01:00.0143184Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:01:00.0143576Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:01:00.0143980Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:01:00.0144373Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:01:00.0144743Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:01:00.0145148Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:01:00.0145526Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:01:00.0145972Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:01:00.0146331Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:01:00.0146732Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:01:00.0147160Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:01:00.0147568Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:01:00.0147953Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:01:00.0148393Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:01:00.0148833Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:01:00.0149418Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:01:00.0149809Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:01:00.0150319Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0150829Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:01:00.0151222Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:01:00.0151629Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:01:00.0152055Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:01:00.0152578Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:01:00.0153194Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:01:00.0153810Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:01:00.0154460Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:01:00.0155112Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:01:00.0155753Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:01:00.0156500Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:01:00.0157085Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:01:00.0157573Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:01:00.0158023Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:01:00.0158460Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:01:00.0158889Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:01:00.0159362Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:01:00.0159794Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:01:00.0160371Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:01:00.0160760Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:01:00.0161138Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:01:00.0161517Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:01:00.0161927Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:01:00.0162346Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:01:00.0162704Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:01:00.0163089Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:01:00.0163548Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:01:00.0164036Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:01:00.0164530Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:01:00.0165020Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:01:00.0165474Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:01:00.0166054Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:01:00.0166488Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:01:00.0167080Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:01:00.0167509Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:01:00.0167936Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:01:00.0168325Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:01:00.0168710Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:01:00.0169085Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:01:00.0169463Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:01:00.0169900Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:01:00.0170338Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:01:00.0170747Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:01:00.0171162Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:01:00.0171591Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:01:00.0172040Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:01:00.0172485Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:01:00.0172924Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:01:00.0173324Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:01:00.0173697Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:01:00.0174084Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:01:00.0174459Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:01:00.0174840Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:01:00.0175248Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:01:00.0175648Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:01:00.0176247Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:01:00.0176726Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:01:00.0177377Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:01:00.0177776Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:01:00.0178128Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:01:00.0178499Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:01:00.0178890Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:01:00.0179282Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:01:00.0179670Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:01:00.0180099Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:01:00.0180546Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:01:00.0180962Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:01:00.0181353Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:01:00.0181758Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:01:00.0182302Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:01:00.0182885Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:01:00.0183533Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:01:00.0183981Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:01:00.0184409Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:01:00.0184808Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:01:00.0185197Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:01:00.0185591Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:01:00.0186098Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:01:00.0186501Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:01:00.0186880Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:01:00.0187272Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:01:00.0187682Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:01:00.0188054Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:01:00.0188462Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:01:00.0188924Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:01:00.0189352Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:01:00.0189729Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:01:00.0190103Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:01:00.0190489Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:01:00.0190861Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:01:00.0191237Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:01:00.0191664Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:01:00.0192113Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:01:00.0192518Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:01:00.0192920Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:01:00.0193521Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:01:00.0193925Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:01:00.0194297Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:01:00.0194683Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:01:00.0195222Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:01:00.0212452Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:01:00.0212938Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:01:00.0213365Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:01:00.0213768Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:01:00.0214172Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:01:00.0214615Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:01:00.0215007Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:01:00.0215364Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:01:00.0215710Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:01:00.0216222Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:01:00.0216922Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:01:00.0217277Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:01:00.0217640Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:01:00.0218036Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:01:00.0218429Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:01:00.0218790Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:01:00.0219140Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:01:00.0219518Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:01:00.0219917Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:01:00.0220295Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:01:00.0220658Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:01:00.0221025Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:01:00.0221413Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:01:00.0221792Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:01:00.0222141Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:01:00.0222515Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:01:00.0222910Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:01:00.0223291Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:01:00.0223669Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:01:00.0224045Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:01:00.0224428Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:01:00.0224839Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:01:00.0225264Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:01:00.0225661Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:01:00.0226165Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:01:00.0226517Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:01:00.0227078Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:01:00.0227509Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:01:00.0228011Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:01:00.0228485Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:01:00.0228964Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:01:00.0229470Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:01:00.0229911Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:01:00.0230289Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:01:00.0230679Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:01:00.0231072Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:01:00.0231461Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:01:00.0231848Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:01:00.0232234Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:01:00.0232609Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:01:00.0233156Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:01:00.0233600Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:01:00.0234032Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:01:00.0234406Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:01:00.0234800Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:01:00.0235225Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:01:00.0235604Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:01:00.0236163Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:01:00.0236554Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:01:00.0237007Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:01:00.0237471Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:01:00.0237879Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:01:00.0238295Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:01:00.0238723Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:01:00.0239155Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:01:00.0239499Z 
2025-08-20T22:01:00.0239503Z 
2025-08-20T22:01:00.0239863Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:00:59 PM)
2025-08-20T22:01:00.0240223Z 
2025-08-20T22:01:00.0240226Z 
2025-08-20T22:01:00.0240229Z 
2025-08-20T22:01:00.0240292Z [+] Continue : YES
2025-08-20T22:01:00.0240398Z 
2025-08-20T22:01:00.0240622Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:01:00.0972374Z 
2025-08-20T22:01:00.0972783Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:01:00 PM) UTC
2025-08-20T22:01:00.0988569Z 
2025-08-20T22:01:00.0988575Z 
2025-08-20T22:01:00.0988732Z [+] Total RECIPES :: 1
2025-08-20T22:01:00.0988863Z 
2025-08-20T22:01:00.1059901Z 
2025-08-20T22:01:00.1060462Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml (1/1)
2025-08-20T22:01:00.1060951Z 
2025-08-20T22:01:00.3463260Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:01:00.3473690Z mode of '/tmp/pkgforge/htY7GsPwY_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:01:00.3522444Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/oras/official/source [Provided]
2025-08-20T22:01:00.3522848Z [+] Setting '.pkg_family' --> oras [Provided]
2025-08-20T22:01:00.3536571Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:01:00.3540766Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:01:00.3567730Z [00:00:00.003]➜  
2025-08-20T22:01:00.3568247Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:01:00.3568660Z [00:00:00.003]➜  
2025-08-20T22:01:00.3603579Z [00:00:00.006]➜  
2025-08-20T22:01:00.3604062Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:01:00.3604460Z [00:00:00.006]➜  
2025-08-20T22:01:00.3677658Z [00:00:00.014]➜  
2025-08-20T22:01:00.3678664Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/oras/static.official.source.yaml) --> /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:01:00 PM) UTC]
2025-08-20T22:01:00.3679824Z [00:00:00.014]➜  
2025-08-20T22:01:00.3680021Z [00:00:00.014]➜  
2025-08-20T22:01:00.3680204Z [00:00:00.014]➜  
2025-08-20T22:01:00.3680480Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:01:00.3686595Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:01:00.3687776Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:01:00.3688388Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:01:00.3688636Z [00:00:00.015]➜  
2025-08-20T22:01:00.3688871Z [00:00:00.015]➜  pkg: "oras"
2025-08-20T22:01:00.3689168Z [00:00:00.015]➜  pkg_id: "github.com.oras-project.oras"
2025-08-20T22:01:00.3689469Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:01:00.3689711Z [00:00:00.015]➜  category:
2025-08-20T22:01:00.3690368Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:01:00.3690733Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:01:00.3691209Z [00:00:00.015]➜  description: "OCI registry client - manage content like artifacts, images, packages"
2025-08-20T22:01:00.3691643Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:01:00.3691873Z [00:00:00.015]➜    archlinux:
2025-08-20T22:01:00.3692095Z [00:00:00.015]➜      aur:
2025-08-20T22:01:00.3692313Z [00:00:00.015]➜        - "oras"
2025-08-20T22:01:00.3692576Z [00:00:00.015]➜    debian:
2025-08-20T22:01:00.3692806Z [00:00:00.015]➜      - "oras"
2025-08-20T22:01:00.3693069Z [00:00:00.015]➜    homebrew:
2025-08-20T22:01:00.3693298Z [00:00:00.015]➜      - "oras"
2025-08-20T22:01:00.3693537Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:01:00.3693795Z [00:00:00.015]➜      - "oras"
2025-08-20T22:01:00.3694030Z [00:00:00.015]➜  homepage:
2025-08-20T22:01:00.3694279Z [00:00:00.015]➜    - "https://oras.land"
2025-08-20T22:01:00.3694536Z [00:00:00.015]➜  license:
2025-08-20T22:01:00.3694784Z [00:00:00.015]➜    - id: "Apache-2.0"
2025-08-20T22:01:00.3695355Z [00:00:00.015]➜      url: "https://github.com/oras-project/oras/raw/26430ecbdae182928b5efbafcf29677a746d1215/LICENSE"  
2025-08-20T22:01:00.3696530Z [00:00:00.015]➜  maintainer:
2025-08-20T22:01:00.3696940Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:01:00.3697242Z [00:00:00.015]➜  note:
2025-08-20T22:01:00.3697520Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:01:00.3698050Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/oras-project/oras"
2025-08-20T22:01:00.3698509Z [00:00:00.015]➜  provides:
2025-08-20T22:01:00.3698997Z [00:00:00.015]➜    - "oras"
2025-08-20T22:01:00.3699291Z [00:00:00.015]➜  repology:
2025-08-20T22:01:00.3699516Z [00:00:00.015]➜    - "oras"
2025-08-20T22:01:00.3699769Z [00:00:00.015]➜  src_url:
2025-08-20T22:01:00.3700057Z [00:00:00.015]➜    - "https://github.com/oras-project/oras"
2025-08-20T22:01:00.3700363Z [00:00:00.015]➜  tag:
2025-08-20T22:01:00.3700571Z [00:00:00.015]➜    - "oci"
2025-08-20T22:01:00.3700831Z [00:00:00.015]➜    - "registry"
2025-08-20T22:01:00.3701071Z [00:00:00.015]➜  x_exec:
2025-08-20T22:01:00.3701302Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T22:01:00.3701547Z [00:00:00.015]➜    host:
2025-08-20T22:01:00.3701778Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:01:00.3702060Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T22:01:00.3702320Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:01:00.3702572Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:01:00.3702807Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:01:00.3703086Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:01:00.3703790Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/oras-project/oras" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:01:00.3704640Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:01:00.3705270Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:01:00.3706094Z [00:00:00.015]➜    run: |
2025-08-20T22:01:00.3706359Z [00:00:00.015]➜      #Build
2025-08-20T22:01:00.3706959Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:01:00.3707675Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:01:00.3708281Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:01:00.3708794Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:01:00.3709248Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:01:00.3709586Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:01:00.3709825Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:01:00.3710191Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:01:00.3710559Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T22:01:00.3710923Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:01:00.3711428Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:01:00.3711812Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T22:01:00.3712118Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:01:00.3712419Z [00:00:00.015]➜        #Build
2025-08-20T22:01:00.3712927Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/oras-project/oras" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:01:00.3713464Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:01:00.3713925Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:01:00.3714350Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:01:00.3715134Z [00:00:00.015]➜         go build -C "cmd/oras" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/oras"
2025-08-20T22:01:00.3716366Z [00:00:00.015]➜        #Copy
2025-08-20T22:01:00.3717082Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:01:00.3717853Z [00:00:00.015]➜        #Strip 
2025-08-20T22:01:00.3718412Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:01:00.3719096Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:01:00.3719777Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:01:00.3720377Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:01:00.3720947Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:01:00.3721449Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:01:00.3721694Z [00:00:00.015]➜        '
2025-08-20T22:01:00.3721907Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:01:00.3722267Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:01:00.3722802Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:01:00.3723871Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:01:00.3725009Z [00:00:00.015]➜  
2025-08-20T22:01:00.3725193Z [00:00:00.015]➜  
2025-08-20T22:01:00.3725465Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:01:00.3725739Z [00:00:00.015]➜  
2025-08-20T22:01:00.3726120Z [00:00:00.015]➜  
2025-08-20T22:01:00.3726307Z [00:00:00.015]➜  
2025-08-20T22:01:00.3726811Z [00:00:00.016]➜  '/tmp/pkgforge/htY7GsPwY_build.yaml' -> '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:01:01.8091406Z [00:00:01.455]➜  '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.version' -> '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.version'
2025-08-20T22:01:01.8140637Z [00:00:01.460]➜  [+] Version: HEAD-e424dc5-250820T125746 ('.x_exec.pkgver') [/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.version]
2025-08-20T22:01:01.8320558Z [00:00:01.478]➜  [+] Progs: oras
2025-08-20T22:01:02.1243900Z [00:00:01.770]➜  
2025-08-20T22:01:02.1244268Z [00:00:01.770]➜  [-] Missing packages. Found: 
2025-08-20T22:01:02.1244564Z [00:00:01.770]➜  [+] Expected: oras
2025-08-20T22:01:02.1244842Z [00:00:01.770]➜  [+] Continuing with build...
2025-08-20T22:01:02.1245091Z [00:00:01.770]➜  
2025-08-20T22:01:02.4555069Z [00:00:02.101]➜  
2025-08-20T22:01:02.4555381Z [00:00:02.101]➜  
2025-08-20T22:01:02.4633084Z [00:00:02.109]➜  + mkdir -pv /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:01:02.4648441Z [00:00:02.111]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=oras -e PKG_ID=github.com.oras-project.oras -e PKG_TYPE=static -e PKG_VER=HEAD-e424dc5-250820T125746 -e PKGVER=HEAD-e424dc5-250820T125746 -e SBUILD_PKG=oras.static -e SBUILD_PKGVER=HEAD-e424dc5-250820T125746 --volume /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:01:02.4650077Z [00:00:02.111]➜    #Setup ENV
2025-08-20T22:01:02.4650464Z [00:00:02.111]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:01:02.4650828Z [00:00:02.111]➜     CGO_ENABLED="1" 
2025-08-20T22:01:02.4651174Z [00:00:02.111]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:01:02.4651671Z [00:00:02.111]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:01:02.4652052Z [00:00:02.111]➜     GOOS="linux"
2025-08-20T22:01:02.4652645Z [00:00:02.111]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:01:02.4653007Z [00:00:02.111]➜    #Build
2025-08-20T22:01:02.4653521Z [00:00:02.111]➜     git clone --filter "blob:none" --quiet "https://github.com/oras-project/oras" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:01:02.4654050Z [00:00:02.111]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:01:02.4654502Z [00:00:02.111]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:01:02.4654932Z [00:00:02.111]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:01:02.4655696Z [00:00:02.111]➜     go build -C "cmd/oras" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/oras"
2025-08-20T22:01:02.4656676Z [00:00:02.111]➜    #Copy
2025-08-20T22:01:02.4657324Z [00:00:02.111]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:01:02.4657875Z [00:00:02.111]➜    #Strip 
2025-08-20T22:01:02.4658351Z [00:00:02.111]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:01:02.4659025Z [00:00:02.111]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:01:02.4660073Z [00:00:02.111]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:01:02.4660660Z [00:00:02.111]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:01:02.4661201Z [00:00:02.111]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:01:02.4661610Z [00:00:02.111]➜     popd &>/dev/null
2025-08-20T22:01:02.4661844Z [00:00:02.111]➜    '
2025-08-20T22:01:05.8916669Z [00:00:05.537]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:01:06.0155117Z [00:00:05.661]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:01:06.0155540Z [00:00:05.661]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:01:06.0156009Z [00:00:05.661]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:01:06.0156374Z [00:00:05.661]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:01:06.0156675Z [00:00:05.661]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:01:06.0157017Z [00:00:05.661]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:01:06.0157305Z [00:00:05.661]➜  2b92eb3035e7: Waiting
2025-08-20T22:01:06.0157563Z [00:00:05.661]➜  4239b2f25ebc: Waiting
2025-08-20T22:01:06.0157823Z [00:00:05.661]➜  323e89f8c367: Waiting
2025-08-20T22:01:06.2212671Z [00:00:05.867]➜  b2e6f696af52: Download complete
2025-08-20T22:01:06.3060741Z [00:00:05.952]➜  b2e6f696af52: Pull complete
2025-08-20T22:01:07.9488064Z [00:00:07.595]➜  99fd740fb142: Download complete
2025-08-20T22:01:08.3340914Z [00:00:07.980]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:01:08.3341753Z [00:00:07.980]➜  996f2cb07f7c: Download complete
2025-08-20T22:01:08.5349856Z [00:00:08.181]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:01:08.5354427Z [00:00:08.181]➜  323e89f8c367: Download complete
2025-08-20T22:01:08.5971642Z [00:00:08.243]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:01:08.5973220Z [00:00:08.243]➜  4239b2f25ebc: Download complete
2025-08-20T22:01:16.5279920Z [00:00:16.174]➜  996f2cb07f7c: Pull complete
2025-08-20T22:01:22.6402870Z [00:00:22.286]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:01:22.6403272Z [00:00:22.286]➜  2b92eb3035e7: Download complete
2025-08-20T22:01:22.7345738Z [00:00:22.380]➜  99fd740fb142: Pull complete
2025-08-20T22:03:02.3248903Z [00:02:01.971]➜  2b92eb3035e7: Pull complete
2025-08-20T22:03:10.0253776Z [00:02:09.671]➜  4239b2f25ebc: Pull complete
2025-08-20T22:03:10.1242752Z [00:02:09.770]➜  323e89f8c367: Pull complete
2025-08-20T22:03:10.1555294Z [00:02:09.801]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:03:10.1667292Z [00:02:09.813]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:03:10.4870773Z [00:02:10.133]➜  + mkdir -p /build-bins
2025-08-20T22:03:10.4886970Z [00:02:10.135]➜  ++ mktemp -d
2025-08-20T22:03:10.4900235Z [00:02:10.136]➜  + pushd /tmp/tmp.uqIiAPFHQO
2025-08-20T22:03:10.4900547Z [00:02:10.136]➜  + CGO_ENABLED=1
2025-08-20T22:03:10.4900947Z [00:02:10.136]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:03:10.4907494Z [00:02:10.137]➜  ++ uname -m++ 
2025-08-20T22:03:10.4907901Z [00:02:10.137]➜  sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:03:10.4921853Z [00:02:10.138]➜  + GOARCH=arm64
2025-08-20T22:03:10.4922188Z [00:02:10.138]➜  + GOOS=linux
2025-08-20T22:03:10.4922493Z [00:02:10.138]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:03:10.4923040Z [00:02:10.138]➜  + git clone --filter blob:none --quiet https://github.com/oras-project/oras ./TEMPREPO
2025-08-20T22:03:11.2988551Z [00:02:10.945]➜  + cd ./TEMPREPO
2025-08-20T22:03:11.2988968Z [00:02:10.945]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:03:11.2989484Z [00:02:10.945]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:03:11.2989922Z [00:02:10.945]➜  + go mod tidy -v
2025-08-20T22:03:11.2990164Z [00:02:10.945]➜  
2025-08-20T22:03:11.2990803Z [00:02:10.945]➜  [+] Target: "arm64/linux"
2025-08-20T22:03:11.2991239Z [00:02:10.945]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:03:11.2991607Z [00:02:10.945]➜  
2025-08-20T22:03:11.3215554Z [00:02:10.967]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T22:03:11.3216209Z [00:02:10.967]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T22:03:11.3216604Z [00:02:10.967]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T22:03:11.3217007Z [00:02:10.967]➜  go: downloading oras.land/oras-go/v2 v2.6.0
2025-08-20T22:03:11.5855136Z [00:02:11.231]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T22:03:11.6028863Z [00:02:11.249]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T22:03:11.6335368Z [00:02:11.279]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:03:11.6335968Z [00:02:11.279]➜  go: downloading github.com/containerd/console v1.0.5
2025-08-20T22:03:11.6436100Z [00:02:11.289]➜  go: downloading github.com/spf13/pflag v1.0.7
2025-08-20T22:03:11.6551580Z [00:02:11.301]➜  go: downloading github.com/Masterminds/sprig/v3 v3.3.0
2025-08-20T22:03:11.6913273Z [00:02:11.337]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T22:03:11.7025954Z [00:02:11.348]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T22:03:11.7196671Z [00:02:11.366]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T22:03:11.9297458Z [00:02:11.576]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T22:03:11.9510130Z [00:02:11.597]➜  go: downloading github.com/stretchr/testify v1.7.0
2025-08-20T22:03:11.9510715Z [00:02:11.597]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T22:03:11.9613603Z [00:02:11.607]➜  go: downloading dario.cat/mergo v1.0.2
2025-08-20T22:03:11.9810764Z [00:02:11.627]➜  go: downloading github.com/Masterminds/goutils v1.1.1
2025-08-20T22:03:11.9844242Z [00:02:11.630]➜  go: downloading github.com/Masterminds/semver/v3 v3.4.0
2025-08-20T22:03:11.9844753Z [00:02:11.630]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:03:11.9913409Z [00:02:11.637]➜  go: downloading github.com/huandu/xstrings v1.5.0
2025-08-20T22:03:12.0075570Z [00:02:11.653]➜  go: downloading github.com/mitchellh/copystructure v1.2.0
2025-08-20T22:03:12.0130087Z [00:02:11.659]➜  go: downloading github.com/shopspring/decimal v1.4.0
2025-08-20T22:03:12.0133834Z [00:02:11.659]➜  go: downloading github.com/spf13/cast v1.9.2
2025-08-20T22:03:12.0184950Z [00:02:11.664]➜  go: downloading golang.org/x/crypto v0.40.0
2025-08-20T22:03:12.0691886Z [00:02:11.715]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:03:12.0692481Z [00:02:11.715]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:03:12.0974417Z [00:02:11.743]➜  go: downloading github.com/mitchellh/reflectwalk v1.0.2
2025-08-20T22:03:12.1048607Z [00:02:11.751]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T22:03:12.1731398Z [00:02:11.819]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T22:03:12.1732352Z [00:02:11.819]➜  go: downloading github.com/google/go-cmp v0.6.0
2025-08-20T22:03:12.2367860Z [00:02:11.883]➜  go: downloading github.com/rogpeppe/go-internal v1.9.0
2025-08-20T22:03:12.2368379Z [00:02:11.883]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:03:12.3085410Z [00:02:11.954]➜  + go generate ./...
2025-08-20T22:03:12.3557919Z [00:02:12.002]➜  + go build -C cmd/oras -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/oras
2025-08-20T22:03:12.3578762Z [00:02:12.004]➜  WORK=/tmp/go-build1604439625
2025-08-20T22:03:12.3731067Z [00:02:12.019]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info
2025-08-20T22:03:12.3731862Z [00:02:12.019]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T22:03:12.3732596Z [00:02:12.019]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info
2025-08-20T22:03:12.3737747Z [00:02:12.020]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T22:03:12.4411817Z [00:02:12.087]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.067s)
2025-08-20T22:03:12.4414418Z [00:02:12.087]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info
2025-08-20T22:03:12.4418974Z [00:02:12.088]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info: 200 OK (0.070s)
2025-08-20T22:03:12.4423706Z [00:02:12.088]➜  # get https://proxy.golang.org/oras.land/oras-go/v2/@v/v2.6.0.info
2025-08-20T22:03:12.4428583Z [00:02:12.089]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.070s)
2025-08-20T22:03:12.4499858Z [00:02:12.096]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info: 200 OK (0.077s)
2025-08-20T22:03:12.4505868Z [00:02:12.097]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T22:03:12.4607246Z [00:02:12.107]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.4626607Z [00:02:12.108]➜  # get https://proxy.golang.org/oras.land/oras-go/v2/@v/v2.6.0.info: 200 OK (0.020s)
2025-08-20T22:03:12.4627211Z [00:02:12.108]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.7.info
2025-08-20T22:03:12.4632504Z [00:02:12.109]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T22:03:12.4697114Z [00:02:12.116]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.4820236Z [00:02:12.128]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.7.info: 200 OK (0.019s)
2025-08-20T22:03:12.4834472Z [00:02:12.129]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.4837503Z [00:02:12.130]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info
2025-08-20T22:03:12.4866183Z [00:02:12.132]➜  # get https://proxy.golang.org/github.com/morikuni/aec/@v/v1.0.0.info
2025-08-20T22:03:12.4871296Z [00:02:12.133]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T22:03:12.5027393Z [00:02:12.149]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5030740Z [00:02:12.149]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.2.info
2025-08-20T22:03:12.5032510Z [00:02:12.149]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.5.info
2025-08-20T22:03:12.5056757Z [00:02:12.152]➜  # get https://proxy.golang.org/github.com/morikuni/aec/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5065029Z [00:02:12.152]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.020s)
2025-08-20T22:03:12.5068139Z [00:02:12.153]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info
2025-08-20T22:03:12.5068779Z [00:02:12.153]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info
2025-08-20T22:03:12.5222026Z [00:02:12.168]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.2.info: 200 OK (0.019s)
2025-08-20T22:03:12.5239362Z [00:02:12.169]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T22:03:12.5240028Z [00:02:12.169]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.5.info: 200 OK (0.019s)
2025-08-20T22:03:12.5240647Z [00:02:12.170]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info
2025-08-20T22:03:12.5259119Z [00:02:12.172]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info: 200 OK (0.019s)
2025-08-20T22:03:12.5261747Z [00:02:12.172]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info
2025-08-20T22:03:12.5267450Z [00:02:12.173]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info: 200 OK (0.020s)
2025-08-20T22:03:12.5268175Z [00:02:12.173]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info
2025-08-20T22:03:12.5419867Z [00:02:12.188]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5422679Z [00:02:12.188]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info
2025-08-20T22:03:12.5424036Z [00:02:12.188]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5428043Z [00:02:12.189]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info
2025-08-20T22:03:12.5453452Z [00:02:12.191]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5456163Z [00:02:12.192]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info
2025-08-20T22:03:12.5457821Z [00:02:12.192]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5616248Z [00:02:12.208]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info: 200 OK (0.019s)
2025-08-20T22:03:12.5621017Z [00:02:12.208]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info: 200 OK (0.019s)
2025-08-20T22:03:12.5646880Z [00:02:12.211]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info: 200 OK (0.019s)
2025-08-20T22:03:12.5663786Z [00:02:12.212]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO
2025-08-20T22:03:12.5664478Z [00:02:12.212]➜  git status --porcelain
2025-08-20T22:03:12.5779451Z [00:02:12.224]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO
2025-08-20T22:03:12.5779965Z [00:02:12.224]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:03:12.5792085Z [00:02:12.225]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git config extensions.objectformat
2025-08-20T22:03:12.5800865Z [00:02:12.226]➜  0.001s # cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git config extensions.objectformat
2025-08-20T22:03:12.5801738Z [00:02:12.226]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' e424dc5104821a1b791d42909ee484e21d853d23 --
2025-08-20T22:03:12.5817344Z [00:02:12.228]➜  0.002s # cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' e424dc5104821a1b791d42909ee484e21d853d23 --
2025-08-20T22:03:12.5818368Z [00:02:12.228]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged e424dc5104821a1b791d42909ee484e21d853d23
2025-08-20T22:03:12.5901285Z [00:02:12.236]➜  0.008s # cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged e424dc5104821a1b791d42909ee484e21d853d23
2025-08-20T22:03:12.5902254Z [00:02:12.236]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' e424dc510482 --
2025-08-20T22:03:12.5917218Z [00:02:12.238]➜  0.002s # cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' e424dc510482 --
2025-08-20T22:03:12.5918482Z [00:02:12.238]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git cat-file blob e424dc5104821a1b791d42909ee484e21d853d23:go.mod
2025-08-20T22:03:12.5928190Z [00:02:12.239]➜  0.001s # cd /tmp/tmp.uqIiAPFHQO/TEMPREPO; git cat-file blob e424dc5104821a1b791d42909ee484e21d853d23:go.mod
2025-08-20T22:03:12.5965410Z [00:02:12.242]➜  internal/goarch
2025-08-20T22:03:12.5969838Z [00:02:12.243]➜  mkdir -p $WORK/b006/
2025-08-20T22:03:12.5972013Z [00:02:12.243]➜  internal/byteorder
2025-08-20T22:03:12.5973155Z [00:02:12.243]➜  mkdir -p $WORK/b012/
2025-08-20T22:03:12.5974006Z [00:02:12.243]➜  internal/unsafeheader
2025-08-20T22:03:12.5974737Z [00:02:12.243]➜  mkdir -p $WORK/b008/
2025-08-20T22:03:12.5975142Z [00:02:12.243]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:03:12.5975539Z [00:02:12.243]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.5980241Z [00:02:12.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:03:12.5982101Z [00:02:12.243]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:03:12.5983775Z [00:02:12.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:03:12.5985291Z [00:02:12.244]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:03:12.5990122Z [00:02:12.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:03:12.5998410Z [00:02:12.246]➜  internal/cpu
2025-08-20T22:03:12.5999273Z [00:02:12.246]➜  mkdir -p $WORK/b011/
2025-08-20T22:03:12.6022841Z [00:02:12.248]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:03:12.6023247Z [00:02:12.248]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:03:12.6024584Z [00:02:12.248]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:03:12.6066243Z [00:02:12.253]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:03:12.6071223Z [00:02:12.253]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:03:12.6073541Z [00:02:12.253]➜  internal/abi
2025-08-20T22:03:12.6073872Z [00:02:12.253]➜  mkdir -p $WORK/b005/
2025-08-20T22:03:12.6082481Z [00:02:12.254]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:03:12.6083327Z [00:02:12.254]➜  cd /root/.go/src/internal/abi
2025-08-20T22:03:12.6086830Z [00:02:12.254]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:03:12.6087991Z [00:02:12.255]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:03:12.6092179Z [00:02:12.255]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:03:12.6096519Z [00:02:12.255]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:03:12.6100215Z [00:02:12.256]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.6102546Z [00:02:12.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T22:03:12.6104484Z [00:02:12.256]➜  internal/coverage/rtcov
2025-08-20T22:03:12.6104770Z [00:02:12.256]➜  mkdir -p $WORK/b014/
2025-08-20T22:03:12.6109593Z [00:02:12.257]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:03:12.6124925Z [00:02:12.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:03:12.6132244Z [00:02:12.259]➜  cat >/tmp/go-build1604439625/b005/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6134096Z [00:02:12.259]➜  # import config
2025-08-20T22:03:12.6134608Z [00:02:12.259]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.6134972Z [00:02:12.259]➜  EOF
2025-08-20T22:03:12.6140912Z [00:02:12.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:03:12.6165230Z [00:02:12.262]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:03:12.6169797Z [00:02:12.263]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:03:12.6170397Z [00:02:12.263]➜  internal/godebugs
2025-08-20T22:03:12.6170661Z [00:02:12.263]➜  mkdir -p $WORK/b015/
2025-08-20T22:03:12.6179336Z [00:02:12.264]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:03:12.6181489Z [00:02:12.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:03:12.6268077Z [00:02:12.273]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:03:12.6272356Z [00:02:12.273]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:03:12.6273225Z [00:02:12.273]➜  internal/goexperiment
2025-08-20T22:03:12.6273504Z [00:02:12.273]➜  mkdir -p $WORK/b016/
2025-08-20T22:03:12.6273853Z [00:02:12.273]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:03:12.6280069Z [00:02:12.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:03:12.6329312Z [00:02:12.279]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:03:12.6340519Z [00:02:12.279]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:03:12.6341409Z [00:02:12.279]➜  internal/goos
2025-08-20T22:03:12.6341864Z [00:02:12.279]➜  mkdir -p $WORK/b017/
2025-08-20T22:03:12.6342248Z [00:02:12.279]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:03:12.6352108Z [00:02:12.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:03:12.6363495Z [00:02:12.282]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:03:12.6366768Z [00:02:12.282]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:03:12.6368430Z [00:02:12.282]➜  internal/profilerecord
2025-08-20T22:03:12.6368854Z [00:02:12.282]➜  mkdir -p $WORK/b018/
2025-08-20T22:03:12.6369735Z [00:02:12.282]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:03:12.6372794Z [00:02:12.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:03:12.6390194Z [00:02:12.285]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:03:12.6392360Z [00:02:12.285]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:03:12.6434165Z [00:02:12.289]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:03:12.6450188Z [00:02:12.291]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:03:12.6452931Z [00:02:12.291]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:03:12.6454703Z [00:02:12.291]➜  internal/runtime/math
2025-08-20T22:03:12.6477016Z [00:02:12.294]➜  mkdir -p $WORK/b022/
2025-08-20T22:03:12.6484146Z [00:02:12.294]➜  cat >/tmp/go-build1604439625/b022/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6484576Z [00:02:12.294]➜  # import config
2025-08-20T22:03:12.6484980Z [00:02:12.294]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.6485331Z [00:02:12.294]➜  EOF
2025-08-20T22:03:12.6485733Z [00:02:12.294]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T22:03:12.6489695Z [00:02:12.294]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:03:12.6490252Z [00:02:12.294]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:03:12.6491245Z [00:02:12.295]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:03:12.6492200Z [00:02:12.295]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.6494181Z [00:02:12.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:03:12.6496284Z [00:02:12.296]➜  internal/runtime/syscall
2025-08-20T22:03:12.6502292Z [00:02:12.296]➜  mkdir -p $WORK/b023/
2025-08-20T22:03:12.6506945Z [00:02:12.296]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:03:12.6507583Z [00:02:12.297]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:03:12.6512826Z [00:02:12.297]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T22:03:12.6515913Z [00:02:12.297]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:03:12.6517887Z [00:02:12.297]➜  internal/bytealg
2025-08-20T22:03:12.6519342Z [00:02:12.297]➜  mkdir -p $WORK/b010/
2025-08-20T22:03:12.6520906Z [00:02:12.297]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:03:12.6522215Z [00:02:12.297]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:03:12.6526760Z [00:02:12.297]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:03:12.6546300Z [00:02:12.300]➜  cat >/tmp/go-build1604439625/b023/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6547474Z [00:02:12.301]➜  # import config
2025-08-20T22:03:12.6548573Z [00:02:12.301]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.6549620Z [00:02:12.301]➜  EOF
2025-08-20T22:03:12.6550917Z [00:02:12.301]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.6553703Z [00:02:12.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:03:12.6567697Z [00:02:12.302]➜  cat >/tmp/go-build1604439625/b010/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6568235Z [00:02:12.302]➜  # import config
2025-08-20T22:03:12.6568732Z [00:02:12.302]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.6569211Z [00:02:12.302]➜  EOF
2025-08-20T22:03:12.6572452Z [00:02:12.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:03:12.6595437Z [00:02:12.305]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:03:12.6606974Z [00:02:12.306]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:03:12.6608117Z [00:02:12.306]➜  internal/chacha8rand
2025-08-20T22:03:12.6608427Z [00:02:12.306]➜  mkdir -p $WORK/b013/
2025-08-20T22:03:12.6608742Z [00:02:12.306]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:03:12.6609394Z [00:02:12.306]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:03:12.6610911Z [00:02:12.306]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T22:03:12.6630634Z [00:02:12.309]➜  cat >/tmp/go-build1604439625/b013/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6631115Z [00:02:12.309]➜  # import config
2025-08-20T22:03:12.6631520Z [00:02:12.309]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:12.6632016Z [00:02:12.309]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.6632517Z [00:02:12.309]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.6632859Z [00:02:12.309]➜  EOF
2025-08-20T22:03:12.6633125Z [00:02:12.309]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.6635185Z [00:02:12.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:03:12.6738624Z [00:02:12.318]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:03:12.6739942Z [00:02:12.319]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:03:12.6742263Z [00:02:12.319]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:03:12.6743947Z [00:02:12.319]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T22:03:12.6809077Z [00:02:12.327]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:03:12.6809561Z [00:02:12.327]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T22:03:12.6810006Z [00:02:12.327]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:03:12.6810661Z [00:02:12.327]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:03:12.6811229Z [00:02:12.327]➜  internal/runtime/atomic
2025-08-20T22:03:12.6811500Z [00:02:12.327]➜  mkdir -p $WORK/b019/
2025-08-20T22:03:12.6811803Z [00:02:12.327]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:03:12.6812136Z [00:02:12.327]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:03:12.6813325Z [00:02:12.327]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T22:03:12.6838161Z [00:02:12.330]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:03:12.6841855Z [00:02:12.330]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T22:03:12.6880362Z [00:02:12.334]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T22:03:12.6887419Z [00:02:12.334]➜  cat >/tmp/go-build1604439625/b019/importcfg << 'EOF' # internal
2025-08-20T22:03:12.6887803Z [00:02:12.335]➜  # import config
2025-08-20T22:03:12.6888390Z [00:02:12.335]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.6890313Z [00:02:12.335]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.6891152Z [00:02:12.335]➜  EOF
2025-08-20T22:03:12.6891498Z [00:02:12.335]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.6894548Z [00:02:12.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:03:12.6974043Z [00:02:12.343]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:03:12.6975183Z [00:02:12.343]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T22:03:12.7061087Z [00:02:12.352]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:03:12.7121096Z [00:02:12.358]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:03:12.7122397Z [00:02:12.358]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:03:12.7127266Z [00:02:12.359]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:03:12.7128329Z [00:02:12.359]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T22:03:12.7129083Z [00:02:12.359]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:03:12.7129895Z [00:02:12.359]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:03:12.7130467Z [00:02:12.359]➜  internal/runtime/strconv
2025-08-20T22:03:12.7144648Z [00:02:12.360]➜  mkdir -p $WORK/b021/
2025-08-20T22:03:12.7148055Z [00:02:12.361]➜  cat >/tmp/go-build1604439625/b021/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7149510Z [00:02:12.361]➜  # import config
2025-08-20T22:03:12.7150892Z [00:02:12.361]➜  packagefile internal/runtime/math=/tmp/go-build1604439625/b022/_pkg_.a
2025-08-20T22:03:12.7151879Z [00:02:12.361]➜  EOF
2025-08-20T22:03:12.7152502Z [00:02:12.361]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7154379Z [00:02:12.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:03:12.7168696Z [00:02:12.363]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:03:12.7170336Z [00:02:12.363]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T22:03:12.7171296Z [00:02:12.363]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:03:12.7173173Z [00:02:12.363]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:03:12.7182636Z [00:02:12.364]➜  internal/runtime/gc
2025-08-20T22:03:12.7182987Z [00:02:12.364]➜  mkdir -p $WORK/b025/
2025-08-20T22:03:12.7184356Z [00:02:12.364]➜  cat >/tmp/go-build1604439625/b025/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7185644Z [00:02:12.364]➜  # import config
2025-08-20T22:03:12.7186598Z [00:02:12.364]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.7187591Z [00:02:12.364]➜  EOF
2025-08-20T22:03:12.7193650Z [00:02:12.365]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7218359Z [00:02:12.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:03:12.7269776Z [00:02:12.373]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:03:12.7275595Z [00:02:12.373]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:03:12.7276889Z [00:02:12.373]➜  internal/runtime/cgroup
2025-08-20T22:03:12.7277175Z [00:02:12.374]➜  mkdir -p $WORK/b020/
2025-08-20T22:03:12.7280624Z [00:02:12.374]➜  cat >/tmp/go-build1604439625/b020/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7281344Z [00:02:12.374]➜  # import config
2025-08-20T22:03:12.7282284Z [00:02:12.374]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:12.7282919Z [00:02:12.374]➜  packagefile internal/runtime/strconv=/tmp/go-build1604439625/b021/_pkg_.a
2025-08-20T22:03:12.7283478Z [00:02:12.374]➜  packagefile internal/runtime/syscall=/tmp/go-build1604439625/b023/_pkg_.a
2025-08-20T22:03:12.7283848Z [00:02:12.374]➜  EOF
2025-08-20T22:03:12.7285991Z [00:02:12.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:03:12.7318262Z [00:02:12.378]➜  cd /root/.go/src/internal/abi
2025-08-20T22:03:12.7321674Z [00:02:12.378]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:03:12.7328476Z [00:02:12.379]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:03:12.7329758Z [00:02:12.379]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:03:12.7345227Z [00:02:12.380]➜  cd /root/.go/src/internal/abi
2025-08-20T22:03:12.7346527Z [00:02:12.380]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:03:12.7363567Z [00:02:12.382]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:03:12.7371952Z [00:02:12.383]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:03:12.7372555Z [00:02:12.383]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:03:12.7373234Z [00:02:12.383]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:03:12.7373780Z [00:02:12.383]➜  internal/asan
2025-08-20T22:03:12.7374028Z [00:02:12.383]➜  mkdir -p $WORK/b027/
2025-08-20T22:03:12.7374393Z [00:02:12.383]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:03:12.7374776Z [00:02:12.383]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7376537Z [00:02:12.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:03:12.7391326Z [00:02:12.385]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:03:12.7391843Z [00:02:12.385]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T22:03:12.7392297Z [00:02:12.385]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:03:12.7397251Z [00:02:12.386]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:03:12.7398584Z [00:02:12.386]➜  internal/msan
2025-08-20T22:03:12.7399555Z [00:02:12.386]➜  mkdir -p $WORK/b028/
2025-08-20T22:03:12.7402631Z [00:02:12.386]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:03:12.7407307Z [00:02:12.387]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7409460Z [00:02:12.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:03:12.7415910Z [00:02:12.387]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:03:12.7417637Z [00:02:12.387]➜  internal/runtime/exithook
2025-08-20T22:03:12.7418613Z [00:02:12.387]➜  mkdir -p $WORK/b024/
2025-08-20T22:03:12.7423829Z [00:02:12.388]➜  cat >/tmp/go-build1604439625/b024/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7424211Z [00:02:12.388]➜  # import config
2025-08-20T22:03:12.7424618Z [00:02:12.388]➜  packagefile internal/runtime/atomic=/tmp/go-build1604439625/b019/_pkg_.a
2025-08-20T22:03:12.7424996Z [00:02:12.388]➜  EOF
2025-08-20T22:03:12.7428098Z [00:02:12.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:03:12.7517322Z [00:02:12.397]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:03:12.7518132Z [00:02:12.398]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:03:12.7518672Z [00:02:12.398]➜  internal/race
2025-08-20T22:03:12.7518923Z [00:02:12.398]➜  mkdir -p $WORK/b029/
2025-08-20T22:03:12.7519293Z [00:02:12.398]➜  cat >/tmp/go-build1604439625/b029/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7519637Z [00:02:12.398]➜  # import config
2025-08-20T22:03:12.7520290Z [00:02:12.398]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:12.7520700Z [00:02:12.398]➜  EOF
2025-08-20T22:03:12.7522294Z [00:02:12.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:03:12.7535005Z [00:02:12.399]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:03:12.7537395Z [00:02:12.400]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:03:12.7546824Z [00:02:12.400]➜  internal/runtime/sys
2025-08-20T22:03:12.7547165Z [00:02:12.401]➜  mkdir -p $WORK/b030/
2025-08-20T22:03:12.7548728Z [00:02:12.401]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:03:12.7551465Z [00:02:12.401]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:03:12.7552692Z [00:02:12.401]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:03:12.7556382Z [00:02:12.402]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:03:12.7562328Z [00:02:12.402]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:03:12.7570748Z [00:02:12.403]➜  internal/stringslite
2025-08-20T22:03:12.7571052Z [00:02:12.403]➜  mkdir -p $WORK/b031/
2025-08-20T22:03:12.7573661Z [00:02:12.403]➜  cat >/tmp/go-build1604439625/b031/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7576277Z [00:02:12.403]➜  # import config
2025-08-20T22:03:12.7576910Z [00:02:12.403]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:12.7577281Z [00:02:12.403]➜  EOF
2025-08-20T22:03:12.7577546Z [00:02:12.404]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7579190Z [00:02:12.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:03:12.7595671Z [00:02:12.405]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:03:12.7596351Z [00:02:12.405]➜  cat >/tmp/go-build1604439625/b030/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7596725Z [00:02:12.406]➜  # import config
2025-08-20T22:03:12.7597118Z [00:02:12.406]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.7597615Z [00:02:12.406]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.7598088Z [00:02:12.406]➜  packagefile internal/goos=/tmp/go-build1604439625/b017/_pkg_.a
2025-08-20T22:03:12.7598425Z [00:02:12.406]➜  EOF
2025-08-20T22:03:12.7601211Z [00:02:12.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:03:12.7604278Z [00:02:12.406]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:03:12.7604904Z [00:02:12.406]➜  internal/trace/tracev2
2025-08-20T22:03:12.7605176Z [00:02:12.406]➜  mkdir -p $WORK/b032/
2025-08-20T22:03:12.7605518Z [00:02:12.406]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:03:12.7607731Z [00:02:12.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:03:12.7652124Z [00:02:12.411]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:03:12.7677753Z [00:02:12.414]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:03:12.7690076Z [00:02:12.415]➜  sync/atomic
2025-08-20T22:03:12.7691108Z [00:02:12.415]➜  mkdir -p $WORK/b035/
2025-08-20T22:03:12.7691461Z [00:02:12.415]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T22:03:12.7696439Z [00:02:12.416]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:03:12.7697809Z [00:02:12.416]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b035/symabis ./asm.s
2025-08-20T22:03:12.7758306Z [00:02:12.422]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:03:12.7759566Z [00:02:12.422]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T22:03:12.7767940Z [00:02:12.423]➜  echo '# import config' > $WORK/b035/importcfg # internal
2025-08-20T22:03:12.7769129Z [00:02:12.423]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7771964Z [00:02:12.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:03:12.7783978Z [00:02:12.424]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:03:12.7784450Z [00:02:12.424]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:03:12.7790616Z [00:02:12.425]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:03:12.7791751Z [00:02:12.425]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:03:12.7793082Z [00:02:12.425]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:03:12.7793823Z [00:02:12.425]➜  internal/synctest
2025-08-20T22:03:12.7801809Z [00:02:12.426]➜  mkdir -p $WORK/b036/
2025-08-20T22:03:12.7802286Z [00:02:12.426]➜  cat >/tmp/go-build1604439625/b036/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7802632Z [00:02:12.426]➜  # import config
2025-08-20T22:03:12.7802994Z [00:02:12.426]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:12.7803621Z [00:02:12.426]➜  EOF
2025-08-20T22:03:12.7803964Z [00:02:12.426]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7805568Z [00:02:12.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b036=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:03:12.7807608Z [00:02:12.426]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:03:12.7821263Z [00:02:12.427]➜  math/bits
2025-08-20T22:03:12.7821612Z [00:02:12.428]➜  mkdir -p $WORK/b040/
2025-08-20T22:03:12.7821969Z [00:02:12.428]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:03:12.7829860Z [00:02:12.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:03:12.7837121Z [00:02:12.429]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:03:12.7838725Z [00:02:12.429]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T22:03:12.7839424Z [00:02:12.429]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:03:12.7840143Z [00:02:12.429]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:03:12.7840702Z [00:02:12.430]➜  internal/runtime/maps
2025-08-20T22:03:12.7840992Z [00:02:12.430]➜  mkdir -p $WORK/b026/
2025-08-20T22:03:12.7841373Z [00:02:12.430]➜  cat >/tmp/go-build1604439625/b026/importcfg << 'EOF' # internal
2025-08-20T22:03:12.7841714Z [00:02:12.430]➜  # import config
2025-08-20T22:03:12.7842071Z [00:02:12.430]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:12.7842537Z [00:02:12.430]➜  packagefile internal/asan=/tmp/go-build1604439625/b027/_pkg_.a
2025-08-20T22:03:12.7843011Z [00:02:12.430]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.7843498Z [00:02:12.430]➜  packagefile internal/msan=/tmp/go-build1604439625/b028/_pkg_.a
2025-08-20T22:03:12.7843962Z [00:02:12.430]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:12.7844462Z [00:02:12.430]➜  packagefile internal/runtime/math=/tmp/go-build1604439625/b022/_pkg_.a
2025-08-20T22:03:12.7844986Z [00:02:12.430]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:12.7845342Z [00:02:12.430]➜  EOF
2025-08-20T22:03:12.7845613Z [00:02:12.430]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.7855257Z [00:02:12.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:03:12.7921763Z [00:02:12.437]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:03:12.7948589Z [00:02:12.441]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:03:12.7950218Z [00:02:12.441]➜  internal/itoa
2025-08-20T22:03:12.7950987Z [00:02:12.441]➜  mkdir -p $WORK/b042/
2025-08-20T22:03:12.7951401Z [00:02:12.441]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:03:12.7952968Z [00:02:12.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b042=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:03:12.8063111Z [00:02:12.452]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:03:12.8076089Z [00:02:12.453]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:03:12.8077185Z [00:02:12.454]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:03:12.8078912Z [00:02:12.454]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b035/asm.o ./asm.s
2025-08-20T22:03:12.8083435Z [00:02:12.454]➜  cmp
2025-08-20T22:03:12.8089088Z [00:02:12.454]➜  mkdir -p $WORK/b045/
2025-08-20T22:03:12.8089507Z [00:02:12.455]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T22:03:12.8090034Z [00:02:12.455]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.8092366Z [00:02:12.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b045=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:03:12.8119172Z [00:02:12.458]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:03:12.8137091Z [00:02:12.459]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:03:12.8137656Z [00:02:12.459]➜  unicode
2025-08-20T22:03:12.8137916Z [00:02:12.459]➜  mkdir -p $WORK/b050/
2025-08-20T22:03:12.8138296Z [00:02:12.459]➜  echo '# import config' > $WORK/b050/importcfg # internal
2025-08-20T22:03:12.8140250Z [00:02:12.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b050=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:03:12.8141865Z [00:02:12.459]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:03:12.8142241Z [00:02:12.459]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm.o # internal
2025-08-20T22:03:12.8142639Z [00:02:12.459]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:03:12.8147682Z [00:02:12.461]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:03:12.8151855Z [00:02:12.461]➜  internal/sync
2025-08-20T22:03:12.8152328Z [00:02:12.461]➜  mkdir -p $WORK/b034/
2025-08-20T22:03:12.8172235Z [00:02:12.463]➜  cat >/tmp/go-build1604439625/b034/importcfg << 'EOF' # internal
2025-08-20T22:03:12.8173245Z [00:02:12.463]➜  # import config
2025-08-20T22:03:12.8173653Z [00:02:12.463]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:12.8174136Z [00:02:12.463]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.8175017Z [00:02:12.463]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:12.8175537Z [00:02:12.463]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:12.8176056Z [00:02:12.463]➜  EOF
2025-08-20T22:03:12.8176341Z [00:02:12.463]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.8178179Z [00:02:12.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b034=>" -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/b034/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:03:12.8190309Z [00:02:12.465]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:03:12.8193560Z [00:02:12.465]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:03:12.8199936Z [00:02:12.466]➜  unicode/utf8
2025-08-20T22:03:12.8200669Z [00:02:12.466]➜  mkdir -p $WORK/b051/
2025-08-20T22:03:12.8207784Z [00:02:12.467]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T22:03:12.8209643Z [00:02:12.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b051=>" -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/b051/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:03:12.8401993Z [00:02:12.486]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:03:12.8407306Z [00:02:12.487]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:03:12.8410002Z [00:02:12.487]➜  encoding
2025-08-20T22:03:12.8411079Z [00:02:12.487]➜  mkdir -p $WORK/b053/
2025-08-20T22:03:12.8413122Z [00:02:12.487]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T22:03:12.8420120Z [00:02:12.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b053=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:03:12.8432732Z [00:02:12.489]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:03:12.8445604Z [00:02:12.490]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:03:12.8478797Z [00:02:12.494]➜  math
2025-08-20T22:03:12.8481052Z [00:02:12.494]➜  mkdir -p $WORK/b056/
2025-08-20T22:03:12.8497782Z [00:02:12.496]➜  echo -n > $WORK/b056/go_asm.h # internal
2025-08-20T22:03:12.8499193Z [00:02:12.496]➜  cd /root/.go/src/math
2025-08-20T22:03:12.8511086Z [00:02:12.497]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b056/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:03:12.8517195Z [00:02:12.498]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:03:12.8523804Z [00:02:12.498]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:03:12.8529999Z [00:02:12.499]➜  unicode/utf16
2025-08-20T22:03:12.8530279Z [00:02:12.499]➜  mkdir -p $WORK/b069/
2025-08-20T22:03:12.8530635Z [00:02:12.499]➜  echo '# import config' > $WORK/b069/importcfg # internal
2025-08-20T22:03:12.8531022Z [00:02:12.499]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.8532917Z [00:02:12.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b069=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:03:12.8551188Z [00:02:12.501]➜  cat >/tmp/go-build1604439625/b056/importcfg << 'EOF' # internal
2025-08-20T22:03:12.8552986Z [00:02:12.501]➜  # import config
2025-08-20T22:03:12.8553364Z [00:02:12.501]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:12.8553693Z [00:02:12.501]➜  EOF
2025-08-20T22:03:12.8560355Z [00:02:12.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b056/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack -asmhdr $WORK/b056/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:03:12.8833665Z [00:02:12.527]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:03:12.8837369Z [00:02:12.529]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:03:12.8837973Z [00:02:12.529]➜  log/internal
2025-08-20T22:03:12.8838229Z [00:02:12.529]➜  mkdir -p $WORK/b083/
2025-08-20T22:03:12.8838602Z [00:02:12.529]➜  echo '# import config' > $WORK/b083/importcfg # internal
2025-08-20T22:03:12.8840146Z [00:02:12.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b083=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:03:12.8995407Z [00:02:12.545]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:03:12.9018486Z [00:02:12.548]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:03:12.9028125Z [00:02:12.549]➜  internal/nettrace
2025-08-20T22:03:12.9035454Z [00:02:12.550]➜  mkdir -p $WORK/b091/
2025-08-20T22:03:12.9047753Z [00:02:12.551]➜  echo '# import config' > $WORK/b091/importcfg # internal
2025-08-20T22:03:12.9052124Z [00:02:12.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b091=>" -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/b091/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:03:12.9164524Z [00:02:12.562]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:03:12.9167770Z [00:02:12.563]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:03:12.9170510Z [00:02:12.563]➜  container/list
2025-08-20T22:03:12.9171022Z [00:02:12.563]➜  mkdir -p $WORK/b105/
2025-08-20T22:03:12.9173260Z [00:02:12.563]➜  echo '# import config' > $WORK/b105/importcfg # internal
2025-08-20T22:03:12.9175495Z [00:02:12.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b105=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:03:12.9200190Z [00:02:12.566]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:03:12.9250136Z [00:02:12.571]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:03:12.9333851Z [00:02:12.579]➜  runtime
2025-08-20T22:03:12.9360125Z [00:02:12.582]➜  mkdir -p $WORK/b009/
2025-08-20T22:03:12.9360585Z [00:02:12.582]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:03:12.9360917Z [00:02:12.582]➜  cd /root/.go/src/runtime
2025-08-20T22:03:12.9362521Z [00:02:12.582]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T22:03:12.9400848Z [00:02:12.586]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:03:12.9403711Z [00:02:12.586]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:03:12.9404533Z [00:02:12.586]➜  oras.land/oras-go/v2/internal/docker
2025-08-20T22:03:12.9404976Z [00:02:12.586]➜  mkdir -p $WORK/b109/
2025-08-20T22:03:12.9410688Z [00:02:12.587]➜  echo '# import config' > $WORK/b109/importcfg # internal
2025-08-20T22:03:12.9411135Z [00:02:12.587]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.9413127Z [00:02:12.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/docker=>oras.land/oras-go/v2@v2.6.0/internal/docker;$WORK/b109=>" -p oras.land/oras-go/v2/internal/docker -lang=go1.23 -complete -installsuffix shared -buildid 4fnGjmXGnXWq6_07Mc8i/4fnGjmXGnXWq6_07Mc8i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/docker/mediatype.go
2025-08-20T22:03:12.9414817Z [00:02:12.587]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:03:12.9424997Z [00:02:12.588]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:03:12.9426896Z [00:02:12.588]➜  oras.land/oras-go/v2/internal/container/set
2025-08-20T22:03:12.9427231Z [00:02:12.588]➜  mkdir -p $WORK/b113/
2025-08-20T22:03:12.9427618Z [00:02:12.589]➜  echo '# import config' > $WORK/b113/importcfg # internal
2025-08-20T22:03:12.9430008Z [00:02:12.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/container/set=>oras.land/oras-go/v2@v2.6.0/internal/container/set;$WORK/b113=>" -p oras.land/oras-go/v2/internal/container/set -lang=go1.23 -complete -installsuffix shared -buildid 2BZvTZrYxXkbPqOWfw9b/2BZvTZrYxXkbPqOWfw9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/container/set/set.go
2025-08-20T22:03:12.9504565Z [00:02:12.596]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:03:12.9505320Z [00:02:12.596]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/7d/7dfa5351fbab4458310ca03c0689eb751b4f6fd6c3ef4737f00a5253a25be1a1-d # internal
2025-08-20T22:03:12.9506392Z [00:02:12.596]➜  crypto/internal/fips140/alias
2025-08-20T22:03:12.9506690Z [00:02:12.596]➜  mkdir -p $WORK/b134/
2025-08-20T22:03:12.9507628Z [00:02:12.597]➜  echo '# import config' > $WORK/b134/importcfg # internal
2025-08-20T22:03:12.9509483Z [00:02:12.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b134=>" -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/b134/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:03:12.9538792Z [00:02:12.600]➜  cat >/tmp/go-build1604439625/b009/importcfg << 'EOF' # internal
2025-08-20T22:03:12.9539855Z [00:02:12.600]➜  # import config
2025-08-20T22:03:12.9540944Z [00:02:12.600]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:12.9541547Z [00:02:12.600]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:12.9542063Z [00:02:12.600]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:12.9542583Z [00:02:12.600]➜  packagefile internal/chacha8rand=/tmp/go-build1604439625/b013/_pkg_.a
2025-08-20T22:03:12.9543143Z [00:02:12.600]➜  packagefile internal/coverage/rtcov=/tmp/go-build1604439625/b014/_pkg_.a
2025-08-20T22:03:12.9543644Z [00:02:12.600]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.9544117Z [00:02:12.600]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.9544606Z [00:02:12.600]➜  packagefile internal/godebugs=/tmp/go-build1604439625/b015/_pkg_.a
2025-08-20T22:03:12.9545120Z [00:02:12.600]➜  packagefile internal/goexperiment=/tmp/go-build1604439625/b016/_pkg_.a
2025-08-20T22:03:12.9545629Z [00:02:12.600]➜  packagefile internal/goos=/tmp/go-build1604439625/b017/_pkg_.a
2025-08-20T22:03:12.9546405Z [00:02:12.600]➜  packagefile internal/profilerecord=/tmp/go-build1604439625/b018/_pkg_.a
2025-08-20T22:03:12.9546947Z [00:02:12.600]➜  packagefile internal/runtime/atomic=/tmp/go-build1604439625/b019/_pkg_.a
2025-08-20T22:03:12.9547486Z [00:02:12.600]➜  packagefile internal/runtime/cgroup=/tmp/go-build1604439625/b020/_pkg_.a
2025-08-20T22:03:12.9548045Z [00:02:12.600]➜  packagefile internal/runtime/exithook=/tmp/go-build1604439625/b024/_pkg_.a
2025-08-20T22:03:12.9548581Z [00:02:12.600]➜  packagefile internal/runtime/gc=/tmp/go-build1604439625/b025/_pkg_.a
2025-08-20T22:03:12.9549097Z [00:02:12.600]➜  packagefile internal/runtime/maps=/tmp/go-build1604439625/b026/_pkg_.a
2025-08-20T22:03:12.9549622Z [00:02:12.600]➜  packagefile internal/runtime/math=/tmp/go-build1604439625/b022/_pkg_.a
2025-08-20T22:03:12.9550168Z [00:02:12.600]➜  packagefile internal/runtime/strconv=/tmp/go-build1604439625/b021/_pkg_.a
2025-08-20T22:03:12.9550704Z [00:02:12.600]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:12.9551237Z [00:02:12.600]➜  packagefile internal/runtime/syscall=/tmp/go-build1604439625/b023/_pkg_.a
2025-08-20T22:03:12.9551765Z [00:02:12.600]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:12.9552292Z [00:02:12.600]➜  packagefile internal/trace/tracev2=/tmp/go-build1604439625/b032/_pkg_.a
2025-08-20T22:03:12.9552967Z [00:02:12.600]➜  EOF
2025-08-20T22:03:12.9586005Z [00:02:12.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:03:12.9614393Z [00:02:12.603]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:03:12.9615101Z [00:02:12.603]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/1f/1f9adcb65a6373f4a42cc198e1f609a2684eb6926fa8aae53f937438b50ecd1c-d # internal
2025-08-20T22:03:12.9615690Z [00:02:12.603]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:03:12.9636677Z [00:02:12.603]➜  mkdir -p $WORK/b138/
2025-08-20T22:03:12.9637115Z [00:02:12.604]➜  cat >/tmp/go-build1604439625/b138/importcfg << 'EOF' # internal
2025-08-20T22:03:12.9637464Z [00:02:12.604]➜  # import config
2025-08-20T22:03:12.9638131Z [00:02:12.604]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:12.9638554Z [00:02:12.604]➜  EOF
2025-08-20T22:03:12.9640434Z [00:02:12.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b138=>" -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/b138/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:03:12.9642163Z [00:02:12.605]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:03:12.9642816Z [00:02:12.606]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:03:12.9643382Z [00:02:12.606]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:03:12.9643678Z [00:02:12.606]➜  mkdir -p $WORK/b139/
2025-08-20T22:03:12.9644045Z [00:02:12.606]➜  cat >/tmp/go-build1604439625/b139/importcfg << 'EOF' # internal
2025-08-20T22:03:12.9644386Z [00:02:12.606]➜  # import config
2025-08-20T22:03:12.9644744Z [00:02:12.606]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:12.9645219Z [00:02:12.606]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:12.9646005Z [00:02:12.606]➜  EOF
2025-08-20T22:03:12.9647782Z [00:02:12.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b139=>" -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/b139/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:03:12.9763713Z [00:02:12.622]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:03:12.9771506Z [00:02:12.623]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:03:12.9773677Z [00:02:12.623]➜  crypto/internal/fips140/subtle
2025-08-20T22:03:12.9775200Z [00:02:12.624]➜  mkdir -p $WORK/b142/
2025-08-20T22:03:12.9781687Z [00:02:12.624]➜  echo -n > $WORK/b142/go_asm.h # internal
2025-08-20T22:03:12.9782822Z [00:02:12.624]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:03:12.9789240Z [00:02:12.625]➜  /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/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b142/symabis ./xor_arm64.s
2025-08-20T22:03:12.9829980Z [00:02:12.629]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:03:12.9832271Z [00:02:12.629]➜  cat >/tmp/go-build1604439625/b142/importcfg << 'EOF' # internal
2025-08-20T22:03:12.9833641Z [00:02:12.629]➜  # import config
2025-08-20T22:03:12.9834137Z [00:02:12.629]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:12.9835084Z [00:02:12.629]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:12.9835940Z [00:02:12.629]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:12.9836370Z [00:02:12.629]➜  EOF
2025-08-20T22:03:12.9837093Z [00:02:12.629]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:03:12.9837908Z [00:02:12.629]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.9840656Z [00:02:12.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b142=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b142/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack -asmhdr $WORK/b142/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T22:03:12.9842848Z [00:02:12.630]➜  crypto/internal/boring/sig
2025-08-20T22:03:12.9843142Z [00:02:12.630]➜  mkdir -p $WORK/b152/
2025-08-20T22:03:12.9852616Z [00:02:12.631]➜  echo -n > $WORK/b152/go_asm.h # internal
2025-08-20T22:03:12.9853204Z [00:02:12.631]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:03:12.9854484Z [00:02:12.631]➜  /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/b152=>" -I $WORK/b152/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b152/symabis ./sig_other.s
2025-08-20T22:03:12.9886306Z [00:02:12.634]➜  echo '# import config' > $WORK/b152/importcfg # internal
2025-08-20T22:03:12.9887729Z [00:02:12.634]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:12.9891317Z [00:02:12.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b152=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b152/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack -asmhdr $WORK/b152/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:03:12.9893280Z [00:02:12.635]➜  cd /root/.go/src/math
2025-08-20T22:03:12.9894158Z [00:02:12.635]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/dim_arm64.o ./dim_arm64.s
2025-08-20T22:03:12.9929389Z [00:02:12.638]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/exp_arm64.o ./exp_arm64.s
2025-08-20T22:03:12.9961344Z [00:02:12.642]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/floor_arm64.o ./floor_arm64.s
2025-08-20T22:03:12.9977432Z [00:02:12.644]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:03:12.9986615Z [00:02:12.645]➜  /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/b152=>" -I $WORK/b152/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b152/sig_other.o ./sig_other.s
2025-08-20T22:03:13.0018009Z [00:02:12.648]➜  go tool pack r $WORK/b152/_pkg_.a $WORK/b152/sig_other.o # internal
2025-08-20T22:03:13.0027368Z [00:02:12.648]➜  cd /root/.go/src/math
2025-08-20T22:03:13.0028307Z [00:02:12.648]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b056=>" -I $WORK/b056/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b056/modf_arm64.o ./modf_arm64.s
2025-08-20T22:03:13.0033461Z [00:02:12.649]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:03:13.0035035Z [00:02:12.649]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:03:13.0039243Z [00:02:12.649]➜  /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/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b142/xor_arm64.o ./xor_arm64.s
2025-08-20T22:03:13.0043609Z [00:02:12.650]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:03:13.0044313Z [00:02:12.650]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:03:13.0044643Z [00:02:12.650]➜  mkdir -p $WORK/b174/
2025-08-20T22:03:13.0044990Z [00:02:12.650]➜  echo '# import config' > $WORK/b174/importcfg # internal
2025-08-20T22:03:13.0045371Z [00:02:12.650]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:13.0047549Z [00:02:12.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b174=>" -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/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:03:13.0062851Z [00:02:12.652]➜  cd /root/.go/src/math
2025-08-20T22:03:13.0068329Z [00:02:12.652]➜  go tool pack r $WORK/b056/_pkg_.a $WORK/b056/dim_arm64.o $WORK/b056/exp_arm64.o $WORK/b056/floor_arm64.o $WORK/b056/modf_arm64.o # internal
2025-08-20T22:03:13.0077510Z [00:02:12.654]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:03:13.0078468Z [00:02:12.654]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:03:13.0079204Z [00:02:12.654]➜  go tool pack r $WORK/b142/_pkg_.a $WORK/b142/xor_arm64.o # internal
2025-08-20T22:03:13.0079987Z [00:02:12.654]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:03:13.0080658Z [00:02:12.654]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:03:13.0085210Z [00:02:12.654]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:03:13.0085539Z [00:02:12.654]➜  mkdir -p $WORK/b187/
2025-08-20T22:03:13.0086233Z [00:02:12.654]➜  echo '# import config' > $WORK/b187/importcfg # internal
2025-08-20T22:03:13.0087167Z [00:02:12.654]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:03:13.0087919Z [00:02:12.655]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:13.0090466Z [00:02:12.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:03:13.0095370Z [00:02:12.655]➜  oras.land/oras/internal/docker
2025-08-20T22:03:13.0098082Z [00:02:12.656]➜  mkdir -p $WORK/b264/
2025-08-20T22:03:13.0103282Z [00:02:12.656]➜  echo '# import config' > $WORK/b264/importcfg # internal
2025-08-20T22:03:13.0107316Z [00:02:12.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/docker=>oras.land/oras/internal/docker;$WORK/b264=>" -p oras.land/oras/internal/docker -lang=go1.25 -complete -installsuffix shared -buildid 4H2nP9isQNNw2vbYFFSj/4H2nP9isQNNw2vbYFFSj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/docker/mediatype.go
2025-08-20T22:03:13.0171684Z [00:02:12.663]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:03:13.0172446Z [00:02:12.663]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:03:13.0179676Z [00:02:12.664]➜  oras.land/oras/internal/version
2025-08-20T22:03:13.0180374Z [00:02:12.664]➜  mkdir -p $WORK/b270/
2025-08-20T22:03:13.0191589Z [00:02:12.665]➜  echo '# import config' > $WORK/b270/importcfg # internal
2025-08-20T22:03:13.0195494Z [00:02:12.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version=>oras.land/oras/internal/version;$WORK/b270=>" -p oras.land/oras/internal/version -lang=go1.25 -complete -installsuffix shared -buildid th6Zh_KupE-rAciQ6eVz/th6Zh_KupE-rAciQ6eVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version/version.go
2025-08-20T22:03:13.0199737Z [00:02:12.665]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:03:13.0200442Z [00:02:12.666]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:03:13.0201054Z [00:02:12.666]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:03:13.0206446Z [00:02:12.666]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/79/798583638b9ed3c658200e4ea6669268bc90f3ad5838d4b41ad739a375ba27bd-d # internal
2025-08-20T22:03:13.0267367Z [00:02:12.673]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:03:13.0270022Z [00:02:12.673]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/5f/5f033002ba73bfebe827efca9b9019bb9c83b0de0762519a8cdb9bf1f2fa6e81-d # internal
2025-08-20T22:03:14.3925972Z [00:02:14.038]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T22:03:14.3927428Z [00:02:14.039]➜  cd /root/.go/src/runtime
2025-08-20T22:03:14.3928369Z [00:02:14.039]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:03:14.3951302Z [00:02:14.041]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T22:03:14.4037693Z [00:02:14.050]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:03:14.4058135Z [00:02:14.052]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T22:03:14.4083342Z [00:02:14.054]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:03:14.4107796Z [00:02:14.057]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:03:14.4130582Z [00:02:14.059]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:03:14.4153078Z [00:02:14.061]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:03:14.4190536Z [00:02:14.065]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:03:14.4212461Z [00:02:14.067]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:03:14.4263051Z [00:02:14.072]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T22:03:14.4299367Z [00:02:14.076]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T22:03:14.4301827Z [00:02:14.076]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:03:14.4567543Z [00:02:14.102]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:03:14.4568436Z [00:02:14.102]➜  internal/reflectlite
2025-08-20T22:03:14.4568901Z [00:02:14.103]➜  mkdir -p $WORK/b004/
2025-08-20T22:03:14.4570601Z [00:02:14.103]➜  weak
2025-08-20T22:03:14.4570886Z [00:02:14.103]➜  mkdir -p $WORK/b095/
2025-08-20T22:03:14.4571703Z [00:02:14.103]➜  sync
2025-08-20T22:03:14.4571971Z [00:02:14.103]➜  mkdir -p $WORK/b033/
2025-08-20T22:03:14.4572278Z [00:02:14.103]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:03:14.4574004Z [00:02:14.103]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:03:14.4583230Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:03:14.4584542Z [00:02:14.104]➜  cat >/tmp/go-build1604439625/b033/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4586269Z [00:02:14.104]➜  # import config
2025-08-20T22:03:14.4586672Z [00:02:14.104]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:14.4587169Z [00:02:14.104]➜  packagefile internal/sync=/tmp/go-build1604439625/b034/_pkg_.a
2025-08-20T22:03:14.4587659Z [00:02:14.104]➜  packagefile internal/synctest=/tmp/go-build1604439625/b036/_pkg_.a
2025-08-20T22:03:14.4588124Z [00:02:14.104]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.4588567Z [00:02:14.104]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:14.4588899Z [00:02:14.105]➜  EOF
2025-08-20T22:03:14.4589180Z [00:02:14.105]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:14.4600460Z [00:02:14.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b033=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:03:14.4602725Z [00:02:14.105]➜  cat >/tmp/go-build1604439625/b095/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4603076Z [00:02:14.105]➜  # import config
2025-08-20T22:03:14.4603436Z [00:02:14.105]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:14.4603899Z [00:02:14.105]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.4604215Z [00:02:14.105]➜  EOF
2025-08-20T22:03:14.4605974Z [00:02:14.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b095=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:03:14.4607259Z [00:02:14.106]➜  iter
2025-08-20T22:03:14.4612816Z [00:02:14.107]➜  mkdir -p $WORK/b046/
2025-08-20T22:03:14.4614701Z [00:02:14.107]➜  cat >/tmp/go-build1604439625/b046/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4615754Z [00:02:14.107]➜  # import config
2025-08-20T22:03:14.4616296Z [00:02:14.107]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:14.4623060Z [00:02:14.107]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.4623551Z [00:02:14.107]➜  EOF
2025-08-20T22:03:14.4624855Z [00:02:14.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b046=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:03:14.4626403Z [00:02:14.107]➜  cat >/tmp/go-build1604439625/b004/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4626762Z [00:02:14.107]➜  # import config
2025-08-20T22:03:14.4627119Z [00:02:14.107]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:14.4627597Z [00:02:14.107]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:14.4628101Z [00:02:14.107]➜  packagefile internal/unsafeheader=/tmp/go-build1604439625/b008/_pkg_.a
2025-08-20T22:03:14.4628919Z [00:02:14.107]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.4629235Z [00:02:14.107]➜  EOF
2025-08-20T22:03:14.4631295Z [00:02:14.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:03:14.4727217Z [00:02:14.118]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:03:14.4731657Z [00:02:14.119]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:03:14.4735406Z [00:02:14.119]➜  slices
2025-08-20T22:03:14.4735716Z [00:02:14.119]➜  mkdir -p $WORK/b044/
2025-08-20T22:03:14.4743016Z [00:02:14.120]➜  cat >/tmp/go-build1604439625/b044/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4744584Z [00:02:14.120]➜  # import config
2025-08-20T22:03:14.4745021Z [00:02:14.120]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:14.4745448Z [00:02:14.120]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:14.4746036Z [00:02:14.120]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.4746439Z [00:02:14.120]➜  EOF
2025-08-20T22:03:14.4748796Z [00:02:14.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b044=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:03:14.4750607Z [00:02:14.120]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:03:14.4751306Z [00:02:14.121]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:03:14.4751831Z [00:02:14.121]➜  maps
2025-08-20T22:03:14.4752056Z [00:02:14.121]➜  mkdir -p $WORK/b099/
2025-08-20T22:03:14.4752741Z [00:02:14.121]➜  cat >/tmp/go-build1604439625/b099/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4753163Z [00:02:14.121]➜  # import config
2025-08-20T22:03:14.4753501Z [00:02:14.121]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:14.4753806Z [00:02:14.121]➜  EOF
2025-08-20T22:03:14.4755177Z [00:02:14.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b099=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:03:14.4848538Z [00:02:14.130]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:03:14.4850049Z [00:02:14.131]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:03:14.4851273Z [00:02:14.131]➜  crypto/subtle
2025-08-20T22:03:14.4852058Z [00:02:14.131]➜  mkdir -p $WORK/b151/
2025-08-20T22:03:14.4852480Z [00:02:14.131]➜  cat >/tmp/go-build1604439625/b151/importcfg << 'EOF' # internal
2025-08-20T22:03:14.4852835Z [00:02:14.131]➜  # import config
2025-08-20T22:03:14.4853271Z [00:02:14.131]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:14.4853833Z [00:02:14.131]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:14.4854684Z [00:02:14.131]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.4855004Z [00:02:14.131]➜  EOF
2025-08-20T22:03:14.4856945Z [00:02:14.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b151=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T22:03:14.4939619Z [00:02:14.140]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:03:14.4940948Z [00:02:14.140]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:03:14.4973891Z [00:02:14.143]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:03:14.4978275Z [00:02:14.144]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:03:14.5434117Z [00:02:14.189]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:03:14.5435580Z [00:02:14.189]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:03:14.5453632Z [00:02:14.191]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:03:14.5454133Z [00:02:14.191]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:03:14.5461709Z [00:02:14.192]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:03:14.5472328Z [00:02:14.193]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:03:14.5477043Z [00:02:14.193]➜  errors
2025-08-20T22:03:14.5477612Z [00:02:14.193]➜  mkdir -p $WORK/b003/
2025-08-20T22:03:14.5477868Z [00:02:14.193]➜  sort
2025-08-20T22:03:14.5478430Z [00:02:14.193]➜  mkdir -p $WORK/b075/
2025-08-20T22:03:14.5478866Z [00:02:14.194]➜  cat >/tmp/go-build1604439625/b003/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5479224Z [00:02:14.194]➜  # import config
2025-08-20T22:03:14.5480126Z [00:02:14.194]➜  packagefile internal/reflectlite=/tmp/go-build1604439625/b004/_pkg_.a
2025-08-20T22:03:14.5480926Z [00:02:14.194]➜  EOF
2025-08-20T22:03:14.5481549Z [00:02:14.194]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:14.5483261Z [00:02:14.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:03:14.5485008Z [00:02:14.194]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:03:14.5485655Z [00:02:14.194]➜  cat >/tmp/go-build1604439625/b075/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5486502Z [00:02:14.194]➜  # import config
2025-08-20T22:03:14.5486905Z [00:02:14.194]➜  packagefile internal/reflectlite=/tmp/go-build1604439625/b004/_pkg_.a
2025-08-20T22:03:14.5494063Z [00:02:14.194]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.5494740Z [00:02:14.194]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:14.5495069Z [00:02:14.194]➜  EOF
2025-08-20T22:03:14.5496978Z [00:02:14.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b075=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:03:14.5498881Z [00:02:14.195]➜  internal/testlog
2025-08-20T22:03:14.5499144Z [00:02:14.195]➜  mkdir -p $WORK/b067/
2025-08-20T22:03:14.5499511Z [00:02:14.195]➜  cat >/tmp/go-build1604439625/b067/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5499856Z [00:02:14.195]➜  # import config
2025-08-20T22:03:14.5500199Z [00:02:14.195]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.5500640Z [00:02:14.195]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:14.5500970Z [00:02:14.195]➜  EOF
2025-08-20T22:03:14.5502878Z [00:02:14.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b067=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:03:14.5504380Z [00:02:14.195]➜  internal/bisect
2025-08-20T22:03:14.5504653Z [00:02:14.196]➜  mkdir -p $WORK/b039/
2025-08-20T22:03:14.5506374Z [00:02:14.196]➜  cat >/tmp/go-build1604439625/b039/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5506812Z [00:02:14.196]➜  # import config
2025-08-20T22:03:14.5507187Z [00:02:14.196]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.5507614Z [00:02:14.196]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.5508049Z [00:02:14.196]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:14.5508381Z [00:02:14.196]➜  EOF
2025-08-20T22:03:14.5509865Z [00:02:14.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b039=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:03:14.5773746Z [00:02:14.223]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:03:14.5775414Z [00:02:14.223]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:03:14.5776497Z [00:02:14.223]➜  internal/oserror
2025-08-20T22:03:14.5776862Z [00:02:14.223]➜  mkdir -p $WORK/b043/
2025-08-20T22:03:14.5777247Z [00:02:14.223]➜  cat >/tmp/go-build1604439625/b043/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5777591Z [00:02:14.223]➜  # import config
2025-08-20T22:03:14.5777933Z [00:02:14.223]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.5778252Z [00:02:14.223]➜  EOF
2025-08-20T22:03:14.5780707Z [00:02:14.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b043=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:03:14.5798765Z [00:02:14.226]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:03:14.5808419Z [00:02:14.227]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:03:14.5809353Z [00:02:14.227]➜  io
2025-08-20T22:03:14.5811024Z [00:02:14.227]➜  mkdir -p $WORK/b049/
2025-08-20T22:03:14.5820773Z [00:02:14.228]➜  cat >/tmp/go-build1604439625/b049/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5822051Z [00:02:14.228]➜  # import config
2025-08-20T22:03:14.5822552Z [00:02:14.228]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.5823397Z [00:02:14.228]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.5823719Z [00:02:14.228]➜  EOF
2025-08-20T22:03:14.5858926Z [00:02:14.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b049=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:03:14.5985710Z [00:02:14.244]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:03:14.5988581Z [00:02:14.244]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:03:14.5989141Z [00:02:14.244]➜  internal/godebug
2025-08-20T22:03:14.5989424Z [00:02:14.245]➜  mkdir -p $WORK/b038/
2025-08-20T22:03:14.5989834Z [00:02:14.245]➜  cat >/tmp/go-build1604439625/b038/importcfg << 'EOF' # internal
2025-08-20T22:03:14.5990179Z [00:02:14.245]➜  # import config
2025-08-20T22:03:14.5990549Z [00:02:14.245]➜  packagefile internal/bisect=/tmp/go-build1604439625/b039/_pkg_.a
2025-08-20T22:03:14.5991038Z [00:02:14.245]➜  packagefile internal/godebugs=/tmp/go-build1604439625/b015/_pkg_.a
2025-08-20T22:03:14.5991495Z [00:02:14.245]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.5991951Z [00:02:14.245]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:14.5992279Z [00:02:14.245]➜  EOF
2025-08-20T22:03:14.5993795Z [00:02:14.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b038=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:03:14.6006586Z [00:02:14.246]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:03:14.6018011Z [00:02:14.247]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:03:14.6055323Z [00:02:14.251]➜  syscall
2025-08-20T22:03:14.6057388Z [00:02:14.251]➜  mkdir -p $WORK/b041/
2025-08-20T22:03:14.6057814Z [00:02:14.252]➜  echo -n > $WORK/b041/go_asm.h # internal
2025-08-20T22:03:14.6060317Z [00:02:14.252]➜  cd /root/.go/src/syscall
2025-08-20T22:03:14.6062225Z [00:02:14.252]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b041/symabis ./asm_linux_arm64.s
2025-08-20T22:03:14.6138831Z [00:02:14.260]➜  cat >/tmp/go-build1604439625/b041/importcfg << 'EOF' # internal
2025-08-20T22:03:14.6139650Z [00:02:14.260]➜  # import config
2025-08-20T22:03:14.6140512Z [00:02:14.260]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.6141064Z [00:02:14.260]➜  packagefile internal/asan=/tmp/go-build1604439625/b027/_pkg_.a
2025-08-20T22:03:14.6141555Z [00:02:14.260]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.6142058Z [00:02:14.260]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:14.6142583Z [00:02:14.260]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:14.6143055Z [00:02:14.260]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:14.6143519Z [00:02:14.260]➜  packagefile internal/msan=/tmp/go-build1604439625/b028/_pkg_.a
2025-08-20T22:03:14.6143997Z [00:02:14.260]➜  packagefile internal/oserror=/tmp/go-build1604439625/b043/_pkg_.a
2025-08-20T22:03:14.6144475Z [00:02:14.260]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:14.6145373Z [00:02:14.260]➜  packagefile internal/runtime/syscall=/tmp/go-build1604439625/b023/_pkg_.a
2025-08-20T22:03:14.6146008Z [00:02:14.260]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.6146496Z [00:02:14.260]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:14.6146910Z [00:02:14.260]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.6147345Z [00:02:14.260]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:14.6147717Z [00:02:14.260]➜  EOF
2025-08-20T22:03:14.6147986Z [00:02:14.260]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:14.6153173Z [00:02:14.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b041/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T22:03:14.6479171Z [00:02:14.294]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:03:14.6498789Z [00:02:14.296]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:03:14.6508152Z [00:02:14.297]➜  bytes
2025-08-20T22:03:14.6508840Z [00:02:14.297]➜  mkdir -p $WORK/b048/
2025-08-20T22:03:14.6516686Z [00:02:14.298]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:03:14.6527890Z [00:02:14.298]➜  cat >/tmp/go-build1604439625/b048/importcfg << 'EOF' # internal
2025-08-20T22:03:14.6528406Z [00:02:14.298]➜  # import config
2025-08-20T22:03:14.6528762Z [00:02:14.298]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.6529232Z [00:02:14.298]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.6529676Z [00:02:14.298]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.6530104Z [00:02:14.298]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:14.6530528Z [00:02:14.298]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.6530961Z [00:02:14.298]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:14.6531406Z [00:02:14.299]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.6531737Z [00:02:14.299]➜  EOF
2025-08-20T22:03:14.6533332Z [00:02:14.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b048=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:03:14.6543298Z [00:02:14.300]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:03:14.6550583Z [00:02:14.300]➜  strconv
2025-08-20T22:03:14.6550947Z [00:02:14.301]➜  mkdir -p $WORK/b055/
2025-08-20T22:03:14.6551328Z [00:02:14.301]➜  cat >/tmp/go-build1604439625/b055/importcfg << 'EOF' # internal
2025-08-20T22:03:14.6551671Z [00:02:14.301]➜  # import config
2025-08-20T22:03:14.6552007Z [00:02:14.301]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.6552485Z [00:02:14.301]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.6553007Z [00:02:14.301]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:14.6553473Z [00:02:14.301]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:14.6553897Z [00:02:14.301]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.6554346Z [00:02:14.301]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.6554687Z [00:02:14.301]➜  EOF
2025-08-20T22:03:14.6557801Z [00:02:14.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b055=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:03:14.7044878Z [00:02:14.350]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:03:14.7066246Z [00:02:14.352]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:03:14.7086766Z [00:02:14.353]➜  path
2025-08-20T22:03:14.7087088Z [00:02:14.353]➜  mkdir -p $WORK/b063/
2025-08-20T22:03:14.7087495Z [00:02:14.353]➜  cat >/tmp/go-build1604439625/b063/importcfg << 'EOF' # internal
2025-08-20T22:03:14.7087863Z [00:02:14.353]➜  # import config
2025-08-20T22:03:14.7088201Z [00:02:14.353]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.7089055Z [00:02:14.353]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.7089609Z [00:02:14.353]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.7089947Z [00:02:14.353]➜  EOF
2025-08-20T22:03:14.7091342Z [00:02:14.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b063=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:03:14.7337266Z [00:02:14.380]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:03:14.7342556Z [00:02:14.380]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:03:14.7345401Z [00:02:14.381]➜  strings
2025-08-20T22:03:14.7346595Z [00:02:14.381]➜  mkdir -p $WORK/b068/
2025-08-20T22:03:14.7352871Z [00:02:14.381]➜  cat >/tmp/go-build1604439625/b068/importcfg << 'EOF' # internal
2025-08-20T22:03:14.7353338Z [00:02:14.381]➜  # import config
2025-08-20T22:03:14.7353714Z [00:02:14.381]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.7354376Z [00:02:14.381]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:14.7355002Z [00:02:14.381]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.7356221Z [00:02:14.381]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:14.7356858Z [00:02:14.381]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.7357423Z [00:02:14.381]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:14.7357988Z [00:02:14.381]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.7358530Z [00:02:14.381]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.7359077Z [00:02:14.381]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:14.7359670Z [00:02:14.381]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.7360107Z [00:02:14.381]➜  EOF
2025-08-20T22:03:14.7362419Z [00:02:14.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b068=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:03:14.7568139Z [00:02:14.402]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:03:14.7589213Z [00:02:14.405]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:03:14.7597687Z [00:02:14.405]➜  hash
2025-08-20T22:03:14.7603347Z [00:02:14.406]➜  mkdir -p $WORK/b072/
2025-08-20T22:03:14.7610803Z [00:02:14.407]➜  cat >/tmp/go-build1604439625/b072/importcfg << 'EOF' # internal
2025-08-20T22:03:14.7611692Z [00:02:14.407]➜  # import config
2025-08-20T22:03:14.7612559Z [00:02:14.407]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.7612962Z [00:02:14.407]➜  EOF
2025-08-20T22:03:14.7620806Z [00:02:14.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b072=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:03:14.7890596Z [00:02:14.435]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:03:14.7900492Z [00:02:14.436]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:03:14.7901716Z [00:02:14.436]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:03:14.7902511Z [00:02:14.436]➜  mkdir -p $WORK/b090/
2025-08-20T22:03:14.7902942Z [00:02:14.436]➜  cat >/tmp/go-build1604439625/b090/importcfg << 'EOF' # internal
2025-08-20T22:03:14.7903295Z [00:02:14.436]➜  # import config
2025-08-20T22:03:14.7903677Z [00:02:14.436]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.7903992Z [00:02:14.436]➜  EOF
2025-08-20T22:03:14.7906030Z [00:02:14.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b090=>" -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/b090/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:03:14.8047418Z [00:02:14.448]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:03:14.8052634Z [00:02:14.451]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:03:14.8054187Z [00:02:14.451]➜  encoding/base64
2025-08-20T22:03:14.8055079Z [00:02:14.451]➜  mkdir -p $WORK/b054/
2025-08-20T22:03:14.8059427Z [00:02:14.452]➜  cat >/tmp/go-build1604439625/b054/importcfg << 'EOF' # internal
2025-08-20T22:03:14.8060428Z [00:02:14.452]➜  # import config
2025-08-20T22:03:14.8061025Z [00:02:14.452]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:14.8061537Z [00:02:14.452]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.8061963Z [00:02:14.452]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:14.8062417Z [00:02:14.452]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:14.8062740Z [00:02:14.452]➜  EOF
2025-08-20T22:03:14.8064247Z [00:02:14.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b054=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:03:14.8697768Z [00:02:14.516]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:03:14.8707855Z [00:02:14.517]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:03:14.8714257Z [00:02:14.517]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:03:14.8720914Z [00:02:14.518]➜  reflect
2025-08-20T22:03:14.8721191Z [00:02:14.518]➜  mkdir -p $WORK/b059/
2025-08-20T22:03:14.8721547Z [00:02:14.518]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T22:03:14.8721852Z [00:02:14.518]➜  cd /root/.go/src/reflect
2025-08-20T22:03:14.8722792Z [00:02:14.518]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b059/symabis ./asm_arm64.s
2025-08-20T22:03:14.8740287Z [00:02:14.520]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:03:14.8746706Z [00:02:14.520]➜  crypto
2025-08-20T22:03:14.8748971Z [00:02:14.521]➜  mkdir -p $WORK/b071/
2025-08-20T22:03:14.8753646Z [00:02:14.521]➜  cat >/tmp/go-build1604439625/b071/importcfg << 'EOF' # internal
2025-08-20T22:03:14.8754505Z [00:02:14.521]➜  # import config
2025-08-20T22:03:14.8756234Z [00:02:14.521]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:14.8759067Z [00:02:14.521]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.8759670Z [00:02:14.521]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:14.8760005Z [00:02:14.521]➜  EOF
2025-08-20T22:03:14.8760295Z [00:02:14.522]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:14.8761779Z [00:02:14.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b071=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:03:14.8847275Z [00:02:14.530]➜  cat >/tmp/go-build1604439625/b059/importcfg << 'EOF' # internal
2025-08-20T22:03:14.8848896Z [00:02:14.530]➜  # import config
2025-08-20T22:03:14.8849290Z [00:02:14.530]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.8849767Z [00:02:14.530]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:14.8850252Z [00:02:14.530]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.8850740Z [00:02:14.530]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:14.8851215Z [00:02:14.530]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:14.8851680Z [00:02:14.530]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:14.8852490Z [00:02:14.530]➜  packagefile internal/runtime/maps=/tmp/go-build1604439625/b026/_pkg_.a
2025-08-20T22:03:14.8853027Z [00:02:14.530]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:14.8853551Z [00:02:14.530]➜  packagefile internal/unsafeheader=/tmp/go-build1604439625/b008/_pkg_.a
2025-08-20T22:03:14.8854016Z [00:02:14.530]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:14.8854434Z [00:02:14.530]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:14.8854861Z [00:02:14.530]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.8855288Z [00:02:14.530]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:14.8855708Z [00:02:14.530]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.8856324Z [00:02:14.530]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:14.8856769Z [00:02:14.530]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.8857114Z [00:02:14.530]➜  EOF
2025-08-20T22:03:14.8859873Z [00:02:14.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:03:14.9081632Z [00:02:14.554]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:03:14.9088305Z [00:02:14.555]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:03:14.9091556Z [00:02:14.555]➜  regexp/syntax
2025-08-20T22:03:14.9094634Z [00:02:14.555]➜  mkdir -p $WORK/b074/
2025-08-20T22:03:14.9100585Z [00:02:14.556]➜  cat >/tmp/go-build1604439625/b074/importcfg << 'EOF' # internal
2025-08-20T22:03:14.9101430Z [00:02:14.556]➜  # import config
2025-08-20T22:03:14.9102236Z [00:02:14.556]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:14.9103485Z [00:02:14.556]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:14.9104020Z [00:02:14.556]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:14.9104464Z [00:02:14.556]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:14.9104885Z [00:02:14.556]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.9105303Z [00:02:14.556]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:14.9105932Z [00:02:14.556]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.9106336Z [00:02:14.556]➜  EOF
2025-08-20T22:03:14.9108811Z [00:02:14.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b074=>" -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/b074/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T22:03:14.9542667Z [00:02:14.600]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:03:14.9601243Z [00:02:14.606]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:03:14.9622227Z [00:02:14.608]➜  bufio
2025-08-20T22:03:14.9638710Z [00:02:14.610]➜  mkdir -p $WORK/b079/
2025-08-20T22:03:14.9640240Z [00:02:14.610]➜  cat >/tmp/go-build1604439625/b079/importcfg << 'EOF' # internal
2025-08-20T22:03:14.9641205Z [00:02:14.610]➜  # import config
2025-08-20T22:03:14.9641654Z [00:02:14.610]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:14.9642128Z [00:02:14.610]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.9642549Z [00:02:14.610]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:14.9642967Z [00:02:14.610]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:14.9643415Z [00:02:14.610]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:14.9643751Z [00:02:14.610]➜  EOF
2025-08-20T22:03:14.9645162Z [00:02:14.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b079=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:03:14.9685317Z [00:02:14.614]➜  cd /root/.go/src/syscall
2025-08-20T22:03:14.9686501Z [00:02:14.614]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:03:14.9734826Z [00:02:14.619]➜  go tool pack r $WORK/b041/_pkg_.a $WORK/b041/asm_linux_arm64.o # internal
2025-08-20T22:03:14.9735877Z [00:02:14.619]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:03:14.9775218Z [00:02:14.623]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:03:14.9777586Z [00:02:14.624]➜  time
2025-08-20T22:03:14.9777871Z [00:02:14.624]➜  mkdir -p $WORK/b037/
2025-08-20T22:03:14.9781143Z [00:02:14.624]➜  cat >/tmp/go-build1604439625/b037/importcfg << 'EOF' # internal
2025-08-20T22:03:14.9781502Z [00:02:14.624]➜  # import config
2025-08-20T22:03:14.9781849Z [00:02:14.624]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:14.9782681Z [00:02:14.624]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:14.9783258Z [00:02:14.624]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:14.9783766Z [00:02:14.624]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:14.9784248Z [00:02:14.624]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:14.9784686Z [00:02:14.624]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:14.9785368Z [00:02:14.624]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:14.9786052Z [00:02:14.624]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:14.9786515Z [00:02:14.624]➜  EOF
2025-08-20T22:03:14.9786806Z [00:02:14.624]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:14.9789204Z [00:02:14.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b037=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:03:15.0370314Z [00:02:14.683]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:03:15.0380475Z [00:02:14.684]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:03:15.0386555Z [00:02:14.684]➜  internal/syscall/unix
2025-08-20T22:03:15.0387054Z [00:02:14.684]➜  mkdir -p $WORK/b065/
2025-08-20T22:03:15.0387506Z [00:02:14.685]➜  cat >/tmp/go-build1604439625/b065/importcfg << 'EOF' # internal
2025-08-20T22:03:15.0387856Z [00:02:14.685]➜  # import config
2025-08-20T22:03:15.0388240Z [00:02:14.685]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.0388842Z [00:02:14.685]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.0389401Z [00:02:14.685]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:15.0389825Z [00:02:14.685]➜  EOF
2025-08-20T22:03:15.0396348Z [00:02:14.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b065=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:03:15.0675904Z [00:02:14.713]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:03:15.0681628Z [00:02:14.714]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:03:15.0691159Z [00:02:14.715]➜  internal/syscall/execenv
2025-08-20T22:03:15.0694745Z [00:02:14.715]➜  mkdir -p $WORK/b066/
2025-08-20T22:03:15.0697226Z [00:02:14.715]➜  cat >/tmp/go-build1604439625/b066/importcfg << 'EOF' # internal
2025-08-20T22:03:15.0698114Z [00:02:14.716]➜  # import config
2025-08-20T22:03:15.0700634Z [00:02:14.716]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:15.0701204Z [00:02:14.716]➜  EOF
2025-08-20T22:03:15.0703587Z [00:02:14.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b066=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:03:15.1015238Z [00:02:14.747]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:03:15.1025486Z [00:02:14.748]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:03:15.1027896Z [00:02:14.748]➜  internal/singleflight
2025-08-20T22:03:15.1028551Z [00:02:14.748]➜  mkdir -p $WORK/b092/
2025-08-20T22:03:15.1029090Z [00:02:14.749]➜  cat >/tmp/go-build1604439625/b092/importcfg << 'EOF' # internal
2025-08-20T22:03:15.1029442Z [00:02:14.749]➜  # import config
2025-08-20T22:03:15.1029780Z [00:02:14.749]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.1030089Z [00:02:14.749]➜  EOF
2025-08-20T22:03:15.1031765Z [00:02:14.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b092=>" -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/b092/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:03:15.1225927Z [00:02:14.768]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:03:15.1241358Z [00:02:14.770]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:03:15.1246259Z [00:02:14.770]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:03:15.1251078Z [00:02:14.771]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:03:15.1255652Z [00:02:14.771]➜  unique
2025-08-20T22:03:15.1257610Z [00:02:14.771]➜  mkdir -p $WORK/b094/
2025-08-20T22:03:15.1259583Z [00:02:14.771]➜  regexp
2025-08-20T22:03:15.1259941Z [00:02:14.771]➜  mkdir -p $WORK/b073/
2025-08-20T22:03:15.1262464Z [00:02:14.772]➜  cat >/tmp/go-build1604439625/b094/importcfg << 'EOF' # internal
2025-08-20T22:03:15.1265457Z [00:02:14.772]➜  # import config
2025-08-20T22:03:15.1265918Z [00:02:14.772]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:15.1266457Z [00:02:14.772]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:15.1266992Z [00:02:14.772]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:15.1267524Z [00:02:14.772]➜  packagefile internal/sync=/tmp/go-build1604439625/b034/_pkg_.a
2025-08-20T22:03:15.1267971Z [00:02:14.772]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.1268386Z [00:02:14.772]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.1268818Z [00:02:14.772]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.1269524Z [00:02:14.772]➜  packagefile weak=/tmp/go-build1604439625/b095/_pkg_.a
2025-08-20T22:03:15.1269899Z [00:02:14.772]➜  EOF
2025-08-20T22:03:15.1271561Z [00:02:14.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b094=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:03:15.1273349Z [00:02:14.772]➜  cat >/tmp/go-build1604439625/b073/importcfg << 'EOF' # internal
2025-08-20T22:03:15.1273692Z [00:02:14.772]➜  # import config
2025-08-20T22:03:15.1274019Z [00:02:14.772]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:15.1274423Z [00:02:14.772]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:15.1283543Z [00:02:14.772]➜  packagefile regexp/syntax=/tmp/go-build1604439625/b074/_pkg_.a
2025-08-20T22:03:15.1284079Z [00:02:14.772]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.1284510Z [00:02:14.772]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:15.1284935Z [00:02:14.772]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:15.1285353Z [00:02:14.772]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.1285921Z [00:02:14.772]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:15.1286443Z [00:02:14.772]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:15.1286775Z [00:02:14.772]➜  EOF
2025-08-20T22:03:15.1288446Z [00:02:14.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b073=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T22:03:15.2316329Z [00:02:14.877]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:03:15.2338921Z [00:02:14.880]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:03:15.2341852Z [00:02:14.880]➜  net/netip
2025-08-20T22:03:15.2342138Z [00:02:14.880]➜  mkdir -p $WORK/b093/
2025-08-20T22:03:15.2345942Z [00:02:14.881]➜  cat >/tmp/go-build1604439625/b093/importcfg << 'EOF' # internal
2025-08-20T22:03:15.2346515Z [00:02:14.881]➜  # import config
2025-08-20T22:03:15.2347824Z [00:02:14.881]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:15.2348838Z [00:02:14.881]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.2349966Z [00:02:14.881]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:15.2350582Z [00:02:14.881]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:15.2351080Z [00:02:14.881]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:15.2351522Z [00:02:14.881]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:15.2351950Z [00:02:14.881]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:15.2352398Z [00:02:14.881]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:15.2352821Z [00:02:14.881]➜  packagefile unique=/tmp/go-build1604439625/b094/_pkg_.a
2025-08-20T22:03:15.2353131Z [00:02:14.881]➜  EOF
2025-08-20T22:03:15.2354640Z [00:02:14.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b093=>" -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/b093/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:03:15.2884882Z [00:02:14.934]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:03:15.2918184Z [00:02:14.938]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:03:15.2925007Z [00:02:14.938]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:03:15.2926061Z [00:02:14.938]➜  context
2025-08-20T22:03:15.2930513Z [00:02:14.938]➜  mkdir -p $WORK/b002/
2025-08-20T22:03:15.2930986Z [00:02:14.939]➜  cat >/tmp/go-build1604439625/b002/importcfg << 'EOF' # internal
2025-08-20T22:03:15.2931334Z [00:02:14.939]➜  # import config
2025-08-20T22:03:15.2947731Z [00:02:14.939]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.2948338Z [00:02:14.939]➜  packagefile internal/reflectlite=/tmp/go-build1604439625/b004/_pkg_.a
2025-08-20T22:03:15.2948854Z [00:02:14.939]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.2949326Z [00:02:14.939]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.2949765Z [00:02:14.939]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:15.2950071Z [00:02:14.939]➜  EOF
2025-08-20T22:03:15.2951426Z [00:02:14.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b002=>" -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/b002/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:03:15.2981177Z [00:02:14.944]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:03:15.3115764Z [00:02:14.957]➜  io/fs
2025-08-20T22:03:15.3116750Z [00:02:14.957]➜  mkdir -p $WORK/b062/
2025-08-20T22:03:15.3117831Z [00:02:14.957]➜  cat >/tmp/go-build1604439625/b062/importcfg << 'EOF' # internal
2025-08-20T22:03:15.3118222Z [00:02:14.957]➜  # import config
2025-08-20T22:03:15.3118573Z [00:02:14.957]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.3119040Z [00:02:14.957]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:15.3119532Z [00:02:14.957]➜  packagefile internal/oserror=/tmp/go-build1604439625/b043/_pkg_.a
2025-08-20T22:03:15.3119992Z [00:02:14.958]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:15.3120401Z [00:02:14.958]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:15.3120816Z [00:02:14.958]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.3121227Z [00:02:14.958]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:15.3121666Z [00:02:14.958]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:15.3122378Z [00:02:14.958]➜  EOF
2025-08-20T22:03:15.3124748Z [00:02:14.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b062=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:03:15.3772085Z [00:02:15.023]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:03:15.3800260Z [00:02:15.026]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:03:15.3813318Z [00:02:15.027]➜  internal/poll
2025-08-20T22:03:15.3813665Z [00:02:15.027]➜  mkdir -p $WORK/b064/
2025-08-20T22:03:15.3824792Z [00:02:15.028]➜  cat >/tmp/go-build1604439625/b064/importcfg << 'EOF' # internal
2025-08-20T22:03:15.3825223Z [00:02:15.028]➜  # import config
2025-08-20T22:03:15.3825585Z [00:02:15.028]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.3826201Z [00:02:15.028]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:15.3826704Z [00:02:15.028]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:15.3827530Z [00:02:15.028]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:15.3827954Z [00:02:15.028]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.3828374Z [00:02:15.028]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.3828808Z [00:02:15.029]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.3829247Z [00:02:15.029]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:15.3829676Z [00:02:15.029]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:15.3829983Z [00:02:15.029]➜  EOF
2025-08-20T22:03:15.3846554Z [00:02:15.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b064=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:03:15.4142686Z [00:02:15.060]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:03:15.4167512Z [00:02:15.062]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:03:15.4204695Z [00:02:15.066]➜  internal/filepathlite
2025-08-20T22:03:15.4219375Z [00:02:15.066]➜  mkdir -p $WORK/b061/
2025-08-20T22:03:15.4219818Z [00:02:15.066]➜  cat >/tmp/go-build1604439625/b061/importcfg << 'EOF' # internal
2025-08-20T22:03:15.4220473Z [00:02:15.066]➜  # import config
2025-08-20T22:03:15.4220911Z [00:02:15.066]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.4221380Z [00:02:15.066]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:15.4221896Z [00:02:15.066]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:15.4222366Z [00:02:15.066]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:15.4222805Z [00:02:15.066]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.4223119Z [00:02:15.066]➜  EOF
2025-08-20T22:03:15.4225127Z [00:02:15.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b061=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:03:15.4799239Z [00:02:15.126]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:03:15.4802569Z [00:02:15.126]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:03:15.4973076Z [00:02:15.143]➜  runtime/cgo
2025-08-20T22:03:15.4989183Z [00:02:15.143]➜  mkdir -p $WORK/b096/
2025-08-20T22:03:15.4989567Z [00:02:15.143]➜  echo -n > $WORK/b096/preferlinkext # internal
2025-08-20T22:03:15.4989904Z [00:02:15.143]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.4991182Z [00:02:15.145]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b096/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b096/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:03:15.5496501Z [00:02:15.195]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:03:15.5515255Z [00:02:15.197]➜  cd $WORK
2025-08-20T22:03:15.5516389Z [00:02:15.197]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.5576343Z [00:02:15.204]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:03:15.5642811Z [00:02:15.210]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.5712226Z [00:02:15.217]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:03:15.5727379Z [00:02:15.219]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:03:15.5748812Z [00:02:15.221]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:03:15.5759156Z [00:02:15.222]➜  golang.org/x/sync/semaphore
2025-08-20T22:03:15.5761102Z [00:02:15.222]➜  mkdir -p $WORK/b104/
2025-08-20T22:03:15.5763849Z [00:02:15.222]➜  cat >/tmp/go-build1604439625/b104/importcfg << 'EOF' # internal
2025-08-20T22:03:15.5764720Z [00:02:15.222]➜  # import config
2025-08-20T22:03:15.5765149Z [00:02:15.222]➜  packagefile container/list=/tmp/go-build1604439625/b105/_pkg_.a
2025-08-20T22:03:15.5765621Z [00:02:15.222]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:15.5766675Z [00:02:15.222]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.5766990Z [00:02:15.222]➜  EOF
2025-08-20T22:03:15.5767274Z [00:02:15.223]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.5769645Z [00:02:15.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore=>golang.org/x/sync@v0.16.0/semaphore;$WORK/b104=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 8X-4EE95u7LIfNqfy8UF/8X-4EE95u7LIfNqfy8UF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore/semaphore.go
2025-08-20T22:03:15.5974278Z [00:02:15.243]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:03:15.5983713Z [00:02:15.244]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/c2/c2a3ad709db33210e93facd9cb9814e4b8218ef798b808368e301dd43ba7543c-d # internal
2025-08-20T22:03:15.6099988Z [00:02:15.256]➜  cd $WORK
2025-08-20T22:03:15.6100951Z [00:02:15.256]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.6231832Z [00:02:15.269]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.6235991Z [00:02:15.270]➜  os
2025-08-20T22:03:15.6236348Z [00:02:15.270]➜  mkdir -p $WORK/b060/
2025-08-20T22:03:15.6241315Z [00:02:15.270]➜  cat >/tmp/go-build1604439625/b060/importcfg << 'EOF' # internal
2025-08-20T22:03:15.6244391Z [00:02:15.270]➜  # import config
2025-08-20T22:03:15.6247051Z [00:02:15.270]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.6247590Z [00:02:15.270]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:15.6248104Z [00:02:15.270]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:15.6252344Z [00:02:15.270]➜  packagefile internal/filepathlite=/tmp/go-build1604439625/b061/_pkg_.a
2025-08-20T22:03:15.6252890Z [00:02:15.270]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:15.6253370Z [00:02:15.270]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:15.6253843Z [00:02:15.270]➜  packagefile internal/poll=/tmp/go-build1604439625/b064/_pkg_.a
2025-08-20T22:03:15.6254341Z [00:02:15.270]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:15.6254890Z [00:02:15.270]➜  packagefile internal/syscall/execenv=/tmp/go-build1604439625/b066/_pkg_.a
2025-08-20T22:03:15.6255429Z [00:02:15.270]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:15.6256027Z [00:02:15.270]➜  packagefile internal/testlog=/tmp/go-build1604439625/b067/_pkg_.a
2025-08-20T22:03:15.6256531Z [00:02:15.270]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:15.6256956Z [00:02:15.270]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:15.6257370Z [00:02:15.270]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.6257798Z [00:02:15.270]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.6258212Z [00:02:15.270]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.6258643Z [00:02:15.270]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.6259094Z [00:02:15.270]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:15.6259509Z [00:02:15.270]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:15.6259817Z [00:02:15.270]➜  EOF
2025-08-20T22:03:15.6260101Z [00:02:15.270]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.6266273Z [00:02:15.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b060=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:03:15.6358849Z [00:02:15.282]➜  cd $WORK
2025-08-20T22:03:15.6359978Z [00:02:15.282]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.6485494Z [00:02:15.294]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:03:15.6488124Z [00:02:15.294]➜  oras.land/oras-go/v2/errdef
2025-08-20T22:03:15.6488460Z [00:02:15.294]➜  mkdir -p $WORK/b107/
2025-08-20T22:03:15.6489166Z [00:02:15.294]➜  cat >/tmp/go-build1604439625/b107/importcfg << 'EOF' # internal
2025-08-20T22:03:15.6489519Z [00:02:15.294]➜  # import config
2025-08-20T22:03:15.6489860Z [00:02:15.294]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.6490217Z [00:02:15.294]➜  EOF
2025-08-20T22:03:15.6490493Z [00:02:15.294]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.6492284Z [00:02:15.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/errdef=>oras.land/oras-go/v2@v2.6.0/errdef;$WORK/b107=>" -p oras.land/oras-go/v2/errdef -lang=go1.23 -complete -installsuffix shared -buildid _Q8DxhBRw0sG0JcNwtd4/_Q8DxhBRw0sG0JcNwtd4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/errdef/errors.go
2025-08-20T22:03:15.6507326Z [00:02:15.297]➜  cd /root/.go/src/reflect
2025-08-20T22:03:15.6513036Z [00:02:15.297]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b059/asm_arm64.o ./asm_arm64.s
2025-08-20T22:03:15.6542602Z [00:02:15.300]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/asm_arm64.o # internal
2025-08-20T22:03:15.6547962Z [00:02:15.301]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:03:15.6588271Z [00:02:15.305]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:03:15.6592976Z [00:02:15.305]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/21/2141a9de77a83f9fde9bfbbefb00aad87677feceafef541c72eda148f80316aa-d # internal
2025-08-20T22:03:15.6599167Z [00:02:15.306]➜  cd $WORK/b096
2025-08-20T22:03:15.6608184Z [00:02:15.306]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x001.o -c _cgo_export.c
2025-08-20T22:03:15.6612169Z [00:02:15.307]➜  hash/crc32
2025-08-20T22:03:15.6612457Z [00:02:15.307]➜  mkdir -p $WORK/b127/
2025-08-20T22:03:15.6612768Z [00:02:15.307]➜  echo -n > $WORK/b127/go_asm.h # internal
2025-08-20T22:03:15.6613092Z [00:02:15.307]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:03:15.6614336Z [00:02:15.307]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b127/symabis ./crc32_arm64.s
2025-08-20T22:03:15.6653446Z [00:02:15.311]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:03:15.6656158Z [00:02:15.311]➜  internal/fmtsort
2025-08-20T22:03:15.6657013Z [00:02:15.311]➜  mkdir -p $WORK/b058/
2025-08-20T22:03:15.6657758Z [00:02:15.311]➜  cat >/tmp/go-build1604439625/b058/importcfg << 'EOF' # internal
2025-08-20T22:03:15.6676910Z [00:02:15.311]➜  # import config
2025-08-20T22:03:15.6677710Z [00:02:15.311]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:15.6678585Z [00:02:15.311]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:15.6679526Z [00:02:15.311]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.6679929Z [00:02:15.311]➜  EOF
2025-08-20T22:03:15.6680234Z [00:02:15.311]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.6681805Z [00:02:15.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b058=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:03:15.6689817Z [00:02:15.315]➜  cat >/tmp/go-build1604439625/b127/importcfg << 'EOF' # internal
2025-08-20T22:03:15.6691707Z [00:02:15.315]➜  # import config
2025-08-20T22:03:15.6692521Z [00:02:15.315]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.6693357Z [00:02:15.315]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:15.6693865Z [00:02:15.315]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:15.6694379Z [00:02:15.315]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:15.6694817Z [00:02:15.315]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.6695251Z [00:02:15.315]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:15.6695580Z [00:02:15.315]➜  EOF
2025-08-20T22:03:15.6697753Z [00:02:15.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b127=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b127/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack -asmhdr $WORK/b127/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:03:15.6801778Z [00:02:15.326]➜  cd $WORK/b096
2025-08-20T22:03:15.6803400Z [00:02:15.326]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x002.o -c cgo.cgo2.c
2025-08-20T22:03:15.6970116Z [00:02:15.343]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.6972116Z [00:02:15.343]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x003.o -c gcc_context.c
2025-08-20T22:03:15.7107533Z [00:02:15.356]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:03:15.7109008Z [00:02:15.356]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b127/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:03:15.7127417Z [00:02:15.359]➜  go tool pack r $WORK/b127/_pkg_.a $WORK/b127/crc32_arm64.o # internal
2025-08-20T22:03:15.7133554Z [00:02:15.359]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:03:15.7146515Z [00:02:15.361]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:03:15.7151698Z [00:02:15.361]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:03:15.7160358Z [00:02:15.362]➜  encoding/binary
2025-08-20T22:03:15.7160806Z [00:02:15.362]➜  mkdir -p $WORK/b081/
2025-08-20T22:03:15.7164331Z [00:02:15.362]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:03:15.7166501Z [00:02:15.363]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:03:15.7170622Z [00:02:15.363]➜  mkdir -p $WORK/b133/
2025-08-20T22:03:15.7205332Z [00:02:15.366]➜  cat >/tmp/go-build1604439625/b133/importcfg << 'EOF' # internal
2025-08-20T22:03:15.7206012Z [00:02:15.366]➜  # import config
2025-08-20T22:03:15.7206835Z [00:02:15.367]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:15.7207503Z [00:02:15.367]➜  EOF
2025-08-20T22:03:15.7208624Z [00:02:15.367]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.7210689Z [00:02:15.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:03:15.7226253Z [00:02:15.369]➜  cat >/tmp/go-build1604439625/b081/importcfg << 'EOF' # internal
2025-08-20T22:03:15.7227276Z [00:02:15.369]➜  # import config
2025-08-20T22:03:15.7228102Z [00:02:15.369]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.7228553Z [00:02:15.369]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:15.7228961Z [00:02:15.369]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:15.7229405Z [00:02:15.369]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:15.7229827Z [00:02:15.369]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.7230238Z [00:02:15.369]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.7230540Z [00:02:15.369]➜  EOF
2025-08-20T22:03:15.7235551Z [00:02:15.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b081=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:03:15.7245244Z [00:02:15.370]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.7248816Z [00:02:15.371]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x004.o -c gcc_fatalf.c
2025-08-20T22:03:15.7422195Z [00:02:15.388]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:03:15.7435712Z [00:02:15.389]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:03:15.7445376Z [00:02:15.390]➜  crypto/internal/fips140
2025-08-20T22:03:15.7451439Z [00:02:15.391]➜  mkdir -p $WORK/b132/
2025-08-20T22:03:15.7461415Z [00:02:15.392]➜  cat >/tmp/go-build1604439625/b132/importcfg << 'EOF' # internal
2025-08-20T22:03:15.7463276Z [00:02:15.392]➜  # import config
2025-08-20T22:03:15.7464707Z [00:02:15.392]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1604439625/b133/_pkg_.a
2025-08-20T22:03:15.7465676Z [00:02:15.392]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.7466891Z [00:02:15.392]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:15.7467520Z [00:02:15.392]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.7468224Z [00:02:15.392]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:15.7468570Z [00:02:15.392]➜  EOF
2025-08-20T22:03:15.7468963Z [00:02:15.393]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.7473404Z [00:02:15.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b132=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T22:03:15.7493312Z [00:02:15.395]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.7495206Z [00:02:15.395]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x005.o -c gcc_libinit.c
2025-08-20T22:03:15.7727027Z [00:02:15.419]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:03:15.7728915Z [00:02:15.419]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:03:15.7730242Z [00:02:15.419]➜  crypto/internal/impl
2025-08-20T22:03:15.7731077Z [00:02:15.419]➜  mkdir -p $WORK/b140/
2025-08-20T22:03:15.7731506Z [00:02:15.419]➜  cat >/tmp/go-build1604439625/b140/importcfg << 'EOF' # internal
2025-08-20T22:03:15.7731863Z [00:02:15.419]➜  # import config
2025-08-20T22:03:15.7732212Z [00:02:15.419]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:15.7732529Z [00:02:15.419]➜  EOF
2025-08-20T22:03:15.7732798Z [00:02:15.419]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.7734464Z [00:02:15.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b140=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:03:15.7865330Z [00:02:15.432]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:03:15.7897356Z [00:02:15.433]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:03:15.7898032Z [00:02:15.434]➜  crypto/internal/fips140/sha256
2025-08-20T22:03:15.7898332Z [00:02:15.434]➜  mkdir -p $WORK/b137/
2025-08-20T22:03:15.7898638Z [00:02:15.435]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T22:03:15.7898992Z [00:02:15.435]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:03:15.7900696Z [00:02:15.435]➜  /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/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b137/symabis ./sha256block_arm64.s
2025-08-20T22:03:15.7966432Z [00:02:15.443]➜  cat >/tmp/go-build1604439625/b137/importcfg << 'EOF' # internal
2025-08-20T22:03:15.7966933Z [00:02:15.443]➜  # import config
2025-08-20T22:03:15.7967279Z [00:02:15.443]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:15.7967769Z [00:02:15.443]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:15.7968379Z [00:02:15.443]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:15.7969004Z [00:02:15.443]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:15.7969572Z [00:02:15.443]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:15.7970039Z [00:02:15.443]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.7970453Z [00:02:15.443]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:15.7970882Z [00:02:15.443]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:15.7971203Z [00:02:15.443]➜  EOF
2025-08-20T22:03:15.7971872Z [00:02:15.443]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.7974595Z [00:02:15.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b137=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b137/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack -asmhdr $WORK/b137/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T22:03:15.8068482Z [00:02:15.453]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.8070067Z [00:02:15.453]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:03:15.8381782Z [00:02:15.484]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:03:15.8383211Z [00:02:15.484]➜  /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/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b137/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:03:15.8430544Z [00:02:15.489]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/sha256block_arm64.o # internal
2025-08-20T22:03:15.8431804Z [00:02:15.489]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:03:15.8438490Z [00:02:15.490]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:03:15.8469294Z [00:02:15.493]➜  crypto/internal/fips140/sha3
2025-08-20T22:03:15.8470152Z [00:02:15.493]➜  mkdir -p $WORK/b141/
2025-08-20T22:03:15.8470908Z [00:02:15.493]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T22:03:15.8471312Z [00:02:15.493]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:03:15.8472914Z [00:02:15.493]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b141/symabis ./sha3_arm64.s
2025-08-20T22:03:15.8548607Z [00:02:15.501]➜  cat >/tmp/go-build1604439625/b141/importcfg << 'EOF' # internal
2025-08-20T22:03:15.8550076Z [00:02:15.501]➜  # import config
2025-08-20T22:03:15.8550876Z [00:02:15.501]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:15.8551455Z [00:02:15.501]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:15.8552037Z [00:02:15.501]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:15.8552670Z [00:02:15.501]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:15.8553296Z [00:02:15.501]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:15.8553864Z [00:02:15.501]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:15.8554329Z [00:02:15.501]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.8554759Z [00:02:15.501]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:15.8555192Z [00:02:15.501]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.8555506Z [00:02:15.501]➜  EOF
2025-08-20T22:03:15.8557620Z [00:02:15.502]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.8561409Z [00:02:15.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b141=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:03:15.8656116Z [00:02:15.512]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.8657668Z [00:02:15.512]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x007.o -c gcc_mmap.c
2025-08-20T22:03:15.8920359Z [00:02:15.538]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x008.o -c gcc_setenv.c
2025-08-20T22:03:15.9039116Z [00:02:15.549]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:03:15.9056464Z [00:02:15.551]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:03:15.9065398Z [00:02:15.552]➜  golang.org/x/sys/unix
2025-08-20T22:03:15.9066376Z [00:02:15.552]➜  mkdir -p $WORK/b080/
2025-08-20T22:03:15.9067592Z [00:02:15.553]➜  echo -n > $WORK/b080/go_asm.h # internal
2025-08-20T22:03:15.9069120Z [00:02:15.553]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T22:03:15.9070691Z [00:02:15.553]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b080/symabis ./asm_linux_arm64.s
2025-08-20T22:03:15.9095012Z [00:02:15.555]➜  cat >/tmp/go-build1604439625/b080/importcfg << 'EOF' # internal
2025-08-20T22:03:15.9095591Z [00:02:15.555]➜  # import config
2025-08-20T22:03:15.9098180Z [00:02:15.555]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:15.9098805Z [00:02:15.555]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:15.9099438Z [00:02:15.555]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:15.9100006Z [00:02:15.555]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:15.9100535Z [00:02:15.555]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:15.9101058Z [00:02:15.555]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:15.9101595Z [00:02:15.555]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:15.9102143Z [00:02:15.555]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:15.9102693Z [00:02:15.555]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:15.9103245Z [00:02:15.555]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:15.9103786Z [00:02:15.555]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:15.9104181Z [00:02:15.555]➜  EOF
2025-08-20T22:03:15.9104466Z [00:02:15.555]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.9126406Z [00:02:15.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b080=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid aFG0iYWlth8bQMP2Jg1c/aFG0iYWlth8bQMP2Jg1c -goversion go1.25.0 -symabis $WORK/b080/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack -asmhdr $WORK/b080/go_asm.h /root/go/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-20T22:03:15.9154145Z [00:02:15.561]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.9155760Z [00:02:15.561]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x009.o -c gcc_sigaction.c
2025-08-20T22:03:15.9420243Z [00:02:15.588]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x010.o -c gcc_stack_unix.c
2025-08-20T22:03:15.9448868Z [00:02:15.591]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:03:15.9450182Z [00:02:15.591]➜  /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/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b141/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:03:15.9531506Z [00:02:15.599]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/sha3_arm64.o # internal
2025-08-20T22:03:15.9531999Z [00:02:15.599]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:03:15.9545083Z [00:02:15.600]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:03:15.9553174Z [00:02:15.601]➜  crypto/internal/fips140/sha512
2025-08-20T22:03:15.9574634Z [00:02:15.603]➜  mkdir -p $WORK/b143/
2025-08-20T22:03:15.9575386Z [00:02:15.603]➜  echo -n > $WORK/b143/go_asm.h # internal
2025-08-20T22:03:15.9576820Z [00:02:15.603]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:03:15.9578307Z [00:02:15.603]➜  /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/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b143/symabis ./sha512block_arm64.s
2025-08-20T22:03:15.9634431Z [00:02:15.609]➜  cat >/tmp/go-build1604439625/b143/importcfg << 'EOF' # internal
2025-08-20T22:03:15.9635559Z [00:02:15.609]➜  # import config
2025-08-20T22:03:15.9636586Z [00:02:15.609]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:15.9637110Z [00:02:15.609]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:15.9637755Z [00:02:15.609]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:15.9638388Z [00:02:15.609]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:15.9638946Z [00:02:15.609]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:15.9639424Z [00:02:15.609]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:15.9639841Z [00:02:15.609]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:15.9640266Z [00:02:15.609]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:15.9640589Z [00:02:15.609]➜  EOF
2025-08-20T22:03:15.9644346Z [00:02:15.610]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:15.9647891Z [00:02:15.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b143=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b143/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack -asmhdr $WORK/b143/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T22:03:15.9658430Z [00:02:15.612]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:15.9661147Z [00:02:15.612]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x011.o -c gcc_traceback.c
2025-08-20T22:03:15.9843736Z [00:02:15.630]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x012.o -c gcc_util.c
2025-08-20T22:03:16.0014683Z [00:02:15.647]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:03:16.0020053Z [00:02:15.648]➜  /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/b143=>" -I $WORK/b143/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b143/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:03:16.0057124Z [00:02:15.652]➜  go tool pack r $WORK/b143/_pkg_.a $WORK/b143/sha512block_arm64.o # internal
2025-08-20T22:03:16.0058615Z [00:02:15.652]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:03:16.0109842Z [00:02:15.657]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:16.0113294Z [00:02:15.657]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x013.o -c linux_syscall.c
2025-08-20T22:03:16.0123194Z [00:02:15.658]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:03:16.0124753Z [00:02:15.658]➜  crypto/internal/fips140/hmac
2025-08-20T22:03:16.0125393Z [00:02:15.658]➜  mkdir -p $WORK/b136/
2025-08-20T22:03:16.0126903Z [00:02:15.658]➜  cat >/tmp/go-build1604439625/b136/importcfg << 'EOF' # internal
2025-08-20T22:03:16.0127562Z [00:02:15.658]➜  # import config
2025-08-20T22:03:16.0128874Z [00:02:15.658]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.0129391Z [00:02:15.658]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:16.0129968Z [00:02:15.658]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:16.0130568Z [00:02:15.658]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:16.0131148Z [00:02:15.658]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:16.0131643Z [00:02:15.658]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.0132058Z [00:02:15.658]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:16.0132363Z [00:02:15.658]➜  EOF
2025-08-20T22:03:16.0179480Z [00:02:15.664]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:03:16.0204015Z [00:02:15.666]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:03:16.0212799Z [00:02:15.667]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.0215743Z [00:02:15.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b136=>" -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/b136/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:03:16.0228021Z [00:02:15.669]➜  fmt
2025-08-20T22:03:16.0231169Z [00:02:15.669]➜  mkdir -p $WORK/b057/
2025-08-20T22:03:16.0240485Z [00:02:15.670]➜  cat >/tmp/go-build1604439625/b057/importcfg << 'EOF' # internal
2025-08-20T22:03:16.0241121Z [00:02:15.670]➜  # import config
2025-08-20T22:03:16.0241706Z [00:02:15.670]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.0242405Z [00:02:15.670]➜  packagefile internal/fmtsort=/tmp/go-build1604439625/b058/_pkg_.a
2025-08-20T22:03:16.0243421Z [00:02:15.670]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.0244446Z [00:02:15.670]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:16.0245090Z [00:02:15.670]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.0245752Z [00:02:15.670]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.0246609Z [00:02:15.670]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.0247374Z [00:02:15.670]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.0248149Z [00:02:15.670]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.0248889Z [00:02:15.670]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.0249591Z [00:02:15.670]➜  EOF
2025-08-20T22:03:16.0251812Z [00:02:15.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b057=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:03:16.0444629Z [00:02:15.690]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:16.0448182Z [00:02:15.690]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_x014.o -c gcc_arm64.S
2025-08-20T22:03:16.0538148Z [00:02:15.699]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:03:16.0538882Z [00:02:15.699]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:03:16.0539433Z [00:02:15.700]➜  path/filepath
2025-08-20T22:03:16.0540581Z [00:02:15.700]➜  mkdir -p $WORK/b097/
2025-08-20T22:03:16.0541692Z [00:02:15.700]➜  cat >/tmp/go-build1604439625/b097/importcfg << 'EOF' # internal
2025-08-20T22:03:16.0542110Z [00:02:15.700]➜  # import config
2025-08-20T22:03:16.0542460Z [00:02:15.700]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.0542926Z [00:02:15.700]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:16.0543446Z [00:02:15.700]➜  packagefile internal/filepathlite=/tmp/go-build1604439625/b061/_pkg_.a
2025-08-20T22:03:16.0544245Z [00:02:15.700]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:16.0544721Z [00:02:15.700]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.0545138Z [00:02:15.700]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.0545562Z [00:02:15.700]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.0546228Z [00:02:15.700]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.0546672Z [00:02:15.700]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:16.0547120Z [00:02:15.700]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.0547452Z [00:02:15.700]➜  EOF
2025-08-20T22:03:16.0548454Z [00:02:15.701]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.0550641Z [00:02:15.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b097=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:03:16.0630631Z [00:02:15.709]➜  cd $WORK/b096
2025-08-20T22:03:16.0632671Z [00:02:15.709]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -I $WORK/b096/ -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/b096/_cgo_main.o -c _cgo_main.c
2025-08-20T22:03:16.0907534Z [00:02:15.736]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.0909552Z [00:02:15.736]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -o $WORK/b096/_cgo_.o $WORK/b096/_cgo_main.o $WORK/b096/preferlinkext $WORK/b096/_x001.o $WORK/b096/_x002.o $WORK/b096/_x003.o $WORK/b096/_x004.o $WORK/b096/_x005.o $WORK/b096/_x006.o $WORK/b096/_x007.o $WORK/b096/_x008.o $WORK/b096/_x009.o $WORK/b096/_x010.o $WORK/b096/_x011.o $WORK/b096/_x012.o $WORK/b096/_x013.o $WORK/b096/_x014.o -O2 -g -lpthread
2025-08-20T22:03:16.1148907Z [00:02:15.761]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:03:16.1163890Z [00:02:15.762]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:03:16.1171068Z [00:02:15.763]➜  crypto/internal/fips140/check
2025-08-20T22:03:16.1178086Z [00:02:15.764]➜  mkdir -p $WORK/b135/
2025-08-20T22:03:16.1187498Z [00:02:15.765]➜  cat >/tmp/go-build1604439625/b135/importcfg << 'EOF' # internal
2025-08-20T22:03:16.1188025Z [00:02:15.765]➜  # import config
2025-08-20T22:03:16.1188561Z [00:02:15.765]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:16.1189236Z [00:02:15.765]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:16.1189928Z [00:02:15.765]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:16.1190704Z [00:02:15.765]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:16.1191472Z [00:02:15.765]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1604439625/b133/_pkg_.a
2025-08-20T22:03:16.1192073Z [00:02:15.765]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.1192506Z [00:02:15.765]➜  EOF
2025-08-20T22:03:16.1202931Z [00:02:15.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:03:16.1379656Z [00:02:15.784]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:03:16.1383689Z [00:02:15.784]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:03:16.1387728Z [00:02:15.784]➜  crypto/internal/fips140/aes
2025-08-20T22:03:16.1388057Z [00:02:15.784]➜  mkdir -p $WORK/b131/
2025-08-20T22:03:16.1388365Z [00:02:15.785]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T22:03:16.1388717Z [00:02:15.785]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:03:16.1390020Z [00:02:15.785]➜  /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/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:03:16.1541652Z [00:02:15.800]➜  cat >/tmp/go-build1604439625/b131/importcfg << 'EOF' # internal
2025-08-20T22:03:16.1542077Z [00:02:15.800]➜  # import config
2025-08-20T22:03:16.1542824Z [00:02:15.800]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.1543322Z [00:02:15.800]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:16.1543891Z [00:02:15.800]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:16.1544474Z [00:02:15.800]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:16.1545059Z [00:02:15.800]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:16.1545702Z [00:02:15.800]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:16.1546548Z [00:02:15.800]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:16.1547168Z [00:02:15.800]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1604439625/b133/_pkg_.a
2025-08-20T22:03:16.1547736Z [00:02:15.800]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:16.1548214Z [00:02:15.800]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.1548644Z [00:02:15.800]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:16.1549079Z [00:02:15.800]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.1549396Z [00:02:15.800]➜  EOF
2025-08-20T22:03:16.1557013Z [00:02:15.801]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.1563028Z [00:02:15.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b131=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b131/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack -asmhdr $WORK/b131/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T22:03:16.2193585Z [00:02:15.865]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:03:16.2196020Z [00:02:15.865]➜  /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/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/aes_arm64.o ./aes_arm64.s
2025-08-20T22:03:16.2226953Z [00:02:15.869]➜  /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/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:03:16.2282964Z [00:02:15.874]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/aes_arm64.o $WORK/b131/ctr_arm64.o # internal
2025-08-20T22:03:16.2285120Z [00:02:15.874]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:03:16.2293519Z [00:02:15.875]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:03:16.2294542Z [00:02:15.875]➜  crypto/internal/sysrand
2025-08-20T22:03:16.2295351Z [00:02:15.875]➜  mkdir -p $WORK/b147/
2025-08-20T22:03:16.2295926Z [00:02:15.875]➜  cat >/tmp/go-build1604439625/b147/importcfg << 'EOF' # internal
2025-08-20T22:03:16.2296373Z [00:02:15.875]➜  # import config
2025-08-20T22:03:16.2296721Z [00:02:15.875]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.2297210Z [00:02:15.875]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:16.2298133Z [00:02:15.875]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:16.2298540Z [00:02:15.875]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.2298954Z [00:02:15.875]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.2299372Z [00:02:15.875]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.2299805Z [00:02:15.875]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:16.2300257Z [00:02:15.875]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:16.2300674Z [00:02:15.875]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:16.2300980Z [00:02:15.875]➜  EOF
2025-08-20T22:03:16.2301246Z [00:02:15.875]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.2303189Z [00:02:15.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b147=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:03:16.2319277Z [00:02:15.878]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:03:16.2345924Z [00:02:15.880]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:03:16.2352768Z [00:02:15.881]➜  encoding/json
2025-08-20T22:03:16.2353062Z [00:02:15.881]➜  mkdir -p $WORK/b052/
2025-08-20T22:03:16.2353441Z [00:02:15.881]➜  cat >/tmp/go-build1604439625/b052/importcfg << 'EOF' # internal
2025-08-20T22:03:16.2353786Z [00:02:15.881]➜  # import config
2025-08-20T22:03:16.2354122Z [00:02:15.881]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.2354554Z [00:02:15.881]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:16.2354975Z [00:02:15.881]➜  packagefile encoding=/tmp/go-build1604439625/b053/_pkg_.a
2025-08-20T22:03:16.2355436Z [00:02:15.881]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:16.2355994Z [00:02:15.881]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.2356464Z [00:02:15.881]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.2357194Z [00:02:15.881]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.2357669Z [00:02:15.881]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:16.2358087Z [00:02:15.881]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.2358506Z [00:02:15.881]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.2359060Z [00:02:15.881]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.2359548Z [00:02:15.881]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.2359971Z [00:02:15.881]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.2360392Z [00:02:15.881]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:16.2360842Z [00:02:15.881]➜  packagefile unicode/utf16=/tmp/go-build1604439625/b069/_pkg_.a
2025-08-20T22:03:16.2361304Z [00:02:15.881]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.2361645Z [00:02:15.881]➜  EOF
2025-08-20T22:03:16.2364091Z [00:02:15.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b052=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:03:16.2734401Z [00:02:15.919]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:03:16.2741320Z [00:02:15.920]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:03:16.2743338Z [00:02:15.920]➜  github.com/opencontainers/go-digest
2025-08-20T22:03:16.2743983Z [00:02:15.920]➜  mkdir -p $WORK/b070/
2025-08-20T22:03:16.2744678Z [00:02:15.920]➜  cat >/tmp/go-build1604439625/b070/importcfg << 'EOF' # internal
2025-08-20T22:03:16.2745356Z [00:02:15.920]➜  # import config
2025-08-20T22:03:16.2746139Z [00:02:15.920]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:16.2748079Z [00:02:15.920]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.2748885Z [00:02:15.920]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:16.2749605Z [00:02:15.920]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.2750327Z [00:02:15.920]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:16.2751067Z [00:02:15.920]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.2752157Z [00:02:15.920]➜  EOF
2025-08-20T22:03:16.2755370Z [00:02:15.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b070=>" -p github.com/opencontainers/go-digest -lang=go1.13 -complete -installsuffix shared -buildid XTgUr98Ek4kPioSzpjJ0/XTgUr98Ek4kPioSzpjJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/algorithm.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digest.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digester.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/doc.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/verifiers.go
2025-08-20T22:03:16.2760068Z [00:02:15.921]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b096=/tmp/go-build -gno-record-gcc-switches -o $WORK/b096/_cgo_.o $WORK/b096/_cgo_main.o $WORK/b096/preferlinkext $WORK/b096/_x001.o $WORK/b096/_x002.o $WORK/b096/_x003.o $WORK/b096/_x004.o $WORK/b096/_x005.o $WORK/b096/_x006.o $WORK/b096/_x007.o $WORK/b096/_x008.o $WORK/b096/_x009.o $WORK/b096/_x010.o $WORK/b096/_x011.o $WORK/b096/_x012.o $WORK/b096/_x013.o $WORK/b096/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:03:16.2762151Z [00:02:15.921]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b096/_cgo_.o -dynout $WORK/b096/_cgo_import.go -dynlinker
2025-08-20T22:03:16.2847906Z [00:02:15.931]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T22:03:16.2848575Z [00:02:15.931]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:16.2868606Z [00:02:15.933]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b096/symabis ./asm_arm64.s
2025-08-20T22:03:16.2895537Z [00:02:15.935]➜  cat >/tmp/go-build1604439625/b096/importcfg << 'EOF' # internal
2025-08-20T22:03:16.2897677Z [00:02:15.936]➜  # import config
2025-08-20T22:03:16.2898490Z [00:02:15.936]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:16.2899521Z [00:02:15.936]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.2900284Z [00:02:15.936]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:16.2901769Z [00:02:15.936]➜  EOF
2025-08-20T22:03:16.2902093Z [00:02:15.936]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.2905028Z [00:02:15.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b096=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b096/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack -asmhdr $WORK/b096/go_asm.h /root/.go/src/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/b096/_cgo_gotypes.go $WORK/b096/cgo.cgo1.go $WORK/b096/_cgo_import.go
2025-08-20T22:03:16.3287310Z [00:02:15.974]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:03:16.3296248Z [00:02:15.975]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/14/14895ebd24c6f02a4cc52080fadda2419190b5a9314176255dc308e3784a9e3e-d # internal
2025-08-20T22:03:16.3306703Z [00:02:15.975]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T22:03:16.3322319Z [00:02:15.978]➜  mkdir -p $WORK/b077/
2025-08-20T22:03:16.3324586Z [00:02:15.978]➜  cat >/tmp/go-build1604439625/b077/importcfg << 'EOF' # internal
2025-08-20T22:03:16.3325283Z [00:02:15.978]➜  # import config
2025-08-20T22:03:16.3326074Z [00:02:15.978]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.3327138Z [00:02:15.978]➜  EOF
2025-08-20T22:03:16.3329924Z [00:02:15.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go=>github.com/opencontainers/image-spec@v1.1.1/specs-go;$WORK/b077=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid 7xuY3NSPSN-WNlUTENGB/7xuY3NSPSN-WNlUTENGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/version.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/versioned.go
2025-08-20T22:03:16.3704969Z [00:02:16.016]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:03:16.3715911Z [00:02:16.017]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/db/db5dc881060c9a458e1bcad29aa05fcc177230a826019a26d7cd212fc0a50511-d # internal
2025-08-20T22:03:16.3725416Z [00:02:16.018]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T22:03:16.3726286Z [00:02:16.018]➜  mkdir -p $WORK/b076/
2025-08-20T22:03:16.3737174Z [00:02:16.019]➜  cat >/tmp/go-build1604439625/b076/importcfg << 'EOF' # internal
2025-08-20T22:03:16.3738275Z [00:02:16.020]➜  # import config
2025-08-20T22:03:16.3738747Z [00:02:16.020]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:16.3739426Z [00:02:16.020]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:16.3740378Z [00:02:16.020]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:16.3740695Z [00:02:16.020]➜  EOF
2025-08-20T22:03:16.3754987Z [00:02:16.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1=>github.com/opencontainers/image-spec@v1.1.1/specs-go/v1;$WORK/b076=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid hPorxGQ6hz_p07129iFM/hPorxGQ6hz_p07129iFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/annotations.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/config.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/descriptor.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/index.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/layout.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/manifest.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/mediatype.go
2025-08-20T22:03:16.3846587Z [00:02:16.028]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b096/abi_GOARCH.h
2025-08-20T22:03:16.3849446Z [00:02:16.031]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:03:16.3850491Z [00:02:16.031]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b096/asm_arm64.o ./asm_arm64.s
2025-08-20T22:03:16.3865092Z [00:02:16.032]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/asm_arm64.o $WORK/b096/preferlinkext $WORK/b096/_x001.o $WORK/b096/_x002.o $WORK/b096/_x003.o $WORK/b096/_x004.o $WORK/b096/_x005.o $WORK/b096/_x006.o $WORK/b096/_x007.o $WORK/b096/_x008.o $WORK/b096/_x009.o $WORK/b096/_x010.o $WORK/b096/_x011.o $WORK/b096/_x012.o $WORK/b096/_x013.o $WORK/b096/_x014.o # internal
2025-08-20T22:03:16.3899707Z [00:02:16.036]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:03:16.3901160Z [00:02:16.036]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/d9/d968fd4635488913f6ab12ad2e222806ae275be4036a223350163eec61b07b81-d # internal
2025-08-20T22:03:16.3904866Z [00:02:16.036]➜  log
2025-08-20T22:03:16.3905134Z [00:02:16.036]➜  mkdir -p $WORK/b082/
2025-08-20T22:03:16.3905916Z [00:02:16.036]➜  cat >/tmp/go-build1604439625/b082/importcfg << 'EOF' # internal
2025-08-20T22:03:16.3906360Z [00:02:16.036]➜  # import config
2025-08-20T22:03:16.3906689Z [00:02:16.036]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.3907095Z [00:02:16.036]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.3907528Z [00:02:16.036]➜  packagefile log/internal=/tmp/go-build1604439625/b083/_pkg_.a
2025-08-20T22:03:16.3907958Z [00:02:16.036]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.3908390Z [00:02:16.036]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.3908810Z [00:02:16.036]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.3909254Z [00:02:16.036]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:16.3909686Z [00:02:16.036]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:16.3909991Z [00:02:16.036]➜  EOF
2025-08-20T22:03:16.3910272Z [00:02:16.036]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.3911612Z [00:02:16.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b082=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:03:16.3951041Z [00:02:16.041]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:03:16.3979097Z [00:02:16.044]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:03:16.3987461Z [00:02:16.044]➜  encoding/csv
2025-08-20T22:03:16.3987783Z [00:02:16.044]➜  mkdir -p $WORK/b086/
2025-08-20T22:03:16.3988165Z [00:02:16.045]➜  cat >/tmp/go-build1604439625/b086/importcfg << 'EOF' # internal
2025-08-20T22:03:16.3988510Z [00:02:16.045]➜  # import config
2025-08-20T22:03:16.3988859Z [00:02:16.045]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:16.3989276Z [00:02:16.045]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.3989691Z [00:02:16.045]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.3990104Z [00:02:16.045]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.3990499Z [00:02:16.045]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.3990925Z [00:02:16.045]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.3991349Z [00:02:16.045]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:16.3991794Z [00:02:16.045]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.3992125Z [00:02:16.045]➜  EOF
2025-08-20T22:03:16.3994663Z [00:02:16.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b086=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T22:03:16.4452658Z [00:02:16.091]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:03:16.4459479Z [00:02:16.092]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T22:03:16.4466894Z [00:02:16.092]➜  encoding/hex
2025-08-20T22:03:16.4467172Z [00:02:16.092]➜  mkdir -p $WORK/b087/
2025-08-20T22:03:16.4467555Z [00:02:16.092]➜  cat >/tmp/go-build1604439625/b087/importcfg << 'EOF' # internal
2025-08-20T22:03:16.4467906Z [00:02:16.092]➜  # import config
2025-08-20T22:03:16.4468253Z [00:02:16.092]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.4468666Z [00:02:16.092]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.4469353Z [00:02:16.092]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.4469833Z [00:02:16.092]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.4470258Z [00:02:16.092]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.4470573Z [00:02:16.092]➜  EOF
2025-08-20T22:03:16.4471987Z [00:02:16.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b087=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:03:16.4496599Z [00:02:16.094]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:03:16.4504080Z [00:02:16.096]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:03:16.4506840Z [00:02:16.096]➜  flag
2025-08-20T22:03:16.4507098Z [00:02:16.096]➜  mkdir -p $WORK/b088/
2025-08-20T22:03:16.4507476Z [00:02:16.096]➜  cat >/tmp/go-build1604439625/b088/importcfg << 'EOF' # internal
2025-08-20T22:03:16.4507819Z [00:02:16.096]➜  # import config
2025-08-20T22:03:16.4508160Z [00:02:16.096]➜  packagefile encoding=/tmp/go-build1604439625/b053/_pkg_.a
2025-08-20T22:03:16.4508589Z [00:02:16.096]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.4509309Z [00:02:16.096]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.4509707Z [00:02:16.096]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.4510105Z [00:02:16.096]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.4510518Z [00:02:16.096]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.4510944Z [00:02:16.096]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.4511376Z [00:02:16.096]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.4511799Z [00:02:16.096]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.4512224Z [00:02:16.096]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.4512640Z [00:02:16.096]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:16.4512947Z [00:02:16.096]➜  EOF
2025-08-20T22:03:16.4514219Z [00:02:16.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b088=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:03:16.4621457Z [00:02:16.108]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T22:03:16.4626275Z [00:02:16.108]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:03:16.4714267Z [00:02:16.117]➜  go tool pack r $WORK/b080/_pkg_.a $WORK/b080/asm_linux_arm64.o # internal
2025-08-20T22:03:16.4715473Z [00:02:16.117]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:03:16.4809900Z [00:02:16.127]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d # internal
2025-08-20T22:03:16.4819465Z [00:02:16.128]➜  net
2025-08-20T22:03:16.4820211Z [00:02:16.128]➜  mkdir -p $WORK/b089/
2025-08-20T22:03:16.4830293Z [00:02:16.129]➜  echo -n > $WORK/b089/preferlinkext # internal
2025-08-20T22:03:16.4830889Z [00:02:16.129]➜  cd /root/.go/src/net
2025-08-20T22:03:16.4832625Z [00:02:16.129]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b089/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:03:16.5140084Z [00:02:16.160]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:03:16.5147427Z [00:02:16.161]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:03:16.5148360Z [00:02:16.161]➜  net/url
2025-08-20T22:03:16.5149001Z [00:02:16.161]➜  mkdir -p $WORK/b100/
2025-08-20T22:03:16.5152845Z [00:02:16.161]➜  cat >/tmp/go-build1604439625/b100/importcfg << 'EOF' # internal
2025-08-20T22:03:16.5153242Z [00:02:16.161]➜  # import config
2025-08-20T22:03:16.5153581Z [00:02:16.161]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.5154002Z [00:02:16.161]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.5154438Z [00:02:16.161]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:16.5154855Z [00:02:16.161]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:16.5155271Z [00:02:16.161]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:16.5155689Z [00:02:16.161]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.5156506Z [00:02:16.161]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.5157189Z [00:02:16.161]➜  EOF
2025-08-20T22:03:16.5158492Z [00:02:16.161]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:16.5160299Z [00:02:16.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b100=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:03:16.5971309Z [00:02:16.243]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:03:16.5997400Z [00:02:16.246]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:03:16.6006905Z [00:02:16.247]➜  text/template/parse
2025-08-20T22:03:16.6008468Z [00:02:16.247]➜  mkdir -p $WORK/b101/
2025-08-20T22:03:16.6020637Z [00:02:16.248]➜  cat >/tmp/go-build1604439625/b101/importcfg << 'EOF' # internal
2025-08-20T22:03:16.6021710Z [00:02:16.248]➜  # import config
2025-08-20T22:03:16.6022316Z [00:02:16.248]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.6022986Z [00:02:16.248]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.6023752Z [00:02:16.248]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.6024539Z [00:02:16.248]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.6026317Z [00:02:16.248]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.6026823Z [00:02:16.248]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:16.6027288Z [00:02:16.248]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.6027628Z [00:02:16.248]➜  EOF
2025-08-20T22:03:16.6031288Z [00:02:16.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b101=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T22:03:16.6387037Z [00:02:16.283]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:03:16.6391072Z [00:02:16.285]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:03:16.6393266Z [00:02:16.285]➜  golang.org/x/term
2025-08-20T22:03:16.6394357Z [00:02:16.285]➜  mkdir -p $WORK/b102/
2025-08-20T22:03:16.6398984Z [00:02:16.286]➜  cat >/tmp/go-build1604439625/b102/importcfg << 'EOF' # internal
2025-08-20T22:03:16.6399353Z [00:02:16.286]➜  # import config
2025-08-20T22:03:16.6399697Z [00:02:16.286]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.6400141Z [00:02:16.286]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.6400609Z [00:02:16.286]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1604439625/b080/_pkg_.a
2025-08-20T22:03:16.6401067Z [00:02:16.286]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.6401483Z [00:02:16.286]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.6401908Z [00:02:16.286]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.6402339Z [00:02:16.286]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.6402778Z [00:02:16.286]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.6403109Z [00:02:16.286]➜  EOF
2025-08-20T22:03:16.6406441Z [00:02:16.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.34.0=>golang.org/x/term@v0.34.0;$WORK/b102=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid 1QRftYFdzN8viUP5V971/1QRftYFdzN8viUP5V971 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.34.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/terminal.go
2025-08-20T22:03:16.6594418Z [00:02:16.305]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:03:16.6643575Z [00:02:16.310]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:03:16.6663828Z [00:02:16.312]➜  github.com/sirupsen/logrus
2025-08-20T22:03:16.6665343Z [00:02:16.312]➜  mkdir -p $WORK/b078/
2025-08-20T22:03:16.6665766Z [00:02:16.312]➜  cat >/tmp/go-build1604439625/b078/importcfg << 'EOF' # internal
2025-08-20T22:03:16.6666303Z [00:02:16.312]➜  # import config
2025-08-20T22:03:16.6666642Z [00:02:16.312]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:16.6667091Z [00:02:16.312]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.6667514Z [00:02:16.312]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.6667965Z [00:02:16.312]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:16.6668400Z [00:02:16.312]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.6668867Z [00:02:16.312]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1604439625/b080/_pkg_.a
2025-08-20T22:03:16.6669336Z [00:02:16.312]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.6669735Z [00:02:16.312]➜  packagefile log=/tmp/go-build1604439625/b082/_pkg_.a
2025-08-20T22:03:16.6670132Z [00:02:16.312]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.6670544Z [00:02:16.312]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.6670969Z [00:02:16.312]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.6671400Z [00:02:16.312]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:16.6671813Z [00:02:16.312]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:16.6672237Z [00:02:16.312]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.6672658Z [00:02:16.312]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.6673093Z [00:02:16.312]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:16.6673830Z [00:02:16.312]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:16.6674342Z [00:02:16.312]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.6674677Z [00:02:16.312]➜  EOF
2025-08-20T22:03:16.6679688Z [00:02:16.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b078=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid 7A2KQUZNZPrbp9gUvrAt/7A2KQUZNZPrbp9gUvrAt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T22:03:16.7253816Z [00:02:16.371]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:03:16.7277231Z [00:02:16.373]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/ab/abdabab486e027b830a5e66d6364381ce0898d701e9a74969d33376fe56a6324-d # internal
2025-08-20T22:03:16.7308865Z [00:02:16.374]➜  oras.land/oras-go/v2/internal/spec
2025-08-20T22:03:16.7320781Z [00:02:16.374]➜  mkdir -p $WORK/b110/
2025-08-20T22:03:16.7321242Z [00:02:16.375]➜  cat >/tmp/go-build1604439625/b110/importcfg << 'EOF' # internal
2025-08-20T22:03:16.7321597Z [00:02:16.375]➜  # import config
2025-08-20T22:03:16.7322100Z [00:02:16.375]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.7322554Z [00:02:16.375]➜  EOF
2025-08-20T22:03:16.7324405Z [00:02:16.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/spec=>oras.land/oras-go/v2@v2.6.0/internal/spec;$WORK/b110=>" -p oras.land/oras-go/v2/internal/spec -lang=go1.23 -complete -installsuffix shared -buildid SWGx79F1UqUq7JpzAEdV/SWGx79F1UqUq7JpzAEdV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/spec/artifact.go
2025-08-20T22:03:16.7483355Z [00:02:16.394]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:03:16.7486775Z [00:02:16.394]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/ed/ed480fda3b97c83db02cee0f14d69a1d246e0aa24d08e9826fade003869fa4c2-d # internal
2025-08-20T22:03:16.7542830Z [00:02:16.400]➜  oras.land/oras-go/v2/internal/descriptor
2025-08-20T22:03:16.7543250Z [00:02:16.400]➜  mkdir -p $WORK/b108/
2025-08-20T22:03:16.7546187Z [00:02:16.401]➜  cat >/tmp/go-build1604439625/b108/importcfg << 'EOF' # internal
2025-08-20T22:03:16.7546745Z [00:02:16.401]➜  # import config
2025-08-20T22:03:16.7547305Z [00:02:16.401]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:16.7548159Z [00:02:16.401]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.7548926Z [00:02:16.401]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:16.7549663Z [00:02:16.401]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:16.7550147Z [00:02:16.401]➜  EOF
2025-08-20T22:03:16.7555318Z [00:02:16.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/descriptor=>oras.land/oras-go/v2@v2.6.0/internal/descriptor;$WORK/b108=>" -p oras.land/oras-go/v2/internal/descriptor -lang=go1.23 -complete -installsuffix shared -buildid XnqXQdTUOjEgEb0c7eX5/XnqXQdTUOjEgEb0c7eX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/descriptor/descriptor.go
2025-08-20T22:03:16.7769760Z [00:02:16.423]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:03:16.7779548Z [00:02:16.424]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/f0/f09b2d25df3cabf38ae09578cb177645037e8eba973636b3f5d570abb2c8d817-d # internal
2025-08-20T22:03:16.7782161Z [00:02:16.424]➜  oras.land/oras-go/v2/content
2025-08-20T22:03:16.7792172Z [00:02:16.425]➜  mkdir -p $WORK/b106/
2025-08-20T22:03:16.7794136Z [00:02:16.425]➜  cat >/tmp/go-build1604439625/b106/importcfg << 'EOF' # internal
2025-08-20T22:03:16.7794682Z [00:02:16.425]➜  # import config
2025-08-20T22:03:16.7795171Z [00:02:16.425]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.7795734Z [00:02:16.425]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:16.7810875Z [00:02:16.425]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.7811312Z [00:02:16.425]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.7812182Z [00:02:16.425]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:16.7812857Z [00:02:16.425]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.7813403Z [00:02:16.425]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.7813891Z [00:02:16.425]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:16.7814511Z [00:02:16.425]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:16.7815142Z [00:02:16.425]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:16.7815747Z [00:02:16.425]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:16.7816307Z [00:02:16.425]➜  EOF
2025-08-20T22:03:16.7819286Z [00:02:16.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content=>oras.land/oras-go/v2@v2.6.0/content;$WORK/b106=>" -p oras.land/oras-go/v2/content -lang=go1.23 -complete -installsuffix shared -buildid BAYc9yMR6JWR2grGryag/BAYc9yMR6JWR2grGryag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/descriptor.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/graph.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/limitedstorage.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/reader.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/resolver.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/storage.go
2025-08-20T22:03:16.7974806Z [00:02:16.443]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:03:16.8011453Z [00:02:16.447]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T22:03:16.8043783Z [00:02:16.448]➜  text/template
2025-08-20T22:03:16.8044128Z [00:02:16.448]➜  mkdir -p $WORK/b098/
2025-08-20T22:03:16.8049451Z [00:02:16.448]➜  cat >/tmp/go-build1604439625/b098/importcfg << 'EOF' # internal
2025-08-20T22:03:16.8054675Z [00:02:16.448]➜  # import config
2025-08-20T22:03:16.8057419Z [00:02:16.448]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:16.8057856Z [00:02:16.448]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.8058682Z [00:02:16.448]➜  packagefile internal/fmtsort=/tmp/go-build1604439625/b058/_pkg_.a
2025-08-20T22:03:16.8059211Z [00:02:16.448]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.8059623Z [00:02:16.448]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:16.8060034Z [00:02:16.448]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:16.8060455Z [00:02:16.448]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:16.8060878Z [00:02:16.448]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:16.8061275Z [00:02:16.448]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:16.8061715Z [00:02:16.448]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:16.8062158Z [00:02:16.448]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.8062579Z [00:02:16.448]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:16.8063009Z [00:02:16.448]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.8063423Z [00:02:16.448]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.8063884Z [00:02:16.448]➜  packagefile text/template/parse=/tmp/go-build1604439625/b101/_pkg_.a
2025-08-20T22:03:16.8064350Z [00:02:16.448]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:16.8064795Z [00:02:16.448]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:16.8065379Z [00:02:16.448]➜  EOF
2025-08-20T22:03:16.8067692Z [00:02:16.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b098=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T22:03:16.8184998Z [00:02:16.464]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:03:16.8193436Z [00:02:16.465]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/3b/3bd9ad858b6f4fdaedf00c6bd7a1af9e3fb5f5320a317e6b04d583543b362373-d # internal
2025-08-20T22:03:16.8199665Z [00:02:16.465]➜  oras.land/oras-go/v2/internal/ioutil
2025-08-20T22:03:16.8200046Z [00:02:16.465]➜  mkdir -p $WORK/b112/
2025-08-20T22:03:16.8200422Z [00:02:16.465]➜  cat >/tmp/go-build1604439625/b112/importcfg << 'EOF' # internal
2025-08-20T22:03:16.8200769Z [00:02:16.465]➜  # import config
2025-08-20T22:03:16.8201101Z [00:02:16.465]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.8201682Z [00:02:16.465]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.8202250Z [00:02:16.465]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.8202738Z [00:02:16.465]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.8203232Z [00:02:16.465]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:16.8203550Z [00:02:16.465]➜  EOF
2025-08-20T22:03:16.8205390Z [00:02:16.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/ioutil=>oras.land/oras-go/v2@v2.6.0/internal/ioutil;$WORK/b112=>" -p oras.land/oras-go/v2/internal/ioutil -lang=go1.23 -complete -installsuffix shared -buildid xCIZP5D78f18lKhDm-oj/xCIZP5D78f18lKhDm-oj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/ioutil/io.go
2025-08-20T22:03:16.8387956Z [00:02:16.485]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:03:16.8393469Z [00:02:16.485]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/24/24d381b31858e911fff0449786770a96e033306d2397ae507ae825fc9f60b5bc-d # internal
2025-08-20T22:03:16.8394145Z [00:02:16.485]➜  oras.land/oras-go/v2/internal/cas
2025-08-20T22:03:16.8394462Z [00:02:16.485]➜  mkdir -p $WORK/b111/
2025-08-20T22:03:16.8396297Z [00:02:16.486]➜  cat >/tmp/go-build1604439625/b111/importcfg << 'EOF' # internal
2025-08-20T22:03:16.8397139Z [00:02:16.486]➜  # import config
2025-08-20T22:03:16.8397598Z [00:02:16.486]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:16.8398068Z [00:02:16.486]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.8398496Z [00:02:16.486]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.8399071Z [00:02:16.486]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.8399617Z [00:02:16.486]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.8400115Z [00:02:16.486]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.8400678Z [00:02:16.486]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:16.8401287Z [00:02:16.486]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:16.8401921Z [00:02:16.486]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:16.8402427Z [00:02:16.486]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.8403156Z [00:02:16.486]➜  EOF
2025-08-20T22:03:16.8409603Z [00:02:16.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas=>oras.land/oras-go/v2@v2.6.0/internal/cas;$WORK/b111=>" -p oras.land/oras-go/v2/internal/cas -lang=go1.23 -complete -installsuffix shared -buildid 9eUEbJlhhzTsMyo3kadk/9eUEbJlhhzTsMyo3kadk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas/memory.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas/proxy.go
2025-08-20T22:03:16.8523814Z [00:02:16.498]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:03:16.8579556Z [00:02:16.504]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/99/9955cbb9a462c869de14f53176093c527ca4252a79e041a4c87225f9d69e4325-d # internal
2025-08-20T22:03:16.8580682Z [00:02:16.504]➜  oras.land/oras-go/v2/internal/copyutil
2025-08-20T22:03:16.8581090Z [00:02:16.504]➜  mkdir -p $WORK/b114/
2025-08-20T22:03:16.8581477Z [00:02:16.504]➜  cat >/tmp/go-build1604439625/b114/importcfg << 'EOF' # internal
2025-08-20T22:03:16.8581822Z [00:02:16.504]➜  # import config
2025-08-20T22:03:16.8582322Z [00:02:16.504]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.8582778Z [00:02:16.504]➜  EOF
2025-08-20T22:03:16.8584693Z [00:02:16.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/copyutil=>oras.land/oras-go/v2@v2.6.0/internal/copyutil;$WORK/b114=>" -p oras.land/oras-go/v2/internal/copyutil -lang=go1.23 -complete -installsuffix shared -buildid ByOv2PcrhKyS1lLBe8zk/ByOv2PcrhKyS1lLBe8zk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/copyutil/stack.go
2025-08-20T22:03:16.8652545Z [00:02:16.511]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:03:16.8659931Z [00:02:16.511]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/12/1257333189a335e4fbc99562afc30557da587a512254f0ddb92de2ac74b4eba0-d # internal
2025-08-20T22:03:16.8660549Z [00:02:16.511]➜  oras.land/oras-go/v2/registry
2025-08-20T22:03:16.8660848Z [00:02:16.512]➜  mkdir -p $WORK/b116/
2025-08-20T22:03:16.8661220Z [00:02:16.512]➜  cat >/tmp/go-build1604439625/b116/importcfg << 'EOF' # internal
2025-08-20T22:03:16.8662138Z [00:02:16.512]➜  # import config
2025-08-20T22:03:16.8677412Z [00:02:16.512]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.8678450Z [00:02:16.512]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:16.8678957Z [00:02:16.512]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.8679496Z [00:02:16.512]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:16.8680202Z [00:02:16.512]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.8680752Z [00:02:16.512]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.8681170Z [00:02:16.512]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:16.8681670Z [00:02:16.512]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.8682234Z [00:02:16.512]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:16.8682857Z [00:02:16.512]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:16.8683483Z [00:02:16.512]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:16.8683986Z [00:02:16.512]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:16.8684410Z [00:02:16.512]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:16.8685094Z [00:02:16.512]➜  EOF
2025-08-20T22:03:16.8687511Z [00:02:16.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry=>oras.land/oras-go/v2@v2.6.0/registry;$WORK/b116=>" -p oras.land/oras-go/v2/registry -lang=go1.23 -complete -installsuffix shared -buildid 429u1S7PqYv-Vo-cG21f/429u1S7PqYv-Vo-cG21f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/reference.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/repository.go
2025-08-20T22:03:16.9126465Z [00:02:16.558]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:03:16.9134509Z [00:02:16.559]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/2e/2ea722fc52e70dbfb4a0a36c9a4d24f675492751cf22f85b78d858ece167c580-d # internal
2025-08-20T22:03:16.9136029Z [00:02:16.560]➜  oras.land/oras-go/v2/internal/interfaces
2025-08-20T22:03:16.9136463Z [00:02:16.560]➜  mkdir -p $WORK/b115/
2025-08-20T22:03:16.9141171Z [00:02:16.560]➜  cat >/tmp/go-build1604439625/b115/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9142153Z [00:02:16.560]➜  # import config
2025-08-20T22:03:16.9143036Z [00:02:16.560]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:16.9143456Z [00:02:16.560]➜  EOF
2025-08-20T22:03:16.9145434Z [00:02:16.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/interfaces=>oras.land/oras-go/v2@v2.6.0/internal/interfaces;$WORK/b115=>" -p oras.land/oras-go/v2/internal/interfaces -lang=go1.23 -complete -installsuffix shared -buildid MeSJBOA9_MBdWDtyM-Pb/MeSJBOA9_MBdWDtyM-Pb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/interfaces/registry.go
2025-08-20T22:03:16.9222519Z [00:02:16.568]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:03:16.9226180Z [00:02:16.569]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/26/262c567a3d1fc5786511d61f4d91d993f4d72d147ac54a53fac3338083f6112e-d # internal
2025-08-20T22:03:16.9227754Z [00:02:16.569]➜  oras.land/oras-go/v2/internal/manifestutil
2025-08-20T22:03:16.9228649Z [00:02:16.569]➜  mkdir -p $WORK/b118/
2025-08-20T22:03:16.9232385Z [00:02:16.569]➜  cat >/tmp/go-build1604439625/b118/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9233178Z [00:02:16.569]➜  # import config
2025-08-20T22:03:16.9234207Z [00:02:16.569]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.9234784Z [00:02:16.569]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:16.9235414Z [00:02:16.569]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.9236213Z [00:02:16.569]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.9236850Z [00:02:16.569]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:16.9237467Z [00:02:16.569]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:16.9237865Z [00:02:16.569]➜  EOF
2025-08-20T22:03:16.9239864Z [00:02:16.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/manifestutil=>oras.land/oras-go/v2@v2.6.0/internal/manifestutil;$WORK/b118=>" -p oras.land/oras-go/v2/internal/manifestutil -lang=go1.23 -complete -installsuffix shared -buildid 7oJeePhn5XlwYRX8BMo9/7oJeePhn5XlwYRX8BMo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/manifestutil/parser.go
2025-08-20T22:03:16.9354365Z [00:02:16.581]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:03:16.9358827Z [00:02:16.582]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/d4/d4d9861745c031cc613b516c5aaee48ee81ede7f62c27864c2a3afb3a05d5d08-d # internal
2025-08-20T22:03:16.9362191Z [00:02:16.582]➜  oras.land/oras-go/v2/internal/platform
2025-08-20T22:03:16.9367468Z [00:02:16.582]➜  mkdir -p $WORK/b117/
2025-08-20T22:03:16.9367864Z [00:02:16.582]➜  cat >/tmp/go-build1604439625/b117/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9368215Z [00:02:16.582]➜  # import config
2025-08-20T22:03:16.9368562Z [00:02:16.582]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.9369035Z [00:02:16.582]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:16.9369481Z [00:02:16.582]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.9370057Z [00:02:16.583]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.9370604Z [00:02:16.583]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.9371101Z [00:02:16.583]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.9371656Z [00:02:16.583]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:16.9372248Z [00:02:16.583]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:16.9372893Z [00:02:16.583]➜  packagefile oras.land/oras-go/v2/internal/manifestutil=/tmp/go-build1604439625/b118/_pkg_.a
2025-08-20T22:03:16.9373323Z [00:02:16.583]➜  EOF
2025-08-20T22:03:16.9375236Z [00:02:16.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/platform=>oras.land/oras-go/v2@v2.6.0/internal/platform;$WORK/b117=>" -p oras.land/oras-go/v2/internal/platform -lang=go1.23 -complete -installsuffix shared -buildid Hv_UXGa8U97ROnOJcyyb/Hv_UXGa8U97ROnOJcyyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/platform/platform.go
2025-08-20T22:03:16.9536114Z [00:02:16.599]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:03:16.9592250Z [00:02:16.605]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/7f/7f3eb58cb4ea3015854fa59c744e9d58e84800aad55302b2c9145cf9c5b6c032-d # internal
2025-08-20T22:03:16.9592966Z [00:02:16.605]➜  oras.land/oras-go/v2/internal/registryutil
2025-08-20T22:03:16.9593298Z [00:02:16.605]➜  mkdir -p $WORK/b119/
2025-08-20T22:03:16.9594141Z [00:02:16.605]➜  cat >/tmp/go-build1604439625/b119/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9594560Z [00:02:16.605]➜  # import config
2025-08-20T22:03:16.9594911Z [00:02:16.605]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.9595546Z [00:02:16.605]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.9596232Z [00:02:16.605]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:16.9596809Z [00:02:16.605]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:16.9597447Z [00:02:16.605]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:16.9598064Z [00:02:16.605]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:16.9598657Z [00:02:16.605]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:16.9599150Z [00:02:16.605]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.9599460Z [00:02:16.605]➜  EOF
2025-08-20T22:03:16.9601436Z [00:02:16.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/registryutil=>oras.land/oras-go/v2@v2.6.0/internal/registryutil;$WORK/b119=>" -p oras.land/oras-go/v2/internal/registryutil -lang=go1.23 -complete -installsuffix shared -buildid Xv6ls6T1N76cyF28u04F/Xv6ls6T1N76cyF28u04F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/registryutil/proxy.go
2025-08-20T22:03:16.9627681Z [00:02:16.609]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:03:16.9632260Z [00:02:16.609]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/2c/2c3cacc1b8aed274c3b19e237fa25757c03690d3630a42af5bfafd73921aea11-d # internal
2025-08-20T22:03:16.9633611Z [00:02:16.609]➜  oras.land/oras-go/v2/internal/status
2025-08-20T22:03:16.9634677Z [00:02:16.609]➜  mkdir -p $WORK/b120/
2025-08-20T22:03:16.9635092Z [00:02:16.609]➜  cat >/tmp/go-build1604439625/b120/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9646725Z [00:02:16.609]➜  # import config
2025-08-20T22:03:16.9647802Z [00:02:16.609]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:16.9648928Z [00:02:16.609]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:16.9649529Z [00:02:16.609]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.9649849Z [00:02:16.609]➜  EOF
2025-08-20T22:03:16.9651736Z [00:02:16.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/status=>oras.land/oras-go/v2@v2.6.0/internal/status;$WORK/b120=>" -p oras.land/oras-go/v2/internal/status -lang=go1.23 -complete -installsuffix shared -buildid eDs3hrUoOQ1HdshYdAel/eDs3hrUoOQ1HdshYdAel -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/status/tracker.go
2025-08-20T22:03:16.9841085Z [00:02:16.630]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:03:16.9847761Z [00:02:16.631]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/f2/f2fece0f84185ff2c6caa6443775b651634210352614faf36db29c916404c0bc-d # internal
2025-08-20T22:03:16.9849689Z [00:02:16.631]➜  golang.org/x/sync/errgroup
2025-08-20T22:03:16.9854151Z [00:02:16.631]➜  mkdir -p $WORK/b122/
2025-08-20T22:03:16.9854599Z [00:02:16.631]➜  cat >/tmp/go-build1604439625/b122/importcfg << 'EOF' # internal
2025-08-20T22:03:16.9854950Z [00:02:16.631]➜  # import config
2025-08-20T22:03:16.9855292Z [00:02:16.631]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:16.9855711Z [00:02:16.631]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:16.9856311Z [00:02:16.631]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:16.9856976Z [00:02:16.631]➜  EOF
2025-08-20T22:03:16.9858786Z [00:02:16.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b122=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid T2hLdnynigI0jskXGfHM/T2hLdnynigI0jskXGfHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T22:03:17.0007076Z [00:02:16.646]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:03:17.0011695Z [00:02:16.647]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T22:03:17.0013534Z [00:02:16.647]➜  oras.land/oras-go/v2/internal/syncutil
2025-08-20T22:03:17.0014733Z [00:02:16.647]➜  mkdir -p $WORK/b121/
2025-08-20T22:03:17.0018949Z [00:02:16.648]➜  cat >/tmp/go-build1604439625/b121/importcfg << 'EOF' # internal
2025-08-20T22:03:17.0019803Z [00:02:16.648]➜  # import config
2025-08-20T22:03:17.0020428Z [00:02:16.648]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:17.0021860Z [00:02:16.648]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1604439625/b122/_pkg_.a
2025-08-20T22:03:17.0023080Z [00:02:16.648]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1604439625/b104/_pkg_.a
2025-08-20T22:03:17.0028315Z [00:02:16.648]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.0029078Z [00:02:16.648]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:17.0030763Z [00:02:16.648]➜  EOF
2025-08-20T22:03:17.0034073Z [00:02:16.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil=>oras.land/oras-go/v2@v2.6.0/internal/syncutil;$WORK/b121=>" -p oras.land/oras-go/v2/internal/syncutil -lang=go1.23 -complete -installsuffix shared -buildid --xj5wtSarFffee6lXyW/--xj5wtSarFffee6lXyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/limit.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/limitgroup.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/merge.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/once.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/pool.go
2025-08-20T22:03:17.0053178Z [00:02:16.651]➜  cd $WORK/b089
2025-08-20T22:03:17.0054560Z [00:02:16.651]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x001.o -c _cgo_export.c
2025-08-20T22:03:17.0267941Z [00:02:16.673]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:03:17.0277012Z [00:02:16.673]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/6a/6a6cbf4f8bb0481a21e44fbacba9b90641075571acd870060195b52ba90870b6-d # internal
2025-08-20T22:03:17.0278169Z [00:02:16.673]➜  compress/flate
2025-08-20T22:03:17.0278941Z [00:02:16.673]➜  mkdir -p $WORK/b126/
2025-08-20T22:03:17.0279795Z [00:02:16.673]➜  cat >/tmp/go-build1604439625/b126/importcfg << 'EOF' # internal
2025-08-20T22:03:17.0280206Z [00:02:16.673]➜  # import config
2025-08-20T22:03:17.0280550Z [00:02:16.673]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:17.0280975Z [00:02:16.673]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.0281387Z [00:02:16.673]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:17.0281788Z [00:02:16.673]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.0282192Z [00:02:16.673]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.0282966Z [00:02:16.673]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.0283460Z [00:02:16.673]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:17.0283881Z [00:02:16.673]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.0284465Z [00:02:16.673]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.0284798Z [00:02:16.673]➜  EOF
2025-08-20T22:03:17.0285082Z [00:02:16.673]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.0287743Z [00:02:16.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b126=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T22:03:17.0328897Z [00:02:16.679]➜  cd $WORK/b089
2025-08-20T22:03:17.0330488Z [00:02:16.679]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:03:17.0596543Z [00:02:16.705]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:03:17.0703878Z [00:02:16.716]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:03:17.0756993Z [00:02:16.721]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:03:17.0773970Z [00:02:16.723]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/bd/bdb84ef2aea4a643d4d467bf4cb8d23bb94bbd2863c955df9df2c2f1783611b0-d # internal
2025-08-20T22:03:17.0774648Z [00:02:16.723]➜  crypto/internal/entropy
2025-08-20T22:03:17.0774962Z [00:02:16.723]➜  mkdir -p $WORK/b146/
2025-08-20T22:03:17.0776166Z [00:02:16.724]➜  cat >/tmp/go-build1604439625/b146/importcfg << 'EOF' # internal
2025-08-20T22:03:17.0776544Z [00:02:16.724]➜  # import config
2025-08-20T22:03:17.0777097Z [00:02:16.724]➜  packagefile crypto/internal/sysrand=/tmp/go-build1604439625/b147/_pkg_.a
2025-08-20T22:03:17.0787007Z [00:02:16.724]➜  EOF
2025-08-20T22:03:17.0788078Z [00:02:16.724]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.0789890Z [00:02:16.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b146=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:03:17.0811771Z [00:02:16.727]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T22:03:17.0812571Z [00:02:16.727]➜  math/rand/v2
2025-08-20T22:03:17.0812944Z [00:02:16.727]➜  mkdir -p $WORK/b149/
2025-08-20T22:03:17.0813421Z [00:02:16.727]➜  cat >/tmp/go-build1604439625/b149/importcfg << 'EOF' # internal
2025-08-20T22:03:17.0813898Z [00:02:16.727]➜  # import config
2025-08-20T22:03:17.0814342Z [00:02:16.727]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.0815233Z [00:02:16.727]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:17.0816074Z [00:02:16.727]➜  packagefile internal/chacha8rand=/tmp/go-build1604439625/b013/_pkg_.a
2025-08-20T22:03:17.0816687Z [00:02:16.727]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.0817203Z [00:02:16.727]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.0817628Z [00:02:16.727]➜  EOF
2025-08-20T22:03:17.0819800Z [00:02:16.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b149=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T22:03:17.0865967Z [00:02:16.732]➜  cd $WORK/b089
2025-08-20T22:03:17.0867459Z [00:02:16.732]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:03:17.0910917Z [00:02:16.737]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:03:17.0917448Z [00:02:16.738]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:03:17.0918187Z [00:02:16.738]➜  math/rand
2025-08-20T22:03:17.0918576Z [00:02:16.738]➜  mkdir -p $WORK/b154/
2025-08-20T22:03:17.0919058Z [00:02:16.738]➜  cat >/tmp/go-build1604439625/b154/importcfg << 'EOF' # internal
2025-08-20T22:03:17.0919538Z [00:02:16.738]➜  # import config
2025-08-20T22:03:17.0920104Z [00:02:16.738]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:17.0920690Z [00:02:16.738]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.0921224Z [00:02:16.738]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.0921748Z [00:02:16.738]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:17.0922165Z [00:02:16.738]➜  EOF
2025-08-20T22:03:17.0922602Z [00:02:16.738]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.0924729Z [00:02:16.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b154=>" -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/b154/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:03:17.1057067Z [00:02:16.751]➜  cd $WORK/b089
2025-08-20T22:03:17.1058550Z [00:02:16.751]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:03:17.1446960Z [00:02:16.790]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:03:17.1484932Z [00:02:16.794]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:03:17.1494235Z [00:02:16.795]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:03:17.1495528Z [00:02:16.795]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:03:17.1499938Z [00:02:16.796]➜  compress/gzip
2025-08-20T22:03:17.1500233Z [00:02:16.796]➜  mkdir -p $WORK/b125/
2025-08-20T22:03:17.1500621Z [00:02:16.796]➜  cat >/tmp/go-build1604439625/b125/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1500993Z [00:02:16.796]➜  # import config
2025-08-20T22:03:17.1501331Z [00:02:16.796]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:17.1501780Z [00:02:16.796]➜  packagefile compress/flate=/tmp/go-build1604439625/b126/_pkg_.a
2025-08-20T22:03:17.1502257Z [00:02:16.796]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:17.1502707Z [00:02:16.796]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.1503129Z [00:02:16.796]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:17.1503557Z [00:02:16.796]➜  packagefile hash/crc32=/tmp/go-build1604439625/b127/_pkg_.a
2025-08-20T22:03:17.1503978Z [00:02:16.796]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.1504380Z [00:02:16.796]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:17.1504732Z [00:02:16.796]➜  EOF
2025-08-20T22:03:17.1505001Z [00:02:16.796]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.1507274Z [00:02:16.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b125=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:03:17.1515873Z [00:02:16.797]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:03:17.1520451Z [00:02:16.798]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:03:17.1527368Z [00:02:16.798]➜  crypto/internal/randutil
2025-08-20T22:03:17.1527663Z [00:02:16.798]➜  mkdir -p $WORK/b148/
2025-08-20T22:03:17.1528032Z [00:02:16.798]➜  cat >/tmp/go-build1604439625/b148/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1528393Z [00:02:16.798]➜  # import config
2025-08-20T22:03:17.1528713Z [00:02:16.798]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.1529147Z [00:02:16.798]➜  packagefile math/rand/v2=/tmp/go-build1604439625/b149/_pkg_.a
2025-08-20T22:03:17.1529475Z [00:02:16.798]➜  EOF
2025-08-20T22:03:17.1531119Z [00:02:16.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b148=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:03:17.1536645Z [00:02:16.799]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:03:17.1544152Z [00:02:16.800]➜  math/big
2025-08-20T22:03:17.1544434Z [00:02:16.800]➜  mkdir -p $WORK/b153/
2025-08-20T22:03:17.1546000Z [00:02:16.800]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T22:03:17.1546375Z [00:02:16.800]➜  cd /root/.go/src/math/big
2025-08-20T22:03:17.1547340Z [00:02:16.800]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b153/symabis ./arith_arm64.s
2025-08-20T22:03:17.1604166Z [00:02:16.806]➜  cat >/tmp/go-build1604439625/b153/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1605230Z [00:02:16.806]➜  # import config
2025-08-20T22:03:17.1606315Z [00:02:16.806]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.1608514Z [00:02:16.806]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.1608950Z [00:02:16.806]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:17.1609418Z [00:02:16.806]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:17.1609896Z [00:02:16.806]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.1610301Z [00:02:16.806]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.1610724Z [00:02:16.806]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.1611167Z [00:02:16.806]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:17.1611594Z [00:02:16.806]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:17.1612030Z [00:02:16.806]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.1612455Z [00:02:16.806]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:17.1612873Z [00:02:16.806]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.1613178Z [00:02:16.806]➜  EOF
2025-08-20T22:03:17.1613439Z [00:02:16.806]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.1633573Z [00:02:16.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b153/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T22:03:17.1637975Z [00:02:16.807]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:03:17.1638714Z [00:02:16.808]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:03:17.1639277Z [00:02:16.808]➜  crypto/internal/fips140/drbg
2025-08-20T22:03:17.1639562Z [00:02:16.808]➜  mkdir -p $WORK/b145/
2025-08-20T22:03:17.1640179Z [00:02:16.808]➜  cat >/tmp/go-build1604439625/b145/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1640595Z [00:02:16.808]➜  # import config
2025-08-20T22:03:17.1640931Z [00:02:16.808]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.1641417Z [00:02:16.808]➜  packagefile crypto/internal/entropy=/tmp/go-build1604439625/b146/_pkg_.a
2025-08-20T22:03:17.1641959Z [00:02:16.808]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.1642525Z [00:02:16.808]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:17.1643106Z [00:02:16.808]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.1643691Z [00:02:16.808]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.1644315Z [00:02:16.808]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.1644917Z [00:02:16.808]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:17.1645462Z [00:02:16.808]➜  packagefile crypto/internal/sysrand=/tmp/go-build1604439625/b147/_pkg_.a
2025-08-20T22:03:17.1646130Z [00:02:16.808]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.1646560Z [00:02:16.808]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.1646980Z [00:02:16.808]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.1647656Z [00:02:16.808]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.1647968Z [00:02:16.808]➜  EOF
2025-08-20T22:03:17.1650089Z [00:02:16.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b145=>" -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/b145/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T22:03:17.1832136Z [00:02:16.828]➜  cd $WORK/b089
2025-08-20T22:03:17.1833979Z [00:02:16.828]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b089/_cgo_main.o -c _cgo_main.c
2025-08-20T22:03:17.1880452Z [00:02:16.833]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:03:17.1881487Z [00:02:16.834]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:03:17.1882364Z [00:02:16.834]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:03:17.1883133Z [00:02:16.834]➜  mkdir -p $WORK/b144/
2025-08-20T22:03:17.1884147Z [00:02:16.834]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T22:03:17.1884591Z [00:02:16.834]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:03:17.1886050Z [00:02:16.834]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b144/symabis ./gcm_arm64.s
2025-08-20T22:03:17.1893809Z [00:02:16.835]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:03:17.1899798Z [00:02:16.836]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:03:17.1900934Z [00:02:16.836]➜  crypto/internal/fips140only
2025-08-20T22:03:17.1901909Z [00:02:16.836]➜  mkdir -p $WORK/b150/
2025-08-20T22:03:17.1919287Z [00:02:16.838]➜  cat >/tmp/go-build1604439625/b150/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1919759Z [00:02:16.838]➜  # import config
2025-08-20T22:03:17.1920250Z [00:02:16.838]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.1920842Z [00:02:16.838]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:17.1921426Z [00:02:16.838]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:17.1922022Z [00:02:16.838]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:17.1922517Z [00:02:16.838]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.1922971Z [00:02:16.838]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:17.1923412Z [00:02:16.838]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.1923714Z [00:02:16.838]➜  EOF
2025-08-20T22:03:17.1923988Z [00:02:16.838]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.1925765Z [00:02:16.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b150=>" -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/b150/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:03:17.1947343Z [00:02:16.839]➜  cat >/tmp/go-build1604439625/b144/importcfg << 'EOF' # internal
2025-08-20T22:03:17.1947733Z [00:02:16.839]➜  # import config
2025-08-20T22:03:17.1948144Z [00:02:16.839]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.1948702Z [00:02:16.839]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:17.1949298Z [00:02:16.839]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:17.1949883Z [00:02:16.839]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.1950459Z [00:02:16.839]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.1951039Z [00:02:16.840]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.1951666Z [00:02:16.840]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.1952304Z [00:02:16.840]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:17.1952861Z [00:02:16.840]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:17.1953327Z [00:02:16.840]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.1953741Z [00:02:16.840]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.1954057Z [00:02:16.840]➜  EOF
2025-08-20T22:03:17.1957649Z [00:02:16.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b144=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T22:03:17.2046880Z [00:02:16.850]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o $WORK/b089/_x004.o $WORK/b089/_x005.o $WORK/b089/_x006.o -O2 -g -lresolv
2025-08-20T22:03:17.2117529Z [00:02:16.857]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:03:17.2124023Z [00:02:16.858]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:03:17.2176324Z [00:02:16.863]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:03:17.2179239Z [00:02:16.863]➜  mkdir -p $WORK/b161/
2025-08-20T22:03:17.2190739Z [00:02:16.865]➜  cat >/tmp/go-build1604439625/b161/importcfg << 'EOF' # internal
2025-08-20T22:03:17.2191604Z [00:02:16.865]➜  # import config
2025-08-20T22:03:17.2194174Z [00:02:16.865]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.2194969Z [00:02:16.865]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.2199800Z [00:02:16.865]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.2200253Z [00:02:16.865]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.2200583Z [00:02:16.865]➜  EOF
2025-08-20T22:03:17.2214718Z [00:02:16.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T22:03:17.2435141Z [00:02:16.889]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:03:17.2439102Z [00:02:16.889]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b144/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:03:17.2496951Z [00:02:16.895]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/gcm_arm64.o # internal
2025-08-20T22:03:17.2502802Z [00:02:16.896]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:03:17.2517233Z [00:02:16.898]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:03:17.2525596Z [00:02:16.899]➜  crypto/cipher
2025-08-20T22:03:17.2526293Z [00:02:16.899]➜  mkdir -p $WORK/b130/
2025-08-20T22:03:17.2539344Z [00:02:16.900]➜  cat >/tmp/go-build1604439625/b130/importcfg << 'EOF' # internal
2025-08-20T22:03:17.2540059Z [00:02:16.900]➜  # import config
2025-08-20T22:03:17.2540727Z [00:02:16.900]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.2541821Z [00:02:16.900]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:17.2542864Z [00:02:16.900]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1604439625/b144/_pkg_.a
2025-08-20T22:03:17.2543532Z [00:02:16.900]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:17.2544113Z [00:02:16.900]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.2544635Z [00:02:16.900]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:17.2545075Z [00:02:16.900]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.2545558Z [00:02:16.900]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:17.2546185Z [00:02:16.900]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.2546493Z [00:02:16.900]➜  EOF
2025-08-20T22:03:17.2546776Z [00:02:16.900]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.2549073Z [00:02:16.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b130=>" -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/b130/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T22:03:17.3099016Z [00:02:16.956]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:03:17.3099768Z [00:02:16.956]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:03:17.3100336Z [00:02:16.956]➜  crypto/internal/boring
2025-08-20T22:03:17.3106331Z [00:02:16.957]➜  mkdir -p $WORK/b129/
2025-08-20T22:03:17.3116955Z [00:02:16.958]➜  cat >/tmp/go-build1604439625/b129/importcfg << 'EOF' # internal
2025-08-20T22:03:17.3120566Z [00:02:16.958]➜  # import config
2025-08-20T22:03:17.3123442Z [00:02:16.958]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:17.3123920Z [00:02:16.958]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:17.3124454Z [00:02:16.958]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1604439625/b152/_pkg_.a
2025-08-20T22:03:17.3124938Z [00:02:16.958]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.3125270Z [00:02:16.958]➜  EOF
2025-08-20T22:03:17.3127377Z [00:02:16.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b129=>" -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/b129/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:03:17.3242042Z [00:02:16.969]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o $WORK/b089/_x004.o $WORK/b089/_x005.o $WORK/b089/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:03:17.3246375Z [00:02:16.969]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b089/_cgo_.o -dynout $WORK/b089/_cgo_import.go
2025-08-20T22:03:17.3289308Z [00:02:16.975]➜  cat >/tmp/go-build1604439625/b089/importcfg << 'EOF' # internal
2025-08-20T22:03:17.3290462Z [00:02:16.975]➜  # import config
2025-08-20T22:03:17.3291238Z [00:02:16.975]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:03:17.3291942Z [00:02:16.975]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:17.3292980Z [00:02:16.975]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:17.3293913Z [00:02:16.975]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.3294763Z [00:02:16.975]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1604439625/b090/_pkg_.a
2025-08-20T22:03:17.3295876Z [00:02:16.975]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:17.3296970Z [00:02:16.975]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:17.3297578Z [00:02:16.975]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:17.3298069Z [00:02:16.975]➜  packagefile internal/nettrace=/tmp/go-build1604439625/b091/_pkg_.a
2025-08-20T22:03:17.3298555Z [00:02:16.975]➜  packagefile internal/poll=/tmp/go-build1604439625/b064/_pkg_.a
2025-08-20T22:03:17.3299066Z [00:02:16.975]➜  packagefile internal/singleflight=/tmp/go-build1604439625/b092/_pkg_.a
2025-08-20T22:03:17.3299602Z [00:02:16.975]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:17.3300125Z [00:02:16.975]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:17.3300583Z [00:02:16.975]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.3300993Z [00:02:16.975]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:17.3301418Z [00:02:16.975]➜  packagefile net/netip=/tmp/go-build1604439625/b093/_pkg_.a
2025-08-20T22:03:17.3302237Z [00:02:16.975]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:17.3302651Z [00:02:16.975]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:17.3303074Z [00:02:16.975]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:17.3303486Z [00:02:16.975]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.3303919Z [00:02:16.975]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:17.3304371Z [00:02:16.975]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:17.3304788Z [00:02:16.975]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:17.3305214Z [00:02:16.975]➜  packagefile runtime/cgo=/tmp/go-build1604439625/b096/_pkg_.a
2025-08-20T22:03:17.3305546Z [00:02:16.975]➜  EOF
2025-08-20T22:03:17.3314581Z [00:02:16.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b089=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/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/b089/_cgo_gotypes.go $WORK/b089/cgo_linux.cgo1.go $WORK/b089/cgo_resnew.cgo1.go $WORK/b089/cgo_socknew.cgo1.go $WORK/b089/cgo_unix_cgo.cgo1.go $WORK/b089/cgo_unix_cgo_res.cgo1.go $WORK/b089/_cgo_import.go
2025-08-20T22:03:17.3402525Z [00:02:16.986]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:03:17.3409179Z [00:02:16.987]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:03:17.3410144Z [00:02:16.987]➜  crypto/aes
2025-08-20T22:03:17.3411484Z [00:02:16.987]➜  mkdir -p $WORK/b156/
2025-08-20T22:03:17.3417124Z [00:02:16.987]➜  cat >/tmp/go-build1604439625/b156/importcfg << 'EOF' # internal
2025-08-20T22:03:17.3417522Z [00:02:16.988]➜  # import config
2025-08-20T22:03:17.3417890Z [00:02:16.988]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:17.3418402Z [00:02:16.988]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.3419324Z [00:02:16.988]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:17.3419820Z [00:02:16.988]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.3420140Z [00:02:16.988]➜  EOF
2025-08-20T22:03:17.3421534Z [00:02:16.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b156=>" -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/b156/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:03:17.3534215Z [00:02:16.999]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:03:17.3538523Z [00:02:17.000]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:03:17.3540107Z [00:02:17.000]➜  crypto/des
2025-08-20T22:03:17.3540747Z [00:02:17.000]➜  mkdir -p $WORK/b157/
2025-08-20T22:03:17.3557642Z [00:02:17.000]➜  cat >/tmp/go-build1604439625/b157/importcfg << 'EOF' # internal
2025-08-20T22:03:17.3558384Z [00:02:17.000]➜  # import config
2025-08-20T22:03:17.3559241Z [00:02:17.000]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:17.3559853Z [00:02:17.000]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:17.3560464Z [00:02:17.000]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.3560962Z [00:02:17.000]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.3561427Z [00:02:17.000]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:17.3561896Z [00:02:17.000]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.3562319Z [00:02:17.000]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.3562638Z [00:02:17.000]➜  EOF
2025-08-20T22:03:17.3564595Z [00:02:17.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b157=>" -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/b157/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T22:03:17.3807283Z [00:02:17.027]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:03:17.3817854Z [00:02:17.028]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:03:17.3838944Z [00:02:17.030]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:03:17.3839350Z [00:02:17.030]➜  mkdir -p $WORK/b162/
2025-08-20T22:03:17.3839758Z [00:02:17.030]➜  cat >/tmp/go-build1604439625/b162/importcfg << 'EOF' # internal
2025-08-20T22:03:17.3840105Z [00:02:17.030]➜  # import config
2025-08-20T22:03:17.3840535Z [00:02:17.030]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.3841128Z [00:02:17.030]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.3841765Z [00:02:17.030]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.3842334Z [00:02:17.030]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.3842775Z [00:02:17.030]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.3843099Z [00:02:17.030]➜  EOF
2025-08-20T22:03:17.3845643Z [00:02:17.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b162=>" -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/b162/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:03:17.4518664Z [00:02:17.097]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:03:17.4527986Z [00:02:17.098]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:03:17.4528692Z [00:02:17.098]➜  crypto/internal/fips140/bigmod
2025-08-20T22:03:17.4528990Z [00:02:17.098]➜  mkdir -p $WORK/b167/
2025-08-20T22:03:17.4541781Z [00:02:17.100]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T22:03:17.4542320Z [00:02:17.100]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:03:17.4543798Z [00:02:17.100]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b167/symabis ./nat_arm64.s
2025-08-20T22:03:17.4618676Z [00:02:17.108]➜  cat >/tmp/go-build1604439625/b167/importcfg << 'EOF' # internal
2025-08-20T22:03:17.4628737Z [00:02:17.108]➜  # import config
2025-08-20T22:03:17.4629248Z [00:02:17.108]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.4630509Z [00:02:17.108]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.4631168Z [00:02:17.108]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:17.4631729Z [00:02:17.108]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:17.4632218Z [00:02:17.108]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.4632650Z [00:02:17.108]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.4632972Z [00:02:17.108]➜  EOF
2025-08-20T22:03:17.4633238Z [00:02:17.108]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.4635907Z [00:02:17.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b167=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b167/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack -asmhdr $WORK/b167/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:03:17.4855753Z [00:02:17.131]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:03:17.4935314Z [00:02:17.139]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:03:17.4964397Z [00:02:17.142]➜  crypto/internal/fips140/nistec
2025-08-20T22:03:17.4964806Z [00:02:17.142]➜  mkdir -p $WORK/b160/
2025-08-20T22:03:17.4984480Z [00:02:17.144]➜  echo -n > $WORK/b160/go_asm.h # internal
2025-08-20T22:03:17.4984897Z [00:02:17.144]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:03:17.4986330Z [00:02:17.144]➜  /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/b160=>" -I $WORK/b160/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b160/symabis ./p256_asm_arm64.s
2025-08-20T22:03:17.5025768Z [00:02:17.148]➜  cat >/tmp/go-build1604439625/b160/importcfg << 'EOF' # internal
2025-08-20T22:03:17.5026653Z [00:02:17.149]➜  # import config
2025-08-20T22:03:17.5027949Z [00:02:17.149]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.5028639Z [00:02:17.149]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1604439625/b161/_pkg_.a
2025-08-20T22:03:17.5029264Z [00:02:17.149]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.5029893Z [00:02:17.149]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.5030450Z [00:02:17.149]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.5030883Z [00:02:17.149]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.5031317Z [00:02:17.149]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:17.5031736Z [00:02:17.149]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.5032043Z [00:02:17.149]➜  EOF
2025-08-20T22:03:17.5036905Z [00:02:17.150]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.5044298Z [00:02:17.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b160=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b160/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack -asmhdr $WORK/b160/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T22:03:17.5566555Z [00:02:17.202]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:03:17.5570618Z [00:02:17.203]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b167/nat_arm64.o ./nat_arm64.s
2025-08-20T22:03:17.5600486Z [00:02:17.206]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/nat_arm64.o # internal
2025-08-20T22:03:17.5601558Z [00:02:17.206]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:03:17.5614441Z [00:02:17.207]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:03:17.5616823Z [00:02:17.208]➜  crypto/internal/fips140cache
2025-08-20T22:03:17.5617484Z [00:02:17.208]➜  mkdir -p $WORK/b168/
2025-08-20T22:03:17.5620714Z [00:02:17.208]➜  cat >/tmp/go-build1604439625/b168/importcfg << 'EOF' # internal
2025-08-20T22:03:17.5621304Z [00:02:17.208]➜  # import config
2025-08-20T22:03:17.5621711Z [00:02:17.208]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:17.5623186Z [00:02:17.208]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.5623790Z [00:02:17.208]➜  packagefile weak=/tmp/go-build1604439625/b095/_pkg_.a
2025-08-20T22:03:17.5624105Z [00:02:17.208]➜  EOF
2025-08-20T22:03:17.5624394Z [00:02:17.208]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.5626334Z [00:02:17.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b168=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:03:17.5737273Z [00:02:17.220]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:03:17.5746167Z [00:02:17.220]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:03:17.5746790Z [00:02:17.221]➜  crypto/sha3
2025-08-20T22:03:17.5747046Z [00:02:17.221]➜  mkdir -p $WORK/b170/
2025-08-20T22:03:17.5751240Z [00:02:17.221]➜  cat >/tmp/go-build1604439625/b170/importcfg << 'EOF' # internal
2025-08-20T22:03:17.5752119Z [00:02:17.221]➜  # import config
2025-08-20T22:03:17.5752886Z [00:02:17.221]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:17.5754562Z [00:02:17.221]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:17.5755387Z [00:02:17.221]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.5756138Z [00:02:17.221]➜  EOF
2025-08-20T22:03:17.5757856Z [00:02:17.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b170=>" -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/b170/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:03:17.5780553Z [00:02:17.224]➜  cd /root/.go/src/math/big
2025-08-20T22:03:17.5781822Z [00:02:17.224]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b153/arith_arm64.o ./arith_arm64.s
2025-08-20T22:03:17.5811149Z [00:02:17.227]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/arith_arm64.o # internal
2025-08-20T22:03:17.5811932Z [00:02:17.227]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:03:17.5855554Z [00:02:17.231]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:03:17.5856681Z [00:02:17.232]➜  crypto/rand
2025-08-20T22:03:17.5857264Z [00:02:17.232]➜  mkdir -p $WORK/b128/
2025-08-20T22:03:17.5858167Z [00:02:17.232]➜  cat >/tmp/go-build1604439625/b128/importcfg << 'EOF' # internal
2025-08-20T22:03:17.5858775Z [00:02:17.232]➜  # import config
2025-08-20T22:03:17.5859692Z [00:02:17.232]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.5860303Z [00:02:17.232]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.5861250Z [00:02:17.232]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.5861898Z [00:02:17.232]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.5862454Z [00:02:17.232]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:17.5862998Z [00:02:17.232]➜  packagefile crypto/internal/sysrand=/tmp/go-build1604439625/b147/_pkg_.a
2025-08-20T22:03:17.5863475Z [00:02:17.232]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.5863894Z [00:02:17.232]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.5864309Z [00:02:17.232]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:17.5864627Z [00:02:17.232]➜  EOF
2025-08-20T22:03:17.5864894Z [00:02:17.232]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.5866793Z [00:02:17.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b128=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T22:03:17.5974886Z [00:02:17.243]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:03:17.5981958Z [00:02:17.244]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:03:17.5983425Z [00:02:17.244]➜  crypto/internal/boring/bbig
2025-08-20T22:03:17.5988719Z [00:02:17.245]➜  mkdir -p $WORK/b165/
2025-08-20T22:03:17.5989116Z [00:02:17.245]➜  cat >/tmp/go-build1604439625/b165/importcfg << 'EOF' # internal
2025-08-20T22:03:17.5989463Z [00:02:17.245]➜  # import config
2025-08-20T22:03:17.5989862Z [00:02:17.245]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.5990366Z [00:02:17.245]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:17.5990688Z [00:02:17.245]➜  EOF
2025-08-20T22:03:17.5992360Z [00:02:17.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b165=>" -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/b165/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:03:17.6077055Z [00:02:17.253]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:03:17.6097905Z [00:02:17.256]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:03:17.6101917Z [00:02:17.256]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:03:17.6111873Z [00:02:17.257]➜  crypto/internal/fips140hash
2025-08-20T22:03:17.6112235Z [00:02:17.257]➜  mkdir -p $WORK/b169/
2025-08-20T22:03:17.6117844Z [00:02:17.258]➜  cat >/tmp/go-build1604439625/b169/importcfg << 'EOF' # internal
2025-08-20T22:03:17.6118257Z [00:02:17.258]➜  # import config
2025-08-20T22:03:17.6118691Z [00:02:17.258]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:17.6119211Z [00:02:17.258]➜  packagefile crypto/sha3=/tmp/go-build1604439625/b170/_pkg_.a
2025-08-20T22:03:17.6119668Z [00:02:17.258]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.6119976Z [00:02:17.258]➜  EOF
2025-08-20T22:03:17.6128173Z [00:02:17.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b169=>" -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/b169/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:03:17.6136102Z [00:02:17.259]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:03:17.6145467Z [00:02:17.260]➜  crypto/sha512
2025-08-20T22:03:17.6147541Z [00:02:17.260]➜  mkdir -p $WORK/b171/
2025-08-20T22:03:17.6159939Z [00:02:17.262]➜  cat >/tmp/go-build1604439625/b171/importcfg << 'EOF' # internal
2025-08-20T22:03:17.6160688Z [00:02:17.262]➜  # import config
2025-08-20T22:03:17.6161332Z [00:02:17.262]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:17.6162142Z [00:02:17.262]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.6163012Z [00:02:17.262]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:17.6164048Z [00:02:17.262]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.6164440Z [00:02:17.262]➜  EOF
2025-08-20T22:03:17.6166188Z [00:02:17.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b171=>" -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/b171/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:03:17.6236552Z [00:02:17.270]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:03:17.6240994Z [00:02:17.270]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:03:17.6242017Z [00:02:17.270]➜  encoding/asn1
2025-08-20T22:03:17.6242718Z [00:02:17.270]➜  mkdir -p $WORK/b173/
2025-08-20T22:03:17.6246033Z [00:02:17.271]➜  cat >/tmp/go-build1604439625/b173/importcfg << 'EOF' # internal
2025-08-20T22:03:17.6246773Z [00:02:17.271]➜  # import config
2025-08-20T22:03:17.6247542Z [00:02:17.271]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.6248236Z [00:02:17.271]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.6249108Z [00:02:17.271]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:17.6249567Z [00:02:17.271]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:17.6249999Z [00:02:17.271]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:17.6250457Z [00:02:17.271]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:17.6250879Z [00:02:17.271]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:17.6251300Z [00:02:17.271]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.6251729Z [00:02:17.271]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:17.6252148Z [00:02:17.271]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:17.6252598Z [00:02:17.271]➜  packagefile unicode/utf16=/tmp/go-build1604439625/b069/_pkg_.a
2025-08-20T22:03:17.6253068Z [00:02:17.271]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:17.6253402Z [00:02:17.271]➜  EOF
2025-08-20T22:03:17.6255120Z [00:02:17.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b173=>" -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/b173/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T22:03:17.6317858Z [00:02:17.278]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:03:17.6324233Z [00:02:17.278]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:03:17.6327722Z [00:02:17.279]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:03:17.6336740Z [00:02:17.279]➜  mkdir -p $WORK/b177/
2025-08-20T22:03:17.6337651Z [00:02:17.279]➜  cat >/tmp/go-build1604439625/b177/importcfg << 'EOF' # internal
2025-08-20T22:03:17.6338045Z [00:02:17.279]➜  # import config
2025-08-20T22:03:17.6338491Z [00:02:17.279]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.6339144Z [00:02:17.279]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1604439625/b162/_pkg_.a
2025-08-20T22:03:17.6339804Z [00:02:17.279]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:17.6340426Z [00:02:17.279]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.6340953Z [00:02:17.279]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.6341383Z [00:02:17.279]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.6341813Z [00:02:17.279]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.6342127Z [00:02:17.279]➜  EOF
2025-08-20T22:03:17.6345242Z [00:02:17.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b177=>" -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/b177/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T22:03:17.7534554Z [00:02:17.399]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:03:17.7553829Z [00:02:17.401]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:03:17.7558299Z [00:02:17.402]➜  crypto/internal/fips140/ed25519
2025-08-20T22:03:17.7559731Z [00:02:17.402]➜  mkdir -p $WORK/b176/
2025-08-20T22:03:17.7566608Z [00:02:17.403]➜  cat >/tmp/go-build1604439625/b176/importcfg << 'EOF' # internal
2025-08-20T22:03:17.7567079Z [00:02:17.403]➜  # import config
2025-08-20T22:03:17.7567423Z [00:02:17.403]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.7567910Z [00:02:17.403]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.7568479Z [00:02:17.403]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.7569058Z [00:02:17.403]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.7569677Z [00:02:17.403]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1604439625/b177/_pkg_.a
2025-08-20T22:03:17.7570285Z [00:02:17.403]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:17.7570779Z [00:02:17.403]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.7571202Z [00:02:17.403]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.7571630Z [00:02:17.403]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.7571937Z [00:02:17.403]➜  EOF
2025-08-20T22:03:17.7574284Z [00:02:17.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:03:17.7647617Z [00:02:17.411]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:03:17.7684455Z [00:02:17.414]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:03:17.7689733Z [00:02:17.415]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:03:17.7690131Z [00:02:17.415]➜  mkdir -p $WORK/b172/
2025-08-20T22:03:17.7690517Z [00:02:17.415]➜  cat >/tmp/go-build1604439625/b172/importcfg << 'EOF' # internal
2025-08-20T22:03:17.7690864Z [00:02:17.415]➜  # import config
2025-08-20T22:03:17.7691333Z [00:02:17.415]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:03:17.7691897Z [00:02:17.415]➜  packagefile encoding/asn1=/tmp/go-build1604439625/b173/_pkg_.a
2025-08-20T22:03:17.7692355Z [00:02:17.415]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.7692768Z [00:02:17.415]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:17.7693317Z [00:02:17.415]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1604439625/b174/_pkg_.a
2025-08-20T22:03:17.7693864Z [00:02:17.415]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:17.7694292Z [00:02:17.415]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:17.7695039Z [00:02:17.415]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:17.7695456Z [00:02:17.415]➜  EOF
2025-08-20T22:03:17.7697965Z [00:02:17.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b172=>" -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/b172/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T22:03:17.8053412Z [00:02:17.451]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:03:17.8059648Z [00:02:17.452]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:03:17.8069888Z [00:02:17.452]➜  crypto/ed25519
2025-08-20T22:03:17.8070301Z [00:02:17.452]➜  mkdir -p $WORK/b175/
2025-08-20T22:03:17.8070683Z [00:02:17.452]➜  cat >/tmp/go-build1604439625/b175/importcfg << 'EOF' # internal
2025-08-20T22:03:17.8071028Z [00:02:17.452]➜  # import config
2025-08-20T22:03:17.8071368Z [00:02:17.452]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:17.8071889Z [00:02:17.452]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1604439625/b176/_pkg_.a
2025-08-20T22:03:17.8072495Z [00:02:17.452]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1604439625/b168/_pkg_.a
2025-08-20T22:03:17.8073071Z [00:02:17.452]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.8073581Z [00:02:17.452]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:17.8074041Z [00:02:17.452]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:17.8074495Z [00:02:17.452]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.8074900Z [00:02:17.452]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.8075310Z [00:02:17.452]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:17.8075618Z [00:02:17.452]➜  EOF
2025-08-20T22:03:17.8077564Z [00:02:17.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b175=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:03:17.9089435Z [00:02:17.554]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:03:17.9095145Z [00:02:17.555]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:03:17.9096031Z [00:02:17.555]➜  crypto/internal/fips140/hkdf
2025-08-20T22:03:17.9096345Z [00:02:17.555]➜  mkdir -p $WORK/b179/
2025-08-20T22:03:17.9096718Z [00:02:17.555]➜  cat >/tmp/go-build1604439625/b179/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9097057Z [00:02:17.555]➜  # import config
2025-08-20T22:03:17.9097391Z [00:02:17.555]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.9097878Z [00:02:17.555]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.9098465Z [00:02:17.556]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.9100323Z [00:02:17.556]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:17.9100948Z [00:02:17.556]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:17.9101456Z [00:02:17.556]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9102229Z [00:02:17.556]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.9102538Z [00:02:17.556]➜  EOF
2025-08-20T22:03:17.9104554Z [00:02:17.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:03:17.9406147Z [00:02:17.586]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:03:17.9419029Z [00:02:17.587]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:03:17.9419954Z [00:02:17.587]➜  crypto/hkdf
2025-08-20T22:03:17.9420563Z [00:02:17.587]➜  mkdir -p $WORK/b178/
2025-08-20T22:03:17.9421423Z [00:02:17.587]➜  cat >/tmp/go-build1604439625/b178/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9421825Z [00:02:17.587]➜  # import config
2025-08-20T22:03:17.9422261Z [00:02:17.587]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1604439625/b179/_pkg_.a
2025-08-20T22:03:17.9422841Z [00:02:17.587]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1604439625/b169/_pkg_.a
2025-08-20T22:03:17.9423434Z [00:02:17.587]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.9423928Z [00:02:17.587]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9424342Z [00:02:17.587]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.9424650Z [00:02:17.587]➜  EOF
2025-08-20T22:03:17.9426435Z [00:02:17.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b178=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:03:17.9443678Z [00:02:17.590]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:03:17.9445355Z [00:02:17.590]➜  /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/b160=>" -I $WORK/b160/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b160/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:03:17.9494730Z [00:02:17.595]➜  go tool pack r $WORK/b160/_pkg_.a $WORK/b160/p256_asm_arm64.o # internal
2025-08-20T22:03:17.9495528Z [00:02:17.595]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:03:17.9511208Z [00:02:17.597]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:03:17.9514135Z [00:02:17.597]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:03:17.9514733Z [00:02:17.597]➜  crypto/hmac
2025-08-20T22:03:17.9514992Z [00:02:17.597]➜  mkdir -p $WORK/b180/
2025-08-20T22:03:17.9515616Z [00:02:17.597]➜  cat >/tmp/go-build1604439625/b180/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9516888Z [00:02:17.598]➜  # import config
2025-08-20T22:03:17.9517562Z [00:02:17.598]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.9518583Z [00:02:17.598]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:17.9519385Z [00:02:17.598]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1604439625/b169/_pkg_.a
2025-08-20T22:03:17.9520582Z [00:02:17.598]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.9521106Z [00:02:17.598]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:17.9521955Z [00:02:17.598]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.9522266Z [00:02:17.598]➜  EOF
2025-08-20T22:03:17.9522532Z [00:02:17.598]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:17.9524000Z [00:02:17.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b180=>" -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/b180/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:03:17.9567021Z [00:02:17.602]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:03:17.9568889Z [00:02:17.602]➜  crypto/internal/fips140/ecdh
2025-08-20T22:03:17.9569214Z [00:02:17.602]➜  mkdir -p $WORK/b159/
2025-08-20T22:03:17.9574295Z [00:02:17.603]➜  cat >/tmp/go-build1604439625/b159/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9574720Z [00:02:17.603]➜  # import config
2025-08-20T22:03:17.9575060Z [00:02:17.603]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.9575544Z [00:02:17.603]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.9576308Z [00:02:17.603]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.9576894Z [00:02:17.603]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.9577487Z [00:02:17.603]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1604439625/b160/_pkg_.a
2025-08-20T22:03:17.9578108Z [00:02:17.603]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:17.9578631Z [00:02:17.603]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9579034Z [00:02:17.603]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.9579462Z [00:02:17.603]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:17.9579883Z [00:02:17.603]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.9580187Z [00:02:17.603]➜  EOF
2025-08-20T22:03:17.9595594Z [00:02:17.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b159=>" -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/b159/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:03:17.9650561Z [00:02:17.611]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:03:17.9681689Z [00:02:17.614]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:03:17.9682840Z [00:02:17.614]➜  crypto/elliptic
2025-08-20T22:03:17.9684079Z [00:02:17.614]➜  mkdir -p $WORK/b164/
2025-08-20T22:03:17.9709778Z [00:02:17.617]➜  cat >/tmp/go-build1604439625/b164/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9710495Z [00:02:17.617]➜  # import config
2025-08-20T22:03:17.9711278Z [00:02:17.617]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1604439625/b160/_pkg_.a
2025-08-20T22:03:17.9712344Z [00:02:17.617]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9712835Z [00:02:17.617]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.9713270Z [00:02:17.617]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:17.9713697Z [00:02:17.617]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.9714006Z [00:02:17.617]➜  EOF
2025-08-20T22:03:17.9716133Z [00:02:17.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b164=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T22:03:17.9727699Z [00:02:17.619]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:03:17.9737297Z [00:02:17.620]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:03:17.9740130Z [00:02:17.620]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:03:17.9740463Z [00:02:17.620]➜  mkdir -p $WORK/b166/
2025-08-20T22:03:17.9745551Z [00:02:17.620]➜  cat >/tmp/go-build1604439625/b166/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9746308Z [00:02:17.620]➜  # import config
2025-08-20T22:03:17.9750525Z [00:02:17.620]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.9751530Z [00:02:17.620]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:17.9752152Z [00:02:17.620]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1604439625/b167/_pkg_.a
2025-08-20T22:03:17.9752748Z [00:02:17.620]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:17.9753319Z [00:02:17.620]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:17.9753910Z [00:02:17.620]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:17.9754491Z [00:02:17.620]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1604439625/b160/_pkg_.a
2025-08-20T22:03:17.9755076Z [00:02:17.620]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:17.9755569Z [00:02:17.620]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9756274Z [00:02:17.620]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:17.9756680Z [00:02:17.620]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.9757080Z [00:02:17.620]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:17.9757387Z [00:02:17.620]➜  EOF
2025-08-20T22:03:17.9760098Z [00:02:17.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b166=>" -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/b166/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T22:03:17.9859141Z [00:02:17.632]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:03:17.9867510Z [00:02:17.633]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:03:17.9868107Z [00:02:17.633]➜  crypto/ecdh
2025-08-20T22:03:17.9868359Z [00:02:17.633]➜  mkdir -p $WORK/b158/
2025-08-20T22:03:17.9877408Z [00:02:17.634]➜  cat >/tmp/go-build1604439625/b158/importcfg << 'EOF' # internal
2025-08-20T22:03:17.9877832Z [00:02:17.634]➜  # import config
2025-08-20T22:03:17.9878208Z [00:02:17.634]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:17.9878631Z [00:02:17.634]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:17.9879111Z [00:02:17.634]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:17.9879672Z [00:02:17.634]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1604439625/b159/_pkg_.a
2025-08-20T22:03:17.9880307Z [00:02:17.634]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1604439625/b162/_pkg_.a
2025-08-20T22:03:17.9881357Z [00:02:17.634]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:17.9881919Z [00:02:17.634]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:17.9882428Z [00:02:17.634]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:17.9882869Z [00:02:17.634]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:17.9883285Z [00:02:17.634]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:17.9883587Z [00:02:17.634]➜  EOF
2025-08-20T22:03:17.9885246Z [00:02:17.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b158=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T22:03:18.0594206Z [00:02:17.705]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:03:18.0605068Z [00:02:17.706]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:03:18.0619270Z [00:02:17.708]➜  crypto/internal/fips140/mlkem
2025-08-20T22:03:18.0619927Z [00:02:17.708]➜  mkdir -p $WORK/b181/
2025-08-20T22:03:18.0620857Z [00:02:17.708]➜  cat >/tmp/go-build1604439625/b181/importcfg << 'EOF' # internal
2025-08-20T22:03:18.0621248Z [00:02:17.708]➜  # import config
2025-08-20T22:03:18.0621592Z [00:02:17.708]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.0622082Z [00:02:17.708]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:18.0622651Z [00:02:17.708]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:18.0623249Z [00:02:17.708]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:18.0623879Z [00:02:17.708]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:18.0624460Z [00:02:17.708]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:18.0625086Z [00:02:17.708]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:18.0626114Z [00:02:17.708]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.0626513Z [00:02:17.708]➜  EOF
2025-08-20T22:03:18.0628909Z [00:02:17.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b181=>" -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/b181/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T22:03:18.0707409Z [00:02:17.717]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:03:18.0722560Z [00:02:17.718]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:03:18.0739032Z [00:02:17.720]➜  crypto/internal/fips140/tls12
2025-08-20T22:03:18.0739515Z [00:02:17.720]➜  mkdir -p $WORK/b182/
2025-08-20T22:03:18.0743087Z [00:02:17.720]➜  cat >/tmp/go-build1604439625/b182/importcfg << 'EOF' # internal
2025-08-20T22:03:18.0743472Z [00:02:17.720]➜  # import config
2025-08-20T22:03:18.0743812Z [00:02:17.720]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.0744497Z [00:02:17.720]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:18.0745216Z [00:02:17.720]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:18.0746009Z [00:02:17.720]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:18.0746747Z [00:02:17.720]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:18.0747436Z [00:02:17.720]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:18.0748030Z [00:02:17.720]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.0748552Z [00:02:17.720]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.0748963Z [00:02:17.720]➜  EOF
2025-08-20T22:03:18.0778348Z [00:02:17.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b182=>" -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/b182/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:03:18.0820295Z [00:02:17.728]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:03:18.0839162Z [00:02:17.730]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:03:18.0892962Z [00:02:17.735]➜  crypto/ecdsa
2025-08-20T22:03:18.0893337Z [00:02:17.735]➜  mkdir -p $WORK/b163/
2025-08-20T22:03:18.0909291Z [00:02:17.737]➜  cat >/tmp/go-build1604439625/b163/importcfg << 'EOF' # internal
2025-08-20T22:03:18.0909831Z [00:02:17.737]➜  # import config
2025-08-20T22:03:18.0910383Z [00:02:17.737]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:03:18.0911179Z [00:02:17.737]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:03:18.0911859Z [00:02:17.737]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.0912402Z [00:02:17.737]➜  packagefile crypto/ecdh=/tmp/go-build1604439625/b158/_pkg_.a
2025-08-20T22:03:18.0912982Z [00:02:17.737]➜  packagefile crypto/elliptic=/tmp/go-build1604439625/b164/_pkg_.a
2025-08-20T22:03:18.0913633Z [00:02:17.737]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:18.0914313Z [00:02:17.737]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1604439625/b165/_pkg_.a
2025-08-20T22:03:18.0915008Z [00:02:17.737]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1604439625/b166/_pkg_.a
2025-08-20T22:03:18.0915722Z [00:02:17.737]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1604439625/b160/_pkg_.a
2025-08-20T22:03:18.0916600Z [00:02:17.737]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1604439625/b168/_pkg_.a
2025-08-20T22:03:18.0917698Z [00:02:17.737]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1604439625/b169/_pkg_.a
2025-08-20T22:03:18.0918387Z [00:02:17.737]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.0919077Z [00:02:17.737]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:18.0919706Z [00:02:17.737]➜  packagefile crypto/sha512=/tmp/go-build1604439625/b171/_pkg_.a
2025-08-20T22:03:18.0920308Z [00:02:17.737]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:18.0920847Z [00:02:17.737]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.0921510Z [00:02:17.737]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1604439625/b172/_pkg_.a
2025-08-20T22:03:18.0922310Z [00:02:17.737]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1604439625/b174/_pkg_.a
2025-08-20T22:03:18.0922980Z [00:02:17.737]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.0923498Z [00:02:17.737]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:18.0924059Z [00:02:17.737]➜  packagefile math/rand/v2=/tmp/go-build1604439625/b149/_pkg_.a
2025-08-20T22:03:18.0924517Z [00:02:17.737]➜  EOF
2025-08-20T22:03:18.0926510Z [00:02:17.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b163=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T22:03:18.0928248Z [00:02:17.739]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:03:18.0939388Z [00:02:17.739]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:03:18.0940039Z [00:02:17.740]➜  crypto/internal/fips140/tls13
2025-08-20T22:03:18.0940328Z [00:02:17.740]➜  mkdir -p $WORK/b183/
2025-08-20T22:03:18.1002895Z [00:02:17.746]➜  cat >/tmp/go-build1604439625/b183/importcfg << 'EOF' # internal
2025-08-20T22:03:18.1003320Z [00:02:17.746]➜  # import config
2025-08-20T22:03:18.1007087Z [00:02:17.746]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.1013641Z [00:02:17.746]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:18.1018658Z [00:02:17.746]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:18.1021556Z [00:02:17.746]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1604439625/b179/_pkg_.a
2025-08-20T22:03:18.1025601Z [00:02:17.746]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:18.1026397Z [00:02:17.746]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:18.1026936Z [00:02:17.746]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.1027354Z [00:02:17.746]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.1027669Z [00:02:17.746]➜  EOF
2025-08-20T22:03:18.1029594Z [00:02:17.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b183=>" -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/b183/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:03:18.1575635Z [00:02:17.803]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:03:18.1593819Z [00:02:17.804]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:03:18.1594478Z [00:02:17.805]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:03:18.1594794Z [00:02:17.805]➜  mkdir -p $WORK/b186/
2025-08-20T22:03:18.1595107Z [00:02:17.805]➜  echo -n > $WORK/b186/go_asm.h # internal
2025-08-20T22:03:18.1595476Z [00:02:17.805]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:03:18.1597189Z [00:02:17.805]➜  /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/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b186/symabis ./chacha_arm64.s
2025-08-20T22:03:18.1663742Z [00:02:17.812]➜  cat >/tmp/go-build1604439625/b186/importcfg << 'EOF' # internal
2025-08-20T22:03:18.1666998Z [00:02:17.812]➜  # import config
2025-08-20T22:03:18.1667513Z [00:02:17.812]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:03:18.1668078Z [00:02:17.812]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:18.1668560Z [00:02:17.812]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:18.1669012Z [00:02:17.812]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.1669580Z [00:02:17.812]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1604439625/b187/_pkg_.a
2025-08-20T22:03:18.1670127Z [00:02:17.812]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.1670559Z [00:02:17.812]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:18.1670873Z [00:02:17.812]➜  EOF
2025-08-20T22:03:18.1671139Z [00:02:17.812]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.1673983Z [00:02:17.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b186=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -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/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:03:18.1719773Z [00:02:17.818]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:03:18.1734848Z [00:02:17.819]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:03:18.1740810Z [00:02:17.820]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:03:18.1741207Z [00:02:17.820]➜  mkdir -p $WORK/b188/
2025-08-20T22:03:18.1741627Z [00:02:17.820]➜  cat >/tmp/go-build1604439625/b188/importcfg << 'EOF' # internal
2025-08-20T22:03:18.1741974Z [00:02:17.820]➜  # import config
2025-08-20T22:03:18.1742338Z [00:02:17.820]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:18.1742813Z [00:02:17.820]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:18.1743277Z [00:02:17.820]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.1743598Z [00:02:17.820]➜  EOF
2025-08-20T22:03:18.1746645Z [00:02:17.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b188=>" -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/b188/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:03:18.2091060Z [00:02:17.855]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:03:18.2092142Z [00:02:17.855]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:03:18.2095233Z [00:02:17.855]➜  crypto/md5
2025-08-20T22:03:18.2095575Z [00:02:17.855]➜  mkdir -p $WORK/b189/
2025-08-20T22:03:18.2096057Z [00:02:17.855]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:03:18.2103478Z [00:02:17.855]➜  /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/b186=>" -I $WORK/b186/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b186/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:03:18.2104786Z [00:02:17.855]➜  echo -n > $WORK/b189/go_asm.h # internal
2025-08-20T22:03:18.2105113Z [00:02:17.855]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:03:18.2106197Z [00:02:17.855]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b189/symabis ./md5block_arm64.s
2025-08-20T22:03:18.2116216Z [00:02:17.857]➜  cat >/tmp/go-build1604439625/b189/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2116622Z [00:02:17.857]➜  # import config
2025-08-20T22:03:18.2116971Z [00:02:17.857]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.2117478Z [00:02:17.857]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.2117966Z [00:02:17.857]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2118382Z [00:02:17.857]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.2118855Z [00:02:17.857]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:18.2119328Z [00:02:17.857]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.2119650Z [00:02:17.857]➜  EOF
2025-08-20T22:03:18.2119913Z [00:02:17.857]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.2122128Z [00:02:17.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b189/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack -asmhdr $WORK/b189/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T22:03:18.2124884Z [00:02:17.858]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:03:18.2126031Z [00:02:17.858]➜  go tool pack r $WORK/b186/_pkg_.a $WORK/b186/chacha_arm64.o # internal
2025-08-20T22:03:18.2127010Z [00:02:17.858]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:03:18.2128053Z [00:02:17.859]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:03:18.2131629Z [00:02:17.859]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:03:18.2132416Z [00:02:17.859]➜  mkdir -p $WORK/b185/
2025-08-20T22:03:18.2137844Z [00:02:17.860]➜  cat >/tmp/go-build1604439625/b185/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2140600Z [00:02:17.860]➜  # import config
2025-08-20T22:03:18.2149801Z [00:02:17.860]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:03:18.2150815Z [00:02:17.860]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:03:18.2151885Z [00:02:17.860]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:03:18.2153374Z [00:02:17.860]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:18.2154062Z [00:02:17.860]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:18.2155233Z [00:02:17.860]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2155933Z [00:02:17.860]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1604439625/b186/_pkg_.a
2025-08-20T22:03:18.2156660Z [00:02:17.860]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1604439625/b187/_pkg_.a
2025-08-20T22:03:18.2157342Z [00:02:17.860]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1604439625/b188/_pkg_.a
2025-08-20T22:03:18.2157779Z [00:02:17.860]➜  EOF
2025-08-20T22:03:18.2158040Z [00:02:17.860]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.2161108Z [00:02:17.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b185=>" -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/b185/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:03:18.2229386Z [00:02:17.869]➜  cd /root/.go/src/net
2025-08-20T22:03:18.2237410Z [00:02:17.869]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o $WORK/b089/_x004.o $WORK/b089/_x005.o $WORK/b089/_x006.o # internal
2025-08-20T22:03:18.2238178Z [00:02:17.869]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:03:18.2332433Z [00:02:17.879]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/3c/3c51efc3f30ca259deb3c37e78fa2ccf4be750250da37a41e608dce9a49b4827-d # internal
2025-08-20T22:03:18.2343145Z [00:02:17.880]➜  github.com/spf13/pflag
2025-08-20T22:03:18.2343938Z [00:02:17.880]➜  mkdir -p $WORK/b085/
2025-08-20T22:03:18.2366552Z [00:02:17.880]➜  cat >/tmp/go-build1604439625/b085/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2367356Z [00:02:17.880]➜  # import config
2025-08-20T22:03:18.2367780Z [00:02:17.880]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.2368217Z [00:02:17.880]➜  packagefile encoding=/tmp/go-build1604439625/b053/_pkg_.a
2025-08-20T22:03:18.2368682Z [00:02:17.880]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:18.2369186Z [00:02:17.880]➜  packagefile encoding/csv=/tmp/go-build1604439625/b086/_pkg_.a
2025-08-20T22:03:18.2369665Z [00:02:17.880]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:18.2370106Z [00:02:17.880]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2370520Z [00:02:17.880]➜  packagefile flag=/tmp/go-build1604439625/b088/_pkg_.a
2025-08-20T22:03:18.2370930Z [00:02:17.880]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.2371329Z [00:02:17.880]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.2371742Z [00:02:17.880]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:18.2372140Z [00:02:17.880]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:18.2372551Z [00:02:17.880]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:18.2372969Z [00:02:17.880]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:18.2373386Z [00:02:17.880]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:18.2374104Z [00:02:17.880]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.2374521Z [00:02:17.880]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:18.2374829Z [00:02:17.880]➜  EOF
2025-08-20T22:03:18.2375097Z [00:02:17.880]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.2385968Z [00:02:17.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.7=>github.com/spf13/pflag@v1.0.7;$WORK/b085=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid DS1jqFTfOSDQeE2wzFOO/DS1jqFTfOSDQeE2wzFOO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool_func.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/errors.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/func.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/text.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/time.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.7/uint_slice.go
2025-08-20T22:03:18.2428046Z [00:02:17.888]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:03:18.2429105Z [00:02:17.888]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b189/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:03:18.2496668Z [00:02:17.895]➜  go tool pack r $WORK/b189/_pkg_.a $WORK/b189/md5block_arm64.o # internal
2025-08-20T22:03:18.2497707Z [00:02:17.896]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:03:18.2503889Z [00:02:17.896]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:03:18.2507911Z [00:02:17.897]➜  crypto/rc4
2025-08-20T22:03:18.2508197Z [00:02:17.897]➜  mkdir -p $WORK/b190/
2025-08-20T22:03:18.2518397Z [00:02:17.898]➜  cat >/tmp/go-build1604439625/b190/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2518832Z [00:02:17.898]➜  # import config
2025-08-20T22:03:18.2519294Z [00:02:17.898]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:18.2519881Z [00:02:17.898]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.2520378Z [00:02:17.898]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2520827Z [00:02:17.898]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:18.2521143Z [00:02:17.898]➜  EOF
2025-08-20T22:03:18.2521652Z [00:02:17.898]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.2534120Z [00:02:17.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b190=>" -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/b190/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:03:18.2557913Z [00:02:17.901]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:03:18.2563438Z [00:02:17.902]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:03:18.2572456Z [00:02:17.903]➜  crypto/internal/hpke
2025-08-20T22:03:18.2573308Z [00:02:17.903]➜  mkdir -p $WORK/b184/
2025-08-20T22:03:18.2573779Z [00:02:17.903]➜  cat >/tmp/go-build1604439625/b184/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2574139Z [00:02:17.903]➜  # import config
2025-08-20T22:03:18.2574625Z [00:02:17.903]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:03:18.2575175Z [00:02:17.903]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.2575619Z [00:02:17.903]➜  packagefile crypto/aes=/tmp/go-build1604439625/b156/_pkg_.a
2025-08-20T22:03:18.2576362Z [00:02:17.903]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:18.2576831Z [00:02:17.903]➜  packagefile crypto/ecdh=/tmp/go-build1604439625/b158/_pkg_.a
2025-08-20T22:03:18.2577289Z [00:02:17.903]➜  packagefile crypto/hkdf=/tmp/go-build1604439625/b178/_pkg_.a
2025-08-20T22:03:18.2577742Z [00:02:17.903]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:18.2578175Z [00:02:17.903]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2579039Z [00:02:17.903]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1604439625/b185/_pkg_.a
2025-08-20T22:03:18.2579713Z [00:02:17.903]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:18.2580187Z [00:02:17.903]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.2580509Z [00:02:17.903]➜  EOF
2025-08-20T22:03:18.2582079Z [00:02:17.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b184=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:03:18.2841811Z [00:02:17.930]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:03:18.2853040Z [00:02:17.930]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:03:18.2853647Z [00:02:17.930]➜  crypto/internal/fips140/rsa
2025-08-20T22:03:18.2853932Z [00:02:17.930]➜  mkdir -p $WORK/b192/
2025-08-20T22:03:18.2854304Z [00:02:17.930]➜  cat >/tmp/go-build1604439625/b192/importcfg << 'EOF' # internal
2025-08-20T22:03:18.2854650Z [00:02:17.930]➜  # import config
2025-08-20T22:03:18.2854992Z [00:02:17.930]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.2856048Z [00:02:17.930]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:18.2856681Z [00:02:17.930]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1604439625/b167/_pkg_.a
2025-08-20T22:03:18.2857273Z [00:02:17.930]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:18.2857847Z [00:02:17.930]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:18.2858444Z [00:02:17.930]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:18.2859024Z [00:02:17.930]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:18.2859607Z [00:02:17.930]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:18.2860194Z [00:02:17.930]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:18.2860708Z [00:02:17.930]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.2861123Z [00:02:17.930]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.2861528Z [00:02:17.930]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.2861935Z [00:02:17.930]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.2863110Z [00:02:17.930]➜  EOF
2025-08-20T22:03:18.2865663Z [00:02:17.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b192=>" -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/b192/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T22:03:18.3092852Z [00:02:17.955]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:03:18.3111551Z [00:02:17.956]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:03:18.3112151Z [00:02:17.956]➜  crypto/sha1
2025-08-20T22:03:18.3112409Z [00:02:17.956]➜  mkdir -p $WORK/b193/
2025-08-20T22:03:18.3113052Z [00:02:17.956]➜  echo -n > $WORK/b193/go_asm.h # internal
2025-08-20T22:03:18.3113444Z [00:02:17.956]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:03:18.3114466Z [00:02:17.956]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b193/symabis ./sha1block_arm64.s
2025-08-20T22:03:18.3192977Z [00:02:17.965]➜  cat >/tmp/go-build1604439625/b193/importcfg << 'EOF' # internal
2025-08-20T22:03:18.3193485Z [00:02:17.965]➜  # import config
2025-08-20T22:03:18.3194015Z [00:02:17.965]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.3194614Z [00:02:17.965]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:18.3195290Z [00:02:17.965]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.3196020Z [00:02:17.965]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:18.3196650Z [00:02:17.965]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.3197161Z [00:02:17.965]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.3197726Z [00:02:17.965]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:18.3198345Z [00:02:17.965]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:18.3198905Z [00:02:17.965]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.3199716Z [00:02:17.965]➜  EOF
2025-08-20T22:03:18.3200009Z [00:02:17.965]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.3202081Z [00:02:17.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b193/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack -asmhdr $WORK/b193/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T22:03:18.3592174Z [00:02:18.005]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:03:18.3593347Z [00:02:18.005]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b193/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:03:18.3611587Z [00:02:18.007]➜  go tool pack r $WORK/b193/_pkg_.a $WORK/b193/sha1block_arm64.o # internal
2025-08-20T22:03:18.3613696Z [00:02:18.007]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:03:18.3620303Z [00:02:18.008]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:03:18.3622297Z [00:02:18.008]➜  crypto/sha256
2025-08-20T22:03:18.3622682Z [00:02:18.008]➜  mkdir -p $WORK/b194/
2025-08-20T22:03:18.3624287Z [00:02:18.008]➜  cat >/tmp/go-build1604439625/b194/importcfg << 'EOF' # internal
2025-08-20T22:03:18.3627332Z [00:02:18.008]➜  # import config
2025-08-20T22:03:18.3627789Z [00:02:18.008]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.3628286Z [00:02:18.008]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:18.3628861Z [00:02:18.008]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:18.3629379Z [00:02:18.008]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.3629688Z [00:02:18.008]➜  EOF
2025-08-20T22:03:18.3629954Z [00:02:18.009]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:18.3631826Z [00:02:18.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b194=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:03:18.3731203Z [00:02:18.019]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:03:18.3738957Z [00:02:18.020]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:03:18.3739591Z [00:02:18.020]➜  crypto/fips140
2025-08-20T22:03:18.3739850Z [00:02:18.020]➜  mkdir -p $WORK/b196/
2025-08-20T22:03:18.3740224Z [00:02:18.020]➜  cat >/tmp/go-build1604439625/b196/importcfg << 'EOF' # internal
2025-08-20T22:03:18.3740567Z [00:02:18.020]➜  # import config
2025-08-20T22:03:18.3740969Z [00:02:18.020]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:18.3741539Z [00:02:18.020]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:18.3741929Z [00:02:18.020]➜  EOF
2025-08-20T22:03:18.3743407Z [00:02:18.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b196=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:03:18.3845603Z [00:02:18.030]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:03:18.3849713Z [00:02:18.031]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:03:18.3850374Z [00:02:18.031]➜  crypto/tls/internal/fips140tls
2025-08-20T22:03:18.3850834Z [00:02:18.031]➜  mkdir -p $WORK/b195/
2025-08-20T22:03:18.3853720Z [00:02:18.031]➜  cat >/tmp/go-build1604439625/b195/importcfg << 'EOF' # internal
2025-08-20T22:03:18.3854108Z [00:02:18.031]➜  # import config
2025-08-20T22:03:18.3854507Z [00:02:18.031]➜  packagefile crypto/fips140=/tmp/go-build1604439625/b196/_pkg_.a
2025-08-20T22:03:18.3854980Z [00:02:18.031]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:18.3855313Z [00:02:18.031]➜  EOF
2025-08-20T22:03:18.3857179Z [00:02:18.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b195=>" -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/b195/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:03:18.4096153Z [00:02:18.055]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:03:18.4097255Z [00:02:18.056]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:03:18.4104553Z [00:02:18.056]➜  crypto/dsa
2025-08-20T22:03:18.4105293Z [00:02:18.056]➜  mkdir -p $WORK/b198/
2025-08-20T22:03:18.4105707Z [00:02:18.056]➜  cat >/tmp/go-build1604439625/b198/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4106201Z [00:02:18.056]➜  # import config
2025-08-20T22:03:18.4106632Z [00:02:18.056]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.4107195Z [00:02:18.056]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:18.4107706Z [00:02:18.056]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.4108119Z [00:02:18.056]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.4108533Z [00:02:18.056]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:18.4108852Z [00:02:18.056]➜  EOF
2025-08-20T22:03:18.4110603Z [00:02:18.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b198=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:03:18.4279070Z [00:02:18.072]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:03:18.4402268Z [00:02:18.086]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:03:18.4416878Z [00:02:18.086]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:03:18.4417473Z [00:02:18.086]➜  crypto/x509/pkix
2025-08-20T22:03:18.4417740Z [00:02:18.086]➜  mkdir -p $WORK/b199/
2025-08-20T22:03:18.4418354Z [00:02:18.086]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:03:18.4419011Z [00:02:18.087]➜  cat >/tmp/go-build1604439625/b199/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4419400Z [00:02:18.087]➜  # import config
2025-08-20T22:03:18.4419765Z [00:02:18.087]➜  packagefile encoding/asn1=/tmp/go-build1604439625/b173/_pkg_.a
2025-08-20T22:03:18.4420237Z [00:02:18.087]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:18.4420669Z [00:02:18.087]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.4421100Z [00:02:18.087]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:18.4421957Z [00:02:18.087]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:18.4422267Z [00:02:18.087]➜  EOF
2025-08-20T22:03:18.4423750Z [00:02:18.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b199=>" -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/b199/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:03:18.4425046Z [00:02:18.087]➜  encoding/pem
2025-08-20T22:03:18.4425295Z [00:02:18.087]➜  mkdir -p $WORK/b200/
2025-08-20T22:03:18.4425667Z [00:02:18.087]➜  cat >/tmp/go-build1604439625/b200/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4428466Z [00:02:18.087]➜  # import config
2025-08-20T22:03:18.4428819Z [00:02:18.087]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.4429294Z [00:02:18.087]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:18.4429743Z [00:02:18.087]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.4430153Z [00:02:18.087]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.4430567Z [00:02:18.087]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:18.4430989Z [00:02:18.087]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.4431303Z [00:02:18.087]➜  EOF
2025-08-20T22:03:18.4432724Z [00:02:18.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b200=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:03:18.4502510Z [00:02:18.095]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:03:18.4521473Z [00:02:18.096]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:03:18.4522064Z [00:02:18.096]➜  crypto/rsa
2025-08-20T22:03:18.4522317Z [00:02:18.096]➜  mkdir -p $WORK/b191/
2025-08-20T22:03:18.4522693Z [00:02:18.096]➜  cat >/tmp/go-build1604439625/b191/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4523042Z [00:02:18.096]➜  # import config
2025-08-20T22:03:18.4523777Z [00:02:18.096]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.4524340Z [00:02:18.096]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:18.4524895Z [00:02:18.096]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1604439625/b165/_pkg_.a
2025-08-20T22:03:18.4525480Z [00:02:18.096]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1604439625/b167/_pkg_.a
2025-08-20T22:03:18.4530554Z [00:02:18.096]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1604439625/b192/_pkg_.a
2025-08-20T22:03:18.4531287Z [00:02:18.096]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1604439625/b169/_pkg_.a
2025-08-20T22:03:18.4531884Z [00:02:18.096]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:18.4532442Z [00:02:18.096]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:18.4532941Z [00:02:18.096]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:18.4533412Z [00:02:18.096]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:18.4533853Z [00:02:18.096]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.4534262Z [00:02:18.096]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.4534667Z [00:02:18.096]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:18.4535116Z [00:02:18.096]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:18.4536030Z [00:02:18.096]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.4536447Z [00:02:18.096]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:18.4536870Z [00:02:18.096]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:18.4537189Z [00:02:18.096]➜  EOF
2025-08-20T22:03:18.4538958Z [00:02:18.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b191=>" -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/b191/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T22:03:18.4862879Z [00:02:18.132]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:03:18.4884429Z [00:02:18.133]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:03:18.4885294Z [00:02:18.133]➜  vendor/golang.org/x/text/transform
2025-08-20T22:03:18.4885744Z [00:02:18.133]➜  mkdir -p $WORK/b204/
2025-08-20T22:03:18.4886554Z [00:02:18.133]➜  cat >/tmp/go-build1604439625/b204/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4887036Z [00:02:18.133]➜  # import config
2025-08-20T22:03:18.4887508Z [00:02:18.133]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.4888103Z [00:02:18.133]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.4888657Z [00:02:18.133]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.4889207Z [00:02:18.133]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.4889651Z [00:02:18.133]➜  EOF
2025-08-20T22:03:18.4891482Z [00:02:18.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b204=>" -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/b204/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:03:18.4962049Z [00:02:18.142]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:03:18.4978806Z [00:02:18.143]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:03:18.4990448Z [00:02:18.145]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:03:18.4993229Z [00:02:18.145]➜  mkdir -p $WORK/b205/
2025-08-20T22:03:18.4994142Z [00:02:18.145]➜  cat >/tmp/go-build1604439625/b205/importcfg << 'EOF' # internal
2025-08-20T22:03:18.4994951Z [00:02:18.145]➜  # import config
2025-08-20T22:03:18.4995352Z [00:02:18.145]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.4995950Z [00:02:18.145]➜  packagefile container/list=/tmp/go-build1604439625/b105/_pkg_.a
2025-08-20T22:03:18.4996457Z [00:02:18.145]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.4996861Z [00:02:18.145]➜  packagefile log=/tmp/go-build1604439625/b082/_pkg_.a
2025-08-20T22:03:18.4997393Z [00:02:18.145]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:18.4997854Z [00:02:18.145]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.4998191Z [00:02:18.145]➜  EOF
2025-08-20T22:03:18.5001236Z [00:02:18.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b205=>" -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/b205/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T22:03:18.5270343Z [00:02:18.173]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:03:18.5278533Z [00:02:18.174]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:03:18.5293126Z [00:02:18.175]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:03:18.5298991Z [00:02:18.176]➜  mkdir -p $WORK/b206/
2025-08-20T22:03:18.5299410Z [00:02:18.176]➜  cat >/tmp/go-build1604439625/b206/importcfg << 'EOF' # internal
2025-08-20T22:03:18.5299757Z [00:02:18.176]➜  # import config
2025-08-20T22:03:18.5300192Z [00:02:18.176]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:03:18.5300710Z [00:02:18.176]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:18.5301154Z [00:02:18.176]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.5301674Z [00:02:18.176]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1604439625/b204/_pkg_.a
2025-08-20T22:03:18.5302173Z [00:02:18.176]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.5302594Z [00:02:18.176]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.5303036Z [00:02:18.176]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.5303374Z [00:02:18.176]➜  EOF
2025-08-20T22:03:18.5307683Z [00:02:18.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b206=>" -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/b206/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T22:03:18.5495099Z [00:02:18.195]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:03:18.5508349Z [00:02:18.196]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:03:18.5522232Z [00:02:18.197]➜  crypto/x509
2025-08-20T22:03:18.5522536Z [00:02:18.197]➜  mkdir -p $WORK/b197/
2025-08-20T22:03:18.5522911Z [00:02:18.197]➜  cat >/tmp/go-build1604439625/b197/importcfg << 'EOF' # internal
2025-08-20T22:03:18.5523260Z [00:02:18.198]➜  # import config
2025-08-20T22:03:18.5523688Z [00:02:18.198]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:03:18.5524347Z [00:02:18.198]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:03:18.5524887Z [00:02:18.198]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.5525309Z [00:02:18.198]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:18.5525740Z [00:02:18.198]➜  packagefile crypto/aes=/tmp/go-build1604439625/b156/_pkg_.a
2025-08-20T22:03:18.5526408Z [00:02:18.198]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:18.5527303Z [00:02:18.198]➜  packagefile crypto/des=/tmp/go-build1604439625/b157/_pkg_.a
2025-08-20T22:03:18.5527756Z [00:02:18.198]➜  packagefile crypto/dsa=/tmp/go-build1604439625/b198/_pkg_.a
2025-08-20T22:03:18.5528209Z [00:02:18.198]➜  packagefile crypto/ecdh=/tmp/go-build1604439625/b158/_pkg_.a
2025-08-20T22:03:18.5528665Z [00:02:18.198]➜  packagefile crypto/ecdsa=/tmp/go-build1604439625/b163/_pkg_.a
2025-08-20T22:03:18.5529130Z [00:02:18.198]➜  packagefile crypto/ed25519=/tmp/go-build1604439625/b175/_pkg_.a
2025-08-20T22:03:18.5529619Z [00:02:18.198]➜  packagefile crypto/elliptic=/tmp/go-build1604439625/b164/_pkg_.a
2025-08-20T22:03:18.5530086Z [00:02:18.198]➜  packagefile crypto/md5=/tmp/go-build1604439625/b189/_pkg_.a
2025-08-20T22:03:18.5530531Z [00:02:18.198]➜  packagefile crypto/rsa=/tmp/go-build1604439625/b191/_pkg_.a
2025-08-20T22:03:18.5530981Z [00:02:18.198]➜  packagefile crypto/sha1=/tmp/go-build1604439625/b193/_pkg_.a
2025-08-20T22:03:18.5531435Z [00:02:18.198]➜  packagefile crypto/sha256=/tmp/go-build1604439625/b194/_pkg_.a
2025-08-20T22:03:18.5531907Z [00:02:18.198]➜  packagefile crypto/sha512=/tmp/go-build1604439625/b171/_pkg_.a
2025-08-20T22:03:18.5532382Z [00:02:18.198]➜  packagefile crypto/x509/pkix=/tmp/go-build1604439625/b199/_pkg_.a
2025-08-20T22:03:18.5532858Z [00:02:18.198]➜  packagefile encoding/asn1=/tmp/go-build1604439625/b173/_pkg_.a
2025-08-20T22:03:18.5533320Z [00:02:18.198]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:18.5533783Z [00:02:18.198]➜  packagefile encoding/pem=/tmp/go-build1604439625/b200/_pkg_.a
2025-08-20T22:03:18.5534226Z [00:02:18.198]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.5534634Z [00:02:18.198]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.5535163Z [00:02:18.198]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1604439625/b172/_pkg_.a
2025-08-20T22:03:18.5542057Z [00:02:18.198]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1604439625/b174/_pkg_.a
2025-08-20T22:03:18.5542837Z [00:02:18.198]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:18.5543325Z [00:02:18.198]➜  packagefile internal/goos=/tmp/go-build1604439625/b017/_pkg_.a
2025-08-20T22:03:18.5543756Z [00:02:18.198]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.5544163Z [00:02:18.198]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:18.5544574Z [00:02:18.198]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:18.5545339Z [00:02:18.198]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:18.5546048Z [00:02:18.198]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:18.5546550Z [00:02:18.198]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:18.5546983Z [00:02:18.198]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:18.5547400Z [00:02:18.198]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:18.5547833Z [00:02:18.198]➜  packagefile net/netip=/tmp/go-build1604439625/b093/_pkg_.a
2025-08-20T22:03:18.5548263Z [00:02:18.198]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:18.5548667Z [00:02:18.198]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:18.5549104Z [00:02:18.198]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:18.5549549Z [00:02:18.198]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:18.5549983Z [00:02:18.198]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:18.5550407Z [00:02:18.198]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:18.5550831Z [00:02:18.198]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.5551245Z [00:02:18.198]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.5551663Z [00:02:18.198]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:18.5552342Z [00:02:18.198]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:18.5552787Z [00:02:18.198]➜  packagefile unicode/utf16=/tmp/go-build1604439625/b069/_pkg_.a
2025-08-20T22:03:18.5553255Z [00:02:18.198]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.5553583Z [00:02:18.198]➜  EOF
2025-08-20T22:03:18.5556629Z [00:02:18.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b197=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid d2MUykimc7SvfgPUJl8s/d2MUykimc7SvfgPUJl8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T22:03:18.6339796Z [00:02:18.277]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:03:18.6348329Z [00:02:18.281]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:03:18.6355613Z [00:02:18.281]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:03:18.6356139Z [00:02:18.281]➜  mkdir -p $WORK/b203/
2025-08-20T22:03:18.6356522Z [00:02:18.281]➜  cat >/tmp/go-build1604439625/b203/importcfg << 'EOF' # internal
2025-08-20T22:03:18.6356867Z [00:02:18.281]➜  # import config
2025-08-20T22:03:18.6357270Z [00:02:18.281]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:03:18.6357840Z [00:02:18.281]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:03:18.6358365Z [00:02:18.281]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.6358893Z [00:02:18.281]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1604439625/b204/_pkg_.a
2025-08-20T22:03:18.6359518Z [00:02:18.281]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1604439625/b205/_pkg_.a
2025-08-20T22:03:18.6360060Z [00:02:18.281]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.6360392Z [00:02:18.281]➜  EOF
2025-08-20T22:03:18.6362872Z [00:02:18.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b203=>" -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/b203/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:03:18.6810011Z [00:02:18.327]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:03:18.6814850Z [00:02:18.327]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:03:18.6816171Z [00:02:18.328]➜  net/textproto
2025-08-20T22:03:18.6816812Z [00:02:18.328]➜  mkdir -p $WORK/b207/
2025-08-20T22:03:18.6821710Z [00:02:18.328]➜  cat >/tmp/go-build1604439625/b207/importcfg << 'EOF' # internal
2025-08-20T22:03:18.6822546Z [00:02:18.328]➜  # import config
2025-08-20T22:03:18.6825385Z [00:02:18.328]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:18.6825999Z [00:02:18.328]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.6826482Z [00:02:18.328]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.6827316Z [00:02:18.328]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.6827720Z [00:02:18.328]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.6828129Z [00:02:18.328]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:18.6828535Z [00:02:18.328]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:18.6828950Z [00:02:18.328]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:18.6829374Z [00:02:18.328]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.6829803Z [00:02:18.328]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.6830112Z [00:02:18.328]➜  EOF
2025-08-20T22:03:18.6832176Z [00:02:18.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b207=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid 2iimvmqJWGRqj611vCSr/2iimvmqJWGRqj611vCSr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T22:03:18.7661750Z [00:02:18.412]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:03:18.7805631Z [00:02:18.426]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:03:18.7894751Z [00:02:18.435]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/61/61acc6b79f8b7a04f0c27c8e6abeef66c65a6f8868b14fc72c175b674240919b-d # internal
2025-08-20T22:03:18.7930753Z [00:02:18.439]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:03:18.7932037Z [00:02:18.439]➜  mkdir -p $WORK/b209/
2025-08-20T22:03:18.7935888Z [00:02:18.439]➜  cat >/tmp/go-build1604439625/b209/importcfg << 'EOF' # internal
2025-08-20T22:03:18.7936316Z [00:02:18.440]➜  # import config
2025-08-20T22:03:18.7936661Z [00:02:18.440]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.7937120Z [00:02:18.440]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.7937534Z [00:02:18.440]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.7937933Z [00:02:18.440]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.7938341Z [00:02:18.440]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.7938650Z [00:02:18.440]➜  EOF
2025-08-20T22:03:18.7943358Z [00:02:18.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b209=>" -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/b209/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T22:03:18.7946827Z [00:02:18.440]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/9d/9db7a54c485c913aa03dabd7380f3d008ee86d3b8956cf9f94b8c9e001ab1348-d # internal
2025-08-20T22:03:18.7952519Z [00:02:18.441]➜  github.com/spf13/cobra
2025-08-20T22:03:18.7952830Z [00:02:18.441]➜  mkdir -p $WORK/b084/
2025-08-20T22:03:18.7953219Z [00:02:18.441]➜  cat >/tmp/go-build1604439625/b084/importcfg << 'EOF' # internal
2025-08-20T22:03:18.7953563Z [00:02:18.441]➜  # import config
2025-08-20T22:03:18.7953897Z [00:02:18.441]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.7954321Z [00:02:18.441]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:18.7954747Z [00:02:18.441]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.7955474Z [00:02:18.441]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.7956111Z [00:02:18.441]➜  packagefile github.com/spf13/pflag=/tmp/go-build1604439625/b085/_pkg_.a
2025-08-20T22:03:18.7956632Z [00:02:18.441]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.7957030Z [00:02:18.441]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:18.7957467Z [00:02:18.441]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:18.7957949Z [00:02:18.441]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:18.7958375Z [00:02:18.441]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:18.7958787Z [00:02:18.441]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:18.7959209Z [00:02:18.441]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:18.7959636Z [00:02:18.441]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.7960068Z [00:02:18.441]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.7960506Z [00:02:18.441]➜  packagefile text/template=/tmp/go-build1604439625/b098/_pkg_.a
2025-08-20T22:03:18.7960942Z [00:02:18.441]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:18.7961357Z [00:02:18.441]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:18.7961672Z [00:02:18.441]➜  EOF
2025-08-20T22:03:18.7966447Z [00:02:18.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b084=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid cZkgRTsmIh5tWibM5DYq/cZkgRTsmIh5tWibM5DYq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T22:03:18.8755719Z [00:02:18.519]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:03:18.8759451Z [00:02:18.521]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:03:18.8778122Z [00:02:18.524]➜  vendor/golang.org/x/net/idna
2025-08-20T22:03:18.8781350Z [00:02:18.524]➜  mkdir -p $WORK/b202/
2025-08-20T22:03:18.8788382Z [00:02:18.525]➜  cat >/tmp/go-build1604439625/b202/importcfg << 'EOF' # internal
2025-08-20T22:03:18.8799899Z [00:02:18.526]➜  # import config
2025-08-20T22:03:18.8800714Z [00:02:18.526]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:03:18.8801623Z [00:02:18.526]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:03:18.8802806Z [00:02:18.526]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:03:18.8803403Z [00:02:18.526]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.8803958Z [00:02:18.526]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1604439625/b203/_pkg_.a
2025-08-20T22:03:18.8804614Z [00:02:18.526]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1604439625/b205/_pkg_.a
2025-08-20T22:03:18.8805260Z [00:02:18.526]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1604439625/b206/_pkg_.a
2025-08-20T22:03:18.8806379Z [00:02:18.526]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:18.8806808Z [00:02:18.526]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.8807265Z [00:02:18.526]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.8807598Z [00:02:18.526]➜  EOF
2025-08-20T22:03:18.8810560Z [00:02:18.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b202=>" -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/b202/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T22:03:18.8874206Z [00:02:18.533]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:03:18.8888989Z [00:02:18.535]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:03:18.8889553Z [00:02:18.535]➜  mime
2025-08-20T22:03:18.8890025Z [00:02:18.535]➜  mkdir -p $WORK/b210/
2025-08-20T22:03:18.8891903Z [00:02:18.535]➜  cat >/tmp/go-build1604439625/b210/importcfg << 'EOF' # internal
2025-08-20T22:03:18.8892430Z [00:02:18.535]➜  # import config
2025-08-20T22:03:18.8893152Z [00:02:18.535]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:18.8894158Z [00:02:18.535]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:18.8894718Z [00:02:18.535]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:18.8895209Z [00:02:18.535]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:18.8895634Z [00:02:18.535]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:18.8896344Z [00:02:18.535]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:18.8896765Z [00:02:18.535]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:18.8897167Z [00:02:18.535]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:18.8897591Z [00:02:18.535]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:18.8898018Z [00:02:18.535]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:18.8898439Z [00:02:18.535]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:18.8898857Z [00:02:18.535]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:18.8899300Z [00:02:18.535]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:18.8900003Z [00:02:18.535]➜  EOF
2025-08-20T22:03:18.8901784Z [00:02:18.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b210=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T22:03:19.0451346Z [00:02:18.691]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:03:19.0466911Z [00:02:18.693]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:03:19.0467990Z [00:02:18.693]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:03:19.0468690Z [00:02:18.693]➜  mkdir -p $WORK/b201/
2025-08-20T22:03:19.0501386Z [00:02:18.696]➜  cat >/tmp/go-build1604439625/b201/importcfg << 'EOF' # internal
2025-08-20T22:03:19.0502083Z [00:02:18.696]➜  # import config
2025-08-20T22:03:19.0503108Z [00:02:18.696]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:03:19.0503905Z [00:02:18.696]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1604439625/b202/_pkg_.a
2025-08-20T22:03:19.0504705Z [00:02:18.696]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:19.0505207Z [00:02:18.696]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:19.0505663Z [00:02:18.696]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.0506353Z [00:02:18.696]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.0506690Z [00:02:18.696]➜  EOF
2025-08-20T22:03:19.0508935Z [00:02:18.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b201=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid jmOODeZYK259VkAvBFq6/jmOODeZYK259VkAvBFq6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T22:03:19.0556113Z [00:02:18.701]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:03:19.0587178Z [00:02:18.705]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:03:19.0607793Z [00:02:18.707]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/cd/cd864d1fd86700f264597223079df255fc2badc3e04f2f1a63bf3ec6adca3a59-d # internal
2025-08-20T22:03:19.0624348Z [00:02:18.708]➜  crypto/tls
2025-08-20T22:03:19.0624894Z [00:02:18.708]➜  mkdir -p $WORK/b155/
2025-08-20T22:03:19.0636169Z [00:02:18.709]➜  cat >/tmp/go-build1604439625/b155/importcfg << 'EOF' # internal
2025-08-20T22:03:19.0636618Z [00:02:18.709]➜  # import config
2025-08-20T22:03:19.0637110Z [00:02:18.709]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:03:19.0637748Z [00:02:18.709]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:03:19.0638251Z [00:02:18.709]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.0638702Z [00:02:18.709]➜  packagefile container/list=/tmp/go-build1604439625/b105/_pkg_.a
2025-08-20T22:03:19.0639163Z [00:02:18.709]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.0639591Z [00:02:18.709]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:19.0640027Z [00:02:18.709]➜  packagefile crypto/aes=/tmp/go-build1604439625/b156/_pkg_.a
2025-08-20T22:03:19.0640486Z [00:02:18.709]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:19.0640941Z [00:02:18.709]➜  packagefile crypto/des=/tmp/go-build1604439625/b157/_pkg_.a
2025-08-20T22:03:19.0641754Z [00:02:18.709]➜  packagefile crypto/ecdh=/tmp/go-build1604439625/b158/_pkg_.a
2025-08-20T22:03:19.0642211Z [00:02:18.709]➜  packagefile crypto/ecdsa=/tmp/go-build1604439625/b163/_pkg_.a
2025-08-20T22:03:19.0642678Z [00:02:18.709]➜  packagefile crypto/ed25519=/tmp/go-build1604439625/b175/_pkg_.a
2025-08-20T22:03:19.0643154Z [00:02:18.709]➜  packagefile crypto/elliptic=/tmp/go-build1604439625/b164/_pkg_.a
2025-08-20T22:03:19.0643632Z [00:02:18.709]➜  packagefile crypto/hkdf=/tmp/go-build1604439625/b178/_pkg_.a
2025-08-20T22:03:19.0644089Z [00:02:18.709]➜  packagefile crypto/hmac=/tmp/go-build1604439625/b180/_pkg_.a
2025-08-20T22:03:19.0644588Z [00:02:18.709]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:19.0645140Z [00:02:18.709]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:19.0645724Z [00:02:18.709]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1604439625/b144/_pkg_.a
2025-08-20T22:03:19.0646520Z [00:02:18.709]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1604439625/b181/_pkg_.a
2025-08-20T22:03:19.0647106Z [00:02:18.709]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1604439625/b182/_pkg_.a
2025-08-20T22:03:19.0647685Z [00:02:18.709]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1604439625/b183/_pkg_.a
2025-08-20T22:03:19.0648225Z [00:02:18.709]➜  packagefile crypto/internal/hpke=/tmp/go-build1604439625/b184/_pkg_.a
2025-08-20T22:03:19.0648719Z [00:02:18.709]➜  packagefile crypto/md5=/tmp/go-build1604439625/b189/_pkg_.a
2025-08-20T22:03:19.0649171Z [00:02:18.709]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:19.0649625Z [00:02:18.709]➜  packagefile crypto/rc4=/tmp/go-build1604439625/b190/_pkg_.a
2025-08-20T22:03:19.0650073Z [00:02:18.709]➜  packagefile crypto/rsa=/tmp/go-build1604439625/b191/_pkg_.a
2025-08-20T22:03:19.0650525Z [00:02:18.709]➜  packagefile crypto/sha1=/tmp/go-build1604439625/b193/_pkg_.a
2025-08-20T22:03:19.0650994Z [00:02:18.709]➜  packagefile crypto/sha256=/tmp/go-build1604439625/b194/_pkg_.a
2025-08-20T22:03:19.0651459Z [00:02:18.709]➜  packagefile crypto/sha512=/tmp/go-build1604439625/b171/_pkg_.a
2025-08-20T22:03:19.0651920Z [00:02:18.709]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:19.0652452Z [00:02:18.709]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1604439625/b195/_pkg_.a
2025-08-20T22:03:19.0653186Z [00:02:18.709]➜  packagefile crypto/x509=/tmp/go-build1604439625/b197/_pkg_.a
2025-08-20T22:03:19.0653725Z [00:02:18.709]➜  packagefile encoding/pem=/tmp/go-build1604439625/b200/_pkg_.a
2025-08-20T22:03:19.0654168Z [00:02:18.709]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.0654575Z [00:02:18.709]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.0655131Z [00:02:18.709]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1604439625/b185/_pkg_.a
2025-08-20T22:03:19.0668749Z [00:02:18.709]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1604439625/b172/_pkg_.a
2025-08-20T22:03:19.0669481Z [00:02:18.709]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:19.0669952Z [00:02:18.709]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:19.0670442Z [00:02:18.709]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:19.0670939Z [00:02:18.709]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:19.0671427Z [00:02:18.709]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.0671825Z [00:02:18.709]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:19.0672221Z [00:02:18.709]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.0672632Z [00:02:18.709]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:19.0673053Z [00:02:18.709]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:19.0673827Z [00:02:18.709]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:19.0674251Z [00:02:18.709]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.0674676Z [00:02:18.709]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.0675091Z [00:02:18.709]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.0675535Z [00:02:18.709]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:19.0676162Z [00:02:18.709]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.0676590Z [00:02:18.709]➜  packagefile weak=/tmp/go-build1604439625/b095/_pkg_.a
2025-08-20T22:03:19.0676897Z [00:02:18.709]➜  EOF
2025-08-20T22:03:19.0681149Z [00:02:18.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b155=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid Ope8OiUX8VZt9F4THU6k/Ope8OiUX8VZt9F4THU6k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T22:03:19.0685317Z [00:02:18.712]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:03:19.0706381Z [00:02:18.712]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:03:19.0706747Z [00:02:18.712]➜  mkdir -p $WORK/b208/
2025-08-20T22:03:19.0707132Z [00:02:18.712]➜  cat >/tmp/go-build1604439625/b208/importcfg << 'EOF' # internal
2025-08-20T22:03:19.0707476Z [00:02:18.712]➜  # import config
2025-08-20T22:03:19.0707836Z [00:02:18.712]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:03:19.0708581Z [00:02:18.712]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.0709072Z [00:02:18.712]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.0709574Z [00:02:18.712]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1604439625/b202/_pkg_.a
2025-08-20T22:03:19.0710060Z [00:02:18.712]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:19.0710495Z [00:02:18.712]➜  packagefile net/netip=/tmp/go-build1604439625/b093/_pkg_.a
2025-08-20T22:03:19.0710933Z [00:02:18.712]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:19.0711343Z [00:02:18.712]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.0711753Z [00:02:18.712]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.0712199Z [00:02:18.712]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.0712529Z [00:02:18.712]➜  EOF
2025-08-20T22:03:19.0714353Z [00:02:18.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b208=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid WbpcS_YgAJuPzuutMGOT/WbpcS_YgAJuPzuutMGOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:03:19.0747363Z [00:02:18.720]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:03:19.0752534Z [00:02:18.721]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/57/57bbd818c3e17f5498355b58504210f8ded1dbce86f77b85bd943f798879c48a-d # internal
2025-08-20T22:03:19.0758880Z [00:02:18.721]➜  mime/quotedprintable
2025-08-20T22:03:19.0759265Z [00:02:18.721]➜  mkdir -p $WORK/b212/
2025-08-20T22:03:19.0759646Z [00:02:18.721]➜  cat >/tmp/go-build1604439625/b212/importcfg << 'EOF' # internal
2025-08-20T22:03:19.0760019Z [00:02:18.721]➜  # import config
2025-08-20T22:03:19.0760361Z [00:02:18.721]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:19.0760779Z [00:02:18.721]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.0761190Z [00:02:18.721]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.0761589Z [00:02:18.721]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.0761912Z [00:02:18.721]➜  EOF
2025-08-20T22:03:19.0763655Z [00:02:18.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b212=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:03:19.0803643Z [00:02:18.726]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:03:19.0849375Z [00:02:18.731]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/40/40de6db30f194ac23302385be90529c25a260baeb149aee86ad96a8a80aad1d7-d # internal
2025-08-20T22:03:19.0852276Z [00:02:18.731]➜  net/http/internal
2025-08-20T22:03:19.0855362Z [00:02:18.731]➜  mkdir -p $WORK/b214/
2025-08-20T22:03:19.0861020Z [00:02:18.732]➜  cat >/tmp/go-build1604439625/b214/importcfg << 'EOF' # internal
2025-08-20T22:03:19.0861426Z [00:02:18.732]➜  # import config
2025-08-20T22:03:19.0861766Z [00:02:18.732]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:19.0862193Z [00:02:18.732]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.0862627Z [00:02:18.732]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.0863038Z [00:02:18.732]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.0863440Z [00:02:18.732]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.0864049Z [00:02:18.732]➜  EOF
2025-08-20T22:03:19.0870418Z [00:02:18.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b214=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:03:19.1033150Z [00:02:18.749]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:03:19.1039098Z [00:02:18.750]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:03:19.1046744Z [00:02:18.751]➜  mime/multipart
2025-08-20T22:03:19.1048289Z [00:02:18.751]➜  mkdir -p $WORK/b211/
2025-08-20T22:03:19.1050714Z [00:02:18.751]➜  cat >/tmp/go-build1604439625/b211/importcfg << 'EOF' # internal
2025-08-20T22:03:19.1052837Z [00:02:18.751]➜  # import config
2025-08-20T22:03:19.1053228Z [00:02:18.751]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:19.1053650Z [00:02:18.751]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.1057532Z [00:02:18.751]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:19.1058009Z [00:02:18.751]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.1058804Z [00:02:18.751]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.1059262Z [00:02:18.751]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:19.1059705Z [00:02:18.751]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.1060113Z [00:02:18.751]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:19.1060522Z [00:02:18.751]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:19.1060943Z [00:02:18.751]➜  packagefile mime=/tmp/go-build1604439625/b210/_pkg_.a
2025-08-20T22:03:19.1061413Z [00:02:18.751]➜  packagefile mime/quotedprintable=/tmp/go-build1604439625/b212/_pkg_.a
2025-08-20T22:03:19.1061913Z [00:02:18.751]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:19.1062338Z [00:02:18.751]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.1062769Z [00:02:18.751]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:19.1063223Z [00:02:18.751]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:19.1063645Z [00:02:18.751]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.1064072Z [00:02:18.751]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.1064389Z [00:02:18.751]➜  EOF
2025-08-20T22:03:19.1066645Z [00:02:18.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b211=>" -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/b211/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T22:03:19.1086264Z [00:02:18.755]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:03:19.1093251Z [00:02:18.755]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/3f/3fc0b347ddd8091f3a8ee2b63df87c6be94826ca058607fa198dc1370da4ac81-d # internal
2025-08-20T22:03:19.1099101Z [00:02:18.756]➜  net/http/internal/ascii
2025-08-20T22:03:19.1100323Z [00:02:18.756]➜  mkdir -p $WORK/b215/
2025-08-20T22:03:19.1104447Z [00:02:18.756]➜  cat >/tmp/go-build1604439625/b215/importcfg << 'EOF' # internal
2025-08-20T22:03:19.1114188Z [00:02:18.756]➜  # import config
2025-08-20T22:03:19.1114599Z [00:02:18.756]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.1115367Z [00:02:18.756]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:19.1115749Z [00:02:18.756]➜  EOF
2025-08-20T22:03:19.1117530Z [00:02:18.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b215=>" -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/b215/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:03:19.1139136Z [00:02:18.760]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:03:19.1145145Z [00:02:18.760]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:03:19.1158582Z [00:02:18.762]➜  hash/maphash
2025-08-20T22:03:19.1159312Z [00:02:18.762]➜  mkdir -p $WORK/b220/
2025-08-20T22:03:19.1159759Z [00:02:18.762]➜  cat >/tmp/go-build1604439625/b220/importcfg << 'EOF' # internal
2025-08-20T22:03:19.1160118Z [00:02:18.762]➜  # import config
2025-08-20T22:03:19.1160455Z [00:02:18.762]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:19.1160895Z [00:02:18.762]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:19.1161372Z [00:02:18.762]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:19.1162225Z [00:02:18.762]➜  packagefile internal/goexperiment=/tmp/go-build1604439625/b016/_pkg_.a
2025-08-20T22:03:19.1162593Z [00:02:18.762]➜  EOF
2025-08-20T22:03:19.1164207Z [00:02:18.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b220=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T22:03:19.1239282Z [00:02:18.770]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:03:19.1247701Z [00:02:18.771]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:03:19.1252433Z [00:02:18.771]➜  os/user
2025-08-20T22:03:19.1252707Z [00:02:18.771]➜  mkdir -p $WORK/b223/
2025-08-20T22:03:19.1254017Z [00:02:18.771]➜  echo -n > $WORK/b223/preferlinkext # internal
2025-08-20T22:03:19.1254791Z [00:02:18.771]➜  cd /root/.go/src/os/user
2025-08-20T22:03:19.1255893Z [00:02:18.771]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b223/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b223/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:03:19.1387128Z [00:02:18.785]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:03:19.1417446Z [00:02:18.785]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T22:03:19.1419206Z [00:02:18.786]➜  oras.land/oras-go/v2/internal/graph
2025-08-20T22:03:19.1419540Z [00:02:18.786]➜  mkdir -p $WORK/b224/
2025-08-20T22:03:19.1419928Z [00:02:18.786]➜  cat >/tmp/go-build1604439625/b224/importcfg << 'EOF' # internal
2025-08-20T22:03:19.1420276Z [00:02:18.786]➜  # import config
2025-08-20T22:03:19.1420646Z [00:02:18.786]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.1421075Z [00:02:18.786]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.1421614Z [00:02:18.786]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:19.1422307Z [00:02:18.786]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:19.1423178Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:19.1423840Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:19.1424468Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build1604439625/b113/_pkg_.a
2025-08-20T22:03:19.1425130Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:19.1425908Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build1604439625/b120/_pkg_.a
2025-08-20T22:03:19.1426625Z [00:02:18.786]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:19.1427147Z [00:02:18.786]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.1427449Z [00:02:18.786]➜  EOF
2025-08-20T22:03:19.1427716Z [00:02:18.786]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:19.1429655Z [00:02:18.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/graph=>oras.land/oras-go/v2@v2.6.0/internal/graph;$WORK/b224=>" -p oras.land/oras-go/v2/internal/graph -lang=go1.23 -complete -installsuffix shared -buildid pPc-6hYH3D0GAt1CYRLZ/pPc-6hYH3D0GAt1CYRLZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/graph/memory.go
2025-08-20T22:03:19.2242687Z [00:02:18.870]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:03:19.2258351Z [00:02:18.872]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:03:19.2259872Z [00:02:18.872]➜  oras.land/oras-go/v2/internal/resolver
2025-08-20T22:03:19.2260436Z [00:02:18.872]➜  mkdir -p $WORK/b225/
2025-08-20T22:03:19.2264508Z [00:02:18.872]➜  cat >/tmp/go-build1604439625/b225/importcfg << 'EOF' # internal
2025-08-20T22:03:19.2264960Z [00:02:18.872]➜  # import config
2025-08-20T22:03:19.2268087Z [00:02:18.872]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.2268521Z [00:02:18.872]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.2269065Z [00:02:18.872]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:19.2269747Z [00:02:18.872]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:19.2270322Z [00:02:18.872]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:19.2270814Z [00:02:18.872]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:19.2271437Z [00:02:18.872]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build1604439625/b113/_pkg_.a
2025-08-20T22:03:19.2271970Z [00:02:18.872]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.2272282Z [00:02:18.873]➜  EOF
2025-08-20T22:03:19.2274214Z [00:02:18.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/resolver=>oras.land/oras-go/v2@v2.6.0/internal/resolver;$WORK/b225=>" -p oras.land/oras-go/v2/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid QojenUYOg1IxtgbbqoB4/QojenUYOg1IxtgbbqoB4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/resolver/memory.go
2025-08-20T22:03:19.2368549Z [00:02:18.883]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:03:19.2401169Z [00:02:18.885]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/ba/bacf4dd598c58fe6923272fb8c5728956a34844924f47692a040d7c655b650c1-d # internal
2025-08-20T22:03:19.2401960Z [00:02:18.885]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil
2025-08-20T22:03:19.2402349Z [00:02:18.885]➜  mkdir -p $WORK/b233/
2025-08-20T22:03:19.2412160Z [00:02:18.887]➜  cat >/tmp/go-build1604439625/b233/importcfg << 'EOF' # internal
2025-08-20T22:03:19.2412808Z [00:02:18.887]➜  # import config
2025-08-20T22:03:19.2413367Z [00:02:18.887]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.2414055Z [00:02:18.887]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.2415511Z [00:02:18.887]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.2416288Z [00:02:18.887]➜  EOF
2025-08-20T22:03:19.2418717Z [00:02:18.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil;$WORK/b233=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil -lang=go1.23 -complete -installsuffix shared -buildid NSSgSZDPwDyAXoKGBqpl/NSSgSZDPwDyAXoKGBqpl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil/ioutil.go
2025-08-20T22:03:19.2536025Z [00:02:18.899]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:03:19.2541988Z [00:02:18.900]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/92/92036a34aab06513181ac8006f5746958f4c75749f5df78e2b2e5bd89bb452c6-d # internal
2025-08-20T22:03:19.2543141Z [00:02:18.900]➜  oras.land/oras-go/v2/content/memory
2025-08-20T22:03:19.2545577Z [00:02:18.900]➜  mkdir -p $WORK/b226/
2025-08-20T22:03:19.2548319Z [00:02:18.901]➜  cat >/tmp/go-build1604439625/b226/importcfg << 'EOF' # internal
2025-08-20T22:03:19.2548684Z [00:02:18.901]➜  # import config
2025-08-20T22:03:19.2549036Z [00:02:18.901]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.2551000Z [00:02:18.901]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.2551606Z [00:02:18.901]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:19.2552177Z [00:02:18.901]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.2552662Z [00:02:18.901]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:19.2553221Z [00:02:18.901]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:19.2553800Z [00:02:18.901]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:19.2554415Z [00:02:18.901]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build1604439625/b224/_pkg_.a
2025-08-20T22:03:19.2555037Z [00:02:18.901]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build1604439625/b225/_pkg_.a
2025-08-20T22:03:19.2555452Z [00:02:18.901]➜  EOF
2025-08-20T22:03:19.2557539Z [00:02:18.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/memory=>oras.land/oras-go/v2@v2.6.0/content/memory;$WORK/b226=>" -p oras.land/oras-go/v2/content/memory -lang=go1.23 -complete -installsuffix shared -buildid 2BUVX6jpehv18DaYqNbF/2BUVX6jpehv18DaYqNbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/memory/memory.go
2025-08-20T22:03:19.2620670Z [00:02:18.908]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:03:19.2630729Z [00:02:18.909]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/f7/f7c167eff7f5216e85e6ea8bc5fc072a6963f5cec34306f2d01eef5fd44a1875-d # internal
2025-08-20T22:03:19.2631806Z [00:02:18.909]➜  oras.land/oras-go/v2/registry/remote/credentials/trace
2025-08-20T22:03:19.2634068Z [00:02:18.909]➜  mkdir -p $WORK/b235/
2025-08-20T22:03:19.2654319Z [00:02:18.911]➜  cat >/tmp/go-build1604439625/b235/importcfg << 'EOF' # internal
2025-08-20T22:03:19.2654983Z [00:02:18.911]➜  # import config
2025-08-20T22:03:19.2655602Z [00:02:18.911]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.2658984Z [00:02:18.911]➜  EOF
2025-08-20T22:03:19.2661259Z [00:02:18.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace;$WORK/b235=>" -p oras.land/oras-go/v2/registry/remote/credentials/trace -lang=go1.23 -complete -installsuffix shared -buildid I_8stSJg6OlzrMrfbkLG/I_8stSJg6OlzrMrfbkLG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace/trace.go
2025-08-20T22:03:19.2768107Z [00:02:18.922]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:03:19.2773942Z [00:02:18.923]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/aa/aa2f37ca836b01b4f28a27b0a36f94409a1b8d49d1cf9019177a3c35116e858a-d # internal
2025-08-20T22:03:19.2775047Z [00:02:18.923]➜  os/exec
2025-08-20T22:03:19.2776712Z [00:02:18.923]➜  mkdir -p $WORK/b236/
2025-08-20T22:03:19.2797671Z [00:02:18.926]➜  cat >/tmp/go-build1604439625/b236/importcfg << 'EOF' # internal
2025-08-20T22:03:19.2798840Z [00:02:18.926]➜  # import config
2025-08-20T22:03:19.2800964Z [00:02:18.926]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.2801431Z [00:02:18.926]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.2801864Z [00:02:18.926]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.2802661Z [00:02:18.926]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:19.2803190Z [00:02:18.926]➜  packagefile internal/syscall/execenv=/tmp/go-build1604439625/b066/_pkg_.a
2025-08-20T22:03:19.2803728Z [00:02:18.926]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:19.2804192Z [00:02:18.926]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.2804597Z [00:02:18.926]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:19.2805011Z [00:02:18.926]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.2805449Z [00:02:18.926]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:19.2806049Z [00:02:18.926]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:19.2806541Z [00:02:18.926]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.2806969Z [00:02:18.926]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.2807407Z [00:02:18.926]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:19.2807820Z [00:02:18.926]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.2808125Z [00:02:18.926]➜  EOF
2025-08-20T22:03:19.2809723Z [00:02:18.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b236=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:03:19.3507910Z [00:02:18.996]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:03:19.3567973Z [00:02:19.002]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/76/766e9b38308d57bfc07538edd5d6af9c0b1920ccd63af4d4d2bb2050924d20e7-d # internal
2025-08-20T22:03:19.3570810Z [00:02:19.003]➜  oras.land/oras/cmd/oras/internal/argument
2025-08-20T22:03:19.3571279Z [00:02:19.003]➜  mkdir -p $WORK/b237/
2025-08-20T22:03:19.3571803Z [00:02:19.003]➜  cat >/tmp/go-build1604439625/b237/importcfg << 'EOF' # internal
2025-08-20T22:03:19.3572279Z [00:02:19.003]➜  # import config
2025-08-20T22:03:19.3572709Z [00:02:19.003]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.3573131Z [00:02:19.003]➜  EOF
2025-08-20T22:03:19.3575316Z [00:02:19.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/argument=>oras.land/oras/cmd/oras/internal/argument;$WORK/b237=>" -p oras.land/oras/cmd/oras/internal/argument -lang=go1.25 -complete -installsuffix shared -buildid zChLHW3Og6QGhiql1I9X/zChLHW3Og6QGhiql1I9X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack ./internal/argument/checker.go
2025-08-20T22:03:19.3603736Z [00:02:19.006]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:03:19.3628018Z [00:02:19.009]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:03:19.3629592Z [00:02:19.009]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/executer
2025-08-20T22:03:19.3630656Z [00:02:19.009]➜  mkdir -p $WORK/b234/
2025-08-20T22:03:19.3631086Z [00:02:19.009]➜  cat >/tmp/go-build1604439625/b234/importcfg << 'EOF' # internal
2025-08-20T22:03:19.3631443Z [00:02:19.009]➜  # import config
2025-08-20T22:03:19.3631802Z [00:02:19.009]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.3632230Z [00:02:19.009]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.3632654Z [00:02:19.009]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.3633062Z [00:02:19.009]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.3633660Z [00:02:19.009]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/trace=/tmp/go-build1604439625/b235/_pkg_.a
2025-08-20T22:03:19.3634598Z [00:02:19.009]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.3635014Z [00:02:19.009]➜  packagefile os/exec=/tmp/go-build1604439625/b236/_pkg_.a
2025-08-20T22:03:19.3635329Z [00:02:19.009]➜  EOF
2025-08-20T22:03:19.3637911Z [00:02:19.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer;$WORK/b234=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/executer -lang=go1.23 -complete -installsuffix shared -buildid CFeACdtkUnYYo5DunF8H/CFeACdtkUnYYo5DunF8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer/executer.go
2025-08-20T22:03:19.3676296Z [00:02:19.014]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:03:19.3680195Z [00:02:19.014]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/91/91dc0e90c1a716f1422ee7c365852fc33146c733986265309fb3b7b546652992-d # internal
2025-08-20T22:03:19.3681404Z [00:02:19.014]➜  oras.land/oras/cmd/oras/internal/fileref
2025-08-20T22:03:19.3681770Z [00:02:19.014]➜  mkdir -p $WORK/b241/
2025-08-20T22:03:19.3684956Z [00:02:19.014]➜  cat >/tmp/go-build1604439625/b241/importcfg << 'EOF' # internal
2025-08-20T22:03:19.3685537Z [00:02:19.014]➜  # import config
2025-08-20T22:03:19.3686112Z [00:02:19.014]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.3686666Z [00:02:19.014]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.3687157Z [00:02:19.014]➜  EOF
2025-08-20T22:03:19.3688927Z [00:02:19.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref=>oras.land/oras/cmd/oras/internal/fileref;$WORK/b241=>" -p oras.land/oras/cmd/oras/internal/fileref -lang=go1.25 -complete -installsuffix shared -buildid BJhr4ssH4GYMsN9_dyZ5/BJhr4ssH4GYMsN9_dyZ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack ./internal/fileref/unix.go
2025-08-20T22:03:19.3797159Z [00:02:19.024]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:03:19.3797878Z [00:02:19.025]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/8a/8a8118942937383a02185855303dec94accedc08964dd5d2c65c14204359b87c-d # internal
2025-08-20T22:03:19.3799932Z [00:02:19.025]➜  dario.cat/mergo
2025-08-20T22:03:19.3800250Z [00:02:19.025]➜  mkdir -p $WORK/b244/
2025-08-20T22:03:19.3800628Z [00:02:19.026]➜  cat >/tmp/go-build1604439625/b244/importcfg << 'EOF' # internal
2025-08-20T22:03:19.3800974Z [00:02:19.026]➜  # import config
2025-08-20T22:03:19.3801314Z [00:02:19.026]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.3801726Z [00:02:19.026]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.3802157Z [00:02:19.026]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.3802582Z [00:02:19.026]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:19.3803030Z [00:02:19.026]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.3803363Z [00:02:19.026]➜  EOF
2025-08-20T22:03:19.3807835Z [00:02:19.027]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:03:19.3816560Z [00:02:19.028]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/39/39208230a716881816df498db1b77857369d3f6c9611ac8ca2c2d6dcbd5436d9-d # internal
2025-08-20T22:03:19.3817150Z [00:02:19.028]➜  encoding/base32
2025-08-20T22:03:19.3817414Z [00:02:19.028]➜  mkdir -p $WORK/b245/
2025-08-20T22:03:19.3817805Z [00:02:19.028]➜  cat >/tmp/go-build1604439625/b245/importcfg << 'EOF' # internal
2025-08-20T22:03:19.3818149Z [00:02:19.028]➜  # import config
2025-08-20T22:03:19.3818475Z [00:02:19.028]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.3819289Z [00:02:19.028]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:19.3819721Z [00:02:19.028]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.3820037Z [00:02:19.028]➜  EOF
2025-08-20T22:03:19.3821497Z [00:02:19.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b245=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T22:03:19.3824608Z [00:02:19.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.2=>dario.cat/mergo@v1.0.2;$WORK/b244=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid Sxcyudj-xbcMXFwmogjS/Sxcyudj-xbcMXFwmogjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.2/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.2/mergo.go
2025-08-20T22:03:19.3960430Z [00:02:19.041]➜  cd $WORK/b223
2025-08-20T22:03:19.3961946Z [00:02:19.041]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -I $WORK/b223/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b223/_x001.o -c _cgo_export.c
2025-08-20T22:03:19.4114810Z [00:02:19.057]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -I $WORK/b223/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b223/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:03:19.4329430Z [00:02:19.078]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:03:19.4340618Z [00:02:19.080]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T22:03:19.4341697Z [00:02:19.080]➜  github.com/Masterminds/goutils
2025-08-20T22:03:19.4342516Z [00:02:19.080]➜  mkdir -p $WORK/b246/
2025-08-20T22:03:19.4343823Z [00:02:19.080]➜  cat >/tmp/go-build1604439625/b246/importcfg << 'EOF' # internal
2025-08-20T22:03:19.4344290Z [00:02:19.080]➜  # import config
2025-08-20T22:03:19.4344635Z [00:02:19.080]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.4345083Z [00:02:19.080]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:19.4345531Z [00:02:19.080]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.4346107Z [00:02:19.080]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:19.4346549Z [00:02:19.080]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:19.4346987Z [00:02:19.080]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:19.4347421Z [00:02:19.080]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.4347842Z [00:02:19.080]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.4348275Z [00:02:19.080]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:19.4348594Z [00:02:19.080]➜  EOF
2025-08-20T22:03:19.4348860Z [00:02:19.080]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:19.4351648Z [00:02:19.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1=>github.com/Masterminds/goutils@v1.1.1;$WORK/b246=>" -p github.com/Masterminds/goutils -lang=go1.16 -complete -installsuffix shared -buildid opqIQ0XfhDoE4WBJTo2Z/opqIQ0XfhDoE4WBJTo2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/cryptorandomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/randomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/stringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/wordutils.go
2025-08-20T22:03:19.4452674Z [00:02:19.091]➜  cd $WORK/b223
2025-08-20T22:03:19.4454191Z [00:02:19.091]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -I $WORK/b223/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b223/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:03:19.4611395Z [00:02:19.107]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:03:19.4653616Z [00:02:19.111]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/e5/e566efedd55191423fc92234caf5aeb97df56cffc2eded7f45b637b6ef8aaf5f-d # internal
2025-08-20T22:03:19.4668392Z [00:02:19.113]➜  database/sql/driver
2025-08-20T22:03:19.4668899Z [00:02:19.113]➜  mkdir -p $WORK/b248/
2025-08-20T22:03:19.4687464Z [00:02:19.114]➜  cat >/tmp/go-build1604439625/b248/importcfg << 'EOF' # internal
2025-08-20T22:03:19.4687979Z [00:02:19.114]➜  # import config
2025-08-20T22:03:19.4688965Z [00:02:19.114]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:19.4689442Z [00:02:19.114]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.4689870Z [00:02:19.114]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.4690289Z [00:02:19.114]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.4690718Z [00:02:19.114]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.4691155Z [00:02:19.114]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.4691461Z [00:02:19.114]➜  EOF
2025-08-20T22:03:19.4698424Z [00:02:19.116]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:19.4719779Z [00:02:19.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b248=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:03:19.4721523Z [00:02:19.118]➜  cd $WORK/b223
2025-08-20T22:03:19.4723906Z [00:02:19.118]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -I $WORK/b223/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b223/_cgo_main.o -c _cgo_main.c
2025-08-20T22:03:19.4805181Z [00:02:19.126]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:03:19.4821031Z [00:02:19.127]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/d5/d5bb0135fdb4f06ead23a40bdebca9e70215122c36f6410b4d0933a96e6ddb44-d # internal
2025-08-20T22:03:19.4821681Z [00:02:19.127]➜  github.com/huandu/xstrings
2025-08-20T22:03:19.4821967Z [00:02:19.127]➜  mkdir -p $WORK/b250/
2025-08-20T22:03:19.4822358Z [00:02:19.128]➜  cat >/tmp/go-build1604439625/b250/importcfg << 'EOF' # internal
2025-08-20T22:03:19.4822704Z [00:02:19.128]➜  # import config
2025-08-20T22:03:19.4823050Z [00:02:19.128]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:19.4823486Z [00:02:19.128]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.4823912Z [00:02:19.128]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:19.4824805Z [00:02:19.128]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.4825141Z [00:02:19.128]➜  EOF
2025-08-20T22:03:19.4825406Z [00:02:19.128]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:19.4829165Z [00:02:19.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0=>github.com/huandu/xstrings@v1.5.0;$WORK/b250=>" -p github.com/huandu/xstrings -lang=go1.12 -complete -installsuffix shared -buildid Jqfszj9nuDo5rm4VdOh0/Jqfszj9nuDo5rm4VdOh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/common.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/convert.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/count.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/doc.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/format.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/manipulate.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/stringbuilder.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/translate.go
2025-08-20T22:03:19.4935993Z [00:02:19.139]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -o $WORK/b223/_cgo_.o $WORK/b223/_cgo_main.o $WORK/b223/preferlinkext $WORK/b223/_x001.o $WORK/b223/_x002.o $WORK/b223/_x003.o -O2 -g
2025-08-20T22:03:19.5413429Z [00:02:19.187]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:03:19.5414251Z [00:02:19.187]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:03:19.5414836Z [00:02:19.187]➜  github.com/Masterminds/semver/v3
2025-08-20T22:03:19.5420246Z [00:02:19.187]➜  mkdir -p $WORK/b247/
2025-08-20T22:03:19.5420686Z [00:02:19.188]➜  cat >/tmp/go-build1604439625/b247/importcfg << 'EOF' # internal
2025-08-20T22:03:19.5421062Z [00:02:19.188]➜  # import config
2025-08-20T22:03:19.5421396Z [00:02:19.188]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.5421867Z [00:02:19.188]➜  packagefile database/sql/driver=/tmp/go-build1604439625/b248/_pkg_.a
2025-08-20T22:03:19.5422351Z [00:02:19.188]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:19.5422791Z [00:02:19.188]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.5423573Z [00:02:19.188]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.5424070Z [00:02:19.188]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:19.5424496Z [00:02:19.188]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.5424923Z [00:02:19.188]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.5425237Z [00:02:19.188]➜  EOF
2025-08-20T22:03:19.5428017Z [00:02:19.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0=>github.com/Masterminds/semver/v3@v3.4.0;$WORK/b247=>" -p github.com/Masterminds/semver/v3 -lang=go1.21 -complete -installsuffix shared -buildid zdNVRBTW530j4Tz_Jue9/zdNVRBTW530j4Tz_Jue9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/collection.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/constraints.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/doc.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/version.go
2025-08-20T22:03:19.5451591Z [00:02:19.191]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:03:19.5529669Z [00:02:19.196]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/82/82feb0b6735c0bc89c8b21f695b0a746ff5666ee575c427db9105d2a40bb7103-d # internal
2025-08-20T22:03:19.5536965Z [00:02:19.198]➜  github.com/google/uuid
2025-08-20T22:03:19.5537298Z [00:02:19.198]➜  mkdir -p $WORK/b249/
2025-08-20T22:03:19.5538134Z [00:02:19.198]➜  cat >/tmp/go-build1604439625/b249/importcfg << 'EOF' # internal
2025-08-20T22:03:19.5538488Z [00:02:19.198]➜  # import config
2025-08-20T22:03:19.5538825Z [00:02:19.198]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.5539264Z [00:02:19.198]➜  packagefile crypto/md5=/tmp/go-build1604439625/b189/_pkg_.a
2025-08-20T22:03:19.5539720Z [00:02:19.198]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:19.5540187Z [00:02:19.198]➜  packagefile crypto/sha1=/tmp/go-build1604439625/b193/_pkg_.a
2025-08-20T22:03:19.5540671Z [00:02:19.198]➜  packagefile database/sql/driver=/tmp/go-build1604439625/b248/_pkg_.a
2025-08-20T22:03:19.5541169Z [00:02:19.198]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:19.5541641Z [00:02:19.198]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:19.5542102Z [00:02:19.198]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:19.5542557Z [00:02:19.198]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.5542969Z [00:02:19.198]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.5543375Z [00:02:19.198]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:19.5543777Z [00:02:19.198]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.5544176Z [00:02:19.199]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:19.5544584Z [00:02:19.199]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.5544995Z [00:02:19.199]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.5545417Z [00:02:19.199]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.5545978Z [00:02:19.199]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.5546346Z [00:02:19.199]➜  EOF
2025-08-20T22:03:19.5551065Z [00:02:19.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b249=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid SfaR6j7Oqe7x00IvQXNw/SfaR6j7Oqe7x00IvQXNw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T22:03:19.6383361Z [00:02:19.284]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:03:19.6424329Z [00:02:19.288]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/12/122960beede474538f54be0e756d220c62248895dd91795e75a24da3758da83d-d # internal
2025-08-20T22:03:19.6438814Z [00:02:19.290]➜  github.com/mitchellh/reflectwalk
2025-08-20T22:03:19.6440830Z [00:02:19.290]➜  mkdir -p $WORK/b252/
2025-08-20T22:03:19.6441522Z [00:02:19.290]➜  cat >/tmp/go-build1604439625/b252/importcfg << 'EOF' # internal
2025-08-20T22:03:19.6442418Z [00:02:19.290]➜  # import config
2025-08-20T22:03:19.6443308Z [00:02:19.290]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.6443793Z [00:02:19.290]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.6444223Z [00:02:19.290]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.6444938Z [00:02:19.290]➜  EOF
2025-08-20T22:03:19.6447728Z [00:02:19.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2=>github.com/mitchellh/reflectwalk@v1.0.2;$WORK/b252=>" -p github.com/mitchellh/reflectwalk -lang=go1.16 -complete -installsuffix shared -buildid PclTWpJyFrMXTEvABnc1/PclTWpJyFrMXTEvABnc1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location_string.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/reflectwalk.go
2025-08-20T22:03:19.6754670Z [00:02:19.321]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:03:19.6755422Z [00:02:19.321]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/0c/0c2ea5e42696a96c6da467a10533c2e422404b478c7bb2e0305c4aa8c7bd7346-d # internal
2025-08-20T22:03:19.6756163Z [00:02:19.321]➜  github.com/shopspring/decimal
2025-08-20T22:03:19.6756459Z [00:02:19.321]➜  mkdir -p $WORK/b253/
2025-08-20T22:03:19.6756831Z [00:02:19.321]➜  cat >/tmp/go-build1604439625/b253/importcfg << 'EOF' # internal
2025-08-20T22:03:19.6757172Z [00:02:19.321]➜  # import config
2025-08-20T22:03:19.6757560Z [00:02:19.321]➜  packagefile database/sql/driver=/tmp/go-build1604439625/b248/_pkg_.a
2025-08-20T22:03:19.6758061Z [00:02:19.321]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:19.6758518Z [00:02:19.321]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.6758929Z [00:02:19.321]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:19.6759348Z [00:02:19.321]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:19.6759778Z [00:02:19.321]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:19.6760200Z [00:02:19.321]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.6760641Z [00:02:19.321]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.6760954Z [00:02:19.321]➜  EOF
2025-08-20T22:03:19.6763815Z [00:02:19.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0=>github.com/shopspring/decimal@v1.4.0;$WORK/b253=>" -p github.com/shopspring/decimal -lang=go1.10 -complete -installsuffix shared -buildid R6M-1omeNeUxzTf3gT3q/R6M-1omeNeUxzTf3gT3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/const.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal-go.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/rounding.go
2025-08-20T22:03:19.6996975Z [00:02:19.346]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:03:19.7011983Z [00:02:19.347]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b223=/tmp/go-build -gno-record-gcc-switches -o $WORK/b223/_cgo_.o $WORK/b223/_cgo_main.o $WORK/b223/preferlinkext $WORK/b223/_x001.o $WORK/b223/_x002.o $WORK/b223/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:03:19.7013505Z [00:02:19.347]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b223/_cgo_.o -dynout $WORK/b223/_cgo_import.go
2025-08-20T22:03:19.7029895Z [00:02:19.349]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/f0/f0ca0720b7e42e76ffe93e693150099c8e30269ffddce300c3a41933eb422e1b-d # internal
2025-08-20T22:03:19.7033750Z [00:02:19.349]➜  github.com/mitchellh/copystructure
2025-08-20T22:03:19.7034764Z [00:02:19.349]➜  mkdir -p $WORK/b251/
2025-08-20T22:03:19.7043725Z [00:02:19.350]➜  cat >/tmp/go-build1604439625/b251/importcfg << 'EOF' # internal
2025-08-20T22:03:19.7044137Z [00:02:19.350]➜  # import config
2025-08-20T22:03:19.7044933Z [00:02:19.350]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.7045469Z [00:02:19.350]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build1604439625/b252/_pkg_.a
2025-08-20T22:03:19.7050686Z [00:02:19.350]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.7051122Z [00:02:19.350]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.7051536Z [00:02:19.350]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.7051866Z [00:02:19.350]➜  EOF
2025-08-20T22:03:19.7054075Z [00:02:19.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0=>github.com/mitchellh/copystructure@v1.2.0;$WORK/b251=>" -p github.com/mitchellh/copystructure -lang=go1.15 -complete -installsuffix shared -buildid sXJaZoYi3Ph9AqPZT82L/sXJaZoYi3Ph9AqPZT82L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copier_time.go /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copystructure.go
2025-08-20T22:03:19.7062951Z [00:02:19.352]➜  cat >/tmp/go-build1604439625/b223/importcfg << 'EOF' # internal
2025-08-20T22:03:19.7069601Z [00:02:19.352]➜  # import config
2025-08-20T22:03:19.7069965Z [00:02:19.352]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.7070389Z [00:02:19.352]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:19.7070837Z [00:02:19.352]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.7071273Z [00:02:19.352]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.7071690Z [00:02:19.352]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.7072106Z [00:02:19.352]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:19.7072545Z [00:02:19.352]➜  packagefile runtime/cgo=/tmp/go-build1604439625/b096/_pkg_.a
2025-08-20T22:03:19.7072890Z [00:02:19.352]➜  EOF
2025-08-20T22:03:19.7075323Z [00:02:19.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b223=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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/b223/_cgo_gotypes.go $WORK/b223/cgo_lookup_cgo.cgo1.go $WORK/b223/getgrouplist_unix.cgo1.go $WORK/b223/_cgo_import.go
2025-08-20T22:03:19.7612549Z [00:02:19.405]➜  cd /root/.go/src/os/user
2025-08-20T22:03:19.7613284Z [00:02:19.405]➜  go tool pack r $WORK/b223/_pkg_.a $WORK/b223/preferlinkext $WORK/b223/_x001.o $WORK/b223/_x002.o $WORK/b223/_x003.o # internal
2025-08-20T22:03:19.7613911Z [00:02:19.406]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:03:19.7614992Z [00:02:19.406]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/c5/c57f22e8902429247e8ae18761789782c980a416768d96228221ff7de3485c87-d # internal
2025-08-20T22:03:19.7615528Z [00:02:19.407]➜  archive/tar
2025-08-20T22:03:19.7615888Z [00:02:19.407]➜  mkdir -p $WORK/b222/
2025-08-20T22:03:19.7616352Z [00:02:19.407]➜  cat >/tmp/go-build1604439625/b222/importcfg << 'EOF' # internal
2025-08-20T22:03:19.7616701Z [00:02:19.407]➜  # import config
2025-08-20T22:03:19.7622601Z [00:02:19.407]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.7623041Z [00:02:19.407]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.7623461Z [00:02:19.407]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.7623916Z [00:02:19.407]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:19.7624359Z [00:02:19.407]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.7624780Z [00:02:19.407]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:19.7625194Z [00:02:19.407]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:19.7625602Z [00:02:19.407]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:19.7626183Z [00:02:19.407]➜  packagefile os/user=/tmp/go-build1604439625/b223/_pkg_.a
2025-08-20T22:03:19.7626609Z [00:02:19.407]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:19.7627063Z [00:02:19.407]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:19.7627515Z [00:02:19.407]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.7627945Z [00:02:19.407]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:19.7628366Z [00:02:19.407]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:19.7628789Z [00:02:19.407]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.7629229Z [00:02:19.407]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.7629646Z [00:02:19.407]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.7630062Z [00:02:19.407]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:19.7630483Z [00:02:19.407]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.7630789Z [00:02:19.407]➜  EOF
2025-08-20T22:03:19.7631057Z [00:02:19.407]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:19.7633724Z [00:02:19.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b222=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid liZo6etQPkpy1YbwPyb3/liZo6etQPkpy1YbwPyb3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T22:03:19.7651232Z [00:02:19.411]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:03:19.7661616Z [00:02:19.412]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/13/136c7ce325f71c90edf7fef66b77a625790c0947ed8a68b00cd84eb5110d4e14-d # internal
2025-08-20T22:03:19.7665015Z [00:02:19.412]➜  github.com/spf13/cast/internal
2025-08-20T22:03:19.7665398Z [00:02:19.412]➜  mkdir -p $WORK/b255/
2025-08-20T22:03:19.7665922Z [00:02:19.412]➜  cat >/tmp/go-build1604439625/b255/importcfg << 'EOF' # internal
2025-08-20T22:03:19.7666358Z [00:02:19.412]➜  # import config
2025-08-20T22:03:19.7666690Z [00:02:19.412]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.7667115Z [00:02:19.412]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.7667537Z [00:02:19.412]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:19.7668227Z [00:02:19.412]➜  EOF
2025-08-20T22:03:19.7670318Z [00:02:19.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal=>github.com/spf13/cast@v1.9.2/internal;$WORK/b255=>" -p github.com/spf13/cast/internal -lang=go1.21 -complete -installsuffix shared -buildid CAw8c_3VZy2v0goora4f/CAw8c_3VZy2v0goora4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal/timeformattype_string.go
2025-08-20T22:03:19.7827920Z [00:02:19.428]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:03:19.7839315Z [00:02:19.430]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/41/41cb9cd79d3bb4d26aa43d46ae7b0a1bc0d91634cfda026dcb852458271e9da1-d # internal
2025-08-20T22:03:19.7845615Z [00:02:19.430]➜  html
2025-08-20T22:03:19.7846486Z [00:02:19.430]➜  mkdir -p $WORK/b257/
2025-08-20T22:03:19.7858876Z [00:02:19.432]➜  cat >/tmp/go-build1604439625/b257/importcfg << 'EOF' # internal
2025-08-20T22:03:19.7859332Z [00:02:19.432]➜  # import config
2025-08-20T22:03:19.7859694Z [00:02:19.432]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.7860125Z [00:02:19.432]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.7860566Z [00:02:19.432]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.7860897Z [00:02:19.432]➜  EOF
2025-08-20T22:03:19.7862318Z [00:02:19.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b257=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T22:03:19.8633033Z [00:02:19.509]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:03:19.8649573Z [00:02:19.511]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T22:03:19.8667823Z [00:02:19.513]➜  html/template
2025-08-20T22:03:19.8668623Z [00:02:19.513]➜  mkdir -p $WORK/b256/
2025-08-20T22:03:19.8669836Z [00:02:19.513]➜  cat >/tmp/go-build1604439625/b256/importcfg << 'EOF' # internal
2025-08-20T22:03:19.8670382Z [00:02:19.513]➜  # import config
2025-08-20T22:03:19.8671067Z [00:02:19.513]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:19.8672611Z [00:02:19.513]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:19.8673535Z [00:02:19.513]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.8674255Z [00:02:19.513]➜  packagefile html=/tmp/go-build1604439625/b257/_pkg_.a
2025-08-20T22:03:19.8675100Z [00:02:19.513]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:19.8676180Z [00:02:19.513]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.8676729Z [00:02:19.513]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:19.8677158Z [00:02:19.513]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:19.8677563Z [00:02:19.513]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:19.8677968Z [00:02:19.513]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:19.8678413Z [00:02:19.513]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:19.8678875Z [00:02:19.513]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:19.8679298Z [00:02:19.513]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:19.8679715Z [00:02:19.513]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.8680304Z [00:02:19.513]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:19.8680782Z [00:02:19.513]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:19.8681664Z [00:02:19.513]➜  packagefile text/template=/tmp/go-build1604439625/b098/_pkg_.a
2025-08-20T22:03:19.8682156Z [00:02:19.513]➜  packagefile text/template/parse=/tmp/go-build1604439625/b101/_pkg_.a
2025-08-20T22:03:19.8682622Z [00:02:19.513]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:19.8683065Z [00:02:19.513]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:19.8683392Z [00:02:19.513]➜  EOF
2025-08-20T22:03:19.8687475Z [00:02:19.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b256=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T22:03:19.9038279Z [00:02:19.550]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:03:19.9059801Z [00:02:19.552]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/18/18f4ec3bf3928bfd53f8eaa6291265983aab09a897f4dd7de886c56cbf01e44e-d # internal
2025-08-20T22:03:19.9060468Z [00:02:19.552]➜  golang.org/x/crypto/blowfish
2025-08-20T22:03:19.9060768Z [00:02:19.552]➜  mkdir -p $WORK/b259/
2025-08-20T22:03:19.9139566Z [00:02:19.560]➜  cat >/tmp/go-build1604439625/b259/importcfg << 'EOF' # internal
2025-08-20T22:03:19.9140016Z [00:02:19.560]➜  # import config
2025-08-20T22:03:19.9140374Z [00:02:19.560]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.9140697Z [00:02:19.560]➜  EOF
2025-08-20T22:03:19.9143350Z [00:02:19.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b259=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid YmfktxKqOhGPKVAK1vAm/YmfktxKqOhGPKVAK1vAm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/const.go
2025-08-20T22:03:19.9762965Z [00:02:19.622]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:03:19.9767548Z [00:02:19.622]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/b0/b0c9fd47f4a83966d7e9df0751694af8b2f138885ac6e0f6404518b412e1688d-d # internal
2025-08-20T22:03:19.9768152Z [00:02:19.622]➜  golang.org/x/crypto/bcrypt
2025-08-20T22:03:19.9768446Z [00:02:19.622]➜  mkdir -p $WORK/b258/
2025-08-20T22:03:19.9803337Z [00:02:19.626]➜  cat >/tmp/go-build1604439625/b258/importcfg << 'EOF' # internal
2025-08-20T22:03:19.9804306Z [00:02:19.626]➜  # import config
2025-08-20T22:03:19.9806400Z [00:02:19.626]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:19.9807462Z [00:02:19.626]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:19.9808019Z [00:02:19.626]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:19.9808482Z [00:02:19.626]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:19.9808899Z [00:02:19.626]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:19.9809854Z [00:02:19.626]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1604439625/b259/_pkg_.a
2025-08-20T22:03:19.9810337Z [00:02:19.626]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:19.9810751Z [00:02:19.626]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:19.9811068Z [00:02:19.626]➜  EOF
2025-08-20T22:03:19.9813065Z [00:02:19.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt=>golang.org/x/crypto@v0.40.0/bcrypt;$WORK/b258=>" -p golang.org/x/crypto/bcrypt -lang=go1.23 -complete -installsuffix shared -buildid 9NzYkIdeHKFCfacBCapZ/9NzYkIdeHKFCfacBCapZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt/base64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt/bcrypt.go
2025-08-20T22:03:20.0328372Z [00:02:19.679]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:03:20.0337099Z [00:02:19.680]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/59/59f3447bfac8ac11282c938da32f3521f61c8268d17a2126bbb30af8546982ef-d # internal
2025-08-20T22:03:20.0340641Z [00:02:19.680]➜  golang.org/x/crypto/pbkdf2
2025-08-20T22:03:20.0348063Z [00:02:19.681]➜  mkdir -p $WORK/b261/
2025-08-20T22:03:20.0349081Z [00:02:19.681]➜  cat >/tmp/go-build1604439625/b261/importcfg << 'EOF' # internal
2025-08-20T22:03:20.0349509Z [00:02:19.681]➜  # import config
2025-08-20T22:03:20.0349912Z [00:02:19.681]➜  packagefile crypto/hmac=/tmp/go-build1604439625/b180/_pkg_.a
2025-08-20T22:03:20.0350351Z [00:02:19.681]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:20.0350663Z [00:02:19.681]➜  EOF
2025-08-20T22:03:20.0352402Z [00:02:19.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2=>golang.org/x/crypto@v0.40.0/pbkdf2;$WORK/b261=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid BpZglQxAzOhwBa9TLS6U/BpZglQxAzOhwBa9TLS6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2/pbkdf2.go
2025-08-20T22:03:20.0567312Z [00:02:19.703]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:03:20.0575223Z [00:02:19.703]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/02/02ab6b53fe88370874aee143e00f242c0f37df0b6b4198ee233830391d300b38-d # internal
2025-08-20T22:03:20.0626887Z [00:02:19.708]➜  golang.org/x/crypto/scrypt
2025-08-20T22:03:20.0627786Z [00:02:19.708]➜  mkdir -p $WORK/b260/
2025-08-20T22:03:20.0635767Z [00:02:19.709]➜  cat >/tmp/go-build1604439625/b260/importcfg << 'EOF' # internal
2025-08-20T22:03:20.0636288Z [00:02:19.709]➜  # import config
2025-08-20T22:03:20.0636665Z [00:02:19.709]➜  packagefile crypto/sha256=/tmp/go-build1604439625/b194/_pkg_.a
2025-08-20T22:03:20.0637142Z [00:02:19.709]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:20.0637631Z [00:02:19.710]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.0638128Z [00:02:19.710]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1604439625/b261/_pkg_.a
2025-08-20T22:03:20.0638619Z [00:02:19.710]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:20.0638938Z [00:02:19.710]➜  EOF
2025-08-20T22:03:20.0649289Z [00:02:19.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt=>golang.org/x/crypto@v0.40.0/scrypt;$WORK/b260=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid nE8C6yoHgvU1ce2deSTa/nE8C6yoHgvU1ce2deSTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt/scrypt.go
2025-08-20T22:03:20.1008954Z [00:02:19.747]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:03:20.1018909Z [00:02:19.748]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/fc/fc01ed53454daf30dbef925afcda98cd45606cfc5ad40e2833555925cde0c213-d # internal
2025-08-20T22:03:20.1020457Z [00:02:19.748]➜  hash/adler32
2025-08-20T22:03:20.1020761Z [00:02:19.748]➜  mkdir -p $WORK/b262/
2025-08-20T22:03:20.1034752Z [00:02:19.749]➜  cat >/tmp/go-build1604439625/b262/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1035678Z [00:02:19.749]➜  # import config
2025-08-20T22:03:20.1036247Z [00:02:19.749]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1036727Z [00:02:19.749]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:20.1037206Z [00:02:19.749]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:20.1037568Z [00:02:19.749]➜  EOF
2025-08-20T22:03:20.1039023Z [00:02:19.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b262=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T22:03:20.1207002Z [00:02:19.767]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:03:20.1237622Z [00:02:19.770]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T22:03:20.1260605Z [00:02:19.772]➜  github.com/spf13/cast
2025-08-20T22:03:20.1260931Z [00:02:19.772]➜  mkdir -p $WORK/b254/
2025-08-20T22:03:20.1272643Z [00:02:19.773]➜  cat >/tmp/go-build1604439625/b254/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1273192Z [00:02:19.773]➜  # import config
2025-08-20T22:03:20.1273593Z [00:02:19.773]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:20.1279153Z [00:02:19.773]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1279761Z [00:02:19.773]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.1280435Z [00:02:19.773]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build1604439625/b255/_pkg_.a
2025-08-20T22:03:20.1281087Z [00:02:19.773]➜  packagefile html/template=/tmp/go-build1604439625/b256/_pkg_.a
2025-08-20T22:03:20.1281679Z [00:02:19.773]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.1287573Z [00:02:19.773]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:20.1288012Z [00:02:19.773]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:20.1291808Z [00:02:19.773]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:20.1292473Z [00:02:19.773]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.1292913Z [00:02:19.773]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.1293223Z [00:02:19.773]➜  EOF
2025-08-20T22:03:20.1296572Z [00:02:19.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2=>github.com/spf13/cast@v1.9.2;$WORK/b254=>" -p github.com/spf13/cast -lang=go1.21 -complete -installsuffix shared -buildid YxUlghP7jDCR1u52QM_U/YxUlghP7jDCR1u52QM_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/alias.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/basic.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/indirect.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/map.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/number.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/slice.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/time.go /root/go/pkg/mod/github.com/spf13/cast@v1.9.2/zz_generated.go
2025-08-20T22:03:20.1299491Z [00:02:19.774]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:03:20.1299882Z [00:02:19.775]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:03:20.1300864Z [00:02:19.775]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T22:03:20.1301445Z [00:02:19.775]➜  oras.land/oras/internal/descriptor
2025-08-20T22:03:20.1301740Z [00:02:19.775]➜  mkdir -p $WORK/b263/
2025-08-20T22:03:20.1311948Z [00:02:19.777]➜  cat >/tmp/go-build1604439625/b263/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1312348Z [00:02:19.777]➜  # import config
2025-08-20T22:03:20.1312827Z [00:02:19.777]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:20.1313515Z [00:02:19.777]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.1314161Z [00:02:19.777]➜  packagefile oras.land/oras/internal/docker=/tmp/go-build1604439625/b264/_pkg_.a
2025-08-20T22:03:20.1314549Z [00:02:19.777]➜  EOF
2025-08-20T22:03:20.1316433Z [00:02:19.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor=>oras.land/oras/internal/descriptor;$WORK/b263=>" -p oras.land/oras/internal/descriptor -lang=go1.25 -complete -installsuffix shared -buildid g_QfG2x6CClCO7JQN2mc/g_QfG2x6CClCO7JQN2mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor/descriptor.go
2025-08-20T22:03:20.1396397Z [00:02:19.785]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/82/82a69407806a7584bcc3348171218141e017753c47cbf2f4c2ccdef4c466b5d5-d # internal
2025-08-20T22:03:20.1397183Z [00:02:19.785]➜  net/http/httptrace
2025-08-20T22:03:20.1397482Z [00:02:19.785]➜  mkdir -p $WORK/b213/
2025-08-20T22:03:20.1397990Z [00:02:19.786]➜  cat >/tmp/go-build1604439625/b213/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1398440Z [00:02:19.786]➜  # import config
2025-08-20T22:03:20.1398898Z [00:02:19.786]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.1399443Z [00:02:19.786]➜  packagefile crypto/tls=/tmp/go-build1604439625/b155/_pkg_.a
2025-08-20T22:03:20.1400045Z [00:02:19.786]➜  packagefile internal/nettrace=/tmp/go-build1604439625/b091/_pkg_.a
2025-08-20T22:03:20.1400608Z [00:02:19.786]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:20.1401155Z [00:02:19.786]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:20.1401721Z [00:02:19.786]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.1402538Z [00:02:19.786]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.1403076Z [00:02:19.786]➜  EOF
2025-08-20T22:03:20.1404749Z [00:02:19.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b213=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid JikVa7Iu411jB4Z05MbV/JikVa7Iu411jB4Z05MbV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:03:20.1519365Z [00:02:19.798]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:03:20.1532585Z [00:02:19.798]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/89/8976c30ebd28a525f97684626182328b03060dceb7840db7c904287bd4035361-d # internal
2025-08-20T22:03:20.1533191Z [00:02:19.798]➜  oras.land/oras/internal/crypto
2025-08-20T22:03:20.1533494Z [00:02:19.798]➜  mkdir -p $WORK/b267/
2025-08-20T22:03:20.1556409Z [00:02:19.801]➜  cat >/tmp/go-build1604439625/b267/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1557788Z [00:02:19.801]➜  # import config
2025-08-20T22:03:20.1561569Z [00:02:19.801]➜  packagefile crypto/x509=/tmp/go-build1604439625/b197/_pkg_.a
2025-08-20T22:03:20.1563249Z [00:02:19.801]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1566004Z [00:02:19.801]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.1566382Z [00:02:19.801]➜  EOF
2025-08-20T22:03:20.1580699Z [00:02:19.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto=>oras.land/oras/internal/crypto;$WORK/b267=>" -p oras.land/oras/internal/crypto -lang=go1.25 -complete -installsuffix shared -buildid u_mDryR-7Ls8q2u-dvyA/u_mDryR-7Ls8q2u-dvyA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto/certificate.go
2025-08-20T22:03:20.1649980Z [00:02:19.810]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:03:20.1652379Z [00:02:19.811]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/75/75a5261902f64e838ff923717c37a68df9b7e0fd174c16b723b77b16d3216631-d # internal
2025-08-20T22:03:20.1652970Z [00:02:19.811]➜  net/http/internal/httpcommon
2025-08-20T22:03:20.1653261Z [00:02:19.811]➜  mkdir -p $WORK/b216/
2025-08-20T22:03:20.1653653Z [00:02:19.811]➜  cat >/tmp/go-build1604439625/b216/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1654001Z [00:02:19.811]➜  # import config
2025-08-20T22:03:20.1654442Z [00:02:19.811]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:03:20.1655016Z [00:02:19.811]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:03:20.1655510Z [00:02:19.811]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.1656148Z [00:02:19.811]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1656623Z [00:02:19.811]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.1657167Z [00:02:19.811]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1604439625/b201/_pkg_.a
2025-08-20T22:03:20.1657796Z [00:02:19.811]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1604439625/b209/_pkg_.a
2025-08-20T22:03:20.1658354Z [00:02:19.811]➜  packagefile net/http/httptrace=/tmp/go-build1604439625/b213/_pkg_.a
2025-08-20T22:03:20.1658843Z [00:02:19.811]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:20.1659307Z [00:02:19.811]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:20.1659731Z [00:02:19.811]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:20.1660150Z [00:02:19.811]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:20.1660574Z [00:02:19.811]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.1660989Z [00:02:19.811]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.1661615Z [00:02:19.811]➜  EOF
2025-08-20T22:03:20.1663416Z [00:02:19.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b216=>" -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/b216/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:03:20.1703629Z [00:02:19.816]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:03:20.1732152Z [00:02:19.819]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:03:20.1741320Z [00:02:19.819]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/79/7906c10e1009ae1f4c77eafb67d4869e4f77f79b8c876d7f17ec17079f22d41e-d # internal
2025-08-20T22:03:20.1741913Z [00:02:19.819]➜  oras.land/oras/internal/net
2025-08-20T22:03:20.1742198Z [00:02:19.819]➜  mkdir -p $WORK/b268/
2025-08-20T22:03:20.1742598Z [00:02:19.820]➜  cat >/tmp/go-build1604439625/b268/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1742944Z [00:02:19.820]➜  # import config
2025-08-20T22:03:20.1743285Z [00:02:19.820]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.1743700Z [00:02:19.820]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.1744101Z [00:02:19.820]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:20.1744775Z [00:02:19.820]➜  EOF
2025-08-20T22:03:20.1746637Z [00:02:19.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net=>oras.land/oras/internal/net;$WORK/b268=>" -p oras.land/oras/internal/net -lang=go1.25 -complete -installsuffix shared -buildid ey9RCE3Nh6gGdGxwJIlk/ey9RCE3Nh6gGdGxwJIlk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net/net.go
2025-08-20T22:03:20.1763502Z [00:02:19.821]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/f9/f97193a5012117201a92574a9fbe159150ec22376a59e5418091dfce7826d390-d # internal
2025-08-20T22:03:20.1764089Z [00:02:19.821]➜  oras.land/oras-go/v2/content/file
2025-08-20T22:03:20.1764386Z [00:02:19.821]➜  mkdir -p $WORK/b221/
2025-08-20T22:03:20.1764759Z [00:02:19.822]➜  cat >/tmp/go-build1604439625/b221/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1765100Z [00:02:19.822]➜  # import config
2025-08-20T22:03:20.1765467Z [00:02:19.822]➜  packagefile archive/tar=/tmp/go-build1604439625/b222/_pkg_.a
2025-08-20T22:03:20.1771349Z [00:02:19.822]➜  packagefile compress/gzip=/tmp/go-build1604439625/b125/_pkg_.a
2025-08-20T22:03:20.1771920Z [00:02:19.822]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.1772355Z [00:02:19.822]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1772771Z [00:02:19.822]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.1773313Z [00:02:19.822]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:20.1773987Z [00:02:19.822]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.1774530Z [00:02:19.822]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.1774938Z [00:02:19.822]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:20.1775431Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:20.1776160Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:20.1776785Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:20.1777387Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build1604439625/b224/_pkg_.a
2025-08-20T22:03:20.1778310Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:20.1779013Z [00:02:19.822]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build1604439625/b225/_pkg_.a
2025-08-20T22:03:20.1779513Z [00:02:19.822]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.1779945Z [00:02:19.822]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.1780394Z [00:02:19.822]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.1780826Z [00:02:19.822]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.1781258Z [00:02:19.822]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:20.1781689Z [00:02:19.822]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.1781995Z [00:02:19.822]➜  EOF
2025-08-20T22:03:20.1784271Z [00:02:19.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/file=>oras.land/oras-go/v2@v2.6.0/content/file;$WORK/b221=>" -p oras.land/oras-go/v2/content/file -lang=go1.23 -complete -installsuffix shared -buildid WO_YHMdADj-mSzNHrqPG/WO_YHMdADj-mSzNHrqPG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/file/errors.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/file/file.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/file/utils.go
2025-08-20T22:03:20.1874457Z [00:02:19.833]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:03:20.1875225Z [00:02:19.833]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/3a/3aab9d2058f41f13f666042963d9cff0b03184c55dc65f83660aababd79483c3-d # internal
2025-08-20T22:03:20.1876484Z [00:02:19.833]➜  oras.land/oras-go/v2/internal/fs/tarfs
2025-08-20T22:03:20.1877376Z [00:02:19.833]➜  mkdir -p $WORK/b228/
2025-08-20T22:03:20.1878471Z [00:02:19.834]➜  cat >/tmp/go-build1604439625/b228/importcfg << 'EOF' # internal
2025-08-20T22:03:20.1878892Z [00:02:19.834]➜  # import config
2025-08-20T22:03:20.1879286Z [00:02:19.834]➜  packagefile archive/tar=/tmp/go-build1604439625/b222/_pkg_.a
2025-08-20T22:03:20.1879731Z [00:02:19.834]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.1880152Z [00:02:19.834]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.1880552Z [00:02:19.834]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.1880962Z [00:02:19.834]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:20.1881469Z [00:02:19.834]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:20.1881942Z [00:02:19.834]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.1882347Z [00:02:19.834]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:20.1882788Z [00:02:19.834]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.1883122Z [00:02:19.834]➜  EOF
2025-08-20T22:03:20.1885008Z [00:02:19.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/fs/tarfs=>oras.land/oras-go/v2@v2.6.0/internal/fs/tarfs;$WORK/b228=>" -p oras.land/oras-go/v2/internal/fs/tarfs -lang=go1.23 -complete -installsuffix shared -buildid RgnJabzPSv_GFRFmURP3/RgnJabzPSv_GFRFmURP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/fs/tarfs/tarfs.go
2025-08-20T22:03:20.2197137Z [00:02:19.865]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:03:20.2197895Z [00:02:19.865]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:03:20.2198428Z [00:02:19.865]➜  net/http
2025-08-20T22:03:20.2198668Z [00:02:19.865]➜  mkdir -p $WORK/b124/
2025-08-20T22:03:20.2199039Z [00:02:19.866]➜  cat >/tmp/go-build1604439625/b124/importcfg << 'EOF' # internal
2025-08-20T22:03:20.2199801Z [00:02:19.866]➜  # import config
2025-08-20T22:03:20.2200300Z [00:02:19.866]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:03:20.2200894Z [00:02:19.866]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:03:20.2201474Z [00:02:19.866]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:03:20.2202002Z [00:02:19.866]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:03:20.2202459Z [00:02:19.866]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:20.2202897Z [00:02:19.866]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:20.2203345Z [00:02:19.866]➜  packagefile compress/gzip=/tmp/go-build1604439625/b125/_pkg_.a
2025-08-20T22:03:20.2203818Z [00:02:19.866]➜  packagefile container/list=/tmp/go-build1604439625/b105/_pkg_.a
2025-08-20T22:03:20.2204279Z [00:02:19.866]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.2204725Z [00:02:19.866]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:20.2205180Z [00:02:19.866]➜  packagefile crypto/tls=/tmp/go-build1604439625/b155/_pkg_.a
2025-08-20T22:03:20.2205645Z [00:02:19.866]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:20.2206420Z [00:02:19.866]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:20.2207270Z [00:02:19.866]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.2207698Z [00:02:19.866]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.2208224Z [00:02:19.866]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1604439625/b201/_pkg_.a
2025-08-20T22:03:20.2208858Z [00:02:19.866]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1604439625/b208/_pkg_.a
2025-08-20T22:03:20.2209496Z [00:02:19.866]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1604439625/b209/_pkg_.a
2025-08-20T22:03:20.2210081Z [00:02:19.866]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1604439625/b202/_pkg_.a
2025-08-20T22:03:20.2210604Z [00:02:19.866]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:20.2211044Z [00:02:19.866]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.2211451Z [00:02:19.866]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:20.2211868Z [00:02:19.866]➜  packagefile log=/tmp/go-build1604439625/b082/_pkg_.a
2025-08-20T22:03:20.2212273Z [00:02:19.866]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:20.2212679Z [00:02:19.866]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:20.2213101Z [00:02:19.866]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:20.2213537Z [00:02:19.866]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:20.2213968Z [00:02:19.866]➜  packagefile mime=/tmp/go-build1604439625/b210/_pkg_.a
2025-08-20T22:03:20.2214409Z [00:02:19.866]➜  packagefile mime/multipart=/tmp/go-build1604439625/b211/_pkg_.a
2025-08-20T22:03:20.2214847Z [00:02:19.866]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:20.2215302Z [00:02:19.866]➜  packagefile net/http/httptrace=/tmp/go-build1604439625/b213/_pkg_.a
2025-08-20T22:03:20.2215937Z [00:02:19.866]➜  packagefile net/http/internal=/tmp/go-build1604439625/b214/_pkg_.a
2025-08-20T22:03:20.2216539Z [00:02:19.866]➜  packagefile net/http/internal/ascii=/tmp/go-build1604439625/b215/_pkg_.a
2025-08-20T22:03:20.2217139Z [00:02:19.866]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1604439625/b216/_pkg_.a
2025-08-20T22:03:20.2217660Z [00:02:19.866]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:20.2218104Z [00:02:19.866]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:20.2218769Z [00:02:19.866]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.2219247Z [00:02:19.866]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:20.2219692Z [00:02:19.866]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.2220159Z [00:02:19.866]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.2220580Z [00:02:19.866]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:20.2221007Z [00:02:19.866]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:20.2221418Z [00:02:19.866]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:20.2221835Z [00:02:19.866]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:20.2222259Z [00:02:19.866]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.2222671Z [00:02:19.866]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.2223113Z [00:02:19.866]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:20.2223542Z [00:02:19.866]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.2223956Z [00:02:19.866]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:20.2224400Z [00:02:19.866]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:20.2224732Z [00:02:19.866]➜  EOF
2025-08-20T22:03:20.2230386Z [00:02:19.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b124=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid Sjdc3Mhbn2s77NMsd4z9/Sjdc3Mhbn2s77NMsd4z9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T22:03:20.2235140Z [00:02:19.867]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:03:20.2235918Z [00:02:19.868]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/fb/fb61d49b632784279ad4b2c3ca97c72d73d7456fdb8fd5729d968efc276d60ce-d # internal
2025-08-20T22:03:20.2237150Z [00:02:19.870]➜  oras.land/oras-go/v2/content/oci
2025-08-20T22:03:20.2237449Z [00:02:19.870]➜  mkdir -p $WORK/b227/
2025-08-20T22:03:20.2266910Z [00:02:19.871]➜  cat >/tmp/go-build1604439625/b227/importcfg << 'EOF' # internal
2025-08-20T22:03:20.2267465Z [00:02:19.871]➜  # import config
2025-08-20T22:03:20.2267959Z [00:02:19.871]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.2268534Z [00:02:19.871]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:20.2269232Z [00:02:19.871]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.2269747Z [00:02:19.871]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.2270377Z [00:02:19.871]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:20.2271140Z [00:02:19.871]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:20.2272243Z [00:02:19.871]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.2272986Z [00:02:19.871]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.2273505Z [00:02:19.871]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:20.2274015Z [00:02:19.871]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:20.2274635Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:20.2275336Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:20.2276158Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build1604439625/b113/_pkg_.a
2025-08-20T22:03:20.2276947Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:20.2277692Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/fs/tarfs=/tmp/go-build1604439625/b228/_pkg_.a
2025-08-20T22:03:20.2278429Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build1604439625/b224/_pkg_.a
2025-08-20T22:03:20.2279159Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:20.2279932Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/manifestutil=/tmp/go-build1604439625/b118/_pkg_.a
2025-08-20T22:03:20.2280971Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build1604439625/b225/_pkg_.a
2025-08-20T22:03:20.2281707Z [00:02:19.871]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:20.2282303Z [00:02:19.871]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.2282822Z [00:02:19.871]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:20.2283353Z [00:02:19.871]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.2283915Z [00:02:19.871]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:20.2284432Z [00:02:19.871]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.2284847Z [00:02:19.871]➜  EOF
2025-08-20T22:03:20.2287548Z [00:02:19.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/oci=>oras.land/oras-go/v2@v2.6.0/content/oci;$WORK/b227=>" -p oras.land/oras-go/v2/content/oci -lang=go1.23 -complete -installsuffix shared -buildid A_KONVnjYf7LXOJr6Fis/A_KONVnjYf7LXOJr6Fis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/oci/oci.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/oci/readonlyoci.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/oci/readonlystorage.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/oci/storage.go
2025-08-20T22:03:20.3573051Z [00:02:20.003]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:03:20.3609420Z [00:02:20.007]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/0d/0de3599eb56bbab4d7e3f0c0eb61cb63b9f91ea5ebe581e188375fac34b28d11-d # internal
2025-08-20T22:03:20.3623661Z [00:02:20.007]➜  text/tabwriter
2025-08-20T22:03:20.3623961Z [00:02:20.007]➜  mkdir -p $WORK/b271/
2025-08-20T22:03:20.3624344Z [00:02:20.007]➜  cat >/tmp/go-build1604439625/b271/importcfg << 'EOF' # internal
2025-08-20T22:03:20.3624727Z [00:02:20.007]➜  # import config
2025-08-20T22:03:20.3625057Z [00:02:20.007]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.3625461Z [00:02:20.007]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.3625996Z [00:02:20.007]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:20.3626381Z [00:02:20.007]➜  EOF
2025-08-20T22:03:20.3628243Z [00:02:20.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b271=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:03:20.3687954Z [00:02:20.015]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:03:20.3719477Z [00:02:20.018]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/b1/b1d10e40f2a698150208dd8458753b45d129fa558d987391b131d639ce6388e4-d # internal
2025-08-20T22:03:20.3767081Z [00:02:20.023]➜  oras.land/oras/cmd/oras/internal/display/metadata/model
2025-08-20T22:03:20.3768896Z [00:02:20.023]➜  mkdir -p $WORK/b277/
2025-08-20T22:03:20.3786876Z [00:02:20.023]➜  cat >/tmp/go-build1604439625/b277/importcfg << 'EOF' # internal
2025-08-20T22:03:20.3787257Z [00:02:20.023]➜  # import config
2025-08-20T22:03:20.3787594Z [00:02:20.023]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.3788154Z [00:02:20.023]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:20.3788836Z [00:02:20.023]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.3789495Z [00:02:20.023]➜  packagefile oras.land/oras-go/v2/content/file=/tmp/go-build1604439625/b221/_pkg_.a
2025-08-20T22:03:20.3790027Z [00:02:20.023]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.3790904Z [00:02:20.023]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:20.3791324Z [00:02:20.023]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.3791627Z [00:02:20.023]➜  EOF
2025-08-20T22:03:20.3795095Z [00:02:20.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model=>oras.land/oras/cmd/oras/internal/display/metadata/model;$WORK/b277=>" -p oras.land/oras/cmd/oras/internal/display/metadata/model -lang=go1.25 -complete -installsuffix shared -buildid mTzEMhpNHNnmqTd-VkDp/mTzEMhpNHNnmqTd-VkDp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack ./internal/display/metadata/model/attach.go ./internal/display/metadata/model/descriptor.go ./internal/display/metadata/model/discover.go ./internal/display/metadata/model/fetched.go ./internal/display/metadata/model/pull.go ./internal/display/metadata/model/push.go ./internal/display/metadata/model/repo_list.go ./internal/display/metadata/model/repo_tags.go ./internal/display/metadata/model/tag.go
2025-08-20T22:03:20.3938770Z [00:02:20.040]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:03:20.3943768Z [00:02:20.040]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T22:03:20.3946902Z [00:02:20.041]➜  oras.land/oras/cmd/oras/internal/display/status/progress/humanize
2025-08-20T22:03:20.3947413Z [00:02:20.041]➜  mkdir -p $WORK/b282/
2025-08-20T22:03:20.3947791Z [00:02:20.041]➜  cat >/tmp/go-build1604439625/b282/importcfg << 'EOF' # internal
2025-08-20T22:03:20.3948134Z [00:02:20.041]➜  # import config
2025-08-20T22:03:20.3948464Z [00:02:20.041]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.3948877Z [00:02:20.041]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:20.3949287Z [00:02:20.041]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.3949610Z [00:02:20.041]➜  EOF
2025-08-20T22:03:20.3952351Z [00:02:20.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize=>oras.land/oras/cmd/oras/internal/display/status/progress/humanize;$WORK/b282=>" -p oras.land/oras/cmd/oras/internal/display/status/progress/humanize -lang=go1.25 -complete -installsuffix shared -buildid LJSs2H7m9ibgwnnwyoFf/LJSs2H7m9ibgwnnwyoFf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack ./internal/display/status/progress/humanize/bytes.go ./internal/display/status/progress/humanize/duration.go
2025-08-20T22:03:20.3979417Z [00:02:20.044]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:03:20.4077117Z [00:02:20.053]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/b0/b0d346983e54c77e8f311d0de96809a3627c2b06d56a4d008f7ada262efa1fe7-d # internal
2025-08-20T22:03:20.4085540Z [00:02:20.054]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:03:20.4104527Z [00:02:20.056]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/66/666023781f5832bb37341ef0cecd6cd0d65abda21b5475fa313816c8614699f0-d # internal
2025-08-20T22:03:20.4105458Z [00:02:20.056]➜  github.com/morikuni/aec
2025-08-20T22:03:20.4106374Z [00:02:20.056]➜  mkdir -p $WORK/b284/
2025-08-20T22:03:20.4106805Z [00:02:20.056]➜  cat >/tmp/go-build1604439625/b284/importcfg << 'EOF' # internal
2025-08-20T22:03:20.4107165Z [00:02:20.056]➜  # import config
2025-08-20T22:03:20.4107527Z [00:02:20.056]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.4107956Z [00:02:20.056]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.4108277Z [00:02:20.056]➜  EOF
2025-08-20T22:03:20.4110533Z [00:02:20.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/morikuni/aec@v1.0.0=>github.com/morikuni/aec@v1.0.0;$WORK/b284=>" -p github.com/morikuni/aec -lang=go1.16 -complete -installsuffix shared -buildid HRkf_99PGotfHbIF2DmU/HRkf_99PGotfHbIF2DmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/aec.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/ansi.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/builder.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/sgr.go
2025-08-20T22:03:20.4112920Z [00:02:20.056]➜  github.com/Masterminds/sprig/v3
2025-08-20T22:03:20.4113215Z [00:02:20.056]➜  mkdir -p $WORK/b243/
2025-08-20T22:03:20.4136930Z [00:02:20.058]➜  cat >/tmp/go-build1604439625/b243/importcfg << 'EOF' # internal
2025-08-20T22:03:20.4137835Z [00:02:20.058]➜  # import config
2025-08-20T22:03:20.4138278Z [00:02:20.058]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:20.4138721Z [00:02:20.058]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:20.4139163Z [00:02:20.058]➜  packagefile crypto/aes=/tmp/go-build1604439625/b156/_pkg_.a
2025-08-20T22:03:20.4139654Z [00:02:20.058]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:20.4140115Z [00:02:20.058]➜  packagefile crypto/dsa=/tmp/go-build1604439625/b198/_pkg_.a
2025-08-20T22:03:20.4140575Z [00:02:20.058]➜  packagefile crypto/ecdsa=/tmp/go-build1604439625/b163/_pkg_.a
2025-08-20T22:03:20.4141046Z [00:02:20.058]➜  packagefile crypto/ed25519=/tmp/go-build1604439625/b175/_pkg_.a
2025-08-20T22:03:20.4141526Z [00:02:20.058]➜  packagefile crypto/elliptic=/tmp/go-build1604439625/b164/_pkg_.a
2025-08-20T22:03:20.4142009Z [00:02:20.058]➜  packagefile crypto/hmac=/tmp/go-build1604439625/b180/_pkg_.a
2025-08-20T22:03:20.4142467Z [00:02:20.058]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:20.4142921Z [00:02:20.058]➜  packagefile crypto/rsa=/tmp/go-build1604439625/b191/_pkg_.a
2025-08-20T22:03:20.4143375Z [00:02:20.058]➜  packagefile crypto/sha1=/tmp/go-build1604439625/b193/_pkg_.a
2025-08-20T22:03:20.4143835Z [00:02:20.058]➜  packagefile crypto/sha256=/tmp/go-build1604439625/b194/_pkg_.a
2025-08-20T22:03:20.4144308Z [00:02:20.058]➜  packagefile crypto/sha512=/tmp/go-build1604439625/b171/_pkg_.a
2025-08-20T22:03:20.4144765Z [00:02:20.058]➜  packagefile crypto/x509=/tmp/go-build1604439625/b197/_pkg_.a
2025-08-20T22:03:20.4145242Z [00:02:20.058]➜  packagefile crypto/x509/pkix=/tmp/go-build1604439625/b199/_pkg_.a
2025-08-20T22:03:20.4145723Z [00:02:20.058]➜  packagefile dario.cat/mergo=/tmp/go-build1604439625/b244/_pkg_.a
2025-08-20T22:03:20.4146797Z [00:02:20.058]➜  packagefile encoding/asn1=/tmp/go-build1604439625/b173/_pkg_.a
2025-08-20T22:03:20.4147344Z [00:02:20.058]➜  packagefile encoding/base32=/tmp/go-build1604439625/b245/_pkg_.a
2025-08-20T22:03:20.4147831Z [00:02:20.058]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:20.4148309Z [00:02:20.058]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:20.4148780Z [00:02:20.058]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:20.4149258Z [00:02:20.058]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:20.4149725Z [00:02:20.058]➜  packagefile encoding/pem=/tmp/go-build1604439625/b200/_pkg_.a
2025-08-20T22:03:20.4150202Z [00:02:20.058]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.4150618Z [00:02:20.058]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.4151128Z [00:02:20.058]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build1604439625/b246/_pkg_.a
2025-08-20T22:03:20.4151732Z [00:02:20.058]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build1604439625/b247/_pkg_.a
2025-08-20T22:03:20.4152295Z [00:02:20.058]➜  packagefile github.com/google/uuid=/tmp/go-build1604439625/b249/_pkg_.a
2025-08-20T22:03:20.4152835Z [00:02:20.058]➜  packagefile github.com/huandu/xstrings=/tmp/go-build1604439625/b250/_pkg_.a
2025-08-20T22:03:20.4153480Z [00:02:20.058]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build1604439625/b251/_pkg_.a
2025-08-20T22:03:20.4154376Z [00:02:20.058]➜  packagefile github.com/shopspring/decimal=/tmp/go-build1604439625/b253/_pkg_.a
2025-08-20T22:03:20.4154931Z [00:02:20.058]➜  packagefile github.com/spf13/cast=/tmp/go-build1604439625/b254/_pkg_.a
2025-08-20T22:03:20.4155498Z [00:02:20.058]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build1604439625/b258/_pkg_.a
2025-08-20T22:03:20.4156189Z [00:02:20.058]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1604439625/b260/_pkg_.a
2025-08-20T22:03:20.4156712Z [00:02:20.058]➜  packagefile hash/adler32=/tmp/go-build1604439625/b262/_pkg_.a
2025-08-20T22:03:20.4157180Z [00:02:20.058]➜  packagefile html/template=/tmp/go-build1604439625/b256/_pkg_.a
2025-08-20T22:03:20.4157613Z [00:02:20.058]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.4158013Z [00:02:20.058]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:20.4158432Z [00:02:20.058]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:20.4158877Z [00:02:20.058]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:20.4159299Z [00:02:20.058]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:20.4159713Z [00:02:20.058]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:20.4160118Z [00:02:20.058]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.4160519Z [00:02:20.058]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:20.4160970Z [00:02:20.058]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.4161421Z [00:02:20.058]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.4161843Z [00:02:20.058]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:20.4162253Z [00:02:20.058]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:20.4162663Z [00:02:20.058]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:20.4163098Z [00:02:20.058]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.4163541Z [00:02:20.058]➜  packagefile text/template=/tmp/go-build1604439625/b098/_pkg_.a
2025-08-20T22:03:20.4163978Z [00:02:20.058]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.4164283Z [00:02:20.058]➜  EOF
2025-08-20T22:03:20.4173593Z [00:02:20.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0=>github.com/Masterminds/sprig/v3@v3.3.0;$WORK/b243=>" -p github.com/Masterminds/sprig/v3 -lang=go1.21 -complete -installsuffix shared -buildid 5wtFKwD5uowtDwPWSDoI/5wtFKwD5uowtDwPWSDoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/crypto.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/date.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/defaults.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/dict.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/doc.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/functions.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/list.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/network.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/numeric.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/reflect.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/regex.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/semver.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/strings.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/url.go
2025-08-20T22:03:20.4239559Z [00:02:20.070]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:03:20.4248797Z [00:02:20.071]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/83/838bf52e4e7e08e159971443a6a031c08ae757d8a985ccf9241986dce0a81cdb-d # internal
2025-08-20T22:03:20.4256559Z [00:02:20.072]➜  gopkg.in/yaml.v3
2025-08-20T22:03:20.4257408Z [00:02:20.072]➜  mkdir -p $WORK/b285/
2025-08-20T22:03:20.4258182Z [00:02:20.072]➜  cat >/tmp/go-build1604439625/b285/importcfg << 'EOF' # internal
2025-08-20T22:03:20.4258842Z [00:02:20.072]➜  # import config
2025-08-20T22:03:20.4259632Z [00:02:20.072]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:20.4260389Z [00:02:20.072]➜  packagefile encoding=/tmp/go-build1604439625/b053/_pkg_.a
2025-08-20T22:03:20.4261372Z [00:02:20.072]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:20.4261891Z [00:02:20.072]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.4262320Z [00:02:20.072]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.4262724Z [00:02:20.072]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.4263135Z [00:02:20.072]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:20.4263565Z [00:02:20.072]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.4263992Z [00:02:20.072]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:20.4264406Z [00:02:20.072]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:20.4264822Z [00:02:20.072]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:20.4265251Z [00:02:20.072]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.4265677Z [00:02:20.072]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.4266295Z [00:02:20.072]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.4266722Z [00:02:20.072]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:20.4267173Z [00:02:20.072]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:20.4267508Z [00:02:20.072]➜  EOF
2025-08-20T22:03:20.4271651Z [00:02:20.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b285=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T22:03:20.4737212Z [00:02:20.120]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:03:20.4761315Z [00:02:20.122]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/a7/a7e942fb7214212fc87d69edcf2cf4c05693cd003ee96cd174007d799c7bb949-d # internal
2025-08-20T22:03:20.4762001Z [00:02:20.122]➜  oras.land/oras/internal/tree
2025-08-20T22:03:20.4762300Z [00:02:20.122]➜  mkdir -p $WORK/b286/
2025-08-20T22:03:20.4762678Z [00:02:20.122]➜  cat >/tmp/go-build1604439625/b286/importcfg << 'EOF' # internal
2025-08-20T22:03:20.4763022Z [00:02:20.122]➜  # import config
2025-08-20T22:03:20.4763386Z [00:02:20.122]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.4763792Z [00:02:20.122]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.4764192Z [00:02:20.122]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.4764609Z [00:02:20.122]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:20.4764924Z [00:02:20.122]➜  EOF
2025-08-20T22:03:20.4767323Z [00:02:20.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree=>oras.land/oras/internal/tree;$WORK/b286=>" -p oras.land/oras/internal/tree -lang=go1.25 -complete -installsuffix shared -buildid ikV67WSnrdCJ34GfpgEh/ikV67WSnrdCJ34GfpgEh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/node.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/printer.go
2025-08-20T22:03:20.4977219Z [00:02:20.144]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T22:03:20.4982333Z [00:02:20.144]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/c8/c84b84ae91e558383c53d915d4e00728c2c613b6b51684af89bc8bfe40acf8e1-d # internal
2025-08-20T22:03:20.4985586Z [00:02:20.145]➜  github.com/containerd/console
2025-08-20T22:03:20.4986815Z [00:02:20.145]➜  mkdir -p $WORK/b291/
2025-08-20T22:03:20.4991414Z [00:02:20.145]➜  cat >/tmp/go-build1604439625/b291/importcfg << 'EOF' # internal
2025-08-20T22:03:20.4992230Z [00:02:20.145]➜  # import config
2025-08-20T22:03:20.4992856Z [00:02:20.145]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.4993552Z [00:02:20.145]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.4994335Z [00:02:20.145]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1604439625/b080/_pkg_.a
2025-08-20T22:03:20.4996212Z [00:02:20.145]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.4996919Z [00:02:20.145]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.4997417Z [00:02:20.145]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.4997734Z [00:02:20.145]➜  EOF
2025-08-20T22:03:20.5000775Z [00:02:20.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/console@v1.0.5=>github.com/containerd/console@v1.0.5;$WORK/b291=>" -p github.com/containerd/console -lang=go1.13 -complete -installsuffix shared -buildid Ceprn2zWLvM1BoXWZ1EC/Ceprn2zWLvM1BoXWZ1EC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/pty_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/tc_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/tc_unix.go
2025-08-20T22:03:20.5517288Z [00:02:20.197]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T22:03:20.5527459Z [00:02:20.199]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/44/446844f279d3b72b09723eefa56c2bf1638343277d854fa96c78274ceefb743e-d # internal
2025-08-20T22:03:20.5550063Z [00:02:20.201]➜  oras.land/oras/cmd/oras/internal/display/status/console
2025-08-20T22:03:20.5554719Z [00:02:20.201]➜  mkdir -p $WORK/b290/
2025-08-20T22:03:20.5556735Z [00:02:20.202]➜  cat >/tmp/go-build1604439625/b290/importcfg << 'EOF' # internal
2025-08-20T22:03:20.5558314Z [00:02:20.202]➜  # import config
2025-08-20T22:03:20.5559320Z [00:02:20.202]➜  packagefile github.com/containerd/console=/tmp/go-build1604439625/b291/_pkg_.a
2025-08-20T22:03:20.5560560Z [00:02:20.202]➜  packagefile github.com/morikuni/aec=/tmp/go-build1604439625/b284/_pkg_.a
2025-08-20T22:03:20.5563038Z [00:02:20.202]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.5563897Z [00:02:20.202]➜  EOF
2025-08-20T22:03:20.5566970Z [00:02:20.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console=>oras.land/oras/cmd/oras/internal/display/status/console;$WORK/b290=>" -p oras.land/oras/cmd/oras/internal/display/status/console -lang=go1.25 -complete -installsuffix shared -buildid kXv8GQNzuZaHY7rMU0Wi/kXv8GQNzuZaHY7rMU0Wi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack ./internal/display/status/console/console.go
2025-08-20T22:03:20.6046277Z [00:02:20.250]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T22:03:20.6078005Z [00:02:20.252]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/63/632c0f63f1249a8a37b9618553212572006ecb2489660db5437a4c138d42572b-d # internal
2025-08-20T22:03:20.6078639Z [00:02:20.252]➜  oras.land/oras/internal/progress
2025-08-20T22:03:20.6078947Z [00:02:20.252]➜  mkdir -p $WORK/b292/
2025-08-20T22:03:20.6079321Z [00:02:20.253]➜  cat >/tmp/go-build1604439625/b292/importcfg << 'EOF' # internal
2025-08-20T22:03:20.6079697Z [00:02:20.253]➜  # import config
2025-08-20T22:03:20.6080201Z [00:02:20.253]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.6080750Z [00:02:20.253]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.6081053Z [00:02:20.253]➜  EOF
2025-08-20T22:03:20.6083282Z [00:02:20.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress=>oras.land/oras/internal/progress;$WORK/b292=>" -p oras.land/oras/internal/progress -lang=go1.25 -complete -installsuffix shared -buildid FwgBGW5qDnIKMv5pPRxB/FwgBGW5qDnIKMv5pPRxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/manager.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/status.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/tracker.go
2025-08-20T22:03:20.6266730Z [00:02:20.272]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T22:03:20.6272916Z [00:02:20.273]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/6b/6bd4f4e08f98d8c28da8d473dbe9bcbb2959f7da4ef0ad7169fd08eccf35882e-d # internal
2025-08-20T22:03:20.6275741Z [00:02:20.273]➜  oras.land/oras/cmd/oras/internal/display/status/progress
2025-08-20T22:03:20.6276254Z [00:02:20.273]➜  mkdir -p $WORK/b289/
2025-08-20T22:03:20.6282005Z [00:02:20.274]➜  cat >/tmp/go-build1604439625/b289/importcfg << 'EOF' # internal
2025-08-20T22:03:20.6282704Z [00:02:20.274]➜  # import config
2025-08-20T22:03:20.6283524Z [00:02:20.274]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.6284042Z [00:02:20.274]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.6284528Z [00:02:20.274]➜  packagefile github.com/morikuni/aec=/tmp/go-build1604439625/b284/_pkg_.a
2025-08-20T22:03:20.6285173Z [00:02:20.274]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.6286528Z [00:02:20.274]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/console=/tmp/go-build1604439625/b290/_pkg_.a
2025-08-20T22:03:20.6287448Z [00:02:20.274]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/progress/humanize=/tmp/go-build1604439625/b282/_pkg_.a
2025-08-20T22:03:20.6288182Z [00:02:20.274]➜  packagefile oras.land/oras/internal/progress=/tmp/go-build1604439625/b292/_pkg_.a
2025-08-20T22:03:20.6288675Z [00:02:20.274]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.6289432Z [00:02:20.274]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.6289849Z [00:02:20.274]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.6290257Z [00:02:20.274]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:20.6290696Z [00:02:20.274]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:20.6291033Z [00:02:20.274]➜  EOF
2025-08-20T22:03:20.6299143Z [00:02:20.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress=>oras.land/oras/cmd/oras/internal/display/status/progress;$WORK/b289=>" -p oras.land/oras/cmd/oras/internal/display/status/progress -lang=go1.25 -complete -installsuffix shared -buildid Indg8JfpLHrOTaV7npcy/Indg8JfpLHrOTaV7npcy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack ./internal/display/status/progress/manager.go ./internal/display/status/progress/messenger.go ./internal/display/status/progress/speed.go ./internal/display/status/progress/spinner.go ./internal/display/status/progress/status.go
2025-08-20T22:03:20.6708457Z [00:02:20.316]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:03:20.6761307Z [00:02:20.322]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T22:03:20.6769147Z [00:02:20.323]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/a9/a9d7bca4e7d2ac0ff66ce009bd0d10cffc8bf954750fa757ef9fb70a4fdda7e5-d # internal
2025-08-20T22:03:20.6790392Z [00:02:20.325]➜  oras.land/oras/cmd/oras/internal/output
2025-08-20T22:03:20.6790777Z [00:02:20.325]➜  mkdir -p $WORK/b242/
2025-08-20T22:03:20.6791157Z [00:02:20.325]➜  cat >/tmp/go-build1604439625/b242/importcfg << 'EOF' # internal
2025-08-20T22:03:20.6791502Z [00:02:20.325]➜  # import config
2025-08-20T22:03:20.6791841Z [00:02:20.325]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:20.6792312Z [00:02:20.325]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:20.6792751Z [00:02:20.325]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.6793261Z [00:02:20.325]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build1604439625/b243/_pkg_.a
2025-08-20T22:03:20.6793927Z [00:02:20.325]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.6794470Z [00:02:20.325]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.6795279Z [00:02:20.325]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:20.6803984Z [00:02:20.325]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.6804528Z [00:02:20.325]➜  packagefile text/template=/tmp/go-build1604439625/b098/_pkg_.a
2025-08-20T22:03:20.6804870Z [00:02:20.325]➜  EOF
2025-08-20T22:03:20.6806974Z [00:02:20.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output=>oras.land/oras/cmd/oras/internal/output;$WORK/b242=>" -p oras.land/oras/cmd/oras/internal/output -lang=go1.25 -complete -installsuffix shared -buildid -AxGT72oFSTRdMLh-qJf/-AxGT72oFSTRdMLh-qJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack ./internal/output/json.go ./internal/output/print.go ./internal/output/template.go
2025-08-20T22:03:20.6809120Z [00:02:20.325]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/d8/d8717e27bc89d2791c0b64f4ca7b5eebc757fe2ee82c029ef66b37af131e376e-d # internal
2025-08-20T22:03:20.6809691Z [00:02:20.325]➜  oras.land/oras/internal/file
2025-08-20T22:03:20.6809970Z [00:02:20.325]➜  mkdir -p $WORK/b295/
2025-08-20T22:03:20.6810337Z [00:02:20.325]➜  cat >/tmp/go-build1604439625/b295/importcfg << 'EOF' # internal
2025-08-20T22:03:20.6810677Z [00:02:20.325]➜  # import config
2025-08-20T22:03:20.6811009Z [00:02:20.325]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.6811743Z [00:02:20.325]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.6812264Z [00:02:20.325]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:20.6812938Z [00:02:20.325]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.6813555Z [00:02:20.325]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.6813958Z [00:02:20.325]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.6814264Z [00:02:20.325]➜  EOF
2025-08-20T22:03:20.6817548Z [00:02:20.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file=>oras.land/oras/internal/file;$WORK/b295=>" -p oras.land/oras/internal/file -lang=go1.25 -complete -installsuffix shared -buildid wnrVdVUNDe0jc0Dpm-Z7/wnrVdVUNDe0jc0Dpm-Z7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file/file.go
2025-08-20T22:03:20.7057980Z [00:02:20.351]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T22:03:20.7063581Z [00:02:20.352]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/41/41910050240470361281484dc09d6b4388151075925499e858ede0e5ef21e208-d # internal
2025-08-20T22:03:20.7064211Z [00:02:20.352]➜  oras.land/oras/cmd/oras/internal/manifest
2025-08-20T22:03:20.7064527Z [00:02:20.352]➜  mkdir -p $WORK/b298/
2025-08-20T22:03:20.7064933Z [00:02:20.352]➜  cat >/tmp/go-build1604439625/b298/importcfg << 'EOF' # internal
2025-08-20T22:03:20.7066226Z [00:02:20.353]➜  # import config
2025-08-20T22:03:20.7067653Z [00:02:20.353]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:20.7069060Z [00:02:20.353]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.7070443Z [00:02:20.353]➜  EOF
2025-08-20T22:03:20.7072522Z [00:02:20.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest=>oras.land/oras/cmd/oras/internal/manifest;$WORK/b298=>" -p oras.land/oras/cmd/oras/internal/manifest -lang=go1.25 -complete -installsuffix shared -buildid qYK29oo3D581QDFlfiGg/qYK29oo3D581QDFlfiGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack ./internal/manifest/manifest.go
2025-08-20T22:03:20.7185417Z [00:02:20.364]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T22:03:20.7195381Z [00:02:20.365]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/df/df7e224cdb566e8ef9223de0d79e50fe52782d0f575de5f8a3d40272aacb948c-d # internal
2025-08-20T22:03:20.7196169Z [00:02:20.365]➜  oras.land/oras/internal/repository
2025-08-20T22:03:20.7196479Z [00:02:20.365]➜  mkdir -p $WORK/b302/
2025-08-20T22:03:20.7260034Z [00:02:20.372]➜  cat >/tmp/go-build1604439625/b302/importcfg << 'EOF' # internal
2025-08-20T22:03:20.7260470Z [00:02:20.372]➜  # import config
2025-08-20T22:03:20.7261052Z [00:02:20.372]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.7261560Z [00:02:20.372]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:20.7262163Z [00:02:20.372]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.7262579Z [00:02:20.372]➜  EOF
2025-08-20T22:03:20.7279598Z [00:02:20.374]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:03:20.7280460Z [00:02:20.374]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/52/5288f7b3dc9b71ec60c75f5a534a3f71dbaad43f302f730695167fbc9541fca7-d # internal
2025-08-20T22:03:20.7281198Z [00:02:20.374]➜  oras.land/oras/cmd/oras/internal/display/content
2025-08-20T22:03:20.7281647Z [00:02:20.374]➜  mkdir -p $WORK/b273/
2025-08-20T22:03:20.7282125Z [00:02:20.374]➜  cat >/tmp/go-build1604439625/b273/importcfg << 'EOF' # internal
2025-08-20T22:03:20.7282581Z [00:02:20.374]➜  # import config
2025-08-20T22:03:20.7283054Z [00:02:20.374]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.7284091Z [00:02:20.374]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:20.7284821Z [00:02:20.374]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.7285505Z [00:02:20.374]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:20.7288505Z [00:02:20.374]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.7288820Z [00:02:20.374]➜  EOF
2025-08-20T22:03:20.7296780Z [00:02:20.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content=>oras.land/oras/cmd/oras/internal/display/content;$WORK/b273=>" -p oras.land/oras/cmd/oras/internal/display/content -lang=go1.25 -complete -installsuffix shared -buildid vTr7TkwyWm_F-Ybv_e_p/vTr7TkwyWm_F-Ybv_e_p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack ./internal/display/content/discard.go ./internal/display/content/interface.go ./internal/display/content/manifest_fetch.go ./internal/display/content/manifest_index.go
2025-08-20T22:03:20.7304777Z [00:02:20.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository=>oras.land/oras/internal/repository;$WORK/b302=>" -p oras.land/oras/internal/repository -lang=go1.25 -complete -installsuffix shared -buildid R3ilyo2TxnzkNIUO9rJ2/R3ilyo2TxnzkNIUO9rJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository/repository.go
2025-08-20T22:03:20.7610408Z [00:02:20.407]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T22:03:20.7616402Z [00:02:20.408]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/9d/9d34361a6fdbe80eee8539dbaff0095a861f7655275ae07e7aec72034fe8e5d0-d # internal
2025-08-20T22:03:20.7652565Z [00:02:20.411]➜  oras.land/oras/internal/io
2025-08-20T22:03:20.7668573Z [00:02:20.411]➜  mkdir -p $WORK/b303/
2025-08-20T22:03:20.7670993Z [00:02:20.412]➜  cat >/tmp/go-build1604439625/b303/importcfg << 'EOF' # internal
2025-08-20T22:03:20.7671764Z [00:02:20.412]➜  # import config
2025-08-20T22:03:20.7672396Z [00:02:20.412]➜  packagefile archive/tar=/tmp/go-build1604439625/b222/_pkg_.a
2025-08-20T22:03:20.7673230Z [00:02:20.412]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:20.7674235Z [00:02:20.412]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:20.7675054Z [00:02:20.412]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:20.7675575Z [00:02:20.412]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:20.7676073Z [00:02:20.412]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.7676522Z [00:02:20.412]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:20.7676976Z [00:02:20.412]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:20.7677312Z [00:02:20.412]➜  EOF
2025-08-20T22:03:20.7679149Z [00:02:20.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io=>oras.land/oras/internal/io;$WORK/b303=>" -p oras.land/oras/internal/io -lang=go1.25 -complete -installsuffix shared -buildid 7E0lhCWsfRzXMMKiNG0-/7E0lhCWsfRzXMMKiNG0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/io.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/tar_utils.go
2025-08-20T22:03:20.7748160Z [00:02:20.421]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:03:20.7754927Z [00:02:20.421]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/26/26ec22ad74f5742b95a45aa13899a792fc913d6e303de5e04a562212687efede-d # internal
2025-08-20T22:03:20.7757623Z [00:02:20.422]➜  os/signal
2025-08-20T22:03:20.7769051Z [00:02:20.423]➜  mkdir -p $WORK/b304/
2025-08-20T22:03:20.7772187Z [00:02:20.423]➜  echo -n > $WORK/b304/go_asm.h # internal
2025-08-20T22:03:20.7773675Z [00:02:20.423]➜  cd /root/.go/src/os/signal
2025-08-20T22:03:20.7775225Z [00:02:20.423]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b304=>" -I $WORK/b304/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b304/symabis ./sig.s
2025-08-20T22:03:20.7812210Z [00:02:20.427]➜  cat >/tmp/go-build1604439625/b304/importcfg << 'EOF' # internal
2025-08-20T22:03:20.7812649Z [00:02:20.427]➜  # import config
2025-08-20T22:03:20.7813025Z [00:02:20.427]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:20.7813447Z [00:02:20.427]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:20.7813861Z [00:02:20.427]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:20.7814274Z [00:02:20.427]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:20.7814695Z [00:02:20.427]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:20.7815022Z [00:02:20.427]➜  EOF
2025-08-20T22:03:20.7815294Z [00:02:20.427]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:20.7817327Z [00:02:20.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b304=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b304/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack -asmhdr $WORK/b304/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:03:20.8060124Z [00:02:20.452]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T22:03:20.8069338Z [00:02:20.453]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/4e/4e151f27896b4befc43928203777900bdb3aae0c2cdf8c9c73a28ecbf0b0fe84-d # internal
2025-08-20T22:03:20.8391311Z [00:02:20.485]➜  cd /root/.go/src/os/signal
2025-08-20T22:03:20.8393312Z [00:02:20.485]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b304=>" -I $WORK/b304/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b304/sig.o ./sig.s
2025-08-20T22:03:20.8422831Z [00:02:20.488]➜  go tool pack r $WORK/b304/_pkg_.a $WORK/b304/sig.o # internal
2025-08-20T22:03:20.8423859Z [00:02:20.488]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T22:03:20.8434829Z [00:02:20.489]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T22:03:20.8618784Z [00:02:20.508]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T22:03:20.8661625Z [00:02:20.512]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T22:03:21.3979568Z [00:02:21.044]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:03:21.4184644Z [00:02:21.064]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/05/059866e2039f96f6484fcb543414e7c64a792a352f33c6b79554202d1a352850-d # internal
2025-08-20T22:03:21.4189342Z [00:02:21.064]➜  oras.land/oras-go/v2/registry/remote/errcode
2025-08-20T22:03:21.4191937Z [00:02:21.064]➜  mkdir -p $WORK/b218/
2025-08-20T22:03:21.4195561Z [00:02:21.064]➜  oras.land/oras-go/v2/internal/httputil
2025-08-20T22:03:21.4196014Z [00:02:21.064]➜  mkdir -p $WORK/b230/
2025-08-20T22:03:21.4196440Z [00:02:21.065]➜  cat >/tmp/go-build1604439625/b218/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4196792Z [00:02:21.065]➜  # import config
2025-08-20T22:03:21.4197129Z [00:02:21.065]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.4197556Z [00:02:21.065]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4197985Z [00:02:21.065]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:21.4198412Z [00:02:21.065]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.4199234Z [00:02:21.065]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:21.4199557Z [00:02:21.065]➜  EOF
2025-08-20T22:03:21.4199824Z [00:02:21.065]➜  oras.land/oras-go/v2/registry/remote/retry
2025-08-20T22:03:21.4200137Z [00:02:21.065]➜  mkdir -p $WORK/b219/
2025-08-20T22:03:21.4200440Z [00:02:21.065]➜  cd /tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras
2025-08-20T22:03:21.4202556Z [00:02:21.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/errcode=>oras.land/oras-go/v2@v2.6.0/registry/remote/errcode;$WORK/b218=>" -p oras.land/oras-go/v2/registry/remote/errcode -lang=go1.23 -complete -installsuffix shared -buildid TDjw542Dv4ghmOF8abQk/TDjw542Dv4ghmOF8abQk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/errcode/errors.go
2025-08-20T22:03:21.4204433Z [00:02:21.065]➜  cat >/tmp/go-build1604439625/b230/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4204777Z [00:02:21.065]➜  # import config
2025-08-20T22:03:21.4205111Z [00:02:21.065]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.4205522Z [00:02:21.065]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.4206181Z [00:02:21.065]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.4206667Z [00:02:21.065]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4206999Z [00:02:21.065]➜  EOF
2025-08-20T22:03:21.4208885Z [00:02:21.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/httputil=>oras.land/oras-go/v2@v2.6.0/internal/httputil;$WORK/b230=>" -p oras.land/oras-go/v2/internal/httputil -lang=go1.23 -complete -installsuffix shared -buildid lSXvDmDAhfI3AneISxfu/lSXvDmDAhfI3AneISxfu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/httputil/seek.go
2025-08-20T22:03:21.4210649Z [00:02:21.065]➜  cat >/tmp/go-build1604439625/b219/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4210992Z [00:02:21.065]➜  # import config
2025-08-20T22:03:21.4211349Z [00:02:21.065]➜  packagefile hash/maphash=/tmp/go-build1604439625/b220/_pkg_.a
2025-08-20T22:03:21.4211783Z [00:02:21.065]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:21.4212504Z [00:02:21.065]➜  packagefile math/rand/v2=/tmp/go-build1604439625/b149/_pkg_.a
2025-08-20T22:03:21.4213008Z [00:02:21.065]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:21.4213427Z [00:02:21.065]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4213852Z [00:02:21.065]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:21.4214266Z [00:02:21.065]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:21.4214583Z [00:02:21.065]➜  EOF
2025-08-20T22:03:21.4230653Z [00:02:21.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry=>oras.land/oras-go/v2@v2.6.0/registry/remote/retry;$WORK/b219=>" -p oras.land/oras-go/v2/registry/remote/retry -lang=go1.23 -complete -installsuffix shared -buildid ITYwr8r29Csorg0KZ5Cx/ITYwr8r29Csorg0KZ5Cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry/client.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry/policy.go
2025-08-20T22:03:21.4232772Z [00:02:21.065]➜  oras.land/oras/internal/trace
2025-08-20T22:03:21.4233069Z [00:02:21.065]➜  mkdir -p $WORK/b269/
2025-08-20T22:03:21.4233465Z [00:02:21.068]➜  cat >/tmp/go-build1604439625/b269/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4233811Z [00:02:21.068]➜  # import config
2025-08-20T22:03:21.4234145Z [00:02:21.068]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.4234910Z [00:02:21.068]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.4235329Z [00:02:21.068]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.4235950Z [00:02:21.068]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1604439625/b078/_pkg_.a
2025-08-20T22:03:21.4236506Z [00:02:21.068]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.4236912Z [00:02:21.068]➜  packagefile mime=/tmp/go-build1604439625/b210/_pkg_.a
2025-08-20T22:03:21.4237341Z [00:02:21.068]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4237772Z [00:02:21.068]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.4238204Z [00:02:21.068]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:21.4238633Z [00:02:21.068]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:21.4238939Z [00:02:21.068]➜  EOF
2025-08-20T22:03:21.4241122Z [00:02:21.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace=>oras.land/oras/internal/trace;$WORK/b269=>" -p oras.land/oras/internal/trace -lang=go1.25 -complete -installsuffix shared -buildid 4kkzAthNSWCZ9d3Lvr9d/4kkzAthNSWCZ9d3Lvr9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/context.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/text_formatter.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/transport.go
2025-08-20T22:03:21.4383191Z [00:02:21.084]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:03:21.4409818Z [00:02:21.084]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/fa/fa6b3a0a4fd732d2ecf461c1759b80f240723f5246ef3d419946ae7a163f115b-d # internal
2025-08-20T22:03:21.4410505Z [00:02:21.084]➜  oras.land/oras-go/v2/registry/remote/internal/errutil
2025-08-20T22:03:21.4410851Z [00:02:21.084]➜  mkdir -p $WORK/b217/
2025-08-20T22:03:21.4411247Z [00:02:21.086]➜  cat >/tmp/go-build1604439625/b217/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4411585Z [00:02:21.086]➜  # import config
2025-08-20T22:03:21.4411949Z [00:02:21.086]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.4412395Z [00:02:21.086]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.4412800Z [00:02:21.086]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.4413512Z [00:02:21.086]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4414150Z [00:02:21.086]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build1604439625/b218/_pkg_.a
2025-08-20T22:03:21.4414583Z [00:02:21.086]➜  EOF
2025-08-20T22:03:21.4416969Z [00:02:21.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil=>oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil;$WORK/b217=>" -p oras.land/oras-go/v2/registry/remote/internal/errutil -lang=go1.23 -complete -installsuffix shared -buildid XVHcWTs7ddbYL8hG_Voq/XVHcWTs7ddbYL8hG_Voq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil/errutil.go
2025-08-20T22:03:21.4418981Z [00:02:21.087]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:03:21.4419651Z [00:02:21.087]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/52/52e3a939d4a0dec64b6a88eed4f3aa36bde003567c032736ab58abe80fda8c7f-d # internal
2025-08-20T22:03:21.4448056Z [00:02:21.091]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:03:21.4454851Z [00:02:21.091]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/5d/5d5e29756c159681386081baf81129ec7c2fdaaf6421daf32ba9991d40bf30c8-d # internal
2025-08-20T22:03:21.4591102Z [00:02:21.105]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:03:21.4601092Z [00:02:21.106]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/cc/cc204acb395a0d0a1c499790cb4c07cb39a37e451cdb304bdafc2f775d2ef558-d # internal
2025-08-20T22:03:21.4605138Z [00:02:21.106]➜  oras.land/oras-go/v2/registry/remote/auth
2025-08-20T22:03:21.4605692Z [00:02:21.106]➜  mkdir -p $WORK/b123/
2025-08-20T22:03:21.4606481Z [00:02:21.106]➜  cat >/tmp/go-build1604439625/b123/importcfg << 'EOF' # internal
2025-08-20T22:03:21.4606949Z [00:02:21.106]➜  # import config
2025-08-20T22:03:21.4607456Z [00:02:21.106]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.4608058Z [00:02:21.106]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:21.4608669Z [00:02:21.106]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.4609265Z [00:02:21.106]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.4610287Z [00:02:21.106]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.4610799Z [00:02:21.106]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.4611228Z [00:02:21.106]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.4611666Z [00:02:21.106]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:21.4612166Z [00:02:21.106]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.4612767Z [00:02:21.106]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:21.4613380Z [00:02:21.106]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.4614056Z [00:02:21.106]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build1604439625/b217/_pkg_.a
2025-08-20T22:03:21.4614764Z [00:02:21.106]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build1604439625/b219/_pkg_.a
2025-08-20T22:03:21.4615297Z [00:02:21.106]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:21.4615732Z [00:02:21.106]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:21.4616301Z [00:02:21.106]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.4616723Z [00:02:21.106]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.4617033Z [00:02:21.106]➜  EOF
2025-08-20T22:03:21.4620429Z [00:02:21.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth=>oras.land/oras-go/v2@v2.6.0/registry/remote/auth;$WORK/b123=>" -p oras.land/oras-go/v2/registry/remote/auth -lang=go1.23 -complete -installsuffix shared -buildid qawozVQxkRti2CQ9ufDU/qawozVQxkRti2CQ9ufDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/cache.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/challenge.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/client.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/credential.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/scope.go
2025-08-20T22:03:21.4629198Z [00:02:21.109]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:03:21.4640414Z [00:02:21.110]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/c1/c197382ac455dc5f31fbfcc38d7f72a65737653b868bb7dd75debf9d6da3ab53-d # internal
2025-08-20T22:03:21.5567207Z [00:02:21.203]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:03:21.5604036Z [00:02:21.206]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/2f/2f033b63fd778304a6644cad59d183f1c9ae2e7cd03ad7f62c7f0a76f2b2a20b-d # internal
2025-08-20T22:03:21.5619616Z [00:02:21.206]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/config
2025-08-20T22:03:21.5620106Z [00:02:21.206]➜  mkdir -p $WORK/b232/
2025-08-20T22:03:21.5620382Z [00:02:21.206]➜  oras.land/oras-go/v2
2025-08-20T22:03:21.5621045Z [00:02:21.206]➜  mkdir -p $WORK/b103/
2025-08-20T22:03:21.5621349Z [00:02:21.206]➜  oras.land/oras-go/v2/registry/remote
2025-08-20T22:03:21.5621649Z [00:02:21.206]➜  mkdir -p $WORK/b229/
2025-08-20T22:03:21.5622016Z [00:02:21.206]➜  cat >/tmp/go-build1604439625/b232/importcfg << 'EOF' # internal
2025-08-20T22:03:21.5622363Z [00:02:21.206]➜  # import config
2025-08-20T22:03:21.5622696Z [00:02:21.206]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.5623152Z [00:02:21.206]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:21.5623640Z [00:02:21.206]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.5624147Z [00:02:21.206]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.5624570Z [00:02:21.206]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.5625115Z [00:02:21.206]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.5626059Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil=/tmp/go-build1604439625/b233/_pkg_.a
2025-08-20T22:03:21.5626723Z [00:02:21.207]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:21.5627168Z [00:02:21.207]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:21.5627618Z [00:02:21.207]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.5628036Z [00:02:21.207]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.5628351Z [00:02:21.207]➜  EOF
2025-08-20T22:03:21.5638569Z [00:02:21.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config;$WORK/b232=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/config -lang=go1.23 -complete -installsuffix shared -buildid N71UoVt07ADl1DKzh7gc/N71UoVt07ADl1DKzh7gc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config/config.go
2025-08-20T22:03:21.5640899Z [00:02:21.207]➜  cat >/tmp/go-build1604439625/b103/importcfg << 'EOF' # internal
2025-08-20T22:03:21.5641253Z [00:02:21.207]➜  # import config
2025-08-20T22:03:21.5641588Z [00:02:21.207]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.5642342Z [00:02:21.207]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.5642867Z [00:02:21.207]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.5643312Z [00:02:21.207]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.5643718Z [00:02:21.207]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.5644279Z [00:02:21.207]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:21.5644995Z [00:02:21.207]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.5645630Z [00:02:21.207]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1604439625/b104/_pkg_.a
2025-08-20T22:03:21.5646310Z [00:02:21.207]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.5646717Z [00:02:21.207]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:21.5647215Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.5647771Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.5648343Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:21.5648983Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build1604439625/b113/_pkg_.a
2025-08-20T22:03:21.5649890Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/copyutil=/tmp/go-build1604439625/b114/_pkg_.a
2025-08-20T22:03:21.5650538Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:21.5651168Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:21.5651797Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/interfaces=/tmp/go-build1604439625/b115/_pkg_.a
2025-08-20T22:03:21.5652443Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/platform=/tmp/go-build1604439625/b117/_pkg_.a
2025-08-20T22:03:21.5653091Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/registryutil=/tmp/go-build1604439625/b119/_pkg_.a
2025-08-20T22:03:21.5653718Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:21.5654327Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build1604439625/b120/_pkg_.a
2025-08-20T22:03:21.5654960Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:21.5655558Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.5656385Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.5656921Z [00:02:21.207]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:21.5657343Z [00:02:21.207]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:21.5657649Z [00:02:21.207]➜  EOF
2025-08-20T22:03:21.5657972Z [00:02:21.207]➜  cat >/tmp/go-build1604439625/b229/importcfg << 'EOF' # internal
2025-08-20T22:03:21.5658313Z [00:02:21.207]➜  # import config
2025-08-20T22:03:21.5658646Z [00:02:21.207]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.5659069Z [00:02:21.207]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.5659523Z [00:02:21.207]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.5659965Z [00:02:21.207]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.5660376Z [00:02:21.207]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.5660890Z [00:02:21.207]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:21.5661761Z [00:02:21.207]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:21.5662551Z [00:02:21.207]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.5663100Z [00:02:21.207]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.5663503Z [00:02:21.207]➜  packagefile mime=/tmp/go-build1604439625/b210/_pkg_.a
2025-08-20T22:03:21.5663924Z [00:02:21.207]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.5664360Z [00:02:21.207]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:21.5664852Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.5665406Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.5666332Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:21.5667245Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:21.5668086Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:21.5668895Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/httputil=/tmp/go-build1604439625/b230/_pkg_.a
2025-08-20T22:03:21.5669770Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:21.5670938Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:21.5671767Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:21.5672522Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.5673321Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.5674177Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build1604439625/b218/_pkg_.a
2025-08-20T22:03:21.5675124Z [00:02:21.207]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build1604439625/b217/_pkg_.a
2025-08-20T22:03:21.5676185Z [00:02:21.207]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:21.5676695Z [00:02:21.207]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:21.5677372Z [00:02:21.207]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.5677967Z [00:02:21.207]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.5678564Z [00:02:21.207]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:21.5678960Z [00:02:21.207]➜  EOF
2025-08-20T22:03:21.5681976Z [00:02:21.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0=>oras.land/oras-go/v2@v2.6.0;$WORK/b103=>" -p oras.land/oras-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid 6jzIL3fkGq2Kw_8_szE9/6jzIL3fkGq2Kw_8_szE9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/copy.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/copyerror.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/extendedcopy.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/pack.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/target.go
2025-08-20T22:03:21.5688466Z [00:02:21.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote=>oras.land/oras-go/v2@v2.6.0/registry/remote;$WORK/b229=>" -p oras.land/oras-go/v2/registry/remote -lang=go1.23 -complete -installsuffix shared -buildid TlH-u0koyqYQKhHrkDbU/TlH-u0koyqYQKhHrkDbU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/manifest.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/referrers.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/repository.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/url.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/utils.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/warning.go
2025-08-20T22:03:21.5948445Z [00:02:21.240]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:03:21.5963122Z [00:02:21.242]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/da/dabf8da6be469cd12ce9bb8c78c48c95dcfc5612bb29bef4710c2536289dd0b6-d # internal
2025-08-20T22:03:21.7202312Z [00:02:21.365]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:03:21.7220811Z [00:02:21.368]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/fd/fde90752f5ffd60ffd13527b9481519953cb7bd145578a2996f2395682e75312-d # internal
2025-08-20T22:03:21.7224580Z [00:02:21.368]➜  oras.land/oras/cmd/oras/internal/errors
2025-08-20T22:03:21.7236268Z [00:02:21.368]➜  mkdir -p $WORK/b240/
2025-08-20T22:03:21.7236586Z [00:02:21.368]➜  oras.land/oras/internal/cache
2025-08-20T22:03:21.7236878Z [00:02:21.368]➜  mkdir -p $WORK/b265/
2025-08-20T22:03:21.7243024Z [00:02:21.368]➜  oras.land/oras/internal/contentutil
2025-08-20T22:03:21.7243430Z [00:02:21.368]➜  mkdir -p $WORK/b278/
2025-08-20T22:03:21.7244195Z [00:02:21.369]➜  cat >/tmp/go-build1604439625/b278/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7244542Z [00:02:21.369]➜  # import config
2025-08-20T22:03:21.7244887Z [00:02:21.369]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7245312Z [00:02:21.369]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.7246019Z [00:02:21.369]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:21.7246782Z [00:02:21.369]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7252741Z [00:02:21.369]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.7253229Z [00:02:21.369]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7253771Z [00:02:21.369]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.7254178Z [00:02:21.369]➜  EOF
2025-08-20T22:03:21.7256351Z [00:02:21.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil=>oras.land/oras/internal/contentutil;$WORK/b278=>" -p oras.land/oras/internal/contentutil -lang=go1.25 -complete -installsuffix shared -buildid whaFV2fFy5QHsdSGB_U6/whaFV2fFy5QHsdSGB_U6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/reference.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/target.go
2025-08-20T22:03:21.7258335Z [00:02:21.369]➜  cat >/tmp/go-build1604439625/b265/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7258684Z [00:02:21.369]➜  # import config
2025-08-20T22:03:21.7259023Z [00:02:21.369]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7259610Z [00:02:21.369]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7260166Z [00:02:21.370]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.7260623Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7261160Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.7261721Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.7262203Z [00:02:21.370]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.7262806Z [00:02:21.370]➜  EOF
2025-08-20T22:03:21.7264528Z [00:02:21.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache=>oras.land/oras/internal/cache;$WORK/b265=>" -p oras.land/oras/internal/cache -lang=go1.25 -complete -installsuffix shared -buildid __GhZy3FGtWc4vj7HNS4/__GhZy3FGtWc4vj7HNS4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache/target.go
2025-08-20T22:03:21.7266305Z [00:02:21.370]➜  cat >/tmp/go-build1604439625/b240/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7266653Z [00:02:21.370]➜  # import config
2025-08-20T22:03:21.7266989Z [00:02:21.370]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.7267403Z [00:02:21.370]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.7267872Z [00:02:21.370]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:21.7268406Z [00:02:21.370]➜  packagefile github.com/spf13/pflag=/tmp/go-build1604439625/b085/_pkg_.a
2025-08-20T22:03:21.7268924Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7269515Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.7270200Z [00:02:21.370]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build1604439625/b218/_pkg_.a
2025-08-20T22:03:21.7270985Z [00:02:21.370]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.7271303Z [00:02:21.370]➜  EOF
2025-08-20T22:03:21.7273017Z [00:02:21.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors=>oras.land/oras/cmd/oras/internal/errors;$WORK/b240=>" -p oras.land/oras/cmd/oras/internal/errors -lang=go1.25 -complete -installsuffix shared -buildid xnOZhUyDe0QQCf7AyO-Z/xnOZhUyDe0QQCf7AyO-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack ./internal/errors/errors.go
2025-08-20T22:03:21.7331353Z [00:02:21.378]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:03:21.7369183Z [00:02:21.383]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/73/73ff9b2aef7f56102c2ec550f3b84af6099043580b732df9251b9232c6f8e8eb-d # internal
2025-08-20T22:03:21.7369930Z [00:02:21.383]➜  oras.land/oras-go/v2/registry/remote/credentials
2025-08-20T22:03:21.7370280Z [00:02:21.383]➜  mkdir -p $WORK/b231/
2025-08-20T22:03:21.7374163Z [00:02:21.383]➜  cat >/tmp/go-build1604439625/b231/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7374520Z [00:02:21.383]➜  # import config
2025-08-20T22:03:21.7374861Z [00:02:21.383]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.7375289Z [00:02:21.383]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7375740Z [00:02:21.383]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.7376366Z [00:02:21.383]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.7376777Z [00:02:21.383]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.7377303Z [00:02:21.383]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:21.7377930Z [00:02:21.383]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:21.7378585Z [00:02:21.383]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.7379354Z [00:02:21.383]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/config=/tmp/go-build1604439625/b232/_pkg_.a
2025-08-20T22:03:21.7380209Z [00:02:21.383]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/executer=/tmp/go-build1604439625/b234/_pkg_.a
2025-08-20T22:03:21.7380821Z [00:02:21.383]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:21.7381508Z [00:02:21.383]➜  packagefile os/exec=/tmp/go-build1604439625/b236/_pkg_.a
2025-08-20T22:03:21.7382045Z [00:02:21.383]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:21.7382494Z [00:02:21.383]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.7382915Z [00:02:21.383]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.7383220Z [00:02:21.383]➜  EOF
2025-08-20T22:03:21.7390454Z [00:02:21.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials;$WORK/b231=>" -p oras.land/oras-go/v2/registry/remote/credentials -lang=go1.23 -complete -installsuffix shared -buildid tOcURO_xAQVZVYF4IelD/tOcURO_xAQVZVYF4IelD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/file_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/memory_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/native_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/native_store_linux.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/store.go
2025-08-20T22:03:21.7394030Z [00:02:21.383]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:03:21.7394713Z [00:02:21.383]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/eb/eb495902aa1fd298b7fbd5a2ad1c4c6c097c6d90486f07118064d5f8b91a378d-d # internal
2025-08-20T22:03:21.7405381Z [00:02:21.386]➜  oras.land/oras/cmd/oras/internal/display/status/track
2025-08-20T22:03:21.7406067Z [00:02:21.386]➜  mkdir -p $WORK/b288/
2025-08-20T22:03:21.7408135Z [00:02:21.386]➜  cat >/tmp/go-build1604439625/b288/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7412096Z [00:02:21.387]➜  # import config
2025-08-20T22:03:21.7412619Z [00:02:21.387]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7413062Z [00:02:21.387]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.7438554Z [00:02:21.387]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7440852Z [00:02:21.387]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.7441714Z [00:02:21.387]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7442797Z [00:02:21.387]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.7443616Z [00:02:21.387]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.7444760Z [00:02:21.387]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/progress=/tmp/go-build1604439625/b289/_pkg_.a
2025-08-20T22:03:21.7445548Z [00:02:21.387]➜  packagefile oras.land/oras/internal/progress=/tmp/go-build1604439625/b292/_pkg_.a
2025-08-20T22:03:21.7446251Z [00:02:21.387]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:21.7447673Z [00:02:21.387]➜  EOF
2025-08-20T22:03:21.7449895Z [00:02:21.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track=>oras.land/oras/cmd/oras/internal/display/status/track;$WORK/b288=>" -p oras.land/oras/cmd/oras/internal/display/status/track -lang=go1.25 -complete -installsuffix shared -buildid SRDL4u6PcmL8BTcAHe4F/SRDL4u6PcmL8BTcAHe4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack ./internal/display/status/track/reader.go ./internal/display/status/track/target.go
2025-08-20T22:03:21.7514280Z [00:02:21.397]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:03:21.7537303Z [00:02:21.400]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/6f/6f8bdaf4579152d4cfe082f29bf1a9d3b9128a0cabc82998adfed600afcb1bea-d # internal
2025-08-20T22:03:21.7538218Z [00:02:21.400]➜  oras.land/oras/internal/graph
2025-08-20T22:03:21.7538659Z [00:02:21.400]➜  mkdir -p $WORK/b293/
2025-08-20T22:03:21.7542675Z [00:02:21.400]➜  cat >/tmp/go-build1604439625/b293/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7544295Z [00:02:21.400]➜  # import config
2025-08-20T22:03:21.7545098Z [00:02:21.400]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7548041Z [00:02:21.400]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.7550267Z [00:02:21.400]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7550923Z [00:02:21.400]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1604439625/b122/_pkg_.a
2025-08-20T22:03:21.7551513Z [00:02:21.400]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7552085Z [00:02:21.400]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.7552646Z [00:02:21.400]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.7557628Z [00:02:21.400]➜  packagefile oras.land/oras/internal/docker=/tmp/go-build1604439625/b264/_pkg_.a
2025-08-20T22:03:21.7558152Z [00:02:21.400]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.7558830Z [00:02:21.400]➜  EOF
2025-08-20T22:03:21.7560542Z [00:02:21.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph=>oras.land/oras/internal/graph;$WORK/b293=>" -p oras.land/oras/internal/graph -lang=go1.25 -complete -installsuffix shared -buildid VD3VYKyCWbEySnk1hphi/VD3VYKyCWbEySnk1hphi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph/graph.go
2025-08-20T22:03:21.7624122Z [00:02:21.408]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:03:21.7631377Z [00:02:21.409]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/1e/1e5fd93ee26a31533f6a5bef80751d2484d391684b8c5b49e8abd93d11deca0b-d # internal
2025-08-20T22:03:21.7633359Z [00:02:21.409]➜  oras.land/oras/internal/registryutil
2025-08-20T22:03:21.7634270Z [00:02:21.409]➜  mkdir -p $WORK/b296/
2025-08-20T22:03:21.7638479Z [00:02:21.410]➜  cat >/tmp/go-build1604439625/b296/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7640512Z [00:02:21.410]➜  # import config
2025-08-20T22:03:21.7640883Z [00:02:21.410]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7641431Z [00:02:21.410]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:21.7642079Z [00:02:21.410]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.7642502Z [00:02:21.410]➜  EOF
2025-08-20T22:03:21.7644323Z [00:02:21.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/registryutil=>oras.land/oras/internal/registryutil;$WORK/b296=>" -p oras.land/oras/internal/registryutil -lang=go1.25 -complete -installsuffix shared -buildid YDDvyZMT_lq4g1gKB61L/YDDvyZMT_lq4g1gKB61L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/registryutil/auth.go
2025-08-20T22:03:21.7790876Z [00:02:21.424]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T22:03:21.7793253Z [00:02:21.425]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/44/44f3b4804db55235ae576df69e824f1255198c34919063d6e73ab82fe9eba9ce-d # internal
2025-08-20T22:03:21.7795198Z [00:02:21.425]➜  oras.land/oras/internal/listener
2025-08-20T22:03:21.7796950Z [00:02:21.425]➜  mkdir -p $WORK/b300/
2025-08-20T22:03:21.7798860Z [00:02:21.426]➜  cat >/tmp/go-build1604439625/b300/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7799288Z [00:02:21.426]➜  # import config
2025-08-20T22:03:21.7800494Z [00:02:21.426]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7801349Z [00:02:21.426]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7802080Z [00:02:21.426]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.7811212Z [00:02:21.426]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7811832Z [00:02:21.426]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.7812220Z [00:02:21.426]➜  EOF
2025-08-20T22:03:21.7813990Z [00:02:21.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener=>oras.land/oras/internal/listener;$WORK/b300=>" -p oras.land/oras/internal/listener -lang=go1.25 -complete -installsuffix shared -buildid wYtwLTgXMfZLi1zU6EOv/wYtwLTgXMfZLi1zU6EOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener/tag.go
2025-08-20T22:03:21.7858313Z [00:02:21.432]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T22:03:21.7877227Z [00:02:21.433]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/d3/d3e08bb7b380e957b1ecc05a281c672f6eff52c8efe3bf83344988544d72d3c9-d # internal
2025-08-20T22:03:21.7878160Z [00:02:21.433]➜  oras.land/oras/cmd/oras/internal/display/status
2025-08-20T22:03:21.7879054Z [00:02:21.433]➜  mkdir -p $WORK/b287/
2025-08-20T22:03:21.7879433Z [00:02:21.434]➜  cat >/tmp/go-build1604439625/b287/importcfg << 'EOF' # internal
2025-08-20T22:03:21.7879779Z [00:02:21.434]➜  # import config
2025-08-20T22:03:21.7880120Z [00:02:21.434]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.7880662Z [00:02:21.434]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:21.7881352Z [00:02:21.434]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.7881974Z [00:02:21.434]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.7882517Z [00:02:21.434]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.7883196Z [00:02:21.434]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/track=/tmp/go-build1604439625/b288/_pkg_.a
2025-08-20T22:03:21.7883912Z [00:02:21.434]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:21.7884565Z [00:02:21.434]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:21.7885183Z [00:02:21.434]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:21.7885878Z [00:02:21.434]➜  packagefile oras.land/oras/internal/graph=/tmp/go-build1604439625/b293/_pkg_.a
2025-08-20T22:03:21.7886549Z [00:02:21.434]➜  packagefile oras.land/oras/internal/progress=/tmp/go-build1604439625/b292/_pkg_.a
2025-08-20T22:03:21.7887048Z [00:02:21.434]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:21.7887454Z [00:02:21.434]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.7887762Z [00:02:21.434]➜  EOF
2025-08-20T22:03:21.7899615Z [00:02:21.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status=>oras.land/oras/cmd/oras/internal/display/status;$WORK/b287=>" -p oras.land/oras/cmd/oras/internal/display/status -lang=go1.25 -complete -installsuffix shared -buildid L37UtGmd4H8W0KdeGt9Y/L37UtGmd4H8W0KdeGt9Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack ./internal/display/status/discard.go ./internal/display/status/interface.go ./internal/display/status/text.go ./internal/display/status/tty.go ./internal/display/status/utils.go
2025-08-20T22:03:21.7939160Z [00:02:21.440]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T22:03:21.7957140Z [00:02:21.442]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/10/1096f7ae0e538ef92ee7ebd99915f5ff287db27e872dd7ea488da98181d7c547-d # internal
2025-08-20T22:03:21.8059974Z [00:02:21.452]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T22:03:21.8094087Z [00:02:21.455]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/51/5119ac0d864a66d746f8419097cfa14c43c45c3b2025310901cfe993a2802e99-d # internal
2025-08-20T22:03:21.8471775Z [00:02:21.492]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:03:21.8493281Z [00:02:21.495]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/d1/d1cf7a9226dae2d0001f6cfd0c111ea124d5c7cbeaa1dfb71029bac433a8507f-d # internal
2025-08-20T22:03:21.8497086Z [00:02:21.495]➜  oras.land/oras/internal/credential
2025-08-20T22:03:21.8497425Z [00:02:21.495]➜  mkdir -p $WORK/b266/
2025-08-20T22:03:21.8499065Z [00:02:21.496]➜  cat >/tmp/go-build1604439625/b266/importcfg << 'EOF' # internal
2025-08-20T22:03:21.8503246Z [00:02:21.496]➜  # import config
2025-08-20T22:03:21.8503760Z [00:02:21.496]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.8504460Z [00:02:21.496]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build1604439625/b231/_pkg_.a
2025-08-20T22:03:21.8504908Z [00:02:21.496]➜  EOF
2025-08-20T22:03:21.8507179Z [00:02:21.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential=>oras.land/oras/internal/credential;$WORK/b266=>" -p oras.land/oras/internal/credential -lang=go1.25 -complete -installsuffix shared -buildid MMQSwo1Cvpk00Nv5ghCZ/MMQSwo1Cvpk00Nv5ghCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/credential.go /tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/store.go
2025-08-20T22:03:21.8634685Z [00:02:21.509]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:03:21.8654024Z [00:02:21.510]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/d8/d8ebea95efbf6bbf71ef7721bf747be721c3b2fe1a421e9a3d100ab3d9b87654-d # internal
2025-08-20T22:03:21.8655266Z [00:02:21.510]➜  oras.land/oras/cmd/oras/internal/option
2025-08-20T22:03:21.8657992Z [00:02:21.510]➜  mkdir -p $WORK/b239/
2025-08-20T22:03:21.8658377Z [00:02:21.510]➜  cat >/tmp/go-build1604439625/b239/importcfg << 'EOF' # internal
2025-08-20T22:03:21.8658724Z [00:02:21.510]➜  # import config
2025-08-20T22:03:21.8659094Z [00:02:21.510]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:21.8659513Z [00:02:21.510]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:21.8659963Z [00:02:21.510]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:21.8660403Z [00:02:21.510]➜  packagefile crypto/tls=/tmp/go-build1604439625/b155/_pkg_.a
2025-08-20T22:03:21.8660865Z [00:02:21.510]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:21.8661321Z [00:02:21.510]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:21.8661731Z [00:02:21.510]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:21.8662304Z [00:02:21.510]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:21.8662937Z [00:02:21.510]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1604439625/b078/_pkg_.a
2025-08-20T22:03:21.8663490Z [00:02:21.510]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:21.8664017Z [00:02:21.510]➜  packagefile github.com/spf13/pflag=/tmp/go-build1604439625/b085/_pkg_.a
2025-08-20T22:03:21.8664530Z [00:02:21.510]➜  packagefile golang.org/x/term=/tmp/go-build1604439625/b102/_pkg_.a
2025-08-20T22:03:21.8664972Z [00:02:21.510]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:21.8665376Z [00:02:21.510]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:21.8666220Z [00:02:21.510]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:21.8666726Z [00:02:21.510]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:21.8667158Z [00:02:21.510]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:21.8667631Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:21.8668175Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:21.8669028Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/content/oci=/tmp/go-build1604439625/b227/_pkg_.a
2025-08-20T22:03:21.8669603Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:21.8670193Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:21.8670814Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:21.8671465Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:21.8672154Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build1604439625/b231/_pkg_.a
2025-08-20T22:03:21.8672851Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build1604439625/b218/_pkg_.a
2025-08-20T22:03:21.8673516Z [00:02:21.510]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build1604439625/b219/_pkg_.a
2025-08-20T22:03:21.8674176Z [00:02:21.510]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:21.8674828Z [00:02:21.510]➜  packagefile oras.land/oras/cmd/oras/internal/fileref=/tmp/go-build1604439625/b241/_pkg_.a
2025-08-20T22:03:21.8675511Z [00:02:21.510]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:21.8676363Z [00:02:21.510]➜  packagefile oras.land/oras/internal/cache=/tmp/go-build1604439625/b265/_pkg_.a
2025-08-20T22:03:21.8676969Z [00:02:21.510]➜  packagefile oras.land/oras/internal/credential=/tmp/go-build1604439625/b266/_pkg_.a
2025-08-20T22:03:21.8677570Z [00:02:21.510]➜  packagefile oras.land/oras/internal/crypto=/tmp/go-build1604439625/b267/_pkg_.a
2025-08-20T22:03:21.8678271Z [00:02:21.510]➜  packagefile oras.land/oras/internal/net=/tmp/go-build1604439625/b268/_pkg_.a
2025-08-20T22:03:21.8678861Z [00:02:21.510]➜  packagefile oras.land/oras/internal/trace=/tmp/go-build1604439625/b269/_pkg_.a
2025-08-20T22:03:21.8679438Z [00:02:21.510]➜  packagefile oras.land/oras/internal/version=/tmp/go-build1604439625/b270/_pkg_.a
2025-08-20T22:03:21.8679929Z [00:02:21.510]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:21.8680364Z [00:02:21.510]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:21.8680811Z [00:02:21.510]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:21.8681462Z [00:02:21.510]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:21.8681956Z [00:02:21.510]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:21.8682381Z [00:02:21.510]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:21.8682793Z [00:02:21.510]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:21.8683236Z [00:02:21.510]➜  packagefile text/tabwriter=/tmp/go-build1604439625/b271/_pkg_.a
2025-08-20T22:03:21.8683594Z [00:02:21.510]➜  EOF
2025-08-20T22:03:21.8687336Z [00:02:21.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option=>oras.land/oras/cmd/oras/internal/option;$WORK/b239=>" -p oras.land/oras/cmd/oras/internal/option -lang=go1.25 -complete -installsuffix shared -buildid PCL7EOx5buWE7g0d3E0_/PCL7EOx5buWE7g0d3E0_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack ./internal/option/annotation.go ./internal/option/applier.go ./internal/option/binary_target.go ./internal/option/cache.go ./internal/option/common.go ./internal/option/confirmation.go ./internal/option/descriptor.go ./internal/option/format.go ./internal/option/interface.go ./internal/option/packer.go ./internal/option/parser.go ./internal/option/platform.go ./internal/option/pretty.go ./internal/option/remote.go ./internal/option/spec.go ./internal/option/target.go ./internal/option/terminal.go ./internal/option/verbose.go
2025-08-20T22:03:21.8978727Z [00:02:21.544]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T22:03:21.9020078Z [00:02:21.548]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/ce/ce47d98dbd0c35575c8888c2674667df1a0cd03c6842e65b823d6033539a9147-d # internal
2025-08-20T22:03:22.0185485Z [00:02:21.664]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:03:22.0232208Z [00:02:21.669]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/8f/8f03279d8a63b4ac2ba3a53d71629d4ec4ece7b73ffccd022e713ff8aff27699-d # internal
2025-08-20T22:03:22.0232927Z [00:02:21.669]➜  oras.land/oras/cmd/oras/internal/command
2025-08-20T22:03:22.0236447Z [00:02:21.669]➜  mkdir -p $WORK/b238/
2025-08-20T22:03:22.0237471Z [00:02:21.669]➜  oras.land/oras/cmd/oras/internal/display/metadata
2025-08-20T22:03:22.0237892Z [00:02:21.669]➜  mkdir -p $WORK/b274/
2025-08-20T22:03:22.0238277Z [00:02:21.670]➜  cat >/tmp/go-build1604439625/b238/importcfg << 'EOF' # internal
2025-08-20T22:03:22.0238655Z [00:02:21.670]➜  # import config
2025-08-20T22:03:22.0238998Z [00:02:21.670]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.0239506Z [00:02:21.670]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1604439625/b078/_pkg_.a
2025-08-20T22:03:22.0240049Z [00:02:21.670]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.0240650Z [00:02:21.670]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.0241286Z [00:02:21.670]➜  packagefile oras.land/oras/internal/trace=/tmp/go-build1604439625/b269/_pkg_.a
2025-08-20T22:03:22.0241674Z [00:02:21.670]➜  EOF
2025-08-20T22:03:22.0244636Z [00:02:21.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/command=>oras.land/oras/cmd/oras/internal/command;$WORK/b238=>" -p oras.land/oras/cmd/oras/internal/command -lang=go1.25 -complete -installsuffix shared -buildid TKHOoirLKu0tRjB3U8yE/TKHOoirLKu0tRjB3U8yE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack ./internal/command/logger.go
2025-08-20T22:03:22.0246807Z [00:02:21.670]➜  cat >/tmp/go-build1604439625/b274/importcfg << 'EOF' # internal
2025-08-20T22:03:22.0264631Z [00:02:21.670]➜  # import config
2025-08-20T22:03:22.0266201Z [00:02:21.670]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.0267556Z [00:02:21.670]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.0268174Z [00:02:21.670]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:22.0268487Z [00:02:21.670]➜  EOF
2025-08-20T22:03:22.0270594Z [00:02:21.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata=>oras.land/oras/cmd/oras/internal/display/metadata;$WORK/b274=>" -p oras.land/oras/cmd/oras/internal/display/metadata -lang=go1.25 -complete -installsuffix shared -buildid F_nYBxUCrcJe8nGqEKLk/F_nYBxUCrcJe8nGqEKLk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack ./internal/display/metadata/discard.go ./internal/display/metadata/interface.go
2025-08-20T22:03:22.0451145Z [00:02:21.691]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:03:22.0457403Z [00:02:21.692]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/5a/5a8d6c7e43fe9ad1634bf194ebac32a9a28ee197328b60d198a34eb5ada4ca28-d # internal
2025-08-20T22:03:22.0994566Z [00:02:21.745]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:03:22.1026566Z [00:02:21.748]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/3f/3fc308b54a356387f6a9eddc1f346128f193f1636ca7910fe63651c98a0436e5-d # internal
2025-08-20T22:03:22.1029784Z [00:02:21.749]➜  oras.land/oras/cmd/oras/internal/display/metadata/descriptor
2025-08-20T22:03:22.1030269Z [00:02:21.749]➜  mkdir -p $WORK/b275/
2025-08-20T22:03:22.1031517Z [00:02:21.749]➜  oras.land/oras/cmd/oras/internal/display/metadata/table
2025-08-20T22:03:22.1032073Z [00:02:21.749]➜  mkdir -p $WORK/b279/
2025-08-20T22:03:22.1032710Z [00:02:21.749]➜  oras.land/oras/cmd/oras/internal/display/metadata/json
2025-08-20T22:03:22.1033137Z [00:02:21.749]➜  mkdir -p $WORK/b276/
2025-08-20T22:03:22.1033611Z [00:02:21.749]➜  cat >/tmp/go-build1604439625/b275/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1036838Z [00:02:21.749]➜  # import config
2025-08-20T22:03:22.1037676Z [00:02:21.749]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.1038477Z [00:02:21.749]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.1041063Z [00:02:21.749]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1041632Z [00:02:21.749]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1042221Z [00:02:21.749]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1042942Z [00:02:21.749]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.1043366Z [00:02:21.749]➜  EOF
2025-08-20T22:03:22.1043686Z [00:02:21.749]➜  oras.land/oras/cmd/oras/internal/display/metadata/template
2025-08-20T22:03:22.1044046Z [00:02:21.749]➜  mkdir -p $WORK/b280/
2025-08-20T22:03:22.1046433Z [00:02:21.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/descriptor=>oras.land/oras/cmd/oras/internal/display/metadata/descriptor;$WORK/b275=>" -p oras.land/oras/cmd/oras/internal/display/metadata/descriptor -lang=go1.25 -complete -installsuffix shared -buildid dJyyQN3yRLIXRv0mm38L/dJyyQN3yRLIXRv0mm38L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack ./internal/display/metadata/descriptor/manifest_fetch.go
2025-08-20T22:03:22.1048985Z [00:02:21.749]➜  cat >/tmp/go-build1604439625/b279/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1049974Z [00:02:21.749]➜  # import config
2025-08-20T22:03:22.1050577Z [00:02:21.749]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.1051163Z [00:02:21.749]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1052219Z [00:02:21.749]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1053057Z [00:02:21.749]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.1053794Z [00:02:21.749]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1054493Z [00:02:21.749]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.1055030Z [00:02:21.749]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.1055348Z [00:02:21.749]➜  EOF
2025-08-20T22:03:22.1057596Z [00:02:21.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table=>oras.land/oras/cmd/oras/internal/display/metadata/table;$WORK/b279=>" -p oras.land/oras/cmd/oras/internal/display/metadata/table -lang=go1.25 -complete -installsuffix shared -buildid DhJGzZHHvtxOCnrx1KLr/DhJGzZHHvtxOCnrx1KLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack ./internal/display/metadata/table/discover.go
2025-08-20T22:03:22.1059524Z [00:02:21.749]➜  cat >/tmp/go-build1604439625/b280/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1059869Z [00:02:21.750]➜  # import config
2025-08-20T22:03:22.1060230Z [00:02:21.750]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.1060837Z [00:02:21.750]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1061383Z [00:02:21.750]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1062231Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1063003Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/model=/tmp/go-build1604439625/b277/_pkg_.a
2025-08-20T22:03:22.1063716Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.1064374Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.1065013Z [00:02:21.750]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.1065423Z [00:02:21.750]➜  EOF
2025-08-20T22:03:22.1069050Z [00:02:21.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template=>oras.land/oras/cmd/oras/internal/display/metadata/template;$WORK/b280=>" -p oras.land/oras/cmd/oras/internal/display/metadata/template -lang=go1.25 -complete -installsuffix shared -buildid bW_DYj8eb-pirc9TD24Y/bW_DYj8eb-pirc9TD24Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack ./internal/display/metadata/template/attach.go ./internal/display/metadata/template/discover.go ./internal/display/metadata/template/manifest_fetch.go ./internal/display/metadata/template/pull.go ./internal/display/metadata/template/push.go ./internal/display/metadata/template/repo_list.go ./internal/display/metadata/template/repo_tags.go
2025-08-20T22:03:22.1072059Z [00:02:21.750]➜  cat >/tmp/go-build1604439625/b276/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1072405Z [00:02:21.750]➜  # import config
2025-08-20T22:03:22.1072768Z [00:02:21.750]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.1073374Z [00:02:21.750]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1073930Z [00:02:21.750]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1074512Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1075269Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/model=/tmp/go-build1604439625/b277/_pkg_.a
2025-08-20T22:03:22.1076307Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.1077275Z [00:02:21.750]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.1077997Z [00:02:21.750]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.1078401Z [00:02:21.750]➜  EOF
2025-08-20T22:03:22.1081461Z [00:02:21.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json=>oras.land/oras/cmd/oras/internal/display/metadata/json;$WORK/b276=>" -p oras.land/oras/cmd/oras/internal/display/metadata/json -lang=go1.25 -complete -installsuffix shared -buildid hA3jptNrOvRa8gtO-mbg/hA3jptNrOvRa8gtO-mbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack ./internal/display/metadata/json/attach.go ./internal/display/metadata/json/discover.go ./internal/display/metadata/json/manifest_fetch.go ./internal/display/metadata/json/pull.go ./internal/display/metadata/json/push.go ./internal/display/metadata/json/repo_list.go ./internal/display/metadata/json/repo_tags.go
2025-08-20T22:03:22.1200856Z [00:02:21.766]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:03:22.1201854Z [00:02:21.766]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ae/ae8ba2b2bdfd067d1cca47602b3e025a80e60d0b883b8c77be3ba499c0abd381-d # internal
2025-08-20T22:03:22.1202658Z [00:02:21.766]➜  oras.land/oras/cmd/oras/internal/display/metadata/text
2025-08-20T22:03:22.1203497Z [00:02:21.766]➜  mkdir -p $WORK/b281/
2025-08-20T22:03:22.1203964Z [00:02:21.766]➜  cat >/tmp/go-build1604439625/b281/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1204441Z [00:02:21.766]➜  # import config
2025-08-20T22:03:22.1204913Z [00:02:21.766]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.1211715Z [00:02:21.767]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1212521Z [00:02:21.767]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1213254Z [00:02:21.767]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1214776Z [00:02:21.767]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/progress/humanize=/tmp/go-build1604439625/b282/_pkg_.a
2025-08-20T22:03:22.1222788Z [00:02:21.767]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.1223496Z [00:02:21.767]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.1224035Z [00:02:21.767]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.1224454Z [00:02:21.767]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:22.1224891Z [00:02:21.767]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:22.1225316Z [00:02:21.767]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:22.1225633Z [00:02:21.767]➜  EOF
2025-08-20T22:03:22.1247944Z [00:02:21.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text=>oras.land/oras/cmd/oras/internal/display/metadata/text;$WORK/b281=>" -p oras.land/oras/cmd/oras/internal/display/metadata/text -lang=go1.25 -complete -installsuffix shared -buildid QwN1TcxP32DMD3qXS5nd/QwN1TcxP32DMD3qXS5nd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack ./internal/display/metadata/text/attach.go ./internal/display/metadata/text/backup.go ./internal/display/metadata/text/blob_delete.go ./internal/display/metadata/text/blob_push.go ./internal/display/metadata/text/copy.go ./internal/display/metadata/text/manifest_delete.go ./internal/display/metadata/text/manifest_index.go ./internal/display/metadata/text/manifest_push.go ./internal/display/metadata/text/pull.go ./internal/display/metadata/text/push.go ./internal/display/metadata/text/repo_list.go ./internal/display/metadata/text/repo_tags.go ./internal/display/metadata/text/resolve.go ./internal/display/metadata/text/restore.go ./internal/display/metadata/text/tag.go
2025-08-20T22:03:22.1252238Z [00:02:21.767]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:03:22.1252905Z [00:02:21.768]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/59/591b4a4926d79d742dbd83888f27dd4beb5b387800432311c4c8c519c7bb1620-d # internal
2025-08-20T22:03:22.1253541Z [00:02:21.768]➜  oras.land/oras/cmd/oras/internal/display/metadata/tree
2025-08-20T22:03:22.1253886Z [00:02:21.768]➜  mkdir -p $WORK/b283/
2025-08-20T22:03:22.1254251Z [00:02:21.768]➜  cat >/tmp/go-build1604439625/b283/importcfg << 'EOF' # internal
2025-08-20T22:03:22.1254595Z [00:02:21.768]➜  # import config
2025-08-20T22:03:22.1254922Z [00:02:21.768]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.1255393Z [00:02:21.768]➜  packagefile github.com/morikuni/aec=/tmp/go-build1604439625/b284/_pkg_.a
2025-08-20T22:03:22.1256133Z [00:02:21.768]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.1256863Z [00:02:21.768]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.1257455Z [00:02:21.768]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1604439625/b285/_pkg_.a
2025-08-20T22:03:22.1257893Z [00:02:21.768]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.1258769Z [00:02:21.768]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.1259416Z [00:02:21.768]➜  packagefile oras.land/oras/internal/tree=/tmp/go-build1604439625/b286/_pkg_.a
2025-08-20T22:03:22.1259893Z [00:02:21.768]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.1260309Z [00:02:21.768]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.1260626Z [00:02:21.768]➜  EOF
2025-08-20T22:03:22.1262658Z [00:02:21.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree=>oras.land/oras/cmd/oras/internal/display/metadata/tree;$WORK/b283=>" -p oras.land/oras/cmd/oras/internal/display/metadata/tree -lang=go1.25 -complete -installsuffix shared -buildid vmckeaC5jyyJ55Ged11M/vmckeaC5jyyJ55Ged11M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack ./internal/display/metadata/tree/discover.go
2025-08-20T22:03:22.1468805Z [00:02:21.792]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:03:22.1469810Z [00:02:21.793]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/fb/fbf4fdf1b9df9074746b343f4800f6b641531fd99e67f23b14a799a0da528929-d # internal
2025-08-20T22:03:22.2320894Z [00:02:21.878]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:03:22.2339522Z [00:02:21.880]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:03:22.2362490Z [00:02:21.882]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/57/570d30efc9e7f1f848593c14d2cb45a66983364f783af0662ac4371576ff3710-d # internal
2025-08-20T22:03:22.2372638Z [00:02:21.883]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/1d/1da7de76193afbe94299991df1d7bc7dbb86e20a7c89e7ca8d6c059d65aedae4-d # internal
2025-08-20T22:03:22.2520398Z [00:02:21.898]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:03:22.2554714Z [00:02:21.901]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/f6/f6291babd8e476453e71e9839f06bad2d5d3ef8df4a3cb5a13fc39781da3a614-d # internal
2025-08-20T22:03:22.2555567Z [00:02:21.901]➜  oras.land/oras/cmd/oras/internal/display
2025-08-20T22:03:22.2556051Z [00:02:21.901]➜  mkdir -p $WORK/b272/
2025-08-20T22:03:22.2557340Z [00:02:21.902]➜  cat >/tmp/go-build1604439625/b272/importcfg << 'EOF' # internal
2025-08-20T22:03:22.2557723Z [00:02:21.902]➜  # import config
2025-08-20T22:03:22.2558388Z [00:02:21.902]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.2559452Z [00:02:21.902]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.2560186Z [00:02:21.902]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.2560974Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/content=/tmp/go-build1604439625/b273/_pkg_.a
2025-08-20T22:03:22.2561843Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.2562677Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/descriptor=/tmp/go-build1604439625/b275/_pkg_.a
2025-08-20T22:03:22.2563478Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/json=/tmp/go-build1604439625/b276/_pkg_.a
2025-08-20T22:03:22.2564255Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/table=/tmp/go-build1604439625/b279/_pkg_.a
2025-08-20T22:03:22.2565063Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/template=/tmp/go-build1604439625/b280/_pkg_.a
2025-08-20T22:03:22.2566089Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/text=/tmp/go-build1604439625/b281/_pkg_.a
2025-08-20T22:03:22.2566932Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/tree=/tmp/go-build1604439625/b283/_pkg_.a
2025-08-20T22:03:22.2567675Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/display/status=/tmp/go-build1604439625/b287/_pkg_.a
2025-08-20T22:03:22.2568715Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.2569366Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.2570016Z [00:02:21.902]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.2570538Z [00:02:21.902]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.2570843Z [00:02:21.902]➜  EOF
2025-08-20T22:03:22.2572605Z [00:02:21.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display=>oras.land/oras/cmd/oras/internal/display;$WORK/b272=>" -p oras.land/oras/cmd/oras/internal/display -lang=go1.25 -complete -installsuffix shared -buildid 847Y6IbRYj5k6UL9Y2nQ/847Y6IbRYj5k6UL9Y2nQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack ./internal/display/handler.go
2025-08-20T22:03:22.3497954Z [00:02:21.996]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:03:22.3533819Z [00:02:21.999]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/55/55e3d4c991bfe9107f663424813f3edbd776226ee8f438c43c7a5604652465d3-d # internal
2025-08-20T22:03:22.3535446Z [00:02:21.999]➜  oras.land/oras/cmd/oras/root/blob
2025-08-20T22:03:22.3536583Z [00:02:21.999]➜  mkdir -p $WORK/b294/
2025-08-20T22:03:22.3537912Z [00:02:21.999]➜  oras.land/oras/cmd/oras/root/manifest/index
2025-08-20T22:03:22.3539552Z [00:02:21.999]➜  mkdir -p $WORK/b299/
2025-08-20T22:03:22.3539985Z [00:02:21.999]➜  oras.land/oras/cmd/oras/root/repo
2025-08-20T22:03:22.3540291Z [00:02:21.999]➜  mkdir -p $WORK/b301/
2025-08-20T22:03:22.3540667Z [00:02:22.000]➜  cat >/tmp/go-build1604439625/b294/importcfg << 'EOF' # internal
2025-08-20T22:03:22.3541012Z [00:02:22.000]➜  # import config
2025-08-20T22:03:22.3541354Z [00:02:22.000]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.3541810Z [00:02:22.000]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:22.3542226Z [00:02:22.000]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.3542803Z [00:02:22.000]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.3543425Z [00:02:22.000]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.3544267Z [00:02:22.000]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.3544798Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:22.3545342Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.3560739Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:22.3561668Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:22.3586446Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:22.3587285Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.3587971Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.3588659Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.3589362Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display/status=/tmp/go-build1604439625/b287/_pkg_.a
2025-08-20T22:03:22.3590113Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/track=/tmp/go-build1604439625/b288/_pkg_.a
2025-08-20T22:03:22.3590820Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.3591875Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.3592485Z [00:02:22.000]➜  packagefile oras.land/oras/internal/file=/tmp/go-build1604439625/b295/_pkg_.a
2025-08-20T22:03:22.3593067Z [00:02:22.000]➜  packagefile oras.land/oras/internal/progress=/tmp/go-build1604439625/b292/_pkg_.a
2025-08-20T22:03:22.3593680Z [00:02:22.000]➜  packagefile oras.land/oras/internal/registryutil=/tmp/go-build1604439625/b296/_pkg_.a
2025-08-20T22:03:22.3594197Z [00:02:22.000]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.3594503Z [00:02:22.000]➜  EOF
2025-08-20T22:03:22.3596692Z [00:02:22.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob=>oras.land/oras/cmd/oras/root/blob;$WORK/b294=>" -p oras.land/oras/cmd/oras/root/blob -lang=go1.25 -complete -installsuffix shared -buildid BXPOHnFAQcKnG7WWSBw4/BXPOHnFAQcKnG7WWSBw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack ./root/blob/cmd.go ./root/blob/delete.go ./root/blob/fetch.go ./root/blob/push.go
2025-08-20T22:03:22.3598527Z [00:02:22.000]➜  cat >/tmp/go-build1604439625/b299/importcfg << 'EOF' # internal
2025-08-20T22:03:22.3598878Z [00:02:22.000]➜  # import config
2025-08-20T22:03:22.3599212Z [00:02:22.000]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:22.3599635Z [00:02:22.000]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.3600093Z [00:02:22.000]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.3600525Z [00:02:22.000]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.3601047Z [00:02:22.000]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.3601714Z [00:02:22.000]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:22.3611380Z [00:02:22.000]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.3612025Z [00:02:22.000]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.3612557Z [00:02:22.000]➜  packagefile github.com/spf13/pflag=/tmp/go-build1604439625/b085/_pkg_.a
2025-08-20T22:03:22.3613074Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:22.3613935Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.3614575Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:22.3615198Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.3616072Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.3616808Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.3617514Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.3618236Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display/status=/tmp/go-build1604439625/b287/_pkg_.a
2025-08-20T22:03:22.3618923Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.3619570Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.3620200Z [00:02:22.000]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.3620820Z [00:02:22.000]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:22.3621424Z [00:02:22.000]➜  packagefile oras.land/oras/internal/listener=/tmp/go-build1604439625/b300/_pkg_.a
2025-08-20T22:03:22.3622175Z [00:02:22.000]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:22.3622601Z [00:02:22.000]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.3622912Z [00:02:22.000]➜  EOF
2025-08-20T22:03:22.3624951Z [00:02:22.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index=>oras.land/oras/cmd/oras/root/manifest/index;$WORK/b299=>" -p oras.land/oras/cmd/oras/root/manifest/index -lang=go1.25 -complete -installsuffix shared -buildid yqCN9YDGrlFwqhzmeM2w/yqCN9YDGrlFwqhzmeM2w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack ./root/manifest/index/cmd.go ./root/manifest/index/create.go ./root/manifest/index/update.go
2025-08-20T22:03:22.3627037Z [00:02:22.000]➜  cat >/tmp/go-build1604439625/b301/importcfg << 'EOF' # internal
2025-08-20T22:03:22.3627400Z [00:02:22.000]➜  # import config
2025-08-20T22:03:22.3627734Z [00:02:22.000]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:22.3628145Z [00:02:22.000]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.3628663Z [00:02:22.000]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.3629231Z [00:02:22.000]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.3629794Z [00:02:22.000]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:22.3630418Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.3631079Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.3631732Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.3632393Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.3633038Z [00:02:22.000]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.3633670Z [00:02:22.000]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.3634284Z [00:02:22.000]➜  packagefile oras.land/oras/internal/repository=/tmp/go-build1604439625/b302/_pkg_.a
2025-08-20T22:03:22.3635074Z [00:02:22.000]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.3635470Z [00:02:22.000]➜  EOF
2025-08-20T22:03:22.3637380Z [00:02:22.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo=>oras.land/oras/cmd/oras/root/repo;$WORK/b301=>" -p oras.land/oras/cmd/oras/root/repo -lang=go1.25 -complete -installsuffix shared -buildid qxHSPNSevsbJMSohJSOu/qxHSPNSevsbJMSohJSOu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack ./root/repo/cmd.go ./root/repo/ls.go ./root/repo/tags.go
2025-08-20T22:03:22.4908625Z [00:02:22.136]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T22:03:22.4934355Z [00:02:22.139]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/e4/e49b45bff0594eae3d47998c3f5ecabf2c9013240cee6d62940ddc97fd3ac5be-d # internal
2025-08-20T22:03:22.5056608Z [00:02:22.152]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T22:03:22.5090492Z [00:02:22.155]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/3a/3a045b2e81a8f0ff1510721ab3df6c3aafff616268e6b8b68875cb4b0e681916-d # internal
2025-08-20T22:03:22.5092158Z [00:02:22.155]➜  oras.land/oras/cmd/oras/root/manifest
2025-08-20T22:03:22.5092610Z [00:02:22.155]➜  mkdir -p $WORK/b297/
2025-08-20T22:03:22.5096484Z [00:02:22.156]➜  cat >/tmp/go-build1604439625/b297/importcfg << 'EOF' # internal
2025-08-20T22:03:22.5097032Z [00:02:22.156]➜  # import config
2025-08-20T22:03:22.5097959Z [00:02:22.156]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.5098616Z [00:02:22.156]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.5099159Z [00:02:22.156]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:22.5099798Z [00:02:22.156]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.5100407Z [00:02:22.156]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.5101163Z [00:02:22.156]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.5101783Z [00:02:22.156]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.5102305Z [00:02:22.156]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:22.5102843Z [00:02:22.156]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.5103412Z [00:02:22.156]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:22.5104041Z [00:02:22.156]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:22.5104677Z [00:02:22.156]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:22.5105341Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.5106383Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.5107102Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.5107754Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.5108407Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/manifest=/tmp/go-build1604439625/b298/_pkg_.a
2025-08-20T22:03:22.5109073Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.5109735Z [00:02:22.156]➜  packagefile oras.land/oras/cmd/oras/root/manifest/index=/tmp/go-build1604439625/b299/_pkg_.a
2025-08-20T22:03:22.5110380Z [00:02:22.156]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:22.5111236Z [00:02:22.156]➜  packagefile oras.land/oras/internal/file=/tmp/go-build1604439625/b295/_pkg_.a
2025-08-20T22:03:22.5111947Z [00:02:22.156]➜  packagefile oras.land/oras/internal/listener=/tmp/go-build1604439625/b300/_pkg_.a
2025-08-20T22:03:22.5112567Z [00:02:22.156]➜  packagefile oras.land/oras/internal/registryutil=/tmp/go-build1604439625/b296/_pkg_.a
2025-08-20T22:03:22.5113077Z [00:02:22.156]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.5113486Z [00:02:22.156]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.5113809Z [00:02:22.156]➜  EOF
2025-08-20T22:03:22.5116204Z [00:02:22.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest=>oras.land/oras/cmd/oras/root/manifest;$WORK/b297=>" -p oras.land/oras/cmd/oras/root/manifest -lang=go1.25 -complete -installsuffix shared -buildid _DI90XDEIsp7q3iEbrKy/_DI90XDEIsp7q3iEbrKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack ./root/manifest/cmd.go ./root/manifest/delete.go ./root/manifest/fetch.go ./root/manifest/fetch_config.go ./root/manifest/push.go
2025-08-20T22:03:22.5156618Z [00:02:22.162]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T22:03:22.5192583Z [00:02:22.165]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/1d/1d7299a1eaf67b3f40cb2233eb357188261598b8519cff14a8222aaeb9d5e9bd-d # internal
2025-08-20T22:03:22.6244350Z [00:02:22.270]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T22:03:22.6282816Z [00:02:22.274]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/be/befc46857aba96a09fb40d8ad8efd19a327dbf897893ff0098227e0561e31bec-d # internal
2025-08-20T22:03:22.6284729Z [00:02:22.274]➜  oras.land/oras/cmd/oras/root
2025-08-20T22:03:22.6285036Z [00:02:22.274]➜  mkdir -p $WORK/b047/
2025-08-20T22:03:22.6288875Z [00:02:22.275]➜  cat >/tmp/go-build1604439625/b047/importcfg << 'EOF' # internal
2025-08-20T22:03:22.6289761Z [00:02:22.275]➜  # import config
2025-08-20T22:03:22.6290210Z [00:02:22.275]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:22.6290696Z [00:02:22.275]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.6291157Z [00:02:22.275]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.6291602Z [00:02:22.275]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:22.6292009Z [00:02:22.275]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.6292536Z [00:02:22.275]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.6293226Z [00:02:22.275]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.6293860Z [00:02:22.275]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1604439625/b078/_pkg_.a
2025-08-20T22:03:22.6294398Z [00:02:22.275]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.6294913Z [00:02:22.275]➜  packagefile golang.org/x/term=/tmp/go-build1604439625/b102/_pkg_.a
2025-08-20T22:03:22.6295356Z [00:02:22.275]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.6295758Z [00:02:22.275]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:22.6296553Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:22.6297095Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.6297692Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/content/file=/tmp/go-build1604439625/b221/_pkg_.a
2025-08-20T22:03:22.6298295Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/content/memory=/tmp/go-build1604439625/b226/_pkg_.a
2025-08-20T22:03:22.6298892Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/content/oci=/tmp/go-build1604439625/b227/_pkg_.a
2025-08-20T22:03:22.6299487Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:22.6300338Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:22.6301023Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:22.6301665Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:22.6302355Z [00:02:22.275]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build1604439625/b231/_pkg_.a
2025-08-20T22:03:22.6303054Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.6303713Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.6304365Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.6305073Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.6305965Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/display/status=/tmp/go-build1604439625/b287/_pkg_.a
2025-08-20T22:03:22.6306722Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.6307378Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/fileref=/tmp/go-build1604439625/b241/_pkg_.a
2025-08-20T22:03:22.6308354Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.6308999Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.6309619Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/root/blob=/tmp/go-build1604439625/b294/_pkg_.a
2025-08-20T22:03:22.6310230Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/root/manifest=/tmp/go-build1604439625/b297/_pkg_.a
2025-08-20T22:03:22.6310849Z [00:02:22.275]➜  packagefile oras.land/oras/cmd/oras/root/repo=/tmp/go-build1604439625/b301/_pkg_.a
2025-08-20T22:03:22.6311461Z [00:02:22.275]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.6312076Z [00:02:22.275]➜  packagefile oras.land/oras/internal/credential=/tmp/go-build1604439625/b266/_pkg_.a
2025-08-20T22:03:22.6312686Z [00:02:22.275]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:22.6313291Z [00:02:22.275]➜  packagefile oras.land/oras/internal/docker=/tmp/go-build1604439625/b264/_pkg_.a
2025-08-20T22:03:22.6313867Z [00:02:22.275]➜  packagefile oras.land/oras/internal/graph=/tmp/go-build1604439625/b293/_pkg_.a
2025-08-20T22:03:22.6314427Z [00:02:22.275]➜  packagefile oras.land/oras/internal/io=/tmp/go-build1604439625/b303/_pkg_.a
2025-08-20T22:03:22.6314999Z [00:02:22.275]➜  packagefile oras.land/oras/internal/listener=/tmp/go-build1604439625/b300/_pkg_.a
2025-08-20T22:03:22.6315621Z [00:02:22.275]➜  packagefile oras.land/oras/internal/registryutil=/tmp/go-build1604439625/b296/_pkg_.a
2025-08-20T22:03:22.6316469Z [00:02:22.275]➜  packagefile oras.land/oras/internal/version=/tmp/go-build1604439625/b270/_pkg_.a
2025-08-20T22:03:22.6316960Z [00:02:22.275]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.6317391Z [00:02:22.275]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:22.6317834Z [00:02:22.275]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:22.6318263Z [00:02:22.275]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:22.6318682Z [00:02:22.275]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.6319101Z [00:02:22.275]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:22.6319509Z [00:02:22.275]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:22.6319809Z [00:02:22.275]➜  EOF
2025-08-20T22:03:22.6322270Z [00:02:22.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root=>oras.land/oras/cmd/oras/root;$WORK/b047=>" -p oras.land/oras/cmd/oras/root -lang=go1.25 -complete -installsuffix shared -buildid o7nMxiFXz3JFDGLtqIYA/o7nMxiFXz3JFDGLtqIYA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack ./root/attach.go ./root/backup.go ./root/cmd.go ./root/cp.go ./root/discover.go ./root/file.go ./root/login.go ./root/logout.go ./root/pull.go ./root/push.go ./root/resolve.go ./root/restore.go ./root/tag.go ./root/version.go
2025-08-20T22:03:22.8390094Z [00:02:22.485]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:03:22.8456403Z [00:02:22.492]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/c4/c4afd312cd66b3707913dc9bae28195518c2dd0dc841e98a3435bfc2ae9b2055-d # internal
2025-08-20T22:03:22.8457549Z [00:02:22.492]➜  oras.land/oras/cmd/oras
2025-08-20T22:03:22.8457906Z [00:02:22.492]➜  mkdir -p $WORK/b001/
2025-08-20T22:03:22.8459466Z [00:02:22.492]➜  cat >/tmp/go-build1604439625/b001/importcfg << 'EOF' # internal
2025-08-20T22:03:22.8459899Z [00:02:22.492]➜  # import config
2025-08-20T22:03:22.8460258Z [00:02:22.492]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.8460767Z [00:02:22.492]➜  packagefile oras.land/oras/cmd/oras/root=/tmp/go-build1604439625/b047/_pkg_.a
2025-08-20T22:03:22.8461244Z [00:02:22.492]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.8462068Z [00:02:22.492]➜  packagefile os/signal=/tmp/go-build1604439625/b304/_pkg_.a
2025-08-20T22:03:22.8462507Z [00:02:22.492]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:22.8462948Z [00:02:22.492]➜  packagefile runtime/cgo=/tmp/go-build1604439625/b096/_pkg_.a
2025-08-20T22:03:22.8463278Z [00:02:22.492]➜  EOF
2025-08-20T22:03:22.8464672Z [00:02:22.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras=>oras.land/oras/cmd/oras;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid vTzNfs14AoVEY5NcAwFr/vTzNfs14AoVEY5NcAwFr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T22:03:22.8595013Z [00:02:22.505]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:03:22.8597893Z [00:02:22.506]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/57/573baa5644dc28ca978d1ea61e459208897ab66a74381a944e14b1bcc5fc4d4f-d # internal
2025-08-20T22:03:22.8627249Z [00:02:22.508]➜  cat >/tmp/go-build1604439625/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:03:22.8628862Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras=/tmp/go-build1604439625/b001/_pkg_.a
2025-08-20T22:03:22.8629559Z [00:02:22.508]➜  packagefile context=/tmp/go-build1604439625/b002/_pkg_.a
2025-08-20T22:03:22.8630104Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/root=/tmp/go-build1604439625/b047/_pkg_.a
2025-08-20T22:03:22.8630704Z [00:02:22.508]➜  packagefile os=/tmp/go-build1604439625/b060/_pkg_.a
2025-08-20T22:03:22.8631323Z [00:02:22.508]➜  packagefile os/signal=/tmp/go-build1604439625/b304/_pkg_.a
2025-08-20T22:03:22.8631865Z [00:02:22.508]➜  packagefile runtime=/tmp/go-build1604439625/b009/_pkg_.a
2025-08-20T22:03:22.8632439Z [00:02:22.508]➜  packagefile runtime/cgo=/tmp/go-build1604439625/b096/_pkg_.a
2025-08-20T22:03:22.8633392Z [00:02:22.508]➜  packagefile errors=/tmp/go-build1604439625/b003/_pkg_.a
2025-08-20T22:03:22.8634189Z [00:02:22.508]➜  packagefile internal/reflectlite=/tmp/go-build1604439625/b004/_pkg_.a
2025-08-20T22:03:22.8634728Z [00:02:22.508]➜  packagefile sync=/tmp/go-build1604439625/b033/_pkg_.a
2025-08-20T22:03:22.8635442Z [00:02:22.508]➜  packagefile sync/atomic=/tmp/go-build1604439625/b035/_pkg_.a
2025-08-20T22:03:22.8635999Z [00:02:22.508]➜  packagefile time=/tmp/go-build1604439625/b037/_pkg_.a
2025-08-20T22:03:22.8636479Z [00:02:22.508]➜  packagefile bytes=/tmp/go-build1604439625/b048/_pkg_.a
2025-08-20T22:03:22.8637269Z [00:02:22.508]➜  packagefile encoding/json=/tmp/go-build1604439625/b052/_pkg_.a
2025-08-20T22:03:22.8637782Z [00:02:22.508]➜  packagefile fmt=/tmp/go-build1604439625/b057/_pkg_.a
2025-08-20T22:03:22.8638306Z [00:02:22.508]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1604439625/b070/_pkg_.a
2025-08-20T22:03:22.8638984Z [00:02:22.508]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1604439625/b076/_pkg_.a
2025-08-20T22:03:22.8639613Z [00:02:22.508]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1604439625/b078/_pkg_.a
2025-08-20T22:03:22.8640168Z [00:02:22.508]➜  packagefile github.com/spf13/cobra=/tmp/go-build1604439625/b084/_pkg_.a
2025-08-20T22:03:22.8640672Z [00:02:22.508]➜  packagefile golang.org/x/term=/tmp/go-build1604439625/b102/_pkg_.a
2025-08-20T22:03:22.8641112Z [00:02:22.508]➜  packagefile io=/tmp/go-build1604439625/b049/_pkg_.a
2025-08-20T22:03:22.8641610Z [00:02:22.508]➜  packagefile io/fs=/tmp/go-build1604439625/b062/_pkg_.a
2025-08-20T22:03:22.8642090Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2=/tmp/go-build1604439625/b103/_pkg_.a
2025-08-20T22:03:22.8642629Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build1604439625/b106/_pkg_.a
2025-08-20T22:03:22.8643208Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/content/file=/tmp/go-build1604439625/b221/_pkg_.a
2025-08-20T22:03:22.8643810Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/content/memory=/tmp/go-build1604439625/b226/_pkg_.a
2025-08-20T22:03:22.8644405Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/content/oci=/tmp/go-build1604439625/b227/_pkg_.a
2025-08-20T22:03:22.8645249Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build1604439625/b107/_pkg_.a
2025-08-20T22:03:22.8646126Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build1604439625/b116/_pkg_.a
2025-08-20T22:03:22.8646800Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build1604439625/b229/_pkg_.a
2025-08-20T22:03:22.8647447Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build1604439625/b123/_pkg_.a
2025-08-20T22:03:22.8648138Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build1604439625/b231/_pkg_.a
2025-08-20T22:03:22.8648826Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/argument=/tmp/go-build1604439625/b237/_pkg_.a
2025-08-20T22:03:22.8649484Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/command=/tmp/go-build1604439625/b238/_pkg_.a
2025-08-20T22:03:22.8650150Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display=/tmp/go-build1604439625/b272/_pkg_.a
2025-08-20T22:03:22.8650846Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata=/tmp/go-build1604439625/b274/_pkg_.a
2025-08-20T22:03:22.8651571Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/status=/tmp/go-build1604439625/b287/_pkg_.a
2025-08-20T22:03:22.8652247Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/errors=/tmp/go-build1604439625/b240/_pkg_.a
2025-08-20T22:03:22.8652907Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/fileref=/tmp/go-build1604439625/b241/_pkg_.a
2025-08-20T22:03:22.8653556Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/option=/tmp/go-build1604439625/b239/_pkg_.a
2025-08-20T22:03:22.8654199Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/output=/tmp/go-build1604439625/b242/_pkg_.a
2025-08-20T22:03:22.8654818Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/root/blob=/tmp/go-build1604439625/b294/_pkg_.a
2025-08-20T22:03:22.8655436Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/root/manifest=/tmp/go-build1604439625/b297/_pkg_.a
2025-08-20T22:03:22.8656534Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/root/repo=/tmp/go-build1604439625/b301/_pkg_.a
2025-08-20T22:03:22.8657158Z [00:02:22.508]➜  packagefile oras.land/oras/internal/contentutil=/tmp/go-build1604439625/b278/_pkg_.a
2025-08-20T22:03:22.8658037Z [00:02:22.508]➜  packagefile oras.land/oras/internal/credential=/tmp/go-build1604439625/b266/_pkg_.a
2025-08-20T22:03:22.8658719Z [00:02:22.508]➜  packagefile oras.land/oras/internal/descriptor=/tmp/go-build1604439625/b263/_pkg_.a
2025-08-20T22:03:22.8659318Z [00:02:22.508]➜  packagefile oras.land/oras/internal/docker=/tmp/go-build1604439625/b264/_pkg_.a
2025-08-20T22:03:22.8659894Z [00:02:22.508]➜  packagefile oras.land/oras/internal/graph=/tmp/go-build1604439625/b293/_pkg_.a
2025-08-20T22:03:22.8660453Z [00:02:22.508]➜  packagefile oras.land/oras/internal/io=/tmp/go-build1604439625/b303/_pkg_.a
2025-08-20T22:03:22.8661041Z [00:02:22.508]➜  packagefile oras.land/oras/internal/listener=/tmp/go-build1604439625/b300/_pkg_.a
2025-08-20T22:03:22.8661654Z [00:02:22.508]➜  packagefile oras.land/oras/internal/registryutil=/tmp/go-build1604439625/b296/_pkg_.a
2025-08-20T22:03:22.8662256Z [00:02:22.508]➜  packagefile oras.land/oras/internal/version=/tmp/go-build1604439625/b270/_pkg_.a
2025-08-20T22:03:22.8662790Z [00:02:22.508]➜  packagefile path/filepath=/tmp/go-build1604439625/b097/_pkg_.a
2025-08-20T22:03:22.8663249Z [00:02:22.508]➜  packagefile slices=/tmp/go-build1604439625/b044/_pkg_.a
2025-08-20T22:03:22.8663674Z [00:02:22.508]➜  packagefile strings=/tmp/go-build1604439625/b068/_pkg_.a
2025-08-20T22:03:22.8664132Z [00:02:22.508]➜  packagefile internal/bytealg=/tmp/go-build1604439625/b010/_pkg_.a
2025-08-20T22:03:22.8664628Z [00:02:22.508]➜  packagefile internal/byteorder=/tmp/go-build1604439625/b012/_pkg_.a
2025-08-20T22:03:22.8665561Z [00:02:22.508]➜  packagefile internal/filepathlite=/tmp/go-build1604439625/b061/_pkg_.a
2025-08-20T22:03:22.8666293Z [00:02:22.508]➜  packagefile internal/goarch=/tmp/go-build1604439625/b006/_pkg_.a
2025-08-20T22:03:22.8666772Z [00:02:22.508]➜  packagefile internal/itoa=/tmp/go-build1604439625/b042/_pkg_.a
2025-08-20T22:03:22.8667239Z [00:02:22.508]➜  packagefile internal/poll=/tmp/go-build1604439625/b064/_pkg_.a
2025-08-20T22:03:22.8667731Z [00:02:22.508]➜  packagefile internal/stringslite=/tmp/go-build1604439625/b031/_pkg_.a
2025-08-20T22:03:22.8668280Z [00:02:22.508]➜  packagefile internal/syscall/execenv=/tmp/go-build1604439625/b066/_pkg_.a
2025-08-20T22:03:22.8668815Z [00:02:22.508]➜  packagefile internal/syscall/unix=/tmp/go-build1604439625/b065/_pkg_.a
2025-08-20T22:03:22.8669316Z [00:02:22.508]➜  packagefile internal/testlog=/tmp/go-build1604439625/b067/_pkg_.a
2025-08-20T22:03:22.8669775Z [00:02:22.508]➜  packagefile syscall=/tmp/go-build1604439625/b041/_pkg_.a
2025-08-20T22:03:22.8670225Z [00:02:22.508]➜  packagefile internal/abi=/tmp/go-build1604439625/b005/_pkg_.a
2025-08-20T22:03:22.8670718Z [00:02:22.508]➜  packagefile internal/chacha8rand=/tmp/go-build1604439625/b013/_pkg_.a
2025-08-20T22:03:22.8671246Z [00:02:22.508]➜  packagefile internal/coverage/rtcov=/tmp/go-build1604439625/b014/_pkg_.a
2025-08-20T22:03:22.8671744Z [00:02:22.508]➜  packagefile internal/cpu=/tmp/go-build1604439625/b011/_pkg_.a
2025-08-20T22:03:22.8672220Z [00:02:22.508]➜  packagefile internal/godebugs=/tmp/go-build1604439625/b015/_pkg_.a
2025-08-20T22:03:22.8672742Z [00:02:22.508]➜  packagefile internal/goexperiment=/tmp/go-build1604439625/b016/_pkg_.a
2025-08-20T22:03:22.8673238Z [00:02:22.508]➜  packagefile internal/goos=/tmp/go-build1604439625/b017/_pkg_.a
2025-08-20T22:03:22.8673744Z [00:02:22.508]➜  packagefile internal/profilerecord=/tmp/go-build1604439625/b018/_pkg_.a
2025-08-20T22:03:22.8674282Z [00:02:22.508]➜  packagefile internal/runtime/atomic=/tmp/go-build1604439625/b019/_pkg_.a
2025-08-20T22:03:22.8674829Z [00:02:22.508]➜  packagefile internal/runtime/cgroup=/tmp/go-build1604439625/b020/_pkg_.a
2025-08-20T22:03:22.8675378Z [00:02:22.508]➜  packagefile internal/runtime/exithook=/tmp/go-build1604439625/b024/_pkg_.a
2025-08-20T22:03:22.8676029Z [00:02:22.508]➜  packagefile internal/runtime/gc=/tmp/go-build1604439625/b025/_pkg_.a
2025-08-20T22:03:22.8676606Z [00:02:22.508]➜  packagefile internal/runtime/maps=/tmp/go-build1604439625/b026/_pkg_.a
2025-08-20T22:03:22.8677126Z [00:02:22.508]➜  packagefile internal/runtime/math=/tmp/go-build1604439625/b022/_pkg_.a
2025-08-20T22:03:22.8677904Z [00:02:22.508]➜  packagefile internal/runtime/strconv=/tmp/go-build1604439625/b021/_pkg_.a
2025-08-20T22:03:22.8678515Z [00:02:22.508]➜  packagefile internal/runtime/sys=/tmp/go-build1604439625/b030/_pkg_.a
2025-08-20T22:03:22.8679048Z [00:02:22.508]➜  packagefile internal/runtime/syscall=/tmp/go-build1604439625/b023/_pkg_.a
2025-08-20T22:03:22.8679592Z [00:02:22.508]➜  packagefile internal/trace/tracev2=/tmp/go-build1604439625/b032/_pkg_.a
2025-08-20T22:03:22.8680128Z [00:02:22.508]➜  packagefile internal/unsafeheader=/tmp/go-build1604439625/b008/_pkg_.a
2025-08-20T22:03:22.8680621Z [00:02:22.508]➜  packagefile internal/race=/tmp/go-build1604439625/b029/_pkg_.a
2025-08-20T22:03:22.8681083Z [00:02:22.508]➜  packagefile internal/sync=/tmp/go-build1604439625/b034/_pkg_.a
2025-08-20T22:03:22.8681567Z [00:02:22.508]➜  packagefile internal/synctest=/tmp/go-build1604439625/b036/_pkg_.a
2025-08-20T22:03:22.8682056Z [00:02:22.508]➜  packagefile internal/godebug=/tmp/go-build1604439625/b038/_pkg_.a
2025-08-20T22:03:22.8682523Z [00:02:22.508]➜  packagefile math/bits=/tmp/go-build1604439625/b040/_pkg_.a
2025-08-20T22:03:22.8682946Z [00:02:22.508]➜  packagefile iter=/tmp/go-build1604439625/b046/_pkg_.a
2025-08-20T22:03:22.8683362Z [00:02:22.508]➜  packagefile unicode=/tmp/go-build1604439625/b050/_pkg_.a
2025-08-20T22:03:22.8683806Z [00:02:22.508]➜  packagefile unicode/utf8=/tmp/go-build1604439625/b051/_pkg_.a
2025-08-20T22:03:22.8684238Z [00:02:22.508]➜  packagefile cmp=/tmp/go-build1604439625/b045/_pkg_.a
2025-08-20T22:03:22.8684915Z [00:02:22.508]➜  packagefile encoding=/tmp/go-build1604439625/b053/_pkg_.a
2025-08-20T22:03:22.8685374Z [00:02:22.508]➜  packagefile encoding/base64=/tmp/go-build1604439625/b054/_pkg_.a
2025-08-20T22:03:22.8685959Z [00:02:22.508]➜  packagefile math=/tmp/go-build1604439625/b056/_pkg_.a
2025-08-20T22:03:22.8686437Z [00:02:22.508]➜  packagefile reflect=/tmp/go-build1604439625/b059/_pkg_.a
2025-08-20T22:03:22.8686872Z [00:02:22.508]➜  packagefile strconv=/tmp/go-build1604439625/b055/_pkg_.a
2025-08-20T22:03:22.8687321Z [00:02:22.508]➜  packagefile unicode/utf16=/tmp/go-build1604439625/b069/_pkg_.a
2025-08-20T22:03:22.8687796Z [00:02:22.508]➜  packagefile internal/fmtsort=/tmp/go-build1604439625/b058/_pkg_.a
2025-08-20T22:03:22.8688247Z [00:02:22.508]➜  packagefile crypto=/tmp/go-build1604439625/b071/_pkg_.a
2025-08-20T22:03:22.8688657Z [00:02:22.508]➜  packagefile hash=/tmp/go-build1604439625/b072/_pkg_.a
2025-08-20T22:03:22.8689076Z [00:02:22.508]➜  packagefile regexp=/tmp/go-build1604439625/b073/_pkg_.a
2025-08-20T22:03:22.8689645Z [00:02:22.508]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1604439625/b077/_pkg_.a
2025-08-20T22:03:22.8690188Z [00:02:22.508]➜  packagefile bufio=/tmp/go-build1604439625/b079/_pkg_.a
2025-08-20T22:03:22.8690657Z [00:02:22.508]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1604439625/b080/_pkg_.a
2025-08-20T22:03:22.8691114Z [00:02:22.508]➜  packagefile log=/tmp/go-build1604439625/b082/_pkg_.a
2025-08-20T22:03:22.8691528Z [00:02:22.508]➜  packagefile sort=/tmp/go-build1604439625/b075/_pkg_.a
2025-08-20T22:03:22.8692000Z [00:02:22.508]➜  packagefile github.com/spf13/pflag=/tmp/go-build1604439625/b085/_pkg_.a
2025-08-20T22:03:22.8692489Z [00:02:22.508]➜  packagefile text/template=/tmp/go-build1604439625/b098/_pkg_.a
2025-08-20T22:03:22.8692965Z [00:02:22.508]➜  packagefile internal/oserror=/tmp/go-build1604439625/b043/_pkg_.a
2025-08-20T22:03:22.8693411Z [00:02:22.508]➜  packagefile path=/tmp/go-build1604439625/b063/_pkg_.a
2025-08-20T22:03:22.8693911Z [00:02:22.508]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1604439625/b104/_pkg_.a
2025-08-20T22:03:22.8694395Z [00:02:22.508]➜  packagefile maps=/tmp/go-build1604439625/b099/_pkg_.a
2025-08-20T22:03:22.8694905Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build1604439625/b111/_pkg_.a
2025-08-20T22:03:22.8695540Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build1604439625/b113/_pkg_.a
2025-08-20T22:03:22.8696706Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/copyutil=/tmp/go-build1604439625/b114/_pkg_.a
2025-08-20T22:03:22.8697430Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build1604439625/b108/_pkg_.a
2025-08-20T22:03:22.8698061Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build1604439625/b109/_pkg_.a
2025-08-20T22:03:22.8698690Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/interfaces=/tmp/go-build1604439625/b115/_pkg_.a
2025-08-20T22:03:22.8699337Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/platform=/tmp/go-build1604439625/b117/_pkg_.a
2025-08-20T22:03:22.8699980Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/registryutil=/tmp/go-build1604439625/b119/_pkg_.a
2025-08-20T22:03:22.8700610Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build1604439625/b110/_pkg_.a
2025-08-20T22:03:22.8701230Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build1604439625/b120/_pkg_.a
2025-08-20T22:03:22.8701858Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build1604439625/b121/_pkg_.a
2025-08-20T22:03:22.8702388Z [00:02:22.508]➜  packagefile archive/tar=/tmp/go-build1604439625/b222/_pkg_.a
2025-08-20T22:03:22.8702851Z [00:02:22.508]➜  packagefile compress/gzip=/tmp/go-build1604439625/b125/_pkg_.a
2025-08-20T22:03:22.8703395Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build1604439625/b224/_pkg_.a
2025-08-20T22:03:22.8704223Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build1604439625/b112/_pkg_.a
2025-08-20T22:03:22.8704850Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build1604439625/b225/_pkg_.a
2025-08-20T22:03:22.8705473Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/fs/tarfs=/tmp/go-build1604439625/b228/_pkg_.a
2025-08-20T22:03:22.8706386Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/manifestutil=/tmp/go-build1604439625/b118/_pkg_.a
2025-08-20T22:03:22.8706924Z [00:02:22.508]➜  packagefile net/url=/tmp/go-build1604439625/b100/_pkg_.a
2025-08-20T22:03:22.8707344Z [00:02:22.508]➜  packagefile mime=/tmp/go-build1604439625/b210/_pkg_.a
2025-08-20T22:03:22.8707765Z [00:02:22.508]➜  packagefile net/http=/tmp/go-build1604439625/b124/_pkg_.a
2025-08-20T22:03:22.8708303Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/internal/httputil=/tmp/go-build1604439625/b230/_pkg_.a
2025-08-20T22:03:22.8708965Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build1604439625/b218/_pkg_.a
2025-08-20T22:03:22.8709686Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build1604439625/b217/_pkg_.a
2025-08-20T22:03:22.8710390Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build1604439625/b219/_pkg_.a
2025-08-20T22:03:22.8711326Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/config=/tmp/go-build1604439625/b232/_pkg_.a
2025-08-20T22:03:22.8712256Z [00:02:22.508]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/executer=/tmp/go-build1604439625/b234/_pkg_.a
2025-08-20T22:03:22.8712889Z [00:02:22.508]➜  packagefile os/exec=/tmp/go-build1604439625/b236/_pkg_.a
2025-08-20T22:03:22.8713389Z [00:02:22.508]➜  packagefile oras.land/oras/internal/trace=/tmp/go-build1604439625/b269/_pkg_.a
2025-08-20T22:03:22.8714043Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/content=/tmp/go-build1604439625/b273/_pkg_.a
2025-08-20T22:03:22.8714831Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/descriptor=/tmp/go-build1604439625/b275/_pkg_.a
2025-08-20T22:03:22.8715624Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/json=/tmp/go-build1604439625/b276/_pkg_.a
2025-08-20T22:03:22.8716560Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/table=/tmp/go-build1604439625/b279/_pkg_.a
2025-08-20T22:03:22.8717362Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/template=/tmp/go-build1604439625/b280/_pkg_.a
2025-08-20T22:03:22.8718149Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/text=/tmp/go-build1604439625/b281/_pkg_.a
2025-08-20T22:03:22.8718918Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/tree=/tmp/go-build1604439625/b283/_pkg_.a
2025-08-20T22:03:22.8719929Z [00:02:22.508]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/track=/tmp/go-build1604439625/b288/_pkg_.a
2025-08-20T22:03:22.8720612Z [00:02:22.508]➜  packagefile oras.land/oras/internal/progress=/tmp/go-build1604439625/b292/_pkg_.a
2025-08-20T22:03:22.8721130Z [00:02:22.509]➜  packagefile crypto/tls=/tmp/go-build1604439625/b155/_pkg_.a
2025-08-20T22:03:22.8721553Z [00:02:22.509]➜  packagefile net=/tmp/go-build1604439625/b089/_pkg_.a
2025-08-20T22:03:22.8722051Z [00:02:22.509]➜  packagefile oras.land/oras/internal/cache=/tmp/go-build1604439625/b265/_pkg_.a
2025-08-20T22:03:22.8722625Z [00:02:22.509]➜  packagefile oras.land/oras/internal/crypto=/tmp/go-build1604439625/b267/_pkg_.a
2025-08-20T22:03:22.8723195Z [00:02:22.509]➜  packagefile oras.land/oras/internal/net=/tmp/go-build1604439625/b268/_pkg_.a
2025-08-20T22:03:22.8723711Z [00:02:22.509]➜  packagefile text/tabwriter=/tmp/go-build1604439625/b271/_pkg_.a
2025-08-20T22:03:22.8724248Z [00:02:22.509]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build1604439625/b243/_pkg_.a
2025-08-20T22:03:22.8724832Z [00:02:22.509]➜  packagefile oras.land/oras/internal/file=/tmp/go-build1604439625/b295/_pkg_.a
2025-08-20T22:03:22.8725447Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/internal/manifest=/tmp/go-build1604439625/b298/_pkg_.a
2025-08-20T22:03:22.8726310Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/root/manifest/index=/tmp/go-build1604439625/b299/_pkg_.a
2025-08-20T22:03:22.8726965Z [00:02:22.509]➜  packagefile oras.land/oras/internal/repository=/tmp/go-build1604439625/b302/_pkg_.a
2025-08-20T22:03:22.8727549Z [00:02:22.509]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1604439625/b122/_pkg_.a
2025-08-20T22:03:22.8728056Z [00:02:22.509]➜  packagefile internal/asan=/tmp/go-build1604439625/b027/_pkg_.a
2025-08-20T22:03:22.8728521Z [00:02:22.509]➜  packagefile internal/msan=/tmp/go-build1604439625/b028/_pkg_.a
2025-08-20T22:03:22.8728992Z [00:02:22.509]➜  packagefile internal/bisect=/tmp/go-build1604439625/b039/_pkg_.a
2025-08-20T22:03:22.8729474Z [00:02:22.509]➜  packagefile regexp/syntax=/tmp/go-build1604439625/b074/_pkg_.a
2025-08-20T22:03:22.8729946Z [00:02:22.509]➜  packagefile encoding/binary=/tmp/go-build1604439625/b081/_pkg_.a
2025-08-20T22:03:22.8730410Z [00:02:22.509]➜  packagefile log/internal=/tmp/go-build1604439625/b083/_pkg_.a
2025-08-20T22:03:22.8730869Z [00:02:22.509]➜  packagefile encoding/csv=/tmp/go-build1604439625/b086/_pkg_.a
2025-08-20T22:03:22.8731325Z [00:02:22.509]➜  packagefile encoding/hex=/tmp/go-build1604439625/b087/_pkg_.a
2025-08-20T22:03:22.8732003Z [00:02:22.509]➜  packagefile flag=/tmp/go-build1604439625/b088/_pkg_.a
2025-08-20T22:03:22.8732543Z [00:02:22.509]➜  packagefile text/template/parse=/tmp/go-build1604439625/b101/_pkg_.a
2025-08-20T22:03:22.8733032Z [00:02:22.509]➜  packagefile container/list=/tmp/go-build1604439625/b105/_pkg_.a
2025-08-20T22:03:22.8733476Z [00:02:22.509]➜  packagefile os/user=/tmp/go-build1604439625/b223/_pkg_.a
2025-08-20T22:03:22.8733923Z [00:02:22.509]➜  packagefile compress/flate=/tmp/go-build1604439625/b126/_pkg_.a
2025-08-20T22:03:22.8734386Z [00:02:22.509]➜  packagefile hash/crc32=/tmp/go-build1604439625/b127/_pkg_.a
2025-08-20T22:03:22.8734867Z [00:02:22.509]➜  packagefile crypto/rand=/tmp/go-build1604439625/b128/_pkg_.a
2025-08-20T22:03:22.8735418Z [00:02:22.509]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1604439625/b201/_pkg_.a
2025-08-20T22:03:22.8736262Z [00:02:22.509]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1604439625/b208/_pkg_.a
2025-08-20T22:03:22.8736942Z [00:02:22.509]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1604439625/b209/_pkg_.a
2025-08-20T22:03:22.8737533Z [00:02:22.509]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1604439625/b202/_pkg_.a
2025-08-20T22:03:22.8738030Z [00:02:22.509]➜  packagefile math/rand=/tmp/go-build1604439625/b154/_pkg_.a
2025-08-20T22:03:22.8738484Z [00:02:22.509]➜  packagefile mime/multipart=/tmp/go-build1604439625/b211/_pkg_.a
2025-08-20T22:03:22.8739264Z [00:02:22.509]➜  packagefile net/http/httptrace=/tmp/go-build1604439625/b213/_pkg_.a
2025-08-20T22:03:22.8739768Z [00:02:22.509]➜  packagefile net/http/internal=/tmp/go-build1604439625/b214/_pkg_.a
2025-08-20T22:03:22.8740285Z [00:02:22.509]➜  packagefile net/http/internal/ascii=/tmp/go-build1604439625/b215/_pkg_.a
2025-08-20T22:03:22.8740843Z [00:02:22.509]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1604439625/b216/_pkg_.a
2025-08-20T22:03:22.8741371Z [00:02:22.509]➜  packagefile net/textproto=/tmp/go-build1604439625/b207/_pkg_.a
2025-08-20T22:03:22.8741832Z [00:02:22.509]➜  packagefile hash/maphash=/tmp/go-build1604439625/b220/_pkg_.a
2025-08-20T22:03:22.8742290Z [00:02:22.509]➜  packagefile math/rand/v2=/tmp/go-build1604439625/b149/_pkg_.a
2025-08-20T22:03:22.8742959Z [00:02:22.509]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil=/tmp/go-build1604439625/b233/_pkg_.a
2025-08-20T22:03:22.8743760Z [00:02:22.509]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/trace=/tmp/go-build1604439625/b235/_pkg_.a
2025-08-20T22:03:22.8744535Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/internal/display/metadata/model=/tmp/go-build1604439625/b277/_pkg_.a
2025-08-20T22:03:22.8745365Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/progress/humanize=/tmp/go-build1604439625/b282/_pkg_.a
2025-08-20T22:03:22.8746254Z [00:02:22.509]➜  packagefile github.com/morikuni/aec=/tmp/go-build1604439625/b284/_pkg_.a
2025-08-20T22:03:22.8746772Z [00:02:22.509]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1604439625/b285/_pkg_.a
2025-08-20T22:03:22.8747304Z [00:02:22.509]➜  packagefile oras.land/oras/internal/tree=/tmp/go-build1604439625/b286/_pkg_.a
2025-08-20T22:03:22.8747991Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/progress=/tmp/go-build1604439625/b289/_pkg_.a
2025-08-20T22:03:22.8748593Z [00:02:22.509]➜  packagefile crypto/aes=/tmp/go-build1604439625/b156/_pkg_.a
2025-08-20T22:03:22.8749065Z [00:02:22.509]➜  packagefile crypto/cipher=/tmp/go-build1604439625/b130/_pkg_.a
2025-08-20T22:03:22.8749523Z [00:02:22.509]➜  packagefile crypto/des=/tmp/go-build1604439625/b157/_pkg_.a
2025-08-20T22:03:22.8749973Z [00:02:22.509]➜  packagefile crypto/ecdh=/tmp/go-build1604439625/b158/_pkg_.a
2025-08-20T22:03:22.8750427Z [00:02:22.509]➜  packagefile crypto/ecdsa=/tmp/go-build1604439625/b163/_pkg_.a
2025-08-20T22:03:22.8750892Z [00:02:22.509]➜  packagefile crypto/ed25519=/tmp/go-build1604439625/b175/_pkg_.a
2025-08-20T22:03:22.8751602Z [00:02:22.509]➜  packagefile crypto/elliptic=/tmp/go-build1604439625/b164/_pkg_.a
2025-08-20T22:03:22.8752141Z [00:02:22.509]➜  packagefile crypto/hkdf=/tmp/go-build1604439625/b178/_pkg_.a
2025-08-20T22:03:22.8752597Z [00:02:22.509]➜  packagefile crypto/hmac=/tmp/go-build1604439625/b180/_pkg_.a
2025-08-20T22:03:22.8753089Z [00:02:22.509]➜  packagefile crypto/internal/boring=/tmp/go-build1604439625/b129/_pkg_.a
2025-08-20T22:03:22.8753640Z [00:02:22.509]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1604439625/b131/_pkg_.a
2025-08-20T22:03:22.8754230Z [00:02:22.509]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1604439625/b144/_pkg_.a
2025-08-20T22:03:22.8754813Z [00:02:22.509]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1604439625/b181/_pkg_.a
2025-08-20T22:03:22.8755386Z [00:02:22.509]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1604439625/b182/_pkg_.a
2025-08-20T22:03:22.8756102Z [00:02:22.509]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1604439625/b183/_pkg_.a
2025-08-20T22:03:22.8756713Z [00:02:22.509]➜  packagefile crypto/internal/hpke=/tmp/go-build1604439625/b184/_pkg_.a
2025-08-20T22:03:22.8757198Z [00:02:22.509]➜  packagefile crypto/md5=/tmp/go-build1604439625/b189/_pkg_.a
2025-08-20T22:03:22.8757645Z [00:02:22.509]➜  packagefile crypto/rc4=/tmp/go-build1604439625/b190/_pkg_.a
2025-08-20T22:03:22.8758097Z [00:02:22.509]➜  packagefile crypto/rsa=/tmp/go-build1604439625/b191/_pkg_.a
2025-08-20T22:03:22.8758767Z [00:02:22.509]➜  packagefile crypto/sha1=/tmp/go-build1604439625/b193/_pkg_.a
2025-08-20T22:03:22.8759234Z [00:02:22.509]➜  packagefile crypto/sha256=/tmp/go-build1604439625/b194/_pkg_.a
2025-08-20T22:03:22.8759698Z [00:02:22.509]➜  packagefile crypto/sha512=/tmp/go-build1604439625/b171/_pkg_.a
2025-08-20T22:03:22.8760160Z [00:02:22.509]➜  packagefile crypto/subtle=/tmp/go-build1604439625/b151/_pkg_.a
2025-08-20T22:03:22.8760691Z [00:02:22.509]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1604439625/b195/_pkg_.a
2025-08-20T22:03:22.8761209Z [00:02:22.509]➜  packagefile crypto/x509=/tmp/go-build1604439625/b197/_pkg_.a
2025-08-20T22:03:22.8761670Z [00:02:22.509]➜  packagefile encoding/pem=/tmp/go-build1604439625/b200/_pkg_.a
2025-08-20T22:03:22.8762253Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1604439625/b185/_pkg_.a
2025-08-20T22:03:22.8762909Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1604439625/b172/_pkg_.a
2025-08-20T22:03:22.8763434Z [00:02:22.509]➜  packagefile weak=/tmp/go-build1604439625/b095/_pkg_.a
2025-08-20T22:03:22.8763971Z [00:02:22.509]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1604439625/b090/_pkg_.a
2025-08-20T22:03:22.8764533Z [00:02:22.509]➜  packagefile internal/nettrace=/tmp/go-build1604439625/b091/_pkg_.a
2025-08-20T22:03:22.8765048Z [00:02:22.509]➜  packagefile internal/singleflight=/tmp/go-build1604439625/b092/_pkg_.a
2025-08-20T22:03:22.8765530Z [00:02:22.509]➜  packagefile net/netip=/tmp/go-build1604439625/b093/_pkg_.a
2025-08-20T22:03:22.8766223Z [00:02:22.509]➜  packagefile crypto/dsa=/tmp/go-build1604439625/b198/_pkg_.a
2025-08-20T22:03:22.8766714Z [00:02:22.509]➜  packagefile crypto/x509/pkix=/tmp/go-build1604439625/b199/_pkg_.a
2025-08-20T22:03:22.8767195Z [00:02:22.509]➜  packagefile dario.cat/mergo=/tmp/go-build1604439625/b244/_pkg_.a
2025-08-20T22:03:22.8767665Z [00:02:22.509]➜  packagefile encoding/asn1=/tmp/go-build1604439625/b173/_pkg_.a
2025-08-20T22:03:22.8768151Z [00:02:22.509]➜  packagefile encoding/base32=/tmp/go-build1604439625/b245/_pkg_.a
2025-08-20T22:03:22.8768686Z [00:02:22.509]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build1604439625/b246/_pkg_.a
2025-08-20T22:03:22.8769278Z [00:02:22.509]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build1604439625/b247/_pkg_.a
2025-08-20T22:03:22.8769839Z [00:02:22.509]➜  packagefile github.com/google/uuid=/tmp/go-build1604439625/b249/_pkg_.a
2025-08-20T22:03:22.8770615Z [00:02:22.509]➜  packagefile github.com/huandu/xstrings=/tmp/go-build1604439625/b250/_pkg_.a
2025-08-20T22:03:22.8771282Z [00:02:22.509]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build1604439625/b251/_pkg_.a
2025-08-20T22:03:22.8771879Z [00:02:22.509]➜  packagefile github.com/shopspring/decimal=/tmp/go-build1604439625/b253/_pkg_.a
2025-08-20T22:03:22.8772424Z [00:02:22.509]➜  packagefile github.com/spf13/cast=/tmp/go-build1604439625/b254/_pkg_.a
2025-08-20T22:03:22.8772964Z [00:02:22.509]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build1604439625/b258/_pkg_.a
2025-08-20T22:03:22.8773527Z [00:02:22.509]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1604439625/b260/_pkg_.a
2025-08-20T22:03:22.8774030Z [00:02:22.509]➜  packagefile hash/adler32=/tmp/go-build1604439625/b262/_pkg_.a
2025-08-20T22:03:22.8774492Z [00:02:22.509]➜  packagefile html/template=/tmp/go-build1604439625/b256/_pkg_.a
2025-08-20T22:03:22.8774933Z [00:02:22.509]➜  packagefile math/big=/tmp/go-build1604439625/b153/_pkg_.a
2025-08-20T22:03:22.8775429Z [00:02:22.509]➜  packagefile crypto/internal/fips140=/tmp/go-build1604439625/b132/_pkg_.a
2025-08-20T22:03:22.8776221Z [00:02:22.509]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1604439625/b145/_pkg_.a
2025-08-20T22:03:22.8776816Z [00:02:22.509]➜  packagefile crypto/internal/fips140only=/tmp/go-build1604439625/b150/_pkg_.a
2025-08-20T22:03:22.8777377Z [00:02:22.509]➜  packagefile crypto/internal/randutil=/tmp/go-build1604439625/b148/_pkg_.a
2025-08-20T22:03:22.8777920Z [00:02:22.509]➜  packagefile crypto/internal/sysrand=/tmp/go-build1604439625/b147/_pkg_.a
2025-08-20T22:03:22.8778784Z [00:02:22.509]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1604439625/b203/_pkg_.a
2025-08-20T22:03:22.8779428Z [00:02:22.509]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1604439625/b205/_pkg_.a
2025-08-20T22:03:22.8780053Z [00:02:22.509]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1604439625/b206/_pkg_.a
2025-08-20T22:03:22.8780633Z [00:02:22.509]➜  packagefile mime/quotedprintable=/tmp/go-build1604439625/b212/_pkg_.a
2025-08-20T22:03:22.8781301Z [00:02:22.509]➜  packagefile oras.land/oras/cmd/oras/internal/display/status/console=/tmp/go-build1604439625/b290/_pkg_.a
2025-08-20T22:03:22.8781979Z [00:02:22.509]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1604439625/b134/_pkg_.a
2025-08-20T22:03:22.8782557Z [00:02:22.509]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1604439625/b159/_pkg_.a
2025-08-20T22:03:22.8783198Z [00:02:22.509]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1604439625/b162/_pkg_.a
2025-08-20T22:03:22.8783815Z [00:02:22.509]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1604439625/b165/_pkg_.a
2025-08-20T22:03:22.8784389Z [00:02:22.509]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1604439625/b166/_pkg_.a
2025-08-20T22:03:22.8784972Z [00:02:22.509]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1604439625/b160/_pkg_.a
2025-08-20T22:03:22.8785560Z [00:02:22.509]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1604439625/b168/_pkg_.a
2025-08-20T22:03:22.8786369Z [00:02:22.509]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1604439625/b169/_pkg_.a
2025-08-20T22:03:22.8787006Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1604439625/b174/_pkg_.a
2025-08-20T22:03:22.8787640Z [00:02:22.509]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1604439625/b176/_pkg_.a
2025-08-20T22:03:22.8788232Z [00:02:22.509]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1604439625/b179/_pkg_.a
2025-08-20T22:03:22.8788805Z [00:02:22.509]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1604439625/b136/_pkg_.a
2025-08-20T22:03:22.8789370Z [00:02:22.509]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1604439625/b152/_pkg_.a
2025-08-20T22:03:22.8789943Z [00:02:22.509]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1604439625/b135/_pkg_.a
2025-08-20T22:03:22.8790721Z [00:02:22.509]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1604439625/b142/_pkg_.a
2025-08-20T22:03:22.8791414Z [00:02:22.509]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1604439625/b138/_pkg_.a
2025-08-20T22:03:22.8792035Z [00:02:22.509]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1604439625/b139/_pkg_.a
2025-08-20T22:03:22.8792649Z [00:02:22.509]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1604439625/b133/_pkg_.a
2025-08-20T22:03:22.8793216Z [00:02:22.509]➜  packagefile crypto/internal/impl=/tmp/go-build1604439625/b140/_pkg_.a
2025-08-20T22:03:22.8793776Z [00:02:22.509]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1604439625/b141/_pkg_.a
2025-08-20T22:03:22.8794356Z [00:02:22.509]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1604439625/b137/_pkg_.a
2025-08-20T22:03:22.8794932Z [00:02:22.509]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1604439625/b143/_pkg_.a
2025-08-20T22:03:22.8795522Z [00:02:22.509]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1604439625/b167/_pkg_.a
2025-08-20T22:03:22.8796307Z [00:02:22.509]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1604439625/b192/_pkg_.a
2025-08-20T22:03:22.8796828Z [00:02:22.509]➜  packagefile crypto/fips140=/tmp/go-build1604439625/b196/_pkg_.a
2025-08-20T22:03:22.8797379Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1604439625/b186/_pkg_.a
2025-08-20T22:03:22.8798020Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1604439625/b187/_pkg_.a
2025-08-20T22:03:22.8798935Z [00:02:22.509]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1604439625/b188/_pkg_.a
2025-08-20T22:03:22.8799483Z [00:02:22.509]➜  packagefile unique=/tmp/go-build1604439625/b094/_pkg_.a
2025-08-20T22:03:22.8799952Z [00:02:22.509]➜  packagefile database/sql/driver=/tmp/go-build1604439625/b248/_pkg_.a
2025-08-20T22:03:22.8800510Z [00:02:22.509]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build1604439625/b252/_pkg_.a
2025-08-20T22:03:22.8801113Z [00:02:22.509]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build1604439625/b255/_pkg_.a
2025-08-20T22:03:22.8801690Z [00:02:22.509]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1604439625/b259/_pkg_.a
2025-08-20T22:03:22.8802251Z [00:02:22.509]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1604439625/b261/_pkg_.a
2025-08-20T22:03:22.8802726Z [00:02:22.509]➜  packagefile html=/tmp/go-build1604439625/b257/_pkg_.a
2025-08-20T22:03:22.8803214Z [00:02:22.509]➜  packagefile crypto/internal/entropy=/tmp/go-build1604439625/b146/_pkg_.a
2025-08-20T22:03:22.8803793Z [00:02:22.509]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1604439625/b204/_pkg_.a
2025-08-20T22:03:22.8804385Z [00:02:22.509]➜  packagefile github.com/containerd/console=/tmp/go-build1604439625/b291/_pkg_.a
2025-08-20T22:03:22.8804990Z [00:02:22.509]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1604439625/b161/_pkg_.a
2025-08-20T22:03:22.8805534Z [00:02:22.509]➜  packagefile crypto/sha3=/tmp/go-build1604439625/b170/_pkg_.a
2025-08-20T22:03:22.8806318Z [00:02:22.509]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1604439625/b177/_pkg_.a
2025-08-20T22:03:22.8816551Z [00:02:22.509]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\toras.land/oras/cmd/oras\nmod\toras.land/oras\tv1.3.0-beta.4.0.20250820045746-e424dc510482\t\ndep\tdario.cat/mergo\tv1.0.2\th1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=\ndep\tgithub.com/Masterminds/goutils\tv1.1.1\th1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=\ndep\tgithub.com/Masterminds/semver/v3\tv3.4.0\th1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=\ndep\tgithub.com/Masterminds/sprig/v3\tv3.3.0\th1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs=\ndep\tgithub.com/containerd/console\tv1.0.5\th1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/huandu/xstrings\tv1.5.0\th1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=\ndep\tgithub.com/mitchellh/copystructure\tv1.2.0\th1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=\ndep\tgithub.com/mitchellh/reflectwalk\tv1.0.2\th1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=\ndep\tgithub.com/morikuni/aec\tv1.0.0\th1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=\ndep\tgithub.com/opencontainers/go-digest\tv1.0.0\th1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=\ndep\tgithub.com/opencontainers/image-spec\tv1.1.1\th1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=\ndep\tgithub.com/shopspring/decimal\tv1.4.0\th1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/spf13/cast\tv1.9.2\th1:SsGfm7M8QOFtEzumm7UZrZdLLquNdzFYfIbEXntcFbE=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.7\th1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=\ndep\tgolang.org/x/crypto\tv0.40.0\th1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.34.0\th1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\toras.land/oras-go/v2\tv2.6.0\th1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=e424dc5104821a1b791d42909ee484e21d853d23\nbuild\tvcs.time=2025-08-20T04:57:46Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:03:22.8825097Z [00:02:22.509]➜  EOF
2025-08-20T22:03:22.8825339Z [00:02:22.509]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:03:22.8825590Z [00:02:22.509]➜  cd .
2025-08-20T22:03:22.8827154Z [00:02:22.509]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=iERihYvJ-NlIKaETxhRI/vTzNfs14AoVEY5NcAwFr/55yUrdcFoKZav7zrCyr4/iERihYvJ-NlIKaETxhRI -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:03:23.4327287Z [00:02:23.079]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:03:23.4412207Z [00:02:23.087]➜  mkdir -p /build-bins/
2025-08-20T22:03:23.4412594Z [00:02:23.087]➜  cp $WORK/b001/exe/a.out /build-bins/oras
2025-08-20T22:03:23.4466154Z [00:02:23.093]➜  rm -rf $WORK/b001/
2025-08-20T22:03:23.6118830Z [00:02:23.258]➜  '/tmp/tmp.uqIiAPFHQO/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:03:23.6264216Z [00:02:23.272]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:03:23.6282178Z [00:02:23.274]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:03:23.6494837Z [00:02:23.295]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:03:23.7114985Z [00:02:23.357]➜  copy from `/build-bins/oras' [elf64-littleaarch64] to `/build-bins/stceBnKN' [elf64-littleaarch64]
2025-08-20T22:03:23.7376658Z [00:02:23.384]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:03:23.7408897Z [00:02:23.387]➜  
2025-08-20T22:03:23.7423504Z [00:02:23.388]➜  /build-bins/LICENSE
2025-08-20T22:03:23.7455386Z [00:02:23.391]➜  
2025-08-20T22:03:23.7468485Z [00:02:23.393]➜  /build-bins/oras
2025-08-20T22:03:23.7477848Z [00:02:23.394]➜  There are 24 section headers, starting at offset 0xb615d8:
2025-08-20T22:03:23.7478377Z [00:02:23.394]➜  
2025-08-20T22:03:23.7478622Z [00:02:23.394]➜  Section Headers:
2025-08-20T22:03:23.7478966Z [00:02:23.394]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:03:23.7479370Z [00:02:23.394]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:03:23.7480057Z [00:02:23.394]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:03:23.7480529Z [00:02:23.394]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:03:23.7480949Z [00:02:23.394]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:03:23.7481361Z [00:02:23.394]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:03:23.7481793Z [00:02:23.394]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T22:03:23.7482206Z [00:02:23.394]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T22:03:23.7482621Z [00:02:23.394]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T22:03:23.7483054Z [00:02:23.394]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:03:23.7483490Z [00:02:23.394]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:03:23.7483909Z [00:02:23.394]➜         0000000000120c00  0000000000000018   A       2     0     8
2025-08-20T22:03:23.7484323Z [00:02:23.394]➜    [ 5] .init             PROGBITS         0000000000120eb0  00120eb0
2025-08-20T22:03:23.7484733Z [00:02:23.394]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:03:23.7485143Z [00:02:23.394]➜    [ 6] .text             PROGBITS         0000000000120ec0  00120ec0
2025-08-20T22:03:23.7486080Z [00:02:23.394]➜         0000000000484dd0  0000000000000000  AX       0     0     32
2025-08-20T22:03:23.7486597Z [00:02:23.394]➜    [ 7] .fini             PROGBITS         00000000005a5c90  005a5c90
2025-08-20T22:03:23.7487016Z [00:02:23.394]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:03:23.7487433Z [00:02:23.394]➜    [ 8] .rodata           PROGBITS         00000000005a5ca0  005a5ca0
2025-08-20T22:03:23.7487851Z [00:02:23.394]➜         00000000000f1cac  0000000000000000   A       0     0     32
2025-08-20T22:03:23.7488283Z [00:02:23.394]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000069794c  0069794c
2025-08-20T22:03:23.7488703Z [00:02:23.394]➜         0000000000000124  0000000000000000   A       0     0     4
2025-08-20T22:03:23.7489116Z [00:02:23.394]➜    [10] .eh_frame         PROGBITS         0000000000697a70  00697a70
2025-08-20T22:03:23.7489528Z [00:02:23.394]➜         0000000000000560  0000000000000000   A       0     0     8
2025-08-20T22:03:23.7489942Z [00:02:23.394]➜    [11] .tbss             NOBITS           00000000006a0390  006a0390
2025-08-20T22:03:23.7490349Z [00:02:23.394]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:03:23.7490776Z [00:02:23.394]➜    [12] .init_array       INIT_ARRAY       00000000006a0390  006a0390
2025-08-20T22:03:23.7491199Z [00:02:23.394]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:03:23.7491619Z [00:02:23.394]➜    [13] .fini_array       FINI_ARRAY       00000000006a0398  006a0398
2025-08-20T22:03:23.7492048Z [00:02:23.394]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:03:23.7492468Z [00:02:23.394]➜    [14] .data.rel.ro      PROGBITS         00000000006a03a0  006a03a0
2025-08-20T22:03:23.7492893Z [00:02:23.394]➜         000000000045fa28  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7493316Z [00:02:23.394]➜    [15] .dynamic          DYNAMIC          0000000000affdc8  00affdc8
2025-08-20T22:03:23.7493744Z [00:02:23.394]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:03:23.7494151Z [00:02:23.394]➜    [16] .got              PROGBITS         0000000000afff38  00afff38
2025-08-20T22:03:23.7494552Z [00:02:23.394]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T22:03:23.7494959Z [00:02:23.394]➜    [17] .data             PROGBITS         0000000000b00000  00b00000
2025-08-20T22:03:23.7495374Z [00:02:23.394]➜         0000000000014c80  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7496204Z [00:02:23.394]➜    [18] .go.buildinfo     PROGBITS         0000000000b14c80  00b14c80
2025-08-20T22:03:23.7496778Z [00:02:23.394]➜         0000000000000960  0000000000000000  WA       0     0     16
2025-08-20T22:03:23.7497212Z [00:02:23.394]➜    [19] .go.fipsinfo      PROGBITS         0000000000b155e0  00b155e0
2025-08-20T22:03:23.7497639Z [00:02:23.394]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7498076Z [00:02:23.394]➜    [20] .noptrdata        PROGBITS         0000000000b15660  00b15660
2025-08-20T22:03:23.7498502Z [00:02:23.394]➜         000000000004bea1  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7498909Z [00:02:23.394]➜    [21] .bss              NOBITS           0000000000b61520  00b61501
2025-08-20T22:03:23.7499320Z [00:02:23.394]➜         000000000002b1d8  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7499741Z [00:02:23.394]➜    [22] .noptrbss         NOBITS           0000000000b8c700  00b61501
2025-08-20T22:03:23.7500173Z [00:02:23.394]➜         000000000001f8c0  0000000000000000  WA       0     0     32
2025-08-20T22:03:23.7500593Z [00:02:23.394]➜    [23] .shstrtab         STRTAB           0000000000000000  00b61501
2025-08-20T22:03:23.7501012Z [00:02:23.394]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:03:23.7501331Z [00:02:23.394]➜  Key to Flags:
2025-08-20T22:03:23.7501676Z [00:02:23.394]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:03:23.7502385Z [00:02:23.394]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:03:23.7502836Z [00:02:23.394]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:03:23.7503208Z [00:02:23.394]➜    D (mbind), p (processor specific)
2025-08-20T22:03:23.7503572Z [00:02:23.394]➜  + file /build-bins/LICENSE /build-bins/oras
2025-08-20T22:03:23.7669356Z [00:02:23.413]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:03:23.7729933Z [00:02:23.419]➜  /build-bins/oras:    ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:03:23.7736871Z [00:02:23.420]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/oras
2025-08-20T22:03:23.7753814Z [00:02:23.421]➜  /build-bins/LICENSE:         11343 Bytes
2025-08-20T22:03:23.7754185Z [00:02:23.421]➜  /build-bins/oras:         11934680 Bytes
2025-08-20T22:03:23.7758409Z [00:02:23.422]➜  + du /build-bins/LICENSE /build-bins/oras --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:03:23.7769100Z [00:02:23.423]➜  12K	2025-08-20 22:03:23.611392503 +0000	/build-bins/LICENSE
2025-08-20T22:03:23.7769552Z [00:02:23.423]➜  12M	2025-08-20 22:03:23.728396219 +0000	/build-bins/oras
2025-08-20T22:03:23.7771599Z [00:02:23.423]➜  + popd
2025-08-20T22:03:24.5103650Z [00:02:24.156]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:03:24.5909681Z [00:02:24.237]➜  + '[' -s /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:03:24.5910650Z [00:02:24.237]➜  + cp -fv /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:03:24.5951971Z [00:02:24.241]➜  '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:03:24.5961308Z [00:02:24.242]➜  + find /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:03:24.5962459Z [00:02:24.242]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:03:24.5963663Z [00:02:24.242]➜  + cut -d: -f1
2025-08-20T22:03:24.5963983Z [00:02:24.242]➜  + xargs realpath --no-symlinks
2025-08-20T22:03:24.5966743Z [00:02:24.242]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:03:24.9399392Z [00:02:24.586]➜  sending incremental file list
2025-08-20T22:03:24.9429859Z [00:02:24.589]➜  oras
2025-08-20T22:03:24.9944664Z [00:02:24.640]➜  
2025-08-20T22:03:24.9945049Z [00:02:24.640]➜  sent 11.94M bytes  received 35 bytes  23.88M bytes/sec
2025-08-20T22:03:24.9945429Z [00:02:24.640]➜  total size is 11.93M  speedup is 1.00
2025-08-20T22:03:24.9957655Z [00:02:24.642]➜  
2025-08-20T22:03:25.4106780Z [00:02:25.056]➜  
2025-08-20T22:03:25.4200589Z [00:02:25.066]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:03:25.4201537Z [00:02:25.066]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:03:25.4202375Z [00:02:25.066]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/oras' retained as runner:runner
2025-08-20T22:03:25.4203438Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:03:25.4204695Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/prepare.sh' from root:root to runner:runner
2025-08-20T22:03:25.4206217Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/e2e.sh' from root:root to runner:runner
2025-08-20T22:03:25.4207875Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/common.sh' from root:root to runner:runner
2025-08-20T22:03:25.4209132Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts' from root:root to runner:runner
2025-08-20T22:03:25.4210403Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/init.go' from root:root to runner:runner
2025-08-20T22:03:25.4211738Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/prepare.go' from root:root to runner:runner
2025-08-20T22:03:25.4213081Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/exec.go' from root:root to runner:runner
2025-08-20T22:03:25.4214451Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/content.go' from root:root to runner:runner
2025-08-20T22:03:25.4216086Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/matchable.go' from root:root to runner:runner
2025-08-20T22:03:25.4217616Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/status.go' from root:root to runner:runner
2025-08-20T22:03:25.4219008Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/request.go' from root:root to runner:runner
2025-08-20T22:03:25.4220416Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/keywords.go' from root:root to runner:runner
2025-08-20T22:03:25.4222030Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match' from root:root to runner:runner
2025-08-20T22:03:25.4223433Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4224786Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/reference.go' from root:root to runner:runner
2025-08-20T22:03:25.4226272Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/testdata.go' from root:root to runner:runner
2025-08-20T22:03:25.4227682Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/preview.go' from root:root to runner:runner
2025-08-20T22:03:25.4229020Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/help.go' from root:root to runner:runner
2025-08-20T22:03:25.4230311Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils' from root:root to runner:runner
2025-08-20T22:03:25.4231901Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/multi_arch/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4233309Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/multi_arch' from root:root to runner:runner
2025-08-20T22:03:25.4234749Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/blob/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4236273Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/blob' from root:root to runner:runner
2025-08-20T22:03:25.4237782Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/index/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4239232Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/index' from root:root to runner:runner
2025-08-20T22:03:25.4240692Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/config/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4242148Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/config' from root:root to runner:runner
2025-08-20T22:03:25.4243601Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/empty/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4245052Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/empty' from root:root to runner:runner
2025-08-20T22:03:25.4246915Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4248450Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/unnamed/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4249913Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/unnamed' from root:root to runner:runner
2025-08-20T22:03:25.4251313Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact' from root:root to runner:runner
2025-08-20T22:03:25.4252711Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/feature/feature.go' from root:root to runner:runner
2025-08-20T22:03:25.4254105Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/feature' from root:root to runner:runner
2025-08-20T22:03:25.4255516Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/nonjson_config/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4257414Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/nonjson_config' from root:root to runner:runner
2025-08-20T22:03:25.4258825Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/foobar/const.go' from root:root to runner:runner
2025-08-20T22:03:25.4260205Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/foobar' from root:root to runner:runner
2025-08-20T22:03:25.4261508Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata' from root:root to runner:runner
2025-08-20T22:03:25.4262752Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal' from root:root to runner:runner
2025-08-20T22:03:25.4263975Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/README.md' from root:root to runner:runner
2025-08-20T22:03:25.4265182Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.mod' from root:root to runner:runner
2025-08-20T22:03:25.4266645Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/custom_header.go' from root:root to runner:runner
2025-08-20T22:03:25.4268080Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version_linux.go' from root:root to runner:runner
2025-08-20T22:03:25.4269458Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4270803Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/resolve.go' from root:root to runner:runner
2025-08-20T22:03:25.4272389Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/manifest.go' from root:root to runner:runner
2025-08-20T22:03:25.4273835Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/command_suite_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4275185Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/cp.go' from root:root to runner:runner
2025-08-20T22:03:25.4276638Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/tag.go' from root:root to runner:runner
2025-08-20T22:03:25.4278000Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version_darwin.go' from root:root to runner:runner
2025-08-20T22:03:25.4279345Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/repo.go' from root:root to runner:runner
2025-08-20T22:03:25.4280660Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4282261Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/manifest_index.go' from root:root to runner:runner
2025-08-20T22:03:25.4283623Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version.go' from root:root to runner:runner
2025-08-20T22:03:25.4284987Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/resolve_host.go' from root:root to runner:runner
2025-08-20T22:03:25.4286493Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/backup.go' from root:root to runner:runner
2025-08-20T22:03:25.4287844Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4289157Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4290490Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/restore.go' from root:root to runner:runner
2025-08-20T22:03:25.4291808Z [00:02:25.066]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/blob.go' from root:root to runner:runner
2025-08-20T22:03:25.4293077Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command' from root:root to runner:runner
2025-08-20T22:03:25.4294345Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/auth/auth.go' from root:root to runner:runner
2025-08-20T22:03:25.4295923Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/auth/auth_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4297281Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/auth' from root:root to runner:runner
2025-08-20T22:03:25.4298584Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/oci_artifact.go' from root:root to runner:runner
2025-08-20T22:03:25.4299954Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/oci_image.go' from root:root to runner:runner
2025-08-20T22:03:25.4301329Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/scenario_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4302653Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario' from root:root to runner:runner
2025-08-20T22:03:25.4303870Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite' from root:root to runner:runner
2025-08-20T22:03:25.4305057Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.sum' from root:root to runner:runner
2025-08-20T22:03:25.4307014Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' from root:root to runner:runner
2025-08-20T22:03:25.4308786Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/blobs/sha256' from root:root to runner:runner
2025-08-20T22:03:25.4310220Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/blobs' from root:root to runner:runner
2025-08-20T22:03:25.4311650Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/oci-layout' from root:root to runner:runner
2025-08-20T22:03:25.4313135Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/index.json' from root:root to runner:runner
2025-08-20T22:03:25.4314537Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs' from root:root to runner:runner
2025-08-20T22:03:25.4316343Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/9d16f5505246424aed7116cb21216704ba8c919997d0f1f37e154c11d509e1d2' from root:root to runner:runner
2025-08-20T22:03:25.4318457Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/24b9e859bfdff44fbeee998abb782f69fa2b19164464b200351b3be3b690cf4a' from root:root to runner:runner
2025-08-20T22:03:25.4320538Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9' from root:root to runner:runner
2025-08-20T22:03:25.4322782Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a' from root:root to runner:runner
2025-08-20T22:03:25.4324917Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/9d84a5716c66a1d1b9c13f8ed157ba7d1edfe7f9b8766728b8a1f25c0d9c14c1' from root:root to runner:runner
2025-08-20T22:03:25.4327125Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/02c15a8d1735c65bb8ca86c716615d3c0d8beb87dc68ed88bb49192f90b184e2' from root:root to runner:runner
2025-08-20T22:03:25.4329191Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' from root:root to runner:runner
2025-08-20T22:03:25.4331249Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/58efe73e78fe043ca31b89007a025c594ce12aa7e6da27d21c7b14b50112e255' from root:root to runner:runner
2025-08-20T22:03:25.4333555Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/2ef548696ac7dd66ef38aab5cc8fc5cc1fb637dfaedb3a9afc89bf16db9277e1' from root:root to runner:runner
2025-08-20T22:03:25.4335641Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fd6ed2f36b5465244d5dc86cb4e7df0ab8a9d24adc57825099f522fe009a22bb' from root:root to runner:runner
2025-08-20T22:03:25.4337833Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/1fd9a5fc54b634130102861815e2881f1eec22958d604301904c5353041794c1' from root:root to runner:runner
2025-08-20T22:03:25.4339885Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/b2a5fcfb112ccde647a5a3dc0215c2c9e7d0ce598924a5ec48aa85beca048286' from root:root to runner:runner
2025-08-20T22:03:25.4341974Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/e2bfc9cc6a84ec2d7365b5a28c6bc5806b7fa581c9ad7883be955a64e3cc034f' from root:root to runner:runner
2025-08-20T22:03:25.4344045Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fe9dbc99451d0517d65e048c309f0b5afb2cc513b7a3d456b6cc29fe641386c5' from root:root to runner:runner
2025-08-20T22:03:25.4346183Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/4f93460061882467e6fb3b772dc6ab72130d9ac1906aed2fc7589a5cd145433c' from root:root to runner:runner
2025-08-20T22:03:25.4348308Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/a5dfce5d28768e985f91f610591f0203bb6e07f11e2fb0ce1b8508e9aac4ebe2' from root:root to runner:runner
2025-08-20T22:03:25.4350239Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256' from root:root to runner:runner
2025-08-20T22:03:25.4351752Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs' from root:root to runner:runner
2025-08-20T22:03:25.4353187Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/oci-layout' from root:root to runner:runner
2025-08-20T22:03:25.4354646Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/index.json' from root:root to runner:runner
2025-08-20T22:03:25.4356129Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images' from root:root to runner:runner
2025-08-20T22:03:25.4357940Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ccd5f15fb7e0d27d47e2912b948eb846c968511ae02724672d608f3d05bc61a1' from root:root to runner:runner
2025-08-20T22:03:25.4360231Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/58e0d01dbd27ffa706df7e645bdfc7c31c45dc95e48008be008c5cbd0d909280' from root:root to runner:runner
2025-08-20T22:03:25.4362341Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/6aa11331ce0c766d6333b60dac98d584d98eea45fa93bbfc9b5bdb915ce3a43f' from root:root to runner:runner
2025-08-20T22:03:25.4364434Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/d37baf66300b9006b0f4c7102075d56b970fbf910be5c6bca07fdbb000dfa383' from root:root to runner:runner
2025-08-20T22:03:25.4366607Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ab01d6e284e843d51fb5e753904a540f507a62361a5fd7e434e4f27b285ca5c9' from root:root to runner:runner
2025-08-20T22:03:25.4368759Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ecbd32686867dec5cd74471abcf29a818889a294be605d6570cbe8b603a752b3' from root:root to runner:runner
2025-08-20T22:03:25.4370855Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/0e7404d1cc4a2115fdd83449df19dbef6ad10c0e1c2882241e3fedfe20f012a3' from root:root to runner:runner
2025-08-20T22:03:25.4372938Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/c5e00045954a70e3fd28307dd543d4cc158946117943700b8f520f72ddca031f' from root:root to runner:runner
2025-08-20T22:03:25.4375026Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9' from root:root to runner:runner
2025-08-20T22:03:25.4377386Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a' from root:root to runner:runner
2025-08-20T22:03:25.4379571Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/9d84a5716c66a1d1b9c13f8ed157ba7d1edfe7f9b8766728b8a1f25c0d9c14c1' from root:root to runner:runner
2025-08-20T22:03:25.4381711Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/938419ae89a9947476bbed93abc5eb7abf7d5708be69679fe6cc4b22afe8fdd5' from root:root to runner:runner
2025-08-20T22:03:25.4383798Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' from root:root to runner:runner
2025-08-20T22:03:25.4385963Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/0cb8c4da7e9ff2e7eefca33141091b9239218e3125a35e17e8bcd05fa3a5e714' from root:root to runner:runner
2025-08-20T22:03:25.4388271Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/58efe73e78fe043ca31b89007a025c594ce12aa7e6da27d21c7b14b50112e255' from root:root to runner:runner
2025-08-20T22:03:25.4390380Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2ef548696ac7dd66ef38aab5cc8fc5cc1fb637dfaedb3a9afc89bf16db9277e1' from root:root to runner:runner
2025-08-20T22:03:25.4392486Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fd6ed2f36b5465244d5dc86cb4e7df0ab8a9d24adc57825099f522fe009a22bb' from root:root to runner:runner
2025-08-20T22:03:25.4394562Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/1fd9a5fc54b634130102861815e2881f1eec22958d604301904c5353041794c1' from root:root to runner:runner
2025-08-20T22:03:25.4396726Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/02746a135c9e49d11be101f3c22008f7422cf8467153b5fb8b4cb16b2dae4973' from root:root to runner:runner
2025-08-20T22:03:25.4398882Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ae2d56717c9334fdc5fdb1888b9351d80f6f5458dca9d3abef6560e7be255a3d' from root:root to runner:runner
2025-08-20T22:03:25.4400970Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/7156dd4030da2375969c4da97e051d907f54ff8e9d28cc82c57289bbd22e3f9f' from root:root to runner:runner
2025-08-20T22:03:25.4403051Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/7679bc22c33b87aa345c6950a993db98a6df7a6cc77a35c388908a3a50be6bad' from root:root to runner:runner
2025-08-20T22:03:25.4405305Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/e2c6633a79985906f1ed55c592718c73c41e809fb9818de232a635904a74d48d' from root:root to runner:runner
2025-08-20T22:03:25.4407597Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/e2bfc9cc6a84ec2d7365b5a28c6bc5806b7fa581c9ad7883be955a64e3cc034f' from root:root to runner:runner
2025-08-20T22:03:25.4409703Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/977c6cf8e8aeaa35a5b5d6127e5008775d66d65985ac77634f79e1d7501bba83' from root:root to runner:runner
2025-08-20T22:03:25.4411792Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/359bac7f6a262e0f36e83b6b78ee3cc7a0bb8813e04d330328ca7ca9785e1e0b' from root:root to runner:runner
2025-08-20T22:03:25.4413877Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2960eae76dd7cc515c0979f63ebc2811b060e02923dba10a7d9d1ca11890065f' from root:root to runner:runner
2025-08-20T22:03:25.4416293Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/01fa0c3558d5badb8b58a95a549f4c08e678866d604c79d699108873de4813c7' from root:root to runner:runner
2025-08-20T22:03:25.4418442Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fe9dbc99451d0517d65e048c309f0b5afb2cc513b7a3d456b6cc29fe641386c5' from root:root to runner:runner
2025-08-20T22:03:25.4420519Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/4f93460061882467e6fb3b772dc6ab72130d9ac1906aed2fc7589a5cd145433c' from root:root to runner:runner
2025-08-20T22:03:25.4422592Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/20e7d3a6ce087c54238c18a3428853b50cdaf4478a9d00caa8304119b58ae8a9' from root:root to runner:runner
2025-08-20T22:03:25.4424672Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/f5d51c0823fc419652bb6beb40e8175760dbb8615d2f815a6ca5239c901c6b38' from root:root to runner:runner
2025-08-20T22:03:25.4426843Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/553c18eccc8b22efb7e4de2cc3200263f0ae3950bdae6f55394a156c143568b2' from root:root to runner:runner
2025-08-20T22:03:25.4428958Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/a5dfce5d28768e985f91f610591f0203bb6e07f11e2fb0ce1b8508e9aac4ebe2' from root:root to runner:runner
2025-08-20T22:03:25.4430735Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256' from root:root to runner:runner
2025-08-20T22:03:25.4432386Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs' from root:root to runner:runner
2025-08-20T22:03:25.4433913Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/oci-layout' from root:root to runner:runner
2025-08-20T22:03:25.4435393Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/index.json' from root:root to runner:runner
2025-08-20T22:03:25.4436950Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts' from root:root to runner:runner
2025-08-20T22:03:25.4438307Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command' from root:root to runner:runner
2025-08-20T22:03:25.4439627Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/config.json' from root:root to runner:runner
2025-08-20T22:03:25.4440976Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/passwd_bcrypt' from root:root to runner:runner
2025-08-20T22:03:25.4442598Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot' from root:root to runner:runner
2025-08-20T22:03:25.4443928Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/legacy.registry.config' from root:root to runner:runner
2025-08-20T22:03:25.4445320Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/empty.registry.config' from root:root to runner:runner
2025-08-20T22:03:25.4446949Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/artifacts.tar.gz' from root:root to runner:runner
2025-08-20T22:03:25.4448496Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/artifacts_index.tar.gz' from root:root to runner:runner
2025-08-20T22:03:25.4450015Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/images.tar.gz' from root:root to runner:runner
2025-08-20T22:03:25.4451502Z [00:02:25.067]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/passwd_bcrypt' from root:root to runner:runner
2025-08-20T22:03:25.4453038Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount' from root:root to runner:runner
2025-08-20T22:03:25.4454523Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount_fallback/artifacts.tar.gz' from root:root to runner:runner
2025-08-20T22:03:25.4456180Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount_fallback/passwd_bcrypt' from root:root to runner:runner
2025-08-20T22:03:25.4457949Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount_fallback' from root:root to runner:runner
2025-08-20T22:03:25.4459399Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution' from root:root to runner:runner
2025-08-20T22:03:25.4460730Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/bar' from root:root to runner:runner
2025-08-20T22:03:25.4462083Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/foo1' from root:root to runner:runner
2025-08-20T22:03:25.4463454Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/foo2' from root:root to runner:runner
2025-08-20T22:03:25.4464861Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/annotation.json' from root:root to runner:runner
2025-08-20T22:03:25.4466389Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/config.json' from root:root to runner:runner
2025-08-20T22:03:25.4468048Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/to-be-attached' from root:root to runner:runner
2025-08-20T22:03:25.4469414Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar' from root:root to runner:runner
2025-08-20T22:03:25.4470704Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files' from root:root to runner:runner
2025-08-20T22:03:25.4471935Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata' from root:root to runner:runner
2025-08-20T22:03:25.4473156Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.work' from root:root to runner:runner
2025-08-20T22:03:25.4474332Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e' from root:root to runner:runner
2025-08-20T22:03:25.4475457Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test' from root:root to runner:runner
2025-08-20T22:03:25.4476759Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:03:25.4477982Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph/graph.go' from root:root to runner:runner
2025-08-20T22:03:25.4479268Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph/graph_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4480500Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph' from root:root to runner:runner
2025-08-20T22:03:25.4482012Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/example_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4483391Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/tracker.go' from root:root to runner:runner
2025-08-20T22:03:25.4484684Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/status.go' from root:root to runner:runner
2025-08-20T22:03:25.4486079Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/manager.go' from root:root to runner:runner
2025-08-20T22:03:25.4487462Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/tracker_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4488738Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress' from root:root to runner:runner
2025-08-20T22:03:25.4489990Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/mock/repository.go' from root:root to runner:runner
2025-08-20T22:03:25.4491461Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/mock' from root:root to runner:runner
2025-08-20T22:03:25.4492703Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version/version.go' from root:root to runner:runner
2025-08-20T22:03:25.4494019Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version/version_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4495282Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version' from root:root to runner:runner
2025-08-20T22:03:25.4496767Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor/descriptor.go' from root:root to runner:runner
2025-08-20T22:03:25.4498160Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor/descriptor_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4499460Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor' from root:root to runner:runner
2025-08-20T22:03:25.4500763Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto/certificate_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4502107Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto/certificate.go' from root:root to runner:runner
2025-08-20T22:03:25.4503355Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto' from root:root to runner:runner
2025-08-20T22:03:25.4504616Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/registryutil/auth.go' from root:root to runner:runner
2025-08-20T22:03:25.4506162Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/registryutil' from root:root to runner:runner
2025-08-20T22:03:25.4507501Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener/tag.go' from root:root to runner:runner
2025-08-20T22:03:25.4508785Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener/tag_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4510049Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener' from root:root to runner:runner
2025-08-20T22:03:25.4511306Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/docker/mediatype.go' from root:root to runner:runner
2025-08-20T22:03:25.4512560Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/docker' from root:root to runner:runner
2025-08-20T22:03:25.4513816Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/printer_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4515087Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/node.go' from root:root to runner:runner
2025-08-20T22:03:25.4516691Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/printer.go' from root:root to runner:runner
2025-08-20T22:03:25.4517971Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/node_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4519189Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree' from root:root to runner:runner
2025-08-20T22:03:25.4520478Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository/repository_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4521843Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository/repository.go' from root:root to runner:runner
2025-08-20T22:03:25.4523126Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository' from root:root to runner:runner
2025-08-20T22:03:25.4524405Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/target.go' from root:root to runner:runner
2025-08-20T22:03:25.4525731Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/reference.go' from root:root to runner:runner
2025-08-20T22:03:25.4527143Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil' from root:root to runner:runner
2025-08-20T22:03:25.4528435Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/text_formatter.go' from root:root to runner:runner
2025-08-20T22:03:25.4529758Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/transport_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4531300Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/text_formatter_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4532680Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/context.go' from root:root to runner:runner
2025-08-20T22:03:25.4533971Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/transport.go' from root:root to runner:runner
2025-08-20T22:03:25.4535203Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace' from root:root to runner:runner
2025-08-20T22:03:25.4536590Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache/target.go' from root:root to runner:runner
2025-08-20T22:03:25.4537882Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache/target_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4539120Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache' from root:root to runner:runner
2025-08-20T22:03:25.4540572Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net/net_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4541813Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net/net.go' from root:root to runner:runner
2025-08-20T22:03:25.4543017Z [00:02:25.068]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net' from root:root to runner:runner
2025-08-20T22:03:25.4544306Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/credential_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4545643Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/store.go' from root:root to runner:runner
2025-08-20T22:03:25.4547162Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/credential.go' from root:root to runner:runner
2025-08-20T22:03:25.4548514Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/store_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4549793Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential' from root:root to runner:runner
2025-08-20T22:03:25.4551054Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/tar_utils_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4552331Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/tar_utils.go' from root:root to runner:runner
2025-08-20T22:03:25.4553585Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/io_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4554990Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/io.go' from root:root to runner:runner
2025-08-20T22:03:25.4556348Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io' from root:root to runner:runner
2025-08-20T22:03:25.4557640Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/prompt.go' from root:root to runner:runner
2025-08-20T22:03:25.4558957Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/console.go' from root:root to runner:runner
2025-08-20T22:03:25.4560293Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/error_fetcher.go' from root:root to runner:runner
2025-08-20T22:03:25.4561614Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/fetcher.go' from root:root to runner:runner
2025-08-20T22:03:25.4562942Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/writer_failure.go' from root:root to runner:runner
2025-08-20T22:03:25.4564441Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils' from root:root to runner:runner
2025-08-20T22:03:25.4565700Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file/file_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4567137Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file/file.go' from root:root to runner:runner
2025-08-20T22:03:25.4568352Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file' from root:root to runner:runner
2025-08-20T22:03:25.4569504Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T22:03:25.4570658Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:03:25.4571801Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:03:25.4573102Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:03:25.4574324Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T22:03:25.4575485Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:03:25.4576823Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:03:25.4578149Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T22:03:25.4579496Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-snap.yml' from root:root to runner:runner
2025-08-20T22:03:25.4580838Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/golangci-lint.yml' from root:root to runner:runner
2025-08-20T22:03:25.4582399Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-20T22:03:25.4583714Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/license-checker.yml' from root:root to runner:runner
2025-08-20T22:03:25.4585038Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/stale.yml' from root:root to runner:runner
2025-08-20T22:03:25.4586439Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-github.yml' from root:root to runner:runner
2025-08-20T22:03:25.4587796Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-ghcr.yml' from root:root to runner:runner
2025-08-20T22:03:25.4589064Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:03:25.4590331Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:03:25.4591679Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yaml' from root:root to runner:runner
2025-08-20T22:03:25.4593045Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yaml' from root:root to runner:runner
2025-08-20T22:03:25.4594330Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:03:25.4595553Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/.codecov.yml' from root:root to runner:runner
2025-08-20T22:03:25.4597133Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T22:03:25.4598468Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/licenserc.yml' from root:root to runner:runner
2025-08-20T22:03:25.4599646Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:03:25.4600771Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/KEYS' from root:root to runner:runner
2025-08-20T22:03:25.4601892Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T22:03:25.4603025Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:03:25.4604145Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:03:25.4605302Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/MAINTAINERS.md' from root:root to runner:runner
2025-08-20T22:03:25.4606874Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T22:03:25.4608050Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/OWNERS.md' from root:root to runner:runner
2025-08-20T22:03:25.4609225Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/snapcraft.yaml' from root:root to runner:runner
2025-08-20T22:03:25.4610424Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/main.go' from root:root to runner:runner
2025-08-20T22:03:25.4611709Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/command/logger.go' from root:root to runner:runner
2025-08-20T22:03:25.4613026Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/command' from root:root to runner:runner
2025-08-20T22:03:25.4614352Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/handler.go' from root:root to runner:runner
2025-08-20T22:03:25.4615733Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/handler_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4617315Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4618830Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/repo_tags.go' from root:root to runner:runner
2025-08-20T22:03:25.4620491Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/tag.go' from root:root to runner:runner
2025-08-20T22:03:25.4622064Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/descriptor.go' from root:root to runner:runner
2025-08-20T22:03:25.4623566Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4625063Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/repo_list.go' from root:root to runner:runner
2025-08-20T22:03:25.4626754Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4628224Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4629702Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/fetched.go' from root:root to runner:runner
2025-08-20T22:03:25.4631435Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model' from root:root to runner:runner
2025-08-20T22:03:25.4632944Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/descriptor/manifest_fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4634481Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/descriptor' from root:root to runner:runner
2025-08-20T22:03:25.4636057Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4637647Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table/discover_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4639112Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table' from root:root to runner:runner
2025-08-20T22:03:25.4640560Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/discard_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4642022Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/discard.go' from root:root to runner:runner
2025-08-20T22:03:25.4643496Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4644987Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/repo_tags.go' from root:root to runner:runner
2025-08-20T22:03:25.4646820Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/manifest_fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4648406Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4649900Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/repo_list.go' from root:root to runner:runner
2025-08-20T22:03:25.4651373Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4652840Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4654257Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json' from root:root to runner:runner
2025-08-20T22:03:25.4655723Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4657558Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/repo_tags.go' from root:root to runner:runner
2025-08-20T22:03:25.4659133Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/manifest_fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4660681Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4662209Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/repo_list.go' from root:root to runner:runner
2025-08-20T22:03:25.4663738Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4665239Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4666842Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template' from root:root to runner:runner
2025-08-20T22:03:25.4668294Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/interface.go' from root:root to runner:runner
2025-08-20T22:03:25.4669778Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4671458Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree/discover_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4672980Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree' from root:root to runner:runner
2025-08-20T22:03:25.4674421Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/resolve.go' from root:root to runner:runner
2025-08-20T22:03:25.4676015Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/repo_tags.go' from root:root to runner:runner
2025-08-20T22:03:25.4677601Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_delete.go' from root:root to runner:runner
2025-08-20T22:03:25.4679096Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/tag.go' from root:root to runner:runner
2025-08-20T22:03:25.4680565Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/blob_push.go' from root:root to runner:runner
2025-08-20T22:03:25.4682339Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4683816Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/copy.go' from root:root to runner:runner
2025-08-20T22:03:25.4685321Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_index.go' from root:root to runner:runner
2025-08-20T22:03:25.4686975Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/push_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4688484Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/repo_list.go' from root:root to runner:runner
2025-08-20T22:03:25.4689969Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/backup.go' from root:root to runner:runner
2025-08-20T22:03:25.4691472Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_push.go' from root:root to runner:runner
2025-08-20T22:03:25.4692993Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/blob_delete.go' from root:root to runner:runner
2025-08-20T22:03:25.4694518Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/restore_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4696080Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4697831Z [00:02:25.069]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4699356Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/restore.go' from root:root to runner:runner
2025-08-20T22:03:25.4700872Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/backup_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4702322Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text' from root:root to runner:runner
2025-08-20T22:03:25.4703699Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata' from root:root to runner:runner
2025-08-20T22:03:25.4705135Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_index_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4706907Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4708365Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/discard.go' from root:root to runner:runner
2025-08-20T22:03:25.4709831Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_index.go' from root:root to runner:runner
2025-08-20T22:03:25.4711295Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/interface.go' from root:root to runner:runner
2025-08-20T22:03:25.4712686Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content' from root:root to runner:runner
2025-08-20T22:03:25.4714140Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/manager_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4715691Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/spinner_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4717416Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/status_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4718958Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/speed_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4720532Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/duration.go' from root:root to runner:runner
2025-08-20T22:03:25.4722306Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/bytes_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4724012Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/duration_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4725615Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/bytes.go' from root:root to runner:runner
2025-08-20T22:03:25.4727297Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize' from root:root to runner:runner
2025-08-20T22:03:25.4728790Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/speed.go' from root:root to runner:runner
2025-08-20T22:03:25.4730298Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/messenger.go' from root:root to runner:runner
2025-08-20T22:03:25.4731805Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/status.go' from root:root to runner:runner
2025-08-20T22:03:25.4733527Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/manager.go' from root:root to runner:runner
2025-08-20T22:03:25.4735038Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/spinner.go' from root:root to runner:runner
2025-08-20T22:03:25.4736688Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/messenger_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4738188Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress' from root:root to runner:runner
2025-08-20T22:03:25.4739596Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/text.go' from root:root to runner:runner
2025-08-20T22:03:25.4740997Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/utils.go' from root:root to runner:runner
2025-08-20T22:03:25.4742430Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/discard_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4743891Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/target.go' from root:root to runner:runner
2025-08-20T22:03:25.4745357Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/reader.go' from root:root to runner:runner
2025-08-20T22:03:25.4747165Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/target_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4748679Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track' from root:root to runner:runner
2025-08-20T22:03:25.4750086Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/discard.go' from root:root to runner:runner
2025-08-20T22:03:25.4751521Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/interface.go' from root:root to runner:runner
2025-08-20T22:03:25.4752953Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4754418Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console/console.go' from root:root to runner:runner
2025-08-20T22:03:25.4756008Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console/console_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4757668Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console' from root:root to runner:runner
2025-08-20T22:03:25.4759063Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty.go' from root:root to runner:runner
2025-08-20T22:03:25.4760508Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty_console_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4761970Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/text_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4763357Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status' from root:root to runner:runner
2025-08-20T22:03:25.4764651Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display' from root:root to runner:runner
2025-08-20T22:03:25.4766088Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/windows.go' from root:root to runner:runner
2025-08-20T22:03:25.4767525Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/windows_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4768888Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/unix.go' from root:root to runner:runner
2025-08-20T22:03:25.4770247Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/unix_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4771753Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref' from root:root to runner:runner
2025-08-20T22:03:25.4773151Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors/errors_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4774507Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors/errors.go' from root:root to runner:runner
2025-08-20T22:03:25.4775901Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors' from root:root to runner:runner
2025-08-20T22:03:25.4777289Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/argument/checker.go' from root:root to runner:runner
2025-08-20T22:03:25.4778617Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/argument' from root:root to runner:runner
2025-08-20T22:03:25.4779958Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/terminal_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4781375Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/format.go' from root:root to runner:runner
2025-08-20T22:03:25.4782997Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/binary_target_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4784423Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/parser_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4785868Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/common.go' from root:root to runner:runner
2025-08-20T22:03:25.4787321Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/applier.go' from root:root to runner:runner
2025-08-20T22:03:25.4788702Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/annotation.go' from root:root to runner:runner
2025-08-20T22:03:25.4790082Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/descriptor.go' from root:root to runner:runner
2025-08-20T22:03:25.4791465Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/remote_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4792876Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target_windows_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4794283Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/platform.go' from root:root to runner:runner
2025-08-20T22:03:25.4795656Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/packer_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4797362Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/confirmation_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4798818Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/packer.go' from root:root to runner:runner
2025-08-20T22:03:25.4800187Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/binary_target.go' from root:root to runner:runner
2025-08-20T22:03:25.4801559Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target.go' from root:root to runner:runner
2025-08-20T22:03:25.4802905Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/cache.go' from root:root to runner:runner
2025-08-20T22:03:25.4804258Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/interface.go' from root:root to runner:runner
2025-08-20T22:03:25.4805621Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/terminal.go' from root:root to runner:runner
2025-08-20T22:03:25.4807374Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/pretty_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4808738Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/parser.go' from root:root to runner:runner
2025-08-20T22:03:25.4810125Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/cache_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4811501Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4812864Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/spec.go' from root:root to runner:runner
2025-08-20T22:03:25.4814232Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/platform_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4815611Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/remote.go' from root:root to runner:runner
2025-08-20T22:03:25.4817113Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/applier_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4818478Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/pretty.go' from root:root to runner:runner
2025-08-20T22:03:25.4819917Z [00:02:25.070]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostClient.crt' from root:root to runner:runner
2025-08-20T22:03:25.4821696Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostClient.key' from root:root to runner:runner
2025-08-20T22:03:25.4823294Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostServer.crt' from root:root to runner:runner
2025-08-20T22:03:25.4824818Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostServer.key' from root:root to runner:runner
2025-08-20T22:03:25.4826402Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata' from root:root to runner:runner
2025-08-20T22:03:25.4827853Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/descriptor_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4829235Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/verbose.go' from root:root to runner:runner
2025-08-20T22:03:25.4830617Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/confirmation.go' from root:root to runner:runner
2025-08-20T22:03:25.4832150Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option' from root:root to runner:runner
2025-08-20T22:03:25.4833469Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/template.go' from root:root to runner:runner
2025-08-20T22:03:25.4834835Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/json_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4836295Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/print_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4837772Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/template_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4839153Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/print.go' from root:root to runner:runner
2025-08-20T22:03:25.4840501Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/json.go' from root:root to runner:runner
2025-08-20T22:03:25.4841794Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output' from root:root to runner:runner
2025-08-20T22:03:25.4843115Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest/manifest.go' from root:root to runner:runner
2025-08-20T22:03:25.4844518Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest/manifest_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4846194Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest' from root:root to runner:runner
2025-08-20T22:03:25.4847514Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal' from root:root to runner:runner
2025-08-20T22:03:25.4848754Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/cmd.go' from root:root to runner:runner
2025-08-20T22:03:25.4850042Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/delete.go' from root:root to runner:runner
2025-08-20T22:03:25.4851352Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/fetch_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4852677Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/push_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4853966Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4855245Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4856808Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob' from root:root to runner:runner
2025-08-20T22:03:25.4858058Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/discover.go' from root:root to runner:runner
2025-08-20T22:03:25.4859314Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cmd.go' from root:root to runner:runner
2025-08-20T22:03:25.4860556Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/resolve.go' from root:root to runner:runner
2025-08-20T22:03:25.4861830Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/pull_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4863071Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cp.go' from root:root to runner:runner
2025-08-20T22:03:25.4864299Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/tag.go' from root:root to runner:runner
2025-08-20T22:03:25.4865545Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/cmd.go' from root:root to runner:runner
2025-08-20T22:03:25.4866954Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/ls.go' from root:root to runner:runner
2025-08-20T22:03:25.4868231Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/tags.go' from root:root to runner:runner
2025-08-20T22:03:25.4869467Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo' from root:root to runner:runner
2025-08-20T22:03:25.4870867Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/attach.go' from root:root to runner:runner
2025-08-20T22:03:25.4872187Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/version.go' from root:root to runner:runner
2025-08-20T22:03:25.4873451Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/push_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4874718Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cp_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4876067Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/backup.go' from root:root to runner:runner
2025-08-20T22:03:25.4877394Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/attach_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4878655Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/pull.go' from root:root to runner:runner
2025-08-20T22:03:25.4880144Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4881440Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/logout.go' from root:root to runner:runner
2025-08-20T22:03:25.4882705Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/restore.go' from root:root to runner:runner
2025-08-20T22:03:25.4884026Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch_config.go' from root:root to runner:runner
2025-08-20T22:03:25.4885359Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/cmd.go' from root:root to runner:runner
2025-08-20T22:03:25.4886832Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/delete.go' from root:root to runner:runner
2025-08-20T22:03:25.4888183Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/cmd.go' from root:root to runner:runner
2025-08-20T22:03:25.4889549Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/update.go' from root:root to runner:runner
2025-08-20T22:03:25.4890922Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/create.go' from root:root to runner:runner
2025-08-20T22:03:25.4892322Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/create_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4893735Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/update_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4895266Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index' from root:root to runner:runner
2025-08-20T22:03:25.4896785Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4898119Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/push.go' from root:root to runner:runner
2025-08-20T22:03:25.4899439Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch.go' from root:root to runner:runner
2025-08-20T22:03:25.4900719Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest' from root:root to runner:runner
2025-08-20T22:03:25.4901954Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/file.go' from root:root to runner:runner
2025-08-20T22:03:25.4903219Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/backup_test.go' from root:root to runner:runner
2025-08-20T22:03:25.4904686Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/login.go' from root:root to runner:runner
2025-08-20T22:03:25.4906000Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root' from root:root to runner:runner
2025-08-20T22:03:25.4907262Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras' from root:root to runner:runner
2025-08-20T22:03:25.4908385Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:03:25.4909534Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:03:25.4910819Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:03:25.4912168Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:03:25.4913483Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:03:25.4914781Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:03:25.4916149Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:03:25.4917465Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:03:25.4918961Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:03:25.4920356Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:03:25.4921656Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:03:25.4922950Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:03:25.4924268Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:03:25.4925575Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:03:25.4927056Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:03:25.4928590Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:03:25.4929833Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:03:25.4930990Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:03:25.4932148Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:03:25.4933546Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.idx' from root:root to runner:runner
2025-08-20T22:03:25.4935163Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.rev' from root:root to runner:runner
2025-08-20T22:03:25.4936955Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.pack' from root:root to runner:runner
2025-08-20T22:03:25.4938570Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.pack' from root:root to runner:runner
2025-08-20T22:03:25.4940194Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.promisor' from root:root to runner:runner
2025-08-20T22:03:25.4941820Z [00:02:25.071]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.rev' from root:root to runner:runner
2025-08-20T22:03:25.4943634Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.promisor' from root:root to runner:runner
2025-08-20T22:03:25.4945330Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.idx' from root:root to runner:runner
2025-08-20T22:03:25.4946836Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:03:25.4948052Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:03:25.4949237Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:03:25.4950422Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:03:25.4951588Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:03:25.4952973Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:03:25.4954156Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:03:25.4955378Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:03:25.4956806Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:03:25.4958095Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:03:25.4959407Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:03:25.4960659Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:03:25.4961861Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:03:25.4963010Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:03:25.4964146Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:03:25.4965310Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:03:25.4966658Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:03:25.4968039Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:03:25.4969344Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:03:25.4970619Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:03:25.4971835Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:03:25.4973004Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:03:25.4974120Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:03:25.4975249Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CODEOWNERS' from root:root to runner:runner
2025-08-20T22:03:25.4976779Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/backup-restore.md' from root:root to runner:runner
2025-08-20T22:03:25.4978133Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/compatibility-mode.md' from root:root to runner:runner
2025-08-20T22:03:25.4979502Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/formatted-output.md' from root:root to runner:runner
2025-08-20T22:03:25.4980866Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/diagnose-experience.md' from root:root to runner:runner
2025-08-20T22:03:25.4982289Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/img/create-multi-arch.svg' from root:root to runner:runner
2025-08-20T22:03:25.4983682Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/img/multi-arch-image.svg' from root:root to runner:runner
2025-08-20T22:03:25.4984983Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/img' from root:root to runner:runner
2025-08-20T22:03:25.4986394Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/error-handling-guideline.md' from root:root to runner:runner
2025-08-20T22:03:25.4987855Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/proposal-doc-template.md' from root:root to runner:runner
2025-08-20T22:03:25.4989250Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/multi-arch-image-mgmt.md' from root:root to runner:runner
2025-08-20T22:03:25.4990650Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/backup-restore-scenarios.md' from root:root to runner:runner
2025-08-20T22:03:25.4992145Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals' from root:root to runner:runner
2025-08-20T22:03:25.4993371Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:03:25.4994458Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO' from root:root to runner:runner
2025-08-20T22:03:25.4995495Z [00:02:25.072]➜  changed ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO' from root:root to runner:runner
2025-08-20T22:03:25.4996548Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:03:25.4997350Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:03:25.4998165Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.version' retained as runner:runner
2025-08-20T22:03:25.4998971Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.version' retained as runner:runner
2025-08-20T22:03:25.4999729Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:03:25.5000703Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:03:25.5001437Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras' retained as runner:runner
2025-08-20T22:03:25.5002147Z [00:02:25.072]➜  ownership of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:03:25.5003012Z [00:02:25.079]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5003990Z [00:02:25.084]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5004851Z [00:02:25.090]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/oras' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5006043Z [00:02:25.095]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5007279Z [00:02:25.101]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/prepare.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5008436Z [00:02:25.106]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/e2e.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5009590Z [00:02:25.112]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/scripts/common.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5010843Z [00:02:25.117]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5012202Z [00:02:25.123]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/prepare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5013556Z [00:02:25.128]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5015187Z [00:02:25.134]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/content.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5016843Z [00:02:25.139]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/matchable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5018285Z [00:02:25.145]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5044504Z [00:02:25.150]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5100974Z [00:02:25.156]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/match/keywords.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5157612Z [00:02:25.162]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5214826Z [00:02:25.167]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5273547Z [00:02:25.173]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/testdata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5328657Z [00:02:25.179]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/preview.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5384078Z [00:02:25.184]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/utils/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5442377Z [00:02:25.190]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/multi_arch/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5500155Z [00:02:25.196]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/blob/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5557198Z [00:02:25.202]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/index/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5614874Z [00:02:25.207]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/config/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5672481Z [00:02:25.213]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/empty/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5732508Z [00:02:25.219]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5790405Z [00:02:25.225]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/artifact/unnamed/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5847178Z [00:02:25.231]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/feature/feature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5901995Z [00:02:25.236]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/nonjson_config/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.5959597Z [00:02:25.242]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/internal/testdata/foobar/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6013540Z [00:02:25.247]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6069005Z [00:02:25.253]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6126971Z [00:02:25.259]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/custom_header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6182513Z [00:02:25.264]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6240420Z [00:02:25.270]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6297336Z [00:02:25.276]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6354283Z [00:02:25.281]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/manifest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6412289Z [00:02:25.287]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/command_suite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6471325Z [00:02:25.293]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/cp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6532572Z [00:02:25.299]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6592383Z [00:02:25.305]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6652646Z [00:02:25.311]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6712922Z [00:02:25.317]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6772638Z [00:02:25.323]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/manifest_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6829971Z [00:02:25.329]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6886072Z [00:02:25.334]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/resolve_host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6939852Z [00:02:25.340]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.6994303Z [00:02:25.345]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7051592Z [00:02:25.351]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7106825Z [00:02:25.357]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/restore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7163380Z [00:02:25.362]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/command/blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7222245Z [00:02:25.368]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7277542Z [00:02:25.374]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/auth/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7333826Z [00:02:25.379]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/oci_artifact.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7390026Z [00:02:25.385]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/oci_image.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7444963Z [00:02:25.390]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/suite/scenario/scenario_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7500929Z [00:02:25.396]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7557749Z [00:02:25.402]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7613536Z [00:02:25.407]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/oci-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7670047Z [00:02:25.413]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/blobs/index.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7725759Z [00:02:25.418]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/9d16f5505246424aed7116cb21216704ba8c919997d0f1f37e154c11d509e1d2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7780495Z [00:02:25.424]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/24b9e859bfdff44fbeee998abb782f69fa2b19164464b200351b3be3b690cf4a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7836137Z [00:02:25.429]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7893050Z [00:02:25.435]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.7950455Z [00:02:25.441]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/9d84a5716c66a1d1b9c13f8ed157ba7d1edfe7f9b8766728b8a1f25c0d9c14c1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8005268Z [00:02:25.446]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/02c15a8d1735c65bb8ca86c716615d3c0d8beb87dc68ed88bb49192f90b184e2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8060049Z [00:02:25.452]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8116169Z [00:02:25.457]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/58efe73e78fe043ca31b89007a025c594ce12aa7e6da27d21c7b14b50112e255' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8174894Z [00:02:25.463]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/2ef548696ac7dd66ef38aab5cc8fc5cc1fb637dfaedb3a9afc89bf16db9277e1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8231065Z [00:02:25.469]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fd6ed2f36b5465244d5dc86cb4e7df0ab8a9d24adc57825099f522fe009a22bb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8287241Z [00:02:25.475]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/1fd9a5fc54b634130102861815e2881f1eec22958d604301904c5353041794c1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8342701Z [00:02:25.480]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/b2a5fcfb112ccde647a5a3dc0215c2c9e7d0ce598924a5ec48aa85beca048286' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8399589Z [00:02:25.486]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/e2bfc9cc6a84ec2d7365b5a28c6bc5806b7fa581c9ad7883be955a64e3cc034f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8457477Z [00:02:25.492]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/fe9dbc99451d0517d65e048c309f0b5afb2cc513b7a3d456b6cc29fe641386c5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8511872Z [00:02:25.497]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/4f93460061882467e6fb3b772dc6ab72130d9ac1906aed2fc7589a5cd145433c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8567195Z [00:02:25.503]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/blobs/sha256/a5dfce5d28768e985f91f610591f0203bb6e07f11e2fb0ce1b8508e9aac4ebe2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8621957Z [00:02:25.508]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/oci-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8679151Z [00:02:25.514]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/images/index.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8739747Z [00:02:25.520]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ccd5f15fb7e0d27d47e2912b948eb846c968511ae02724672d608f3d05bc61a1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8793978Z [00:02:25.525]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/58e0d01dbd27ffa706df7e645bdfc7c31c45dc95e48008be008c5cbd0d909280' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8850076Z [00:02:25.531]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/6aa11331ce0c766d6333b60dac98d584d98eea45fa93bbfc9b5bdb915ce3a43f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8907977Z [00:02:25.537]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/d37baf66300b9006b0f4c7102075d56b970fbf910be5c6bca07fdbb000dfa383' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.8964656Z [00:02:25.542]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ab01d6e284e843d51fb5e753904a540f507a62361a5fd7e434e4f27b285ca5c9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9022752Z [00:02:25.548]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ecbd32686867dec5cd74471abcf29a818889a294be605d6570cbe8b603a752b3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9081936Z [00:02:25.554]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/0e7404d1cc4a2115fdd83449df19dbef6ad10c0e1c2882241e3fedfe20f012a3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9141784Z [00:02:25.560]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/c5e00045954a70e3fd28307dd543d4cc158946117943700b8f520f72ddca031f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9202522Z [00:02:25.566]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9260672Z [00:02:25.572]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9319498Z [00:02:25.578]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/9d84a5716c66a1d1b9c13f8ed157ba7d1edfe7f9b8766728b8a1f25c0d9c14c1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9377342Z [00:02:25.584]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/938419ae89a9947476bbed93abc5eb7abf7d5708be69679fe6cc4b22afe8fdd5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9433073Z [00:02:25.589]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9487187Z [00:02:25.595]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/0cb8c4da7e9ff2e7eefca33141091b9239218e3125a35e17e8bcd05fa3a5e714' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9542261Z [00:02:25.600]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/58efe73e78fe043ca31b89007a025c594ce12aa7e6da27d21c7b14b50112e255' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9597684Z [00:02:25.606]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2ef548696ac7dd66ef38aab5cc8fc5cc1fb637dfaedb3a9afc89bf16db9277e1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9652043Z [00:02:25.611]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fd6ed2f36b5465244d5dc86cb4e7df0ab8a9d24adc57825099f522fe009a22bb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9706843Z [00:02:25.616]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/1fd9a5fc54b634130102861815e2881f1eec22958d604301904c5353041794c1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9761033Z [00:02:25.622]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/02746a135c9e49d11be101f3c22008f7422cf8467153b5fb8b4cb16b2dae4973' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9816486Z [00:02:25.627]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/ae2d56717c9334fdc5fdb1888b9351d80f6f5458dca9d3abef6560e7be255a3d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9873216Z [00:02:25.633]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/7156dd4030da2375969c4da97e051d907f54ff8e9d28cc82c57289bbd22e3f9f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9929605Z [00:02:25.639]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/7679bc22c33b87aa345c6950a993db98a6df7a6cc77a35c388908a3a50be6bad' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:25.9985485Z [00:02:25.644]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/e2c6633a79985906f1ed55c592718c73c41e809fb9818de232a635904a74d48d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0041785Z [00:02:25.650]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/e2bfc9cc6a84ec2d7365b5a28c6bc5806b7fa581c9ad7883be955a64e3cc034f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0096673Z [00:02:25.655]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/977c6cf8e8aeaa35a5b5d6127e5008775d66d65985ac77634f79e1d7501bba83' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0153720Z [00:02:25.661]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/359bac7f6a262e0f36e83b6b78ee3cc7a0bb8813e04d330328ca7ca9785e1e0b' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0209101Z [00:02:25.667]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/2960eae76dd7cc515c0979f63ebc2811b060e02923dba10a7d9d1ca11890065f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0264230Z [00:02:25.672]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/01fa0c3558d5badb8b58a95a549f4c08e678866d604c79d699108873de4813c7' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0320327Z [00:02:25.678]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/fe9dbc99451d0517d65e048c309f0b5afb2cc513b7a3d456b6cc29fe641386c5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0373773Z [00:02:25.683]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/4f93460061882467e6fb3b772dc6ab72130d9ac1906aed2fc7589a5cd145433c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0428888Z [00:02:25.689]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/20e7d3a6ce087c54238c18a3428853b50cdaf4478a9d00caa8304119b58ae8a9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0484544Z [00:02:25.694]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/f5d51c0823fc419652bb6beb40e8175760dbb8615d2f815a6ca5239c901c6b38' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0539329Z [00:02:25.700]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/553c18eccc8b22efb7e4de2cc3200263f0ae3950bdae6f55394a156c143568b2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0593603Z [00:02:25.705]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/blobs/sha256/a5dfce5d28768e985f91f610591f0203bb6e07f11e2fb0ce1b8508e9aac4ebe2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0651393Z [00:02:25.711]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/oci-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0708147Z [00:02:25.717]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/command/artifacts/index.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0764372Z [00:02:25.722]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0818668Z [00:02:25.728]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/zot/passwd_bcrypt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0873266Z [00:02:25.733]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/legacy.registry.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0929645Z [00:02:25.739]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/empty.registry.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.0984899Z [00:02:25.744]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/artifacts.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1040021Z [00:02:25.750]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/artifacts_index.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1091737Z [00:02:25.755]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/images.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1145308Z [00:02:25.760]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount/passwd_bcrypt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1200688Z [00:02:25.766]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount_fallback/artifacts.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1253727Z [00:02:25.771]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/distribution/mount_fallback/passwd_bcrypt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1311770Z [00:02:25.777]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/bar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1363957Z [00:02:25.782]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/foo1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1419664Z [00:02:25.788]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/foo2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1474431Z [00:02:25.793]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/annotation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1529766Z [00:02:25.799]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1585389Z [00:02:25.804]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/testdata/files/foobar/to-be-attached' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1641405Z [00:02:25.810]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/test/e2e/go.work' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1697438Z [00:02:25.816]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1756176Z [00:02:25.821]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph/graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1813188Z [00:02:25.827]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/graph/graph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1871524Z [00:02:25.833]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1931331Z [00:02:25.839]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/tracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.1990890Z [00:02:25.845]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2050750Z [00:02:25.851]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2107775Z [00:02:25.857]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/progress/tracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2164248Z [00:02:25.862]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/mock/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2219944Z [00:02:25.868]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2274515Z [00:02:25.873]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/version/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2332091Z [00:02:25.879]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor/descriptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2389018Z [00:02:25.885]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/descriptor/descriptor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2443927Z [00:02:25.890]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto/certificate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2500222Z [00:02:25.896]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/crypto/certificate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2555755Z [00:02:25.901]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/registryutil/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2611883Z [00:02:25.907]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2668315Z [00:02:25.913]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/listener/tag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2723042Z [00:02:25.918]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/docker/mediatype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2778859Z [00:02:25.924]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/printer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2834321Z [00:02:25.929]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2888976Z [00:02:25.935]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/printer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.2944209Z [00:02:25.940]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/tree/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3000428Z [00:02:25.946]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository/repository_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3054979Z [00:02:25.951]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/repository/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3108997Z [00:02:25.957]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/target.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3166515Z [00:02:25.962]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/contentutil/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3223985Z [00:02:25.968]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/text_formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3279892Z [00:02:25.974]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/transport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3334343Z [00:02:25.979]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/text_formatter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3388379Z [00:02:25.985]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3443979Z [00:02:25.990]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/trace/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3498349Z [00:02:25.996]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache/target.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3552743Z [00:02:26.001]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/cache/target_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3609715Z [00:02:26.007]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net/net_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3666482Z [00:02:26.013]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/net/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3721331Z [00:02:26.018]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/credential_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3777497Z [00:02:26.024]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3832963Z [00:02:26.029]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/credential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3887478Z [00:02:26.035]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/credential/store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.3944801Z [00:02:26.040]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/tar_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4000232Z [00:02:26.046]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/tar_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4054240Z [00:02:26.051]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/io_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4110363Z [00:02:26.057]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/io/io.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4166951Z [00:02:26.063]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4222018Z [00:02:26.068]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/console.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4279162Z [00:02:26.074]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/error_fetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4334837Z [00:02:26.079]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/fetcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4391441Z [00:02:26.085]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/testutils/writer_failure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4448656Z [00:02:26.091]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4505734Z [00:02:26.096]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/internal/file/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4564455Z [00:02:26.102]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4624645Z [00:02:26.108]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4681723Z [00:02:26.114]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4738342Z [00:02:26.120]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4794821Z [00:02:26.125]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4848782Z [00:02:26.131]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4904096Z [00:02:26.136]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.4958169Z [00:02:26.142]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-snap.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5011245Z [00:02:26.147]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/golangci-lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5068109Z [00:02:26.153]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5123557Z [00:02:26.158]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/license-checker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5178405Z [00:02:26.164]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/stale.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5235655Z [00:02:26.169]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-github.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5292740Z [00:02:26.175]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/workflows/release-ghcr.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5348260Z [00:02:26.181]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5403573Z [00:02:26.186]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5460932Z [00:02:26.192]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5516898Z [00:02:26.198]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/.codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5574055Z [00:02:26.203]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5630091Z [00:02:26.209]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.github/licenserc.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5687667Z [00:02:26.215]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/KEYS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5743739Z [00:02:26.220]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5799620Z [00:02:26.226]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5858656Z [00:02:26.232]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5918186Z [00:02:26.238]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/MAINTAINERS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.5980423Z [00:02:26.244]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6038993Z [00:02:26.250]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/OWNERS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6097272Z [00:02:26.256]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6158649Z [00:02:26.262]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6218082Z [00:02:26.268]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/command/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6283364Z [00:02:26.274]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6343347Z [00:02:26.280]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6405954Z [00:02:26.286]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6468325Z [00:02:26.293]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/repo_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6530799Z [00:02:26.299]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6588042Z [00:02:26.305]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/descriptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6648648Z [00:02:26.311]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6707810Z [00:02:26.317]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/repo_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6764959Z [00:02:26.322]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6824358Z [00:02:26.328]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6882902Z [00:02:26.334]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/model/fetched.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6940400Z [00:02:26.340]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/descriptor/manifest_fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.6996083Z [00:02:26.345]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7050902Z [00:02:26.351]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/table/discover_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7102999Z [00:02:26.356]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/discard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7156898Z [00:02:26.362]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/discard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7211450Z [00:02:26.367]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7266116Z [00:02:26.372]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/repo_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7321142Z [00:02:26.378]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/manifest_fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7377266Z [00:02:26.384]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7432973Z [00:02:26.389]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/repo_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7491413Z [00:02:26.395]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7548706Z [00:02:26.401]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/json/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7603363Z [00:02:26.406]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7660048Z [00:02:26.412]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/repo_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7714174Z [00:02:26.417]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/manifest_fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7769877Z [00:02:26.423]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7823274Z [00:02:26.428]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/repo_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7879045Z [00:02:26.434]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7934240Z [00:02:26.439]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/template/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.7990969Z [00:02:26.445]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8050591Z [00:02:26.451]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8109094Z [00:02:26.457]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/tree/discover_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8165754Z [00:02:26.462]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8226701Z [00:02:26.469]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/repo_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8286404Z [00:02:26.475]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8347328Z [00:02:26.481]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8409605Z [00:02:26.487]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/blob_push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8467827Z [00:02:26.493]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8529963Z [00:02:26.499]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/copy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8590516Z [00:02:26.505]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8653096Z [00:02:26.511]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/push_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8710291Z [00:02:26.517]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/repo_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8763673Z [00:02:26.522]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8817017Z [00:02:26.528]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/manifest_push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8870713Z [00:02:26.533]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/blob_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8924633Z [00:02:26.538]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/restore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.8979674Z [00:02:26.544]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9034758Z [00:02:26.549]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9090494Z [00:02:26.555]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/restore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9147209Z [00:02:26.561]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/metadata/text/backup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9202982Z [00:02:26.566]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9259217Z [00:02:26.572]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9313952Z [00:02:26.577]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/discard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9369153Z [00:02:26.583]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/manifest_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9422146Z [00:02:26.588]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/content/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9478996Z [00:02:26.594]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9534197Z [00:02:26.599]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/spinner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9591543Z [00:02:26.605]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9649454Z [00:02:26.611]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/speed_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9705673Z [00:02:26.616]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/duration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9760487Z [00:02:26.622]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/bytes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9817640Z [00:02:26.628]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/duration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9871861Z [00:02:26.633]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/humanize/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9928461Z [00:02:26.639]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/speed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:26.9984189Z [00:02:26.644]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/messenger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0040592Z [00:02:26.650]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0096378Z [00:02:26.655]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0149144Z [00:02:26.661]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/spinner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0202239Z [00:02:26.666]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/progress/messenger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0255898Z [00:02:26.671]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0309792Z [00:02:26.677]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0363698Z [00:02:26.682]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/discard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0420460Z [00:02:26.688]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/target.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0475354Z [00:02:26.693]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0530114Z [00:02:26.699]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/track/target_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0587562Z [00:02:26.705]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/discard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0641767Z [00:02:26.710]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0695653Z [00:02:26.715]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0749282Z [00:02:26.721]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console/console.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0803417Z [00:02:26.726]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/console/console_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0857117Z [00:02:26.732]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0911558Z [00:02:26.737]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/tty_console_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.0963617Z [00:02:26.742]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/display/status/text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1017701Z [00:02:26.748]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1073000Z [00:02:26.753]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1126974Z [00:02:26.759]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1179623Z [00:02:26.764]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/fileref/unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1231834Z [00:02:26.769]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1284674Z [00:02:26.774]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/errors/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1339026Z [00:02:26.780]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/argument/checker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1390713Z [00:02:26.785]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/terminal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1443937Z [00:02:26.790]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1498964Z [00:02:26.796]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/binary_target_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1551233Z [00:02:26.801]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1603853Z [00:02:26.806]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1655678Z [00:02:26.811]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/applier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1709478Z [00:02:26.817]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/annotation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1761362Z [00:02:26.822]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/descriptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1815754Z [00:02:26.827]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1869900Z [00:02:26.833]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1924973Z [00:02:26.838]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/platform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.1981530Z [00:02:26.844]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/packer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2037811Z [00:02:26.850]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/confirmation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2093205Z [00:02:26.855]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/packer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2148782Z [00:02:26.861]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/binary_target.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2202066Z [00:02:26.866]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2256323Z [00:02:26.871]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2311184Z [00:02:26.877]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2363670Z [00:02:26.882]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2418580Z [00:02:26.888]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/pretty_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2472319Z [00:02:26.893]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2524617Z [00:02:26.898]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2576647Z [00:02:26.904]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/target_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2629579Z [00:02:26.909]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/spec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2682624Z [00:02:26.914]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/platform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2736371Z [00:02:26.920]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2790363Z [00:02:26.925]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/applier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2844029Z [00:02:26.930]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/pretty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2898456Z [00:02:26.936]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostClient.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.2953789Z [00:02:26.941]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostClient.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3007033Z [00:02:26.947]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostServer.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3063110Z [00:02:26.952]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/testdata/localhostServer.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3117889Z [00:02:26.958]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/descriptor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3172563Z [00:02:26.963]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/verbose.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3224397Z [00:02:26.968]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/option/confirmation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3281818Z [00:02:26.974]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3335524Z [00:02:26.979]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3389400Z [00:02:26.985]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/print_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3443531Z [00:02:26.990]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3497343Z [00:02:26.996]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/print.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3552553Z [00:02:27.001]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/output/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3608696Z [00:02:27.007]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest/manifest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3663898Z [00:02:27.012]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/internal/manifest/manifest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3719986Z [00:02:27.018]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3775273Z [00:02:27.023]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3829799Z [00:02:27.029]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/fetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3885422Z [00:02:27.034]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/push_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3942143Z [00:02:27.040]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.3999715Z [00:02:27.046]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/blob/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4056141Z [00:02:27.051]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4111884Z [00:02:27.057]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4166589Z [00:02:27.062]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4223962Z [00:02:27.068]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/pull_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4277664Z [00:02:27.074]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4332573Z [00:02:27.079]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4390027Z [00:02:27.085]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4444013Z [00:02:27.090]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/ls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4500807Z [00:02:27.096]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/repo/tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4558229Z [00:02:27.102]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4615867Z [00:02:27.107]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4673005Z [00:02:27.113]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/push_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4731559Z [00:02:27.119]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/cp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4788339Z [00:02:27.125]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4845962Z [00:02:27.130]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/attach_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4905929Z [00:02:27.136]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.4964267Z [00:02:27.142]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5023254Z [00:02:27.148]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/logout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5079753Z [00:02:27.154]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/restore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5136181Z [00:02:27.159]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5190277Z [00:02:27.165]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5244928Z [00:02:27.170]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5300515Z [00:02:27.176]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5353592Z [00:02:27.181]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5409192Z [00:02:27.187]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5462166Z [00:02:27.192]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/create_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5516891Z [00:02:27.197]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/index/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5573230Z [00:02:27.203]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5627394Z [00:02:27.209]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5679859Z [00:02:27.214]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/manifest/fetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5732571Z [00:02:27.219]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5787602Z [00:02:27.225]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/backup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5842138Z [00:02:27.230]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/cmd/oras/root/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5898236Z [00:02:27.236]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.5957092Z [00:02:27.242]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6012245Z [00:02:27.247]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6066839Z [00:02:27.253]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6121926Z [00:02:27.258]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6176540Z [00:02:27.264]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6231263Z [00:02:27.269]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6284222Z [00:02:27.274]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6338992Z [00:02:27.280]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6393421Z [00:02:27.285]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6446708Z [00:02:27.291]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6501883Z [00:02:27.296]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6556014Z [00:02:27.301]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6610714Z [00:02:27.307]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6667074Z [00:02:27.312]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6722704Z [00:02:27.318]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6781775Z [00:02:27.324]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6840289Z [00:02:27.330]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6897257Z [00:02:27.336]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.6956462Z [00:02:27.341]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7015147Z [00:02:27.347]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7072531Z [00:02:27.353]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7128945Z [00:02:27.359]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7181015Z [00:02:27.364]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-b6daa087d44d3698e2a252610abcb930bfc2e6fc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7235976Z [00:02:27.369]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/objects/pack/pack-5d930eaeb1f02a9d13f380c34846c6e92682dc76.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7291915Z [00:02:27.375]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7344982Z [00:02:27.380]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7398280Z [00:02:27.386]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7452696Z [00:02:27.391]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7507307Z [00:02:27.397]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7561501Z [00:02:27.402]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7616113Z [00:02:27.407]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7670436Z [00:02:27.413]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7724982Z [00:02:27.418]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7780586Z [00:02:27.424]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/backup-restore.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7834630Z [00:02:27.429]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/compatibility-mode.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7890088Z [00:02:27.435]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/formatted-output.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.7945591Z [00:02:27.440]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/diagnose-experience.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8002209Z [00:02:27.446]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/img/create-multi-arch.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8057387Z [00:02:27.452]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/img/multi-arch-image.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8110507Z [00:02:27.457]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/error-handling-guideline.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8164625Z [00:02:27.462]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/proposal-doc-template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8218710Z [00:02:27.468]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/multi-arch-image-mgmt.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8271347Z [00:02:27.473]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uqIiAPFHQO/TEMPREPO/docs/proposals/backup-restore-scenarios.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8325948Z [00:02:27.478]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8381270Z [00:02:27.484]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8435921Z [00:02:27.489]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8491259Z [00:02:27.495]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8546035Z [00:02:27.501]➜  mode of '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras' retained as 0755 (rwxr-xr-x)
2025-08-20T22:03:27.8993909Z [00:02:27.545]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:03:27.8998981Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:03:37.2836785Z 
2025-08-20T22:03:37.2837704Z [+] Sanitizing /tmp/pkgforge/CkqncHLx3_SBUILD/BUILD.log ==> /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.log
2025-08-20T22:03:39.3721216Z '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.static.log' -> '/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/oras.log'
2025-08-20T22:03:39.3768355Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&download=oras.log
2025-08-20T22:03:39.3768879Z 
2025-08-20T22:03:39.3769309Z [+] Parsing/Uploading oras/oras --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Foras%2Foras [aarch64-Linux]
2025-08-20T22:03:39.3794755Z {
2025-08-20T22:03:39.3794956Z   "_disabled": "false",
2025-08-20T22:03:39.3795166Z   "host": "aarch64-Linux",
2025-08-20T22:03:39.3795361Z   "rank": "",
2025-08-20T22:03:39.3795526Z   "pkg": "oras.static",
2025-08-20T22:03:39.3795708Z   "pkg_family": "oras",
2025-08-20T22:03:39.3796347Z   "pkg_id": "github.com.oras-project.oras",
2025-08-20T22:03:39.3796587Z   "pkg_name": "oras",
2025-08-20T22:03:39.3796763Z   "pkg_type": "static",
2025-08-20T22:03:39.3797138Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras",
2025-08-20T22:03:39.3797537Z   "app_id": "",
2025-08-20T22:03:39.3797701Z   "appstream": "",
2025-08-20T22:03:39.3797867Z   "category": [
2025-08-20T22:03:39.3798027Z     "ConsoleOnly",
2025-08-20T22:03:39.3798182Z     "Utility"
2025-08-20T22:03:39.3798365Z   ],
2025-08-20T22:03:39.3798693Z   "description": "OCI registry client - manage content like artifacts, images, packages",
2025-08-20T22:03:39.3799049Z   "desktop": "",
2025-08-20T22:03:39.3799219Z   "homepage": [
2025-08-20T22:03:39.3799386Z     "https://oras.land"
2025-08-20T22:03:39.3799563Z   ],
2025-08-20T22:03:39.3800066Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&download=oras.png",
2025-08-20T22:03:39.3800639Z   "license": [
2025-08-20T22:03:39.3800797Z     "Apache-2.0"
2025-08-20T22:03:39.3800954Z   ],
2025-08-20T22:03:39.3801096Z   "maintainer": [
2025-08-20T22:03:39.3801297Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:03:39.3801534Z   ],
2025-08-20T22:03:39.3801677Z   "provides": [
2025-08-20T22:03:39.3801833Z     "oras"
2025-08-20T22:03:39.3801974Z   ],
2025-08-20T22:03:39.3802110Z   "note": [
2025-08-20T22:03:39.3802417Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/oras-project/oras"
2025-08-20T22:03:39.3802775Z   ],
2025-08-20T22:03:39.3802916Z   "repology": [
2025-08-20T22:03:39.3803075Z     "oras"
2025-08-20T22:03:39.3803214Z   ],
2025-08-20T22:03:39.3803363Z   "screenshots": [],
2025-08-20T22:03:39.3803534Z   "src_url": [
2025-08-20T22:03:39.3803716Z     "https://github.com/oras-project/oras"
2025-08-20T22:03:39.3803938Z   ],
2025-08-20T22:03:39.3804074Z   "tag": [
2025-08-20T22:03:39.3804217Z     "oci",
2025-08-20T22:03:39.3804371Z     "registry"
2025-08-20T22:03:39.3804523Z   ],
2025-08-20T22:03:39.3804685Z   "version": "HEAD-e424dc5-250820T125746",
2025-08-20T22:03:39.3804922Z   "version_upstream": "1.2.3",
2025-08-20T22:03:39.3805230Z   "bsum": "48f1453bee554b0b14ef0839173ab1b7a0bd6d111723751a108bd21c586c9e19",
2025-08-20T22:03:39.3805563Z   "build_date": "2025-08-20T22:03:28Z",
2025-08-20T22:03:39.3806851Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108804625",
2025-08-20T22:03:39.3807214Z   "build_id": "17108804625",
2025-08-20T22:03:39.3808072Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&download=oras.log",
2025-08-20T22:03:39.3808892Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/oras/static.official.source.yaml",
2025-08-20T22:03:39.3809693Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&download=oras",
2025-08-20T22:03:39.3810489Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux",
2025-08-20T22:03:39.3811020Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/oras/official/source/oras",
2025-08-20T22:03:39.3811676Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&manifest",
2025-08-20T22:03:39.3812351Z   "shasum": "2dc05b85658896c75c53d67009bd23749800c3bc5ffbed78ca235ec5a462317f",
2025-08-20T22:03:39.3812687Z   "size": "12 MB",
2025-08-20T22:03:39.3812855Z   "size_raw": "11934680",
2025-08-20T22:03:39.3813035Z   "snapshots": [
2025-08-20T22:03:39.3813238Z     "HEAD-c522ae0-250221T163324-aarch64-linux[1.2.2]",
2025-08-20T22:03:39.3813547Z     "HEAD-f21d275-250227T175827-aarch64-linux[NA-2025-02-27]",
2025-08-20T22:03:39.3813878Z     "HEAD-ba5f7d7-250304T050954-aarch64-linux[NA-2025-03-04]",
2025-08-20T22:03:39.3814185Z     "HEAD-c24a11e-250305T132422-aarch64-linux[1.2.2]",
2025-08-20T22:03:39.3814657Z     "HEAD-d971ec5-250306T071918-aarch64-linux[NA-2025-03-06]",
2025-08-20T22:03:39.3814971Z     "HEAD-3b495b1-250311T110855-aarch64-linux[1.2.2]",
2025-08-20T22:03:39.3815258Z     "HEAD-a008df7-250526T165705-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3815541Z     "HEAD-b28a30b-250606T043129-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3815990Z     "HEAD-4264b96-250704T123117-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3816286Z     "HEAD-e913ef1-250707T101657-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3816580Z     "HEAD-6d495c9-250708T171802-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3816859Z     "HEAD-90b42bd-250711T153054-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3817142Z     "HEAD-3c7e4f9-250714T183322-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3817425Z     "HEAD-b1b29eb-250721T095051-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3817707Z     "HEAD-64a7e44-250722T163655-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3817988Z     "HEAD-ec22c82-250724T160536-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3818276Z     "HEAD-2a3c65a-250729T142419-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3818562Z     "HEAD-edace6e-250731T095011-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3819235Z     "HEAD-8ed63f6-250806T080555-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3819527Z     "HEAD-57b05f7-250811T132006-aarch64-linux[1.2.3]",
2025-08-20T22:03:39.3819812Z     "HEAD-eb069c6-250814T145327-aarch64-linux[1.2.3]"
2025-08-20T22:03:39.3820051Z   ]
2025-08-20T22:03:39.3820184Z }
2025-08-20T22:03:39.3820266Z 
2025-08-20T22:03:39.3820269Z 
2025-08-20T22:03:39.6530523Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux": ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux: not found
2025-08-20T22:03:39.6574926Z Uploading empty artifact
2025-08-20T22:03:39.6578206Z time=2025-08-20T22:03:39Z level=debug msg=Request #0
2025-08-20T22:03:39.6578984Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/oras/official/source/oras/manifests/sha256:c660a09f3d85cd896bd8de09ca73ed2e63387882c11456605d5c99865aea4c5b"
2025-08-20T22:03:39.6579635Z > Request method: "HEAD"
2025-08-20T22:03:39.6579820Z > Request headers:
2025-08-20T22:03:39.6580709Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:03:39.6582017Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:03:39.7895612Z time=2025-08-20T22:03:39Z level=debug msg=Response #0
2025-08-20T22:03:39.7896112Z < Response Status: "401 Unauthorized"
2025-08-20T22:03:39.7896344Z < Response headers:
2025-08-20T22:03:39.7896575Z    "X-Github-Request-Id": "5413:312523:7174D:7BAAA:68A6463B"
2025-08-20T22:03:39.7896868Z    "Content-Type": "application/json"
2025-08-20T22:03:39.7900041Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/oras/official/source/oras:pull\""
2025-08-20T22:03:39.7900622Z    "Date": "Wed, 20 Aug 2025 22:03:39 GMT"
2025-08-20T22:03:39.7900849Z    "Content-Length": "73"
2025-08-20T22:03:39.7901077Z time=2025-08-20T22:03:39Z level=debug msg=Request #1
2025-08-20T22:03:39.7901631Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Foras%2Fofficial%2Fsource%2Foras%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:03:39.7902148Z > Request method: "GET"
2025-08-20T22:03:39.7902339Z > Request headers:
2025-08-20T22:03:39.7902512Z    "Authorization": "*****"
2025-08-20T22:03:39.7902710Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:03:39.8694291Z time=2025-08-20T22:03:39Z level=debug msg=Response #1
2025-08-20T22:03:39.8695048Z < Response Status: "200 OK"
2025-08-20T22:03:39.8695282Z < Response headers:
2025-08-20T22:03:39.8695472Z    "Date": "Wed, 20 Aug 2025 22:03:39 GMT"
2025-08-20T22:03:39.8695698Z    "Content-Length": "69"
2025-08-20T22:03:39.8696569Z    "X-Github-Request-Id": "5413:312523:71751:7BAB4:68A6463B"
2025-08-20T22:03:39.8696854Z    "Content-Type": "application/json"
2025-08-20T22:03:39.8697122Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:03:39.8697501Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:03:39.8697872Z time=2025-08-20T22:03:39Z level=debug msg=Request #2
2025-08-20T22:03:39.8698580Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/oras/official/source/oras/manifests/sha256:c660a09f3d85cd896bd8de09ca73ed2e63387882c11456605d5c99865aea4c5b"
2025-08-20T22:03:39.8699235Z > Request method: "HEAD"
2025-08-20T22:03:39.8699418Z > Request headers:
2025-08-20T22:03:39.8699592Z    "Authorization": "*****"
2025-08-20T22:03:39.8699792Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:03:39.8700702Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:03:39.9112119Z time=2025-08-20T22:03:39Z level=debug msg=Response #2
2025-08-20T22:03:39.9112414Z < Response Status: "404 Not Found"
2025-08-20T22:03:39.9112621Z < Response headers:
2025-08-20T22:03:39.9112811Z    "Content-Type": "application/json"
2025-08-20T22:03:39.9113079Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:03:39.9113454Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:03:39.9113822Z    "Date": "Wed, 20 Aug 2025 22:03:39 GMT"
2025-08-20T22:03:39.9114044Z    "Content-Length": "70"
2025-08-20T22:03:39.9114284Z    "X-Github-Request-Id": "5413:312523:71767:7BAD1:68A6463B"
2025-08-20T22:03:39.9114599Z time=2025-08-20T22:03:39Z level=debug msg=Request #3
2025-08-20T22:03:39.9115309Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/oras/official/source/oras/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:03:39.9116130Z > Request method: "HEAD"
2025-08-20T22:03:39.9116340Z > Request headers:
2025-08-20T22:03:39.9116515Z    "Authorization": "*****"
2025-08-20T22:03:39.9116712Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:03:39.9563268Z time=2025-08-20T22:03:39Z level=debug msg=Response #3
2025-08-20T22:03:39.9563582Z < Response Status: "200 OK"
2025-08-20T22:03:39.9563775Z < Response headers:
2025-08-20T22:03:39.9563993Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:03:39.9564915Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:03:39.9565419Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:03:39.9565767Z    "Date": "Wed, 20 Aug 2025 22:03:39 GMT"
2025-08-20T22:03:39.9566198Z    "X-Github-Request-Id": "5413:312523:7177A:7BAE1:68A6463B"
2025-08-20T22:03:39.9566474Z    "Content-Length": "0"
2025-08-20T22:03:39.9566661Z    "Content-Type": ""
2025-08-20T22:03:39.9567044Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:03:39.9567508Z time=2025-08-20T22:03:39Z level=debug msg=Request #4
2025-08-20T22:03:39.9568074Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/oras/official/source/oras/manifests/HEAD-e424dc5-250820T125746-aarch64-linux"
2025-08-20T22:03:39.9568596Z > Request method: "PUT"
2025-08-20T22:03:39.9568777Z > Request headers:
2025-08-20T22:03:39.9568950Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:03:39.9569225Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:03:39.9569520Z    "Authorization": "*****"
2025-08-20T22:03:40.2864594Z time=2025-08-20T22:03:40Z level=debug msg=Response #4
2025-08-20T22:03:40.2864923Z < Response Status: "201 Created"
2025-08-20T22:03:40.2865129Z < Response headers:
2025-08-20T22:03:40.2865501Z    "Docker-Content-Digest": "sha256:c660a09f3d85cd896bd8de09ca73ed2e63387882c11456605d5c99865aea4c5b"
2025-08-20T22:03:40.2866122Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:03:40.2867157Z    "Location": "/v2/pkgforge/bincache/oras/official/source/oras/manifests/sha256:c660a09f3d85cd896bd8de09ca73ed2e63387882c11456605d5c99865aea4c5b"
2025-08-20T22:03:40.2867856Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:03:40.2868201Z    "Date": "Wed, 20 Aug 2025 22:03:40 GMT"
2025-08-20T22:03:40.2868429Z    "Content-Length": "0"
2025-08-20T22:03:40.2868667Z    "X-Github-Request-Id": "5413:312523:71789:7BAED:68A6463B"
2025-08-20T22:03:40.2868963Z    "Content-Type": "application/json"
2025-08-20T22:03:40.2869421Z Pushed [registry] ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:03:40.2869904Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:03:40.2870278Z Digest: sha256:c660a09f3d85cd896bd8de09ca73ed2e63387882c11456605d5c99865aea4c5b
2025-08-20T22:03:42.6854404Z Uploading 010ea9fc54f0 oras.sig
2025-08-20T22:03:42.6952090Z Uploading c854b8ef67c6 CHECKSUM
2025-08-20T22:03:42.7339323Z Exists    eccb04b94c71 LICENSE
2025-08-20T22:03:42.7733695Z Uploading 9247ec37412a LICENSE.sig
2025-08-20T22:03:42.8350805Z Uploading 6d09b93c6844 CHECKSUM.sig
2025-08-20T22:03:42.8397128Z Uploading 2dc05b856588 oras
2025-08-20T22:03:43.7056894Z Uploaded  c854b8ef67c6 CHECKSUM
2025-08-20T22:03:43.7420663Z Exists    8b08b01684d1 SBUILD
2025-08-20T22:03:43.7906172Z Uploading 582dec0b94f4 SBUILD.sig
2025-08-20T22:03:43.8800030Z Uploaded  6d09b93c6844 CHECKSUM.sig
2025-08-20T22:03:43.9157269Z Exists    11cf0313013e oras.png
2025-08-20T22:03:43.9344456Z Uploaded  9247ec37412a LICENSE.sig
2025-08-20T22:03:43.9552565Z Uploading 393dd30de8a3 oras.json
2025-08-20T22:03:43.9756989Z Uploading 151b3d7dd1d9 oras.json.sig
2025-08-20T22:03:44.2758739Z Uploaded  010ea9fc54f0 oras.sig
2025-08-20T22:03:44.3589622Z Uploading 820a92fd50b1 oras.log
2025-08-20T22:03:44.8810934Z Uploaded  2dc05b856588 oras
2025-08-20T22:03:44.9208728Z Uploading e2e8f79b86a3 oras.log.sig
2025-08-20T22:03:44.9486920Z Uploaded  151b3d7dd1d9 oras.json.sig
2025-08-20T22:03:44.9558119Z Uploaded  393dd30de8a3 oras.json
2025-08-20T22:03:44.9939399Z Uploading 05e79bdef092 oras.version.sig
2025-08-20T22:03:45.0283374Z Uploading 15fe307332e7 oras.version
2025-08-20T22:03:45.1977543Z Uploaded  582dec0b94f4 SBUILD.sig
2025-08-20T22:03:45.3480602Z Uploaded  820a92fd50b1 oras.log
2025-08-20T22:03:45.8770430Z Uploaded  e2e8f79b86a3 oras.log.sig
2025-08-20T22:03:46.0449410Z Uploaded  05e79bdef092 oras.version.sig
2025-08-20T22:03:46.0661949Z Uploaded  15fe307332e7 oras.version
2025-08-20T22:03:46.0662791Z Uploading 39b3e07b0154 oras
2025-08-20T22:03:46.3817668Z Uploaded  39b3e07b0154 oras
2025-08-20T22:03:46.3826817Z Pushed [registry] ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:03:46.3827336Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:03:46.3827721Z Digest: sha256:39b3e07b01540b5bb504a32b278b37c58d916752caa1d9659f48d4bdc9bcee24
2025-08-20T22:03:51.8577300Z 
2025-08-20T22:03:51.8577997Z [+] Registry --> https://ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:03:51.8578683Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/oras/official/source/oras?tag=HEAD-e424dc5-250820T125746-aarch64-linux&manifest 
2025-08-20T22:03:51.8579145Z 
2025-08-20T22:03:54.0445918Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:03:54.1976371Z ./BUILD_ARTIFACTS.tar : 36.87%   (  28.6 MiB =>   10.6 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:03:54.2067360Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:03:54.2103186Z 
2025-08-20T22:03:54.2103971Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml :: 00(Hr):02(Min):54(Sec)
2025-08-20T22:03:54.2104586Z 
2025-08-20T22:03:54.2116592Z 
2025-08-20T22:03:54.2116790Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:03:54 PM) UTC
2025-08-20T22:03:54.2117022Z 
2025-08-20T22:03:54.5179941Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:03:54.5231574Z ##[group]Run ##Presets
2025-08-20T22:03:54.5231929Z [36;1m##Presets[0m
2025-08-20T22:03:54.5232108Z [36;1mset +x ; set +e[0m
2025-08-20T22:03:54.5232296Z [36;1m#-------------#[0m
2025-08-20T22:03:54.5232473Z [36;1m##Debug?[0m
2025-08-20T22:03:54.5232686Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:03:54.5232954Z [36;1m  set -x[0m
2025-08-20T22:03:54.5233115Z [36;1mfi[0m
2025-08-20T22:03:54.5233275Z [36;1m#-------------#[0m
2025-08-20T22:03:54.5233454Z [36;1m##Set ENV[0m
2025-08-20T22:03:54.5233663Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:03:54.5234126Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-e424dc5-250820T125746-aarch64-linux"[0m
2025-08-20T22:03:54.5234642Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-e424dc5-250820T125746-aarch64-linux"[0m
2025-08-20T22:03:54.5235216Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625"[0m
2025-08-20T22:03:54.5235697Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:03:54.5236291Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:03:54.5236715Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:03:54.5237028Z [36;1m fi[0m
2025-08-20T22:03:54.5237184Z [36;1m##Push[0m
2025-08-20T22:03:54.5237382Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:03:54.5237639Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:03:54.5237983Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:03:54.5238434Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:03:54.5238853Z [36;1m     ls -sh "/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:03:54.5239182Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:03:54.5239374Z [36;1m       {[0m
2025-08-20T22:03:54.5239542Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:03:54.5239856Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:03:54.5240278Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:03:54.5240689Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:03:54.5241208Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-e424dc5-250820T125746-aarch64-linux")[0m
2025-08-20T22:03:54.5241905Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108804625")[0m
2025-08-20T22:03:54.5242470Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108804625")[0m
2025-08-20T22:03:54.5243143Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/oras/official/source/oras:HEAD-e424dc5-250820T125746-aarch64-linux")[0m
2025-08-20T22:03:54.5243853Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:03:28Z")[0m
2025-08-20T22:03:54.5244331Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-e424dc5-250820T125746")[0m
2025-08-20T22:03:54.5244830Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:03:28Z")[0m
2025-08-20T22:03:54.5245490Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/oras/official/source/oras")[0m
2025-08-20T22:03:54.5246701Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:03:54.5247216Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-e424dc5-250820T125746")[0m
2025-08-20T22:03:54.5248211Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-e424dc5-250820T125746")[0m
2025-08-20T22:03:54.5248946Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras")[0m
2025-08-20T22:03:54.5249621Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-oras")[0m
2025-08-20T22:03:54.5250150Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/oras-project/oras")[0m
2025-08-20T22:03:54.5250666Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:03:54.5251160Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-e424dc5-250820T125746")[0m
2025-08-20T22:03:54.5251621Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:03:54.5252099Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:03:54.5252515Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:03:54.5252747Z [36;1m         #Check[0m
2025-08-20T22:03:54.5253297Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:03:28Z" ]]; then[0m
2025-08-20T22:03:54.5253987Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:03:54.5254315Z [36;1m            break[0m
2025-08-20T22:03:54.5254503Z [36;1m          else[0m
2025-08-20T22:03:54.5254876Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:03:54.5255334Z [36;1m          fi[0m
2025-08-20T22:03:54.5255533Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:03:54.5255767Z [36;1m        done[0m
2025-08-20T22:03:54.5256169Z [36;1m       }[0m
2025-08-20T22:03:54.5256362Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:03:54.5256584Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:03:54.5257147Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:03:28Z" ]]; then[0m
2025-08-20T22:03:54.5257878Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:03:54.5258258Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:03:54.5258491Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:03:54.5259061Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:03:28Z" ]]; then[0m
2025-08-20T22:03:54.5259769Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:03:54.5260267Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:03:54.5260639Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:03:54.5260848Z [36;1m           fi[0m
2025-08-20T22:03:54.5261019Z [36;1m       fi[0m
2025-08-20T22:03:54.5261220Z [36;1m   fi[0m
2025-08-20T22:03:54.5261381Z [36;1m fi[0m
2025-08-20T22:03:54.5261547Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:03:54.5480936Z shell: /usr/bin/bash -e {0}
2025-08-20T22:03:54.5481160Z env:
2025-08-20T22:03:54.5481354Z   CROSS_COMPILING: NO
2025-08-20T22:03:54.5481553Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:03:54.5481763Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:03:54.5481959Z   ON_QEMU: NO
2025-08-20T22:03:54.5482110Z   DEBUG: 0
2025-08-20T22:03:54.5482267Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:03:54.5482478Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:03:54.5483008Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:03:54.5483441Z   KEEP_LOGS: YES
2025-08-20T22:03:54.5483653Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:03:54.5483848Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:03:54.5484035Z   SBUILD_REBUILD: false
2025-08-20T22:03:54.5484526Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:03:54.5485045Z   BUILD_SYS: docker://go
2025-08-20T22:03:54.5485236Z   BUILD_ON_HOST: FALSE
2025-08-20T22:03:54.5485414Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:03:54.5485591Z   SYSTMP: /tmp
2025-08-20T22:03:54.5485749Z   GHA_MODE: MATRIX
2025-08-20T22:03:54.5486434Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:03:54.5486917Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:03:54.5487217Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:03:54.5487596Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:03:54.5488051Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:03:54.5488404Z   PKG_TYPE: static
2025-08-20T22:03:54.5488574Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:03:54.5488786Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:03:54.5489138Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:03:54.5489473Z   BUILD_ID: 17108804625
2025-08-20T22:03:54.5489647Z   PKG_NAME: oras
2025-08-20T22:03:54.5489818Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:03:54.5490034Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:03:54.5490272Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:03:54.5490553Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:03:54.5490890Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:03:54.5491315Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:03:54.5491755Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:03:54.5492014Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:03:54.5492452Z   GHCR_TOKEN: ***
2025-08-20T22:03:54.5492707Z   GITHUB_TOKEN: ***
2025-08-20T22:03:54.5492912Z   GITLAB_TOKEN: ***
2025-08-20T22:03:54.5494002Z   MINISIGN_KEY: ***
2025-08-20T22:03:54.5494170Z ##[endgroup]
2025-08-20T22:03:54.5563605Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:03:54.5572505Z 11M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:03:54.5583645Z total 14M
2025-08-20T22:03:54.5583806Z 4.0K CHECKSUM
2025-08-20T22:03:54.5583965Z 4.0K CHECKSUM.sig
2025-08-20T22:03:54.5584128Z  12K LICENSE
2025-08-20T22:03:54.5584279Z 4.0K LICENSE.sig
2025-08-20T22:03:54.5584437Z 4.0K SBUILD
2025-08-20T22:03:54.5584583Z 4.0K SBUILD.sig
2025-08-20T22:03:54.5584743Z 4.0K SBUILD_TEMP
2025-08-20T22:03:54.5584903Z  12M oras
2025-08-20T22:03:54.5585050Z 4.0K oras.json
2025-08-20T22:03:54.5585204Z 4.0K oras.json.sig
2025-08-20T22:03:54.5585393Z 812K oras.log
2025-08-20T22:03:54.5585555Z 4.0K oras.log.sig
2025-08-20T22:03:54.5585718Z  40K oras.png
2025-08-20T22:03:54.5585991Z 4.0K oras.sig
2025-08-20T22:03:54.5586156Z 812K oras.static.log
2025-08-20T22:03:54.5586338Z 4.0K oras.static.version
2025-08-20T22:03:54.5586533Z 4.0K oras.static.version.sig
2025-08-20T22:03:54.5586733Z 4.0K oras.version
2025-08-20T22:03:54.5586898Z 4.0K oras.version.sig
2025-08-20T22:03:54.8295980Z Uploading 6410af128267 BUILD_ARTIFACTS.zstd
2025-08-20T22:03:56.2671074Z Uploaded  6410af128267 BUILD_ARTIFACTS.zstd
2025-08-20T22:03:56.2671399Z Uploading 6ac2a822e5a8 SRCBUILD-oras
2025-08-20T22:03:56.7067030Z Uploaded  6ac2a822e5a8 SRCBUILD-oras
2025-08-20T22:03:56.7067663Z Pushed [registry] ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625:HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:03:56.7068231Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:03:56.7068609Z Digest: sha256:6ac2a822e5a8501263aeb74524c48ffd2786059ec90e1f8ef4701afc4b28698c
2025-08-20T22:04:01.9769274Z 
2025-08-20T22:04:01.9770499Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:01.9770943Z 
2025-08-20T22:04:02.4783902Z ##[group]Run ##Presets
2025-08-20T22:04:02.4784171Z [36;1m##Presets[0m
2025-08-20T22:04:02.4784349Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:02.4784535Z [36;1m#-------------#[0m
2025-08-20T22:04:02.4784718Z [36;1m##Debug?[0m
2025-08-20T22:04:02.4784932Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:02.4785200Z [36;1m  set -x[0m
2025-08-20T22:04:02.4785358Z [36;1mfi[0m
2025-08-20T22:04:02.4785513Z [36;1m#-------------#[0m
2025-08-20T22:04:02.4785744Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:04:02.4786614Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:02.4818140Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:02.4818355Z env:
2025-08-20T22:04:02.4818538Z   CROSS_COMPILING: NO
2025-08-20T22:04:02.4818731Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:02.4818940Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:02.4819139Z   ON_QEMU: NO
2025-08-20T22:04:02.4819333Z   DEBUG: 0
2025-08-20T22:04:02.4819499Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:02.4819710Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:02.4819990Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:02.4820274Z   KEEP_LOGS: YES
2025-08-20T22:04:02.4820444Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:02.4820635Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:02.4820820Z   SBUILD_REBUILD: false
2025-08-20T22:04:02.4821317Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:02.4821839Z   BUILD_SYS: docker://go
2025-08-20T22:04:02.4822029Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:02.4822209Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:02.4822384Z   SYSTMP: /tmp
2025-08-20T22:04:02.4822552Z   GHA_MODE: MATRIX
2025-08-20T22:04:02.4822947Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:02.4823434Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:02.4823736Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:02.4824096Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:02.4824552Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:02.4824910Z   PKG_TYPE: static
2025-08-20T22:04:02.4825088Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:02.4825292Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:02.4825644Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:02.4826383Z   BUILD_ID: 17108804625
2025-08-20T22:04:02.4826565Z   PKG_NAME: oras
2025-08-20T22:04:02.4826741Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:02.4826967Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:02.4827202Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:02.4827491Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:02.4827832Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:02.4828259Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:02.4828681Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:02.4828939Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:02.4829191Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:02.4829651Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:02.4830046Z ##[endgroup]
2025-08-20T22:04:02.4953978Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:04:02.4954261Z with:
2025-08-20T22:04:02.4954429Z   name: Bincache_oras_aarch64-Linux
2025-08-20T22:04:02.4954899Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:04:02.4955157Z   compression-level: 0
2025-08-20T22:04:02.4955339Z   retention-days: 30
2025-08-20T22:04:02.4955513Z   overwrite: true
2025-08-20T22:04:02.4955685Z   if-no-files-found: warn
2025-08-20T22:04:02.4956150Z   include-hidden-files: false
2025-08-20T22:04:02.4956355Z env:
2025-08-20T22:04:02.4956504Z   CROSS_COMPILING: NO
2025-08-20T22:04:02.4956689Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:02.4956894Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:02.4957089Z   ON_QEMU: NO
2025-08-20T22:04:02.4957240Z   DEBUG: 0
2025-08-20T22:04:02.4957395Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:02.4957603Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:02.4957876Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:02.4958217Z   KEEP_LOGS: YES
2025-08-20T22:04:02.4958388Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:02.4958579Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:02.4958767Z   SBUILD_REBUILD: false
2025-08-20T22:04:02.4959259Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:02.4959779Z   BUILD_SYS: docker://go
2025-08-20T22:04:02.4959969Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:02.4960148Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:02.4960325Z   SYSTMP: /tmp
2025-08-20T22:04:02.4960484Z   GHA_MODE: MATRIX
2025-08-20T22:04:02.4960876Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:02.4961360Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:02.4961664Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:02.4962030Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:02.4962485Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:02.4962841Z   PKG_TYPE: static
2025-08-20T22:04:02.4963023Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:02.4963233Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:02.4963583Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:02.4963919Z   BUILD_ID: 17108804625
2025-08-20T22:04:02.4964100Z   PKG_NAME: oras
2025-08-20T22:04:02.4964275Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:02.4964489Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:02.4964726Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:02.4965008Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:02.4965350Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:02.4965899Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:02.4966357Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:02.4966617Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:02.4966871Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:02.4967341Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:02.4967738Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:02.4967940Z ##[endgroup]
2025-08-20T22:04:03.1372408Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:04:03.1377337Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:04:03.1377961Z With the provided path, there will be 2 files uploaded
2025-08-20T22:04:03.3794946Z Artifact name is valid!
2025-08-20T22:04:03.3799064Z Root directory input is valid!
2025-08-20T22:04:03.4807890Z Beginning upload of artifact content to blob storage
2025-08-20T22:04:04.2179495Z Uploaded bytes 8388608
2025-08-20T22:04:04.3980336Z Uploaded bytes 12239496
2025-08-20T22:04:04.4537049Z Finished uploading artifact content to blob storage!
2025-08-20T22:04:04.4544631Z SHA256 digest of uploaded artifact zip is fd21431b56d5fe426ef59190005bcaa4df79e037eda4e7828d88878cbee2bf8d
2025-08-20T22:04:04.4545537Z Finalizing artifact upload
2025-08-20T22:04:04.5660525Z Artifact Bincache_oras_aarch64-Linux.zip successfully finalized. Artifact ID 3813642469
2025-08-20T22:04:04.5661383Z Artifact Bincache_oras_aarch64-Linux has been successfully uploaded! Final size is 12239496 bytes. Artifact ID is 3813642469
2025-08-20T22:04:04.5682283Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108804625/artifacts/3813642469
2025-08-20T22:04:04.5919735Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:04:04.5920048Z with:
2025-08-20T22:04:04.5920321Z   subject-name: oras-17108804625-HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:04.5921127Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:04:04.5921818Z   show-summary: true
2025-08-20T22:04:04.5922030Z   push-to-registry: false
2025-08-20T22:04:04.5922401Z   github-token: ***
2025-08-20T22:04:04.5922578Z env:
2025-08-20T22:04:04.5922731Z   CROSS_COMPILING: NO
2025-08-20T22:04:04.5922921Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:04.5923136Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:04.5923337Z   ON_QEMU: NO
2025-08-20T22:04:04.5923491Z   DEBUG: 0
2025-08-20T22:04:04.5923659Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:04.5923873Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:04.5924187Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:04.5924485Z   KEEP_LOGS: YES
2025-08-20T22:04:04.5924657Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:04.5924850Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:04.5925042Z   SBUILD_REBUILD: false
2025-08-20T22:04:04.5925533Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:04.5926344Z   BUILD_SYS: docker://go
2025-08-20T22:04:04.5926552Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:04.5926735Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:04.5926919Z   SYSTMP: /tmp
2025-08-20T22:04:04.5927081Z   GHA_MODE: MATRIX
2025-08-20T22:04:04.5927483Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:04.5927968Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:04.5928275Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:04.5928649Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:04.5929114Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:04.5929481Z   PKG_TYPE: static
2025-08-20T22:04:04.5929657Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:04.5929870Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:04.5930230Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:04.5930583Z   BUILD_ID: 17108804625
2025-08-20T22:04:04.5930763Z   PKG_NAME: oras
2025-08-20T22:04:04.5930938Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:04.5931161Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:04.5931405Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:04.5931697Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:04.5932047Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:04.5932488Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:04.5932928Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:04.5933195Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:04.5933453Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:04.5933925Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:04.5934335Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:04.5934877Z ##[endgroup]
2025-08-20T22:04:04.6028340Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:04:04.6028755Z env:
2025-08-20T22:04:04.6028916Z   CROSS_COMPILING: NO
2025-08-20T22:04:04.6029110Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:04.6029327Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:04.6029528Z   ON_QEMU: NO
2025-08-20T22:04:04.6029684Z   DEBUG: 0
2025-08-20T22:04:04.6029846Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:04.6030330Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:04.6030631Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:04.6030923Z   KEEP_LOGS: YES
2025-08-20T22:04:04.6031101Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:04.6031296Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:04.6031489Z   SBUILD_REBUILD: false
2025-08-20T22:04:04.6031988Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:04.6032524Z   BUILD_SYS: docker://go
2025-08-20T22:04:04.6032718Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:04.6032903Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:04.6033089Z   SYSTMP: /tmp
2025-08-20T22:04:04.6033251Z   GHA_MODE: MATRIX
2025-08-20T22:04:04.6033655Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:04.6034142Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:04.6034458Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:04.6034834Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:04.6035298Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:04.6035664Z   PKG_TYPE: static
2025-08-20T22:04:04.6036036Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:04.6036258Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:04.6036619Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:04.6036969Z   BUILD_ID: 17108804625
2025-08-20T22:04:04.6037147Z   PKG_NAME: oras
2025-08-20T22:04:04.6037322Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:04.6037544Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:04.6037782Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:04.6038069Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:04.6038413Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:04.6038854Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:04.6039287Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:04.6039548Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:04.6039809Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:04.6040279Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:04.6040690Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:04.6040899Z ##[endgroup]
2025-08-20T22:04:05.0854693Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:04:05.0855013Z with:
2025-08-20T22:04:05.0855643Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:04:05.0856864Z   subject-name: oras-17108804625-HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:05.0857262Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:04:05.0859775Z   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/17108804625/attempts/1"}}}
2025-08-20T22:04:05.0862510Z   push-to-registry: false
2025-08-20T22:04:05.0862856Z   show-summary: true
2025-08-20T22:04:05.0863262Z   github-token: ***
2025-08-20T22:04:05.0863439Z env:
2025-08-20T22:04:05.0863592Z   CROSS_COMPILING: NO
2025-08-20T22:04:05.0863785Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:05.0863998Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:05.0864205Z   ON_QEMU: NO
2025-08-20T22:04:05.0864363Z   DEBUG: 0
2025-08-20T22:04:05.0864528Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:05.0864742Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:05.0865022Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:05.0865320Z   KEEP_LOGS: YES
2025-08-20T22:04:05.0865493Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:05.0865692Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:05.0866036Z   SBUILD_REBUILD: false
2025-08-20T22:04:05.0866528Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:05.0867051Z   BUILD_SYS: docker://go
2025-08-20T22:04:05.0867270Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:05.0867454Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:05.0867639Z   SYSTMP: /tmp
2025-08-20T22:04:05.0867804Z   GHA_MODE: MATRIX
2025-08-20T22:04:05.0868211Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:05.0868700Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:05.0869007Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:05.0869381Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:05.0869840Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:05.0870203Z   PKG_TYPE: static
2025-08-20T22:04:05.0870386Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:05.0870599Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:05.0870957Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:05.0871305Z   BUILD_ID: 17108804625
2025-08-20T22:04:05.0871486Z   PKG_NAME: oras
2025-08-20T22:04:05.0871663Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:05.0871888Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:05.0872135Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:05.0872431Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:05.0872777Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:05.0873213Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:05.0873653Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:05.0873923Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:05.0874189Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:05.0874661Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:05.0875070Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:05.0875279Z ##[endgroup]
2025-08-20T22:04:06.6147863Z Attestation created for 18 subjects
2025-08-20T22:04:06.6152367Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:04:06.6152794Z -----BEGIN CERTIFICATE-----
2025-08-20T22:04:06.6153137Z MIIG7zCCBnWgAwIBAgIUHYdn1MGDZGPp+kCfJCPb3ZawtVYwCgYIKoZIzj0EAwMw
2025-08-20T22:04:06.6153607Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:04:06.6154075Z cm1lZGlhdGUwHhcNMjUwODIwMjIwNDA1WhcNMjUwODIwMjIxNDA1WjAAMFkwEwYH
2025-08-20T22:04:06.6154923Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEJIQg6I4H1vIddFDJnwRW32zdLqgsEAg0gItq
2025-08-20T22:04:06.6155385Z kzdPOFPcgIk0XprBVZDwCH2BNFzRuC2QW8GL+vCTBFKb3453UqOCBZQwggWQMA4G
2025-08-20T22:04:06.6156036Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU43Qh
2025-08-20T22:04:06.6156510Z 83sCfCZsuTqsmqDLsptHx7YwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:04:06.6156960Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:04:06.6157580Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:04:06.6158050Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:04:06.6158493Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:04:06.6158924Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:04:06.6159373Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:04:06.6159838Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:04:06.6160307Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:04:06.6160760Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:04:06.6161205Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:04:06.6161653Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:04:06.6162111Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:04:06.6162566Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:04:06.6163021Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:04:06.6163486Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:04:06.6163948Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:04:06.6164408Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:04:06.6164862Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:04:06.6165321Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:04:06.6165940Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:04:06.6166432Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:04:06.6166897Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:04:06.6167398Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:04:06.6167858Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4ODA0NjI1L2F0
2025-08-20T22:04:06.6168319Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:04:06.6168790Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJgr8T
2025-08-20T22:04:06.6169242Z AAAEAwBHMEUCIA56d9UOpmZpI/xqvKoGbmNXNp8IdTvPntb0SPNnPNhkAiEA297Q
2025-08-20T22:04:06.6169682Z F5nhQihXBas157yb3TTPib30XMz1lPaCC1Hx4gUwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:04:06.6170117Z AKp0IBc2oNZ6+U9Bgj+m/u24opPFhIF56qtTYvePazC+Fcg9K8ZIvX/w3JvAl4ZB
2025-08-20T22:04:06.6170545Z JgIwZTeYUss95smhEdwXPPgc7XzI7ArvMeOk678Cn58/bjc+H+FMB1Uv/A42/uwJ
2025-08-20T22:04:06.6170860Z piVR
2025-08-20T22:04:06.6171019Z -----END CERTIFICATE-----
2025-08-20T22:04:06.6171154Z 
2025-08-20T22:04:06.6171599Z ##[endgroup]
2025-08-20T22:04:06.6172055Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:04:06.6172431Z https://search.sigstore.dev?logIndex=414485610
2025-08-20T22:04:06.6172767Z [36mAttestation uploaded to repository[39m
2025-08-20T22:04:06.6173081Z https://github.com/pkgforge/bincache/attestations/9875072
2025-08-20T22:04:06.7139380Z ##[group]Run ##Presets
2025-08-20T22:04:06.7139647Z [36;1m##Presets[0m
2025-08-20T22:04:06.7139830Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:06.7140026Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7140217Z [36;1m##Debug?[0m
2025-08-20T22:04:06.7140440Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:06.7140714Z [36;1m  set -x[0m
2025-08-20T22:04:06.7141127Z [36;1mfi[0m
2025-08-20T22:04:06.7141296Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7141581Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:04:06.7142084Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/oras/official/source"[0m
2025-08-20T22:04:06.7142479Z [36;1m exit 1[0m
2025-08-20T22:04:06.7142643Z [36;1mfi[0m
2025-08-20T22:04:06.7174143Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:06.7174371Z env:
2025-08-20T22:04:06.7174538Z   CROSS_COMPILING: NO
2025-08-20T22:04:06.7174777Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:06.7174997Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:06.7175202Z   ON_QEMU: NO
2025-08-20T22:04:06.7175362Z   DEBUG: 0
2025-08-20T22:04:06.7175529Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:06.7175745Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:06.7176185Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:06.7176500Z   KEEP_LOGS: YES
2025-08-20T22:04:06.7176677Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:06.7176876Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:06.7177073Z   SBUILD_REBUILD: false
2025-08-20T22:04:06.7177577Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:06.7178111Z   BUILD_SYS: docker://go
2025-08-20T22:04:06.7178307Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:06.7178500Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:06.7178688Z   SYSTMP: /tmp
2025-08-20T22:04:06.7178857Z   GHA_MODE: MATRIX
2025-08-20T22:04:06.7179266Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:06.7179762Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:06.7180069Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:06.7180444Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:06.7180917Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:06.7181280Z   PKG_TYPE: static
2025-08-20T22:04:06.7181465Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:06.7181684Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7182044Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:06.7182398Z   BUILD_ID: 17108804625
2025-08-20T22:04:06.7182582Z   PKG_NAME: oras
2025-08-20T22:04:06.7182764Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:06.7182996Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7183241Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:06.7183537Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:06.7183888Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7184325Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:06.7184771Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:06.7185036Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:06.7185298Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7185908Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:06.7186338Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:06.7186548Z ##[endgroup]
2025-08-20T22:04:06.7254289Z ##[group]Run ##Presets
2025-08-20T22:04:06.7254522Z [36;1m##Presets[0m
2025-08-20T22:04:06.7254705Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:06.7254904Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7255090Z [36;1m##Debug?[0m
2025-08-20T22:04:06.7255311Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:06.7255581Z [36;1m  set -x[0m
2025-08-20T22:04:06.7255747Z [36;1mfi[0m
2025-08-20T22:04:06.7256072Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7256304Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:04:06.7256960Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/oras/official/source"[0m
2025-08-20T22:04:06.7257358Z [36;1m exit 1[0m
2025-08-20T22:04:06.7257522Z [36;1mfi[0m
2025-08-20T22:04:06.7283272Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:06.7283488Z env:
2025-08-20T22:04:06.7283650Z   CROSS_COMPILING: NO
2025-08-20T22:04:06.7283878Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:06.7284099Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:06.7284302Z   ON_QEMU: NO
2025-08-20T22:04:06.7284460Z   DEBUG: 0
2025-08-20T22:04:06.7284626Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:06.7284844Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:06.7285134Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:06.7285431Z   KEEP_LOGS: YES
2025-08-20T22:04:06.7285606Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:06.7285957Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:06.7286168Z   SBUILD_REBUILD: false
2025-08-20T22:04:06.7286681Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:06.7287211Z   BUILD_SYS: docker://go
2025-08-20T22:04:06.7287407Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:06.7287601Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:06.7287783Z   SYSTMP: /tmp
2025-08-20T22:04:06.7287952Z   GHA_MODE: MATRIX
2025-08-20T22:04:06.7288360Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:06.7288853Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:06.7289160Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:06.7289534Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:06.7289998Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:06.7290362Z   PKG_TYPE: static
2025-08-20T22:04:06.7290555Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:06.7290772Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7291132Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:06.7291475Z   BUILD_ID: 17108804625
2025-08-20T22:04:06.7291684Z   PKG_NAME: oras
2025-08-20T22:04:06.7291863Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:06.7292086Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7292344Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:06.7292634Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:06.7292982Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7293422Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:06.7293856Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:06.7294119Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:06.7294384Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7294871Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:06.7295281Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:06.7295490Z ##[endgroup]
2025-08-20T22:04:06.7359086Z ##[group]Run ##Presets
2025-08-20T22:04:06.7359330Z [36;1m##Presets[0m
2025-08-20T22:04:06.7359519Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:06.7359713Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7359900Z [36;1m##Debug?[0m
2025-08-20T22:04:06.7360120Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:06.7360391Z [36;1m  set -x[0m
2025-08-20T22:04:06.7360558Z [36;1mfi[0m
2025-08-20T22:04:06.7360721Z [36;1m#-------------#[0m
2025-08-20T22:04:06.7361035Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:04:06.7361399Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:04:06.7361671Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:04:06.7362149Z [36;1mfi[0m
2025-08-20T22:04:06.7386973Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:06.7387200Z env:
2025-08-20T22:04:06.7387361Z   CROSS_COMPILING: NO
2025-08-20T22:04:06.7387594Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:06.7387813Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:06.7388020Z   ON_QEMU: NO
2025-08-20T22:04:06.7388179Z   DEBUG: 0
2025-08-20T22:04:06.7388344Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:06.7388561Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:06.7388847Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/oras/official/source
2025-08-20T22:04:06.7389144Z   KEEP_LOGS: YES
2025-08-20T22:04:06.7389323Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:06.7389521Z   PKG_FAMILY_LOCAL: oras
2025-08-20T22:04:06.7389715Z   SBUILD_REBUILD: false
2025-08-20T22:04:06.7390211Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/oras/static.official.source.yaml
2025-08-20T22:04:06.7390743Z   BUILD_SYS: docker://go
2025-08-20T22:04:06.7390952Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:06.7391148Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:06.7391341Z   SYSTMP: /tmp
2025-08-20T22:04:06.7391507Z   GHA_MODE: MATRIX
2025-08-20T22:04:06.7391915Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:04:06.7392410Z   INPUT_SBUILD: /tmp/pkgforge/htY7GsPwY_build.yaml
2025-08-20T22:04:06.7392722Z   BUILD_DIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml
2025-08-20T22:04:06.7393094Z   SBUILD_OUTDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR
2025-08-20T22:04:06.7393557Z   SBUILD_TMPDIR: /tmp/pkgforge/FYjSukb_htY7GsPwY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:04:06.7393918Z   PKG_TYPE: static
2025-08-20T22:04:06.7394101Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:04:06.7394316Z   SBUILD_PKGVER: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7394676Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108804625
2025-08-20T22:04:06.7395034Z   BUILD_ID: 17108804625
2025-08-20T22:04:06.7395227Z   PKG_NAME: oras
2025-08-20T22:04:06.7395407Z   PKG_DATE: 2025-08-20T22:03:28Z
2025-08-20T22:04:06.7395639Z   PKG_VERSION: HEAD-e424dc5-250820T125746
2025-08-20T22:04:06.7396217Z   PKG_VERSION_UPSTREAM: 1.2.3
2025-08-20T22:04:06.7396518Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/oras/official/source/oras
2025-08-20T22:04:06.7396867Z   GHCRPKG_TAG: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7397299Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/oras/official/source/oras
2025-08-20T22:04:06.7397737Z   PKG_SRCURL: https://github.com/oras-project/oras
2025-08-20T22:04:06.7397999Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:04:06.7398258Z   GHCRPKG_TAG_SRCBUILD: HEAD-e424dc5-250820T125746-aarch64-linux
2025-08-20T22:04:06.7398731Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/oras/official/source/oras-srcbuild-17108804625
2025-08-20T22:04:06.7399142Z   UTC_TIME: 2025_08_20T10_04_02_PM
2025-08-20T22:04:06.7399362Z ##[endgroup]
2025-08-20T22:04:06.7449054Z EXITED
2025-08-20T22:04:06.7493988Z Cleaning up orphan processes
