﻿2025-08-20T20:03:09.6895755Z Current runner version: '2.328.0'
2025-08-20T20:03:09.6919427Z ##[group]Runner Image Provisioner
2025-08-20T20:03:09.6920592Z Hosted Compute Agent
2025-08-20T20:03:09.6921195Z Version: 20250818.377
2025-08-20T20:03:09.6921829Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:03:09.6922589Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:03:09.6923433Z ##[endgroup]
2025-08-20T20:03:09.6924014Z ##[group]Operating System
2025-08-20T20:03:09.6924683Z Ubuntu
2025-08-20T20:03:09.6925173Z 24.04.2
2025-08-20T20:03:09.6925629Z LTS
2025-08-20T20:03:09.6926179Z ##[endgroup]
2025-08-20T20:03:09.6926735Z ##[group]Runner Image
2025-08-20T20:03:09.6927384Z Image: ubuntu-24.04
2025-08-20T20:03:09.6927939Z Version: 20250810.1.0
2025-08-20T20:03:09.6928963Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:03:09.6930602Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T20:03:09.6931740Z ##[endgroup]
2025-08-20T20:03:09.6933021Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:03:09.6935551Z Attestations: write
2025-08-20T20:03:09.6936270Z Contents: write
2025-08-20T20:03:09.6936872Z Metadata: read
2025-08-20T20:03:09.6937447Z Packages: write
2025-08-20T20:03:09.6938007Z ##[endgroup]
2025-08-20T20:03:09.6940422Z Secret source: Actions
2025-08-20T20:03:09.6941251Z Prepare workflow directory
2025-08-20T20:03:09.7340788Z Prepare all required actions
2025-08-20T20:03:09.7394985Z Getting action download info
2025-08-20T20:03:10.1264577Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:03:10.6060798Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:03:11.0753701Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:03:11.1847667Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:03:11.6940424Z Getting action download info
2025-08-20T20:03:11.8334277Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:03:12.1776559Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:03:12.5538118Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/enumeraga/official)
2025-08-20T20:03:12.6279637Z ##[group]Run ##Presets
2025-08-20T20:03:12.6280711Z [36;1m##Presets[0m
2025-08-20T20:03:12.6281585Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:12.6282512Z [36;1m#-------------#[0m
2025-08-20T20:03:12.6283844Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:03:12.6285313Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:03:12.6286694Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.6287919Z [36;1m  fi[0m
2025-08-20T20:03:12.6288977Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:03:12.6290490Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:03:12.6291877Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.6293045Z [36;1m  fi[0m
2025-08-20T20:03:12.6294196Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:03:12.6295679Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:03:12.6297046Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.6298192Z [36;1m  fi[0m
2025-08-20T20:03:12.6299217Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:03:12.6300623Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:03:12.6302137Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:03:12.6303499Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:03:12.6304838Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.6306001Z [36;1m     else[0m
2025-08-20T20:03:12.6307034Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.6308191Z [36;1m     fi[0m
2025-08-20T20:03:12.6308982Z [36;1m  fi[0m
2025-08-20T20:03:12.6309755Z [36;1mfi[0m
2025-08-20T20:03:12.6383527Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:12.6384835Z env:
2025-08-20T20:03:12.6386084Z   GH_TOKEN: ***
2025-08-20T20:03:12.6386886Z ##[endgroup]
2025-08-20T20:03:12.6737652Z ##[group]Run ##Presets
2025-08-20T20:03:12.6738798Z [36;1m##Presets[0m
2025-08-20T20:03:12.6739717Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:12.6740783Z [36;1m#-------------#[0m
2025-08-20T20:03:12.6741977Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:03:12.6744215Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:03:12.6746302Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:03:12.6747939Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:03:12.6749623Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:03:12.6751310Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:03:12.6752721Z [36;1m  exit 1[0m
2025-08-20T20:03:12.6753938Z [36;1mfi[0m
2025-08-20T20:03:12.6798631Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:12.6799652Z env:
2025-08-20T20:03:12.6801006Z   RO_GHTOKEN: ***
2025-08-20T20:03:12.6869383Z   RO_GLTOKEN: ***
2025-08-20T20:03:12.6874284Z   MINISIGN_KEY: ***
2025-08-20T20:03:12.6875125Z ##[endgroup]
2025-08-20T20:03:12.7064478Z ##[group]Run ##Presets
2025-08-20T20:03:12.7065529Z [36;1m##Presets[0m
2025-08-20T20:03:12.7066419Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:12.7067309Z [36;1m#-------------#[0m
2025-08-20T20:03:12.7068225Z [36;1m##Host Triplet[0m
2025-08-20T20:03:12.7069317Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:03:12.7070585Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:03:12.7071852Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:03:12.7073075Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:03:12.7074423Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:03:12.7075718Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:03:12.7076999Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:03:12.7078264Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:03:12.7079332Z [36;1m   fi[0m
2025-08-20T20:03:12.7080407Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:03:12.7081942Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:03:12.7083386Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:03:12.7084679Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:03:12.7085842Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:03:12.7086799Z [36;1m fi[0m
2025-08-20T20:03:12.7087881Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7089399Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7090865Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7092230Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7093474Z [36;1m##Debug[0m
2025-08-20T20:03:12.7094351Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:03:12.7095432Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:03:12.7096359Z [36;1m else[0m
2025-08-20T20:03:12.7097167Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:03:12.7098300Z [36;1m fi[0m
2025-08-20T20:03:12.7099190Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7100306Z [36;1m##Docker Platform[0m
2025-08-20T20:03:12.7101445Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:03:12.7102698Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:03:12.7104232Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:03:12.7105563Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:03:12.7106834Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:03:12.7108117Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:03:12.7109393Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:03:12.7110664Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:03:12.7111673Z [36;1m fi[0m
2025-08-20T20:03:12.7112811Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7114697Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7115986Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:03:12.7117826Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/enumeraga/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:03:12.7119806Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:03:12.7120998Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7122207Z [36;1m##Logs[0m
2025-08-20T20:03:12.7123050Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:03:12.7124312Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:03:12.7125269Z [36;1m else[0m
2025-08-20T20:03:12.7126113Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:03:12.7127163Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:03:12.7128182Z [36;1m fi[0m
2025-08-20T20:03:12.7129335Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7130854Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7132206Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:03:12.7133801Z [36;1m PKG_FAMILY_LOCAL="$(echo "enumeraga" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:03:12.7135326Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:03:12.7136582Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7137852Z [36;1m##Rebuild[0m
2025-08-20T20:03:12.7138725Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:03:12.7139824Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:03:12.7140852Z [36;1m else[0m
2025-08-20T20:03:12.7141699Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:03:12.7142706Z [36;1m fi[0m
2025-08-20T20:03:12.7143975Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7145237Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:03:12.7146728Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:03:12.7148723Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:03:12.7151768Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:03:12.7154662Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:03:12.7156063Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:03:12.7157691Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:03:12.7159237Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:03:12.7160612Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7161750Z [36;1m    exit 1[0m
2025-08-20T20:03:12.7162566Z [36;1m   else[0m
2025-08-20T20:03:12.7163805Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:03:12.7165142Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7166439Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:03:12.7167719Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:03:12.7169068Z [36;1m      #check if supported[0m
2025-08-20T20:03:12.7170496Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:03:12.7172472Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:03:12.7174260Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:03:12.7175550Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7176714Z [36;1m         exit 1[0m
2025-08-20T20:03:12.7177595Z [36;1m       fi[0m
2025-08-20T20:03:12.7178428Z [36;1m      #get build system[0m
2025-08-20T20:03:12.7179876Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:03:12.7181367Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:03:12.7182513Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7184060Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:03:12.7185394Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7186700Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7188020Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:03:12.7189339Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7190600Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:12.7191709Z [36;1m       fi[0m
2025-08-20T20:03:12.7192671Z [36;1m     fi[0m
2025-08-20T20:03:12.7193816Z [36;1m   fi[0m
2025-08-20T20:03:12.7194690Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:03:12.7240991Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:12.7241929Z ##[endgroup]
2025-08-20T20:03:13.2779072Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:03:13.2779706Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:03:13.2779956Z 
2025-08-20T20:03:13.3064553Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:03:13.3065115Z 100  3909  100  3909    0     0   126k      0 --:--:-- --:--:-- --:--:--  127k
2025-08-20T20:03:13.3075378Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:03:13.3311218Z ##[group]Run ##Presets
2025-08-20T20:03:13.3311591Z [36;1m##Presets[0m
2025-08-20T20:03:13.3311864Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:13.3312148Z [36;1m#-------------#[0m
2025-08-20T20:03:13.3312418Z [36;1m##Debug?[0m
2025-08-20T20:03:13.3312745Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:03:13.3313106Z [36;1m  set -x[0m
2025-08-20T20:03:13.3313695Z [36;1mfi[0m
2025-08-20T20:03:13.3313948Z [36;1m#-------------#[0m
2025-08-20T20:03:13.3314244Z [36;1m##CoreUtils[0m
2025-08-20T20:03:13.3314519Z [36;1msudo apt update -y[0m
2025-08-20T20:03:13.3314936Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:03:13.3316019Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:03:13.3317013Z [36;1m##tmp[0m
2025-08-20T20:03:13.3317356Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:03:13.3317737Z [36;1m#GH ENV[0m
2025-08-20T20:03:13.3318028Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:13.3318594Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:13.3318919Z [36;1m#-------------#[0m
2025-08-20T20:03:13.3319203Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:03:13.3319506Z [36;1msudo apt update -y[0m
2025-08-20T20:03:13.3319806Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:03:13.3320132Z [36;1m##Setup Minisign[0m
2025-08-20T20:03:13.3320417Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:03:13.3320983Z [36;1mecho "***[0m
2025-08-20T20:03:13.3322339Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:03:13.3322685Z [36;1m##User-Agent[0m
2025-08-20T20:03:13.3323796Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:03:13.3324702Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:13.3368774Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:13.3369224Z env:
2025-08-20T20:03:13.3369467Z   CROSS_COMPILING: NO
2025-08-20T20:03:13.3369751Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:03:13.3370050Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:03:13.3370327Z   ON_QEMU: NO
2025-08-20T20:03:13.3370573Z   DEBUG: 0
2025-08-20T20:03:13.3370820Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:03:13.3371121Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:03:13.3371497Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:03:13.3371878Z   KEEP_LOGS: YES
2025-08-20T20:03:13.3372136Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:03:13.3372420Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:03:13.3372709Z   SBUILD_REBUILD: false
2025-08-20T20:03:13.3373492Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:03:13.3374181Z   BUILD_SYS: docker://go
2025-08-20T20:03:13.3374463Z   BUILD_ON_HOST: FALSE
2025-08-20T20:03:13.3374723Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:03:13.3374984Z ##[endgroup]
2025-08-20T20:03:13.3541624Z 
2025-08-20T20:03:13.3542498Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:03:13.3543119Z 
2025-08-20T20:03:13.4074955Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:13.4376086Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:03:13.4389436Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:03:13.4434204Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:03:13.4460181Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:03:13.5314730Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:03:13.5466112Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:03:13.5619449Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:03:13.5765086Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:03:13.5797544Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:03:13.5836332Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:03:13.5895330Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:03:13.5936656Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:03:13.5964523Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:03:13.6111592Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:03:13.6154056Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:03:13.6191685Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:03:13.6873033Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:03:13.6898520Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T20:03:13.6909179Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:03:13.6921202Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:03:13.6931669Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:03:13.6941448Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:03:13.7171886Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:03:13.7245364Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:03:13.7254776Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:03:13.7262647Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:03:13.7341053Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:03:13.7353764Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:03:13.7386769Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:03:13.7474016Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:03:13.8095831Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:03:13.8106993Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:03:13.8481935Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:03:13.8551849Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:03:13.8661275Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:03:21.1075623Z Fetched 10.6 MB in 1s (8373 kB/s)
2025-08-20T20:03:21.8723900Z Reading package lists...
2025-08-20T20:03:22.0694000Z Building dependency tree...
2025-08-20T20:03:22.0703003Z Reading state information...
2025-08-20T20:03:22.0908583Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:03:22.1028068Z 
2025-08-20T20:03:22.1029295Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:03:22.1029890Z 
2025-08-20T20:03:22.1158289Z Reading package lists...
2025-08-20T20:03:22.3209915Z Building dependency tree...
2025-08-20T20:03:22.3218028Z Reading state information...
2025-08-20T20:03:22.5015244Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:03:22.5015762Z bc set to manually installed.
2025-08-20T20:03:22.5016170Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:03:22.5017252Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:03:22.5018081Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:03:22.5018818Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:03:22.5019545Z The following additional packages will be installed:
2025-08-20T20:03:22.5020247Z   libtime-duration-perl
2025-08-20T20:03:22.5339582Z The following NEW packages will be installed:
2025-08-20T20:03:22.5349152Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:03:22.5560445Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T20:03:22.5802404Z Need to get 616 kB of archives.
2025-08-20T20:03:22.5803109Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:03:22.5808945Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:22.6273473Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:03:22.6574283Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:03:22.6868784Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:03:22.7186393Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:03:23.0013088Z Fetched 616 kB in 0s (3869 kB/s)
2025-08-20T20:03:23.0225364Z Selecting previously unselected package fdupes.
2025-08-20T20:03:23.0422751Z (Reading database ... 
2025-08-20T20:03:23.0423450Z (Reading database ... 5%
2025-08-20T20:03:23.0423901Z (Reading database ... 10%
2025-08-20T20:03:23.0424277Z (Reading database ... 15%
2025-08-20T20:03:23.0424673Z (Reading database ... 20%
2025-08-20T20:03:23.0425038Z (Reading database ... 25%
2025-08-20T20:03:23.0425399Z (Reading database ... 30%
2025-08-20T20:03:23.0425757Z (Reading database ... 35%
2025-08-20T20:03:23.0426115Z (Reading database ... 40%
2025-08-20T20:03:23.0426484Z (Reading database ... 45%
2025-08-20T20:03:23.0426734Z (Reading database ... 50%
2025-08-20T20:03:23.0621392Z (Reading database ... 55%
2025-08-20T20:03:23.1092588Z (Reading database ... 60%
2025-08-20T20:03:23.1236080Z (Reading database ... 65%
2025-08-20T20:03:23.1449583Z (Reading database ... 70%
2025-08-20T20:03:23.1572601Z (Reading database ... 75%
2025-08-20T20:03:23.1801075Z (Reading database ... 80%
2025-08-20T20:03:23.2223511Z (Reading database ... 85%
2025-08-20T20:03:23.2821266Z (Reading database ... 90%
2025-08-20T20:03:23.3142130Z (Reading database ... 95%
2025-08-20T20:03:23.3142693Z (Reading database ... 100%
2025-08-20T20:03:23.3143602Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T20:03:23.3189160Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:03:23.3240189Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:03:23.3490992Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:03:23.3630560Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:03:23.3639976Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:03:23.3918763Z Selecting previously unselected package moreutils.
2025-08-20T20:03:23.4057418Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:03:23.4067858Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:03:23.4490096Z Selecting previously unselected package dos2unix.
2025-08-20T20:03:23.4629056Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:03:23.4642534Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:03:23.5840097Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:03:23.5869989Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:03:23.5894600Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:03:23.5920589Z Setting up moreutils (0.69-1) ...
2025-08-20T20:03:23.5949100Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:32.3060954Z 
2025-08-20T20:03:32.3061437Z Running kernel seems to be up-to-date.
2025-08-20T20:03:32.3061831Z 
2025-08-20T20:03:32.3061937Z Restarting services...
2025-08-20T20:03:32.3136004Z 
2025-08-20T20:03:32.3136569Z Service restarts being deferred:
2025-08-20T20:03:32.3137744Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:03:32.3138066Z 
2025-08-20T20:03:32.3138481Z No containers need to be restarted.
2025-08-20T20:03:32.3138785Z 
2025-08-20T20:03:32.3138958Z No user sessions are running outdated binaries.
2025-08-20T20:03:32.3139175Z 
2025-08-20T20:03:32.3139398Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:03:33.3538564Z Reading package lists...
2025-08-20T20:03:33.5653451Z Building dependency tree...
2025-08-20T20:03:33.5661218Z Reading state information...
2025-08-20T20:03:33.7548646Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:03:33.7549507Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:03:33.7550124Z apt-utils set to manually installed.
2025-08-20T20:03:33.7550631Z ca-certificates is already the newest version (20240203).
2025-08-20T20:03:33.7551201Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:03:33.7551744Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:03:33.7552291Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:03:33.7552823Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:03:33.7553613Z moreutils is already the newest version (0.69-1).
2025-08-20T20:03:33.7554273Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:03:33.7554908Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:03:33.7555465Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:03:33.7555888Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:03:33.7556328Z tmux set to manually installed.
2025-08-20T20:03:33.7556814Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:03:33.7557271Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:03:33.7557685Z The following additional packages will be installed:
2025-08-20T20:03:33.7558102Z   python3-software-properties
2025-08-20T20:03:33.7558423Z Recommended packages:
2025-08-20T20:03:33.7558720Z   unattended-upgrades
2025-08-20T20:03:33.7859130Z The following NEW packages will be installed:
2025-08-20T20:03:33.7859644Z   rename
2025-08-20T20:03:33.7870255Z The following packages will be upgraded:
2025-08-20T20:03:33.7871598Z   python3-software-properties software-properties-common
2025-08-20T20:03:33.8071391Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:03:33.8314198Z Need to get 64.7 kB of archives.
2025-08-20T20:03:33.8315881Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:03:33.8316661Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:33.8787518Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:03:33.9089779Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:03:33.9382513Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:03:34.2108659Z Fetched 64.7 kB in 0s (550 kB/s)
2025-08-20T20:03:34.2414071Z (Reading database ... 
2025-08-20T20:03:34.2414594Z (Reading database ... 5%
2025-08-20T20:03:34.2415360Z (Reading database ... 10%
2025-08-20T20:03:34.2415703Z (Reading database ... 15%
2025-08-20T20:03:34.2415977Z (Reading database ... 20%
2025-08-20T20:03:34.2416242Z (Reading database ... 25%
2025-08-20T20:03:34.2416508Z (Reading database ... 30%
2025-08-20T20:03:34.2416783Z (Reading database ... 35%
2025-08-20T20:03:34.2417056Z (Reading database ... 40%
2025-08-20T20:03:34.2417318Z (Reading database ... 45%
2025-08-20T20:03:34.2417591Z (Reading database ... 50%
2025-08-20T20:03:34.2520271Z (Reading database ... 55%
2025-08-20T20:03:34.2540182Z (Reading database ... 60%
2025-08-20T20:03:34.2565270Z (Reading database ... 65%
2025-08-20T20:03:34.2610828Z (Reading database ... 70%
2025-08-20T20:03:34.2638339Z (Reading database ... 75%
2025-08-20T20:03:34.2665722Z (Reading database ... 80%
2025-08-20T20:03:34.2906498Z (Reading database ... 85%
2025-08-20T20:03:34.3252948Z (Reading database ... 90%
2025-08-20T20:03:34.3335918Z (Reading database ... 95%
2025-08-20T20:03:34.3336335Z (Reading database ... 100%
2025-08-20T20:03:34.3336877Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T20:03:34.3385074Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:03:34.4024255Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:03:34.4512000Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:03:34.5130426Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:03:34.5394784Z Selecting previously unselected package rename.
2025-08-20T20:03:34.5537471Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:03:34.5548833Z Unpacking rename (2.02-1) ...
2025-08-20T20:03:34.5967380Z Setting up rename (2.02-1) ...
2025-08-20T20:03:34.6043553Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:03:34.6064113Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:03:34.7252526Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:03:34.8281097Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:38.7469630Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:03:40.3130395Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:40.3553932Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:03:40.3555390Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:03:40.3564155Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:03:40.3575444Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:03:40.3582428Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:03:40.3589239Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:03:41.4974743Z Reading package lists...
2025-08-20T20:03:41.6586399Z Building dependency tree...
2025-08-20T20:03:41.6592654Z Reading state information...
2025-08-20T20:03:41.6732610Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:03:41.6882155Z 
2025-08-20T20:03:41.6882748Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:03:41.6883374Z 
2025-08-20T20:03:41.7415523Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:41.7710292Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:03:41.7729656Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:03:41.7739559Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:03:41.7751235Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:03:41.7772497Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:03:41.7821836Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:03:42.9336661Z Reading package lists...
2025-08-20T20:03:43.0825348Z Building dependency tree...
2025-08-20T20:03:43.0831392Z Reading state information...
2025-08-20T20:03:43.0966301Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:03:43.1078817Z 
2025-08-20T20:03:43.1079332Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:03:43.1079641Z 
2025-08-20T20:03:43.1206019Z Reading package lists...
2025-08-20T20:03:43.2712270Z Building dependency tree...
2025-08-20T20:03:43.2720070Z Reading state information...
2025-08-20T20:03:43.4195605Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:03:43.4561413Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:03:43.4854269Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:03:43.5253734Z ##[group]Run ##Presets
2025-08-20T20:03:43.5254033Z [36;1m##Presets[0m
2025-08-20T20:03:43.5254247Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:43.5254466Z [36;1m#-------------#[0m
2025-08-20T20:03:43.5254670Z [36;1m##Debug?[0m
2025-08-20T20:03:43.5254922Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:03:43.5255212Z [36;1m  set -x[0m
2025-08-20T20:03:43.5255403Z [36;1mfi[0m
2025-08-20T20:03:43.5255582Z [36;1m#-------------#[0m
2025-08-20T20:03:43.5256257Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:03:43.5256867Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:03:43.5257245Z [36;1msudo service procps restart[0m
2025-08-20T20:03:43.5257514Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:03:43.5297333Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:43.5297570Z env:
2025-08-20T20:03:43.5297786Z   CROSS_COMPILING: NO
2025-08-20T20:03:43.5298006Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:03:43.5298239Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:03:43.5298460Z   ON_QEMU: NO
2025-08-20T20:03:43.5298638Z   DEBUG: 0
2025-08-20T20:03:43.5318811Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:03:43.5319232Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:03:43.5319726Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:03:43.5320246Z   KEEP_LOGS: YES
2025-08-20T20:03:43.5320588Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:03:43.5320954Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:03:43.5321361Z   SBUILD_REBUILD: false
2025-08-20T20:03:43.5322310Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:03:43.5323535Z   BUILD_SYS: docker://go
2025-08-20T20:03:43.5323921Z   BUILD_ON_HOST: FALSE
2025-08-20T20:03:43.5324286Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:03:43.5324617Z   SYSTMP: /tmp
2025-08-20T20:03:43.5324934Z   GHA_MODE: MATRIX
2025-08-20T20:03:43.5325695Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:03:43.5326548Z ##[endgroup]
2025-08-20T20:03:43.5453518Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:03:43.5527725Z 0
2025-08-20T20:03:43.5869684Z vm.max_map_count = 262144
2025-08-20T20:03:43.5870160Z fs.inotify.max_user_watches = 655360
2025-08-20T20:03:43.5870635Z fs.inotify.max_user_instances = 1280
2025-08-20T20:03:43.5871039Z vm.mmap_rnd_bits = 28
2025-08-20T20:03:43.5945164Z ##[group]Run ##Presets
2025-08-20T20:03:43.5945489Z [36;1m##Presets[0m
2025-08-20T20:03:43.5945701Z [36;1mset +x ; set +e[0m
2025-08-20T20:03:43.5945919Z [36;1m#-------------#[0m
2025-08-20T20:03:43.5946120Z [36;1m##Debug?[0m
2025-08-20T20:03:43.5946379Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:03:43.5946671Z [36;1m  set -x[0m
2025-08-20T20:03:43.5946857Z [36;1mfi[0m
2025-08-20T20:03:43.5947036Z [36;1m#-------------#[0m
2025-08-20T20:03:43.5947234Z [36;1m##Main[0m
2025-08-20T20:03:43.5947447Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:03:43.5948111Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:03:43.5948841Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:03:43.5949228Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:03:43.5949506Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:03:43.5949761Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:03:43.5950060Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:03:43.5950376Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:03:43.5950681Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:03:43.5950989Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:03:43.5951284Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:03:43.5951616Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:03:43.5951992Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:03:43.5952274Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:03:43.5952536Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:03:43.5952816Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:03:43.5953563Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:03:43.5953852Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:03:43.5954134Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:03:43.5954431Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:03:43.5954740Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:03:43.5955037Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:03:43.5955348Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:03:43.5955660Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:03:43.5955968Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:03:43.5956269Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:03:43.5956541Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:03:43.5956884Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:03:43.5957337Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:03:43.5957799Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:03:43.5958261Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:03:43.5958602Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:03:43.5958948Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:03:43.5959574Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:03:43.5960364Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:03:43.5960889Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:03:43.5961157Z [36;1m else[0m
2025-08-20T20:03:43.5961623Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:03:43.5961982Z [36;1m fi[0m
2025-08-20T20:03:43.5962220Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:03:43.5962605Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:03:43.5963022Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5963590Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5963987Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5964378Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5964808Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5965206Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5965617Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:03:43.5966033Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:03:43.5966342Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:03:43.6006066Z shell: /usr/bin/bash -e {0}
2025-08-20T20:03:43.6006298Z env:
2025-08-20T20:03:43.6006486Z   CROSS_COMPILING: NO
2025-08-20T20:03:43.6006704Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:03:43.6006934Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:03:43.6007154Z   ON_QEMU: NO
2025-08-20T20:03:43.6007336Z   DEBUG: 0
2025-08-20T20:03:43.6007530Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:03:43.6007758Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:03:43.6008052Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:03:43.6008366Z   KEEP_LOGS: YES
2025-08-20T20:03:43.6008564Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:03:43.6008784Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:03:43.6009145Z   SBUILD_REBUILD: false
2025-08-20T20:03:43.6009703Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:03:43.6010298Z   BUILD_SYS: docker://go
2025-08-20T20:03:43.6010509Z   BUILD_ON_HOST: FALSE
2025-08-20T20:03:43.6010709Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:03:43.6010905Z   SYSTMP: /tmp
2025-08-20T20:03:43.6011088Z   GHA_MODE: MATRIX
2025-08-20T20:03:43.6011523Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:03:43.6012363Z   GHCR_TOKEN: ***
2025-08-20T20:03:43.6012654Z   GITHUB_TOKEN: ***
2025-08-20T20:03:43.6012922Z   GITLAB_TOKEN: ***
2025-08-20T20:03:43.6014343Z   MINISIGN_KEY: ***
2025-08-20T20:03:43.6014546Z ##[endgroup]
2025-08-20T20:03:43.6516796Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:03:43.7217802Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:03:43.7218540Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:03:43.7218908Z 
2025-08-20T20:03:43.7509010Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:03:43.7509653Z 100  3909  100  3909    0     0   130k      0 --:--:-- --:--:-- --:--:--  131k
2025-08-20T20:03:43.7520420Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:03:43.7610981Z 
2025-08-20T20:03:43.7611327Z [+] Building [/tmp/tmp.inQx2qaR6l/SBUILD_INPUT] Locally
2025-08-20T20:03:43.7611738Z 
2025-08-20T20:03:43.7626414Z '/tmp/tmp.inQx2qaR6l/SBUILD_INPUT' -> '/tmp/pkgforge/yAtnDblq8_build.yaml'
2025-08-20T20:03:43.8688890Z 
2025-08-20T20:03:43.8689154Z [+] Passwordless sudo is Configured
2025-08-20T20:03:43.9282499Z 
2025-08-20T20:03:43.9294821Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:03:43.9295105Z 
2025-08-20T20:03:43.9753770Z 
2025-08-20T20:03:43.9755152Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:03:43.9755528Z 
2025-08-20T20:03:43.9755538Z 
2025-08-20T20:03:43.9755795Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:03:43.9756138Z 
2025-08-20T20:03:43.9845993Z [+] Installing: 7z -> 7z
2025-08-20T20:03:44.3724299Z [+] Installing: actionlint -> actionlint
2025-08-20T20:03:44.7874691Z [+] Installing: anew -> anew
2025-08-20T20:03:45.1610100Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:03:45.5328424Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:03:45.6164427Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:03:45.7011539Z [+] Installing: archey -> archey
2025-08-20T20:03:46.1156119Z [+] Installing: aria2 -> aria2c
2025-08-20T20:03:46.5833706Z [+] Installing: askalono -> askalono
2025-08-20T20:03:46.9909072Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:03:47.1209431Z [+] Installing: b3sum -> b3sum
2025-08-20T20:03:47.5028229Z [+] Installing: bita -> bita
2025-08-20T20:03:47.9288686Z [+] Installing: btop -> btop
2025-08-20T20:03:48.3093785Z [+] Installing: chafa -> chafa
2025-08-20T20:03:48.7533739Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:03:49.1981716Z [+] Installing: croc -> croc
2025-08-20T20:03:49.5848835Z [+] Installing: csvtk -> csvtk
2025-08-20T20:03:50.0032018Z [+] Installing: cutlines -> cutlines
2025-08-20T20:03:50.3313011Z curl: (22) The requested URL returned error: 404
2025-08-20T20:03:50.3351420Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:03:50.3352368Z [+] Installing: dbin -> dbin
2025-08-20T20:03:50.4984522Z [+] Installing: dasel -> dasel
2025-08-20T20:03:50.9446534Z [+] Installing: delta -> delta
2025-08-20T20:03:51.3450332Z [+] Installing: ds -> ds
2025-08-20T20:03:51.7007169Z curl: (22) The requested URL returned error: 404
2025-08-20T20:03:51.7045228Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:03:51.7046808Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:03:52.0604848Z [+] Installing: duf -> duf
2025-08-20T20:03:52.4535560Z [+] Installing: duplicut -> duplicut
2025-08-20T20:03:52.8419101Z [+] Installing: dust -> dust
2025-08-20T20:03:53.2313470Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:03:53.7378245Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:03:54.1676434Z [+] Installing: dysk -> dysk
2025-08-20T20:03:54.5434042Z [+] Installing: eget -> eget
2025-08-20T20:03:55.0756917Z [+] Installing: epoch -> epoch
2025-08-20T20:03:55.4622276Z [+] Installing: faketty -> faketty
2025-08-20T20:03:55.8299437Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:03:56.1971651Z [+] Installing: freeze -> freeze
2025-08-20T20:03:56.6109138Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:03:56.6999449Z [+] Installing: gdu -> gdu
2025-08-20T20:03:57.1376865Z [+] Installing: gh -> gh
2025-08-20T20:03:57.6322244Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:03:58.0613777Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:03:58.4470429Z [+] Installing: glab -> glab
2025-08-20T20:03:58.9553590Z [+] Installing: glow -> glow
2025-08-20T20:03:59.4129380Z [+] Installing: httpx -> httpx
2025-08-20T20:03:59.9119709Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:04:00.3522421Z [+] Installing: husarnet -> husarnet
2025-08-20T20:04:00.6796695Z curl: (22) The requested URL returned error: 404
2025-08-20T20:04:00.6838473Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:04:00.6839481Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:04:01.0415364Z curl: (22) The requested URL returned error: 404
2025-08-20T20:04:01.0456136Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:04:01.0457066Z [+] Installing: imgcat -> imgcat
2025-08-20T20:04:01.4210693Z [+] Installing: jc -> jc
2025-08-20T20:04:01.8141555Z [+] Installing: jq -> jq
2025-08-20T20:04:02.1915808Z [+] Installing: logdy -> logdy
2025-08-20T20:04:02.6541265Z [+] Installing: micro -> micro
2025-08-20T20:04:03.0679664Z [+] Installing: miniserve -> miniserve
2025-08-20T20:04:03.5059401Z [+] Installing: minisign -> minisign
2025-08-20T20:04:03.8825159Z [+] Installing: ncdu -> ncdu
2025-08-20T20:04:04.2585549Z [+] Installing: notify -> notify
2025-08-20T20:04:04.7387150Z [+] Installing: ouch -> ouch
2025-08-20T20:04:05.1305389Z [+] Installing: oras -> oras
2025-08-20T20:04:05.5743746Z [+] Installing: pipetty -> pipetty
2025-08-20T20:04:05.9160867Z [+] Installing: pixterm -> pixterm
2025-08-20T20:04:06.2865630Z [+] Installing: qsv -> qsv
2025-08-20T20:04:06.7328175Z [+] Installing: rclone -> rclone
2025-08-20T20:04:07.2189730Z [+] Installing: ripgrep -> rg
2025-08-20T20:04:07.6023988Z [+] Installing: rga -> rga
2025-08-20T20:04:08.0088904Z [+] Installing: rsync -> rsync
2025-08-20T20:04:08.3768571Z [+] Installing: script -> script
2025-08-20T20:04:08.7455547Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:04:09.1680494Z [+] Installing: soar -> soar
2025-08-20T20:04:09.6020657Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:04:09.7367371Z [+] Installing: sstrip -> sstrip
2025-08-20T20:04:10.1066376Z [+] Installing: strace -> strace
2025-08-20T20:04:10.4994485Z [+] Installing: sttr -> sttr
2025-08-20T20:04:10.9172369Z [+] Installing: tailscale -> tailscale
2025-08-20T20:04:11.3831644Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:04:11.8385088Z [+] Installing: taplo -> taplo
2025-08-20T20:04:12.2505593Z [+] Installing: tldr -> tldr
2025-08-20T20:04:12.6219070Z [+] Installing: tldr -> tealdeer
2025-08-20T20:04:12.7464893Z [+] Installing: tmux -> tmux
2025-08-20T20:04:13.1302388Z [+] Installing: tok -> tok
2025-08-20T20:04:13.4952098Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:04:13.9326307Z [+] Installing: trurl -> trurl
2025-08-20T20:04:14.3778397Z [+] Installing: tss -> tss
2025-08-20T20:04:14.7603993Z [+] Installing: ulexec -> ulexec
2025-08-20T20:04:15.1551614Z [+] Installing: unfurl -> unfurl
2025-08-20T20:04:15.5830791Z [+] Installing: upx -> upx
2025-08-20T20:04:15.9237006Z [+] Installing: validtoml -> validtoml
2025-08-20T20:04:16.3094847Z [+] Installing: wget -> wget
2025-08-20T20:04:16.7634757Z [+] Installing: wget2 -> wget2
2025-08-20T20:04:17.1749585Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:04:17.5673723Z [+] Installing: xq -> xq
2025-08-20T20:04:17.9731967Z [+] Installing: xz -> xz
2025-08-20T20:04:18.3143401Z [+] Installing: unxz -> unxz
2025-08-20T20:04:18.6965817Z [+] Installing: yq -> yq
2025-08-20T20:04:19.1695243Z [+] Installing: yj -> yj
2025-08-20T20:04:19.5562298Z [+] Installing: zapper -> zapper
2025-08-20T20:04:19.9026755Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:04:20.2769917Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:04:20.7019377Z curl: (22) The requested URL returned error: 404
2025-08-20T20:04:20.7065957Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:04:20.7066906Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:04:21.0698839Z curl: (22) The requested URL returned error: 404
2025-08-20T20:04:21.0740776Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:04:21.0741499Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:04:21.4569772Z curl: (22) The requested URL returned error: 404
2025-08-20T20:04:21.4609413Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:04:21.4610514Z [+] Installing: zstd -> zstd
2025-08-20T20:04:21.8586021Z [+] Creating symlinks...
2025-08-20T20:04:21.8680034Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:04:21.8780518Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:04:21.8882339Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:04:21.8986747Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:04:21.9088561Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:04:21.9190117Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:04:21.9292997Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:04:21.9396257Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:04:21.9497409Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:04:21.9597666Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:04:21.9697215Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:04:21.9796353Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:04:21.9895658Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:04:21.9994882Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:04:22.0094269Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:04:22.0193491Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:04:22.0292061Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:04:22.0330359Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:04:22.0419924Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:04:22.0523044Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:04:22.0627094Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:04:22.0666490Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:04:22.0760481Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:04:22.0862083Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:04:22.0962049Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:04:22.1062291Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:04:22.1162157Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:04:22.1262725Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:04:22.1366298Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:04:22.1468278Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:04:22.1567565Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:04:22.1666753Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:04:22.1768541Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:04:22.1867831Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:04:22.1970329Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:04:22.2070455Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:04:22.2172946Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:04:22.2274302Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:04:22.2375824Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:04:22.2478204Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:04:22.2583026Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:04:22.2690075Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:04:22.2795364Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:04:22.2898883Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:04:22.2938123Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:04:22.2967043Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:04:22.3058334Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:04:22.3160713Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:04:22.3261193Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:04:22.3361798Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:04:22.3462234Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:04:22.3562026Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:04:22.3661070Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:04:22.3759646Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:04:22.3858637Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:04:22.3958996Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:04:22.4059545Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:04:22.4162202Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:04:22.4261891Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:04:22.4361719Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:04:22.4462320Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:04:22.4561825Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:04:22.4662704Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:04:22.4763741Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:04:22.4867391Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:04:22.4968579Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:04:22.5070718Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:04:22.5173083Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:04:22.5277897Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:04:22.5382891Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:04:22.5487119Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:04:22.5591220Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:04:22.5693989Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:04:22.5798479Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:04:22.5903456Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:04:22.6006057Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:04:22.6107799Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:04:22.6207552Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:04:22.6306580Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:04:22.6407739Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:04:22.6509722Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:04:22.6610032Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:04:22.6710039Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:04:22.6809270Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:04:22.6908968Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:04:22.7010297Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:04:22.7112096Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:04:22.7212464Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:04:22.7313485Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:04:22.7417740Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:04:22.7524881Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:04:22.7630081Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:04:22.7733521Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:04:22.7836415Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:04:22.7936412Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:04:22.7976175Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:04:22.8005289Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:04:22.8033783Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:04:22.8125917Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:04:22.8152876Z 
2025-08-20T20:04:22.8153591Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:04:22.8154193Z 
2025-08-20T20:04:22.8168067Z 
2025-08-20T20:04:22.8265479Z 
2025-08-20T20:04:22.8265814Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T20:04:22.8266161Z 
2025-08-20T20:04:22.8266343Z [+] Installation completed!
2025-08-20T20:04:22.8338990Z 
2025-08-20T20:04:22.8339234Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:04:23.0954261Z github.com
2025-08-20T20:04:23.0954946Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:04:23.0955373Z   - Active account: true
2025-08-20T20:04:23.0955681Z   - Git operations protocol: https
2025-08-20T20:04:23.0956035Z   - Token: ghp_************************************
2025-08-20T20:04:23.0956898Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:04:23.0957651Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:04:23.0958037Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:04:23.2568318Z Limit: 5000, Remaining: 4958, Reset: 2025-08-20 20:25:34 +0000 UTC (21m11s)
2025-08-20T20:04:23.2578265Z 
2025-08-20T20:04:23.2578424Z [+] GHCR_TOKEN is Exported
2025-08-20T20:04:23.2617191Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:04:23.4311006Z Login Succeeded
2025-08-20T20:04:23.4325983Z 
2025-08-20T20:04:23.4326587Z [+] GITLAB is Exported
2025-08-20T20:04:23.4644776Z [git remote -v]
2025-08-20T20:04:23.6461587Z gitlab.com
2025-08-20T20:04:23.6462354Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:04:23.6463436Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:04:23.6464232Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:04:23.6464893Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:04:23.6465526Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:04:23.6466170Z   ✓ Token found: **************************
2025-08-20T20:04:23.6466483Z 
2025-08-20T20:04:23.6467135Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:04:23.6468033Z [git remote -v]
2025-08-20T20:04:23.6481930Z 2025/08/20 20:04:23 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:04:23.8640725Z git: exit status 128]
2025-08-20T20:04:23.8641044Z 
2025-08-20T20:04:23.8641061Z 
2025-08-20T20:04:23.8641701Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:04:23 PM)
2025-08-20T20:04:23.8642415Z 
2025-08-20T20:04:23.8642422Z 
2025-08-20T20:04:23.8642572Z [+] USER = runner
2025-08-20T20:04:23.8642948Z [+] HOME = /home/runner
2025-08-20T20:04:23.8646844Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:04:23.8649334Z 
2025-08-20T20:04:23.9381182Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:23.9696708Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:04:23.9737276Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:04:23.9744822Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:04:23.9749815Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:04:23.9818238Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:04:23.9855856Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:04:25.1276120Z Reading package lists...
2025-08-20T20:04:25.1592768Z Reading package lists...
2025-08-20T20:04:25.3497371Z Building dependency tree...
2025-08-20T20:04:25.3507775Z Reading state information...
2025-08-20T20:04:25.5531081Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:04:25.5531712Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:04:25.5532077Z ca-certificates is already the newest version (20240203).
2025-08-20T20:04:25.5532432Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:04:25.5532781Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:04:25.5533110Z moreutils is already the newest version (0.69-1).
2025-08-20T20:04:25.5533776Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:04:25.5534231Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:04:25.5534924Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:04:25.6141184Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:25.6446037Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:04:25.6465531Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:04:25.6475381Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:04:25.6481894Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:04:25.6810733Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:04:25.6859821Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:04:26.8015338Z Reading package lists...
2025-08-20T20:04:26.8331880Z Reading package lists...
2025-08-20T20:04:27.0168294Z Building dependency tree...
2025-08-20T20:04:27.0175964Z Reading state information...
2025-08-20T20:04:27.1841716Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:04:27.1842308Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:04:27.1842790Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:04:27.1843781Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:04:27.1844152Z ca-certificates is already the newest version (20240203).
2025-08-20T20:04:27.1844504Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:04:27.1844835Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:04:27.1845153Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:04:27.1845440Z gawk set to manually installed.
2025-08-20T20:04:27.1845704Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:04:27.1846033Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:04:27.1846416Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:04:27.1847215Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:04:27.1847746Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:04:27.1848229Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:04:27.1848827Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:04:27.1849774Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:04:27.1850392Z The following additional packages will be installed:
2025-08-20T20:04:27.1850959Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:04:27.1851552Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:04:27.1852117Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:04:27.1852700Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:04:27.1853546Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:04:27.1854146Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:04:27.1856534Z Suggested packages:
2025-08-20T20:04:27.1857179Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:04:27.1857942Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:04:27.1869225Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:04:27.1869969Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:04:27.1870697Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:04:27.1871357Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:04:27.1871930Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:04:27.2191781Z The following NEW packages will be installed:
2025-08-20T20:04:27.2192641Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:04:27.2194342Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:04:27.2195639Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:04:27.2196476Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:04:27.2197274Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:04:27.2202645Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:04:27.2205420Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:04:27.2396981Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:04:27.2397602Z Need to get 27.5 MB of archives.
2025-08-20T20:04:27.2398173Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:04:27.2398842Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:27.2901076Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:04:27.3759642Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:04:27.4956127Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:04:27.5282639Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:04:27.5571434Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:04:27.5869575Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:04:27.6474660Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:04:28.2407051Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:04:28.3095698Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:04:28.4008968Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:04:28.9943528Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:04:29.0322608Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:04:29.1098068Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:04:29.1414695Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:04:29.1707383Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:04:29.2013348Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:04:29.2308979Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:04:29.5013703Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:04:29.5746034Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:04:29.6157087Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:04:29.6444613Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:04:29.6746314Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:04:29.7399429Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:04:29.7709863Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:04:29.8063772Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:04:29.8356660Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:04:29.9234192Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:04:29.9550471Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:04:29.9856959Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:04:30.0185260Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:04:30.0479628Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:04:30.0804008Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:04:30.1127293Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:04:30.2432454Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:04:30.3002542Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:04:30.3669510Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:04:30.6185691Z Preconfiguring packages ...
2025-08-20T20:04:30.6808505Z Fetched 27.5 MB in 3s (8754 kB/s)
2025-08-20T20:04:30.7019762Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:04:30.7074147Z (Reading database ... 
2025-08-20T20:04:30.7074685Z (Reading database ... 5%
2025-08-20T20:04:30.7075134Z (Reading database ... 10%
2025-08-20T20:04:30.7075545Z (Reading database ... 15%
2025-08-20T20:04:30.7075926Z (Reading database ... 20%
2025-08-20T20:04:30.7076318Z (Reading database ... 25%
2025-08-20T20:04:30.7076699Z (Reading database ... 30%
2025-08-20T20:04:30.7077081Z (Reading database ... 35%
2025-08-20T20:04:30.7077465Z (Reading database ... 40%
2025-08-20T20:04:30.7077845Z (Reading database ... 45%
2025-08-20T20:04:30.7078223Z (Reading database ... 50%
2025-08-20T20:04:30.7177788Z (Reading database ... 55%
2025-08-20T20:04:30.7195821Z (Reading database ... 60%
2025-08-20T20:04:30.7216253Z (Reading database ... 65%
2025-08-20T20:04:30.7252483Z (Reading database ... 70%
2025-08-20T20:04:30.7275199Z (Reading database ... 75%
2025-08-20T20:04:30.7297361Z (Reading database ... 80%
2025-08-20T20:04:30.7447436Z (Reading database ... 85%
2025-08-20T20:04:30.7772352Z (Reading database ... 90%
2025-08-20T20:04:30.7860798Z (Reading database ... 95%
2025-08-20T20:04:30.7861273Z (Reading database ... 100%
2025-08-20T20:04:30.7861703Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T20:04:30.7908504Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:04:30.8115941Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:04:30.9559236Z Selecting previously unselected package poppler-data.
2025-08-20T20:04:30.9698286Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:04:30.9708165Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:04:31.0931622Z Selecting previously unselected package b3sum.
2025-08-20T20:04:31.1071758Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:04:31.1083373Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:04:31.1368425Z Selecting previously unselected package build-essential.
2025-08-20T20:04:31.1506397Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:04:31.1517396Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:04:31.1739860Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:04:31.1877888Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:04:31.1898857Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:04:31.2130280Z Selecting previously unselected package ccache.
2025-08-20T20:04:31.2267926Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:04:31.2278871Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:04:31.2670020Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:04:31.2807336Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:04:31.2818550Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:04:31.3097556Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:04:31.3235316Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:04:31.3247230Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:04:31.3586895Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:04:31.3722508Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:04:31.3733462Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:04:31.4097947Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:04:31.4236861Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:04:31.4891025Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:04:31.5948279Z Selecting previously unselected package libgs-common.
2025-08-20T20:04:31.6087463Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:04:31.6098865Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:31.6349459Z Selecting previously unselected package libgs10-common.
2025-08-20T20:04:31.6488449Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:04:31.6499623Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:31.7225148Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:04:31.7364388Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:04:31.7376972Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:04:31.7607806Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:04:31.7746146Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:04:31.7756726Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:04:31.7978394Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:04:31.8117275Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:04:31.8128836Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:04:31.8385542Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:04:31.8525564Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:04:31.8536451Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:04:31.8773497Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:04:31.8914192Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:04:31.8925956Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:32.0018416Z Selecting previously unselected package ghostscript.
2025-08-20T20:04:32.0158402Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:04:32.0170997Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:32.0479314Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:04:32.0622958Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:04:32.0636098Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:32.1491871Z Selecting previously unselected package imagemagick.
2025-08-20T20:04:32.1632977Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:04:32.1644436Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:32.1858942Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:04:32.1998875Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:04:32.2008770Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:04:32.2271653Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:04:32.2410463Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:04:32.2420319Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:04:32.2712134Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:04:32.2850700Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:04:32.2860082Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:04:32.3093454Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:04:32.3232083Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:04:32.3240274Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:04:32.3478930Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:04:32.3616840Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:04:32.3625491Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:04:32.3843962Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:04:32.3982593Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:04:32.3991273Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:04:32.4379734Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:04:32.4518837Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:04:32.4549130Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:04:32.4766257Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:04:32.4906342Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:04:32.4915149Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:32.5214683Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:04:32.5354078Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:04:32.5362221Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:04:32.5587920Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:04:32.5726080Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:04:32.5735176Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:04:32.5955339Z Selecting previously unselected package libtool-bin.
2025-08-20T20:04:32.6095827Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:04:32.6106409Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:04:32.6341763Z Selecting previously unselected package lzip.
2025-08-20T20:04:32.6481934Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:04:32.6489629Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:04:32.6721052Z Selecting previously unselected package netpbm.
2025-08-20T20:04:32.6861610Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:04:32.6871329Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:04:32.8701152Z Selecting previously unselected package musl:amd64.
2025-08-20T20:04:32.8842834Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:04:32.8852129Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:04:32.9135774Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:04:32.9274905Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:04:32.9283475Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:04:32.9969694Z Selecting previously unselected package musl-tools.
2025-08-20T20:04:33.0115097Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:04:33.0125275Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:04:33.0562122Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:04:33.1905129Z 
2025-08-20T20:04:33.1905694Z Creating config file /etc/papersize with new version
2025-08-20T20:04:33.2429879Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:04:33.2449669Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:04:33.2474801Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:04:33.2493052Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:04:33.2511932Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:33.2530028Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:04:33.2552412Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:04:33.2571433Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:04:33.2675003Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:04:33.2694126Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:04:33.2713465Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:04:33.2769906Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:04:33.2816974Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:04:33.2862722Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:04:33.2881561Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:04:33.2905150Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:04:33.2925731Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:04:33.2945198Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:04:33.2963690Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:33.3035537Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:04:33.3080848Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:04:33.3137848Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:04:33.3184159Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:04:33.3241887Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:04:33.3287671Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:04:33.3344130Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:04:33.3389932Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:04:33.3450931Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:04:33.3498229Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:04:33.3556486Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:04:33.3603346Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:04:33.3660719Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:04:33.3707746Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:04:33.3765518Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:04:33.3812968Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:04:33.3872077Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:04:33.3920849Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:04:33.3981908Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:04:33.4030821Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:04:33.4091102Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:04:33.4140016Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:04:33.4158125Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:04:33.4177407Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:04:33.4211071Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:04:33.4230301Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:04:33.4444862Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:04:33.4485835Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:04:33.4506733Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:04:33.4525557Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:04:33.4550411Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:04:33.4645394Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:04:33.4665534Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:04:33.4708831Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:04:33.4739092Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:04:33.4758528Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:33.4777974Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:04:33.4797468Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:04:33.6442859Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:04:33.6464685Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:33.6485585Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:33.6510031Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:04:33.6578635Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:04:33.8370945Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:04:34.2083827Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:04:34.3513418Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:04:36.1052254Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:42.6206358Z Reading package lists...
2025-08-20T20:04:42.8136182Z Building dependency tree...
2025-08-20T20:04:42.8143890Z Reading state information...
2025-08-20T20:04:42.9916754Z autoconf is already the newest version (2.71-3).
2025-08-20T20:04:42.9917424Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:04:42.9918048Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:04:42.9918678Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:04:42.9919308Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:04:42.9919945Z ca-certificates is already the newest version (20240203).
2025-08-20T20:04:42.9920556Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:04:42.9921191Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:04:42.9922152Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:04:42.9922780Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:04:42.9923753Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:04:42.9924352Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:04:42.9924850Z patch set to manually installed.
2025-08-20T20:04:42.9925358Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:04:42.9925966Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:04:42.9926534Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:04:42.9927078Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:04:42.9927564Z Suggested packages:
2025-08-20T20:04:42.9927893Z   scons-doc
2025-08-20T20:04:43.0094808Z The following NEW packages will be installed:
2025-08-20T20:04:43.0108760Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:04:43.0296865Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:04:43.0297288Z Need to get 15.8 MB of archives.
2025-08-20T20:04:43.0297823Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:04:43.0298495Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:43.0994163Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:04:43.2031881Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:04:43.2729078Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:04:45.3745018Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:04:45.4933548Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:04:45.7775136Z Fetched 15.8 MB in 2s (6332 kB/s)
2025-08-20T20:04:45.7967044Z Selecting previously unselected package autopoint.
2025-08-20T20:04:45.8022715Z (Reading database ... 
2025-08-20T20:04:45.8023317Z (Reading database ... 5%
2025-08-20T20:04:45.8023696Z (Reading database ... 10%
2025-08-20T20:04:45.8024063Z (Reading database ... 15%
2025-08-20T20:04:45.8024419Z (Reading database ... 20%
2025-08-20T20:04:45.8024773Z (Reading database ... 25%
2025-08-20T20:04:45.8025160Z (Reading database ... 30%
2025-08-20T20:04:45.8025509Z (Reading database ... 35%
2025-08-20T20:04:45.8025857Z (Reading database ... 40%
2025-08-20T20:04:45.8026204Z (Reading database ... 45%
2025-08-20T20:04:45.8026550Z (Reading database ... 50%
2025-08-20T20:04:45.8132201Z (Reading database ... 55%
2025-08-20T20:04:45.8152708Z (Reading database ... 60%
2025-08-20T20:04:45.8177107Z (Reading database ... 65%
2025-08-20T20:04:45.8220850Z (Reading database ... 70%
2025-08-20T20:04:45.8242773Z (Reading database ... 75%
2025-08-20T20:04:45.8270215Z (Reading database ... 80%
2025-08-20T20:04:45.8301206Z (Reading database ... 85%
2025-08-20T20:04:45.8744786Z (Reading database ... 90%
2025-08-20T20:04:45.8831332Z (Reading database ... 95%
2025-08-20T20:04:45.8831693Z (Reading database ... 100%
2025-08-20T20:04:45.8832098Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T20:04:45.8878986Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:04:45.8888014Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:04:45.9135444Z Selecting previously unselected package clang.
2025-08-20T20:04:45.9275647Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:04:45.9284383Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:04:45.9503354Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:04:45.9644964Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:04:45.9654777Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:04:46.4461729Z Selecting previously unselected package scons.
2025-08-20T20:04:46.4603378Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:04:46.4612064Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:04:46.5328496Z Selecting previously unselected package byacc.
2025-08-20T20:04:46.5475543Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:04:46.5484276Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:04:46.5897695Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:04:46.5946357Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:04:46.6024263Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:04:46.6245576Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:04:47.0395909Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:04:47.0426324Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:51.0137521Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:04:52.6603682Z Reading package lists...
2025-08-20T20:04:52.8730383Z Building dependency tree...
2025-08-20T20:04:52.8738222Z Reading state information...
2025-08-20T20:04:53.0728505Z The following additional packages will be installed:
2025-08-20T20:04:53.0729329Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:04:53.0730111Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:04:53.0731009Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:04:53.0732079Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:04:53.0733080Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:04:53.0734352Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:04:53.0735357Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:04:53.0736061Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:04:53.0737021Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:04:53.0741844Z Suggested packages:
2025-08-20T20:04:53.0742296Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:04:53.0742973Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:04:53.0743590Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:04:53.0744046Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:04:53.0744522Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:04:53.0744990Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:04:53.0745455Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:04:53.0745976Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:04:53.0746357Z   wdiff-doc
2025-08-20T20:04:53.0746542Z Recommended packages:
2025-08-20T20:04:53.0746872Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:04:53.0747337Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:04:53.0747820Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:04:53.0748321Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:04:53.0961580Z The following NEW packages will be installed:
2025-08-20T20:04:53.0963331Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:04:53.0964059Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:04:53.0964745Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:04:53.0967575Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:04:53.0968132Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:04:53.0968635Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:04:53.0969437Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:04:53.0970293Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:04:53.0976865Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:04:53.1175076Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:04:53.1175691Z Need to get 2417 kB of archives.
2025-08-20T20:04:53.1176250Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:04:53.1176904Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:53.1680113Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:04:53.1981879Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:04:53.2292334Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:04:53.2612402Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:04:53.2914940Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:04:53.3239344Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:04:53.3548301Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:04:53.3857548Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:04:53.4225213Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:04:53.4525090Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:04:53.4847768Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:04:53.5185066Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:04:53.5506403Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:04:53.5815227Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:04:53.6111649Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:04:53.6435370Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:04:53.6798189Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:04:53.7868128Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:04:53.8172523Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:04:53.8472820Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:04:53.8767221Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:04:54.0248438Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:04:54.0564926Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:04:54.0946627Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:04:54.1322938Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:04:54.1829466Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:04:54.2286232Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:04:54.2987590Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:04:54.3552387Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:04:54.3875794Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:04:54.7518158Z Fetched 2417 kB in 1s (1757 kB/s)
2025-08-20T20:04:54.7704436Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:04:54.7759268Z (Reading database ... 
2025-08-20T20:04:54.7759664Z (Reading database ... 5%
2025-08-20T20:04:54.7760038Z (Reading database ... 10%
2025-08-20T20:04:54.7760398Z (Reading database ... 15%
2025-08-20T20:04:54.7760787Z (Reading database ... 20%
2025-08-20T20:04:54.7761159Z (Reading database ... 25%
2025-08-20T20:04:54.7763577Z (Reading database ... 30%
2025-08-20T20:04:54.7763975Z (Reading database ... 35%
2025-08-20T20:04:54.7764335Z (Reading database ... 40%
2025-08-20T20:04:54.7764684Z (Reading database ... 45%
2025-08-20T20:04:54.7765043Z (Reading database ... 50%
2025-08-20T20:04:54.7862159Z (Reading database ... 55%
2025-08-20T20:04:54.7881064Z (Reading database ... 60%
2025-08-20T20:04:54.7904027Z (Reading database ... 65%
2025-08-20T20:04:54.7945223Z (Reading database ... 70%
2025-08-20T20:04:54.7966244Z (Reading database ... 75%
2025-08-20T20:04:54.7993453Z (Reading database ... 80%
2025-08-20T20:04:54.8024355Z (Reading database ... 85%
2025-08-20T20:04:54.8443517Z (Reading database ... 90%
2025-08-20T20:04:54.8522582Z (Reading database ... 95%
2025-08-20T20:04:54.8522950Z (Reading database ... 100%
2025-08-20T20:04:54.8523539Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T20:04:54.8568970Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:04:54.8579209Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:04:54.8795203Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:04:54.8937873Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:04:54.8946589Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:04:54.9157429Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:04:54.9297959Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:04:54.9306966Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:04:54.9539992Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:04:54.9678676Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:04:54.9686569Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:04:54.9897228Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:04:55.0034833Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:04:55.0043581Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:04:55.0248752Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:04:55.0387708Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:04:55.0395869Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:04:55.0617780Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:04:55.0759945Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:04:55.0769364Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:04:55.0987896Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:04:55.1127595Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:04:55.1135699Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:04:55.1365684Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:04:55.1507724Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:04:55.1516613Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:04:55.1728852Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:04:55.1868868Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:04:55.1878367Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:04:55.2090289Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:04:55.2229230Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:04:55.2238304Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:04:55.2488952Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:04:55.2626779Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:04:55.2635464Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:04:55.2836892Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:04:55.2976664Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:04:55.2984941Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:04:55.3205015Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:04:55.3345692Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:04:55.3354579Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:04:55.3565436Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:04:55.3705082Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:04:55.3713669Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:04:55.3955968Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:04:55.4094870Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:04:55.4102918Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:04:55.4320521Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:04:55.4459723Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:04:55.4487143Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:04:55.4749191Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:04:55.4889028Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:04:55.4896414Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:04:55.5107315Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:04:55.5246983Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:04:55.5257113Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:04:55.5462733Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:04:55.5604318Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:04:55.5612763Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:04:55.5835764Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:04:55.5974183Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:04:55.5981781Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:04:55.6399270Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:04:55.6540330Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:04:55.6549061Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:04:55.6838018Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:04:55.6978094Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:04:55.6985650Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:04:55.7198996Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:04:55.7339327Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:04:55.7346741Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:04:55.7559004Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:04:55.7699603Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:04:55.7708511Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:04:55.7944482Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:04:55.8083697Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:04:55.8092244Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:04:55.8313061Z Selecting previously unselected package libwww-perl.
2025-08-20T20:04:55.8452282Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:04:55.8460410Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:04:55.8760808Z Selecting previously unselected package patchutils.
2025-08-20T20:04:55.8902145Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:04:55.8911820Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:04:55.9185677Z Selecting previously unselected package wdiff.
2025-08-20T20:04:55.9324738Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:04:55.9332559Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:04:55.9572932Z Selecting previously unselected package devscripts.
2025-08-20T20:04:55.9713584Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:04:55.9909233Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:04:56.1165307Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:04:56.1186997Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:04:56.1208039Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:04:56.1229239Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:04:56.1250627Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:04:56.1272742Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:04:56.1295009Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:04:56.1316856Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:04:56.1338215Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:04:56.1363999Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:04:56.1388000Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:04:56.1409096Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:04:56.1431836Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:04:56.1452953Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:04:56.1474590Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:04:56.1496158Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:04:56.1516072Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:04:56.1539615Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:04:56.1559959Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:04:56.1581374Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:04:56.1602217Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:04:56.1624671Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:04:56.1648396Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:04:56.1672503Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:04:56.1699047Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:04:56.1719802Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:04:56.1741272Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:04:56.1775622Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:04:56.1804365Z Setting up devscripts (2.23.7) ...
2025-08-20T20:04:56.3055460Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:04:56.3078492Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:00.6330862Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:05:02.3007804Z Reading package lists...
2025-08-20T20:05:02.4829587Z Building dependency tree...
2025-08-20T20:05:02.4837291Z Reading state information...
2025-08-20T20:05:02.6479395Z The following additional packages will be installed:
2025-08-20T20:05:02.6486388Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:05:02.6491788Z Suggested packages:
2025-08-20T20:05:02.6492227Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:05:02.6626376Z The following NEW packages will be installed:
2025-08-20T20:05:02.6632675Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:05:02.6802764Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:02.6803570Z Need to get 13.6 MB of archives.
2025-08-20T20:05:02.6804157Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:05:02.6804840Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:02.7383793Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:05:02.7726256Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:05:02.8471745Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:05:02.9564566Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:05:03.5466971Z Fetched 13.6 MB in 1s (21.9 MB/s)
2025-08-20T20:05:03.5653050Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:05:03.5709686Z (Reading database ... 
2025-08-20T20:05:03.5710140Z (Reading database ... 5%
2025-08-20T20:05:03.5710570Z (Reading database ... 10%
2025-08-20T20:05:03.5710996Z (Reading database ... 15%
2025-08-20T20:05:03.5711410Z (Reading database ... 20%
2025-08-20T20:05:03.5711810Z (Reading database ... 25%
2025-08-20T20:05:03.5712224Z (Reading database ... 30%
2025-08-20T20:05:03.5712963Z (Reading database ... 35%
2025-08-20T20:05:03.5713565Z (Reading database ... 40%
2025-08-20T20:05:03.5713966Z (Reading database ... 45%
2025-08-20T20:05:03.5714386Z (Reading database ... 50%
2025-08-20T20:05:03.5798555Z (Reading database ... 55%
2025-08-20T20:05:03.5834292Z (Reading database ... 60%
2025-08-20T20:05:03.5858074Z (Reading database ... 65%
2025-08-20T20:05:03.5899166Z (Reading database ... 70%
2025-08-20T20:05:03.5920877Z (Reading database ... 75%
2025-08-20T20:05:03.5947193Z (Reading database ... 80%
2025-08-20T20:05:03.5977945Z (Reading database ... 85%
2025-08-20T20:05:03.6380756Z (Reading database ... 90%
2025-08-20T20:05:03.6454277Z (Reading database ... 95%
2025-08-20T20:05:03.6454767Z (Reading database ... 100%
2025-08-20T20:05:03.6455433Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T20:05:03.6497905Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:05:03.6512848Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:05:03.6742676Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:05:03.6880757Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:05:03.6888687Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:05:03.7120129Z Selecting previously unselected package cmake-data.
2025-08-20T20:05:03.7263062Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:05:03.7330731Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:05:04.3284880Z Selecting previously unselected package cmake.
2025-08-20T20:05:04.3437376Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:05:04.3444991Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:05:04.5257719Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:05:04.5278461Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:05:04.5296734Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:05:04.5362140Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:05:04.5386302Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:08.6296355Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:09.1951068Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:05:09.1952665Z Running kernel seems to be up-to-date.
2025-08-20T20:05:09.1952972Z 
2025-08-20T20:05:09.1953358Z Restarting services...
2025-08-20T20:05:09.2014907Z 
2025-08-20T20:05:09.2015290Z Service restarts being deferred:
2025-08-20T20:05:09.2015770Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:05:09.2016137Z 
2025-08-20T20:05:09.2016277Z No containers need to be restarted.
2025-08-20T20:05:09.2016461Z 
2025-08-20T20:05:09.2019570Z No user sessions are running outdated binaries.
2025-08-20T20:05:09.2019944Z 
2025-08-20T20:05:09.2020280Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:05:10.1538784Z Reading package lists...
2025-08-20T20:05:10.3290922Z Building dependency tree...
2025-08-20T20:05:10.3299242Z Reading state information...
2025-08-20T20:05:10.5126384Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:05:10.5127061Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:05:10.5127605Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:05:10.5128275Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:05:10.5128940Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:05:10.5129759Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:05:10.5130544Z ca-certificates is already the newest version (20240203).
2025-08-20T20:05:10.5131183Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:05:10.5142850Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:05:10.5143786Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:05:10.5144334Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:05:10.5144860Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:05:10.5145358Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:05:10.5145958Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:05:10.5146471Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:05:10.5147028Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:05:10.5147566Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:05:10.5148097Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:05:10.5148620Z musl is already the newest version (1.2.4-2).
2025-08-20T20:05:10.5149123Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:05:10.5149434Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:05:10.5149820Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:05:10.5150193Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:05:10.5150514Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:05:10.5150829Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:05:10.5151181Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:10.5366701Z Reading package lists...
2025-08-20T20:05:10.7161701Z Building dependency tree...
2025-08-20T20:05:10.7169980Z Reading state information...
2025-08-20T20:05:10.9205356Z autoconf is already the newest version (2.71-3).
2025-08-20T20:05:10.9206026Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:05:10.9206501Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:05:10.9206894Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:05:10.9207282Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:05:10.9207949Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:05:10.9208333Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:05:10.9208692Z ca-certificates is already the newest version (20240203).
2025-08-20T20:05:10.9209050Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:05:10.9209381Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:05:10.9209703Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:05:10.9210044Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:05:10.9210382Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:05:10.9210735Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:05:10.9211085Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:05:10.9211557Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:05:10.9212138Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:05:10.9212830Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:05:10.9213651Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:05:10.9214225Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:05:10.9214774Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:05:10.9215378Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:10.9440994Z Reading package lists...
2025-08-20T20:05:11.1481038Z Building dependency tree...
2025-08-20T20:05:11.1489548Z Reading state information...
2025-08-20T20:05:11.3433681Z devscripts is already the newest version (2.23.7).
2025-08-20T20:05:11.3434344Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:11.3669032Z Reading package lists...
2025-08-20T20:05:11.5551026Z Building dependency tree...
2025-08-20T20:05:11.5558907Z Reading state information...
2025-08-20T20:05:11.7388360Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:05:11.7389363Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:11.7621535Z Reading package lists...
2025-08-20T20:05:11.9442825Z Building dependency tree...
2025-08-20T20:05:11.9450957Z Reading state information...
2025-08-20T20:05:12.1151744Z Suggested packages:
2025-08-20T20:05:12.1152140Z   binutils-doc
2025-08-20T20:05:12.1436808Z The following NEW packages will be installed:
2025-08-20T20:05:12.1445421Z   binutils-aarch64-linux-gnu
2025-08-20T20:05:12.1645450Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:12.1891200Z Need to get 3711 kB of archives.
2025-08-20T20:05:12.1892047Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:05:12.1892715Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:12.2502801Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:05:12.6990475Z Fetched 3711 kB in 0s (15.2 MB/s)
2025-08-20T20:05:12.7184587Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:05:12.7242732Z (Reading database ... 
2025-08-20T20:05:12.7243357Z (Reading database ... 5%
2025-08-20T20:05:12.7243757Z (Reading database ... 10%
2025-08-20T20:05:12.7244122Z (Reading database ... 15%
2025-08-20T20:05:12.7244472Z (Reading database ... 20%
2025-08-20T20:05:12.7244830Z (Reading database ... 25%
2025-08-20T20:05:12.7245187Z (Reading database ... 30%
2025-08-20T20:05:12.7245538Z (Reading database ... 35%
2025-08-20T20:05:12.7245893Z (Reading database ... 40%
2025-08-20T20:05:12.7246248Z (Reading database ... 45%
2025-08-20T20:05:12.7246615Z (Reading database ... 50%
2025-08-20T20:05:12.7333062Z (Reading database ... 55%
2025-08-20T20:05:12.7370875Z (Reading database ... 60%
2025-08-20T20:05:12.7395132Z (Reading database ... 65%
2025-08-20T20:05:12.7438755Z (Reading database ... 70%
2025-08-20T20:05:12.7463645Z (Reading database ... 75%
2025-08-20T20:05:12.7489441Z (Reading database ... 80%
2025-08-20T20:05:12.7529764Z (Reading database ... 85%
2025-08-20T20:05:12.7965640Z (Reading database ... 90%
2025-08-20T20:05:12.8049125Z (Reading database ... 95%
2025-08-20T20:05:12.8049550Z (Reading database ... 100%
2025-08-20T20:05:12.8050084Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T20:05:12.8097574Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:05:12.8112870Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:05:12.9711946Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:05:12.9736511Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:12.9888992Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:18.4907410Z Reading package lists...
2025-08-20T20:05:18.6839765Z Building dependency tree...
2025-08-20T20:05:18.6847963Z Reading state information...
2025-08-20T20:05:18.8552276Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:05:18.8553467Z The following additional packages will be installed:
2025-08-20T20:05:18.8554237Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:05:18.8555208Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:05:18.8556205Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:05:18.8557173Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:05:18.8558032Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:05:18.8558764Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:05:18.8559642Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:05:18.8560561Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:05:18.8561161Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:05:18.8561934Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:05:18.8562405Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:05:18.8562902Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:05:18.8563700Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:05:18.8564194Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:05:18.8564671Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:05:18.8565112Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:05:18.8565567Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:05:18.8565999Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:05:18.8567907Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:05:18.8568666Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:05:18.8569180Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:05:18.8569595Z   linux-libc-dev-armhf-cross
2025-08-20T20:05:18.8569839Z Suggested packages:
2025-08-20T20:05:18.8570156Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:05:18.8570649Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:05:18.9126398Z The following NEW packages will be installed:
2025-08-20T20:05:18.9127192Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:05:18.9128129Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:05:18.9129147Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:05:18.9130104Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:05:18.9131025Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:05:18.9132270Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:05:18.9132702Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:05:18.9133394Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:05:18.9134198Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:05:18.9134933Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:05:18.9135510Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:05:18.9135971Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:05:18.9136453Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:05:18.9136935Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:05:18.9137416Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:05:18.9138236Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:05:18.9138731Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:05:18.9139188Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:05:18.9139619Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:05:18.9140042Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:05:18.9140487Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:05:18.9140966Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:05:18.9141376Z   linux-libc-dev-armhf-cross
2025-08-20T20:05:18.9337950Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:18.9338564Z Need to get 171 MB of archives.
2025-08-20T20:05:18.9339113Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:05:18.9340065Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:18.9819002Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:05:19.0370274Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:05:20.8337564Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:05:20.8634700Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:05:21.6641546Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:05:21.6941574Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:05:22.8195199Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:05:22.8482991Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:05:22.8769903Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:05:22.9277068Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:05:23.0481180Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:05:23.0827451Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:05:23.1739088Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:05:23.2075537Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:05:23.2373327Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:05:23.2659231Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:05:23.3374326Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:05:23.4006491Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:05:23.4336433Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:05:23.4929365Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:05:23.5541300Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:05:23.5893574Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:05:23.6508729Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:05:23.8107036Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:05:25.0810017Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:05:25.2103947Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:05:25.3269630Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:05:25.4572967Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:05:26.4153927Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:05:26.5999307Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:05:26.6284858Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:05:26.6574372Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:05:26.7278786Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:05:26.8106241Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:05:26.8451356Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:05:26.8746121Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:05:27.9985400Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:05:28.3302995Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:05:28.5511045Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:05:28.6720089Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:05:29.7049663Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:05:29.8264794Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:05:29.9194536Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:05:30.0393955Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:05:30.4635431Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:05:30.5676127Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:05:30.6309402Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:05:30.6601351Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:05:30.6910799Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:05:30.7189952Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:05:30.9289472Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:05:31.0343956Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:05:31.1166567Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:05:31.1837449Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:05:31.7865270Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:05:31.8768347Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:05:31.9685010Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:05:32.0981693Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:05:32.4944194Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:05:32.5223879Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:05:32.5513381Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:05:32.5805083Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:05:32.6119936Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:05:32.6417967Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:05:32.9609082Z Fetched 171 MB in 14s (12.4 MB/s)
2025-08-20T20:05:32.9815576Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:05:32.9872769Z (Reading database ... 
2025-08-20T20:05:32.9873384Z (Reading database ... 5%
2025-08-20T20:05:32.9873774Z (Reading database ... 10%
2025-08-20T20:05:32.9874151Z (Reading database ... 15%
2025-08-20T20:05:32.9874780Z (Reading database ... 20%
2025-08-20T20:05:32.9875150Z (Reading database ... 25%
2025-08-20T20:05:32.9875513Z (Reading database ... 30%
2025-08-20T20:05:32.9875867Z (Reading database ... 35%
2025-08-20T20:05:32.9876227Z (Reading database ... 40%
2025-08-20T20:05:32.9876581Z (Reading database ... 45%
2025-08-20T20:05:32.9876924Z (Reading database ... 50%
2025-08-20T20:05:32.9959242Z (Reading database ... 55%
2025-08-20T20:05:32.9994581Z (Reading database ... 60%
2025-08-20T20:05:33.0017590Z (Reading database ... 65%
2025-08-20T20:05:33.0057692Z (Reading database ... 70%
2025-08-20T20:05:33.0080687Z (Reading database ... 75%
2025-08-20T20:05:33.0105695Z (Reading database ... 80%
2025-08-20T20:05:33.0144156Z (Reading database ... 85%
2025-08-20T20:05:33.0565640Z (Reading database ... 90%
2025-08-20T20:05:33.0645944Z (Reading database ... 95%
2025-08-20T20:05:33.0646297Z (Reading database ... 100%
2025-08-20T20:05:33.0646639Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T20:05:33.0692997Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.0701046Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.0914422Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:05:33.1056172Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.1088929Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.2595373Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:05:33.2735631Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.2743697Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.2950945Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:05:33.3090549Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.3120563Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.4527119Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:05:33.4667386Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.4676019Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.4886852Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:05:33.5027939Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:33.5059850Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.6429731Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:05:33.6570058Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:33.6578658Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:33.6795921Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:05:33.6937485Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:05:33.6944679Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:33.7141257Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:05:33.7281706Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:33.7289458Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:33.7490148Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:05:33.7630384Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.7637562Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.7835709Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:05:33.7976634Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.7984742Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.8190579Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:05:33.8331583Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:33.8339470Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:33.8741694Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:05:33.8882210Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.8889702Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.9111580Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:05:33.9250850Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.9258267Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.9480147Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:05:33.9620773Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.9628796Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:33.9838043Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:05:33.9977591Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:33.9986260Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.0187604Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:05:34.0329155Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.0337804Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.0657199Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:05:34.0799171Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.0808340Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.1065235Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:05:34.1206867Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.1218901Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.1542468Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:05:34.1683997Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.1692667Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.2024988Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:05:34.2165580Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.2173545Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.2447166Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:05:34.2589006Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.2597315Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.2867409Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:05:34.3011324Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:34.3020342Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.4032413Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:05:34.4173948Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:34.4204224Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:34.7008404Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:05:34.7152681Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:05:34.7161091Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:34.9275914Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:05:34.9422390Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:34.9430098Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:35.0726889Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:05:35.0870581Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.0878682Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.3171314Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:05:35.3318454Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:35.3351807Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.4991945Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:05:35.5135008Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:05:35.5151107Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:05:35.6089481Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:05:35.6233513Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.6242828Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.6448142Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:05:35.6590619Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.6598753Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.6829439Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:05:35.6972119Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:35.6979645Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:35.7346834Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:05:35.7490437Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.7499356Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.7718965Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:05:35.7864460Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.7873470Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.8109217Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:05:35.8253809Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.8264919Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.8477619Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:05:35.8621880Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.8629412Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.9263283Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:05:35.9407915Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.9415252Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:35.9719846Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:05:35.9863380Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:35.9871684Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:36.0224873Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:05:36.0369835Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:36.0379412Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:36.0960842Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:05:36.1106728Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:36.1157582Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:36.3665491Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:05:36.3812887Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:05:36.3822961Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:36.5844271Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:05:36.5993507Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:36.6005178Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:36.7245598Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:05:36.7391723Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:36.7398841Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:36.9721977Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:05:36.9872832Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:36.9907961Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.1392124Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:05:37.1535338Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:05:37.1545655Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:05:37.2443514Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:05:37.2588593Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:37.2597105Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:37.2960348Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:05:37.3108647Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.3117990Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.3338028Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:05:37.3483991Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.3491849Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.3719926Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:05:37.3866400Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.3875847Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.4083502Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:05:37.4231137Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.4239574Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.4864658Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:05:37.5011346Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.5019383Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.5313938Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:05:37.5464892Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.5474976Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.5827682Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:05:37.5979262Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:37.5989079Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.6520919Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:05:37.6667644Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:37.6700169Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:37.9357151Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:05:37.9503864Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:05:37.9512368Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:38.1551297Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:05:38.1701886Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:05:38.1710281Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.2949292Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:05:38.3099654Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:05:38.3108610Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.5238071Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:05:38.5387111Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:05:38.5422342Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.6816255Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:05:38.6962041Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:38.6981408Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:38.7193518Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:05:38.7338697Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:38.7348169Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:38.7545378Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:05:38.7694899Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:05:38.7704630Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:38.7928720Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:05:38.8075889Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:05:38.8084795Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:38.8285523Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:05:38.8430695Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:38.8439384Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:38.8647853Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:05:38.8797258Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:05:38.8807016Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:38.9270014Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:05:38.9296422Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9319127Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9341719Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9363678Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9390766Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:38.9416112Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9441005Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9464612Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:38.9485629Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9507241Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:05:38.9529088Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9549073Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9571299Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9592519Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9612715Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9632174Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:05:38.9653773Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9672878Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9698311Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9719777Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9739975Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9759575Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9779730Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9800743Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9821422Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9840511Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9885305Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9906601Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9926777Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9947425Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:38.9967671Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:05:38.9987748Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0007888Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0029145Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0048708Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0067995Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:39.0088345Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0108044Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0128815Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0147536Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0168284Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0186727Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0207561Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0227128Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0246099Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0267207Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0288344Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0308263Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0333505Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0357845Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0377882Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:39.0399928Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0419274Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0439301Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0459769Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0483574Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0504872Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:05:39.0524695Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0543369Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0565330Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:05:39.0584508Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0606711Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0627600Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:05:39.0667458Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:05:39.0687372Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:05:39.0782402Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:43.2855571Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:44.7532781Z Reading package lists...
2025-08-20T20:05:44.9192418Z Building dependency tree...
2025-08-20T20:05:44.9201599Z Reading state information...
2025-08-20T20:05:45.0718741Z The following additional packages will be installed:
2025-08-20T20:05:45.0724107Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:05:45.0724757Z   libpcap0.8-dev
2025-08-20T20:05:45.1000371Z The following NEW packages will be installed:
2025-08-20T20:05:45.1000902Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:05:45.1005431Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:05:45.1181757Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:45.1411811Z Need to get 1613 kB of archives.
2025-08-20T20:05:45.1412247Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:05:45.1412874Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:45.1873674Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:05:45.2207676Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:05:45.2517420Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:05:45.2817369Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:05:45.3127802Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:05:45.3707327Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:05:45.4021446Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:05:45.4302195Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:05:45.6969032Z Fetched 1613 kB in 0s (5378 kB/s)
2025-08-20T20:05:45.7172984Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:05:45.7233542Z (Reading database ... 
2025-08-20T20:05:45.7234169Z (Reading database ... 5%
2025-08-20T20:05:45.7234563Z (Reading database ... 10%
2025-08-20T20:05:45.7234949Z (Reading database ... 15%
2025-08-20T20:05:45.7235310Z (Reading database ... 20%
2025-08-20T20:05:45.7235641Z (Reading database ... 25%
2025-08-20T20:05:45.7235854Z (Reading database ... 30%
2025-08-20T20:05:45.7236068Z (Reading database ... 35%
2025-08-20T20:05:45.7236278Z (Reading database ... 40%
2025-08-20T20:05:45.7236491Z (Reading database ... 45%
2025-08-20T20:05:45.7236705Z (Reading database ... 50%
2025-08-20T20:05:45.7334601Z (Reading database ... 55%
2025-08-20T20:05:45.7354658Z (Reading database ... 60%
2025-08-20T20:05:45.7378218Z (Reading database ... 65%
2025-08-20T20:05:45.7420593Z (Reading database ... 70%
2025-08-20T20:05:45.7443438Z (Reading database ... 75%
2025-08-20T20:05:45.7470943Z (Reading database ... 80%
2025-08-20T20:05:45.7636596Z (Reading database ... 85%
2025-08-20T20:05:45.7931123Z (Reading database ... 90%
2025-08-20T20:05:45.8013035Z (Reading database ... 95%
2025-08-20T20:05:45.8013763Z (Reading database ... 100%
2025-08-20T20:05:45.8014437Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T20:05:45.8058823Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:05:45.8068378Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:05:45.8385848Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:05:45.8529696Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:05:45.8544467Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:05:45.8785287Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:05:45.8930597Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:05:45.8938223Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:05:45.9363667Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:05:45.9508487Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:05:45.9515643Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:05:45.9771193Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:05:45.9916811Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:05:45.9926034Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:05:46.0612548Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:05:46.0760691Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:05:46.0795741Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:05:46.1176956Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:05:46.1323023Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:05:46.1331709Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:05:46.1547902Z Selecting previously unselected package pcaputils.
2025-08-20T20:05:46.1692780Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:05:46.1724597Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:05:46.2160133Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:05:46.2184495Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:05:46.4327641Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:05:46.4347765Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:05:46.4444043Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:05:46.7607832Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:05:46.7629295Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:05:46.7677648Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:46.7824278Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:51.3463874Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:05:51.3641026Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:05:51.3667457Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:05:53.0211485Z Reading package lists...
2025-08-20T20:05:53.2201366Z Building dependency tree...
2025-08-20T20:05:53.2210396Z Reading state information...
2025-08-20T20:05:53.2642379Z Reading package lists...
2025-08-20T20:05:53.4670375Z Building dependency tree...
2025-08-20T20:05:53.4679486Z Reading state information...
2025-08-20T20:05:53.6441057Z The following additional packages will be installed:
2025-08-20T20:05:53.6448546Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:05:53.6455051Z Suggested packages:
2025-08-20T20:05:53.6455505Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:05:53.6455935Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:05:53.6618073Z The following NEW packages will be installed:
2025-08-20T20:05:53.6618571Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:05:53.6622623Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:05:53.6795121Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:05:53.6795735Z Need to get 800 kB of archives.
2025-08-20T20:05:53.6796293Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:05:53.6796961Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:53.7260515Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:05:53.7557682Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:05:53.7847716Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:05:53.8185835Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:05:53.8474669Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:05:53.8760306Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:05:53.9054827Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:05:53.9334593Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:05:53.9618027Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:05:54.2428731Z Fetched 800 kB in 0s (2731 kB/s)
2025-08-20T20:05:54.2621021Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:05:54.2681082Z (Reading database ... 
2025-08-20T20:05:54.2681698Z (Reading database ... 5%
2025-08-20T20:05:54.2682405Z (Reading database ... 10%
2025-08-20T20:05:54.2682793Z (Reading database ... 15%
2025-08-20T20:05:54.2683578Z (Reading database ... 20%
2025-08-20T20:05:54.2683924Z (Reading database ... 25%
2025-08-20T20:05:54.2684157Z (Reading database ... 30%
2025-08-20T20:05:54.2684384Z (Reading database ... 35%
2025-08-20T20:05:54.2684596Z (Reading database ... 40%
2025-08-20T20:05:54.2684807Z (Reading database ... 45%
2025-08-20T20:05:54.2685016Z (Reading database ... 50%
2025-08-20T20:05:54.2784855Z (Reading database ... 55%
2025-08-20T20:05:54.2808207Z (Reading database ... 60%
2025-08-20T20:05:54.2830989Z (Reading database ... 65%
2025-08-20T20:05:54.2875508Z (Reading database ... 70%
2025-08-20T20:05:54.2899260Z (Reading database ... 75%
2025-08-20T20:05:54.2929784Z (Reading database ... 80%
2025-08-20T20:05:54.3102363Z (Reading database ... 85%
2025-08-20T20:05:54.3399936Z (Reading database ... 90%
2025-08-20T20:05:54.3480045Z (Reading database ... 95%
2025-08-20T20:05:54.3480442Z (Reading database ... 100%
2025-08-20T20:05:54.3481001Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T20:05:54.3528652Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:05:54.3544115Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:05:54.3758026Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:05:54.3905142Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:05:54.3913796Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:05:54.4144637Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:05:54.4291399Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:05:54.4300191Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:05:54.5146470Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:05:54.5293415Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:05:54.5302086Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:05:54.5558501Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:05:54.5703891Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:05:54.5711900Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:05:54.5949252Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:05:54.6094124Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:05:54.6102041Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:05:54.6383775Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:05:54.6529335Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:05:54.6537742Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:05:54.6755602Z Selecting previously unselected package lzma.
2025-08-20T20:05:54.6902338Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:05:54.6909918Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:05:54.7166191Z Selecting previously unselected package lzma-dev.
2025-08-20T20:05:54.7311692Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:05:54.7319597Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:05:54.7790710Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:05:54.7815159Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:05:54.7837549Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:05:54.7859018Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:05:54.7879918Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:05:54.7941456Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:05:54.7968223Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:05:54.7988175Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:05:54.8010025Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:05:54.8031016Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:05:54.8057715Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:54.8204152Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:59.0133708Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:05:59.6576778Z 
2025-08-20T20:05:59.6577342Z Running kernel seems to be up-to-date.
2025-08-20T20:05:59.6577617Z 
2025-08-20T20:05:59.6577712Z Restarting services...
2025-08-20T20:05:59.6642246Z 
2025-08-20T20:05:59.6642846Z Service restarts being deferred:
2025-08-20T20:05:59.6643638Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:05:59.6644013Z 
2025-08-20T20:05:59.6644187Z No containers need to be restarted.
2025-08-20T20:05:59.6644472Z 
2025-08-20T20:05:59.6644658Z No user sessions are running outdated binaries.
2025-08-20T20:05:59.6644972Z 
2025-08-20T20:05:59.6645279Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:06:00.7035859Z Reading package lists...
2025-08-20T20:06:00.9133471Z Building dependency tree...
2025-08-20T20:06:00.9142737Z Reading state information...
2025-08-20T20:06:01.1665463Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:06:01.1666250Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:06:01.1666942Z inetutils-telnet set to manually installed.
2025-08-20T20:06:01.1667669Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:06:01.1668296Z The following additional packages will be installed:
2025-08-20T20:06:01.1668890Z   tcpd update-inetd
2025-08-20T20:06:01.1831715Z The following packages will be REMOVED:
2025-08-20T20:06:01.1844255Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:06:01.1846213Z The following NEW packages will be installed:
2025-08-20T20:06:01.1846721Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:06:01.1847162Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:06:01.1857264Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:06:01.2051573Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T20:06:01.2051952Z Need to get 698 kB of archives.
2025-08-20T20:06:01.2052323Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:06:01.2052991Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:06:01.2564203Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:06:01.2867758Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:06:01.3164168Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:06:01.3448379Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:06:01.3743081Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:06:01.4069497Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:06:01.4418307Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:06:01.4758632Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:06:01.5093730Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:06:01.5401537Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:06:01.5779404Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:06:01.6075112Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:06:01.6397215Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:06:01.8855998Z Preconfiguring packages ...
2025-08-20T20:06:01.9710768Z Fetched 698 kB in 0s (1558 kB/s)
2025-08-20T20:06:01.9896990Z (Reading database ... 
2025-08-20T20:06:01.9897442Z (Reading database ... 5%
2025-08-20T20:06:01.9897831Z (Reading database ... 10%
2025-08-20T20:06:01.9898188Z (Reading database ... 15%
2025-08-20T20:06:01.9898539Z (Reading database ... 20%
2025-08-20T20:06:01.9898785Z (Reading database ... 25%
2025-08-20T20:06:01.9899012Z (Reading database ... 30%
2025-08-20T20:06:01.9899236Z (Reading database ... 35%
2025-08-20T20:06:01.9899459Z (Reading database ... 40%
2025-08-20T20:06:01.9899683Z (Reading database ... 45%
2025-08-20T20:06:01.9899907Z (Reading database ... 50%
2025-08-20T20:06:02.0000057Z (Reading database ... 55%
2025-08-20T20:06:02.0020536Z (Reading database ... 60%
2025-08-20T20:06:02.0045662Z (Reading database ... 65%
2025-08-20T20:06:02.0091049Z (Reading database ... 70%
2025-08-20T20:06:02.0115383Z (Reading database ... 75%
2025-08-20T20:06:02.0145165Z (Reading database ... 80%
2025-08-20T20:06:02.0191797Z (Reading database ... 85%
2025-08-20T20:06:02.0641656Z (Reading database ... 90%
2025-08-20T20:06:02.0726674Z (Reading database ... 95%
2025-08-20T20:06:02.0727169Z (Reading database ... 100%
2025-08-20T20:06:02.0727785Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T20:06:02.0774032Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:06:02.0919978Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:02.1078001Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:06:02.4806315Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:06:02.4869568Z (Reading database ... 
2025-08-20T20:06:02.4870019Z (Reading database ... 5%
2025-08-20T20:06:02.4870420Z (Reading database ... 10%
2025-08-20T20:06:02.4871080Z (Reading database ... 15%
2025-08-20T20:06:02.4871321Z (Reading database ... 20%
2025-08-20T20:06:02.4871549Z (Reading database ... 25%
2025-08-20T20:06:02.4871760Z (Reading database ... 30%
2025-08-20T20:06:02.4871969Z (Reading database ... 35%
2025-08-20T20:06:02.4872179Z (Reading database ... 40%
2025-08-20T20:06:02.4872387Z (Reading database ... 45%
2025-08-20T20:06:02.4872593Z (Reading database ... 50%
2025-08-20T20:06:02.4981939Z (Reading database ... 55%
2025-08-20T20:06:02.5004697Z (Reading database ... 60%
2025-08-20T20:06:02.5031276Z (Reading database ... 65%
2025-08-20T20:06:02.5080096Z (Reading database ... 70%
2025-08-20T20:06:02.5105763Z (Reading database ... 75%
2025-08-20T20:06:02.5137313Z (Reading database ... 80%
2025-08-20T20:06:02.5185721Z (Reading database ... 85%
2025-08-20T20:06:02.5618401Z (Reading database ... 90%
2025-08-20T20:06:02.5702802Z (Reading database ... 95%
2025-08-20T20:06:02.5703447Z (Reading database ... 100%
2025-08-20T20:06:02.5703814Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T20:06:02.5751455Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.5791256Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.6038029Z Selecting previously unselected package tcpd.
2025-08-20T20:06:02.6184507Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:06:02.6193617Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:06:02.6428945Z Selecting previously unselected package update-inetd.
2025-08-20T20:06:02.6575475Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:06:02.6583820Z Unpacking update-inetd (4.53) ...
2025-08-20T20:06:02.6819509Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:06:02.6965539Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.7016912Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.7254128Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:06:02.7401034Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.7408502Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.7648270Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:06:02.7794230Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.7803640Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.8034896Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:06:02.8181208Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.8190779Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.8449745Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:06:02.8596797Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.8604307Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.8834593Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:06:02.8980909Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.8989644Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.9214195Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:06:02.9363017Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.9371072Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:02.9604225Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:06:02.9750456Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:02.9757999Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.0013558Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:06:03.0160662Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:06:03.0168808Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:06:03.0442464Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:06:03.0590913Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:06:03.0599992Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.1045123Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:06:03.1123986Z Setting up update-inetd (4.53) ...
2025-08-20T20:06:03.2032383Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.2097280Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:06:03.2118342Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.6239041Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:06:03.6239486Z 
2025-08-20T20:06:03.6239609Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:06:03.6239814Z 
2025-08-20T20:06:03.6240186Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:06:03.6240610Z 
2025-08-20T20:06:03.6241351Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:06:03.6242268Z 
2025-08-20T20:06:03.9420512Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.9501555Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.9563693Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:06:03.9582926Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.9613538Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:06:03.9631927Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:06:03.9651061Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:04.3772045Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:06:04.3772502Z 
2025-08-20T20:06:04.3773541Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:06:04.3774122Z 
2025-08-20T20:06:04.6900886Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:04.7720024Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:04.8397359Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:06:04.9166512Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:11.1406686Z Reading package lists...
2025-08-20T20:06:11.3294188Z Building dependency tree...
2025-08-20T20:06:11.3302853Z Reading state information...
2025-08-20T20:06:11.5539897Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:06:11.5540423Z iputils-tracepath set to manually installed.
2025-08-20T20:06:11.5540727Z The following packages will be REMOVED:
2025-08-20T20:06:11.5551087Z   inetutils-ping
2025-08-20T20:06:11.5552752Z The following NEW packages will be installed:
2025-08-20T20:06:11.5560388Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:06:11.5738043Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T20:06:11.5738500Z Need to get 71.5 kB of archives.
2025-08-20T20:06:11.5738848Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:06:11.5739242Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:06:11.6220288Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:06:11.6537102Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:06:11.6828466Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:06:11.9782423Z Fetched 71.5 kB in 0s (594 kB/s)
2025-08-20T20:06:11.9971213Z (Reading database ... 
2025-08-20T20:06:11.9971766Z (Reading database ... 5%
2025-08-20T20:06:11.9972006Z (Reading database ... 10%
2025-08-20T20:06:11.9972229Z (Reading database ... 15%
2025-08-20T20:06:11.9972435Z (Reading database ... 20%
2025-08-20T20:06:11.9972638Z (Reading database ... 25%
2025-08-20T20:06:11.9972837Z (Reading database ... 30%
2025-08-20T20:06:11.9973045Z (Reading database ... 35%
2025-08-20T20:06:11.9973490Z (Reading database ... 40%
2025-08-20T20:06:11.9973711Z (Reading database ... 45%
2025-08-20T20:06:11.9973916Z (Reading database ... 50%
2025-08-20T20:06:12.0079388Z (Reading database ... 55%
2025-08-20T20:06:12.0100465Z (Reading database ... 60%
2025-08-20T20:06:12.0125319Z (Reading database ... 65%
2025-08-20T20:06:12.0170597Z (Reading database ... 70%
2025-08-20T20:06:12.0194280Z (Reading database ... 75%
2025-08-20T20:06:12.0226383Z (Reading database ... 80%
2025-08-20T20:06:12.0271105Z (Reading database ... 85%
2025-08-20T20:06:12.0715638Z (Reading database ... 90%
2025-08-20T20:06:12.0804277Z (Reading database ... 95%
2025-08-20T20:06:12.0804799Z (Reading database ... 100%
2025-08-20T20:06:12.0805392Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T20:06:12.0849983Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:06:12.1296827Z Selecting previously unselected package iputils-ping.
2025-08-20T20:06:12.1360098Z (Reading database ... 
2025-08-20T20:06:12.1360677Z (Reading database ... 5%
2025-08-20T20:06:12.1361061Z (Reading database ... 10%
2025-08-20T20:06:12.1361422Z (Reading database ... 15%
2025-08-20T20:06:12.1361776Z (Reading database ... 20%
2025-08-20T20:06:12.1362126Z (Reading database ... 25%
2025-08-20T20:06:12.1362482Z (Reading database ... 30%
2025-08-20T20:06:12.1362834Z (Reading database ... 35%
2025-08-20T20:06:12.1363365Z (Reading database ... 40%
2025-08-20T20:06:12.1363878Z (Reading database ... 45%
2025-08-20T20:06:12.1364240Z (Reading database ... 50%
2025-08-20T20:06:12.1464116Z (Reading database ... 55%
2025-08-20T20:06:12.1485010Z (Reading database ... 60%
2025-08-20T20:06:12.1510480Z (Reading database ... 65%
2025-08-20T20:06:12.1556922Z (Reading database ... 70%
2025-08-20T20:06:12.1581296Z (Reading database ... 75%
2025-08-20T20:06:12.1614057Z (Reading database ... 80%
2025-08-20T20:06:12.1659440Z (Reading database ... 85%
2025-08-20T20:06:12.2102133Z (Reading database ... 90%
2025-08-20T20:06:12.2185433Z (Reading database ... 95%
2025-08-20T20:06:12.2185841Z (Reading database ... 100%
2025-08-20T20:06:12.2186281Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T20:06:12.2234435Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:06:12.2243603Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.2460164Z Selecting previously unselected package iputils-arping.
2025-08-20T20:06:12.2607055Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:06:12.2614931Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.2827481Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:06:12.2972827Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:06:12.2979305Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.3392131Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.3552794Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.3711624Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:06:12.3872727Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:18.4212629Z Reading package lists...
2025-08-20T20:06:18.6122081Z Building dependency tree...
2025-08-20T20:06:18.6131203Z Reading state information...
2025-08-20T20:06:18.7810597Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:06:18.7811418Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:06:18.8249977Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:06:19.8255092Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:06:20.3482953Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:21.3040577Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:06:21.4086625Z Collecting pip
2025-08-20T20:06:21.4436468Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:06:21.4510301Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:06:21.4855252Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.3 MB/s eta 0:00:00
2025-08-20T20:06:21.7512122Z Installing collected packages: pip
2025-08-20T20:06:22.4815353Z Successfully installed pip-25.2
2025-08-20T20:06:22.6909461Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:06:22.7343836Z Reading package lists...
2025-08-20T20:06:22.9079852Z Building dependency tree...
2025-08-20T20:06:22.9088425Z Reading state information...
2025-08-20T20:06:23.0675775Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:06:23.0676290Z pciutils set to manually installed.
2025-08-20T20:06:23.0676734Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:06:23.0677254Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:06:23.0677888Z python3-distro set to manually installed.
2025-08-20T20:06:23.0678636Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:06:23.0679410Z python3-netifaces set to manually installed.
2025-08-20T20:06:23.0679855Z The following additional packages will be installed:
2025-08-20T20:06:23.0680264Z   libsysfs2
2025-08-20T20:06:23.0685420Z Suggested packages:
2025-08-20T20:06:23.0685740Z   fancontrol read-edid i2c-tools
2025-08-20T20:06:23.0961189Z The following NEW packages will be installed:
2025-08-20T20:06:23.0963569Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:06:23.1154036Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:06:23.1380191Z Need to get 142 kB of archives.
2025-08-20T20:06:23.1380854Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:06:23.1381526Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:06:23.1856434Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:06:23.2291688Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:06:23.2622792Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:06:23.3409606Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:06:23.6060294Z Fetched 142 kB in 0s (656 kB/s)
2025-08-20T20:06:23.6260999Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:06:23.6323367Z (Reading database ... 
2025-08-20T20:06:23.6323816Z (Reading database ... 5%
2025-08-20T20:06:23.6324170Z (Reading database ... 10%
2025-08-20T20:06:23.6324543Z (Reading database ... 15%
2025-08-20T20:06:23.6324886Z (Reading database ... 20%
2025-08-20T20:06:23.6325165Z (Reading database ... 25%
2025-08-20T20:06:23.6325394Z (Reading database ... 30%
2025-08-20T20:06:23.6325614Z (Reading database ... 35%
2025-08-20T20:06:23.6325829Z (Reading database ... 40%
2025-08-20T20:06:23.6326037Z (Reading database ... 45%
2025-08-20T20:06:23.6326249Z (Reading database ... 50%
2025-08-20T20:06:23.6424235Z (Reading database ... 55%
2025-08-20T20:06:23.6444857Z (Reading database ... 60%
2025-08-20T20:06:23.6468951Z (Reading database ... 65%
2025-08-20T20:06:23.6512079Z (Reading database ... 70%
2025-08-20T20:06:23.6535201Z (Reading database ... 75%
2025-08-20T20:06:23.6565725Z (Reading database ... 80%
2025-08-20T20:06:23.6608903Z (Reading database ... 85%
2025-08-20T20:06:23.7049809Z (Reading database ... 90%
2025-08-20T20:06:23.7129849Z (Reading database ... 95%
2025-08-20T20:06:23.7130473Z (Reading database ... 100%
2025-08-20T20:06:23.7130890Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T20:06:23.7175906Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:06:23.7210622Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:06:23.7436278Z Selecting previously unselected package sysfsutils.
2025-08-20T20:06:23.7581936Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:06:23.7618285Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:06:23.7857848Z Selecting previously unselected package lm-sensors.
2025-08-20T20:06:23.8003519Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:06:23.8203969Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:06:23.8473888Z Selecting previously unselected package virt-what.
2025-08-20T20:06:23.8619045Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:06:23.8627365Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:06:23.9025046Z Setting up virt-what (1.25-2) ...
2025-08-20T20:06:23.9044913Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:06:23.9062728Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:06:24.3061807Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:06:24.3062206Z 
2025-08-20T20:06:24.3062678Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:06:24.3063580Z 
2025-08-20T20:06:24.6241230Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:06:25.0241747Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:06:25.0242280Z 
2025-08-20T20:06:25.0277018Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:29.6091868Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:06:31.1801061Z Reading package lists...
2025-08-20T20:06:31.3631947Z Building dependency tree...
2025-08-20T20:06:31.3640762Z Reading state information...
2025-08-20T20:06:31.5290313Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:06:31.5291033Z The following additional packages will be installed:
2025-08-20T20:06:31.5294805Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:06:31.5295460Z   xorg-sgml-doctools
2025-08-20T20:06:31.5300496Z Suggested packages:
2025-08-20T20:06:31.5300802Z   libxcb-doc
2025-08-20T20:06:31.5457348Z The following NEW packages will be installed:
2025-08-20T20:06:31.5458990Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:06:31.5462665Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:06:31.5463490Z   xcb xorg-sgml-doctools
2025-08-20T20:06:31.5649970Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:06:31.5650565Z Need to get 807 kB of archives.
2025-08-20T20:06:31.5651157Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:06:31.5651780Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:06:31.6132797Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:06:31.6453789Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:06:31.6770693Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:06:31.7939307Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:06:31.8260280Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:06:31.8633957Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:06:31.9143845Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:06:31.9568329Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:06:31.9879271Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:06:32.0219522Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:06:32.0604975Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:06:32.3426977Z Fetched 807 kB in 1s (1577 kB/s)
2025-08-20T20:06:32.3617450Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:06:32.3678943Z (Reading database ... 
2025-08-20T20:06:32.3679344Z (Reading database ... 5%
2025-08-20T20:06:32.3679736Z (Reading database ... 10%
2025-08-20T20:06:32.3680108Z (Reading database ... 15%
2025-08-20T20:06:32.3680525Z (Reading database ... 20%
2025-08-20T20:06:32.3680860Z (Reading database ... 25%
2025-08-20T20:06:32.3681159Z (Reading database ... 30%
2025-08-20T20:06:32.3681531Z (Reading database ... 35%
2025-08-20T20:06:32.3681868Z (Reading database ... 40%
2025-08-20T20:06:32.3682218Z (Reading database ... 45%
2025-08-20T20:06:32.3682559Z (Reading database ... 50%
2025-08-20T20:06:32.3787418Z (Reading database ... 55%
2025-08-20T20:06:32.3809308Z (Reading database ... 60%
2025-08-20T20:06:32.3835007Z (Reading database ... 65%
2025-08-20T20:06:32.3882239Z (Reading database ... 70%
2025-08-20T20:06:32.3906471Z (Reading database ... 75%
2025-08-20T20:06:32.3938378Z (Reading database ... 80%
2025-08-20T20:06:32.3986973Z (Reading database ... 85%
2025-08-20T20:06:32.4422412Z (Reading database ... 90%
2025-08-20T20:06:32.4506525Z (Reading database ... 95%
2025-08-20T20:06:32.4506835Z (Reading database ... 100%
2025-08-20T20:06:32.4507167Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T20:06:32.4555491Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:06:32.4563732Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:06:32.4803049Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:06:32.4951459Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:06:32.4959885Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:06:32.5208395Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:06:32.5356918Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:06:32.5365283Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:06:32.5966930Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:06:32.6115576Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:06:32.6123399Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:06:32.6357723Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:06:32.6506358Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:06:32.6514477Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:06:32.6738430Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:06:32.6886136Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:06:32.6902939Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.7145726Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:06:32.7292770Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:06:32.7300234Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.7528662Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:06:32.7677206Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:06:32.7690607Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.7900987Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:06:32.8048862Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:06:32.8056681Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.8263482Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:06:32.8411003Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:06:32.8418875Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.8649360Z Selecting previously unselected package xcb.
2025-08-20T20:06:32.8800441Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:06:32.8808559Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:06:32.9245146Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:32.9271093Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:06:32.9289583Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:06:32.9328376Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:06:32.9375694Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:06:32.9519308Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:37.3132638Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:06:37.3221305Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:06:37.3243847Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:06:37.3282611Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:06:37.3309545Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:37.3331581Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:37.3354032Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:37.3375818Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:06:39.1923107Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:39.8204068Z Collecting build
2025-08-20T20:06:39.9045467Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:06:40.0114130Z Collecting cffi
2025-08-20T20:06:40.0313588Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:06:40.0456546Z Collecting scons
2025-08-20T20:06:40.0653989Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:06:40.0806465Z Collecting scuba
2025-08-20T20:06:40.0999585Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:06:40.1469385Z Collecting pytest
2025-08-20T20:06:40.1667330Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:06:40.1863565Z Collecting packaging>=19.1 (from build)
2025-08-20T20:06:40.2059413Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:06:40.2155184Z Collecting pyproject_hooks (from build)
2025-08-20T20:06:40.2349511Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:06:40.2456059Z Collecting pycparser (from cffi)
2025-08-20T20:06:40.2650898Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:06:40.2974940Z Collecting PyYAML (from scuba)
2025-08-20T20:06:40.3185896Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:06:40.3288864Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:06:40.3483562Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:06:40.3646335Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:06:40.3839176Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:06:40.4033895Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:06:40.4228975Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:40.4487935Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:06:40.4752518Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:06:40.5515226Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:06:40.6122914Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 69.7 MB/s  0:00:00
2025-08-20T20:06:40.6376917Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:06:40.6605703Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:06:40.6839545Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:06:40.7054571Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:06:40.7264854Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:06:40.7485053Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:40.7568264Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 170.8 MB/s  0:00:00
2025-08-20T20:06:40.7762824Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:06:40.7980174Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:06:40.8198299Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:06:40.8264576Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 115.9 MB/s  0:00:00
2025-08-20T20:06:40.9398731Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:06:42.7119603Z 
2025-08-20T20:06:42.7138072Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:06:43.0413501Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:43.6632875Z Collecting ansi2txt
2025-08-20T20:06:43.7424997Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:06:43.7644643Z Collecting pipx
2025-08-20T20:06:43.7836590Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:06:43.8054361Z Collecting scons
2025-08-20T20:06:43.8072547Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:06:43.8159173Z Collecting py2static
2025-08-20T20:06:43.8353606Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:06:43.8538953Z Collecting typer
2025-08-20T20:06:43.8733505Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:06:43.9037941Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:06:43.9234245Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:06:43.9433797Z Collecting packaging>=20 (from pipx)
2025-08-20T20:06:43.9445326Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:06:43.9610640Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:06:43.9803917Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:06:43.9958982Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:06:44.0151110Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:06:44.0579504Z Collecting pyinstaller (from py2static)
2025-08-20T20:06:44.0775434Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:06:44.1144683Z Collecting staticx (from py2static)
2025-08-20T20:06:44.1340373Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:06:44.1522939Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:06:44.1715416Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:44.2044483Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:06:44.2235938Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:06:44.2371320Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:06:44.2564011Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:06:44.2954954Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:06:44.3147374Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:06:44.3377704Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:06:44.3569733Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:06:44.3791575Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:06:44.3803005Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:44.3897437Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:06:44.4087714Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:06:44.5206824Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:06:44.5399722Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:06:44.5586292Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:06:44.5776621Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:06:44.5979311Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:06:44.6168393Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:06:44.6360806Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:06:44.6549460Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:06:44.6777578Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:06:44.7003948Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:06:44.7255443Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:06:44.7486790Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:06:44.7696091Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:06:44.7927396Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:06:44.8154831Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:06:44.8240474Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:06:44.8431731Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:06:44.8640572Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:06:44.8850770Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:44.9049534Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:06:44.9277244Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:06:44.9494560Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:06:44.9701423Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:06:44.9909436Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:06:45.0114623Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:06:45.0359168Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 25.1 MB/s  0:00:00
2025-08-20T20:06:45.0549908Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:06:45.0791957Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:45.1004095Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.9 MB/s  0:00:00
2025-08-20T20:06:45.1192390Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:06:45.1405811Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:06:45.1617008Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:06:45.3137889Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:06:46.1589966Z   Attempting uninstall: scons
2025-08-20T20:06:46.1675568Z     Found existing installation: SCons 4.9.1
2025-08-20T20:06:46.2071934Z     Uninstalling SCons-4.9.1:
2025-08-20T20:06:46.2147214Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:06:46.8402876Z   Attempting uninstall: pygments
2025-08-20T20:06:46.8493605Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:06:46.8731403Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:06:46.8759592Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:06:47.5117768Z   Attempting uninstall: packaging
2025-08-20T20:06:47.5199971Z     Found existing installation: packaging 25.0
2025-08-20T20:06:47.5225337Z     Uninstalling packaging-25.0:
2025-08-20T20:06:47.5232913Z       Successfully uninstalled packaging-25.0
2025-08-20T20:06:48.5524413Z 
2025-08-20T20:06:48.5555390Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:06:48.8937644Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:49.4197249Z Collecting build
2025-08-20T20:06:49.4209470Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:06:49.5099014Z Collecting cffi
2025-08-20T20:06:49.5111719Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:06:49.5266884Z Collecting scons
2025-08-20T20:06:49.5277611Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:06:49.5382093Z Collecting scuba
2025-08-20T20:06:49.5392487Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:06:49.5820426Z Collecting pytest
2025-08-20T20:06:49.5832023Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:06:49.6014693Z Collecting packaging>=19.1 (from build)
2025-08-20T20:06:49.6025891Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:06:49.6115669Z Collecting pyproject_hooks (from build)
2025-08-20T20:06:49.6125863Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:06:49.6207364Z Collecting pycparser (from cffi)
2025-08-20T20:06:49.6217993Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:06:49.6504856Z Collecting PyYAML (from scuba)
2025-08-20T20:06:49.6518291Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:06:49.6601667Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:06:49.6612862Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:06:49.6761810Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:06:49.6773342Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:06:49.6939229Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:06:49.6950803Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:49.7012316Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:06:49.7024070Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:06:49.7038441Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:06:49.7080562Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:06:49.7093042Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:06:49.7106353Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:06:49.7116716Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:06:49.7126740Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:06:49.7137399Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:49.7157008Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:06:49.7167868Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:06:49.7178307Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:06:49.8462900Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:06:49.8469702Z   Attempting uninstall: scons
2025-08-20T20:06:49.8557879Z     Found existing installation: SCons 4.9.1
2025-08-20T20:06:49.8952725Z     Uninstalling SCons-4.9.1:
2025-08-20T20:06:49.9029302Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:06:50.5441629Z   Attempting uninstall: PyYAML
2025-08-20T20:06:50.5539418Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:06:50.5566198Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:06:50.5577603Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:06:50.6126594Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:06:50.6211790Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:06:50.6230426Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:06:50.6237719Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:06:50.6330510Z   Attempting uninstall: pygments
2025-08-20T20:06:50.6409680Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:06:50.6644591Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:06:50.6672825Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:06:51.2987962Z   Attempting uninstall: pycparser
2025-08-20T20:06:51.3071827Z     Found existing installation: pycparser 2.22
2025-08-20T20:06:51.3100514Z     Uninstalling pycparser-2.22:
2025-08-20T20:06:51.3108686Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:06:51.4357912Z   Attempting uninstall: pluggy
2025-08-20T20:06:51.4447108Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:06:51.4466940Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:06:51.4473899Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:06:51.4638465Z   Attempting uninstall: packaging
2025-08-20T20:06:51.4719572Z     Found existing installation: packaging 25.0
2025-08-20T20:06:51.4744834Z     Uninstalling packaging-25.0:
2025-08-20T20:06:51.4752516Z       Successfully uninstalled packaging-25.0
2025-08-20T20:06:51.5146397Z   Attempting uninstall: iniconfig
2025-08-20T20:06:51.5233589Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:06:51.5251046Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:06:51.5257896Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:06:51.5333393Z   Attempting uninstall: scuba
2025-08-20T20:06:51.5414661Z     Found existing installation: scuba 2.14.1
2025-08-20T20:06:51.5436635Z     Uninstalling scuba-2.14.1:
2025-08-20T20:06:51.5446408Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:06:51.5670662Z   Attempting uninstall: pytest
2025-08-20T20:06:51.5760380Z     Found existing installation: pytest 8.4.1
2025-08-20T20:06:51.5828929Z     Uninstalling pytest-8.4.1:
2025-08-20T20:06:51.6101144Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:06:51.8302195Z   Attempting uninstall: cffi
2025-08-20T20:06:51.8387471Z     Found existing installation: cffi 1.17.1
2025-08-20T20:06:51.8413859Z     Uninstalling cffi-1.17.1:
2025-08-20T20:06:51.8660546Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:06:51.9357343Z   Attempting uninstall: build
2025-08-20T20:06:51.9437096Z     Found existing installation: build 1.3.0
2025-08-20T20:06:51.9462357Z     Uninstalling build-1.3.0:
2025-08-20T20:06:51.9472309Z       Successfully uninstalled build-1.3.0
2025-08-20T20:06:51.9655617Z 
2025-08-20T20:06:51.9686446Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:06:52.3059798Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:52.4831769Z Collecting ansi2txt
2025-08-20T20:06:52.4844686Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:06:52.5020522Z Collecting pipx
2025-08-20T20:06:52.5032305Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:06:52.5171198Z Collecting scons
2025-08-20T20:06:52.5189350Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:06:52.5268939Z Collecting py2static
2025-08-20T20:06:52.5283088Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:06:52.5421433Z Collecting typer
2025-08-20T20:06:52.5432028Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:06:52.5647816Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:06:52.5659492Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:06:52.5805313Z Collecting packaging>=20 (from pipx)
2025-08-20T20:06:52.5816223Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:06:52.5967548Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:06:52.5978210Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:06:52.6090260Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:06:52.6101281Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:06:52.6481928Z Collecting pyinstaller (from py2static)
2025-08-20T20:06:52.6495168Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:06:52.6628148Z Collecting staticx (from py2static)
2025-08-20T20:06:52.6639334Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:06:52.6790638Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:06:52.6802207Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:52.7093622Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:06:52.7104731Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:06:52.7209244Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:06:52.7220033Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:06:52.7568785Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:06:52.7581040Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:06:52.7746626Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:06:52.7758502Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:06:52.7982064Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:06:52.7993539Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:06:52.8084179Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:06:52.8095291Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:06:52.9196653Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:06:52.9209600Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:06:52.9389694Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:06:52.9401056Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:06:52.9570300Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:06:52.9581571Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:06:52.9726853Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:06:52.9737806Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:06:52.9776788Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:06:52.9787334Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:06:52.9798331Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:06:52.9841578Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:06:52.9851597Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:06:52.9862393Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:06:52.9872867Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:06:52.9883771Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:06:52.9893907Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:06:52.9904052Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:06:52.9916359Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:52.9936594Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:06:52.9947396Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:06:52.9957592Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:06:52.9967832Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:06:52.9978301Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:06:52.9988555Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:06:53.0004300Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:06:53.0018020Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:06:53.0037620Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:06:53.0047924Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:06:53.0059156Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:06:53.1588803Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:06:53.1593901Z   Attempting uninstall: pyelftools
2025-08-20T20:06:53.1676011Z     Found existing installation: pyelftools 0.32
2025-08-20T20:06:53.1728646Z     Uninstalling pyelftools-0.32:
2025-08-20T20:06:53.1745063Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:06:53.2877339Z   Attempting uninstall: altgraph
2025-08-20T20:06:53.2963648Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:06:53.2985438Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:06:53.2992129Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:06:53.3129733Z   Attempting uninstall: typing-extensions
2025-08-20T20:06:53.3216402Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:06:53.3231564Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:06:53.3501135Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:06:53.3754990Z   Attempting uninstall: staticx
2025-08-20T20:06:53.3840208Z     Found existing installation: staticx 0.14.1
2025-08-20T20:06:53.3867478Z     Uninstalling staticx-0.14.1:
2025-08-20T20:06:53.3878546Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:06:53.4081509Z   Attempting uninstall: shellingham
2025-08-20T20:06:53.4163656Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:06:53.4182733Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:06:53.4190025Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:06:53.4288826Z   Attempting uninstall: setuptools
2025-08-20T20:06:53.4378293Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:06:53.4669113Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:06:53.4960412Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:06:54.1708737Z   Attempting uninstall: scons
2025-08-20T20:06:54.1796284Z     Found existing installation: SCons 4.9.1
2025-08-20T20:06:54.2191973Z     Uninstalling SCons-4.9.1:
2025-08-20T20:06:54.2271496Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:06:54.8427519Z   Attempting uninstall: pygments
2025-08-20T20:06:54.8518326Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:06:54.8752453Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:06:54.8779308Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:06:55.4856920Z   Attempting uninstall: platformdirs
2025-08-20T20:06:55.4939914Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:06:55.4969056Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:06:55.4976079Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:06:55.5120390Z   Attempting uninstall: packaging
2025-08-20T20:06:55.5200398Z     Found existing installation: packaging 25.0
2025-08-20T20:06:55.5224848Z     Uninstalling packaging-25.0:
2025-08-20T20:06:55.5232420Z       Successfully uninstalled packaging-25.0
2025-08-20T20:06:55.5615520Z   Attempting uninstall: mdurl
2025-08-20T20:06:55.5697431Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:06:55.5715074Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:06:55.5721578Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:06:55.5804479Z   Attempting uninstall: click
2025-08-20T20:06:55.5885861Z     Found existing installation: click 8.2.1
2025-08-20T20:06:55.5909467Z     Uninstalling click-8.2.1:
2025-08-20T20:06:55.5916863Z       Successfully uninstalled click-8.2.1
2025-08-20T20:06:55.6514804Z   Attempting uninstall: argcomplete
2025-08-20T20:06:55.6599992Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:06:55.6629489Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:06:55.6640786Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:06:55.6867574Z   Attempting uninstall: ansi2txt
2025-08-20T20:06:55.6950102Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:06:55.6966696Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:06:55.7218378Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:06:55.7271787Z   Attempting uninstall: userpath
2025-08-20T20:06:55.7355740Z     Found existing installation: userpath 1.9.2
2025-08-20T20:06:55.7375533Z     Uninstalling userpath-1.9.2:
2025-08-20T20:06:55.7384699Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:06:55.7483996Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:06:55.7564533Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:06:55.8002490Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:06:55.8046755Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:06:56.0883682Z   Attempting uninstall: markdown-it-py
2025-08-20T20:06:56.0989104Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:06:56.1049987Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:06:56.1065008Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:06:56.1706950Z   Attempting uninstall: rich
2025-08-20T20:06:56.1794302Z     Found existing installation: rich 14.1.0
2025-08-20T20:06:56.1856702Z     Uninstalling rich-14.1.0:
2025-08-20T20:06:56.1867194Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:06:56.3513718Z   Attempting uninstall: pyinstaller
2025-08-20T20:06:56.3598974Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:06:56.3967283Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:06:56.4012295Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:06:56.7371842Z   Attempting uninstall: pipx
2025-08-20T20:06:56.7463474Z     Found existing installation: pipx 1.7.1
2025-08-20T20:06:56.7505487Z     Uninstalling pipx-1.7.1:
2025-08-20T20:06:56.7516392Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:06:56.8037264Z   Attempting uninstall: typer
2025-08-20T20:06:56.8127817Z     Found existing installation: typer 0.16.1
2025-08-20T20:06:56.8155014Z     Uninstalling typer-0.16.1:
2025-08-20T20:06:56.8164826Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:06:56.8518691Z   Attempting uninstall: py2static
2025-08-20T20:06:56.8598394Z     Found existing installation: py2static 0.0.1
2025-08-20T20:06:56.8618915Z     Uninstalling py2static-0.0.1:
2025-08-20T20:06:56.8630295Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:06:56.8708318Z 
2025-08-20T20:06:56.8738192Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:06:57.2034006Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:06:57.3251019Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:06:57.3255500Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-i5l4wnms
2025-08-20T20:06:57.3278723Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-i5l4wnms
2025-08-20T20:06:58.7121991Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:06:58.7164462Z   Installing build dependencies: started
2025-08-20T20:06:59.4440034Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:06:59.4450746Z   Getting requirements to build wheel: started
2025-08-20T20:06:59.7320215Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:06:59.7332188Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:06:59.9254151Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:07:00.0826511Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:07:00.0840465Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:07:00.1005983Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:07:00.1016865Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:07:00.1211951Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:07:00.1222874Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:07:00.1354314Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:07:00.1364252Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:07:00.1408327Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:07:00.1418723Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:07:00.1432308Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:07:00.1451811Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:07:00.1573737Z Building wheels for collected packages: pyinstaller
2025-08-20T20:07:00.1581742Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:07:00.8226528Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:07:00.8254035Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=1dc55c5869022281c207f2c3e1f40abf6a9882697ca2ef8e9684d39ee689c45a
2025-08-20T20:07:00.8255980Z   Stored in directory: /tmp/pip-ephem-wheel-cache-41i5xpgv/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:07:00.8296758Z Successfully built pyinstaller
2025-08-20T20:07:00.9222130Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:07:00.9227736Z   Attempting uninstall: altgraph
2025-08-20T20:07:00.9310572Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:07:00.9331327Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:07:00.9338852Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:07:00.9485379Z   Attempting uninstall: setuptools
2025-08-20T20:07:00.9571037Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:07:00.9855790Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:07:01.0139633Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:07:01.6813443Z   Attempting uninstall: packaging
2025-08-20T20:07:01.6895632Z     Found existing installation: packaging 25.0
2025-08-20T20:07:01.6922248Z     Uninstalling packaging-25.0:
2025-08-20T20:07:01.6929895Z       Successfully uninstalled packaging-25.0
2025-08-20T20:07:01.7314171Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:07:01.7395159Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:07:01.7824373Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:07:01.7867038Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:07:02.0644134Z   Attempting uninstall: pyinstaller
2025-08-20T20:07:02.0731318Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:07:02.1083589Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:07:02.1127213Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:07:02.4532928Z 
2025-08-20T20:07:02.4561627Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:07:02.7364640Z 6.15.0
2025-08-20T20:07:03.7709058Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:07:03.7719825Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:07:03.7720186Z 
2025-08-20T20:07:03.7720398Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:07:03.7721072Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:07:03.7721683Z installation.
2025-08-20T20:07:03.7721863Z 
2025-08-20T20:07:03.7722243Z If you installed the current Docker package using this script and are using it
2025-08-20T20:07:03.7722866Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:07:03.7723543Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:07:03.7723953Z files to match the parameters passed to the script.
2025-08-20T20:07:03.7724178Z 
2025-08-20T20:07:03.7724291Z You may press Ctrl+C now to abort this script.
2025-08-20T20:07:03.7889868Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:07:05.1100176Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:07:05.5026442Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:07:05.5051207Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:07:05.5931214Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:07:05.5948266Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:07:05.5955716Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:07:06.9245000Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:07:18.2107760Z 
2025-08-20T20:07:18.2108383Z Running kernel seems to be up-to-date.
2025-08-20T20:07:18.2108647Z 
2025-08-20T20:07:18.2108735Z Restarting services...
2025-08-20T20:07:18.2178649Z 
2025-08-20T20:07:18.2178998Z Service restarts being deferred:
2025-08-20T20:07:18.2179538Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:07:18.2179900Z 
2025-08-20T20:07:18.2180335Z No containers need to be restarted.
2025-08-20T20:07:18.2180643Z 
2025-08-20T20:07:18.2180850Z No user sessions are running outdated binaries.
2025-08-20T20:07:18.2181208Z 
2025-08-20T20:07:18.2181568Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:07:19.2220639Z + sh -c 'docker version'
2025-08-20T20:07:19.2390027Z Client: Docker Engine - Community
2025-08-20T20:07:19.2390572Z  Version:           28.3.3
2025-08-20T20:07:19.2390955Z  API version:       1.51
2025-08-20T20:07:19.2391330Z  Go version:        go1.24.5
2025-08-20T20:07:19.2391739Z  Git commit:        980b856
2025-08-20T20:07:19.2392143Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:07:19.2392614Z  OS/Arch:           linux/amd64
2025-08-20T20:07:19.2392891Z  Context:           default
2025-08-20T20:07:19.2393039Z 
2025-08-20T20:07:19.2393353Z Server: Docker Engine - Community
2025-08-20T20:07:19.2393654Z  Engine:
2025-08-20T20:07:19.2393849Z   Version:          28.3.3
2025-08-20T20:07:19.2394094Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:07:19.2394368Z   Go version:       go1.24.5
2025-08-20T20:07:19.2394595Z   Git commit:       bea959c
2025-08-20T20:07:19.2395147Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:07:19.2395400Z   OS/Arch:          linux/amd64
2025-08-20T20:07:19.2395641Z   Experimental:     false
2025-08-20T20:07:19.2395850Z  containerd:
2025-08-20T20:07:19.2396021Z   Version:          1.7.27
2025-08-20T20:07:19.2396282Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:07:19.2396563Z  runc:
2025-08-20T20:07:19.2396732Z   Version:          1.2.5
2025-08-20T20:07:19.2396944Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:07:19.2397192Z  docker-init:
2025-08-20T20:07:19.2397372Z   Version:          0.19.0
2025-08-20T20:07:19.2397581Z   GitCommit:        de40ad0
2025-08-20T20:07:19.2409471Z 
2025-08-20T20:07:19.2409723Z ================================================================================
2025-08-20T20:07:19.2410105Z 
2025-08-20T20:07:19.2410480Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:07:19.2411090Z Docker daemon in rootless mode for your user:
2025-08-20T20:07:19.2411478Z 
2025-08-20T20:07:19.2411663Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:07:19.2412006Z 
2025-08-20T20:07:19.2412344Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:07:19.2412811Z 
2025-08-20T20:07:19.2412817Z 
2025-08-20T20:07:19.2413331Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:07:19.2414080Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:07:19.2414497Z 
2025-08-20T20:07:19.2414817Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:07:19.2415298Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:07:19.2415734Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:07:19.2415998Z 
2025-08-20T20:07:19.2416093Z ================================================================================
2025-08-20T20:07:19.2416267Z 
2025-08-20T20:07:29.9991927Z ● docker.service - Docker Application Container Engine
2025-08-20T20:07:29.9993024Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:07:29.9994024Z      Active: active (running) since Wed 2025-08-20 20:07:19 UTC; 10s ago
2025-08-20T20:07:29.9994565Z TriggeredBy: ● docker.socket
2025-08-20T20:07:29.9994822Z        Docs: https://docs.docker.com
2025-08-20T20:07:29.9995070Z    Main PID: 19729 (dockerd)
2025-08-20T20:07:29.9995292Z       Tasks: 10
2025-08-20T20:07:29.9995624Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T20:07:29.9995897Z         CPU: 337ms
2025-08-20T20:07:29.9996103Z      CGroup: /system.slice/docker.service
2025-08-20T20:07:29.9998272Z              └─19729 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:07:29.9998610Z 
2025-08-20T20:07:29.9998929Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.363829290Z" level=info msg="Loading containers: start."
2025-08-20T20:07:30.0000114Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.912074996Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ea3765b12e6c6af4fca81125a392493bf883e783f2b76f7504a8c9a37de9ac83], retrying...."
2025-08-20T20:07:30.0001318Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.944831465Z" level=info msg="Loading containers: done."
2025-08-20T20:07:30.0002943Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954671750Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:07:30.0005268Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954759404Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:07:30.0006153Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954792726Z" level=info msg="Initializing buildkit"
2025-08-20T20:07:30.0007062Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.974149531Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:07:30.0007784Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979601165Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:07:30.0008492Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979652450Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:07:30.0009139Z Aug 20 20:07:19 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:07:30.0110598Z ● docker.service - Docker Application Container Engine
2025-08-20T20:07:30.0111383Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:07:30.0112180Z      Active: active (running) since Wed 2025-08-20 20:07:19 UTC; 10s ago
2025-08-20T20:07:30.0112835Z TriggeredBy: ● docker.socket
2025-08-20T20:07:30.0113441Z        Docs: https://docs.docker.com
2025-08-20T20:07:30.0113781Z    Main PID: 19729 (dockerd)
2025-08-20T20:07:30.0114005Z       Tasks: 10
2025-08-20T20:07:30.0114203Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T20:07:30.0114425Z         CPU: 337ms
2025-08-20T20:07:30.0114730Z      CGroup: /system.slice/docker.service
2025-08-20T20:07:30.0115394Z              └─19729 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:07:30.0115689Z 
2025-08-20T20:07:30.0115998Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.363829290Z" level=info msg="Loading containers: start."
2025-08-20T20:07:30.0117136Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.912074996Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ea3765b12e6c6af4fca81125a392493bf883e783f2b76f7504a8c9a37de9ac83], retrying...."
2025-08-20T20:07:30.0118511Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.944831465Z" level=info msg="Loading containers: done."
2025-08-20T20:07:30.0119608Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954671750Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:07:30.0121178Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954759404Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:07:30.0122745Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954792726Z" level=info msg="Initializing buildkit"
2025-08-20T20:07:30.0124225Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.974149531Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:07:30.0125127Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979601165Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:07:30.0125835Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979652450Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:07:30.0126477Z Aug 20 20:07:19 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:07:30.0325454Z ● docker.service - Docker Application Container Engine
2025-08-20T20:07:30.0326255Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:07:30.0327062Z      Active: active (running) since Wed 2025-08-20 20:07:19 UTC; 10s ago
2025-08-20T20:07:30.0327697Z TriggeredBy: ● docker.socket
2025-08-20T20:07:30.0328051Z        Docs: https://docs.docker.com
2025-08-20T20:07:30.0328328Z    Main PID: 19729 (dockerd)
2025-08-20T20:07:30.0328541Z       Tasks: 10
2025-08-20T20:07:30.0328730Z      Memory: 23.5M (peak: 25.9M)
2025-08-20T20:07:30.0329365Z         CPU: 337ms
2025-08-20T20:07:30.0329600Z      CGroup: /system.slice/docker.service
2025-08-20T20:07:30.0330166Z              └─19729 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:07:30.0330450Z 
2025-08-20T20:07:30.0330766Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.363829290Z" level=info msg="Loading containers: start."
2025-08-20T20:07:30.0331905Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.912074996Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ea3765b12e6c6af4fca81125a392493bf883e783f2b76f7504a8c9a37de9ac83], retrying...."
2025-08-20T20:07:30.0333383Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.944831465Z" level=info msg="Loading containers: done."
2025-08-20T20:07:30.0334534Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954671750Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:07:30.0336221Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954759404Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:07:30.0337782Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.954792726Z" level=info msg="Initializing buildkit"
2025-08-20T20:07:30.0338876Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.974149531Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:07:30.0339617Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979601165Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:07:30.0340353Z Aug 20 20:07:19 pkrvmubgrv54qmi dockerd[19729]: time="2025-08-20T20:07:19.979652450Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:07:30.0341195Z Aug 20 20:07:19 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:07:30.0443065Z Docker version 28.3.3, build 980b856
2025-08-20T20:07:30.0635892Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:07:30.4407064Z latest: Pulling from library/hello-world
2025-08-20T20:07:30.5509761Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:07:30.9312205Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T20:07:30.9312681Z 17eec7bbc9d7: Download complete
2025-08-20T20:07:30.9368013Z 17eec7bbc9d7: Pull complete
2025-08-20T20:07:30.9402638Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:07:30.9413732Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:07:31.8397408Z 
2025-08-20T20:07:31.8397798Z Hello from Docker!
2025-08-20T20:07:31.8398344Z This message shows that your installation appears to be working correctly.
2025-08-20T20:07:31.8398847Z 
2025-08-20T20:07:31.8399107Z To generate this message, Docker took the following steps:
2025-08-20T20:07:31.8399729Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:07:31.8400396Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:07:31.8400996Z     (amd64)
2025-08-20T20:07:31.8401477Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:07:31.8402204Z     executable that produces the output you are currently reading.
2025-08-20T20:07:31.8402953Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:07:31.8403671Z     to your terminal.
2025-08-20T20:07:31.8403811Z 
2025-08-20T20:07:31.8404002Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:07:31.8404492Z  $ docker run -it ubuntu bash
2025-08-20T20:07:31.8404648Z 
2025-08-20T20:07:31.8404836Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:07:31.8405729Z  https://hub.docker.com/
2025-08-20T20:07:31.8405888Z 
2025-08-20T20:07:31.8405985Z For more examples and ideas, visit:
2025-08-20T20:07:31.8406264Z  https://docs.docker.com/get-started/
2025-08-20T20:07:31.8406549Z 
2025-08-20T20:07:31.9468359Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:07:31.9469049Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:07:31.9469683Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:07:31.9470313Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:07:31.9470971Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:07:31.9471609Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:07:31.9472214Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:07:31.9472855Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:07:31.9473688Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:07:31.9474397Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:07:31.9475021Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:07:31.9475687Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:07:31.9476299Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:07:31.9476849Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:07:31.9477575Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:07:31.9478296Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:07:31.9478998Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:07:31.9479618Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:07:31.9480272Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:07:31.9480890Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:07:31.9481589Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:07:31.9482057Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:07:31.9482488Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:07:31.9482892Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:07:31.9483838Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:07:31.9484530Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:07:31.9485297Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:07:31.9485998Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:07:31.9486705Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:07:31.9487421Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:07:31.9488199Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:07:31.9489063Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:07:31.9489834Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:07:31.9490600Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:07:31.9491410Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:07:31.9492163Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:07:31.9492853Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:07:31.9494817Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:07:31.9495569Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:07:31.9496637Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:07:31.9497396Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:07:31.9498116Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:07:31.9498811Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:07:31.9499606Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:07:31.9500453Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:07:31.9501293Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:07:31.9502157Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:07:31.9502947Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:07:31.9503924Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:07:31.9504697Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:07:31.9505423Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:07:31.9506156Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:07:31.9506861Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:07:31.9507512Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:07:31.9508143Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:07:31.9508787Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:07:31.9509347Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:07:31.9510094Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:07:31.9510813Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:07:31.9511490Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:07:31.9512413Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:07:31.9513338Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:07:31.9514087Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:07:31.9514784Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:07:31.9515515Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:07:31.9516263Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:07:31.9516952Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:07:31.9517638Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:07:31.9518365Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:07:31.9519189Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:07:31.9520054Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:07:31.9520881Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:07:31.9521613Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:07:31.9522292Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:07:31.9522979Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:07:31.9523870Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:07:31.9524650Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:07:31.9525526Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:07:31.9526365Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:07:31.9527091Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:07:31.9527538Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:07:31.9527937Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:07:31.9528321Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:07:31.9528718Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:07:31.9529112Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:07:31.9529494Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:07:31.9529902Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:07:31.9530317Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:07:31.9530702Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:07:31.9531079Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:07:31.9531478Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:07:31.9531873Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:07:31.9532240Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:07:31.9532597Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:07:31.9532979Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:07:31.9533700Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:07:31.9534061Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:07:31.9534432Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:07:31.9534798Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:07:31.9535297Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:07:31.9535682Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:07:31.9536036Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:07:31.9536391Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:07:31.9536753Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:07:31.9537129Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:07:31.9537522Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:07:31.9537904Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:07:31.9538270Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:07:31.9538629Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:07:31.9539018Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:07:31.9539414Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:07:31.9539769Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:07:31.9540088Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:07:31.9540437Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:07:31.9540783Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:07:31.9541141Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:07:31.9541492Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:07:31.9541832Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:07:31.9542200Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:07:31.9542585Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:07:31.9543893Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:07:31.9544416Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:07:31.9544836Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:07:31.9545230Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:07:31.9545623Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:07:31.9546009Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:07:31.9546413Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:07:31.9546816Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:07:31.9547187Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:07:31.9547568Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:07:31.9547976Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:07:31.9548413Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:07:31.9548837Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:07:31.9549211Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:07:31.9549592Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:07:31.9549992Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:07:31.9550390Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:07:31.9550779Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:07:31.9551156Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:07:31.9551543Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:07:31.9551942Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:07:31.9552488Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:07:31.9552855Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:07:31.9553386Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:07:31.9553734Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:07:31.9554134Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:07:31.9554527Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:07:31.9554971Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:07:31.9555335Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:07:31.9555701Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:07:31.9556077Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:07:31.9556426Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:07:31.9556756Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:07:31.9557169Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:07:31.9557606Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:07:31.9557992Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:07:31.9558352Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:07:31.9558730Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:07:31.9559132Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:07:31.9559545Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:07:31.9559946Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:07:31.9560441Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:07:31.9560787Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:07:31.9561201Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:07:31.9561619Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:07:31.9562018Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:07:31.9562371Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:07:31.9562703Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:07:31.9563081Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:07:31.9563636Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:07:31.9564065Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:07:31.9564531Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:07:31.9564941Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:07:31.9565303Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:07:31.9565640Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:07:31.9565987Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:07:31.9566424Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:07:31.9566921Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:07:31.9567351Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:07:31.9567716Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:07:31.9568171Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:07:31.9568703Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:07:31.9569307Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:07:31.9569736Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:07:31.9570094Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:07:31.9570521Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:07:31.9570922Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:07:31.9571322Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:07:31.9571711Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:07:31.9572072Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:07:31.9572433Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:07:31.9572824Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:07:31.9573406Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:07:31.9573803Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:07:31.9574189Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:07:31.9574570Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:07:31.9574950Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:07:31.9575361Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:07:31.9575809Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:07:31.9576239Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:07:31.9576604Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:07:31.9577165Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:07:31.9577557Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:07:31.9577928Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:07:31.9578326Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:07:31.9578716Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:07:31.9579124Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:07:31.9579543Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:07:31.9580015Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:07:31.9580465Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:07:31.9580869Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:07:31.9581259Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:07:31.9581642Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:07:31.9582058Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:07:31.9582431Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:07:31.9582814Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:07:31.9583410Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:07:31.9583869Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:07:31.9584349Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:07:31.9584807Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:07:31.9585321Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:07:31.9597740Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:07:31.9598716Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:07:31.9599695Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:07:31.9600466Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:07:31.9601096Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:07:31.9601515Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:07:31.9601930Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:07:31.9602331Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:07:31.9602695Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:07:31.9603073Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:07:31.9603745Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:07:31.9604174Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:07:31.9604569Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:07:31.9604952Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:07:31.9605353Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:07:31.9605740Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:07:31.9606157Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:07:31.9606596Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:07:31.9606988Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:07:31.9607364Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:07:31.9607943Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:07:31.9608320Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:07:31.9608678Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:07:31.9609027Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:07:31.9609389Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:07:31.9609773Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:07:31.9610144Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:07:31.9610535Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:07:31.9610903Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:07:31.9611217Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:07:31.9611693Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9612224Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:07:31.9612597Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:07:31.9612973Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:07:31.9613467Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:07:31.9613872Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:07:31.9614352Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:07:31.9614790Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:07:31.9615219Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:07:31.9615629Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:07:31.9616027Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:07:31.9616566Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:07:31.9616984Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:07:31.9617378Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:07:31.9617803Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:07:31.9618290Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:07:31.9618784Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:07:31.9619227Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:07:31.9619632Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:07:31.9620032Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:07:31.9620594Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:07:31.9621093Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:07:31.9621498Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:07:31.9621927Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:07:31.9622375Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:07:31.9622780Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:07:31.9623252Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:07:31.9623718Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:07:31.9624105Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:07:31.9624488Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:07:31.9625040Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:07:31.9625411Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:07:31.9625795Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:07:31.9626171Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:07:31.9626536Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:07:31.9626906Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:07:31.9627257Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:07:31.9627630Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:07:31.9628015Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:07:31.9628376Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:07:31.9628731Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:07:31.9629091Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:07:31.9629455Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:07:31.9629826Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:07:31.9630183Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:07:31.9630536Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:07:31.9630909Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:07:31.9631260Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:07:31.9631631Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:07:31.9632065Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:07:31.9632469Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:07:31.9632829Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:07:31.9633582Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:07:31.9634033Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:07:31.9634432Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:07:31.9634792Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:07:31.9635158Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:07:31.9635515Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:07:31.9635813Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:07:31.9636114Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:07:31.9636464Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:07:31.9636814Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:07:31.9637177Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:07:31.9637541Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:07:31.9637887Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:07:31.9638222Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:07:31.9638596Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:07:31.9639009Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:07:31.9639405Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:07:31.9639795Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:07:31.9640178Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:07:31.9640584Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:07:31.9641081Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:07:31.9641865Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:07:31.9642503Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:07:31.9643046Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:07:31.9643631Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:07:31.9644077Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:07:31.9644595Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:07:31.9645219Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:07:31.9645777Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:07:31.9646276Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:07:31.9646718Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:07:31.9647080Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:07:31.9647450Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:07:31.9647817Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:07:31.9648192Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:07:31.9648580Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:07:31.9648958Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:07:31.9649330Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:07:31.9649703Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:07:31.9650083Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:07:31.9650567Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:07:31.9650939Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:07:31.9651303Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:07:31.9651690Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:07:31.9652082Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:07:31.9652493Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:07:31.9652901Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:07:31.9653365Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:07:31.9653753Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:07:31.9654177Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:07:31.9654602Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:07:31.9655039Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:07:31.9655467Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:07:31.9655833Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:07:31.9656198Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:07:31.9656574Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:07:31.9656930Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:07:31.9657312Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:07:31.9657693Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:07:31.9658073Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:07:31.9658572Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:07:31.9658932Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:07:31.9659289Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:07:31.9659835Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9660541Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9661214Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9661868Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9662392Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:07:31.9662783Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:07:31.9663330Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:07:31.9663761Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:07:31.9664144Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:07:31.9664511Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:07:31.9664878Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:07:31.9665258Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:07:31.9665634Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:07:31.9666001Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:07:31.9666378Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:07:31.9666754Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:07:31.9667259Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:07:31.9667674Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:07:31.9668070Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:07:31.9668464Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:07:31.9668857Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:07:31.9669244Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:07:31.9669626Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:07:31.9670002Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:07:31.9670372Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:07:31.9670759Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:07:31.9671172Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:07:31.9671567Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:07:31.9671963Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:07:31.9672355Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:07:31.9672739Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:07:31.9673423Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:07:31.9673890Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:07:31.9674300Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:07:31.9674752Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:07:31.9675342Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:07:31.9675752Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:07:31.9676117Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:07:31.9676494Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:07:31.9676888Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:07:31.9677292Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:07:31.9677689Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:07:31.9678065Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:07:31.9678448Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:07:31.9678934Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:07:31.9679693Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:07:31.9680404Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:07:31.9680906Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:07:31.9681358Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:07:31.9681838Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:07:31.9682312Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:07:31.9682797Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:07:31.9683356Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:07:31.9683790Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:07:31.9684192Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:07:31.9684740Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:07:31.9685175Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:07:31.9685563Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:07:31.9685950Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:07:31.9686361Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:07:31.9686773Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:07:31.9687188Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:07:31.9687611Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:07:31.9688008Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:07:31.9688390Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:07:31.9688768Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:07:31.9689125Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:07:31.9689515Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:07:31.9689935Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:07:31.9690391Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:07:31.9690843Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:07:31.9691242Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:07:31.9691674Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:07:31.9692096Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:07:31.9692501Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:07:31.9693029Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:07:31.9693507Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:07:31.9693873Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:07:31.9694268Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:07:31.9694664Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:07:31.9695037Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:07:31.9695370Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:07:31.9695699Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:07:31.9696058Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:07:31.9696566Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:07:31.9697089Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:07:31.9697467Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:07:31.9697840Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:07:31.9698236Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:07:31.9698647Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:07:31.9699053Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:07:31.9699455Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:07:31.9699867Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:07:31.9700271Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:07:31.9700642Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:07:31.9701013Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:07:31.9701488Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:07:31.9701866Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:07:31.9702288Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:07:31.9702713Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:07:31.9703105Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:07:31.9703807Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:07:31.9704248Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:07:31.9704646Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:07:31.9705011Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:07:31.9705371Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:07:31.9705734Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:07:31.9706124Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:07:31.9706507Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:07:31.9706901Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:07:31.9707312Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:07:31.9707770Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:07:31.9708212Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:07:31.9708587Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:07:31.9708967Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:07:31.9709360Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:07:31.9709881Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:07:31.9710254Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:07:31.9710633Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:07:31.9711076Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:07:31.9711566Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:07:31.9711986Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:07:31.9712356Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:07:31.9712727Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:07:31.9713297Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:07:31.9713771Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:07:31.9714180Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:07:31.9714588Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:07:31.9714968Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:07:31.9715313Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:07:31.9715671Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:07:31.9716068Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:07:31.9716484Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:07:31.9716865Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:07:31.9717251Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:07:31.9717693Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:07:31.9718281Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:07:31.9718701Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:07:31.9719093Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:07:31.9719610Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9720121Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:07:31.9720430Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:07:31.9720778Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:07:31.9721185Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:07:31.9721607Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:07:31.9722130Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:07:31.9722726Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:07:31.9723457Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:07:31.9724110Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:07:31.9724763Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:07:31.9725388Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:07:31.9726011Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:07:31.9726592Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:07:31.9727195Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:07:31.9727641Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:07:31.9728081Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:07:31.9728502Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:07:31.9728969Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:07:31.9729402Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:07:31.9729787Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:07:31.9730154Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:07:31.9730528Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:07:31.9730906Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:07:31.9731321Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:07:31.9731737Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:07:31.9732102Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:07:31.9732497Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:07:31.9732961Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:07:31.9733557Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:07:31.9734041Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:07:31.9734519Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:07:31.9734998Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:07:31.9735473Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:07:31.9736035Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:07:31.9736447Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:07:31.9736858Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:07:31.9737269Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:07:31.9737681Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:07:31.9738096Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:07:31.9738529Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:07:31.9738958Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:07:31.9739340Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:07:31.9739729Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:07:31.9740108Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:07:31.9740488Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:07:31.9740923Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:07:31.9741357Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:07:31.9741763Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:07:31.9742174Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:07:31.9742592Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:07:31.9743036Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:07:31.9743703Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:07:31.9744273Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:07:31.9744671Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:07:31.9745048Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:07:31.9745440Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:07:31.9745809Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:07:31.9746179Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:07:31.9746577Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:07:31.9746971Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:07:31.9747397Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:07:31.9747858Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:07:31.9748279Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:07:31.9748692Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:07:31.9749084Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:07:31.9749390Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:07:31.9749710Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:07:31.9750090Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:07:31.9750483Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:07:31.9750873Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:07:31.9751264Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:07:31.9751693Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:07:31.9752141Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:07:31.9752729Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:07:31.9753118Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:07:31.9753744Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:07:31.9754302Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:31.9754878Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:07:31.9755325Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:07:31.9755762Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:07:31.9756195Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:07:31.9756611Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:07:31.9757009Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:07:31.9757394Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:07:31.9757771Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:07:31.9758162Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:07:31.9758557Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:07:31.9758930Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:07:31.9759312Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:07:31.9759710Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:07:31.9760082Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:07:31.9760490Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:07:31.9761078Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:07:31.9761493Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:07:31.9761867Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:07:31.9762238Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:07:31.9762619Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:07:31.9762987Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:07:31.9763510Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:07:31.9763933Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:07:31.9764376Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:07:31.9764775Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:07:31.9765167Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:07:31.9765559Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:07:31.9765938Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:07:31.9766307Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:07:31.9766684Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:07:31.9767080Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:07:31.9767530Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:07:31.9767983Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:07:31.9768438Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:07:31.9768835Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:07:31.9769351Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:07:31.9769774Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:07:31.9770160Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:07:31.9770512Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:07:31.9770825Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:07:31.9771126Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:07:31.9771491Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:07:31.9771859Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:07:31.9772205Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:07:31.9772569Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:07:31.9772966Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:07:31.9773469Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:07:31.9773828Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:07:31.9774174Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:07:31.9774545Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:07:31.9774945Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:07:31.9775316Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:07:31.9775673Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:07:31.9776031Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:07:31.9776408Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:07:31.9776791Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:07:31.9777263Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:07:31.9777632Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:07:31.9778015Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:07:31.9778386Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:07:31.9778754Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:07:31.9779127Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:07:31.9779511Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:07:31.9779901Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:07:31.9780319Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:07:31.9780718Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:07:31.9781074Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:07:31.9781424Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:07:31.9781800Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:07:31.9782228Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:07:31.9782724Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:07:31.9783430Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:07:31.9783920Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:07:31.9784421Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:07:31.9784851Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:07:31.9785232Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:07:31.9785743Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:07:31.9786137Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:07:31.9786518Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:07:31.9786896Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:07:31.9787271Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:07:31.9787640Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:07:31.9788031Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:07:31.9788470Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:07:31.9788891Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:07:31.9789266Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:07:31.9789672Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:07:31.9790092Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:07:31.9790472Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:07:31.9790825Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:07:31.9791213Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:07:31.9791660Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:07:31.9792083Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:07:31.9792490Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:07:31.9792894Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:07:31.9793445Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:07:31.9793866Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:07:31.9794222Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:07:31.9794711Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:07:31.9876099Z [+] Installing Go for linux-amd64...
2025-08-20T20:07:32.0181455Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:07:32.0182050Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:07:32.0183729Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:07:33.1954812Z [+] Downloading Go go1.25.0...
2025-08-20T20:07:33.2009919Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:07:33.2010602Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:07:33.2010928Z 
2025-08-20T20:07:33.2780611Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:07:33.2781152Z 100    80  100    80    0     0   1037      0 --:--:-- --:--:-- --:--:--  1038
2025-08-20T20:07:33.3228935Z 
2025-08-20T20:07:33.3229472Z 100    75  100    75    0     0    614      0 --:--:-- --:--:-- --:--:--   614
2025-08-20T20:07:33.9960950Z 
2025-08-20T20:07:34.3681424Z  42 56.8M   42 24.2M    0     0  30.5M      0  0:00:01 --:--:--  0:00:01 30.5M
2025-08-20T20:07:34.3682110Z 100 56.8M  100 56.8M    0     0  48.7M      0  0:00:01  0:00:01 --:--:-- 87.7M
2025-08-20T20:07:34.3720952Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:07:35.7690316Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:07:35.7690678Z [+] GOROOT: /home/runner/.go
2025-08-20T20:07:35.7690924Z [+] GOPATH: /home/runner/go
2025-08-20T20:07:35.7691428Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:07:35.7862109Z go version go1.25.0 linux/amd64
2025-08-20T20:07:35.8242589Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:07:35.8243448Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:07:35.8244351Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:07:35.8244976Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:07:35.8245607Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:07:35.8246217Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:07:35.8246837Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:07:35.8247442Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:07:35.8248041Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:07:35.8248612Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:07:35.8249266Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:07:35.8249957Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:07:35.8250661Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:07:35.8251380Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:07:35.8252082Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:07:35.8252772Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:07:35.8253673Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:07:35.8254299Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:07:35.8254957Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:07:35.8255733Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:07:35.8256499Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:07:35.8257150Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:07:35.8257803Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:07:35.8258579Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:07:35.8258952Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:07:35.8259347Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:07:35.8259792Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:07:35.8260204Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:07:35.8260598Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:07:35.8261003Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:07:35.8261414Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:07:35.8261823Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:07:35.8262240Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:07:35.8262665Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:07:35.8263101Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:07:35.8263765Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:07:35.8264166Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:07:35.8264554Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:07:35.8264956Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:07:35.8265373Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:07:35.8265787Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:07:35.8266184Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:07:35.8266580Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:07:35.8267157Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:07:35.8267629Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:07:35.8268086Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:07:35.8268557Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:07:35.8268989Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:07:35.8269397Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:07:35.8269801Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:07:35.8270198Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:07:35.8270596Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:07:35.8270990Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:07:35.8271357Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:07:35.8271712Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:07:35.8272072Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:07:35.8272391Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:07:35.8272724Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:07:35.8273116Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:07:35.8273882Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:07:35.8274282Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:07:35.8274708Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:07:35.8275256Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:07:35.8275658Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:07:35.8276068Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:07:35.8276484Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:07:35.8276870Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:07:35.8277254Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:07:35.8277662Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:07:35.8278118Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:07:35.8278602Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:07:35.8279060Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:07:35.8279475Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:07:35.8279849Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:07:35.8280227Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:07:35.8280617Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:07:35.8281049Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:07:35.8281525Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:07:35.8282007Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:07:35.8282488Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:07:35.8282915Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:07:35.8283507Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:07:35.8284013Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:07:35.8284413Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:07:35.8284793Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:07:35.8285163Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:07:35.8285574Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:07:35.8286022Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:07:35.8286394Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:07:35.8286760Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:07:35.8287154Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:07:35.8287549Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:07:35.8287913Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:07:35.8288269Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:07:35.8288649Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:07:35.8289024Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:07:35.8289365Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:07:35.8289731Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:07:35.8290090Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:07:35.8290441Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:07:35.8290815Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:07:35.8291167Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:07:35.8291647Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:07:35.8292008Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:07:35.8292383Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:07:35.8292769Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:07:35.8293635Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:07:35.8294020Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:07:35.8294381Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:07:35.8294763Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:07:35.8295156Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:07:35.8295491Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:07:35.8295830Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:07:35.8296184Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:07:35.8296527Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:07:35.8296880Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:07:35.8297235Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:07:35.8297585Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:07:35.8297955Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:07:35.8298348Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:07:35.8298787Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:07:35.8299227Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:07:35.8299619Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:07:35.8300004Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:07:35.8300511Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:07:35.8300901Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:07:35.8301299Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:07:35.8301698Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:07:35.8302064Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:07:35.8302438Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:07:35.8302840Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:07:35.8304008Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:07:35.8304665Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:07:35.8305075Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:07:35.8305478Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:07:35.8305886Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:07:35.8306285Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:07:35.8306676Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:07:35.8307063Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:07:35.8307454Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:07:35.8307854Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:07:35.8308230Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:07:35.8308584Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:07:35.8309064Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:07:35.8309387Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:07:35.8309778Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:07:35.8310168Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:07:35.8310555Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:07:35.8310926Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:07:35.8311292Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:07:35.8311665Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:07:35.8312007Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:07:35.8312339Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:07:35.8312751Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:07:35.8313432Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:07:35.8313841Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:07:35.8314208Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:07:35.8314586Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:07:35.8315006Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:07:35.8315416Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:07:35.8315825Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:07:35.8316182Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:07:35.8316539Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:07:35.8316951Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:07:35.8317377Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:07:35.8317910Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:07:35.8318275Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:07:35.8318612Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:07:35.8318994Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:07:35.8319368Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:07:35.8319783Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:07:35.8320248Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:07:35.8320656Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:07:35.8321017Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:07:35.8321352Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:07:35.8321707Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:07:35.8322189Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:07:35.8322907Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:07:35.8324052Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:07:35.8324527Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:07:35.8336531Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:07:35.8337100Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:07:35.8337620Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:07:35.8338075Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:07:35.8338652Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:07:35.8339042Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:07:35.8339459Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:07:35.8339869Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:07:35.8340263Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:07:35.8340635Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:07:35.8341004Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:07:35.8341389Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:07:35.8341783Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:07:35.8342169Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:07:35.8342560Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:07:35.8342946Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:07:35.8343505Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:07:35.8343931Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:07:35.8344389Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:07:35.8344829Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:07:35.8345198Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:07:35.8345572Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:07:35.8345968Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:07:35.8346341Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:07:35.8346713Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:07:35.8347212Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:07:35.8347598Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:07:35.8348007Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:07:35.8348469Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:07:35.8348913Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:07:35.8349310Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:07:35.8349694Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:07:35.8350067Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:07:35.8350436Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:07:35.8350825Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:07:35.8351216Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:07:35.8351597Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:07:35.8352042Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:07:35.8352518Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:07:35.8352968Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:07:35.8353738Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:07:35.8354250Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:07:35.8354736Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:07:35.8355216Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:07:35.8355790Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:07:35.8356156Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:07:35.8356512Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:07:35.8356884Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:07:35.8357258Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:07:35.8357608Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:07:35.8357977Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:07:35.8358353Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:07:35.8358728Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:07:35.8359101Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:07:35.8359477Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:07:35.8359870Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:07:35.8360249Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:07:35.8360656Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:07:35.8361090Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:07:35.8361472Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:07:35.8361843Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:07:35.8362258Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:07:35.8362629Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:07:35.8362980Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:07:35.8363465Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:07:35.8363984Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:07:35.8364373Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:07:35.8364748Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:07:35.8365140Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:07:35.8365500Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:07:35.8365813Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:07:35.8366273Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8366795Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:07:35.8367163Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:07:35.8367536Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:07:35.8367910Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:07:35.8368311Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:07:35.8368743Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:07:35.8369167Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:07:35.8369587Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:07:35.8369986Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:07:35.8370374Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:07:35.8370785Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:07:35.8371189Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:07:35.8371576Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:07:35.8372125Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:07:35.8372608Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:07:35.8373096Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:07:35.8373666Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:07:35.8374067Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:07:35.8374462Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:07:35.8374925Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:07:35.8375398Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:07:35.8375795Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:07:35.8376219Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:07:35.8376662Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:07:35.8377056Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:07:35.8377421Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:07:35.8377777Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:07:35.8378149Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:07:35.8378521Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:07:35.8378881Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:07:35.8379235Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:07:35.8379610Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:07:35.8379983Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:07:35.8380459Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:07:35.8380825Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:07:35.8381169Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:07:35.8381535Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:07:35.8381912Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:07:35.8382264Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:07:35.8382616Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:07:35.8382958Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:07:35.8383429Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:07:35.8383792Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:07:35.8384148Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:07:35.8384501Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:07:35.8384866Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:07:35.8385209Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:07:35.8385567Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:07:35.8386024Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:07:35.8386421Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:07:35.8386773Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:07:35.8387144Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:07:35.8387554Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:07:35.8387941Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:07:35.8388412Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:07:35.8388768Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:07:35.8389116Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:07:35.8389412Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:07:35.8389700Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:07:35.8390047Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:07:35.8390395Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:07:35.8390754Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:07:35.8391104Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:07:35.8391441Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:07:35.8391776Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:07:35.8392155Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:07:35.8392561Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:07:35.8392950Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:07:35.8393593Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:07:35.8393988Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:07:35.8394393Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:07:35.8394886Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:07:35.8395502Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:07:35.8396125Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:07:35.8396664Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:07:35.8397256Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:07:35.8397706Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:07:35.8398218Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:07:35.8398827Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:07:35.8399383Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:07:35.8399867Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:07:35.8400298Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:07:35.8400661Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:07:35.8401033Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:07:35.8401401Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:07:35.8401778Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:07:35.8402158Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:07:35.8402533Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:07:35.8402907Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:07:35.8403405Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:07:35.8403778Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:07:35.8404138Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:07:35.8404501Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:07:35.8404860Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:07:35.8405373Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:07:35.8405754Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:07:35.8406157Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:07:35.8406558Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:07:35.8406910Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:07:35.8407292Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:07:35.8407687Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:07:35.8408088Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:07:35.8408515Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:07:35.8408953Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:07:35.8409344Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:07:35.8409711Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:07:35.8410085Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:07:35.8410443Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:07:35.8410822Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:07:35.8411200Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:07:35.8411568Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:07:35.8411941Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:07:35.8412294Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:07:35.8412642Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:07:35.8413443Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8414158Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8414829Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8415476Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8415992Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:07:35.8416371Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:07:35.8416729Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:07:35.8417105Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:07:35.8417473Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:07:35.8417822Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:07:35.8418187Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:07:35.8418561Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:07:35.8418941Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:07:35.8419307Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:07:35.8419679Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:07:35.8420045Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:07:35.8420423Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:07:35.8420826Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:07:35.8421215Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:07:35.8421722Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:07:35.8422112Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:07:35.8422495Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:07:35.8422868Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:07:35.8423348Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:07:35.8423712Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:07:35.8424085Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:07:35.8424478Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:07:35.8424864Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:07:35.8425244Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:07:35.8425633Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:07:35.8426013Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:07:35.8426425Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:07:35.8426854Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:07:35.8427243Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:07:35.8427673Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:07:35.8428125Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:07:35.8428522Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:07:35.8428877Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:07:35.8429246Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:07:35.8429758Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:07:35.8430162Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:07:35.8430552Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:07:35.8430922Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:07:35.8431300Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:07:35.8431768Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:07:35.8432239Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:07:35.8432632Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:07:35.8433034Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:07:35.8433724Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:07:35.8434164Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:07:35.8434629Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:07:35.8435111Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:07:35.8435548Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:07:35.8435975Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:07:35.8436367Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:07:35.8436760Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:07:35.8437171Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:07:35.8437549Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:07:35.8438064Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:07:35.8438464Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:07:35.8438861Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:07:35.8439264Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:07:35.8439676Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:07:35.8440055Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:07:35.8440422Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:07:35.8440783Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:07:35.8441140Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:07:35.8441525Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:07:35.8441938Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:07:35.8442386Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:07:35.8442831Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:07:35.8443389Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:07:35.8443818Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:07:35.8444234Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:07:35.8444630Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:07:35.8445030Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:07:35.8445382Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:07:35.8445743Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:07:35.8446246Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:07:35.8446637Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:07:35.8447009Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:07:35.8447334Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:07:35.8447632Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:07:35.8447980Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:07:35.8448478Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:07:35.8448984Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:07:35.8449354Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:07:35.8449719Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:07:35.8450106Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:07:35.8450508Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:07:35.8450907Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:07:35.8451297Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:07:35.8451712Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:07:35.8452112Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:07:35.8452474Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:07:35.8452835Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:07:35.8453312Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:07:35.8453681Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:07:35.8454093Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:07:35.8454642Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:07:35.8455026Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:07:35.8455435Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:07:35.8455864Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:07:35.8456241Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:07:35.8456598Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:07:35.8456953Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:07:35.8457308Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:07:35.8457672Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:07:35.8458040Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:07:35.8458433Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:07:35.8458836Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:07:35.8459287Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:07:35.8459715Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:07:35.8460085Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:07:35.8460463Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:07:35.8460837Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:07:35.8461211Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:07:35.8461580Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:07:35.8461940Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:07:35.8462500Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:07:35.8462990Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:07:35.8463510Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:07:35.8463872Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:07:35.8464235Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:07:35.8464627Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:07:35.8465010Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:07:35.8465374Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:07:35.8465761Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:07:35.8466134Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:07:35.8466485Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:07:35.8466836Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:07:35.8467225Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:07:35.8467640Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:07:35.8468011Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:07:35.8468396Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:07:35.8468829Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:07:35.8469251Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:07:35.8469668Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:07:35.8470053Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:07:35.8470718Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8471224Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:07:35.8471529Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:07:35.8471916Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:07:35.8472319Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:07:35.8472736Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:07:35.8473475Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:07:35.8474072Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:07:35.8474676Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:07:35.8475326Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:07:35.8475963Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:07:35.8476581Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:07:35.8477198Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:07:35.8477779Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:07:35.8478253Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:07:35.8478690Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:07:35.8479118Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:07:35.8479539Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:07:35.8480130Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:07:35.8480561Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:07:35.8480933Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:07:35.8481294Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:07:35.8481663Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:07:35.8482031Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:07:35.8482431Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:07:35.8482842Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:07:35.8483323Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:07:35.8483717Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:07:35.8484176Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:07:35.8484657Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:07:35.8485136Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:07:35.8485614Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:07:35.8486124Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:07:35.8486602Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:07:35.8487046Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:07:35.8487451Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:07:35.8487857Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:07:35.8488384Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:07:35.8488788Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:07:35.8489193Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:07:35.8489623Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:07:35.8490046Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:07:35.8490430Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:07:35.8490800Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:07:35.8491169Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:07:35.8491538Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:07:35.8491966Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:07:35.8492401Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:07:35.8492795Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:07:35.8493313Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:07:35.8493728Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:07:35.8494170Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:07:35.8494608Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:07:35.8495029Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:07:35.8495417Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:07:35.8495783Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:07:35.8496162Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:07:35.8496677Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:07:35.8497049Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:07:35.8497442Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:07:35.8497829Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:07:35.8498247Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:07:35.8498706Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:07:35.8499119Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:07:35.8499521Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:07:35.8499912Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:07:35.8500211Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:07:35.8500527Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:07:35.8500905Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:07:35.8501290Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:07:35.8501673Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:07:35.8502057Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:07:35.8502474Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:07:35.8502913Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:07:35.8503430Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:07:35.8503801Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:07:35.8504193Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:07:35.8504854Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:35.8505430Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:07:35.8505870Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:07:35.8506301Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:07:35.8506727Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:07:35.8507138Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:07:35.8507528Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:07:35.8507913Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:07:35.8508284Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:07:35.8508679Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:07:35.8509073Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:07:35.8509440Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:07:35.8509820Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:07:35.8510213Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:07:35.8510576Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:07:35.8510974Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:07:35.8511426Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:07:35.8511838Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:07:35.8512205Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:07:35.8512678Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:07:35.8513059Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:07:35.8513660Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:07:35.8514023Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:07:35.8514440Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:07:35.8514876Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:07:35.8515274Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:07:35.8515660Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:07:35.8516044Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:07:35.8516420Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:07:35.8516792Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:07:35.8517166Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:07:35.8517557Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:07:35.8518001Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:07:35.8518443Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:07:35.8518858Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:07:35.8519250Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:07:35.8519644Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:07:35.8520055Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:07:35.8520435Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:07:35.8520913Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:07:35.8521224Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:07:35.8521524Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:07:35.8521887Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:07:35.8522251Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:07:35.8522594Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:07:35.8522953Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:07:35.8523467Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:07:35.8523845Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:07:35.8524196Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:07:35.8524541Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:07:35.8524913Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:07:35.8525301Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:07:35.8525666Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:07:35.8526017Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:07:35.8526364Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:07:35.8526741Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:07:35.8527114Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:07:35.8527455Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:07:35.8527815Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:07:35.8528194Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:07:35.8528566Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:07:35.8529058Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:07:35.8529428Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:07:35.8529799Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:07:35.8530189Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:07:35.8530604Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:07:35.8530997Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:07:35.8531339Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:07:35.8531678Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:07:35.8532018Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:07:35.8532437Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:07:35.8532935Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:07:35.8533609Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:07:35.8534084Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:07:35.8534578Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:07:35.8535008Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:07:35.8535383Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:07:35.8535762Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:07:35.8536135Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:07:35.8536514Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:07:35.8537015Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:07:35.8537391Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:07:35.8537756Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:07:35.8538135Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:07:35.8538566Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:07:35.8538988Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:07:35.8539358Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:07:35.8539748Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:07:35.8540160Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:07:35.8540536Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:07:35.8540882Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:07:35.8541270Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:07:35.8541711Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:07:35.8542129Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:07:35.8542529Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:07:35.8542927Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:07:35.8543364Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:07:35.8543633Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:07:35.8543978Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:07:35.8544450Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:07:36.1090378Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:07:36.2901850Z Collecting meson
2025-08-20T20:07:36.3748460Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:07:36.4086622Z Collecting ninja
2025-08-20T20:07:36.4282163Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:07:36.4521669Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:07:36.5356907Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 21.3 MB/s  0:00:00
2025-08-20T20:07:36.5550324Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:07:36.6446404Z Installing collected packages: ninja, meson
2025-08-20T20:07:37.3782625Z 
2025-08-20T20:07:37.3811910Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:07:37.6791821Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:07:37.7887900Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:07:37.8505178Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:07:38.3039194Z 1.8.4
2025-08-20T20:07:38.3341292Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:07:38.3596813Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:07:38.3597444Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:07:38.3598081Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:07:38.3598740Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:07:38.3599329Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:07:38.3599808Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:07:38.3600354Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:07:38.3600748Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:07:38.3601333Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:07:38.3601675Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:07:38.3602037Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:07:38.3602434Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:07:38.3602815Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:07:38.3603520Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:07:38.3603939Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:07:38.3604348Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:07:38.3604745Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:07:38.3605103Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:07:38.3605483Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:07:38.3605955Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:07:38.3606411Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:07:38.3606809Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:07:38.3607227Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:07:38.3607620Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:07:38.3607975Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:07:38.3608358Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:07:38.3608791Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:07:38.3609199Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:07:38.3609602Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:07:38.3610188Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:07:38.3610613Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:07:38.3611030Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:07:38.3611879Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:07:38.3612619Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:07:38.3613551Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:07:38.3614333Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:07:38.3615054Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:07:38.3615760Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:07:38.3616597Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:07:38.3617409Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:07:38.3618182Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:07:38.3618921Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:07:38.3619620Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:07:38.3620411Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:07:38.3621270Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:07:38.3622141Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:07:38.3623047Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:07:38.3624081Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:07:38.3625069Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:07:38.3625826Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:07:38.3626566Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:07:38.3627322Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:07:38.3628045Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:07:38.3628710Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:07:38.3629354Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:07:38.3630014Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:07:38.3630588Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:07:38.3631200Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:07:38.3631925Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:07:38.3632613Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:07:38.3633569Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:07:38.3634370Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:07:38.3635126Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:07:38.3635861Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:07:38.3636624Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:07:38.3637397Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:07:38.3638122Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:07:38.3638834Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:07:38.3639589Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:07:38.3640646Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:07:38.3641557Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:07:38.3642395Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:07:38.3643774Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:07:38.3644494Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:07:38.3645189Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:07:38.3645907Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:07:38.3646688Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:07:38.3647561Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:07:38.3648465Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:07:38.3649336Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:07:38.3650121Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:07:38.3650833Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:07:38.3651523Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:07:38.3652252Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:07:38.3652957Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:07:38.3654767Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:07:38.3655205Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:07:38.3655629Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:07:38.3656209Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:07:38.3656591Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:07:38.3656997Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:07:38.3657400Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:07:38.3657770Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:07:38.3658132Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:07:38.3658525Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:07:38.3658910Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:07:38.3659260Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:07:38.3659636Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:07:38.3660008Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:07:38.3660379Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:07:38.3660801Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:07:38.3661379Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:07:38.3661993Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:07:38.3662624Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:07:38.3663504Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:07:38.3664169Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:07:38.3664567Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:07:38.3664935Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:07:38.3665401Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:07:38.3665972Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:07:38.3666386Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:07:38.3666738Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:07:38.3667068Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:07:38.3667430Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:07:38.3667783Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:07:38.3668139Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:07:38.3668503Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:07:38.3668852Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:07:38.3669231Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:07:38.3669635Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:07:38.3670074Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:07:38.3670519Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:07:38.3670942Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:07:38.3671330Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:07:38.3671719Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:07:38.3672107Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:07:38.3672515Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:07:38.3672924Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:07:38.3673556Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:07:38.3673948Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:07:38.3674508Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:07:38.3674946Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:07:38.3675378Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:07:38.3675766Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:07:38.3676156Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:07:38.3676562Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:07:38.3676963Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:07:38.3677357Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:07:38.3677745Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:07:38.3678142Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:07:38.3678547Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:07:38.3678926Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:07:38.3679287Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:07:38.3679601Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:07:38.3691392Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:07:38.3692103Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:07:38.3692565Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:07:38.3693009Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:07:38.3693723Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:07:38.3694116Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:07:38.3694522Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:07:38.3695056Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:07:38.3695413Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:07:38.3695840Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:07:38.3696286Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:07:38.3696684Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:07:38.3697057Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:07:38.3697438Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:07:38.3697844Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:07:38.3698262Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:07:38.3698678Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:07:38.3699035Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:07:38.3699410Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:07:38.3699839Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:07:38.3700268Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:07:38.3700674Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:07:38.3701045Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:07:38.3701390Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:07:38.3701778Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:07:38.3702158Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:07:38.3702580Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:07:38.3703483Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:07:38.3703940Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:07:38.3704326Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:07:38.3704665Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:07:38.3705024Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:07:38.3705475Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:07:38.3705988Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:07:38.3706437Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:07:38.3706819Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:07:38.3707289Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:07:38.3707845Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:07:38.3708339Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:07:38.3708766Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:07:38.3709126Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:07:38.3709509Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:07:38.3709920Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:07:38.3710337Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:07:38.3710736Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:07:38.3711114Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:07:38.3711484Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:07:38.3712007Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:07:38.3712411Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:07:38.3712802Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:07:38.3713386Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:07:38.3713803Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:07:38.3714195Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:07:38.3714630Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:07:38.3715086Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:07:38.3715509Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:07:38.3715873Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:07:38.3716247Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:07:38.3716641Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:07:38.3717011Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:07:38.3717389Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:07:38.3717763Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:07:38.3718150Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:07:38.3718560Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:07:38.3719021Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:07:38.3719460Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:07:38.3719853Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:07:38.3720371Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:07:38.3720749Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:07:38.3721117Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:07:38.3721477Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:07:38.3721860Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:07:38.3722236Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:07:38.3722677Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:07:38.3723261Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:07:38.3723722Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:07:38.3724243Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:07:38.3724754Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:07:38.3725240Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:07:38.3725722Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:07:38.3726149Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:07:38.3726506Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:07:38.3726863Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:07:38.3727233Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:07:38.3727603Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:07:38.3727953Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:07:38.3728326Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:07:38.3728817Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:07:38.3729196Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:07:38.3729577Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:07:38.3729949Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:07:38.3730333Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:07:38.3730711Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:07:38.3731126Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:07:38.3731563Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:07:38.3731948Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:07:38.3732315Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:07:38.3732738Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:07:38.3733107Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:07:38.3733576Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:07:38.3733919Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:07:38.3734282Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:07:38.3734660Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:07:38.3735025Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:07:38.3735406Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:07:38.3735773Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:07:38.3736091Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:07:38.3736554Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3737194Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:07:38.3737561Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:07:38.3737934Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:07:38.3738300Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:07:38.3738695Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:07:38.3739122Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:07:38.3739545Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:07:38.3739972Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:07:38.3740367Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:07:38.3740810Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:07:38.3741222Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:07:38.3741626Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:07:38.3742008Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:07:38.3742432Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:07:38.3742917Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:07:38.3743608Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:07:38.3744049Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:07:38.3744453Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:07:38.3744849Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:07:38.3745442Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:07:38.3745923Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:07:38.3746317Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:07:38.3746740Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:07:38.3747184Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:07:38.3747586Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:07:38.3747947Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:07:38.3748304Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:07:38.3748683Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:07:38.3749062Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:07:38.3749430Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:07:38.3749791Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:07:38.3750172Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:07:38.3750556Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:07:38.3750934Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:07:38.3751302Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:07:38.3751654Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:07:38.3752021Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:07:38.3752406Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:07:38.3752764Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:07:38.3753219Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:07:38.3753709Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:07:38.3754075Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:07:38.3754451Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:07:38.3754808Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:07:38.3755160Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:07:38.3755530Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:07:38.3755885Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:07:38.3756251Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:07:38.3756682Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:07:38.3757084Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:07:38.3757447Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:07:38.3757825Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:07:38.3758240Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:07:38.3758635Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:07:38.3758984Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:07:38.3759342Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:07:38.3759694Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:07:38.3759991Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:07:38.3760289Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:07:38.3760636Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:07:38.3760987Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:07:38.3761352Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:07:38.3761818Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:07:38.3762163Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:07:38.3762497Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:07:38.3762878Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:07:38.3763383Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:07:38.3763777Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:07:38.3764175Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:07:38.3764558Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:07:38.3764968Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:07:38.3765469Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:07:38.3766093Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:07:38.3766715Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:07:38.3767251Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:07:38.3767720Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:07:38.3768172Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:07:38.3768687Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:07:38.3769316Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:07:38.3769880Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:07:38.3770489Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:07:38.3771060Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:07:38.3771515Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:07:38.3771884Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:07:38.3772253Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:07:38.3772630Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:07:38.3773014Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:07:38.3773499Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:07:38.3773877Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:07:38.3774249Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:07:38.3774634Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:07:38.3775005Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:07:38.3775370Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:07:38.3775732Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:07:38.3776116Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:07:38.3776499Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:07:38.3776909Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:07:38.3777318Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:07:38.3777674Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:07:38.3778056Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:07:38.3778589Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:07:38.3778998Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:07:38.3779433Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:07:38.3779857Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:07:38.3780221Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:07:38.3780586Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:07:38.3780962Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:07:38.3781323Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:07:38.3781805Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:07:38.3782361Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:07:38.3782755Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:07:38.3783235Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:07:38.3783598Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:07:38.3783948Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:07:38.3784498Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3785208Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3785881Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3786537Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3787190Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:07:38.3787577Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:07:38.3787945Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:07:38.3788317Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:07:38.3788691Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:07:38.3789048Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:07:38.3789416Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:07:38.3789793Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:07:38.3790161Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:07:38.3790532Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:07:38.3790910Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:07:38.3791285Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:07:38.3791671Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:07:38.3792078Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:07:38.3792475Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:07:38.3792865Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:07:38.3793361Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:07:38.3793748Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:07:38.3794128Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:07:38.3794498Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:07:38.3794864Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:07:38.3795360Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:07:38.3795768Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:07:38.3796159Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:07:38.3796549Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:07:38.3796939Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:07:38.3797317Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:07:38.3797735Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:07:38.3798163Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:07:38.3798556Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:07:38.3798990Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:07:38.3799456Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:07:38.3799860Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:07:38.3800219Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:07:38.3800592Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:07:38.3800984Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:07:38.3801386Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:07:38.3801779Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:07:38.3802150Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:07:38.3802530Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:07:38.3802997Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:07:38.3803689Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:07:38.3804085Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:07:38.3804485Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:07:38.3804931Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:07:38.3805370Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:07:38.3806054Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:07:38.3806711Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:07:38.3807157Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:07:38.3807591Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:07:38.3807995Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:07:38.3808388Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:07:38.3808801Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:07:38.3809370Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:07:38.3809749Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:07:38.3810258Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:07:38.3810693Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:07:38.3811097Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:07:38.3811511Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:07:38.3811899Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:07:38.3812305Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:07:38.3812876Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:07:38.3813571Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:07:38.3813982Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:07:38.3814410Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:07:38.3814868Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:07:38.3815320Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:07:38.3815720Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:07:38.3816155Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:07:38.3816575Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:07:38.3816985Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:07:38.3817390Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:07:38.3817753Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:07:38.3818116Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:07:38.3818503Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:07:38.3818890Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:07:38.3819256Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:07:38.3819584Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:07:38.3819896Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:07:38.3820247Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:07:38.3820749Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:07:38.3821406Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:07:38.3821778Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:07:38.3822143Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:07:38.3822542Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:07:38.3822949Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:07:38.3823576Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:07:38.3823985Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:07:38.3824392Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:07:38.3824793Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:07:38.3825165Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:07:38.3825533Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:07:38.3825894Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:07:38.3826268Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:07:38.3826685Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:07:38.3827104Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:07:38.3827496Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:07:38.3827916Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:07:38.3828353Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:07:38.3828743Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:07:38.3829103Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:07:38.3829639Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:07:38.3829999Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:07:38.3830365Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:07:38.3830738Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:07:38.3831133Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:07:38.3831537Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:07:38.3831995Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:07:38.3832422Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:07:38.3832793Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:07:38.3833292Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:07:38.3833685Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:07:38.3834067Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:07:38.3834441Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:07:38.3834816Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:07:38.3835253Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:07:38.3835741Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:07:38.3836155Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:07:38.3836522Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:07:38.3836888Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:07:38.3837285Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:07:38.3837810Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:07:38.3838190Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:07:38.3838587Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:07:38.3838965Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:07:38.3839316Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:07:38.3839674Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:07:38.3840072Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:07:38.3840519Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:07:38.3840901Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:07:38.3841291Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:07:38.3841732Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:07:38.3842171Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:07:38.3842582Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:07:38.3842975Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:07:38.3843592Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3844099Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:07:38.3844404Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:07:38.3844755Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:07:38.3845164Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:07:38.3845590Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:07:38.3846225Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:07:38.3846821Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:07:38.3847434Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:07:38.3848081Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:07:38.3848724Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:07:38.3849350Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:07:38.3849975Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:07:38.3850557Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:07:38.3851050Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:07:38.3851495Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:07:38.3851932Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:07:38.3852348Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:07:38.3852815Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:07:38.3853344Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:07:38.3853730Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:07:38.3854095Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:07:38.3854462Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:07:38.3854837Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:07:38.3855375Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:07:38.3855788Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:07:38.3856149Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:07:38.3856538Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:07:38.3856997Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:07:38.3857486Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:07:38.3857976Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:07:38.3858456Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:07:38.3858933Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:07:38.3859414Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:07:38.3859860Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:07:38.3860272Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:07:38.3860684Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:07:38.3861091Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:07:38.3861496Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:07:38.3861903Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:07:38.3862333Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:07:38.3862759Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:07:38.3863233Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:07:38.3863733Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:07:38.3864117Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:07:38.3864490Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:07:38.3864922Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:07:38.3865359Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:07:38.3865759Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:07:38.3866163Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:07:38.3866583Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:07:38.3867031Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:07:38.3867477Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:07:38.3867909Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:07:38.3868302Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:07:38.3868674Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:07:38.3869060Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:07:38.3869430Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:07:38.3869797Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:07:38.3870194Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:07:38.3870590Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:07:38.3871013Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:07:38.3871477Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:07:38.3872010Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:07:38.3872414Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:07:38.3872805Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:07:38.3873101Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:07:38.3873517Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:07:38.3873895Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:07:38.3874283Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:07:38.3874675Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:07:38.3875067Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:07:38.3875487Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:07:38.3875937Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:07:38.3876348Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:07:38.3876728Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:07:38.3877119Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:07:38.3877662Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:38.3878239Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:07:38.3878681Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:07:38.3879115Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:07:38.3879544Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:07:38.3880075Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:07:38.3880479Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:07:38.3880862Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:07:38.3881236Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:07:38.3881626Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:07:38.3882022Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:07:38.3882393Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:07:38.3882778Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:07:38.3883270Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:07:38.3883643Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:07:38.3884053Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:07:38.3884508Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:07:38.3884920Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:07:38.3885290Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:07:38.3885658Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:07:38.3886035Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:07:38.3886402Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:07:38.3886761Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:07:38.3887185Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:07:38.3887629Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:07:38.3888149Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:07:38.3888535Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:07:38.3888922Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:07:38.3889297Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:07:38.3889661Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:07:38.3890034Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:07:38.3890424Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:07:38.3890868Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:07:38.3891320Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:07:38.3891750Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:07:38.3892153Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:07:38.3892550Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:07:38.3892966Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:07:38.3893449Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:07:38.3893803Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:07:38.3894115Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:07:38.3894414Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:07:38.3894774Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:07:38.3895142Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:07:38.3895490Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:07:38.3895863Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:07:38.3896393Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:07:38.3896778Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:07:38.3897132Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:07:38.3897476Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:07:38.3897844Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:07:38.3898231Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:07:38.3898599Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:07:38.3898955Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:07:38.3899316Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:07:38.3899693Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:07:38.3900072Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:07:38.3900454Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:07:38.3900838Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:07:38.3901221Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:07:38.3901584Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:07:38.3901949Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:07:38.3902319Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:07:38.3902699Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:07:38.3903090Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:07:38.3903609Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:07:38.3904003Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:07:38.3904468Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:07:38.3904821Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:07:38.3905160Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:07:38.3905578Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:07:38.3906074Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:07:38.3906538Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:07:38.3907009Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:07:38.3907501Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:07:38.3907932Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:07:38.3908311Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:07:38.3908695Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:07:38.3909078Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:07:38.3909457Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:07:38.3909842Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:07:38.3910214Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:07:38.3910582Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:07:38.3910978Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:07:38.3911416Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:07:38.3911846Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:07:38.3912228Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:07:38.3912740Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:07:38.3913263Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:07:38.3913646Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:07:38.3913997Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:07:38.3914385Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:07:38.3914840Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:07:38.3915264Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:07:38.3915670Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:07:38.3916069Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:07:38.3916398Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:07:38.3916676Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:07:38.3917030Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:07:38.3917512Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:07:38.8605419Z info: downloading installer
2025-08-20T20:07:38.9974838Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:07:38.9975472Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:07:38.9976116Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:07:38.9976865Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:07:39.0161651Z info: profile set to 'default'
2025-08-20T20:07:39.0162191Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:07:39.0162837Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:07:39.0861767Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:07:39.1011768Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:07:39.1012250Z 
2025-08-20T20:07:39.1107935Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:07:39.1108483Z 
2025-08-20T20:07:39.1108490Z 
2025-08-20T20:07:39.1108636Z Rust is installed now. Great!
2025-08-20T20:07:39.1108884Z 
2025-08-20T20:07:39.1109665Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:07:39.1110413Z environment variable. This has not been done automatically.
2025-08-20T20:07:39.1110799Z 
2025-08-20T20:07:39.1110983Z To configure your current shell, you need to source
2025-08-20T20:07:39.1111486Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:07:39.1111789Z 
2025-08-20T20:07:39.1112082Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:07:39.1112727Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:07:39.1113458Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:07:39.1113925Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:07:39.1309179Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:07:39.1652353Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:07:39.1652971Z 
2025-08-20T20:07:39.1749057Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:07:39.1749400Z 
2025-08-20T20:07:39.2252672Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:07:39.9022810Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:07:39.9367987Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:07:39.9368712Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:07:39.9369295Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:07:39.9369702Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:07:39.9370563Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:07:39.9370975Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:07:39.9371357Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:07:39.9371747Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:07:39.9372112Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:07:39.9372457Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:07:39.9372850Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:07:39.9373556Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:07:39.9373977Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:07:39.9374390Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:07:39.9374782Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:07:39.9375185Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:07:39.9375582Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:07:39.9375937Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:07:39.9376313Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:07:39.9376770Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:07:39.9377209Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:07:39.9377811Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:07:39.9378526Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:07:39.9379228Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:07:39.9379836Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:07:39.9380747Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:07:39.9381519Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:07:39.9382018Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:07:39.9382417Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:07:39.9382819Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:07:39.9383463Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:07:39.9383884Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:07:39.9384301Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:07:39.9384705Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:07:39.9385133Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:07:39.9385561Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:07:39.9385949Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:07:39.9386329Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:07:39.9386721Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:07:39.9387130Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:07:39.9387530Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:07:39.9387920Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:07:39.9388296Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:07:39.9388736Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:07:39.9389202Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:07:39.9389813Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:07:39.9390297Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:07:39.9390725Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:07:39.9391324Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:07:39.9392061Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:07:39.9392788Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:07:39.9393679Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:07:39.9394105Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:07:39.9394468Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:07:39.9394826Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:07:39.9395189Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:07:39.9395514Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:07:39.9395862Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:07:39.9396269Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:07:39.9396649Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:07:39.9397049Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:07:39.9397481Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:07:39.9397888Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:07:39.9398288Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:07:39.9398946Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:07:39.9399372Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:07:39.9399768Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:07:39.9400160Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:07:39.9400575Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:07:39.9401040Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:07:39.9401537Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:07:39.9402001Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:07:39.9402407Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:07:39.9402791Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:07:39.9403415Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:07:39.9403836Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:07:39.9404454Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:07:39.9404964Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:07:39.9405843Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:07:39.9406714Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:07:39.9407419Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:07:39.9407816Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:07:39.9408199Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:07:39.9408605Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:07:39.9409149Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:07:39.9409537Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:07:39.9409995Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:07:39.9410424Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:07:39.9410803Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:07:39.9411177Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:07:39.9411577Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:07:39.9411973Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:07:39.9412339Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:07:39.9412700Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:07:39.9413100Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:07:39.9413767Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:07:39.9414123Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:07:39.9426519Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:07:39.9427268Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:07:39.9427914Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:07:39.9428597Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:07:39.9429224Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:07:39.9429854Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:07:39.9430258Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:07:39.9430841Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:07:39.9431280Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:07:39.9431681Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:07:39.9432060Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:07:39.9432425Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:07:39.9432815Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:07:39.9433437Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:07:39.9433792Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:07:39.9434123Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:07:39.9434660Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:07:39.9435027Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:07:39.9435488Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:07:39.9436129Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:07:39.9436743Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:07:39.9437407Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:07:39.9437969Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:07:39.9438415Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:07:39.9438871Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:07:39.9439278Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:07:39.9439658Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:07:39.9440034Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:07:39.9440427Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:07:39.9440987Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:07:39.9441410Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:07:39.9441792Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:07:39.9442181Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:07:39.9442594Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:07:39.9443034Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:07:39.9443774Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:07:39.9444178Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:07:39.9444566Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:07:39.9444979Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:07:39.9445389Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:07:39.9445784Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:07:39.9446167Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:07:39.9446758Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:07:39.9447479Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:07:39.9448170Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:07:39.9448822Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:07:39.9449364Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:07:39.9449938Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:07:39.9450512Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:07:39.9451099Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:07:39.9451594Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:07:39.9452066Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:07:39.9452444Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:07:39.9452824Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:07:39.9453424Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:07:39.9454047Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:07:39.9454820Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:07:39.9455626Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:07:39.9456130Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:07:39.9456513Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:07:39.9456903Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:07:39.9457442Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:07:39.9457861Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:07:39.9458275Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:07:39.9458707Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:07:39.9459336Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:07:39.9460075Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:07:39.9460867Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:07:39.9461293Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:07:39.9461664Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:07:39.9462155Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:07:39.9462548Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:07:39.9462929Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:07:39.9463652Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:07:39.9464135Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:07:39.9464553Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:07:39.9464919Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:07:39.9465260Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:07:39.9465610Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:07:39.9466050Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:07:39.9466577Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:07:39.9467019Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:07:39.9467391Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:07:39.9467851Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:07:39.9468386Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:07:39.9468878Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:07:39.9469305Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:07:39.9469665Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:07:39.9470042Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:07:39.9470593Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:07:39.9471005Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:07:39.9471403Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:07:39.9471770Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:07:39.9472368Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:07:39.9472768Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:07:39.9473382Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:07:39.9474142Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:07:39.9474881Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:07:39.9475598Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:07:39.9476128Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:07:39.9476566Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:07:39.9477022Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:07:39.9477588Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:07:39.9477958Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:07:39.9478325Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:07:39.9478792Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:07:39.9479463Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:07:39.9480134Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:07:39.9480800Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:07:39.9481510Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:07:39.9482454Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:07:39.9483466Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:07:39.9484073Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:07:39.9484487Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:07:39.9484879Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:07:39.9485261Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:07:39.9485634Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:07:39.9485998Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:07:39.9486381Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:07:39.9486756Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:07:39.9487211Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:07:39.9487690Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:07:39.9488146Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:07:39.9488656Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:07:39.9489160Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:07:39.9489647Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:07:39.9490127Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:07:39.9490557Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:07:39.9490922Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:07:39.9491429Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:07:39.9491806Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:07:39.9492177Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:07:39.9492527Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:07:39.9492894Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:07:39.9493565Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:07:39.9493955Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:07:39.9494331Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:07:39.9494726Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:07:39.9495133Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:07:39.9495522Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:07:39.9495931Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:07:39.9496371Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:07:39.9496760Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:07:39.9497133Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:07:39.9497544Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:07:39.9497914Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:07:39.9498265Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:07:39.9498609Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:07:39.9498967Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:07:39.9499346Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:07:39.9499847Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:07:39.9500243Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:07:39.9500609Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:07:39.9500924Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:07:39.9501394Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9501910Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:07:39.9502273Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:07:39.9502648Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:07:39.9503012Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:07:39.9503669Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:07:39.9504129Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:07:39.9504558Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:07:39.9504990Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:07:39.9505397Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:07:39.9505794Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:07:39.9506209Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:07:39.9506613Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:07:39.9506999Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:07:39.9507420Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:07:39.9507902Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:07:39.9508526Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:07:39.9508968Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:07:39.9509371Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:07:39.9509763Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:07:39.9510231Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:07:39.9510708Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:07:39.9511111Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:07:39.9511540Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:07:39.9511985Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:07:39.9512392Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:07:39.9512756Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:07:39.9513113Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:07:39.9513702Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:07:39.9514083Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:07:39.9514445Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:07:39.9514802Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:07:39.9515184Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:07:39.9515562Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:07:39.9515923Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:07:39.9516287Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:07:39.9516646Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:07:39.9517135Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:07:39.9517522Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:07:39.9517881Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:07:39.9518232Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:07:39.9518580Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:07:39.9518943Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:07:39.9519316Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:07:39.9519675Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:07:39.9520022Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:07:39.9520392Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:07:39.9520746Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:07:39.9521117Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:07:39.9521548Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:07:39.9521955Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:07:39.9522312Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:07:39.9522686Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:07:39.9523101Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:07:39.9523778Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:07:39.9524133Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:07:39.9524493Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:07:39.9524988Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:07:39.9525292Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:07:39.9525591Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:07:39.9525946Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:07:39.9526296Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:07:39.9526657Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:07:39.9527007Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:07:39.9527356Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:07:39.9527687Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:07:39.9528064Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:07:39.9528472Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:07:39.9528869Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:07:39.9529262Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:07:39.9529646Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:07:39.9530050Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:07:39.9530545Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:07:39.9531158Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:07:39.9531778Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:07:39.9532320Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:07:39.9532789Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:07:39.9533458Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:07:39.9534105Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:07:39.9534956Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:07:39.9535917Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:07:39.9536803Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:07:39.9537613Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:07:39.9538168Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:07:39.9538545Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:07:39.9538919Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:07:39.9539302Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:07:39.9539695Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:07:39.9540077Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:07:39.9540521Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:07:39.9540895Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:07:39.9541265Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:07:39.9541725Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:07:39.9542093Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:07:39.9542455Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:07:39.9542841Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:07:39.9543459Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:07:39.9544104Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:07:39.9544519Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:07:39.9544880Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:07:39.9545270Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:07:39.9545677Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:07:39.9546081Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:07:39.9546518Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:07:39.9546946Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:07:39.9547317Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:07:39.9547685Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:07:39.9548074Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:07:39.9548432Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:07:39.9548815Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:07:39.9549197Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:07:39.9549573Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:07:39.9549952Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:07:39.9550311Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:07:39.9550664Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:07:39.9551209Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9551916Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9552718Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9553693Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9554221Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:07:39.9554602Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:07:39.9554970Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:07:39.9555344Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:07:39.9555718Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:07:39.9556071Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:07:39.9556445Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:07:39.9556879Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:07:39.9557249Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:07:39.9557618Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:07:39.9557991Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:07:39.9558353Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:07:39.9558738Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:07:39.9559141Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:07:39.9559534Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:07:39.9559920Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:07:39.9560309Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:07:39.9560884Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:07:39.9561264Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:07:39.9561640Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:07:39.9562006Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:07:39.9562382Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:07:39.9562778Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:07:39.9563354Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:07:39.9563761Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:07:39.9564148Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:07:39.9564522Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:07:39.9564950Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:07:39.9565376Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:07:39.9565770Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:07:39.9566199Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:07:39.9566646Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:07:39.9567048Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:07:39.9567410Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:07:39.9567781Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:07:39.9568167Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:07:39.9568564Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:07:39.9569088Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:07:39.9569464Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:07:39.9569844Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:07:39.9570306Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:07:39.9570778Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:07:39.9571170Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:07:39.9571574Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:07:39.9572068Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:07:39.9572504Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:07:39.9572974Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:07:39.9573659Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:07:39.9574099Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:07:39.9574537Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:07:39.9574931Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:07:39.9575319Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:07:39.9575729Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:07:39.9576108Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:07:39.9576481Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:07:39.9576878Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:07:39.9577400Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:07:39.9577804Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:07:39.9578216Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:07:39.9578594Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:07:39.9578965Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:07:39.9579331Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:07:39.9579681Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:07:39.9580067Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:07:39.9580478Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:07:39.9580925Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:07:39.9581373Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:07:39.9581771Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:07:39.9582202Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:07:39.9582617Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:07:39.9583021Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:07:39.9583714Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:07:39.9584079Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:07:39.9584440Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:07:39.9584825Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:07:39.9585212Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:07:39.9585586Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:07:39.9586042Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:07:39.9586355Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:07:39.9586707Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:07:39.9587207Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:07:39.9587721Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:07:39.9588097Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:07:39.9588466Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:07:39.9588859Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:07:39.9589269Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:07:39.9589682Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:07:39.9590092Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:07:39.9590528Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:07:39.9590934Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:07:39.9591304Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:07:39.9591671Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:07:39.9592029Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:07:39.9592403Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:07:39.9592820Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:07:39.9593477Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:07:39.9593889Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:07:39.9594439Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:07:39.9594867Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:07:39.9595253Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:07:39.9595612Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:07:39.9595960Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:07:39.9596313Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:07:39.9596680Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:07:39.9597050Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:07:39.9597443Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:07:39.9597845Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:07:39.9598307Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:07:39.9598738Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:07:39.9599109Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:07:39.9599488Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:07:39.9599863Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:07:39.9600242Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:07:39.9600613Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:07:39.9601038Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:07:39.9601474Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:07:39.9601955Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:07:39.9602483Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:07:39.9602848Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:07:39.9603430Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:07:39.9603837Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:07:39.9604225Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:07:39.9604597Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:07:39.9604985Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:07:39.9605359Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:07:39.9605704Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:07:39.9606055Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:07:39.9606452Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:07:39.9606871Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:07:39.9607248Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:07:39.9607636Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:07:39.9608076Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:07:39.9608509Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:07:39.9608920Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:07:39.9609307Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:07:39.9609824Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9610331Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:07:39.9610768Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:07:39.9611111Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:07:39.9611519Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:07:39.9611942Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:07:39.9612460Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:07:39.9613046Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:07:39.9613908Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:07:39.9614559Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:07:39.9615200Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:07:39.9615836Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:07:39.9616458Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:07:39.9617040Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:07:39.9617523Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:07:39.9617959Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:07:39.9618389Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:07:39.9618807Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:07:39.9619271Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:07:39.9619704Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:07:39.9620208Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:07:39.9620581Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:07:39.9620951Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:07:39.9621325Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:07:39.9621726Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:07:39.9622135Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:07:39.9622496Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:07:39.9622880Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:07:39.9623575Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:07:39.9624079Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:07:39.9624568Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:07:39.9625044Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:07:39.9625520Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:07:39.9625991Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:07:39.9626434Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:07:39.9626847Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:07:39.9627256Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:07:39.9627663Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:07:39.9628069Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:07:39.9628608Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:07:39.9629038Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:07:39.9629463Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:07:39.9629848Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:07:39.9630222Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:07:39.9630595Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:07:39.9630968Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:07:39.9631396Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:07:39.9631831Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:07:39.9632227Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:07:39.9632638Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:07:39.9633057Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:07:39.9633650Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:07:39.9634088Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:07:39.9634514Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:07:39.9634905Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:07:39.9635280Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:07:39.9635665Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:07:39.9636033Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:07:39.9636401Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:07:39.9636925Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:07:39.9637324Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:07:39.9637749Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:07:39.9638215Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:07:39.9638630Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:07:39.9639030Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:07:39.9639423Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:07:39.9639719Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:07:39.9640035Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:07:39.9640410Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:07:39.9640808Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:07:39.9641192Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:07:39.9641577Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:07:39.9641997Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:07:39.9642439Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:07:39.9642853Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:07:39.9643341Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:07:39.9643733Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:07:39.9644273Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:07:39.9644966Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:07:39.9645419Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:07:39.9645857Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:07:39.9646288Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:07:39.9646700Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:07:39.9647094Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:07:39.9647476Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:07:39.9647851Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:07:39.9648243Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:07:39.9648641Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:07:39.9649018Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:07:39.9649396Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:07:39.9649789Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:07:39.9650160Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:07:39.9650564Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:07:39.9651019Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:07:39.9651431Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:07:39.9651799Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:07:39.9652168Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:07:39.9652547Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:07:39.9653028Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:07:39.9653705Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:07:39.9654133Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:07:39.9654575Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:07:39.9654975Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:07:39.9655366Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:07:39.9655756Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:07:39.9656131Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:07:39.9656498Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:07:39.9656875Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:07:39.9657282Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:07:39.9657719Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:07:39.9658169Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:07:39.9658586Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:07:39.9658981Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:07:39.9659376Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:07:39.9659795Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:07:39.9660181Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:07:39.9660535Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:07:39.9660880Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:07:39.9661443Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:07:39.9661817Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:07:39.9662187Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:07:39.9662535Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:07:39.9662901Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:07:39.9663444Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:07:39.9663832Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:07:39.9664187Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:07:39.9664533Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:07:39.9664903Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:07:39.9665289Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:07:39.9665667Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:07:39.9666027Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:07:39.9666382Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:07:39.9666763Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:07:39.9667143Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:07:39.9667488Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:07:39.9667857Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:07:39.9668483Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:07:39.9669139Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:07:39.9669630Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:07:39.9670004Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:07:39.9670570Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:07:39.9670974Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:07:39.9671391Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:07:39.9671792Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:07:39.9672142Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:07:39.9672485Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:07:39.9672829Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:07:39.9673377Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:07:39.9673875Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:07:39.9674338Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:07:39.9674822Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:07:39.9675313Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:07:39.9675744Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:07:39.9676120Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:07:39.9676502Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:07:39.9676885Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:07:39.9677266Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:07:39.9677642Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:07:39.9678019Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:07:39.9678509Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:07:39.9678899Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:07:39.9679334Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:07:39.9679759Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:07:39.9680132Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:07:39.9680526Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:07:39.9680944Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:07:39.9681321Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:07:39.9681669Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:07:39.9682049Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:07:39.9682500Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:07:39.9682931Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:07:39.9683456Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:07:39.9683855Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:07:39.9684179Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:07:39.9684454Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:07:39.9684802Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:07:39.9685278Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:07:39.9685583Z 
2025-08-20T20:07:39.9685587Z 
2025-08-20T20:07:39.9685978Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:07:39 PM)
2025-08-20T20:07:39.9686356Z 
2025-08-20T20:07:39.9686365Z 
2025-08-20T20:07:39.9686369Z 
2025-08-20T20:07:39.9686445Z [+] Continue : YES
2025-08-20T20:07:39.9686684Z 
2025-08-20T20:07:39.9686932Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:07:40.0248231Z 
2025-08-20T20:07:40.0248950Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:07:40 PM) UTC
2025-08-20T20:07:40.0249242Z 
2025-08-20T20:07:40.0266530Z 
2025-08-20T20:07:40.0266690Z [+] Total RECIPES :: 1
2025-08-20T20:07:40.0266932Z 
2025-08-20T20:07:40.0343415Z 
2025-08-20T20:07:40.0344109Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml (1/1)
2025-08-20T20:07:40.0344665Z 
2025-08-20T20:07:40.1203980Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:07:40.1216654Z mode of '/tmp/pkgforge/yAtnDblq8_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:07:40.1266115Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/enumeraga/official [Provided]
2025-08-20T20:07:40.1266871Z [+] Setting '.pkg_family' --> enumeraga [Provided]
2025-08-20T20:07:40.1280209Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:07:40.1286027Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:07:40.1317631Z [00:00:00.003]➜  
2025-08-20T20:07:40.1318175Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:07:40.1318614Z [00:00:00.003]➜  
2025-08-20T20:07:40.1363493Z [00:00:00.008]➜  
2025-08-20T20:07:40.1364362Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:07:40.1365134Z [00:00:00.008]➜  
2025-08-20T20:07:40.1444937Z [00:00:00.016]➜  
2025-08-20T20:07:40.1446707Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/enumeraga/static.official.source.yaml) --> /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:07:40 PM) UTC]
2025-08-20T20:07:40.1447987Z [00:00:00.016]➜  
2025-08-20T20:07:40.1448203Z [00:00:00.016]➜  
2025-08-20T20:07:40.1448399Z [00:00:00.016]➜  
2025-08-20T20:07:40.1448688Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:07:40.1455594Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:07:40.1456834Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:07:40.1457980Z [00:00:00.017]➜  _disabled: false
2025-08-20T20:07:40.1458422Z [00:00:00.017]➜  
2025-08-20T20:07:40.1458808Z [00:00:00.017]➜  pkg: "enumeraga"
2025-08-20T20:07:40.1459415Z [00:00:00.017]➜  pkg_id: "github.com.0x5ubt13.enumeraga.source"
2025-08-20T20:07:40.1460020Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:07:40.1460531Z [00:00:00.017]➜  category:
2025-08-20T20:07:40.1461383Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:07:40.1461858Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:07:40.1462709Z [00:00:00.017]➜  description: "Automatic multiprocess tool for a quick enumeration wrapping pentesting tools"
2025-08-20T20:07:40.1463888Z [00:00:00.017]➜  homepage:
2025-08-20T20:07:40.1464249Z [00:00:00.017]➜    - "https://github.com/0x5ubt13/enumeraga"
2025-08-20T20:07:40.1464569Z [00:00:00.017]➜  license:
2025-08-20T20:07:40.1464818Z [00:00:00.017]➜    - id: "GPL-2.0"
2025-08-20T20:07:40.1465364Z [00:00:00.017]➜      url: "https://github.com/0x5ubt13/enumeraga/raw/52f8727824b2452daf49ce123c8dc1ae9c109a6d/LICENSE"
2025-08-20T20:07:40.1465870Z [00:00:00.017]➜  maintainer:
2025-08-20T20:07:40.1466200Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:07:40.1466517Z [00:00:00.017]➜  note:
2025-08-20T20:07:40.1466808Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:07:40.1467556Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/0x5ubt13/enumeraga"
2025-08-20T20:07:40.1468006Z [00:00:00.017]➜  provides:
2025-08-20T20:07:40.1468270Z [00:00:00.017]➜    - "enumeraga"  
2025-08-20T20:07:40.1468526Z [00:00:00.017]➜  #repology:
2025-08-20T20:07:40.1468781Z [00:00:00.017]➜  #  - "enumeraga"
2025-08-20T20:07:40.1469031Z [00:00:00.017]➜  src_url:
2025-08-20T20:07:40.1469331Z [00:00:00.017]➜    - "https://github.com/0x5ubt13/enumeraga"
2025-08-20T20:07:40.1469634Z [00:00:00.017]➜  tag:
2025-08-20T20:07:40.1469852Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:07:40.1470089Z [00:00:00.017]➜  x_exec:
2025-08-20T20:07:40.1470340Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T20:07:40.1470604Z [00:00:00.017]➜    host:
2025-08-20T20:07:40.1470864Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:07:40.1471135Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:07:40.1471397Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:07:40.1471658Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:07:40.1472136Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:07:40.1473592Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/0x5ubt13/enumeraga" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:07:40.1475162Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:07:40.1475941Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:07:40.1476339Z [00:00:00.017]➜    run: |
2025-08-20T20:07:40.1476573Z [00:00:00.017]➜      #Build
2025-08-20T20:07:40.1477191Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:07:40.1477936Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:07:40.1478693Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:07:40.1479171Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:07:40.1479616Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:07:40.1479966Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:07:40.1480235Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:07:40.1480625Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:07:40.1481006Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T20:07:40.1481393Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:07:40.1482227Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:07:40.1482948Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T20:07:40.1483747Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:07:40.1484319Z [00:00:00.017]➜        #Build
2025-08-20T20:07:40.1485300Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/0x5ubt13/enumeraga" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:07:40.1486325Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:07:40.1487195Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:07:40.1487991Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:07:40.1489420Z [00:00:00.017]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/enumeraga"
2025-08-20T20:07:40.1490606Z [00:00:00.017]➜        #Copy
2025-08-20T20:07:40.1492045Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:07:40.1493365Z [00:00:00.017]➜        #Strip 
2025-08-20T20:07:40.1494347Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:07:40.1495666Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:07:40.1496962Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:07:40.1498093Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:07:40.1499145Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:07:40.1499953Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T20:07:40.1500458Z [00:00:00.018]➜        '
2025-08-20T20:07:40.1500897Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T20:07:40.1501595Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:07:40.1502637Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:07:40.1504860Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:07:40.1506830Z [00:00:00.018]➜  
2025-08-20T20:07:40.1507220Z [00:00:00.018]➜  
2025-08-20T20:07:40.1507757Z [00:00:00.018]➜  ###################################################################
2025-08-20T20:07:40.1508293Z [00:00:00.018]➜  
2025-08-20T20:07:40.1508645Z [00:00:00.018]➜  
2025-08-20T20:07:40.1524833Z [00:00:00.018]➜  
2025-08-20T20:07:40.1526101Z [00:00:00.019]➜  '/tmp/pkgforge/yAtnDblq8_build.yaml' -> '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:07:41.5005279Z [00:00:01.372]➜  '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.version' -> '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.version'
2025-08-20T20:07:41.5060722Z [00:00:01.378]➜  [+] Version: HEAD-d1f5493-250520T095400 ('.x_exec.pkgver') [/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.version]
2025-08-20T20:07:41.5313563Z [00:00:01.403]➜  [+] Progs: enumeraga
2025-08-20T20:07:41.7228249Z [00:00:01.594]➜  
2025-08-20T20:07:41.7228704Z [00:00:01.594]➜  [-] Missing packages. Found: 
2025-08-20T20:07:41.7229062Z [00:00:01.594]➜  [+] Expected: enumeraga
2025-08-20T20:07:41.7229376Z [00:00:01.594]➜  [+] Continuing with build...
2025-08-20T20:07:41.7229644Z [00:00:01.594]➜  
2025-08-20T20:07:42.1357678Z [00:00:02.007]➜  
2025-08-20T20:07:42.1358146Z [00:00:02.007]➜  
2025-08-20T20:07:42.1457961Z [00:00:02.017]➜  + mkdir -pv /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:07:42.1478016Z [00:00:02.019]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=enumeraga -e PKG_ID=github.com.0x5ubt13.enumeraga.source -e PKG_TYPE=static -e PKG_VER=HEAD-d1f5493-250520T095400 -e PKGVER=HEAD-d1f5493-250520T095400 -e SBUILD_PKG=enumeraga.static -e SBUILD_PKGVER=HEAD-d1f5493-250520T095400 --volume /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:07:42.1480181Z [00:00:02.019]➜    #Setup ENV
2025-08-20T20:07:42.1480592Z [00:00:02.019]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:07:42.1480984Z [00:00:02.019]➜     CGO_ENABLED="1" 
2025-08-20T20:07:42.1481368Z [00:00:02.019]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:07:42.1482178Z [00:00:02.019]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:07:42.1482617Z [00:00:02.019]➜     GOOS="linux"
2025-08-20T20:07:42.1482943Z [00:00:02.019]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:07:42.1483620Z [00:00:02.019]➜    #Build
2025-08-20T20:07:42.1484168Z [00:00:02.019]➜     git clone --filter "blob:none" --quiet "https://github.com/0x5ubt13/enumeraga" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:07:42.1484743Z [00:00:02.019]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:07:42.1485223Z [00:00:02.019]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:07:42.1485655Z [00:00:02.019]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:07:42.1486436Z [00:00:02.019]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/enumeraga"
2025-08-20T20:07:42.1487099Z [00:00:02.019]➜    #Copy
2025-08-20T20:07:42.1487753Z [00:00:02.019]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:07:42.1488322Z [00:00:02.019]➜    #Strip 
2025-08-20T20:07:42.1488825Z [00:00:02.019]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:07:42.1489517Z [00:00:02.019]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:07:42.1490195Z [00:00:02.019]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:07:42.1490788Z [00:00:02.019]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:07:42.1491357Z [00:00:02.019]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:07:42.1492026Z [00:00:02.019]➜     popd &>/dev/null
2025-08-20T20:07:42.1492291Z [00:00:02.019]➜    '
2025-08-20T20:07:42.5025455Z [00:00:02.374]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:07:42.6064821Z [00:00:02.478]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:07:42.6065225Z [00:00:02.478]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:07:42.6065888Z [00:00:02.478]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:07:42.6066352Z [00:00:02.478]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:07:42.6066773Z [00:00:02.478]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:07:42.6067109Z [00:00:02.478]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:07:42.6067412Z [00:00:02.478]➜  eb4a15147d73: Waiting
2025-08-20T20:07:42.6067696Z [00:00:02.478]➜  1eff1cf6af24: Waiting
2025-08-20T20:07:42.6067969Z [00:00:02.478]➜  73d19b2d2e73: Waiting
2025-08-20T20:07:42.7484346Z [00:00:02.620]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:07:42.7485239Z [00:00:02.620]➜  bffca73cb30c: Download complete
2025-08-20T20:07:42.8414206Z [00:00:02.713]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:07:42.8414835Z [00:00:02.713]➜  74f0d3ee81d8: Download complete
2025-08-20T20:07:43.0756662Z [00:00:02.947]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T20:07:43.0757613Z [00:00:02.947]➜  d62bb7eb03b5: Download complete
2025-08-20T20:07:43.2055197Z [00:00:03.077]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:07:43.5555458Z [00:00:03.427]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:07:43.5556207Z [00:00:03.427]➜  eb4a15147d73: Download complete
2025-08-20T20:07:43.6559620Z [00:00:03.527]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:07:43.6560274Z [00:00:03.527]➜  1eff1cf6af24: Download complete
2025-08-20T20:07:44.6005815Z [00:00:04.472]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:07:44.9352639Z [00:00:04.807]➜  bffca73cb30c: Pull complete
2025-08-20T20:08:01.0208139Z [00:00:20.892]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:08:01.0209521Z [00:00:20.892]➜  73d19b2d2e73: Download complete
2025-08-20T20:09:17.1916815Z [00:01:37.063]➜  73d19b2d2e73: Pull complete
2025-08-20T20:09:22.5362059Z [00:01:42.408]➜  eb4a15147d73: Pull complete
2025-08-20T20:09:22.5476072Z [00:01:42.419]➜  1eff1cf6af24: Pull complete
2025-08-20T20:09:22.5519024Z [00:01:42.423]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T20:09:22.5529634Z [00:01:42.424]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T20:09:22.7496700Z [00:01:42.621]➜  + mkdir -p /build-bins
2025-08-20T20:09:22.7516479Z [00:01:42.623]➜  ++ mktemp -d
2025-08-20T20:09:22.7534473Z [00:01:42.625]➜  + pushd /tmp/tmp.aHInJvuLmJ
2025-08-20T20:09:22.7535313Z [00:01:42.625]➜  + CGO_ENABLED=1
2025-08-20T20:09:22.7535970Z [00:01:42.625]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:09:22.7541094Z [00:01:42.626]➜  ++ uname -m
2025-08-20T20:09:22.7542288Z [00:01:42.626]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:09:22.7560906Z [00:01:42.628]➜  + GOARCH=amd64
2025-08-20T20:09:22.7561459Z [00:01:42.628]➜  + GOOS=linux
2025-08-20T20:09:22.7561879Z [00:01:42.628]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:09:22.7562461Z [00:01:42.628]➜  + git clone --filter blob:none --quiet https://github.com/0x5ubt13/enumeraga ./TEMPREPO
2025-08-20T20:09:24.5502768Z [00:01:44.422]➜  
2025-08-20T20:09:24.5503528Z [00:01:44.422]➜  [+] Target: "amd64/linux"
2025-08-20T20:09:24.5503966Z [00:01:44.422]➜  + cd ./TEMPREPO
2025-08-20T20:09:24.5504502Z [00:01:44.422]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T20:09:24.5505430Z [00:01:44.422]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:09:24.5506215Z [00:01:44.422]➜  + go mod tidy -v
2025-08-20T20:09:24.5506958Z [00:01:44.422]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:09:24.5507644Z [00:01:44.422]➜  
2025-08-20T20:09:24.5579800Z [00:01:44.429]➜  go: downloading github.com/Ullaakut/nmap/v3 v3.0.3
2025-08-20T20:09:24.5742887Z [00:01:44.446]➜  go: downloading github.com/pborman/getopt/v2 v2.1.0
2025-08-20T20:09:24.5889880Z [00:01:44.460]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T20:09:24.5914800Z [00:01:44.463]➜  go: downloading github.com/mattn/go-zglob v0.0.4
2025-08-20T20:09:24.6727985Z [00:01:44.544]➜  go: downloading golang.org/x/net v0.37.0
2025-08-20T20:09:24.7508212Z [00:01:44.622]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T20:09:24.7511685Z [00:01:44.623]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T20:09:24.7804458Z [00:01:44.652]➜  go: downloading golang.org/x/sys v0.31.0
2025-08-20T20:09:24.9196115Z [00:01:44.791]➜  go: downloading golang.org/x/sync v0.7.0
2025-08-20T20:09:24.9409174Z [00:01:44.812]➜  go: downloading github.com/stretchr/testify v1.8.2
2025-08-20T20:09:24.9725565Z [00:01:44.844]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T20:09:24.9727039Z [00:01:44.844]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:09:24.9890982Z [00:01:44.860]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:09:25.0264082Z [00:01:44.898]➜  + go generate ./...
2025-08-20T20:09:25.0496832Z [00:01:44.921]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/enumeraga
2025-08-20T20:09:25.0523941Z [00:01:44.924]➜  WORK=/tmp/go-build3837063487
2025-08-20T20:09:25.0700451Z [00:01:44.941]➜  # get https://proxy.golang.org/github.com/%21ullaakut/nmap/v3/@v/v3.0.3.info
2025-08-20T20:09:25.0703396Z [00:01:44.942]➜  # get https://proxy.golang.org/github.com/pborman/getopt/v2/@v/v2.1.0.info
2025-08-20T20:09:25.1144127Z [00:01:44.986]➜  # get https://proxy.golang.org/github.com/pborman/getopt/v2/@v/v2.1.0.info: 200 OK (0.044s)
2025-08-20T20:09:25.1149451Z [00:01:44.986]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T20:09:25.1174524Z [00:01:44.989]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.002s)
2025-08-20T20:09:25.1177119Z [00:01:44.989]➜  # get https://proxy.golang.org/github.com/mattn/go-zglob/@v/v0.0.4.info
2025-08-20T20:09:25.1220063Z [00:01:44.993]➜  # get https://proxy.golang.org/github.com/mattn/go-zglob/@v/v0.0.4.info: 200 OK (0.004s)
2025-08-20T20:09:25.1222529Z [00:01:44.994]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.37.0.info
2025-08-20T20:09:25.1250733Z [00:01:44.997]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.37.0.info: 200 OK (0.003s)
2025-08-20T20:09:25.1253844Z [00:01:44.997]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T20:09:25.1284046Z [00:01:45.000]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.003s)
2025-08-20T20:09:25.1287221Z [00:01:45.000]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T20:09:25.1313424Z [00:01:45.003]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.003s)
2025-08-20T20:09:25.1320660Z [00:01:45.004]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.31.0.info
2025-08-20T20:09:25.1345148Z [00:01:45.006]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.31.0.info: 200 OK (0.002s)
2025-08-20T20:09:25.2124183Z [00:01:45.084]➜  # get https://proxy.golang.org/github.com/%21ullaakut/nmap/v3/@v/v3.0.3.info: 200 OK (0.143s)
2025-08-20T20:09:25.2128135Z [00:01:45.084]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.7.0.info
2025-08-20T20:09:25.2162917Z [00:01:45.088]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.7.0.info: 200 OK (0.003s)
2025-08-20T20:09:25.2206998Z [00:01:45.092]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.2207461Z [00:01:45.092]➜  git status --porcelain
2025-08-20T20:09:25.4419528Z [00:01:45.313]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.4420264Z [00:01:45.313]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:09:25.4437536Z [00:01:45.315]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git config extensions.objectformat
2025-08-20T20:09:25.4449307Z [00:01:45.316]➜  0.001s # cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git config extensions.objectformat
2025-08-20T20:09:25.4450900Z [00:01:45.316]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' d1f549323d87f3d4bf3901a769e00f99d51cacf3 --
2025-08-20T20:09:25.4467556Z [00:01:45.318]➜  0.002s # cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' d1f549323d87f3d4bf3901a769e00f99d51cacf3 --
2025-08-20T20:09:25.4468964Z [00:01:45.318]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged d1f549323d87f3d4bf3901a769e00f99d51cacf3
2025-08-20T20:09:25.4498186Z [00:01:45.321]➜  0.003s # cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged d1f549323d87f3d4bf3901a769e00f99d51cacf3
2025-08-20T20:09:25.4500187Z [00:01:45.321]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' d1f549323d87 --
2025-08-20T20:09:25.4517128Z [00:01:45.323]➜  0.002s # cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' d1f549323d87 --
2025-08-20T20:09:25.4518503Z [00:01:45.323]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git cat-file blob d1f549323d87f3d4bf3901a769e00f99d51cacf3:go.mod
2025-08-20T20:09:25.4532075Z [00:01:45.325]➜  0.002s # cd /tmp/tmp.aHInJvuLmJ/TEMPREPO; git cat-file blob d1f549323d87f3d4bf3901a769e00f99d51cacf3:go.mod
2025-08-20T20:09:25.4574469Z [00:01:45.329]➜  internal/goarch
2025-08-20T20:09:25.4575034Z [00:01:45.329]➜  mkdir -p $WORK/b006/
2025-08-20T20:09:25.4575541Z [00:01:45.329]➜  internal/unsafeheader
2025-08-20T20:09:25.4576050Z [00:01:45.329]➜  mkdir -p $WORK/b008/
2025-08-20T20:09:25.4576600Z [00:01:45.329]➜  internal/byteorder
2025-08-20T20:09:25.4577475Z [00:01:45.329]➜  mkdir -p $WORK/b012/
2025-08-20T20:09:25.4580058Z [00:01:45.329]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T20:09:25.4581881Z [00:01:45.329]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.4587166Z [00:01:45.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T20:09:25.4594860Z [00:01:45.331]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:09:25.4597969Z [00:01:45.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:09:25.4600972Z [00:01:45.331]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T20:09:25.4608122Z [00:01:45.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:09:25.4614072Z [00:01:45.333]➜  internal/cpu
2025-08-20T20:09:25.4614715Z [00:01:45.333]➜  mkdir -p $WORK/b011/
2025-08-20T20:09:25.4617796Z [00:01:45.333]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:09:25.4618476Z [00:01:45.333]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:09:25.4622647Z [00:01:45.333]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s
2025-08-20T20:09:25.4658757Z [00:01:45.337]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:09:25.4660148Z [00:01:45.337]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.4664096Z [00:01:45.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T20:09:25.4673807Z [00:01:45.338]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:09:25.4681006Z [00:01:45.339]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T20:09:25.4712238Z [00:01:45.342]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:09:25.4717520Z [00:01:45.343]➜  internal/abi
2025-08-20T20:09:25.4718046Z [00:01:45.343]➜  mkdir -p $WORK/b005/
2025-08-20T20:09:25.4718651Z [00:01:45.343]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:09:25.4719277Z [00:01:45.343]➜  cd /root/.go/src/internal/abi
2025-08-20T20:09:25.4721351Z [00:01:45.343]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T20:09:25.4736646Z [00:01:45.345]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T20:09:25.4744605Z [00:01:45.346]➜  internal/coverage/rtcov
2025-08-20T20:09:25.4749590Z [00:01:45.346]➜  mkdir -p $WORK/b014/
2025-08-20T20:09:25.4754470Z [00:01:45.347]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:09:25.4761069Z [00:01:45.347]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.4764728Z [00:01:45.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:09:25.4805650Z [00:01:45.352]➜  cat >/tmp/go-build3837063487/b005/importcfg << 'EOF' # internal
2025-08-20T20:09:25.4809833Z [00:01:45.352]➜  # import config
2025-08-20T20:09:25.4810604Z [00:01:45.352]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.4811308Z [00:01:45.352]➜  EOF
2025-08-20T20:09:25.4818290Z [00:01:45.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T20:09:25.4829391Z [00:01:45.353]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:09:25.4831906Z [00:01:45.353]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T20:09:25.4834185Z [00:01:45.353]➜  internal/godebugs
2025-08-20T20:09:25.4834734Z [00:01:45.354]➜  mkdir -p $WORK/b015/
2025-08-20T20:09:25.4835450Z [00:01:45.354]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:09:25.4838835Z [00:01:45.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:09:25.4866756Z [00:01:45.358]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:09:25.4888116Z [00:01:45.360]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T20:09:25.4893559Z [00:01:45.360]➜  internal/goexperiment
2025-08-20T20:09:25.4894142Z [00:01:45.360]➜  mkdir -p $WORK/b016/
2025-08-20T20:09:25.4894835Z [00:01:45.360]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:09:25.4906648Z [00:01:45.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T20:09:25.5002879Z [00:01:45.372]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:09:25.5019781Z [00:01:45.373]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T20:09:25.5025412Z [00:01:45.373]➜  internal/goos
2025-08-20T20:09:25.5027407Z [00:01:45.373]➜  mkdir -p $WORK/b017/
2025-08-20T20:09:25.5029379Z [00:01:45.374]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:09:25.5032977Z [00:01:45.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T20:09:25.5038760Z [00:01:45.375]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:09:25.5050454Z [00:01:45.376]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T20:09:25.5051572Z [00:01:45.376]➜  internal/profilerecord
2025-08-20T20:09:25.5052133Z [00:01:45.376]➜  mkdir -p $WORK/b018/
2025-08-20T20:09:25.5056758Z [00:01:45.377]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:09:25.5060925Z [00:01:45.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:09:25.5085201Z [00:01:45.380]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:09:25.5098357Z [00:01:45.381]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T20:09:25.5124658Z [00:01:45.384]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s
2025-08-20T20:09:25.5142972Z [00:01:45.386]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:09:25.5156681Z [00:01:45.387]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T20:09:25.5159277Z [00:01:45.387]➜  internal/runtime/atomic
2025-08-20T20:09:25.5161192Z [00:01:45.387]➜  mkdir -p $WORK/b019/
2025-08-20T20:09:25.5161884Z [00:01:45.387]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T20:09:25.5162583Z [00:01:45.387]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:09:25.5165487Z [00:01:45.387]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./atomic_amd64.s
2025-08-20T20:09:25.5169141Z [00:01:45.388]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:09:25.5170316Z [00:01:45.388]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal
2025-08-20T20:09:25.5171395Z [00:01:45.388]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:09:25.5178121Z [00:01:45.389]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T20:09:25.5185521Z [00:01:45.390]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:09:25.5193363Z [00:01:45.391]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T20:09:25.5203910Z [00:01:45.391]➜  cat >/tmp/go-build3837063487/b019/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5205573Z [00:01:45.392]➜  # import config
2025-08-20T20:09:25.5206266Z [00:01:45.392]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.5206903Z [00:01:45.392]➜  EOF
2025-08-20T20:09:25.5207345Z [00:01:45.392]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5218375Z [00:01:45.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T20:09:25.5227333Z [00:01:45.392]➜  internal/chacha8rand
2025-08-20T20:09:25.5227886Z [00:01:45.394]➜  mkdir -p $WORK/b013/
2025-08-20T20:09:25.5239150Z [00:01:45.395]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T20:09:25.5240067Z [00:01:45.395]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:09:25.5244064Z [00:01:45.395]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./chacha8_amd64.s
2025-08-20T20:09:25.5246089Z [00:01:45.396]➜  internal/bytealg
2025-08-20T20:09:25.5246640Z [00:01:45.396]➜  mkdir -p $WORK/b010/
2025-08-20T20:09:25.5247286Z [00:01:45.396]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:09:25.5247986Z [00:01:45.396]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5250599Z [00:01:45.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T20:09:25.5286131Z [00:01:45.400]➜  cat >/tmp/go-build3837063487/b013/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5286976Z [00:01:45.400]➜  # import config
2025-08-20T20:09:25.5304285Z [00:01:45.400]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:25.5305641Z [00:01:45.400]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:25.5307491Z [00:01:45.400]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.5308191Z [00:01:45.400]➜  EOF
2025-08-20T20:09:25.5308694Z [00:01:45.400]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5312643Z [00:01:45.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:09:25.5335686Z [00:01:45.405]➜  cat >/tmp/go-build3837063487/b010/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5339804Z [00:01:45.405]➜  # import config
2025-08-20T20:09:25.5340580Z [00:01:45.405]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:25.5341258Z [00:01:45.405]➜  EOF
2025-08-20T20:09:25.5348383Z [00:01:45.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T20:09:25.5524246Z [00:01:45.424]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5528657Z [00:01:45.424]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s
2025-08-20T20:09:25.5605353Z [00:01:45.432]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:09:25.5607794Z [00:01:45.432]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T20:09:25.5642079Z [00:01:45.435]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:09:25.5645037Z [00:01:45.435]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b019/atomic_amd64.o ./atomic_amd64.s
2025-08-20T20:09:25.5659664Z [00:01:45.437]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5663387Z [00:01:45.438]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s
2025-08-20T20:09:25.5668165Z [00:01:45.438]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:09:25.5669669Z [00:01:45.438]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_amd64.o # internal
2025-08-20T20:09:25.5671020Z [00:01:45.438]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:09:25.5676473Z [00:01:45.439]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T20:09:25.5682388Z [00:01:45.440]➜  internal/runtime/math
2025-08-20T20:09:25.5682933Z [00:01:45.440]➜  mkdir -p $WORK/b022/
2025-08-20T20:09:25.5687864Z [00:01:45.440]➜  cat >/tmp/go-build3837063487/b022/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5688630Z [00:01:45.440]➜  # import config
2025-08-20T20:09:25.5689463Z [00:01:45.440]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.5690347Z [00:01:45.440]➜  EOF
2025-08-20T20:09:25.5690824Z [00:01:45.440]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5694249Z [00:01:45.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:09:25.5697383Z [00:01:45.441]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:09:25.5698209Z [00:01:45.441]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_amd64.o # internal
2025-08-20T20:09:25.5698998Z [00:01:45.441]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:09:25.5708305Z [00:01:45.442]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T20:09:25.5714158Z [00:01:45.443]➜  internal/runtime/syscall
2025-08-20T20:09:25.5717506Z [00:01:45.443]➜  mkdir -p $WORK/b023/
2025-08-20T20:09:25.5718123Z [00:01:45.443]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T20:09:25.5719715Z [00:01:45.443]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:09:25.5722803Z [00:01:45.443]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b023/symabis ./asm_linux_amd64.s
2025-08-20T20:09:25.5772345Z [00:01:45.448]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5778928Z [00:01:45.449]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s
2025-08-20T20:09:25.5781051Z [00:01:45.449]➜  cat >/tmp/go-build3837063487/b023/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5781769Z [00:01:45.449]➜  # import config
2025-08-20T20:09:25.5782495Z [00:01:45.449]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.5783358Z [00:01:45.449]➜  EOF
2025-08-20T20:09:25.5784688Z [00:01:45.450]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5789551Z [00:01:45.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:09:25.5812037Z [00:01:45.452]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5814402Z [00:01:45.453]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s
2025-08-20T20:09:25.5836888Z [00:01:45.455]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:09:25.5846228Z [00:01:45.456]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T20:09:25.5856870Z [00:01:45.457]➜  internal/runtime/strconv
2025-08-20T20:09:25.5858440Z [00:01:45.457]➜  mkdir -p $WORK/b021/
2025-08-20T20:09:25.5860187Z [00:01:45.457]➜  cat >/tmp/go-build3837063487/b021/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5860874Z [00:01:45.457]➜  # import config
2025-08-20T20:09:25.5861694Z [00:01:45.457]➜  packagefile internal/runtime/math=/tmp/go-build3837063487/b022/_pkg_.a
2025-08-20T20:09:25.5862461Z [00:01:45.457]➜  EOF
2025-08-20T20:09:25.5862964Z [00:01:45.457]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5868540Z [00:01:45.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:09:25.5876267Z [00:01:45.459]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:09:25.5880547Z [00:01:45.459]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T20:09:25.5954902Z [00:01:45.467]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal
2025-08-20T20:09:25.5957502Z [00:01:45.467]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:09:25.5966953Z [00:01:45.468]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T20:09:25.5973886Z [00:01:45.468]➜  internal/runtime/exithook
2025-08-20T20:09:25.5975040Z [00:01:45.468]➜  mkdir -p $WORK/b024/
2025-08-20T20:09:25.5976008Z [00:01:45.469]➜  cat >/tmp/go-build3837063487/b024/importcfg << 'EOF' # internal
2025-08-20T20:09:25.5976961Z [00:01:45.469]➜  # import config
2025-08-20T20:09:25.5978194Z [00:01:45.469]➜  packagefile internal/runtime/atomic=/tmp/go-build3837063487/b019/_pkg_.a
2025-08-20T20:09:25.5980604Z [00:01:45.469]➜  EOF
2025-08-20T20:09:25.5986680Z [00:01:45.470]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.5993887Z [00:01:45.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:09:25.6030022Z [00:01:45.474]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:09:25.6034154Z [00:01:45.474]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T20:09:25.6035232Z [00:01:45.475]➜  internal/runtime/gc
2025-08-20T20:09:25.6035720Z [00:01:45.475]➜  mkdir -p $WORK/b025/
2025-08-20T20:09:25.6041290Z [00:01:45.475]➜  cat >/tmp/go-build3837063487/b025/importcfg << 'EOF' # internal
2025-08-20T20:09:25.6042456Z [00:01:45.475]➜  # import config
2025-08-20T20:09:25.6044534Z [00:01:45.475]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.6045861Z [00:01:45.475]➜  EOF
2025-08-20T20:09:25.6049726Z [00:01:45.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T20:09:25.6057903Z [00:01:45.477]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:09:25.6064596Z [00:01:45.478]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b023/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:09:25.6163522Z [00:01:45.488]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_amd64.o # internal
2025-08-20T20:09:25.6194254Z [00:01:45.490]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:09:25.6196003Z [00:01:45.490]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T20:09:25.6197098Z [00:01:45.490]➜  internal/runtime/cgroup
2025-08-20T20:09:25.6197636Z [00:01:45.490]➜  mkdir -p $WORK/b020/
2025-08-20T20:09:25.6198363Z [00:01:45.490]➜  cat >/tmp/go-build3837063487/b020/importcfg << 'EOF' # internal
2025-08-20T20:09:25.6199059Z [00:01:45.490]➜  # import config
2025-08-20T20:09:25.6199804Z [00:01:45.490]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:25.6200834Z [00:01:45.490]➜  packagefile internal/runtime/strconv=/tmp/go-build3837063487/b021/_pkg_.a
2025-08-20T20:09:25.6201907Z [00:01:45.490]➜  packagefile internal/runtime/syscall=/tmp/go-build3837063487/b023/_pkg_.a
2025-08-20T20:09:25.6202705Z [00:01:45.490]➜  EOF
2025-08-20T20:09:25.6203514Z [00:01:45.490]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.6207629Z [00:01:45.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T20:09:25.6264934Z [00:01:45.493]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:09:25.6266190Z [00:01:45.493]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T20:09:25.6267157Z [00:01:45.496]➜  internal/asan
2025-08-20T20:09:25.6282717Z [00:01:45.500]➜  mkdir -p $WORK/b027/
2025-08-20T20:09:25.6287447Z [00:01:45.500]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:09:25.6291218Z [00:01:45.500]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:09:25.6292783Z [00:01:45.501]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T20:09:25.6294022Z [00:01:45.501]➜  internal/msan
2025-08-20T20:09:25.6294538Z [00:01:45.501]➜  mkdir -p $WORK/b028/
2025-08-20T20:09:25.6297784Z [00:01:45.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:09:25.6300673Z [00:01:45.501]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:09:25.6310343Z [00:01:45.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:09:25.6384562Z [00:01:45.510]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:09:25.6392593Z [00:01:45.511]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T20:09:25.6399814Z [00:01:45.511]➜  internal/runtime/sys
2025-08-20T20:09:25.6401221Z [00:01:45.512]➜  mkdir -p $WORK/b030/
2025-08-20T20:09:25.6405665Z [00:01:45.512]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T20:09:25.6409057Z [00:01:45.512]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:09:25.6412599Z [00:01:45.513]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./empty.s
2025-08-20T20:09:25.6452734Z [00:01:45.516]➜  cat >/tmp/go-build3837063487/b030/importcfg << 'EOF' # internal
2025-08-20T20:09:25.6458895Z [00:01:45.517]➜  # import config
2025-08-20T20:09:25.6459651Z [00:01:45.517]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.6460619Z [00:01:45.517]➜  packagefile internal/goos=/tmp/go-build3837063487/b017/_pkg_.a
2025-08-20T20:09:25.6461289Z [00:01:45.517]➜  EOF
2025-08-20T20:09:25.6461755Z [00:01:45.517]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.6467412Z [00:01:45.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:09:25.6509075Z [00:01:45.522]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:09:25.6513439Z [00:01:45.523]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T20:09:25.6520654Z [00:01:45.523]➜  internal/stringslite
2025-08-20T20:09:25.6526264Z [00:01:45.523]➜  mkdir -p $WORK/b031/
2025-08-20T20:09:25.6527321Z [00:01:45.523]➜  cat >/tmp/go-build3837063487/b031/importcfg << 'EOF' # internal
2025-08-20T20:09:25.6528593Z [00:01:45.523]➜  # import config
2025-08-20T20:09:25.6529912Z [00:01:45.523]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:25.6531846Z [00:01:45.523]➜  EOF
2025-08-20T20:09:25.6535339Z [00:01:45.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:09:25.6655051Z [00:01:45.537]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:09:25.6659526Z [00:01:45.537]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/empty.o ./empty.s
2025-08-20T20:09:25.6788848Z [00:01:45.550]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:09:25.6805157Z [00:01:45.551]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T20:09:25.6806555Z [00:01:45.551]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/empty.o # internal
2025-08-20T20:09:25.6814950Z [00:01:45.552]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:09:25.6815635Z [00:01:45.552]➜  internal/trace/tracev2
2025-08-20T20:09:25.6824569Z [00:01:45.552]➜  mkdir -p $WORK/b032/
2025-08-20T20:09:25.6827470Z [00:01:45.552]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T20:09:25.6828832Z [00:01:45.553]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T20:09:25.6829939Z [00:01:45.553]➜  cmp
2025-08-20T20:09:25.6830809Z [00:01:45.553]➜  mkdir -p $WORK/b034/
2025-08-20T20:09:25.6831545Z [00:01:45.553]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T20:09:25.6832239Z [00:01:45.554]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.6834969Z [00:01:45.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b034=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:09:25.6840427Z [00:01:45.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T20:09:25.6985966Z [00:01:45.570]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:09:25.7015224Z [00:01:45.570]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T20:09:25.7016388Z [00:01:45.571]➜  internal/itoa
2025-08-20T20:09:25.7016917Z [00:01:45.571]➜  mkdir -p $WORK/b036/
2025-08-20T20:09:25.7017616Z [00:01:45.571]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T20:09:25.7020597Z [00:01:45.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b036=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:09:25.7069844Z [00:01:45.578]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:09:25.7078162Z [00:01:45.579]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T20:09:25.7085304Z [00:01:45.579]➜  math/bits
2025-08-20T20:09:25.7085785Z [00:01:45.580]➜  mkdir -p $WORK/b039/
2025-08-20T20:09:25.7090025Z [00:01:45.580]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T20:09:25.7094139Z [00:01:45.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T20:09:25.7173929Z [00:01:45.588]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:09:25.7181333Z [00:01:45.589]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T20:09:25.7186350Z [00:01:45.590]➜  unicode/utf8
2025-08-20T20:09:25.7187451Z [00:01:45.590]➜  mkdir -p $WORK/b041/
2025-08-20T20:09:25.7194775Z [00:01:45.590]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T20:09:25.7199214Z [00:01:45.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:09:25.7204638Z [00:01:45.592]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:09:25.7214633Z [00:01:45.593]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T20:09:25.7224218Z [00:01:45.594]➜  sync/atomic
2025-08-20T20:09:25.7225160Z [00:01:45.594]➜  mkdir -p $WORK/b044/
2025-08-20T20:09:25.7234576Z [00:01:45.595]➜  echo -n > $WORK/b044/go_asm.h # internal
2025-08-20T20:09:25.7237866Z [00:01:45.595]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:09:25.7260491Z [00:01:45.597]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b044/symabis ./asm.s
2025-08-20T20:09:25.7263871Z [00:01:45.598]➜  cd /root/.go/src/internal/abi
2025-08-20T20:09:25.7268164Z [00:01:45.598]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T20:09:25.7324863Z [00:01:45.604]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s
2025-08-20T20:09:25.7392083Z [00:01:45.611]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T20:09:25.7399221Z [00:01:45.611]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:09:25.7401189Z [00:01:45.611]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T20:09:25.7401920Z [00:01:45.611]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.7406426Z [00:01:45.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b044/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T20:09:25.7447949Z [00:01:45.616]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:09:25.7455938Z [00:01:45.617]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T20:09:25.7461084Z [00:01:45.618]➜  internal/race
2025-08-20T20:09:25.7464833Z [00:01:45.618]➜  mkdir -p $WORK/b029/
2025-08-20T20:09:25.7466046Z [00:01:45.618]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T20:09:25.7467296Z [00:01:45.618]➜  cat >/tmp/go-build3837063487/b029/importcfg << 'EOF' # internal
2025-08-20T20:09:25.7467977Z [00:01:45.618]➜  # import config
2025-08-20T20:09:25.7468758Z [00:01:45.618]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:25.7469533Z [00:01:45.618]➜  EOF
2025-08-20T20:09:25.7472568Z [00:01:45.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:09:25.7500032Z [00:01:45.620]➜  math
2025-08-20T20:09:25.7500699Z [00:01:45.620]➜  mkdir -p $WORK/b038/
2025-08-20T20:09:25.7501404Z [00:01:45.620]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T20:09:25.7502075Z [00:01:45.620]➜  cd /root/.go/src/math
2025-08-20T20:09:25.7504738Z [00:01:45.620]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b038/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T20:09:25.7507307Z [00:01:45.622]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:09:25.7515243Z [00:01:45.623]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T20:09:25.7521168Z [00:01:45.624]➜  internal/synctest
2025-08-20T20:09:25.7526905Z [00:01:45.624]➜  mkdir -p $WORK/b045/
2025-08-20T20:09:25.7527640Z [00:01:45.624]➜  cat >/tmp/go-build3837063487/b045/importcfg << 'EOF' # internal
2025-08-20T20:09:25.7528305Z [00:01:45.624]➜  # import config
2025-08-20T20:09:25.7529010Z [00:01:45.624]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:25.7529689Z [00:01:45.624]➜  EOF
2025-08-20T20:09:25.7530194Z [00:01:45.624]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.7533385Z [00:01:45.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b045=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:09:25.7578415Z [00:01:45.629]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:09:25.7591012Z [00:01:45.630]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T20:09:25.7594077Z [00:01:45.630]➜  cat >/tmp/go-build3837063487/b038/importcfg << 'EOF' # internal
2025-08-20T20:09:25.7594973Z [00:01:45.630]➜  # import config
2025-08-20T20:09:25.7596179Z [00:01:45.630]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:25.7598570Z [00:01:45.630]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:25.7602212Z [00:01:45.630]➜  EOF
2025-08-20T20:09:25.7631767Z [00:01:45.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T20:09:25.7642624Z [00:01:45.632]➜  internal/runtime/maps
2025-08-20T20:09:25.7643644Z [00:01:45.632]➜  mkdir -p $WORK/b026/
2025-08-20T20:09:25.7644401Z [00:01:45.632]➜  cat >/tmp/go-build3837063487/b026/importcfg << 'EOF' # internal
2025-08-20T20:09:25.7645104Z [00:01:45.632]➜  # import config
2025-08-20T20:09:25.7645813Z [00:01:45.632]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:25.7646713Z [00:01:45.632]➜  packagefile internal/asan=/tmp/go-build3837063487/b027/_pkg_.a
2025-08-20T20:09:25.7647664Z [00:01:45.632]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.7648586Z [00:01:45.632]➜  packagefile internal/msan=/tmp/go-build3837063487/b028/_pkg_.a
2025-08-20T20:09:25.7649511Z [00:01:45.632]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:25.7650483Z [00:01:45.632]➜  packagefile internal/runtime/math=/tmp/go-build3837063487/b022/_pkg_.a
2025-08-20T20:09:25.7651539Z [00:01:45.632]➜  packagefile internal/runtime/sys=/tmp/go-build3837063487/b030/_pkg_.a
2025-08-20T20:09:25.7652301Z [00:01:45.632]➜  EOF
2025-08-20T20:09:25.7658752Z [00:01:45.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T20:09:25.7739579Z [00:01:45.645]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:09:25.7744620Z [00:01:45.646]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T20:09:25.7750141Z [00:01:45.647]➜  unicode
2025-08-20T20:09:25.7775875Z [00:01:45.649]➜  mkdir -p $WORK/b046/
2025-08-20T20:09:25.7781986Z [00:01:45.649]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T20:09:25.7786259Z [00:01:45.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b046=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T20:09:25.7875306Z [00:01:45.657]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:09:25.7879313Z [00:01:45.657]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b044/asm.o ./asm.s
2025-08-20T20:09:25.7900854Z [00:01:45.661]➜  go tool pack r $WORK/b044/_pkg_.a $WORK/b044/asm.o # internal
2025-08-20T20:09:25.7903703Z [00:01:45.662]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:09:25.7927560Z [00:01:45.664]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T20:09:25.7929452Z [00:01:45.664]➜  internal/sync
2025-08-20T20:09:25.7930481Z [00:01:45.664]➜  mkdir -p $WORK/b043/
2025-08-20T20:09:25.7931515Z [00:01:45.664]➜  cat >/tmp/go-build3837063487/b043/importcfg << 'EOF' # internal
2025-08-20T20:09:25.7932183Z [00:01:45.664]➜  # import config
2025-08-20T20:09:25.7932866Z [00:01:45.664]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:25.7934299Z [00:01:45.664]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:25.7935129Z [00:01:45.664]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:25.7935902Z [00:01:45.664]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:25.7936438Z [00:01:45.664]➜  EOF
2025-08-20T20:09:25.7936844Z [00:01:45.664]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.7940057Z [00:01:45.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b043=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T20:09:25.8195333Z [00:01:45.691]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:09:25.8204277Z [00:01:45.692]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T20:09:25.8205414Z [00:01:45.692]➜  encoding
2025-08-20T20:09:25.8209041Z [00:01:45.692]➜  mkdir -p $WORK/b080/
2025-08-20T20:09:25.8211016Z [00:01:45.692]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T20:09:25.8214051Z [00:01:45.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b080=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:09:25.8317547Z [00:01:45.702]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:09:25.8322022Z [00:01:45.703]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T20:09:25.8323607Z [00:01:45.703]➜  unicode/utf16
2025-08-20T20:09:25.8324132Z [00:01:45.703]➜  mkdir -p $WORK/b082/
2025-08-20T20:09:25.8324679Z [00:01:45.704]➜  echo '# import config' > $WORK/b082/importcfg # internal
2025-08-20T20:09:25.8327659Z [00:01:45.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b082=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:09:25.8472383Z [00:01:45.718]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:09:25.8482273Z [00:01:45.719]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T20:09:25.8483712Z [00:01:45.720]➜  github.com/Ullaakut/nmap/v3/pkg/osfamilies
2025-08-20T20:09:25.8486800Z [00:01:45.720]➜  mkdir -p $WORK/b085/
2025-08-20T20:09:25.8491351Z [00:01:45.720]➜  echo '# import config' > $WORK/b085/importcfg # internal
2025-08-20T20:09:25.8495377Z [00:01:45.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/pkg/osfamilies=>github.com/Ullaakut/nmap/v3@v3.0.3/pkg/osfamilies;$WORK/b085=>" -p github.com/Ullaakut/nmap/v3/pkg/osfamilies -lang=go1.20 -complete -installsuffix shared -buildid wONqarLqmJmLJLjjo7ho/wONqarLqmJmLJLjjo7ho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/pkg/osfamilies/os_families.go
2025-08-20T20:09:25.8738565Z [00:01:45.745]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:09:25.8755358Z [00:01:45.747]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/52/52bcafb2d1f15aa0a664b860433bb07d428102b17ae91bf2218d156e5418d5bd-d # internal
2025-08-20T20:09:25.8756807Z [00:01:45.747]➜  internal/nettrace
2025-08-20T20:09:25.8757331Z [00:01:45.747]➜  mkdir -p $WORK/b089/
2025-08-20T20:09:25.8758012Z [00:01:45.747]➜  echo '# import config' > $WORK/b089/importcfg # internal
2025-08-20T20:09:25.8761184Z [00:01:45.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b089=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:09:25.8990342Z [00:01:45.770]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:09:25.8993318Z [00:01:45.771]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T20:09:25.8995945Z [00:01:45.771]➜  golang.org/x/net/html/atom
2025-08-20T20:09:25.8996542Z [00:01:45.771]➜  mkdir -p $WORK/b105/
2025-08-20T20:09:25.9015040Z [00:01:45.772]➜  echo '# import config' > $WORK/b105/importcfg # internal
2025-08-20T20:09:25.9021007Z [00:01:45.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.37.0/html/atom=>golang.org/x/net@v0.37.0/html/atom;$WORK/b105=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid 6EZVHvXq2WC-551JDhLC/6EZVHvXq2WC-551JDhLC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/atom/table.go
2025-08-20T20:09:25.9649097Z [00:01:45.836]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:09:25.9656687Z [00:01:45.837]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/e4/e4df400b5433245b0f7bca83b0009dc82197756872afb4efd263a059c3c4c7bb-d # internal
2025-08-20T20:09:25.9688019Z [00:01:45.840]➜  log/internal
2025-08-20T20:09:25.9690390Z [00:01:45.840]➜  mkdir -p $WORK/b107/
2025-08-20T20:09:25.9691411Z [00:01:45.841]➜  echo '# import config' > $WORK/b107/importcfg # internal
2025-08-20T20:09:25.9695319Z [00:01:45.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b107=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:09:25.9757844Z [00:01:45.847]➜  cd /root/.go/src/math
2025-08-20T20:09:25.9761556Z [00:01:45.847]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/dim_amd64.o ./dim_amd64.s
2025-08-20T20:09:25.9798381Z [00:01:45.851]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:09:25.9804611Z [00:01:45.852]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T20:09:25.9806874Z [00:01:45.852]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/exp_amd64.o ./exp_amd64.s
2025-08-20T20:09:25.9812158Z [00:01:45.853]➜  container/list
2025-08-20T20:09:25.9812930Z [00:01:45.853]➜  mkdir -p $WORK/b110/
2025-08-20T20:09:25.9814146Z [00:01:45.853]➜  echo '# import config' > $WORK/b110/importcfg # internal
2025-08-20T20:09:25.9815211Z [00:01:45.853]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:25.9818396Z [00:01:45.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b110=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T20:09:25.9863621Z [00:01:45.857]➜  cd /root/.go/src/math
2025-08-20T20:09:25.9865394Z [00:01:45.857]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/floor_amd64.o ./floor_amd64.s
2025-08-20T20:09:25.9885063Z [00:01:45.860]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:09:25.9900672Z [00:01:45.861]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/hypot_amd64.o ./hypot_amd64.s
2025-08-20T20:09:25.9915764Z [00:01:45.863]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T20:09:25.9930147Z [00:01:45.864]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/log_amd64.o ./log_amd64.s
2025-08-20T20:09:25.9993460Z [00:01:45.871]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/dim_amd64.o $WORK/b038/exp_amd64.o $WORK/b038/floor_amd64.o $WORK/b038/hypot_amd64.o $WORK/b038/log_amd64.o # internal
2025-08-20T20:09:26.0084931Z [00:01:45.878]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:09:26.0105461Z [00:01:45.882]➜  runtime
2025-08-20T20:09:26.0106401Z [00:01:45.882]➜  mkdir -p $WORK/b009/
2025-08-20T20:09:26.0117609Z [00:01:45.883]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T20:09:26.0128231Z [00:01:45.884]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:09:26.0134046Z [00:01:45.885]➜  crypto/internal/fips140/alias
2025-08-20T20:09:26.0144600Z [00:01:45.885]➜  mkdir -p $WORK/b118/
2025-08-20T20:09:26.0146800Z [00:01:45.886]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T20:09:26.0155736Z [00:01:45.887]➜  echo '# import config' > $WORK/b118/importcfg # internal
2025-08-20T20:09:26.0157835Z [00:01:45.887]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:26.0162501Z [00:01:45.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b118=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:09:26.0206591Z [00:01:45.890]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:09:26.0207278Z [00:01:45.891]➜  cd /root/.go/src/runtime
2025-08-20T20:09:26.0210217Z [00:01:45.891]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T20:09:26.0219162Z [00:01:45.893]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:09:26.0219779Z [00:01:45.893]➜  mkdir -p $WORK/b122/
2025-08-20T20:09:26.0226993Z [00:01:45.894]➜  cat >/tmp/go-build3837063487/b122/importcfg << 'EOF' # internal
2025-08-20T20:09:26.0227733Z [00:01:45.894]➜  # import config
2025-08-20T20:09:26.0228487Z [00:01:45.894]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:26.0229100Z [00:01:45.894]➜  EOF
2025-08-20T20:09:26.0233828Z [00:01:45.895]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:26.0238844Z [00:01:45.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b122=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:09:26.0298587Z [00:01:45.901]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:09:26.0305566Z [00:01:45.902]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T20:09:26.0306705Z [00:01:45.902]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:09:26.0307255Z [00:01:45.902]➜  mkdir -p $WORK/b123/
2025-08-20T20:09:26.0307997Z [00:01:45.902]➜  cat >/tmp/go-build3837063487/b123/importcfg << 'EOF' # internal
2025-08-20T20:09:26.0308652Z [00:01:45.902]➜  # import config
2025-08-20T20:09:26.0309294Z [00:01:45.902]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:26.0310107Z [00:01:45.902]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:26.0310706Z [00:01:45.902]➜  EOF
2025-08-20T20:09:26.0314029Z [00:01:45.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b123=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:09:26.0348491Z [00:01:45.906]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:09:26.0378758Z [00:01:45.908]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T20:09:26.0379939Z [00:01:45.909]➜  crypto/internal/boring/sig
2025-08-20T20:09:26.0380494Z [00:01:45.909]➜  mkdir -p $WORK/b136/
2025-08-20T20:09:26.0383606Z [00:01:45.910]➜  echo -n > $WORK/b136/go_asm.h # internal
2025-08-20T20:09:26.0387009Z [00:01:45.910]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:09:26.0389448Z [00:01:45.910]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b136/symabis ./sig_amd64.s
2025-08-20T20:09:26.0419411Z [00:01:45.913]➜  echo '# import config' > $WORK/b136/importcfg # internal
2025-08-20T20:09:26.0420197Z [00:01:45.913]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:26.0424275Z [00:01:45.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b136=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b136/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack -asmhdr $WORK/b136/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:09:26.0428541Z [00:01:45.914]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:09:26.0432929Z [00:01:45.914]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T20:09:26.0440069Z [00:01:45.915]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:09:26.0440690Z [00:01:45.915]➜  mkdir -p $WORK/b158/
2025-08-20T20:09:26.0441378Z [00:01:45.915]➜  echo '# import config' > $WORK/b158/importcfg # internal
2025-08-20T20:09:26.0446878Z [00:01:45.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b158=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T20:09:26.0450161Z [00:01:45.915]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:09:26.0454449Z [00:01:45.916]➜  cat >/tmp/go-build3837063487/b009/importcfg << 'EOF' # internal
2025-08-20T20:09:26.0455160Z [00:01:45.916]➜  # import config
2025-08-20T20:09:26.0455862Z [00:01:45.916]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:26.0456797Z [00:01:45.916]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:26.0457945Z [00:01:45.916]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:26.0459404Z [00:01:45.916]➜  packagefile internal/chacha8rand=/tmp/go-build3837063487/b013/_pkg_.a
2025-08-20T20:09:26.0481390Z [00:01:45.917]➜  packagefile internal/coverage/rtcov=/tmp/go-build3837063487/b014/_pkg_.a
2025-08-20T20:09:26.0482396Z [00:01:45.917]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:26.0483452Z [00:01:45.917]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:26.0484309Z [00:01:45.917]➜  packagefile internal/godebugs=/tmp/go-build3837063487/b015/_pkg_.a
2025-08-20T20:09:26.0485170Z [00:01:45.917]➜  packagefile internal/goexperiment=/tmp/go-build3837063487/b016/_pkg_.a
2025-08-20T20:09:26.0486087Z [00:01:45.917]➜  packagefile internal/goos=/tmp/go-build3837063487/b017/_pkg_.a
2025-08-20T20:09:26.0487099Z [00:01:45.917]➜  packagefile internal/profilerecord=/tmp/go-build3837063487/b018/_pkg_.a
2025-08-20T20:09:26.0488145Z [00:01:45.917]➜  packagefile internal/runtime/atomic=/tmp/go-build3837063487/b019/_pkg_.a
2025-08-20T20:09:26.0489555Z [00:01:45.917]➜  packagefile internal/runtime/cgroup=/tmp/go-build3837063487/b020/_pkg_.a
2025-08-20T20:09:26.0490674Z [00:01:45.917]➜  packagefile internal/runtime/exithook=/tmp/go-build3837063487/b024/_pkg_.a
2025-08-20T20:09:26.0491733Z [00:01:45.917]➜  packagefile internal/runtime/gc=/tmp/go-build3837063487/b025/_pkg_.a
2025-08-20T20:09:26.0492727Z [00:01:45.917]➜  packagefile internal/runtime/maps=/tmp/go-build3837063487/b026/_pkg_.a
2025-08-20T20:09:26.0493854Z [00:01:45.917]➜  packagefile internal/runtime/math=/tmp/go-build3837063487/b022/_pkg_.a
2025-08-20T20:09:26.0494873Z [00:01:45.917]➜  packagefile internal/runtime/strconv=/tmp/go-build3837063487/b021/_pkg_.a
2025-08-20T20:09:26.0495873Z [00:01:45.917]➜  packagefile internal/runtime/sys=/tmp/go-build3837063487/b030/_pkg_.a
2025-08-20T20:09:26.0496865Z [00:01:45.917]➜  packagefile internal/runtime/syscall=/tmp/go-build3837063487/b023/_pkg_.a
2025-08-20T20:09:26.0497958Z [00:01:45.917]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:26.0498987Z [00:01:45.917]➜  packagefile internal/trace/tracev2=/tmp/go-build3837063487/b032/_pkg_.a
2025-08-20T20:09:26.0499710Z [00:01:45.917]➜  EOF
2025-08-20T20:09:26.0565075Z [00:01:45.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:09:26.0607775Z [00:01:45.918]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T20:09:26.0609001Z [00:01:45.918]➜  crypto/internal/fips140/subtle
2025-08-20T20:09:26.0609604Z [00:01:45.918]➜  mkdir -p $WORK/b126/
2025-08-20T20:09:26.0610315Z [00:01:45.919]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T20:09:26.0611479Z [00:01:45.919]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:09:26.0614058Z [00:01:45.919]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./xor_amd64.s
2025-08-20T20:09:26.0616405Z [00:01:45.928]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:09:26.0617139Z [00:01:45.928]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:09:26.0619507Z [00:01:45.928]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b136/sig_amd64.o ./sig_amd64.s
2025-08-20T20:09:26.0622261Z [00:01:45.928]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T20:09:26.0633844Z [00:01:45.929]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:09:26.0634523Z [00:01:45.929]➜  mkdir -p $WORK/b171/
2025-08-20T20:09:26.0635236Z [00:01:45.930]➜  echo '# import config' > $WORK/b171/importcfg # internal
2025-08-20T20:09:26.0635968Z [00:01:45.930]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:26.0639753Z [00:01:45.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b171=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T20:09:26.0643695Z [00:01:45.931]➜  cat >/tmp/go-build3837063487/b126/importcfg << 'EOF' # internal
2025-08-20T20:09:26.0644397Z [00:01:45.931]➜  # import config
2025-08-20T20:09:26.0645255Z [00:01:45.931]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:26.0646495Z [00:01:45.931]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:26.0647580Z [00:01:45.931]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:26.0648237Z [00:01:45.931]➜  EOF
2025-08-20T20:09:26.0653027Z [00:01:45.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b126=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T20:09:26.0671191Z [00:01:45.938]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:09:26.0672077Z [00:01:45.939]➜  go tool pack r $WORK/b136/_pkg_.a $WORK/b136/sig_amd64.o # internal
2025-08-20T20:09:26.0672898Z [00:01:45.939]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:09:26.0678532Z [00:01:45.939]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T20:09:26.0846449Z [00:01:45.955]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:09:26.0847926Z [00:01:45.955]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T20:09:26.0862324Z [00:01:45.958]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:09:26.0865001Z [00:01:45.958]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/xor_amd64.o ./xor_amd64.s
2025-08-20T20:09:26.0895419Z [00:01:45.961]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/xor_amd64.o # internal
2025-08-20T20:09:26.0896192Z [00:01:45.961]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:09:26.0901877Z [00:01:45.962]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T20:09:28.0561290Z [00:01:47.927]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h
2025-08-20T20:09:28.0562058Z [00:01:47.928]➜  cd /root/.go/src/runtime
2025-08-20T20:09:28.0563798Z [00:01:47.928]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s
2025-08-20T20:09:28.0592933Z [00:01:47.931]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s
2025-08-20T20:09:28.0693566Z [00:01:47.941]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s
2025-08-20T20:09:28.0723845Z [00:01:47.944]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/ints.o ./ints.s
2025-08-20T20:09:28.0752620Z [00:01:47.947]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s
2025-08-20T20:09:28.0798681Z [00:01:47.951]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s
2025-08-20T20:09:28.0846790Z [00:01:47.956]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s
2025-08-20T20:09:28.0891065Z [00:01:47.960]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T20:09:28.0925059Z [00:01:47.964]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T20:09:28.0981997Z [00:01:47.970]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s
2025-08-20T20:09:28.1005668Z [00:01:47.972]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T20:09:28.1049104Z [00:01:47.976]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/ints.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal
2025-08-20T20:09:28.1052330Z [00:01:47.977]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:09:28.1412062Z [00:01:48.012]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T20:09:28.1413347Z [00:01:48.013]➜  iter
2025-08-20T20:09:28.1414010Z [00:01:48.013]➜  mkdir -p $WORK/b037/
2025-08-20T20:09:28.1414530Z [00:01:48.013]➜  internal/reflectlite
2025-08-20T20:09:28.1414997Z [00:01:48.013]➜  mkdir -p $WORK/b004/
2025-08-20T20:09:28.1415485Z [00:01:48.013]➜  sync
2025-08-20T20:09:28.1416152Z [00:01:48.013]➜  cat >/tmp/go-build3837063487/b037/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1417222Z [00:01:48.013]➜  # import config
2025-08-20T20:09:28.1417980Z [00:01:48.013]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:28.1418921Z [00:01:48.013]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.1419584Z [00:01:48.013]➜  EOF
2025-08-20T20:09:28.1420101Z [00:01:48.013]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.1422703Z [00:01:48.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b037=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:09:28.1425223Z [00:01:48.014]➜  mkdir -p $WORK/b042/
2025-08-20T20:09:28.1426451Z [00:01:48.014]➜  weak
2025-08-20T20:09:28.1427003Z [00:01:48.014]➜  mkdir -p $WORK/b093/
2025-08-20T20:09:28.1427901Z [00:01:48.014]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:09:28.1428927Z [00:01:48.014]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:09:28.1431597Z [00:01:48.014]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T20:09:28.1442491Z [00:01:48.015]➜  cat >/tmp/go-build3837063487/b042/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1443395Z [00:01:48.015]➜  # import config
2025-08-20T20:09:28.1444136Z [00:01:48.015]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:28.1445061Z [00:01:48.015]➜  packagefile internal/sync=/tmp/go-build3837063487/b043/_pkg_.a
2025-08-20T20:09:28.1445993Z [00:01:48.015]➜  packagefile internal/synctest=/tmp/go-build3837063487/b045/_pkg_.a
2025-08-20T20:09:28.1446871Z [00:01:48.015]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.1448016Z [00:01:48.015]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.1448685Z [00:01:48.015]➜  EOF
2025-08-20T20:09:28.1450383Z [00:01:48.016]➜  cat >/tmp/go-build3837063487/b093/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1451520Z [00:01:48.016]➜  # import config
2025-08-20T20:09:28.1452543Z [00:01:48.016]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:28.1453776Z [00:01:48.016]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.1454675Z [00:01:48.016]➜  EOF
2025-08-20T20:09:28.1455769Z [00:01:48.016]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.1458665Z [00:01:48.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b093=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:09:28.1479268Z [00:01:48.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b042=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T20:09:28.1483527Z [00:01:48.018]➜  cat >/tmp/go-build3837063487/b004/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1484242Z [00:01:48.018]➜  # import config
2025-08-20T20:09:28.1484970Z [00:01:48.019]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:28.1486251Z [00:01:48.019]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:28.1487345Z [00:01:48.019]➜  packagefile internal/unsafeheader=/tmp/go-build3837063487/b008/_pkg_.a
2025-08-20T20:09:28.1488371Z [00:01:48.019]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.1489019Z [00:01:48.019]➜  EOF
2025-08-20T20:09:28.1493015Z [00:01:48.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T20:09:28.1547408Z [00:01:48.026]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:09:28.1555437Z [00:01:48.027]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:09:28.1557054Z [00:01:48.027]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T20:09:28.1561139Z [00:01:48.027]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T20:09:28.1564838Z [00:01:48.027]➜  crypto/subtle
2025-08-20T20:09:28.1565342Z [00:01:48.027]➜  mkdir -p $WORK/b135/
2025-08-20T20:09:28.1565802Z [00:01:48.027]➜  slices
2025-08-20T20:09:28.1566222Z [00:01:48.027]➜  mkdir -p $WORK/b047/
2025-08-20T20:09:28.1566906Z [00:01:48.027]➜  cat >/tmp/go-build3837063487/b047/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1567552Z [00:01:48.027]➜  # import config
2025-08-20T20:09:28.1568164Z [00:01:48.028]➜  packagefile cmp=/tmp/go-build3837063487/b034/_pkg_.a
2025-08-20T20:09:28.1568931Z [00:01:48.028]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:28.1570064Z [00:01:48.028]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:28.1570698Z [00:01:48.028]➜  EOF
2025-08-20T20:09:28.1571295Z [00:01:48.028]➜  cat >/tmp/go-build3837063487/b135/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1571933Z [00:01:48.028]➜  # import config
2025-08-20T20:09:28.1572740Z [00:01:48.028]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:28.1574062Z [00:01:48.028]➜  packagefile internal/runtime/sys=/tmp/go-build3837063487/b030/_pkg_.a
2025-08-20T20:09:28.1574993Z [00:01:48.028]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.1575622Z [00:01:48.028]➜  EOF
2025-08-20T20:09:28.1591105Z [00:01:48.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b135=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T20:09:28.1599365Z [00:01:48.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T20:09:28.1749001Z [00:01:48.046]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:09:28.1784896Z [00:01:48.047]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T20:09:28.1786591Z [00:01:48.050]➜  maps
2025-08-20T20:09:28.1787852Z [00:01:48.050]➜  mkdir -p $WORK/b187/
2025-08-20T20:09:28.1789116Z [00:01:48.050]➜  cat >/tmp/go-build3837063487/b187/importcfg << 'EOF' # internal
2025-08-20T20:09:28.1790911Z [00:01:48.050]➜  # import config
2025-08-20T20:09:28.1794187Z [00:01:48.050]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:28.1798960Z [00:01:48.050]➜  EOF
2025-08-20T20:09:28.1802208Z [00:01:48.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b187=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:09:28.1886846Z [00:01:48.060]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:09:28.1896918Z [00:01:48.061]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T20:09:28.1915328Z [00:01:48.063]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:09:28.1921806Z [00:01:48.064]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T20:09:28.2588590Z [00:01:48.130]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:09:28.2591548Z [00:01:48.130]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s
2025-08-20T20:09:28.2609138Z [00:01:48.132]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T20:09:28.2616656Z [00:01:48.133]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:09:28.2634616Z [00:01:48.135]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T20:09:28.2645929Z [00:01:48.136]➜  sort
2025-08-20T20:09:28.2649184Z [00:01:48.136]➜  mkdir -p $WORK/b074/
2025-08-20T20:09:28.2650405Z [00:01:48.136]➜  cat >/tmp/go-build3837063487/b074/importcfg << 'EOF' # internal
2025-08-20T20:09:28.2652893Z [00:01:48.136]➜  # import config
2025-08-20T20:09:28.2653852Z [00:01:48.136]➜  packagefile internal/reflectlite=/tmp/go-build3837063487/b004/_pkg_.a
2025-08-20T20:09:28.2654832Z [00:01:48.136]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:28.2655662Z [00:01:48.136]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:28.2656257Z [00:01:48.136]➜  EOF
2025-08-20T20:09:28.2656725Z [00:01:48.136]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.2660182Z [00:01:48.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b074=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T20:09:28.2663060Z [00:01:48.136]➜  errors
2025-08-20T20:09:28.2663709Z [00:01:48.136]➜  mkdir -p $WORK/b003/
2025-08-20T20:09:28.2664426Z [00:01:48.137]➜  cat >/tmp/go-build3837063487/b003/importcfg << 'EOF' # internal
2025-08-20T20:09:28.2665074Z [00:01:48.137]➜  # import config
2025-08-20T20:09:28.2665823Z [00:01:48.137]➜  packagefile internal/reflectlite=/tmp/go-build3837063487/b004/_pkg_.a
2025-08-20T20:09:28.2666538Z [00:01:48.137]➜  EOF
2025-08-20T20:09:28.2676319Z [00:01:48.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:09:28.2834670Z [00:01:48.155]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:09:28.2907724Z [00:01:48.162]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T20:09:28.2915703Z [00:01:48.162]➜  internal/testlog
2025-08-20T20:09:28.2916207Z [00:01:48.163]➜  mkdir -p $WORK/b061/
2025-08-20T20:09:28.2916782Z [00:01:48.163]➜  cat >/tmp/go-build3837063487/b061/importcfg << 'EOF' # internal
2025-08-20T20:09:28.2919471Z [00:01:48.163]➜  # import config
2025-08-20T20:09:28.2921793Z [00:01:48.163]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.2924176Z [00:01:48.163]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.2924818Z [00:01:48.163]➜  EOF
2025-08-20T20:09:28.2927893Z [00:01:48.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b061=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:09:28.2930698Z [00:01:48.163]➜  internal/bisect
2025-08-20T20:09:28.2931239Z [00:01:48.163]➜  mkdir -p $WORK/b056/
2025-08-20T20:09:28.2931953Z [00:01:48.163]➜  cat >/tmp/go-build3837063487/b056/importcfg << 'EOF' # internal
2025-08-20T20:09:28.2932608Z [00:01:48.163]➜  # import config
2025-08-20T20:09:28.2933414Z [00:01:48.163]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.2934246Z [00:01:48.163]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.2935062Z [00:01:48.163]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.2936146Z [00:01:48.163]➜  EOF
2025-08-20T20:09:28.2940120Z [00:01:48.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b056=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:09:28.2979702Z [00:01:48.169]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:09:28.3012576Z [00:01:48.172]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T20:09:28.3015782Z [00:01:48.173]➜  strconv
2025-08-20T20:09:28.3016925Z [00:01:48.173]➜  mkdir -p $WORK/b040/
2025-08-20T20:09:28.3018080Z [00:01:48.173]➜  cat >/tmp/go-build3837063487/b040/importcfg << 'EOF' # internal
2025-08-20T20:09:28.3018821Z [00:01:48.173]➜  # import config
2025-08-20T20:09:28.3019487Z [00:01:48.173]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.3020334Z [00:01:48.173]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.3021326Z [00:01:48.173]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:28.3022261Z [00:01:48.173]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:28.3023077Z [00:01:48.173]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:28.3024171Z [00:01:48.173]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.3024837Z [00:01:48.173]➜  EOF
2025-08-20T20:09:28.3029994Z [00:01:48.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b040=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T20:09:28.3152247Z [00:01:48.187]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:09:28.3161070Z [00:01:48.188]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T20:09:28.3162892Z [00:01:48.188]➜  io
2025-08-20T20:09:28.3164152Z [00:01:48.188]➜  mkdir -p $WORK/b048/
2025-08-20T20:09:28.3170765Z [00:01:48.188]➜  cat >/tmp/go-build3837063487/b048/importcfg << 'EOF' # internal
2025-08-20T20:09:28.3172630Z [00:01:48.188]➜  # import config
2025-08-20T20:09:28.3173598Z [00:01:48.188]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.3174481Z [00:01:48.188]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.3175113Z [00:01:48.188]➜  EOF
2025-08-20T20:09:28.3177822Z [00:01:48.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:09:28.3725937Z [00:01:48.244]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:09:28.3742632Z [00:01:48.246]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T20:09:28.3749268Z [00:01:48.246]➜  internal/oserror
2025-08-20T20:09:28.3752895Z [00:01:48.246]➜  mkdir -p $WORK/b052/
2025-08-20T20:09:28.3753867Z [00:01:48.246]➜  cat >/tmp/go-build3837063487/b052/importcfg << 'EOF' # internal
2025-08-20T20:09:28.3754541Z [00:01:48.246]➜  # import config
2025-08-20T20:09:28.3755182Z [00:01:48.246]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.3755777Z [00:01:48.246]➜  EOF
2025-08-20T20:09:28.3758667Z [00:01:48.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b052=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:09:28.3939478Z [00:01:48.265]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:09:28.4068635Z [00:01:48.276]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T20:09:28.4069797Z [00:01:48.276]➜  path
2025-08-20T20:09:28.4086456Z [00:01:48.276]➜  mkdir -p $WORK/b053/
2025-08-20T20:09:28.4089908Z [00:01:48.277]➜  cat >/tmp/go-build3837063487/b053/importcfg << 'EOF' # internal
2025-08-20T20:09:28.4094035Z [00:01:48.277]➜  # import config
2025-08-20T20:09:28.4094729Z [00:01:48.277]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.4095653Z [00:01:48.277]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.4096575Z [00:01:48.277]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.4097218Z [00:01:48.277]➜  EOF
2025-08-20T20:09:28.4099925Z [00:01:48.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:09:28.4195671Z [00:01:48.291]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:09:28.4221313Z [00:01:48.293]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:09:28.4224820Z [00:01:48.294]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T20:09:28.4230618Z [00:01:48.295]➜  internal/godebug
2025-08-20T20:09:28.4233888Z [00:01:48.295]➜  mkdir -p $WORK/b055/
2025-08-20T20:09:28.4239971Z [00:01:48.295]➜  cat >/tmp/go-build3837063487/b055/importcfg << 'EOF' # internal
2025-08-20T20:09:28.4241124Z [00:01:48.296]➜  # import config
2025-08-20T20:09:28.4242185Z [00:01:48.296]➜  packagefile internal/bisect=/tmp/go-build3837063487/b056/_pkg_.a
2025-08-20T20:09:28.4243577Z [00:01:48.296]➜  packagefile internal/godebugs=/tmp/go-build3837063487/b015/_pkg_.a
2025-08-20T20:09:28.4244837Z [00:01:48.296]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.4245687Z [00:01:48.296]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.4246350Z [00:01:48.296]➜  EOF
2025-08-20T20:09:28.4249176Z [00:01:48.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b055=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:09:28.4262013Z [00:01:48.298]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T20:09:28.4294484Z [00:01:48.301]➜  syscall
2025-08-20T20:09:28.4295413Z [00:01:48.301]➜  mkdir -p $WORK/b057/
2025-08-20T20:09:28.4305615Z [00:01:48.302]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T20:09:28.4308023Z [00:01:48.302]➜  cd /root/.go/src/syscall
2025-08-20T20:09:28.4317514Z [00:01:48.303]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./asm_linux_amd64.s
2025-08-20T20:09:28.4388496Z [00:01:48.309]➜  cat >/tmp/go-build3837063487/b057/importcfg << 'EOF' # internal
2025-08-20T20:09:28.4389338Z [00:01:48.309]➜  # import config
2025-08-20T20:09:28.4390006Z [00:01:48.309]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.4390866Z [00:01:48.309]➜  packagefile internal/asan=/tmp/go-build3837063487/b027/_pkg_.a
2025-08-20T20:09:28.4391788Z [00:01:48.309]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.4392725Z [00:01:48.309]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:28.4393922Z [00:01:48.309]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:28.4394853Z [00:01:48.309]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:28.4395773Z [00:01:48.309]➜  packagefile internal/msan=/tmp/go-build3837063487/b028/_pkg_.a
2025-08-20T20:09:28.4396657Z [00:01:48.309]➜  packagefile internal/oserror=/tmp/go-build3837063487/b052/_pkg_.a
2025-08-20T20:09:28.4397580Z [00:01:48.309]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:28.4398544Z [00:01:48.309]➜  packagefile internal/runtime/syscall=/tmp/go-build3837063487/b023/_pkg_.a
2025-08-20T20:09:28.4399491Z [00:01:48.309]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.4400311Z [00:01:48.309]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:28.4401090Z [00:01:48.309]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.4402187Z [00:01:48.309]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.4402818Z [00:01:48.310]➜  EOF
2025-08-20T20:09:28.4410189Z [00:01:48.310]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.4420280Z [00:01:48.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T20:09:28.4522057Z [00:01:48.323]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:09:28.4534370Z [00:01:48.324]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T20:09:28.4535468Z [00:01:48.324]➜  bytes
2025-08-20T20:09:28.4535932Z [00:01:48.324]➜  mkdir -p $WORK/b067/
2025-08-20T20:09:28.4536723Z [00:01:48.324]➜  cat >/tmp/go-build3837063487/b067/importcfg << 'EOF' # internal
2025-08-20T20:09:28.4537774Z [00:01:48.324]➜  # import config
2025-08-20T20:09:28.4538521Z [00:01:48.324]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.4539437Z [00:01:48.324]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.4540330Z [00:01:48.324]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:28.4541125Z [00:01:48.324]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:28.4541941Z [00:01:48.324]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:28.4542768Z [00:01:48.324]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:28.4546500Z [00:01:48.324]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.4547184Z [00:01:48.324]➜  EOF
2025-08-20T20:09:28.4550299Z [00:01:48.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b067=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T20:09:28.5471821Z [00:01:48.419]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:09:28.5498447Z [00:01:48.421]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T20:09:28.5524992Z [00:01:48.424]➜  reflect
2025-08-20T20:09:28.5536306Z [00:01:48.424]➜  mkdir -p $WORK/b035/
2025-08-20T20:09:28.5536912Z [00:01:48.425]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T20:09:28.5537481Z [00:01:48.425]➜  cd /root/.go/src/reflect
2025-08-20T20:09:28.5539156Z [00:01:48.425]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b035/symabis ./asm_amd64.s
2025-08-20T20:09:28.5571056Z [00:01:48.429]➜  cat >/tmp/go-build3837063487/b035/importcfg << 'EOF' # internal
2025-08-20T20:09:28.5571952Z [00:01:48.429]➜  # import config
2025-08-20T20:09:28.5572778Z [00:01:48.429]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.5574036Z [00:01:48.429]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:28.5575010Z [00:01:48.429]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.5579594Z [00:01:48.429]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:28.5580734Z [00:01:48.429]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:28.5581871Z [00:01:48.429]➜  packagefile internal/race=/tmp/go-build3837063487/b029/_pkg_.a
2025-08-20T20:09:28.5583085Z [00:01:48.429]➜  packagefile internal/runtime/maps=/tmp/go-build3837063487/b026/_pkg_.a
2025-08-20T20:09:28.5584515Z [00:01:48.429]➜  packagefile internal/runtime/sys=/tmp/go-build3837063487/b030/_pkg_.a
2025-08-20T20:09:28.5587036Z [00:01:48.429]➜  packagefile internal/unsafeheader=/tmp/go-build3837063487/b008/_pkg_.a
2025-08-20T20:09:28.5588388Z [00:01:48.429]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:28.5589430Z [00:01:48.429]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:28.5590484Z [00:01:48.429]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.5591561Z [00:01:48.429]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:28.5592605Z [00:01:48.429]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.5593964Z [00:01:48.429]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:28.5595332Z [00:01:48.429]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.5596391Z [00:01:48.429]➜  EOF
2025-08-20T20:09:28.5597675Z [00:01:48.429]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.5613627Z [00:01:48.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T20:09:28.5735880Z [00:01:48.445]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:09:28.5765814Z [00:01:48.448]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T20:09:28.5820875Z [00:01:48.453]➜  strings
2025-08-20T20:09:28.5830294Z [00:01:48.454]➜  mkdir -p $WORK/b068/
2025-08-20T20:09:28.5850588Z [00:01:48.456]➜  cat >/tmp/go-build3837063487/b068/importcfg << 'EOF' # internal
2025-08-20T20:09:28.5858965Z [00:01:48.457]➜  # import config
2025-08-20T20:09:28.5859656Z [00:01:48.457]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.5860517Z [00:01:48.457]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:28.5861460Z [00:01:48.457]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:28.5862462Z [00:01:48.457]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:28.5863547Z [00:01:48.457]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:28.5864682Z [00:01:48.457]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:28.5865556Z [00:01:48.457]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:28.5866373Z [00:01:48.457]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.5867163Z [00:01:48.457]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:28.5868011Z [00:01:48.457]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.5868640Z [00:01:48.457]➜  EOF
2025-08-20T20:09:28.5890386Z [00:01:48.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b068=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -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-20T20:09:28.6244440Z [00:01:48.496]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:09:28.6267548Z [00:01:48.498]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T20:09:28.6268663Z [00:01:48.498]➜  hash
2025-08-20T20:09:28.6325397Z [00:01:48.501]➜  mkdir -p $WORK/b076/
2025-08-20T20:09:28.6326247Z [00:01:48.501]➜  cat >/tmp/go-build3837063487/b076/importcfg << 'EOF' # internal
2025-08-20T20:09:28.6329419Z [00:01:48.501]➜  # import config
2025-08-20T20:09:28.6334360Z [00:01:48.501]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:28.6335343Z [00:01:48.501]➜  EOF
2025-08-20T20:09:28.6338467Z [00:01:48.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b076=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:09:28.6415918Z [00:01:48.513]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:09:28.6429962Z [00:01:48.514]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T20:09:28.6436292Z [00:01:48.515]➜  hash/crc32
2025-08-20T20:09:28.6441365Z [00:01:48.516]➜  mkdir -p $WORK/b077/
2025-08-20T20:09:28.6447327Z [00:01:48.516]➜  echo -n > $WORK/b077/go_asm.h # internal
2025-08-20T20:09:28.6452019Z [00:01:48.517]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:09:28.6455445Z [00:01:48.517]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b077/symabis ./crc32_amd64.s
2025-08-20T20:09:28.6504394Z [00:01:48.522]➜  cat >/tmp/go-build3837063487/b077/importcfg << 'EOF' # internal
2025-08-20T20:09:28.6517395Z [00:01:48.523]➜  # import config
2025-08-20T20:09:28.6518055Z [00:01:48.523]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.6518794Z [00:01:48.523]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:28.6519618Z [00:01:48.523]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:28.6520486Z [00:01:48.523]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:28.6521244Z [00:01:48.523]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.6521989Z [00:01:48.523]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.6522558Z [00:01:48.523]➜  EOF
2025-08-20T20:09:28.6522973Z [00:01:48.523]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.6526846Z [00:01:48.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b077=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b077/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack -asmhdr $WORK/b077/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T20:09:28.6953682Z [00:01:48.567]➜  cd /root/.go/src/hash/crc32
2025-08-20T20:09:28.6958093Z [00:01:48.567]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b077=>" -I $WORK/b077/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b077/crc32_amd64.o ./crc32_amd64.s
2025-08-20T20:09:28.7022137Z [00:01:48.573]➜  go tool pack r $WORK/b077/_pkg_.a $WORK/b077/crc32_amd64.o # internal
2025-08-20T20:09:28.7023073Z [00:01:48.573]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:09:28.7031742Z [00:01:48.574]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T20:09:28.7068174Z [00:01:48.578]➜  encoding/base64
2025-08-20T20:09:28.7068751Z [00:01:48.578]➜  mkdir -p $WORK/b081/
2025-08-20T20:09:28.7069513Z [00:01:48.578]➜  cat >/tmp/go-build3837063487/b081/importcfg << 'EOF' # internal
2025-08-20T20:09:28.7070191Z [00:01:48.578]➜  # import config
2025-08-20T20:09:28.7070945Z [00:01:48.578]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:28.7071763Z [00:01:48.578]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:28.7072521Z [00:01:48.578]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:28.7073521Z [00:01:48.578]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:28.7074154Z [00:01:48.578]➜  EOF
2025-08-20T20:09:28.7074666Z [00:01:48.578]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:28.7077994Z [00:01:48.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b081=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:09:28.7927865Z [00:01:48.664]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:09:28.7928629Z [00:01:48.664]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:09:28.7943564Z [00:01:48.666]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T20:09:28.7949163Z [00:01:48.666]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:09:28.7953818Z [00:01:48.666]➜  mkdir -p $WORK/b088/
2025-08-20T20:09:28.7960699Z [00:01:48.667]➜  cat >/tmp/go-build3837063487/b088/importcfg << 'EOF' # internal
2025-08-20T20:09:28.7961530Z [00:01:48.667]➜  # import config
2025-08-20T20:09:28.7962234Z [00:01:48.667]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.7962869Z [00:01:48.667]➜  EOF
2025-08-20T20:09:28.7966766Z [00:01:48.668]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b088=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:09:28.7983058Z [00:01:48.669]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T20:09:28.7984862Z [00:01:48.670]➜  bufio
2025-08-20T20:09:28.7987129Z [00:01:48.670]➜  mkdir -p $WORK/b066/
2025-08-20T20:09:28.7993423Z [00:01:48.671]➜  cat >/tmp/go-build3837063487/b066/importcfg << 'EOF' # internal
2025-08-20T20:09:28.8025675Z [00:01:48.671]➜  # import config
2025-08-20T20:09:28.8026419Z [00:01:48.671]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:28.8027261Z [00:01:48.671]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:28.8028109Z [00:01:48.671]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:28.8028994Z [00:01:48.671]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:28.8029906Z [00:01:48.671]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:28.8030603Z [00:01:48.671]➜  EOF
2025-08-20T20:09:28.8033627Z [00:01:48.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b066=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:09:28.8969333Z [00:01:48.768]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:09:28.9007687Z [00:01:48.772]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T20:09:28.9009522Z [00:01:48.772]➜  internal/singleflight
2025-08-20T20:09:28.9010976Z [00:01:48.773]➜  mkdir -p $WORK/b090/
2025-08-20T20:09:28.9021919Z [00:01:48.774]➜  cat >/tmp/go-build3837063487/b090/importcfg << 'EOF' # internal
2025-08-20T20:09:28.9022714Z [00:01:48.774]➜  # import config
2025-08-20T20:09:28.9023632Z [00:01:48.774]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.9024319Z [00:01:48.774]➜  EOF
2025-08-20T20:09:28.9027825Z [00:01:48.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b090=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:09:28.9480344Z [00:01:48.819]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:09:28.9492114Z [00:01:48.821]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T20:09:28.9509267Z [00:01:48.822]➜  unique
2025-08-20T20:09:28.9511789Z [00:01:48.822]➜  mkdir -p $WORK/b092/
2025-08-20T20:09:28.9528831Z [00:01:48.824]➜  cat >/tmp/go-build3837063487/b092/importcfg << 'EOF' # internal
2025-08-20T20:09:28.9530479Z [00:01:48.824]➜  # import config
2025-08-20T20:09:28.9536189Z [00:01:48.824]➜  packagefile internal/abi=/tmp/go-build3837063487/b005/_pkg_.a
2025-08-20T20:09:28.9537057Z [00:01:48.824]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:28.9537901Z [00:01:48.824]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:28.9538696Z [00:01:48.824]➜  packagefile internal/sync=/tmp/go-build3837063487/b043/_pkg_.a
2025-08-20T20:09:28.9539412Z [00:01:48.824]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:28.9540072Z [00:01:48.824]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:28.9540753Z [00:01:48.824]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:28.9541424Z [00:01:48.824]➜  packagefile weak=/tmp/go-build3837063487/b093/_pkg_.a
2025-08-20T20:09:28.9541905Z [00:01:48.824]➜  EOF
2025-08-20T20:09:28.9544815Z [00:01:48.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b092=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T20:09:29.0746839Z [00:01:48.946]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:09:29.0776659Z [00:01:48.949]➜  cd /root/.go/src/syscall
2025-08-20T20:09:29.0784737Z [00:01:48.950]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:09:29.0796472Z [00:01:48.951]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T20:09:29.0931305Z [00:01:48.964]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_linux_amd64.o # internal
2025-08-20T20:09:29.0956299Z [00:01:48.965]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:09:29.0984330Z [00:01:48.970]➜  runtime/cgo
2025-08-20T20:09:29.0987778Z [00:01:48.970]➜  mkdir -p $WORK/b094/
2025-08-20T20:09:29.0991554Z [00:01:48.971]➜  echo -n > $WORK/b094/preferlinkext # internal
2025-08-20T20:09:29.0996010Z [00:01:48.971]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:29.0998765Z [00:01:48.971]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b094/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:09:29.1047872Z [00:01:48.976]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T20:09:29.1055218Z [00:01:48.977]➜  time
2025-08-20T20:09:29.1060034Z [00:01:48.977]➜  mkdir -p $WORK/b054/
2025-08-20T20:09:29.1061106Z [00:01:48.977]➜  cat >/tmp/go-build3837063487/b054/importcfg << 'EOF' # internal
2025-08-20T20:09:29.1061787Z [00:01:48.977]➜  # import config
2025-08-20T20:09:29.1062443Z [00:01:48.977]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.1063510Z [00:01:48.977]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:29.1068677Z [00:01:48.977]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:29.1069650Z [00:01:48.977]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:29.1070544Z [00:01:48.977]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:29.1071401Z [00:01:48.977]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:29.1072235Z [00:01:48.977]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:29.1073081Z [00:01:48.977]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:29.1073966Z [00:01:48.977]➜  EOF
2025-08-20T20:09:29.1074483Z [00:01:48.978]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.1078943Z [00:01:48.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b054=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T20:09:29.1300252Z [00:01:49.001]➜  cd $WORK
2025-08-20T20:09:29.1302271Z [00:01:49.001]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.1437189Z [00:01:49.015]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:09:29.1451798Z [00:01:49.017]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T20:09:29.1508908Z [00:01:49.022]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.1730469Z [00:01:49.044]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:09:29.1757525Z [00:01:49.047]➜  internal/syscall/unix
2025-08-20T20:09:29.1759899Z [00:01:49.047]➜  mkdir -p $WORK/b059/
2025-08-20T20:09:29.1778784Z [00:01:49.049]➜  cat >/tmp/go-build3837063487/b059/importcfg << 'EOF' # internal
2025-08-20T20:09:29.1779452Z [00:01:49.049]➜  # import config
2025-08-20T20:09:29.1780078Z [00:01:49.049]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:29.1780980Z [00:01:49.049]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:29.1781859Z [00:01:49.049]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:29.1782478Z [00:01:49.049]➜  EOF
2025-08-20T20:09:29.1791158Z [00:01:49.050]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.1810675Z [00:01:49.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b059=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:09:29.2448794Z [00:01:49.116]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:09:29.2468121Z [00:01:49.118]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T20:09:29.2493845Z [00:01:49.120]➜  internal/syscall/execenv
2025-08-20T20:09:29.2494594Z [00:01:49.120]➜  mkdir -p $WORK/b060/
2025-08-20T20:09:29.2497932Z [00:01:49.121]➜  cat >/tmp/go-build3837063487/b060/importcfg << 'EOF' # internal
2025-08-20T20:09:29.2498667Z [00:01:49.121]➜  # import config
2025-08-20T20:09:29.2499396Z [00:01:49.121]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:29.2500097Z [00:01:49.121]➜  EOF
2025-08-20T20:09:29.2503533Z [00:01:49.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b060=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:09:29.2535326Z [00:01:49.125]➜  cd $WORK
2025-08-20T20:09:29.2538888Z [00:01:49.125]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.2685830Z [00:01:49.140]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:09:29.2691703Z [00:01:49.140]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T20:09:29.2865331Z [00:01:49.158]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.3136689Z [00:01:49.182]➜  net/netip
2025-08-20T20:09:29.3137676Z [00:01:49.185]➜  mkdir -p $WORK/b091/
2025-08-20T20:09:29.3139317Z [00:01:49.185]➜  cat >/tmp/go-build3837063487/b091/importcfg << 'EOF' # internal
2025-08-20T20:09:29.3140365Z [00:01:49.185]➜  # import config
2025-08-20T20:09:29.3141299Z [00:01:49.185]➜  packagefile cmp=/tmp/go-build3837063487/b034/_pkg_.a
2025-08-20T20:09:29.3142337Z [00:01:49.185]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.3145457Z [00:01:49.185]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:29.3146464Z [00:01:49.185]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:29.3147385Z [00:01:49.185]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:29.3148213Z [00:01:49.185]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:29.3149004Z [00:01:49.185]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:29.3149756Z [00:01:49.185]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:29.3150481Z [00:01:49.185]➜  packagefile unique=/tmp/go-build3837063487/b092/_pkg_.a
2025-08-20T20:09:29.3151019Z [00:01:49.185]➜  EOF
2025-08-20T20:09:29.3151440Z [00:01:49.185]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.3154785Z [00:01:49.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b091=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:09:29.3157208Z [00:01:49.185]➜  cd $WORK
2025-08-20T20:09:29.3158036Z [00:01:49.185]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.3646472Z [00:01:49.236]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:09:29.4177995Z [00:01:49.289]➜  cd $WORK/b094
2025-08-20T20:09:29.4184017Z [00:01:49.289]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x001.o -c _cgo_export.c
2025-08-20T20:09:29.4863072Z [00:01:49.357]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x002.o -c cgo.cgo2.c
2025-08-20T20:09:29.5449482Z [00:01:49.416]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:29.5517102Z [00:01:49.423]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x003.o -c gcc_context.c
2025-08-20T20:09:29.6498964Z [00:01:49.521]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x004.o -c gcc_fatalf.c
2025-08-20T20:09:29.6866510Z [00:01:49.556]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:09:29.6919999Z [00:01:49.563]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T20:09:29.6928219Z [00:01:49.564]➜  io/fs
2025-08-20T20:09:29.6928722Z [00:01:49.564]➜  mkdir -p $WORK/b051/
2025-08-20T20:09:29.6929418Z [00:01:49.564]➜  cat >/tmp/go-build3837063487/b051/importcfg << 'EOF' # internal
2025-08-20T20:09:29.6930065Z [00:01:49.564]➜  # import config
2025-08-20T20:09:29.6930691Z [00:01:49.564]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.6931543Z [00:01:49.564]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:29.6932448Z [00:01:49.564]➜  packagefile internal/oserror=/tmp/go-build3837063487/b052/_pkg_.a
2025-08-20T20:09:29.6933456Z [00:01:49.564]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:29.6934219Z [00:01:49.564]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:29.6934985Z [00:01:49.564]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:29.6935743Z [00:01:49.564]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:29.6936556Z [00:01:49.564]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:29.6937437Z [00:01:49.564]➜  EOF
2025-08-20T20:09:29.6937909Z [00:01:49.564]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.6941836Z [00:01:49.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b051=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T20:09:29.7054805Z [00:01:49.577]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:29.7059500Z [00:01:49.577]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x005.o -c gcc_libinit.c
2025-08-20T20:09:29.7750782Z [00:01:49.646]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x006.o -c gcc_linux_amd64.c
2025-08-20T20:09:29.7982529Z [00:01:49.669]➜  cd /root/.go/src/reflect
2025-08-20T20:09:29.7984777Z [00:01:49.669]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b035/asm_amd64.o ./asm_amd64.s
2025-08-20T20:09:29.8075310Z [00:01:49.678]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm_amd64.o # internal
2025-08-20T20:09:29.8076202Z [00:01:49.679]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:09:29.8236266Z [00:01:49.695]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T20:09:29.8237346Z [00:01:49.695]➜  internal/fmtsort
2025-08-20T20:09:29.8237816Z [00:01:49.695]➜  mkdir -p $WORK/b033/
2025-08-20T20:09:29.8243595Z [00:01:49.696]➜  cat >/tmp/go-build3837063487/b033/importcfg << 'EOF' # internal
2025-08-20T20:09:29.8244562Z [00:01:49.696]➜  # import config
2025-08-20T20:09:29.8245535Z [00:01:49.696]➜  packagefile cmp=/tmp/go-build3837063487/b034/_pkg_.a
2025-08-20T20:09:29.8246555Z [00:01:49.696]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:29.8247547Z [00:01:49.696]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:29.8249447Z [00:01:49.696]➜  EOF
2025-08-20T20:09:29.8255911Z [00:01:49.697]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.8259553Z [00:01:49.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b033=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:09:29.8297661Z [00:01:49.701]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:09:29.8319324Z [00:01:49.703]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T20:09:29.8332599Z [00:01:49.705]➜  internal/filepathlite
2025-08-20T20:09:29.8336899Z [00:01:49.705]➜  mkdir -p $WORK/b050/
2025-08-20T20:09:29.8338212Z [00:01:49.705]➜  cat >/tmp/go-build3837063487/b050/importcfg << 'EOF' # internal
2025-08-20T20:09:29.8339897Z [00:01:49.705]➜  # import config
2025-08-20T20:09:29.8340832Z [00:01:49.705]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.8342250Z [00:01:49.705]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:29.8345282Z [00:01:49.705]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:29.8346777Z [00:01:49.705]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:29.8347792Z [00:01:49.705]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:29.8348799Z [00:01:49.705]➜  EOF
2025-08-20T20:09:29.8353702Z [00:01:49.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b050=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T20:09:29.8444991Z [00:01:49.715]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:29.8450705Z [00:01:49.716]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x007.o -c gcc_mmap.c
2025-08-20T20:09:29.8526993Z [00:01:49.724]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:09:29.8591609Z [00:01:49.730]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T20:09:29.8600771Z [00:01:49.731]➜  internal/poll
2025-08-20T20:09:29.8602987Z [00:01:49.732]➜  mkdir -p $WORK/b058/
2025-08-20T20:09:29.8607626Z [00:01:49.732]➜  cat >/tmp/go-build3837063487/b058/importcfg << 'EOF' # internal
2025-08-20T20:09:29.8608812Z [00:01:49.732]➜  # import config
2025-08-20T20:09:29.8611770Z [00:01:49.732]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.8613772Z [00:01:49.732]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:29.8615959Z [00:01:49.732]➜  packagefile internal/syscall/unix=/tmp/go-build3837063487/b059/_pkg_.a
2025-08-20T20:09:29.8616863Z [00:01:49.732]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:29.8617662Z [00:01:49.732]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:29.8618448Z [00:01:49.732]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:29.8619256Z [00:01:49.732]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:29.8620383Z [00:01:49.732]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:29.8621197Z [00:01:49.732]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:29.8621776Z [00:01:49.732]➜  EOF
2025-08-20T20:09:29.8622251Z [00:01:49.733]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:29.8631836Z [00:01:49.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b058=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T20:09:29.8867953Z [00:01:49.758]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:09:29.8927381Z [00:01:49.764]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T20:09:29.8941290Z [00:01:49.766]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:09:29.8959028Z [00:01:49.766]➜  context
2025-08-20T20:09:29.8959491Z [00:01:49.766]➜  mkdir -p $WORK/b070/
2025-08-20T20:09:29.8960128Z [00:01:49.767]➜  cat >/tmp/go-build3837063487/b070/importcfg << 'EOF' # internal
2025-08-20T20:09:29.8960744Z [00:01:49.767]➜  # import config
2025-08-20T20:09:29.8961357Z [00:01:49.767]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.8962236Z [00:01:49.767]➜  packagefile internal/reflectlite=/tmp/go-build3837063487/b004/_pkg_.a
2025-08-20T20:09:29.8976865Z [00:01:49.767]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:29.8977898Z [00:01:49.767]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:29.8978785Z [00:01:49.767]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:29.8979409Z [00:01:49.767]➜  EOF
2025-08-20T20:09:29.8982030Z [00:01:49.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b070=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:09:29.8993973Z [00:01:49.769]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T20:09:29.8995068Z [00:01:49.769]➜  encoding/binary
2025-08-20T20:09:29.8995565Z [00:01:49.769]➜  mkdir -p $WORK/b075/
2025-08-20T20:09:29.8996270Z [00:01:49.770]➜  cat >/tmp/go-build3837063487/b075/importcfg << 'EOF' # internal
2025-08-20T20:09:29.8996914Z [00:01:49.770]➜  # import config
2025-08-20T20:09:29.8997570Z [00:01:49.770]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:29.8998390Z [00:01:49.770]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:29.8999190Z [00:01:49.770]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:29.9000299Z [00:01:49.770]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:29.9001164Z [00:01:49.770]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:29.9001959Z [00:01:49.770]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:29.9002567Z [00:01:49.770]➜  EOF
2025-08-20T20:09:29.9006581Z [00:01:49.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b075=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T20:09:29.9015908Z [00:01:49.773]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:29.9023337Z [00:01:49.773]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x008.o -c gcc_setenv.c
2025-08-20T20:09:29.9350099Z [00:01:49.806]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x009.o -c gcc_sigaction.c
2025-08-20T20:09:29.9870850Z [00:01:49.858]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x010.o -c gcc_stack_unix.c
2025-08-20T20:09:30.0010956Z [00:01:49.872]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:09:30.0030165Z [00:01:49.874]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T20:09:30.0061319Z [00:01:49.877]➜  regexp/syntax
2025-08-20T20:09:30.0080932Z [00:01:49.878]➜  mkdir -p $WORK/b097/
2025-08-20T20:09:30.0081716Z [00:01:49.878]➜  cat >/tmp/go-build3837063487/b097/importcfg << 'EOF' # internal
2025-08-20T20:09:30.0082442Z [00:01:49.878]➜  # import config
2025-08-20T20:09:30.0083392Z [00:01:49.878]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:30.0084267Z [00:01:49.878]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:30.0085102Z [00:01:49.878]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.0086347Z [00:01:49.878]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.0087248Z [00:01:49.878]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.0088148Z [00:01:49.878]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:30.0089049Z [00:01:49.878]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:30.0089742Z [00:01:49.878]➜  EOF
2025-08-20T20:09:30.0090250Z [00:01:49.878]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.0098143Z [00:01:49.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b097=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T20:09:30.0700573Z [00:01:49.941]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.0705998Z [00:01:49.941]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x011.o -c gcc_traceback.c
2025-08-20T20:09:30.1110730Z [00:01:49.982]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:09:30.1197472Z [00:01:49.991]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T20:09:30.1203983Z [00:01:49.991]➜  os
2025-08-20T20:09:30.1204479Z [00:01:49.991]➜  mkdir -p $WORK/b049/
2025-08-20T20:09:30.1205555Z [00:01:49.991]➜  cat >/tmp/go-build3837063487/b049/importcfg << 'EOF' # internal
2025-08-20T20:09:30.1206528Z [00:01:49.991]➜  # import config
2025-08-20T20:09:30.1209245Z [00:01:49.991]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.1210226Z [00:01:49.991]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:30.1211234Z [00:01:49.991]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:30.1212289Z [00:01:49.991]➜  packagefile internal/filepathlite=/tmp/go-build3837063487/b050/_pkg_.a
2025-08-20T20:09:30.1213664Z [00:01:49.991]➜  packagefile internal/goarch=/tmp/go-build3837063487/b006/_pkg_.a
2025-08-20T20:09:30.1214653Z [00:01:49.991]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:30.1215582Z [00:01:49.991]➜  packagefile internal/poll=/tmp/go-build3837063487/b058/_pkg_.a
2025-08-20T20:09:30.1216934Z [00:01:49.991]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:30.1218037Z [00:01:49.991]➜  packagefile internal/syscall/execenv=/tmp/go-build3837063487/b060/_pkg_.a
2025-08-20T20:09:30.1219128Z [00:01:49.991]➜  packagefile internal/syscall/unix=/tmp/go-build3837063487/b059/_pkg_.a
2025-08-20T20:09:30.1220151Z [00:01:49.991]➜  packagefile internal/testlog=/tmp/go-build3837063487/b061/_pkg_.a
2025-08-20T20:09:30.1221159Z [00:01:49.991]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:30.1259958Z [00:01:49.991]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:30.1260855Z [00:01:49.991]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:30.1261698Z [00:01:49.991]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:30.1262688Z [00:01:49.991]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.1263801Z [00:01:49.991]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:30.1264729Z [00:01:49.991]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:30.1265591Z [00:01:49.991]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:30.1266243Z [00:01:49.991]➜  EOF
2025-08-20T20:09:30.1266749Z [00:01:49.991]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.1277610Z [00:01:49.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b049=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T20:09:30.1334613Z [00:01:50.005]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.1337528Z [00:01:50.005]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x012.o -c gcc_util.c
2025-08-20T20:09:30.1425206Z [00:01:50.013]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:09:30.1457111Z [00:01:50.017]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T20:09:30.1562984Z [00:01:50.028]➜  golang.org/x/sys/unix
2025-08-20T20:09:30.1563809Z [00:01:50.028]➜  mkdir -p $WORK/b101/
2025-08-20T20:09:30.1568477Z [00:01:50.028]➜  echo -n > $WORK/b101/go_asm.h # internal
2025-08-20T20:09:30.1573117Z [00:01:50.028]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix
2025-08-20T20:09:30.1575707Z [00:01:50.029]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b101/symabis ./asm_linux_amd64.s
2025-08-20T20:09:30.1610555Z [00:01:50.032]➜  cat >/tmp/go-build3837063487/b101/importcfg << 'EOF' # internal
2025-08-20T20:09:30.1618946Z [00:01:50.032]➜  # import config
2025-08-20T20:09:30.1619651Z [00:01:50.032]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:30.1620569Z [00:01:50.033]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:30.1621498Z [00:01:50.033]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:30.1622346Z [00:01:50.033]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:30.1623373Z [00:01:50.033]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:30.1624233Z [00:01:50.033]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.1625084Z [00:01:50.033]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.1625907Z [00:01:50.033]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.1626716Z [00:01:50.033]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:30.1627547Z [00:01:50.033]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:30.1628146Z [00:01:50.033]➜  EOF
2025-08-20T20:09:30.1628634Z [00:01:50.033]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.1651223Z [00:01:50.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b101=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid ZI3jEx_q4ZXqYElNt0jg/ZI3jEx_q4ZXqYElNt0jg -goversion go1.25.0 -symabis $WORK/b101/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack -asmhdr $WORK/b101/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix/ztypes_linux_amd64.go
2025-08-20T20:09:30.1795956Z [00:01:50.049]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.1798864Z [00:01:50.049]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x013.o -c linux_syscall.c
2025-08-20T20:09:30.3063783Z [00:01:50.177]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_x014.o -c gcc_amd64.S
2025-08-20T20:09:30.3410370Z [00:01:50.212]➜  cd $WORK/b094
2025-08-20T20:09:30.3414654Z [00:01:50.213]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b094/_cgo_main.o -c _cgo_main.c
2025-08-20T20:09:30.3562560Z [00:01:50.228]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:09:30.3599070Z [00:01:50.231]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T20:09:30.3618722Z [00:01:50.233]➜  regexp
2025-08-20T20:09:30.3621168Z [00:01:50.233]➜  mkdir -p $WORK/b096/
2025-08-20T20:09:30.3621900Z [00:01:50.233]➜  cat >/tmp/go-build3837063487/b096/importcfg << 'EOF' # internal
2025-08-20T20:09:30.3622595Z [00:01:50.233]➜  # import config
2025-08-20T20:09:30.3623426Z [00:01:50.233]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:30.3624242Z [00:01:50.233]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:30.3625086Z [00:01:50.233]➜  packagefile regexp/syntax=/tmp/go-build3837063487/b097/_pkg_.a
2025-08-20T20:09:30.3625984Z [00:01:50.233]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:30.3626809Z [00:01:50.233]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.3627636Z [00:01:50.233]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.3628467Z [00:01:50.233]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.3629292Z [00:01:50.233]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:30.3630162Z [00:01:50.233]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:30.3630803Z [00:01:50.233]➜  EOF
2025-08-20T20:09:30.3631283Z [00:01:50.233]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.3634755Z [00:01:50.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b096=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T20:09:30.3676900Z [00:01:50.239]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -o $WORK/b094/_cgo_.o $WORK/b094/_cgo_main.o $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o $WORK/b094/_x007.o $WORK/b094/_x008.o $WORK/b094/_x009.o $WORK/b094/_x010.o $WORK/b094/_x011.o $WORK/b094/_x012.o $WORK/b094/_x013.o $WORK/b094/_x014.o -O2 -g -lpthread
2025-08-20T20:09:30.5227579Z [00:01:50.394]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -o $WORK/b094/_cgo_.o $WORK/b094/_cgo_main.o $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o $WORK/b094/_x007.o $WORK/b094/_x008.o $WORK/b094/_x009.o $WORK/b094/_x010.o $WORK/b094/_x011.o $WORK/b094/_x012.o $WORK/b094/_x013.o $WORK/b094/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:09:30.5235493Z [00:01:50.395]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b094/_cgo_.o -dynout $WORK/b094/_cgo_import.go -dynlinker
2025-08-20T20:09:30.5369909Z [00:01:50.408]➜  echo -n > $WORK/b094/go_asm.h # internal
2025-08-20T20:09:30.5387119Z [00:01:50.410]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.5390145Z [00:01:50.410]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b094/symabis ./asm_amd64.s
2025-08-20T20:09:30.5456340Z [00:01:50.417]➜  cat >/tmp/go-build3837063487/b094/importcfg << 'EOF' # internal
2025-08-20T20:09:30.5457771Z [00:01:50.417]➜  # import config
2025-08-20T20:09:30.5458934Z [00:01:50.417]➜  packagefile internal/runtime/sys=/tmp/go-build3837063487/b030/_pkg_.a
2025-08-20T20:09:30.5461813Z [00:01:50.417]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.5462693Z [00:01:50.417]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:30.5463633Z [00:01:50.417]➜  EOF
2025-08-20T20:09:30.5471076Z [00:01:50.418]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.5476918Z [00:01:50.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b094=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b094/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h /root/.go/src/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/b094/_cgo_gotypes.go $WORK/b094/cgo.cgo1.go $WORK/b094/_cgo_import.go
2025-08-20T20:09:30.6270431Z [00:01:50.498]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:09:30.6328380Z [00:01:50.504]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T20:09:30.6332224Z [00:01:50.504]➜  crypto
2025-08-20T20:09:30.6334684Z [00:01:50.504]➜  mkdir -p $WORK/b113/
2025-08-20T20:09:30.6380874Z [00:01:50.509]➜  cat >/tmp/go-build3837063487/b113/importcfg << 'EOF' # internal
2025-08-20T20:09:30.6391383Z [00:01:50.509]➜  # import config
2025-08-20T20:09:30.6392073Z [00:01:50.509]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:30.6393432Z [00:01:50.509]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:30.6394299Z [00:01:50.509]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.6394925Z [00:01:50.509]➜  EOF
2025-08-20T20:09:30.6397452Z [00:01:50.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b113=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:09:30.6709644Z [00:01:50.542]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b094/abi_GOARCH.h
2025-08-20T20:09:30.6715532Z [00:01:50.543]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.6719741Z [00:01:50.543]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b094/asm_amd64.o ./asm_amd64.s
2025-08-20T20:09:30.6758438Z [00:01:50.547]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:09:30.6770048Z [00:01:50.548]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T20:09:30.6772276Z [00:01:50.549]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:09:30.6774092Z [00:01:50.549]➜  mkdir -p $WORK/b117/
2025-08-20T20:09:30.6775070Z [00:01:50.549]➜  cat >/tmp/go-build3837063487/b117/importcfg << 'EOF' # internal
2025-08-20T20:09:30.6775914Z [00:01:50.549]➜  # import config
2025-08-20T20:09:30.6776892Z [00:01:50.549]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:30.6777595Z [00:01:50.549]➜  EOF
2025-08-20T20:09:30.6778060Z [00:01:50.549]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.6786820Z [00:01:50.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b117=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:09:30.6790157Z [00:01:50.549]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:09:30.6792614Z [00:01:50.549]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/asm_amd64.o $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o $WORK/b094/_x007.o $WORK/b094/_x008.o $WORK/b094/_x009.o $WORK/b094/_x010.o $WORK/b094/_x011.o $WORK/b094/_x012.o $WORK/b094/_x013.o $WORK/b094/_x014.o # internal
2025-08-20T20:09:30.6795125Z [00:01:50.550]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:09:30.6846241Z [00:01:50.556]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T20:09:30.6849347Z [00:01:50.556]➜  crypto/internal/impl
2025-08-20T20:09:30.6849867Z [00:01:50.556]➜  mkdir -p $WORK/b124/
2025-08-20T20:09:30.6850526Z [00:01:50.556]➜  cat >/tmp/go-build3837063487/b124/importcfg << 'EOF' # internal
2025-08-20T20:09:30.6851178Z [00:01:50.556]➜  # import config
2025-08-20T20:09:30.6851806Z [00:01:50.556]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.6852393Z [00:01:50.556]➜  EOF
2025-08-20T20:09:30.6852838Z [00:01:50.556]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.6855877Z [00:01:50.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b124=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:09:30.6989449Z [00:01:50.570]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:09:30.6996234Z [00:01:50.571]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:09:30.7012353Z [00:01:50.572]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T20:09:30.7020654Z [00:01:50.573]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T20:09:30.7021704Z [00:01:50.573]➜  crypto/internal/fips140
2025-08-20T20:09:30.7022198Z [00:01:50.573]➜  mkdir -p $WORK/b116/
2025-08-20T20:09:30.7022645Z [00:01:50.573]➜  math/rand/v2
2025-08-20T20:09:30.7023083Z [00:01:50.573]➜  mkdir -p $WORK/b133/
2025-08-20T20:09:30.7023941Z [00:01:50.573]➜  cat >/tmp/go-build3837063487/b116/importcfg << 'EOF' # internal
2025-08-20T20:09:30.7024600Z [00:01:50.573]➜  # import config
2025-08-20T20:09:30.7025457Z [00:01:50.573]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3837063487/b117/_pkg_.a
2025-08-20T20:09:30.7026441Z [00:01:50.573]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.7027182Z [00:01:50.573]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:30.7028009Z [00:01:50.573]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:30.7028742Z [00:01:50.573]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.7029313Z [00:01:50.573]➜  EOF
2025-08-20T20:09:30.7033863Z [00:01:50.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b116=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T20:09:30.7037971Z [00:01:50.573]➜  cat >/tmp/go-build3837063487/b133/importcfg << 'EOF' # internal
2025-08-20T20:09:30.7038629Z [00:01:50.573]➜  # import config
2025-08-20T20:09:30.7040576Z [00:01:50.576]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.7041910Z [00:01:50.576]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:30.7043646Z [00:01:50.576]➜  packagefile internal/chacha8rand=/tmp/go-build3837063487/b013/_pkg_.a
2025-08-20T20:09:30.7045474Z [00:01:50.576]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:30.7046289Z [00:01:50.576]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:30.7046909Z [00:01:50.576]➜  EOF
2025-08-20T20:09:30.7050786Z [00:01:50.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b133=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T20:09:30.7239787Z [00:01:50.595]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:09:30.7249158Z [00:01:50.596]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T20:09:30.7310394Z [00:01:50.602]➜  crypto/internal/fips140/sha256
2025-08-20T20:09:30.7314046Z [00:01:50.603]➜  mkdir -p $WORK/b121/
2025-08-20T20:09:30.7316797Z [00:01:50.603]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T20:09:30.7328790Z [00:01:50.603]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:09:30.7331410Z [00:01:50.604]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b121/symabis ./sha256block_amd64.s
2025-08-20T20:09:30.7363404Z [00:01:50.608]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:09:30.7400123Z [00:01:50.612]➜  cat >/tmp/go-build3837063487/b121/importcfg << 'EOF' # internal
2025-08-20T20:09:30.7427208Z [00:01:50.614]➜  # import config
2025-08-20T20:09:30.7427911Z [00:01:50.614]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:30.7428893Z [00:01:50.614]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:30.7430231Z [00:01:50.614]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:30.7431470Z [00:01:50.614]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:30.7432559Z [00:01:50.614]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:30.7433707Z [00:01:50.614]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.7434683Z [00:01:50.614]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:30.7435524Z [00:01:50.614]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:30.7436179Z [00:01:50.614]➜  EOF
2025-08-20T20:09:30.7436665Z [00:01:50.614]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.7442134Z [00:01:50.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b121=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b121/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack -asmhdr $WORK/b121/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T20:09:30.7534595Z [00:01:50.625]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T20:09:30.7540903Z [00:01:50.626]➜  fmt
2025-08-20T20:09:30.7543116Z [00:01:50.626]➜  mkdir -p $WORK/b002/
2025-08-20T20:09:30.7555153Z [00:01:50.627]➜  cat >/tmp/go-build3837063487/b002/importcfg << 'EOF' # internal
2025-08-20T20:09:30.7558363Z [00:01:50.627]➜  # import config
2025-08-20T20:09:30.7559023Z [00:01:50.627]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.7559985Z [00:01:50.627]➜  packagefile internal/fmtsort=/tmp/go-build3837063487/b033/_pkg_.a
2025-08-20T20:09:30.7560860Z [00:01:50.627]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:30.7561638Z [00:01:50.627]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:30.7562401Z [00:01:50.627]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:30.7563409Z [00:01:50.627]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:30.7564226Z [00:01:50.627]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:30.7565026Z [00:01:50.627]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.7565879Z [00:01:50.627]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:30.7566700Z [00:01:50.627]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:30.7567287Z [00:01:50.627]➜  EOF
2025-08-20T20:09:30.7570312Z [00:01:50.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b002=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T20:09:30.7984641Z [00:01:50.670]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:09:30.7988443Z [00:01:50.670]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b121/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T20:09:30.8079250Z [00:01:50.679]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/sha256block_amd64.o # internal
2025-08-20T20:09:30.8081961Z [00:01:50.680]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:09:30.8082687Z [00:01:50.680]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:09:30.8089012Z [00:01:50.680]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T20:09:30.8092151Z [00:01:50.681]➜  path/filepath
2025-08-20T20:09:30.8092623Z [00:01:50.681]➜  mkdir -p $WORK/b078/
2025-08-20T20:09:30.8107198Z [00:01:50.682]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T20:09:30.8110882Z [00:01:50.682]➜  cat >/tmp/go-build3837063487/b078/importcfg << 'EOF' # internal
2025-08-20T20:09:30.8111548Z [00:01:50.682]➜  # import config
2025-08-20T20:09:30.8112206Z [00:01:50.682]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.8113101Z [00:01:50.682]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:30.8114634Z [00:01:50.682]➜  packagefile internal/filepathlite=/tmp/go-build3837063487/b050/_pkg_.a
2025-08-20T20:09:30.8115570Z [00:01:50.682]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:30.8116347Z [00:01:50.682]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:30.8117128Z [00:01:50.682]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:30.8117931Z [00:01:50.682]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:30.8118722Z [00:01:50.682]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.8119563Z [00:01:50.683]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:30.8120449Z [00:01:50.683]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:30.8121124Z [00:01:50.683]➜  EOF
2025-08-20T20:09:30.8121627Z [00:01:50.683]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.8126033Z [00:01:50.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b078=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T20:09:30.8186617Z [00:01:50.690]➜  net
2025-08-20T20:09:30.8189103Z [00:01:50.690]➜  mkdir -p $WORK/b087/
2025-08-20T20:09:30.8189746Z [00:01:50.690]➜  echo -n > $WORK/b087/preferlinkext # internal
2025-08-20T20:09:30.8192091Z [00:01:50.691]➜  cd /root/.go/src/net
2025-08-20T20:09:30.8194399Z [00:01:50.691]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b087/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T20:09:30.9742550Z [00:01:50.846]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:09:30.9758189Z [00:01:50.847]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T20:09:30.9767631Z [00:01:50.848]➜  os/exec
2025-08-20T20:09:30.9772188Z [00:01:50.848]➜  mkdir -p $WORK/b095/
2025-08-20T20:09:30.9772949Z [00:01:50.848]➜  cat >/tmp/go-build3837063487/b095/importcfg << 'EOF' # internal
2025-08-20T20:09:30.9773859Z [00:01:50.848]➜  # import config
2025-08-20T20:09:30.9774512Z [00:01:50.848]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:30.9775340Z [00:01:50.848]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:30.9776168Z [00:01:50.849]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:30.9777111Z [00:01:50.849]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:30.9778147Z [00:01:50.849]➜  packagefile internal/syscall/execenv=/tmp/go-build3837063487/b060/_pkg_.a
2025-08-20T20:09:30.9779223Z [00:01:50.849]➜  packagefile internal/syscall/unix=/tmp/go-build3837063487/b059/_pkg_.a
2025-08-20T20:09:30.9780091Z [00:01:50.849]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:30.9780866Z [00:01:50.849]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:30.9781629Z [00:01:50.849]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:30.9782456Z [00:01:50.849]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:30.9783549Z [00:01:50.849]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:30.9784405Z [00:01:50.849]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:30.9785226Z [00:01:50.849]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:30.9786447Z [00:01:50.849]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:30.9787308Z [00:01:50.849]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:30.9787906Z [00:01:50.849]➜  EOF
2025-08-20T20:09:30.9788372Z [00:01:50.849]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:30.9791477Z [00:01:50.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b095=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/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-20T20:09:31.1736089Z [00:01:51.045]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:09:31.1763112Z [00:01:51.048]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T20:09:31.1785575Z [00:01:51.048]➜  crypto/internal/fips140/sha3
2025-08-20T20:09:31.1786145Z [00:01:51.048]➜  mkdir -p $WORK/b125/
2025-08-20T20:09:31.1786707Z [00:01:51.049]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T20:09:31.1787352Z [00:01:51.049]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:09:31.1789709Z [00:01:51.049]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b125/symabis ./sha3_amd64.s
2025-08-20T20:09:31.1796791Z [00:01:51.051]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:09:31.1840287Z [00:01:51.055]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T20:09:31.1846725Z [00:01:51.056]➜  compress/flate
2025-08-20T20:09:31.1852734Z [00:01:51.057]➜  mkdir -p $WORK/b073/
2025-08-20T20:09:31.1862947Z [00:01:51.058]➜  cat >/tmp/go-build3837063487/b073/importcfg << 'EOF' # internal
2025-08-20T20:09:31.1864483Z [00:01:51.058]➜  # import config
2025-08-20T20:09:31.1866598Z [00:01:51.058]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:31.1867459Z [00:01:51.058]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.1868227Z [00:01:51.058]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.1868959Z [00:01:51.058]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.1869693Z [00:01:51.058]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:31.1870480Z [00:01:51.058]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:31.1871268Z [00:01:51.058]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:31.1872004Z [00:01:51.058]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:31.1872773Z [00:01:51.058]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.1873496Z [00:01:51.058]➜  EOF
2025-08-20T20:09:31.1881938Z [00:01:51.060]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.1887300Z [00:01:51.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b073=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T20:09:31.1897428Z [00:01:51.061]➜  cat >/tmp/go-build3837063487/b125/importcfg << 'EOF' # internal
2025-08-20T20:09:31.1899548Z [00:01:51.061]➜  # import config
2025-08-20T20:09:31.1900394Z [00:01:51.061]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.1902154Z [00:01:51.061]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:31.1903399Z [00:01:51.061]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:31.1904599Z [00:01:51.061]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:31.1905800Z [00:01:51.061]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:31.1906766Z [00:01:51.061]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.1907582Z [00:01:51.061]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:31.1908196Z [00:01:51.061]➜  EOF
2025-08-20T20:09:31.1913894Z [00:01:51.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b125=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b125/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack -asmhdr $WORK/b125/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:09:31.2396112Z [00:01:51.111]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix
2025-08-20T20:09:31.2399886Z [00:01:51.111]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.31.0/unix=>golang.org/x/sys@v0.31.0/unix;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b101/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T20:09:31.2429555Z [00:01:51.114]➜  go tool pack r $WORK/b101/_pkg_.a $WORK/b101/asm_linux_amd64.o # internal
2025-08-20T20:09:31.2430442Z [00:01:51.115]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:09:31.2498198Z [00:01:51.121]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:09:31.2502006Z [00:01:51.122]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b125/sha3_amd64.o ./sha3_amd64.s
2025-08-20T20:09:31.2574875Z [00:01:51.129]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/92/921ebc10339587a4d30bbe67713f7e754179f40f5f8c3457441dbfcc988e9788-d # internal
2025-08-20T20:09:31.2582522Z [00:01:51.130]➜  encoding/json
2025-08-20T20:09:31.2587811Z [00:01:51.130]➜  mkdir -p $WORK/b079/
2025-08-20T20:09:31.2588595Z [00:01:51.130]➜  cat >/tmp/go-build3837063487/b079/importcfg << 'EOF' # internal
2025-08-20T20:09:31.2589281Z [00:01:51.130]➜  # import config
2025-08-20T20:09:31.2589942Z [00:01:51.130]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.2590749Z [00:01:51.130]➜  packagefile cmp=/tmp/go-build3837063487/b034/_pkg_.a
2025-08-20T20:09:31.2591576Z [00:01:51.130]➜  packagefile encoding=/tmp/go-build3837063487/b080/_pkg_.a
2025-08-20T20:09:31.2592486Z [00:01:51.130]➜  packagefile encoding/base64=/tmp/go-build3837063487/b081/_pkg_.a
2025-08-20T20:09:31.2593510Z [00:01:51.130]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.2594311Z [00:01:51.130]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.2595074Z [00:01:51.130]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.2595869Z [00:01:51.130]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:31.2597028Z [00:01:51.130]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:31.2597882Z [00:01:51.130]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:31.2598718Z [00:01:51.130]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:31.2599541Z [00:01:51.130]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.2600337Z [00:01:51.130]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.2601133Z [00:01:51.130]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:31.2601994Z [00:01:51.130]➜  packagefile unicode/utf16=/tmp/go-build3837063487/b082/_pkg_.a
2025-08-20T20:09:31.2602895Z [00:01:51.130]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:31.2637398Z [00:01:51.130]➜  EOF
2025-08-20T20:09:31.2637992Z [00:01:51.130]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.2642746Z [00:01:51.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b079=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T20:09:31.2683925Z [00:01:51.140]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:09:31.2689140Z [00:01:51.140]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/sha3_amd64.o # internal
2025-08-20T20:09:31.2689947Z [00:01:51.140]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:09:31.2700743Z [00:01:51.141]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T20:09:31.2707773Z [00:01:51.142]➜  encoding/xml
2025-08-20T20:09:31.2709108Z [00:01:51.142]➜  mkdir -p $WORK/b084/
2025-08-20T20:09:31.2715460Z [00:01:51.143]➜  cat >/tmp/go-build3837063487/b084/importcfg << 'EOF' # internal
2025-08-20T20:09:31.2716234Z [00:01:51.143]➜  # import config
2025-08-20T20:09:31.2716901Z [00:01:51.143]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:31.2717606Z [00:01:51.143]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.2718389Z [00:01:51.143]➜  packagefile encoding=/tmp/go-build3837063487/b080/_pkg_.a
2025-08-20T20:09:31.2719224Z [00:01:51.143]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.2719994Z [00:01:51.143]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.2720757Z [00:01:51.143]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.2721609Z [00:01:51.143]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:31.2722479Z [00:01:51.143]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:31.2729319Z [00:01:51.143]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:31.2730201Z [00:01:51.143]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.2731015Z [00:01:51.143]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.2731859Z [00:01:51.143]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:31.2732725Z [00:01:51.143]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:31.2733568Z [00:01:51.143]➜  EOF
2025-08-20T20:09:31.2734081Z [00:01:51.144]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.2737912Z [00:01:51.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b084=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T20:09:31.3752544Z [00:01:51.246]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:09:31.3785049Z [00:01:51.250]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T20:09:31.3793889Z [00:01:51.251]➜  archive/zip
2025-08-20T20:09:31.3799481Z [00:01:51.251]➜  mkdir -p $WORK/b072/
2025-08-20T20:09:31.3811055Z [00:01:51.252]➜  cat >/tmp/go-build3837063487/b072/importcfg << 'EOF' # internal
2025-08-20T20:09:31.3812348Z [00:01:51.252]➜  # import config
2025-08-20T20:09:31.3815158Z [00:01:51.252]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:31.3816152Z [00:01:51.252]➜  packagefile compress/flate=/tmp/go-build3837063487/b073/_pkg_.a
2025-08-20T20:09:31.3817173Z [00:01:51.252]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:31.3818088Z [00:01:51.252]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.3818907Z [00:01:51.252]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.3819728Z [00:01:51.252]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:31.3820578Z [00:01:51.252]➜  packagefile hash/crc32=/tmp/go-build3837063487/b077/_pkg_.a
2025-08-20T20:09:31.3821519Z [00:01:51.252]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:31.3822423Z [00:01:51.253]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.3823416Z [00:01:51.253]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:31.3824252Z [00:01:51.253]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:31.3825379Z [00:01:51.253]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:31.3826266Z [00:01:51.253]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:31.3827134Z [00:01:51.253]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:31.3827986Z [00:01:51.253]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.3828792Z [00:01:51.253]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.3829577Z [00:01:51.253]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:31.3830433Z [00:01:51.253]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:31.3831085Z [00:01:51.253]➜  EOF
2025-08-20T20:09:31.3840915Z [00:01:51.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b072=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T20:09:31.7527589Z [00:01:51.624]➜  cd $WORK/b087
2025-08-20T20:09:31.7532217Z [00:01:51.624]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x001.o -c _cgo_export.c
2025-08-20T20:09:31.8000181Z [00:01:51.671]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:09:31.8143393Z [00:01:51.686]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:09:31.8264667Z [00:01:51.698]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T20:09:31.8278501Z [00:01:51.698]➜  golang.org/x/sync/errgroup
2025-08-20T20:09:31.8279106Z [00:01:51.698]➜  mkdir -p $WORK/b086/
2025-08-20T20:09:31.8279840Z [00:01:51.699]➜  cat >/tmp/go-build3837063487/b086/importcfg << 'EOF' # internal
2025-08-20T20:09:31.8280510Z [00:01:51.699]➜  # import config
2025-08-20T20:09:31.8281179Z [00:01:51.699]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:31.8281981Z [00:01:51.699]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.8282769Z [00:01:51.699]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.8283961Z [00:01:51.699]➜  EOF
2025-08-20T20:09:31.8284455Z [00:01:51.699]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.8288379Z [00:01:51.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.7.0/errgroup=>golang.org/x/sync@v0.7.0/errgroup;$WORK/b086=>" -p golang.org/x/sync/errgroup -lang=go1.18 -complete -installsuffix shared -buildid Zh6CZCEuK05ntlLQ8HHl/Zh6CZCEuK05ntlLQ8HHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.7.0/errgroup/errgroup.go /root/go/pkg/mod/golang.org/x/sync@v0.7.0/errgroup/go120.go
2025-08-20T20:09:31.8529664Z [00:01:51.724]➜  cd $WORK/b087
2025-08-20T20:09:31.8534420Z [00:01:51.724]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:09:31.8862256Z [00:01:51.757]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:09:31.8870698Z [00:01:51.758]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/62/6299d8f6b901b5b46e2a4589ffe4f4f06890582e0d008fd28d9afb5421edf3b9-d # internal
2025-08-20T20:09:31.8871929Z [00:01:51.758]➜  github.com/mattn/go-isatty
2025-08-20T20:09:31.8872516Z [00:01:51.758]➜  mkdir -p $WORK/b100/
2025-08-20T20:09:31.8874432Z [00:01:51.759]➜  cat >/tmp/go-build3837063487/b100/importcfg << 'EOF' # internal
2025-08-20T20:09:31.8875323Z [00:01:51.759]➜  # import config
2025-08-20T20:09:31.8876357Z [00:01:51.759]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3837063487/b101/_pkg_.a
2025-08-20T20:09:31.8877459Z [00:01:51.759]➜  EOF
2025-08-20T20:09:31.8878158Z [00:01:51.759]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.8882367Z [00:01:51.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b100=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid WAX2vav9VtMffqbYbv1L/WAX2vav9VtMffqbYbv1L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T20:09:31.9152580Z [00:01:51.787]➜  cd $WORK/b087
2025-08-20T20:09:31.9176527Z [00:01:51.787]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:09:31.9249792Z [00:01:51.796]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:09:31.9257569Z [00:01:51.796]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/21/210580b9c3c6f57f75cf71410eec8b2abd85ea61d923e2e370a964715d92b46f-d # internal
2025-08-20T20:09:31.9258591Z [00:01:51.796]➜  github.com/mattn/go-colorable
2025-08-20T20:09:31.9259094Z [00:01:51.796]➜  mkdir -p $WORK/b099/
2025-08-20T20:09:31.9259741Z [00:01:51.796]➜  cat >/tmp/go-build3837063487/b099/importcfg << 'EOF' # internal
2025-08-20T20:09:31.9260350Z [00:01:51.796]➜  # import config
2025-08-20T20:09:31.9260935Z [00:01:51.796]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.9261795Z [00:01:51.796]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3837063487/b100/_pkg_.a
2025-08-20T20:09:31.9262589Z [00:01:51.796]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.9263542Z [00:01:51.796]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:31.9264088Z [00:01:51.796]➜  EOF
2025-08-20T20:09:31.9264512Z [00:01:51.796]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.9268210Z [00:01:51.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b099=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid jOUj0D38he1mDEuR1vrz/jOUj0D38he1mDEuR1vrz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/noncolorable.go
2025-08-20T20:09:31.9385993Z [00:01:51.808]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:09:31.9406360Z [00:01:51.812]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:09:31.9458207Z [00:01:51.817]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T20:09:31.9469748Z [00:01:51.818]➜  github.com/mattn/go-zglob/fastwalk
2025-08-20T20:09:31.9470675Z [00:01:51.818]➜  mkdir -p $WORK/b103/
2025-08-20T20:09:31.9471419Z [00:01:51.818]➜  cat >/tmp/go-build3837063487/b103/importcfg << 'EOF' # internal
2025-08-20T20:09:31.9472111Z [00:01:51.818]➜  # import config
2025-08-20T20:09:31.9472914Z [00:01:51.818]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.9477571Z [00:01:51.818]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.9478333Z [00:01:51.818]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.9479068Z [00:01:51.818]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:31.9479851Z [00:01:51.818]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:31.9480683Z [00:01:51.818]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:31.9481429Z [00:01:51.818]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.9482181Z [00:01:51.818]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:31.9482781Z [00:01:51.818]➜  EOF
2025-08-20T20:09:31.9509699Z [00:01:51.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4/fastwalk=>github.com/mattn/go-zglob@v0.0.4/fastwalk;$WORK/b103=>" -p github.com/mattn/go-zglob/fastwalk -lang=go1.12 -complete -installsuffix shared -buildid WnvJEPsOC36tLJWXyDL2/WnvJEPsOC36tLJWXyDL2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4/fastwalk/fastwalk.go /root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4/fastwalk/fastwalk_dirent_ino.go /root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4/fastwalk/fastwalk_unix.go
2025-08-20T20:09:31.9514040Z [00:01:51.819]➜  cd $WORK/b087
2025-08-20T20:09:31.9516880Z [00:01:51.820]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:09:31.9519814Z [00:01:51.820]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T20:09:31.9520826Z [00:01:51.821]➜  golang.org/x/net/html
2025-08-20T20:09:31.9521334Z [00:01:51.821]➜  mkdir -p $WORK/b104/
2025-08-20T20:09:31.9522028Z [00:01:51.822]➜  cat >/tmp/go-build3837063487/b104/importcfg << 'EOF' # internal
2025-08-20T20:09:31.9522674Z [00:01:51.822]➜  # import config
2025-08-20T20:09:31.9526915Z [00:01:51.822]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:31.9527811Z [00:01:51.822]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.9528581Z [00:01:51.822]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:31.9529378Z [00:01:51.822]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.9530302Z [00:01:51.822]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3837063487/b105/_pkg_.a
2025-08-20T20:09:31.9531202Z [00:01:51.822]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.9531985Z [00:01:51.822]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:31.9532777Z [00:01:51.822]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:31.9533878Z [00:01:51.822]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.9534727Z [00:01:51.822]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:31.9535364Z [00:01:51.822]➜  EOF
2025-08-20T20:09:31.9535831Z [00:01:51.822]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:31.9542579Z [00:01:51.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.37.0/html=>golang.org/x/net@v0.37.0/html;$WORK/b104=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid 4UdGdGIH_KpFn_M39ntX/4UdGdGIH_KpFn_M39ntX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.37.0/html/token.go
2025-08-20T20:09:31.9567831Z [00:01:51.828]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:09:31.9574086Z [00:01:51.829]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/f1/f1952266c34bdf7f74a93561c0a5eed69a8b8c8449702c81f395dce83dfd8133-d # internal
2025-08-20T20:09:31.9580057Z [00:01:51.829]➜  github.com/fatih/color
2025-08-20T20:09:31.9580683Z [00:01:51.829]➜  mkdir -p $WORK/b098/
2025-08-20T20:09:31.9587127Z [00:01:51.830]➜  cat >/tmp/go-build3837063487/b098/importcfg << 'EOF' # internal
2025-08-20T20:09:31.9587875Z [00:01:51.830]➜  # import config
2025-08-20T20:09:31.9588678Z [00:01:51.830]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.9591566Z [00:01:51.830]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3837063487/b099/_pkg_.a
2025-08-20T20:09:31.9592850Z [00:01:51.830]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3837063487/b100/_pkg_.a
2025-08-20T20:09:31.9593932Z [00:01:51.830]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:31.9594725Z [00:01:51.830]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:31.9595527Z [00:01:51.830]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:31.9596483Z [00:01:51.830]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.9597384Z [00:01:51.830]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.9598070Z [00:01:51.830]➜  EOF
2025-08-20T20:09:31.9601538Z [00:01:51.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b098=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid I3jV4oK4yG2_tkHaLBz7/I3jV4oK4yG2_tkHaLBz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.18.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.18.0/doc.go
2025-08-20T20:09:31.9916952Z [00:01:51.861]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:09:31.9921039Z [00:01:51.863]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/fc/fc2a3288ef2f7e1bfae88f8693afd326ee7ed076d536358bd46ce8360b40c28b-d # internal
2025-08-20T20:09:31.9926126Z [00:01:51.863]➜  github.com/mattn/go-zglob
2025-08-20T20:09:31.9926661Z [00:01:51.864]➜  mkdir -p $WORK/b102/
2025-08-20T20:09:31.9933004Z [00:01:51.865]➜  cat >/tmp/go-build3837063487/b102/importcfg << 'EOF' # internal
2025-08-20T20:09:31.9969778Z [00:01:51.865]➜  # import config
2025-08-20T20:09:31.9970759Z [00:01:51.865]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:31.9971631Z [00:01:51.865]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:31.9972701Z [00:01:51.865]➜  packagefile github.com/mattn/go-zglob/fastwalk=/tmp/go-build3837063487/b103/_pkg_.a
2025-08-20T20:09:31.9973980Z [00:01:51.865]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:31.9974819Z [00:01:51.865]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:31.9975718Z [00:01:51.865]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:31.9976696Z [00:01:51.865]➜  packagefile regexp=/tmp/go-build3837063487/b096/_pkg_.a
2025-08-20T20:09:31.9977633Z [00:01:51.865]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:31.9978529Z [00:01:51.868]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:31.9979373Z [00:01:51.868]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:31.9979996Z [00:01:51.868]➜  EOF
2025-08-20T20:09:31.9983519Z [00:01:51.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4=>github.com/mattn/go-zglob@v0.0.4;$WORK/b102=>" -p github.com/mattn/go-zglob -lang=go1.12 -complete -installsuffix shared -buildid bDscOoTY30_UdOcNiaau/bDscOoTY30_UdOcNiaau -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-zglob@v0.0.4/zglob.go
2025-08-20T20:09:32.0065146Z [00:01:51.878]➜  cd $WORK/b087
2025-08-20T20:09:32.0070234Z [00:01:51.878]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:09:32.0272574Z [00:01:51.898]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:09:32.0291598Z [00:01:51.900]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/ec/ec97c240e4e68cd063eb8adebda3b07abe8892d6a4a3f19598ecae581913f3ed-d # internal
2025-08-20T20:09:32.0295617Z [00:01:51.901]➜  log
2025-08-20T20:09:32.0296670Z [00:01:51.901]➜  mkdir -p $WORK/b106/
2025-08-20T20:09:32.0299808Z [00:01:51.901]➜  cat >/tmp/go-build3837063487/b106/importcfg << 'EOF' # internal
2025-08-20T20:09:32.0300738Z [00:01:51.901]➜  # import config
2025-08-20T20:09:32.0301495Z [00:01:51.901]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:32.0302313Z [00:01:51.901]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.0303730Z [00:01:51.901]➜  packagefile log/internal=/tmp/go-build3837063487/b107/_pkg_.a
2025-08-20T20:09:32.0304556Z [00:01:51.901]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:32.0305313Z [00:01:51.901]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:32.0306079Z [00:01:51.901]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.0306872Z [00:01:51.901]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:32.0307732Z [00:01:51.901]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:32.0308367Z [00:01:51.901]➜  EOF
2025-08-20T20:09:32.0308854Z [00:01:51.901]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.0311468Z [00:01:51.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b106=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:09:32.0506246Z [00:01:51.922]➜  cd $WORK/b087
2025-08-20T20:09:32.0512773Z [00:01:51.923]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b087/_cgo_main.o -c _cgo_main.c
2025-08-20T20:09:32.0521750Z [00:01:51.924]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:09:32.0530303Z [00:01:51.924]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/dc/dc7999a9a7d060c3b2ddf750fded49149f38b2cee8c3db80c6c742a6fd99ef60-d # internal
2025-08-20T20:09:32.0535964Z [00:01:51.925]➜  compress/gzip
2025-08-20T20:09:32.0537000Z [00:01:51.925]➜  mkdir -p $WORK/b109/
2025-08-20T20:09:32.0537773Z [00:01:51.925]➜  cat >/tmp/go-build3837063487/b109/importcfg << 'EOF' # internal
2025-08-20T20:09:32.0538418Z [00:01:51.925]➜  # import config
2025-08-20T20:09:32.0539032Z [00:01:51.925]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:32.0539859Z [00:01:51.925]➜  packagefile compress/flate=/tmp/go-build3837063487/b073/_pkg_.a
2025-08-20T20:09:32.0540785Z [00:01:51.925]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:32.0541714Z [00:01:51.925]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.0542560Z [00:01:51.925]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:32.0543649Z [00:01:51.925]➜  packagefile hash/crc32=/tmp/go-build3837063487/b077/_pkg_.a
2025-08-20T20:09:32.0544535Z [00:01:51.925]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.0545363Z [00:01:51.925]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:32.0546012Z [00:01:51.925]➜  EOF
2025-08-20T20:09:32.0546837Z [00:01:51.925]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.0550062Z [00:01:51.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b109=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T20:09:32.0926004Z [00:01:51.964]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o -O2 -g -lresolv
2025-08-20T20:09:32.1104992Z [00:01:51.981]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:09:32.1112161Z [00:01:51.982]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T20:09:32.1113546Z [00:01:51.982]➜  crypto/internal/fips140/sha512
2025-08-20T20:09:32.1114138Z [00:01:51.982]➜  mkdir -p $WORK/b127/
2025-08-20T20:09:32.1115061Z [00:01:51.983]➜  echo -n > $WORK/b127/go_asm.h # internal
2025-08-20T20:09:32.1116073Z [00:01:51.983]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:09:32.1119497Z [00:01:51.983]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b127/symabis ./sha512block_amd64.s
2025-08-20T20:09:32.1162833Z [00:01:51.988]➜  cat >/tmp/go-build3837063487/b127/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1164005Z [00:01:51.988]➜  # import config
2025-08-20T20:09:32.1164651Z [00:01:51.988]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.1165590Z [00:01:51.988]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.1166728Z [00:01:51.988]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.1172975Z [00:01:51.988]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:32.1174287Z [00:01:51.988]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:32.1175206Z [00:01:51.988]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.1175993Z [00:01:51.988]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:32.1176802Z [00:01:51.988]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.1177378Z [00:01:51.988]➜  EOF
2025-08-20T20:09:32.1177855Z [00:01:51.988]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.1182522Z [00:01:51.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b127=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -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/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T20:09:32.1224404Z [00:01:51.994]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:09:32.1244499Z [00:01:51.995]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T20:09:32.1245998Z [00:01:51.996]➜  crypto/internal/sysrand
2025-08-20T20:09:32.1246598Z [00:01:51.996]➜  mkdir -p $WORK/b131/
2025-08-20T20:09:32.1252495Z [00:01:51.996]➜  cat >/tmp/go-build3837063487/b131/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1255678Z [00:01:51.996]➜  # import config
2025-08-20T20:09:32.1256366Z [00:01:51.996]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.1257270Z [00:01:51.997]➜  packagefile internal/syscall/unix=/tmp/go-build3837063487/b059/_pkg_.a
2025-08-20T20:09:32.1258214Z [00:01:51.997]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:32.1258971Z [00:01:51.997]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:32.1259738Z [00:01:51.997]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:32.1260526Z [00:01:51.997]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.1261343Z [00:01:51.997]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:32.1262231Z [00:01:51.997]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:32.1263027Z [00:01:51.997]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:32.1264551Z [00:01:51.997]➜  EOF
2025-08-20T20:09:32.1267884Z [00:01:51.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b131=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:09:32.1600091Z [00:01:52.031]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:09:32.1610181Z [00:01:52.032]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T20:09:32.1619416Z [00:01:52.033]➜  crypto/internal/entropy
2025-08-20T20:09:32.1620041Z [00:01:52.033]➜  mkdir -p $WORK/b130/
2025-08-20T20:09:32.1620815Z [00:01:52.033]➜  cat >/tmp/go-build3837063487/b130/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1621524Z [00:01:52.033]➜  # import config
2025-08-20T20:09:32.1622305Z [00:01:52.033]➜  packagefile crypto/internal/sysrand=/tmp/go-build3837063487/b131/_pkg_.a
2025-08-20T20:09:32.1623065Z [00:01:52.033]➜  EOF
2025-08-20T20:09:32.1626392Z [00:01:52.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b130=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:09:32.1711098Z [00:01:52.042]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:09:32.1715542Z [00:01:52.043]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T20:09:32.1720092Z [00:01:52.043]➜  crypto/internal/randutil
2025-08-20T20:09:32.1720782Z [00:01:52.043]➜  mkdir -p $WORK/b132/
2025-08-20T20:09:32.1721485Z [00:01:52.044]➜  cat >/tmp/go-build3837063487/b132/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1722130Z [00:01:52.044]➜  # import config
2025-08-20T20:09:32.1722750Z [00:01:52.044]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.1723821Z [00:01:52.044]➜  packagefile math/rand/v2=/tmp/go-build3837063487/b133/_pkg_.a
2025-08-20T20:09:32.1724493Z [00:01:52.044]➜  EOF
2025-08-20T20:09:32.1728746Z [00:01:52.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b132=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:09:32.1747614Z [00:01:52.046]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:09:32.1754273Z [00:01:52.047]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b127/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T20:09:32.1827020Z [00:01:52.054]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:09:32.1838487Z [00:01:52.054]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T20:09:32.1839571Z [00:01:52.055]➜  math/rand
2025-08-20T20:09:32.1840055Z [00:01:52.055]➜  mkdir -p $WORK/b138/
2025-08-20T20:09:32.1840765Z [00:01:52.055]➜  cat >/tmp/go-build3837063487/b138/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1841403Z [00:01:52.055]➜  # import config
2025-08-20T20:09:32.1842086Z [00:01:52.055]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:32.1842947Z [00:01:52.055]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:32.1854411Z [00:01:52.055]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.1855559Z [00:01:52.055]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:32.1856526Z [00:01:52.055]➜  EOF
2025-08-20T20:09:32.1857298Z [00:01:52.056]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.1862143Z [00:01:52.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b138=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T20:09:32.1869732Z [00:01:52.056]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:09:32.1870626Z [00:01:52.056]➜  go tool pack r $WORK/b127/_pkg_.a $WORK/b127/sha512block_amd64.o # internal
2025-08-20T20:09:32.1871491Z [00:01:52.056]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:09:32.1872745Z [00:01:52.058]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T20:09:32.1875840Z [00:01:52.058]➜  crypto/internal/fips140/hmac
2025-08-20T20:09:32.1876406Z [00:01:52.058]➜  mkdir -p $WORK/b120/
2025-08-20T20:09:32.1877117Z [00:01:52.058]➜  cat >/tmp/go-build3837063487/b120/importcfg << 'EOF' # internal
2025-08-20T20:09:32.1877802Z [00:01:52.058]➜  # import config
2025-08-20T20:09:32.1878463Z [00:01:52.058]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.1879395Z [00:01:52.058]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.1880566Z [00:01:52.058]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:32.1881709Z [00:01:52.058]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:32.1882836Z [00:01:52.058]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:32.1884205Z [00:01:52.058]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.1884964Z [00:01:52.058]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:32.1885549Z [00:01:52.058]➜  EOF
2025-08-20T20:09:32.1886003Z [00:01:52.058]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.1889899Z [00:01:52.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b120=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:09:32.2325121Z [00:01:52.103]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:09:32.2338161Z [00:01:52.103]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:09:32.2341334Z [00:01:52.104]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b087/_cgo_.o -dynout $WORK/b087/_cgo_import.go
2025-08-20T20:09:32.2343015Z [00:01:52.104]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T20:09:32.2344285Z [00:01:52.105]➜  crypto/internal/fips140/check
2025-08-20T20:09:32.2344836Z [00:01:52.105]➜  mkdir -p $WORK/b119/
2025-08-20T20:09:32.2362052Z [00:01:52.107]➜  cat >/tmp/go-build3837063487/b119/importcfg << 'EOF' # internal
2025-08-20T20:09:32.2377846Z [00:01:52.108]➜  # import config
2025-08-20T20:09:32.2378670Z [00:01:52.108]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.2379770Z [00:01:52.108]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3837063487/b120/_pkg_.a
2025-08-20T20:09:32.2380919Z [00:01:52.108]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:32.2382541Z [00:01:52.108]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.2384025Z [00:01:52.108]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3837063487/b117/_pkg_.a
2025-08-20T20:09:32.2385031Z [00:01:52.108]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.2385628Z [00:01:52.108]➜  EOF
2025-08-20T20:09:32.2388751Z [00:01:52.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b119=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:09:32.2407330Z [00:01:52.112]➜  cat >/tmp/go-build3837063487/b087/importcfg << 'EOF' # internal
2025-08-20T20:09:32.2408459Z [00:01:52.112]➜  # import config
2025-08-20T20:09:32.2411310Z [00:01:52.112]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:09:32.2412526Z [00:01:52.112]➜  packagefile cmp=/tmp/go-build3837063487/b034/_pkg_.a
2025-08-20T20:09:32.2414987Z [00:01:52.112]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:32.2416385Z [00:01:52.112]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.2417488Z [00:01:52.112]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3837063487/b088/_pkg_.a
2025-08-20T20:09:32.2418626Z [00:01:52.112]➜  packagefile internal/bytealg=/tmp/go-build3837063487/b010/_pkg_.a
2025-08-20T20:09:32.2419620Z [00:01:52.112]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:32.2420574Z [00:01:52.112]➜  packagefile internal/itoa=/tmp/go-build3837063487/b036/_pkg_.a
2025-08-20T20:09:32.2421528Z [00:01:52.112]➜  packagefile internal/nettrace=/tmp/go-build3837063487/b089/_pkg_.a
2025-08-20T20:09:32.2422775Z [00:01:52.112]➜  packagefile internal/poll=/tmp/go-build3837063487/b058/_pkg_.a
2025-08-20T20:09:32.2423981Z [00:01:52.112]➜  packagefile internal/singleflight=/tmp/go-build3837063487/b090/_pkg_.a
2025-08-20T20:09:32.2425042Z [00:01:52.112]➜  packagefile internal/stringslite=/tmp/go-build3837063487/b031/_pkg_.a
2025-08-20T20:09:32.2426056Z [00:01:52.112]➜  packagefile internal/syscall/unix=/tmp/go-build3837063487/b059/_pkg_.a
2025-08-20T20:09:32.2426924Z [00:01:52.112]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.2427696Z [00:01:52.112]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:32.2428537Z [00:01:52.112]➜  packagefile net/netip=/tmp/go-build3837063487/b091/_pkg_.a
2025-08-20T20:09:32.2429318Z [00:01:52.112]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:32.2430096Z [00:01:52.112]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:32.2430909Z [00:01:52.112]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:32.2431697Z [00:01:52.112]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.2432507Z [00:01:52.112]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:32.2439604Z [00:01:52.112]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:32.2440459Z [00:01:52.112]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:32.2441249Z [00:01:52.112]➜  packagefile runtime/cgo=/tmp/go-build3837063487/b094/_pkg_.a
2025-08-20T20:09:32.2441872Z [00:01:52.112]➜  EOF
2025-08-20T20:09:32.2457992Z [00:01:52.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b087=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/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/b087/_cgo_gotypes.go $WORK/b087/cgo_linux.cgo1.go $WORK/b087/cgo_resnew.cgo1.go $WORK/b087/cgo_socknew.cgo1.go $WORK/b087/cgo_unix_cgo.cgo1.go $WORK/b087/cgo_unix_cgo_res.cgo1.go $WORK/b087/_cgo_import.go
2025-08-20T20:09:32.2890629Z [00:01:52.160]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:09:32.2901845Z [00:01:52.161]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T20:09:32.3033261Z [00:01:52.174]➜  crypto/internal/fips140/aes
2025-08-20T20:09:32.3048310Z [00:01:52.175]➜  mkdir -p $WORK/b115/
2025-08-20T20:09:32.3048971Z [00:01:52.175]➜  echo -n > $WORK/b115/go_asm.h # internal
2025-08-20T20:09:32.3049671Z [00:01:52.175]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:09:32.3052222Z [00:01:52.175]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b115/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T20:09:32.3141443Z [00:01:52.185]➜  cat >/tmp/go-build3837063487/b115/importcfg << 'EOF' # internal
2025-08-20T20:09:32.3148146Z [00:01:52.186]➜  # import config
2025-08-20T20:09:32.3148768Z [00:01:52.186]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.3149634Z [00:01:52.186]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.3150655Z [00:01:52.186]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:32.3151696Z [00:01:52.186]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:32.3152744Z [00:01:52.186]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:32.3154077Z [00:01:52.186]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.3155192Z [00:01:52.186]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:32.3156575Z [00:01:52.186]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3837063487/b117/_pkg_.a
2025-08-20T20:09:32.3157700Z [00:01:52.186]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:32.3158559Z [00:01:52.186]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.3159314Z [00:01:52.186]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.3160073Z [00:01:52.186]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:32.3160631Z [00:01:52.186]➜  EOF
2025-08-20T20:09:32.3161061Z [00:01:52.186]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.3167578Z [00:01:52.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b115=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b115/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack -asmhdr $WORK/b115/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T20:09:32.3291293Z [00:01:52.200]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:09:32.3324053Z [00:01:52.202]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T20:09:32.3326931Z [00:01:52.204]➜  math/big
2025-08-20T20:09:32.3327438Z [00:01:52.204]➜  mkdir -p $WORK/b137/
2025-08-20T20:09:32.3328949Z [00:01:52.204]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T20:09:32.3329875Z [00:01:52.204]➜  cd /root/.go/src/math/big
2025-08-20T20:09:32.3331776Z [00:01:52.204]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b137/symabis ./arith_amd64.s
2025-08-20T20:09:32.3370276Z [00:01:52.208]➜  cat >/tmp/go-build3837063487/b137/importcfg << 'EOF' # internal
2025-08-20T20:09:32.3375736Z [00:01:52.209]➜  # import config
2025-08-20T20:09:32.3380327Z [00:01:52.210]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.3385286Z [00:01:52.210]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.3390034Z [00:01:52.211]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:32.3395626Z [00:01:52.211]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:32.3400574Z [00:01:52.211]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:32.3407970Z [00:01:52.211]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.3408806Z [00:01:52.211]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:32.3409630Z [00:01:52.211]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.3410460Z [00:01:52.211]➜  packagefile math/rand=/tmp/go-build3837063487/b138/_pkg_.a
2025-08-20T20:09:32.3411292Z [00:01:52.211]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:32.3412131Z [00:01:52.211]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:32.3412978Z [00:01:52.211]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:32.3414001Z [00:01:52.211]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.3414606Z [00:01:52.211]➜  EOF
2025-08-20T20:09:32.3415068Z [00:01:52.211]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.3424750Z [00:01:52.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b137=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -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/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T20:09:32.4239605Z [00:01:52.295]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:09:32.4242622Z [00:01:52.295]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b115/aes_amd64.o ./aes_amd64.s
2025-08-20T20:09:32.4281665Z [00:01:52.299]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b115/ctr_amd64.o ./ctr_amd64.s
2025-08-20T20:09:32.4317650Z [00:01:52.303]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:09:32.4325929Z [00:01:52.304]➜  go tool pack r $WORK/b115/_pkg_.a $WORK/b115/aes_amd64.o $WORK/b115/ctr_amd64.o # internal
2025-08-20T20:09:32.4328867Z [00:01:52.304]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:09:32.4339394Z [00:01:52.305]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T20:09:32.4355292Z [00:01:52.306]➜  crypto/internal/fips140/drbg
2025-08-20T20:09:32.4362123Z [00:01:52.307]➜  mkdir -p $WORK/b129/
2025-08-20T20:09:32.4362896Z [00:01:52.307]➜  cat >/tmp/go-build3837063487/b129/importcfg << 'EOF' # internal
2025-08-20T20:09:32.4363727Z [00:01:52.307]➜  # import config
2025-08-20T20:09:32.4364364Z [00:01:52.307]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.4365285Z [00:01:52.307]➜  packagefile crypto/internal/entropy=/tmp/go-build3837063487/b130/_pkg_.a
2025-08-20T20:09:32.4366300Z [00:01:52.307]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.4367396Z [00:01:52.307]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3837063487/b115/_pkg_.a
2025-08-20T20:09:32.4380631Z [00:01:52.307]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:32.4381768Z [00:01:52.307]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:32.4382959Z [00:01:52.307]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.4384374Z [00:01:52.307]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:32.4385410Z [00:01:52.307]➜  packagefile crypto/internal/sysrand=/tmp/go-build3837063487/b131/_pkg_.a
2025-08-20T20:09:32.4386333Z [00:01:52.307]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.4387098Z [00:01:52.307]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.4388195Z [00:01:52.307]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.4389031Z [00:01:52.307]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.4389611Z [00:01:52.307]➜  EOF
2025-08-20T20:09:32.4390082Z [00:01:52.307]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.4394253Z [00:01:52.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b129=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T20:09:32.4398334Z [00:01:52.308]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/6b/6b10212f0b63bcf796efa0d89c1a390dbd7f94ce695dd896b718e87d9243f385-d # internal
2025-08-20T20:09:32.4399458Z [00:01:52.308]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T20:09:32.4400015Z [00:01:52.309]➜  mkdir -p $WORK/b145/
2025-08-20T20:09:32.4400688Z [00:01:52.309]➜  cat >/tmp/go-build3837063487/b145/importcfg << 'EOF' # internal
2025-08-20T20:09:32.4401339Z [00:01:52.309]➜  # import config
2025-08-20T20:09:32.4402123Z [00:01:52.309]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:32.4433586Z [00:01:52.309]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:32.4434792Z [00:01:52.309]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.4435678Z [00:01:52.309]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.4436315Z [00:01:52.309]➜  EOF
2025-08-20T20:09:32.4446167Z [00:01:52.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b145=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T20:09:32.4827329Z [00:01:52.354]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:09:32.4838912Z [00:01:52.355]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T20:09:32.4848405Z [00:01:52.356]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:09:32.4850926Z [00:01:52.356]➜  mkdir -p $WORK/b128/
2025-08-20T20:09:32.4851584Z [00:01:52.356]➜  echo -n > $WORK/b128/go_asm.h # internal
2025-08-20T20:09:32.4852307Z [00:01:52.356]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:09:32.4857579Z [00:01:52.356]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b128/symabis ./gcm_amd64.s
2025-08-20T20:09:32.4927049Z [00:01:52.364]➜  cat >/tmp/go-build3837063487/b128/importcfg << 'EOF' # internal
2025-08-20T20:09:32.4927934Z [00:01:52.364]➜  # import config
2025-08-20T20:09:32.4928754Z [00:01:52.364]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:32.4929884Z [00:01:52.364]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3837063487/b115/_pkg_.a
2025-08-20T20:09:32.4931052Z [00:01:52.364]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:32.4932237Z [00:01:52.364]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:32.4933646Z [00:01:52.364]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:32.4934828Z [00:01:52.364]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:32.4936089Z [00:01:52.364]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.4937412Z [00:01:52.364]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:32.4938544Z [00:01:52.364]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:32.4939465Z [00:01:52.364]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.4940285Z [00:01:52.364]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:32.4940863Z [00:01:52.364]➜  EOF
2025-08-20T20:09:32.4942620Z [00:01:52.366]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.4960586Z [00:01:52.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b128=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b128/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack -asmhdr $WORK/b128/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T20:09:32.5662869Z [00:01:52.438]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:09:32.5668611Z [00:01:52.438]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b128/gcm_amd64.o ./gcm_amd64.s
2025-08-20T20:09:32.5762000Z [00:01:52.448]➜  go tool pack r $WORK/b128/_pkg_.a $WORK/b128/gcm_amd64.o # internal
2025-08-20T20:09:32.5766594Z [00:01:52.448]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:09:32.5782185Z [00:01:52.449]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T20:09:32.5785405Z [00:01:52.450]➜  crypto/internal/fips140only
2025-08-20T20:09:32.5785969Z [00:01:52.450]➜  mkdir -p $WORK/b134/
2025-08-20T20:09:32.5790506Z [00:01:52.451]➜  cat >/tmp/go-build3837063487/b134/importcfg << 'EOF' # internal
2025-08-20T20:09:32.5791499Z [00:01:52.451]➜  # import config
2025-08-20T20:09:32.5792416Z [00:01:52.451]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:32.5793959Z [00:01:52.451]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:32.5795293Z [00:01:52.451]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:32.5796986Z [00:01:52.451]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:32.5798171Z [00:01:52.451]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:32.5800372Z [00:01:52.451]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:32.5801381Z [00:01:52.452]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.5802006Z [00:01:52.452]➜  EOF
2025-08-20T20:09:32.5802540Z [00:01:52.452]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.5806033Z [00:01:52.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b134=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:09:32.6035988Z [00:01:52.475]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:09:32.6085165Z [00:01:52.480]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T20:09:32.6094093Z [00:01:52.481]➜  crypto/cipher
2025-08-20T20:09:32.6094801Z [00:01:52.481]➜  mkdir -p $WORK/b114/
2025-08-20T20:09:32.6110009Z [00:01:52.482]➜  cat >/tmp/go-build3837063487/b114/importcfg << 'EOF' # internal
2025-08-20T20:09:32.6111240Z [00:01:52.482]➜  # import config
2025-08-20T20:09:32.6113611Z [00:01:52.482]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:32.6114842Z [00:01:52.482]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3837063487/b115/_pkg_.a
2025-08-20T20:09:32.6121172Z [00:01:52.482]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3837063487/b128/_pkg_.a
2025-08-20T20:09:32.6122333Z [00:01:52.482]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:32.6123995Z [00:01:52.482]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:32.6125048Z [00:01:52.482]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:32.6125882Z [00:01:52.482]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.6126738Z [00:01:52.482]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:32.6127571Z [00:01:52.482]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:32.6128122Z [00:01:52.482]➜  EOF
2025-08-20T20:09:32.6132165Z [00:01:52.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b114=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T20:09:32.7559635Z [00:01:52.627]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:09:32.7584462Z [00:01:52.630]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T20:09:32.7631120Z [00:01:52.634]➜  crypto/internal/boring
2025-08-20T20:09:32.7637422Z [00:01:52.635]➜  mkdir -p $WORK/b112/
2025-08-20T20:09:32.7647502Z [00:01:52.636]➜  cat >/tmp/go-build3837063487/b112/importcfg << 'EOF' # internal
2025-08-20T20:09:32.7661287Z [00:01:52.636]➜  # import config
2025-08-20T20:09:32.7661988Z [00:01:52.636]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:32.7662869Z [00:01:52.636]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:32.7664052Z [00:01:52.636]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3837063487/b136/_pkg_.a
2025-08-20T20:09:32.7665379Z [00:01:52.636]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:32.7665966Z [00:01:52.636]➜  EOF
2025-08-20T20:09:32.7687181Z [00:01:52.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b112=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:09:32.8082657Z [00:01:52.680]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:09:32.8093655Z [00:01:52.681]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T20:09:32.8097172Z [00:01:52.681]➜  crypto/aes
2025-08-20T20:09:32.8097946Z [00:01:52.681]➜  mkdir -p $WORK/b140/
2025-08-20T20:09:32.8104002Z [00:01:52.682]➜  cat >/tmp/go-build3837063487/b140/importcfg << 'EOF' # internal
2025-08-20T20:09:32.8106524Z [00:01:52.682]➜  # import config
2025-08-20T20:09:32.8107465Z [00:01:52.682]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:32.8109802Z [00:01:52.682]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:32.8111447Z [00:01:52.682]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3837063487/b115/_pkg_.a
2025-08-20T20:09:32.8114183Z [00:01:52.682]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:32.8115937Z [00:01:52.682]➜  EOF
2025-08-20T20:09:32.8118844Z [00:01:52.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b140=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T20:09:32.8234149Z [00:01:52.695]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:09:32.8240443Z [00:01:52.695]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T20:09:32.8251974Z [00:01:52.696]➜  crypto/des
2025-08-20T20:09:32.8252481Z [00:01:52.696]➜  mkdir -p $WORK/b141/
2025-08-20T20:09:32.8253423Z [00:01:52.696]➜  cat >/tmp/go-build3837063487/b141/importcfg << 'EOF' # internal
2025-08-20T20:09:32.8254121Z [00:01:52.696]➜  # import config
2025-08-20T20:09:32.8254838Z [00:01:52.696]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:32.8255889Z [00:01:52.696]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:32.8257043Z [00:01:52.696]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:32.8258074Z [00:01:52.696]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.8258989Z [00:01:52.696]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:32.8259890Z [00:01:52.696]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:32.8260694Z [00:01:52.696]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:32.8261291Z [00:01:52.697]➜  EOF
2025-08-20T20:09:32.8285343Z [00:01:52.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b141=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T20:09:32.9199725Z [00:01:52.791]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:09:32.9209277Z [00:01:52.792]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T20:09:32.9212975Z [00:01:52.793]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T20:09:32.9214749Z [00:01:52.793]➜  mkdir -p $WORK/b146/
2025-08-20T20:09:32.9225343Z [00:01:52.794]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T20:09:32.9232183Z [00:01:52.795]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T20:09:32.9235836Z [00:01:52.795]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b146/symabis ./fe_amd64.s
2025-08-20T20:09:32.9440154Z [00:01:52.815]➜  cat >/tmp/go-build3837063487/b146/importcfg << 'EOF' # internal
2025-08-20T20:09:32.9440956Z [00:01:52.815]➜  # import config
2025-08-20T20:09:32.9441771Z [00:01:52.815]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:32.9442868Z [00:01:52.815]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:32.9444254Z [00:01:52.815]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:32.9445284Z [00:01:52.815]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:32.9446131Z [00:01:52.815]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:32.9446754Z [00:01:52.815]➜  EOF
2025-08-20T20:09:32.9447229Z [00:01:52.816]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:32.9452883Z [00:01:52.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b146=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T20:09:33.0020358Z [00:01:52.873]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:09:33.0119413Z [00:01:52.883]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T20:09:33.0127939Z [00:01:52.884]➜  crypto/internal/fips140/nistec
2025-08-20T20:09:33.0129316Z [00:01:52.884]➜  mkdir -p $WORK/b144/
2025-08-20T20:09:33.0135039Z [00:01:52.885]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T20:09:33.0137534Z [00:01:52.885]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:09:33.0140848Z [00:01:52.885]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./p256_asm_amd64.s
2025-08-20T20:09:33.0213677Z [00:01:52.893]➜  cat >/tmp/go-build3837063487/b144/importcfg << 'EOF' # internal
2025-08-20T20:09:33.0220340Z [00:01:52.893]➜  # import config
2025-08-20T20:09:33.0221225Z [00:01:52.893]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.0222599Z [00:01:52.893]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3837063487/b145/_pkg_.a
2025-08-20T20:09:33.0224047Z [00:01:52.893]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:33.0225650Z [00:01:52.893]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:33.0226686Z [00:01:52.893]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.0227544Z [00:01:52.893]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:33.0228412Z [00:01:52.893]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:33.0229221Z [00:01:52.893]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.0229817Z [00:01:52.893]➜  EOF
2025-08-20T20:09:33.0230300Z [00:01:52.893]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.0258670Z [00:01:52.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b144=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -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/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T20:09:33.0630524Z [00:01:52.934]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T20:09:33.0635715Z [00:01:52.934]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b146/fe_amd64.o ./fe_amd64.s
2025-08-20T20:09:33.0692780Z [00:01:52.940]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/fe_amd64.o # internal
2025-08-20T20:09:33.0695588Z [00:01:52.941]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:09:33.0710754Z [00:01:52.942]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T20:09:33.0727479Z [00:01:52.944]➜  crypto/internal/fips140/bigmod
2025-08-20T20:09:33.0735326Z [00:01:52.944]➜  mkdir -p $WORK/b151/
2025-08-20T20:09:33.0735951Z [00:01:52.945]➜  echo -n > $WORK/b151/go_asm.h # internal
2025-08-20T20:09:33.0736634Z [00:01:52.945]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:09:33.0740350Z [00:01:52.945]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b151/symabis ./nat_amd64.s
2025-08-20T20:09:33.0788821Z [00:01:52.950]➜  cat >/tmp/go-build3837063487/b151/importcfg << 'EOF' # internal
2025-08-20T20:09:33.0790673Z [00:01:52.951]➜  # import config
2025-08-20T20:09:33.0792809Z [00:01:52.951]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.0794318Z [00:01:52.951]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:33.0802244Z [00:01:52.951]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3837063487/b123/_pkg_.a
2025-08-20T20:09:33.0803611Z [00:01:52.951]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:33.0804549Z [00:01:52.951]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.0805375Z [00:01:52.951]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:33.0805988Z [00:01:52.951]➜  EOF
2025-08-20T20:09:33.0806813Z [00:01:52.951]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.0811058Z [00:01:52.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b151=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b151/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack -asmhdr $WORK/b151/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T20:09:33.1161664Z [00:01:52.987]➜  cd /root/.go/src/math/big
2025-08-20T20:09:33.1167441Z [00:01:52.987]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b137/arith_amd64.o ./arith_amd64.s
2025-08-20T20:09:33.1260407Z [00:01:52.997]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/arith_amd64.o # internal
2025-08-20T20:09:33.1263948Z [00:01:52.997]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:09:33.1379958Z [00:01:53.009]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T20:09:33.1399596Z [00:01:53.011]➜  crypto/rand
2025-08-20T20:09:33.1402819Z [00:01:53.012]➜  mkdir -p $WORK/b111/
2025-08-20T20:09:33.1410981Z [00:01:53.012]➜  cat >/tmp/go-build3837063487/b111/importcfg << 'EOF' # internal
2025-08-20T20:09:33.1411799Z [00:01:53.012]➜  # import config
2025-08-20T20:09:33.1412627Z [00:01:53.012]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:33.1414015Z [00:01:53.012]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:33.1415184Z [00:01:53.012]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:33.1416826Z [00:01:53.012]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:33.1417987Z [00:01:53.012]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:33.1419114Z [00:01:53.012]➜  packagefile crypto/internal/sysrand=/tmp/go-build3837063487/b131/_pkg_.a
2025-08-20T20:09:33.1420102Z [00:01:53.012]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.1420917Z [00:01:53.012]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.1421743Z [00:01:53.012]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:33.1422402Z [00:01:53.012]➜  EOF
2025-08-20T20:09:33.1422891Z [00:01:53.013]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.1426454Z [00:01:53.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b111=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T20:09:33.1774909Z [00:01:53.049]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:09:33.1780486Z [00:01:53.049]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T20:09:33.1823775Z [00:01:53.049]➜  crypto/internal/boring/bbig
2025-08-20T20:09:33.1824403Z [00:01:53.049]➜  mkdir -p $WORK/b149/
2025-08-20T20:09:33.1825157Z [00:01:53.050]➜  cat >/tmp/go-build3837063487/b149/importcfg << 'EOF' # internal
2025-08-20T20:09:33.1825843Z [00:01:53.050]➜  # import config
2025-08-20T20:09:33.1826645Z [00:01:53.050]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:33.1827675Z [00:01:53.050]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:33.1828767Z [00:01:53.050]➜  EOF
2025-08-20T20:09:33.1832093Z [00:01:53.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b149=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T20:09:33.2059160Z [00:01:53.077]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:09:33.2065334Z [00:01:53.078]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T20:09:33.2068219Z [00:01:53.078]➜  crypto/internal/fips140cache
2025-08-20T20:09:33.2069812Z [00:01:53.078]➜  mkdir -p $WORK/b152/
2025-08-20T20:09:33.2070931Z [00:01:53.078]➜  cat >/tmp/go-build3837063487/b152/importcfg << 'EOF' # internal
2025-08-20T20:09:33.2074017Z [00:01:53.078]➜  # import config
2025-08-20T20:09:33.2074750Z [00:01:53.078]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:33.2075686Z [00:01:53.078]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.2076529Z [00:01:53.078]➜  packagefile weak=/tmp/go-build3837063487/b093/_pkg_.a
2025-08-20T20:09:33.2077163Z [00:01:53.078]➜  EOF
2025-08-20T20:09:33.2080551Z [00:01:53.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b152=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T20:09:33.2277673Z [00:01:53.099]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:09:33.2336525Z [00:01:53.105]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T20:09:33.2349524Z [00:01:53.105]➜  crypto/sha3
2025-08-20T20:09:33.2350062Z [00:01:53.105]➜  mkdir -p $WORK/b154/
2025-08-20T20:09:33.2350835Z [00:01:53.105]➜  cat >/tmp/go-build3837063487/b154/importcfg << 'EOF' # internal
2025-08-20T20:09:33.2351550Z [00:01:53.105]➜  # import config
2025-08-20T20:09:33.2352237Z [00:01:53.106]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:33.2353516Z [00:01:53.106]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:33.2354521Z [00:01:53.106]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.2355147Z [00:01:53.106]➜  EOF
2025-08-20T20:09:33.2357914Z [00:01:53.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b154=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T20:09:33.3011237Z [00:01:53.172]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:09:33.3021116Z [00:01:53.174]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T20:09:33.3023271Z [00:01:53.174]➜  crypto/internal/fips140hash
2025-08-20T20:09:33.3025741Z [00:01:53.174]➜  mkdir -p $WORK/b153/
2025-08-20T20:09:33.3033566Z [00:01:53.175]➜  cat >/tmp/go-build3837063487/b153/importcfg << 'EOF' # internal
2025-08-20T20:09:33.3034659Z [00:01:53.175]➜  # import config
2025-08-20T20:09:33.3035703Z [00:01:53.175]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:33.3037027Z [00:01:53.175]➜  packagefile crypto/sha3=/tmp/go-build3837063487/b154/_pkg_.a
2025-08-20T20:09:33.3038599Z [00:01:53.175]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.3040481Z [00:01:53.175]➜  EOF
2025-08-20T20:09:33.3044303Z [00:01:53.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b153=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T20:09:33.3168850Z [00:01:53.187]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:09:33.3171393Z [00:01:53.187]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b151/nat_amd64.o ./nat_amd64.s
2025-08-20T20:09:33.3270114Z [00:01:53.198]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:09:33.3276740Z [00:01:53.199]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T20:09:33.3302450Z [00:01:53.201]➜  crypto/sha512
2025-08-20T20:09:33.3302968Z [00:01:53.201]➜  mkdir -p $WORK/b155/
2025-08-20T20:09:33.3303837Z [00:01:53.201]➜  cat >/tmp/go-build3837063487/b155/importcfg << 'EOF' # internal
2025-08-20T20:09:33.3304473Z [00:01:53.201]➜  # import config
2025-08-20T20:09:33.3305106Z [00:01:53.201]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:33.3306008Z [00:01:53.201]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:33.3307088Z [00:01:53.201]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:33.3307955Z [00:01:53.201]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.3308548Z [00:01:53.201]➜  EOF
2025-08-20T20:09:33.3309026Z [00:01:53.201]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.3311844Z [00:01:53.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b155=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:09:33.3326768Z [00:01:53.204]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T20:09:33.3333741Z [00:01:53.204]➜  go tool pack r $WORK/b151/_pkg_.a $WORK/b151/nat_amd64.o # internal
2025-08-20T20:09:33.3334542Z [00:01:53.204]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:09:33.3377815Z [00:01:53.209]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T20:09:33.3398083Z [00:01:53.210]➜  encoding/asn1
2025-08-20T20:09:33.3398604Z [00:01:53.210]➜  mkdir -p $WORK/b157/
2025-08-20T20:09:33.3450321Z [00:01:53.216]➜  cat >/tmp/go-build3837063487/b157/importcfg << 'EOF' # internal
2025-08-20T20:09:33.3453035Z [00:01:53.216]➜  # import config
2025-08-20T20:09:33.3455550Z [00:01:53.217]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.3456578Z [00:01:53.217]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.3462057Z [00:01:53.217]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:33.3462852Z [00:01:53.217]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:33.3463799Z [00:01:53.217]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:33.3464554Z [00:01:53.217]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:33.3465310Z [00:01:53.217]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:33.3466103Z [00:01:53.217]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:33.3466825Z [00:01:53.217]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:33.3467539Z [00:01:53.217]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:33.3468295Z [00:01:53.217]➜  packagefile unicode/utf16=/tmp/go-build3837063487/b082/_pkg_.a
2025-08-20T20:09:33.3469082Z [00:01:53.217]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:33.3469682Z [00:01:53.217]➜  EOF
2025-08-20T20:09:33.3470121Z [00:01:53.217]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.3474787Z [00:01:53.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b157=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T20:09:33.3685968Z [00:01:53.240]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:09:33.3693943Z [00:01:53.241]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T20:09:33.3700221Z [00:01:53.241]➜  crypto/internal/fips140/edwards25519
2025-08-20T20:09:33.3728293Z [00:01:53.244]➜  mkdir -p $WORK/b161/
2025-08-20T20:09:33.3741154Z [00:01:53.245]➜  cat >/tmp/go-build3837063487/b161/importcfg << 'EOF' # internal
2025-08-20T20:09:33.3749808Z [00:01:53.246]➜  # import config
2025-08-20T20:09:33.3750597Z [00:01:53.246]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.3751732Z [00:01:53.246]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3837063487/b146/_pkg_.a
2025-08-20T20:09:33.3752853Z [00:01:53.246]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:33.3754176Z [00:01:53.246]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:33.3755098Z [00:01:53.246]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.3755843Z [00:01:53.246]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:33.3756590Z [00:01:53.246]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.3757118Z [00:01:53.246]➜  EOF
2025-08-20T20:09:33.3762623Z [00:01:53.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b161=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T20:09:33.6188908Z [00:01:53.490]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:09:33.6207390Z [00:01:53.492]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T20:09:33.6221493Z [00:01:53.492]➜  crypto/internal/fips140/ed25519
2025-08-20T20:09:33.6222086Z [00:01:53.492]➜  mkdir -p $WORK/b160/
2025-08-20T20:09:33.6222797Z [00:01:53.492]➜  cat >/tmp/go-build3837063487/b160/importcfg << 'EOF' # internal
2025-08-20T20:09:33.6223625Z [00:01:53.492]➜  # import config
2025-08-20T20:09:33.6224259Z [00:01:53.492]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.6225256Z [00:01:53.492]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:33.6226340Z [00:01:53.492]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.6227446Z [00:01:53.492]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:33.6228601Z [00:01:53.492]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3837063487/b161/_pkg_.a
2025-08-20T20:09:33.6229759Z [00:01:53.492]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:33.6230708Z [00:01:53.492]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.6231499Z [00:01:53.492]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:33.6232277Z [00:01:53.492]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.6232850Z [00:01:53.492]➜  EOF
2025-08-20T20:09:33.6240726Z [00:01:53.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b160=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T20:09:33.6756620Z [00:01:53.547]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:09:33.6767288Z [00:01:53.548]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T20:09:33.6782856Z [00:01:53.548]➜  crypto/ed25519
2025-08-20T20:09:33.6784771Z [00:01:53.548]➜  mkdir -p $WORK/b159/
2025-08-20T20:09:33.6785514Z [00:01:53.549]➜  cat >/tmp/go-build3837063487/b159/importcfg << 'EOF' # internal
2025-08-20T20:09:33.6786228Z [00:01:53.549]➜  # import config
2025-08-20T20:09:33.6786901Z [00:01:53.549]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:33.6787885Z [00:01:53.549]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3837063487/b160/_pkg_.a
2025-08-20T20:09:33.6788991Z [00:01:53.549]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3837063487/b152/_pkg_.a
2025-08-20T20:09:33.6790077Z [00:01:53.549]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:33.6791028Z [00:01:53.549]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:33.6791905Z [00:01:53.549]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:33.6792768Z [00:01:53.549]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.6794404Z [00:01:53.549]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.6795405Z [00:01:53.549]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:33.6797411Z [00:01:53.549]➜  EOF
2025-08-20T20:09:33.6800230Z [00:01:53.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b159=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T20:09:33.6890720Z [00:01:53.560]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:09:33.6928116Z [00:01:53.564]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T20:09:33.6930111Z [00:01:53.565]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:09:33.6931179Z [00:01:53.565]➜  mkdir -p $WORK/b156/
2025-08-20T20:09:33.6934877Z [00:01:53.565]➜  cat >/tmp/go-build3837063487/b156/importcfg << 'EOF' # internal
2025-08-20T20:09:33.6935606Z [00:01:53.565]➜  # import config
2025-08-20T20:09:33.6936535Z [00:01:53.565]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:09:33.6937634Z [00:01:53.565]➜  packagefile encoding/asn1=/tmp/go-build3837063487/b157/_pkg_.a
2025-08-20T20:09:33.6938521Z [00:01:53.565]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.6939307Z [00:01:53.565]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:33.6941534Z [00:01:53.565]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3837063487/b158/_pkg_.a
2025-08-20T20:09:33.6943018Z [00:01:53.566]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:33.6944452Z [00:01:53.566]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:33.6945541Z [00:01:53.566]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:33.6950360Z [00:01:53.566]➜  EOF
2025-08-20T20:09:33.6955413Z [00:01:53.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b156=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T20:09:33.8446630Z [00:01:53.716]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:09:33.8519912Z [00:01:53.723]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T20:09:33.8532406Z [00:01:53.725]➜  crypto/internal/fips140/hkdf
2025-08-20T20:09:33.8538823Z [00:01:53.725]➜  mkdir -p $WORK/b163/
2025-08-20T20:09:33.8549703Z [00:01:53.726]➜  cd /root/.go/src/net
2025-08-20T20:09:33.8551669Z [00:01:53.726]➜  go tool pack r $WORK/b087/_pkg_.a $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o # internal
2025-08-20T20:09:33.8564232Z [00:01:53.727]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:09:33.8570462Z [00:01:53.729]➜  cat >/tmp/go-build3837063487/b163/importcfg << 'EOF' # internal
2025-08-20T20:09:33.8573994Z [00:01:53.729]➜  # import config
2025-08-20T20:09:33.8577897Z [00:01:53.729]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.8579184Z [00:01:53.729]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:33.8595467Z [00:01:53.729]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.8596729Z [00:01:53.729]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3837063487/b120/_pkg_.a
2025-08-20T20:09:33.8598272Z [00:01:53.729]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:33.8599294Z [00:01:53.729]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.8600130Z [00:01:53.729]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.8600734Z [00:01:53.729]➜  EOF
2025-08-20T20:09:33.8601232Z [00:01:53.731]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.8613869Z [00:01:53.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b163=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T20:09:33.8839505Z [00:01:53.755]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:09:33.8865423Z [00:01:53.756]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/94/9480b72e910dd44533084279c8162c18341593add45b24e0b5604d9d2f03a9bb-d # internal
2025-08-20T20:09:33.8866740Z [00:01:53.756]➜  github.com/Ullaakut/nmap/v3
2025-08-20T20:09:33.8867308Z [00:01:53.756]➜  mkdir -p $WORK/b083/
2025-08-20T20:09:33.8868026Z [00:01:53.757]➜  cat >/tmp/go-build3837063487/b083/importcfg << 'EOF' # internal
2025-08-20T20:09:33.8868683Z [00:01:53.757]➜  # import config
2025-08-20T20:09:33.8869318Z [00:01:53.757]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.8870140Z [00:01:53.757]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:33.8870990Z [00:01:53.757]➜  packagefile encoding/xml=/tmp/go-build3837063487/b084/_pkg_.a
2025-08-20T20:09:33.8871809Z [00:01:53.757]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.8872606Z [00:01:53.757]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:33.8874093Z [00:01:53.757]➜  packagefile github.com/Ullaakut/nmap/v3/pkg/osfamilies=/tmp/go-build3837063487/b085/_pkg_.a
2025-08-20T20:09:33.8875276Z [00:01:53.757]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3837063487/b086/_pkg_.a
2025-08-20T20:09:33.8876161Z [00:01:53.757]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.8876896Z [00:01:53.757]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:33.8877698Z [00:01:53.757]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:33.8878448Z [00:01:53.757]➜  packagefile os/exec=/tmp/go-build3837063487/b095/_pkg_.a
2025-08-20T20:09:33.8879229Z [00:01:53.757]➜  packagefile regexp=/tmp/go-build3837063487/b096/_pkg_.a
2025-08-20T20:09:33.8880019Z [00:01:53.757]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:33.8880795Z [00:01:53.757]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:33.8881567Z [00:01:53.757]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.8882311Z [00:01:53.757]➜  packagefile syscall=/tmp/go-build3837063487/b057/_pkg_.a
2025-08-20T20:09:33.8883058Z [00:01:53.757]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:33.8883823Z [00:01:53.757]➜  EOF
2025-08-20T20:09:33.8898902Z [00:01:53.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3=>github.com/Ullaakut/nmap/v3@v3.0.3;$WORK/b083=>" -p github.com/Ullaakut/nmap/v3 -lang=go1.20 -complete -installsuffix shared -buildid k-pfuCVbR3lOebcg48LV/k-pfuCVbR3lOebcg48LV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/errors.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/iflist.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/nmap.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsFirewallSpoofing.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsHostDiscovery.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsMisc.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsOS.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsOutput.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsPortOrder.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsScanTechniques.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsScriptScan.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsServiceVersion.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsTargetSpecification.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/optionsTimingPerformance.go /root/go/pkg/mod/github.com/!ullaakut/nmap/v3@v3.0.3/xml.go
2025-08-20T20:09:33.8917497Z [00:01:53.762]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:09:33.8918848Z [00:01:53.762]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T20:09:33.8920008Z [00:01:53.763]➜  crypto/hkdf
2025-08-20T20:09:33.8920499Z [00:01:53.764]➜  mkdir -p $WORK/b162/
2025-08-20T20:09:33.8930978Z [00:01:53.764]➜  cat >/tmp/go-build3837063487/b162/importcfg << 'EOF' # internal
2025-08-20T20:09:33.8931627Z [00:01:53.764]➜  # import config
2025-08-20T20:09:33.8932363Z [00:01:53.764]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3837063487/b163/_pkg_.a
2025-08-20T20:09:33.8933809Z [00:01:53.764]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3837063487/b153/_pkg_.a
2025-08-20T20:09:33.8935095Z [00:01:53.764]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:33.8935961Z [00:01:53.764]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.8936717Z [00:01:53.764]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.8937357Z [00:01:53.764]➜  EOF
2025-08-20T20:09:33.8941408Z [00:01:53.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b162=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T20:09:33.8945502Z [00:01:53.765]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T20:09:33.8954181Z [00:01:53.767]➜  crypto/hmac
2025-08-20T20:09:33.8955373Z [00:01:53.767]➜  mkdir -p $WORK/b164/
2025-08-20T20:09:33.8956117Z [00:01:53.767]➜  cat >/tmp/go-build3837063487/b164/importcfg << 'EOF' # internal
2025-08-20T20:09:33.8956791Z [00:01:53.767]➜  # import config
2025-08-20T20:09:33.8957534Z [00:01:53.767]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:33.8958586Z [00:01:53.767]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3837063487/b120/_pkg_.a
2025-08-20T20:09:33.8959688Z [00:01:53.767]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3837063487/b153/_pkg_.a
2025-08-20T20:09:33.8960738Z [00:01:53.767]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:33.8961667Z [00:01:53.767]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:33.8962395Z [00:01:53.767]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:33.8962909Z [00:01:53.767]➜  EOF
2025-08-20T20:09:33.8967836Z [00:01:53.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b164=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T20:09:33.9024777Z [00:01:53.774]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:09:33.9030390Z [00:01:53.774]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T20:09:33.9031531Z [00:01:53.775]➜  crypto/internal/fips140/mlkem
2025-08-20T20:09:33.9033771Z [00:01:53.775]➜  mkdir -p $WORK/b165/
2025-08-20T20:09:33.9038578Z [00:01:53.775]➜  cat >/tmp/go-build3837063487/b165/importcfg << 'EOF' # internal
2025-08-20T20:09:33.9041119Z [00:01:53.775]➜  # import config
2025-08-20T20:09:33.9041775Z [00:01:53.775]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.9042824Z [00:01:53.775]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:33.9044074Z [00:01:53.775]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.9045172Z [00:01:53.775]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:33.9046257Z [00:01:53.775]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:33.9047292Z [00:01:53.775]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:33.9048411Z [00:01:53.775]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:33.9049406Z [00:01:53.775]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.9049985Z [00:01:53.775]➜  EOF
2025-08-20T20:09:33.9054784Z [00:01:53.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b165=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T20:09:33.9081298Z [00:01:53.779]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T20:09:33.9086052Z [00:01:53.779]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T20:09:33.9224284Z [00:01:53.794]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/p256_asm_amd64.o # internal
2025-08-20T20:09:33.9226264Z [00:01:53.794]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:09:33.9242222Z [00:01:53.796]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:09:33.9247501Z [00:01:53.796]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T20:09:33.9256112Z [00:01:53.797]➜  crypto/internal/fips140/ecdh
2025-08-20T20:09:33.9256670Z [00:01:53.797]➜  mkdir -p $WORK/b143/
2025-08-20T20:09:33.9257378Z [00:01:53.797]➜  cat >/tmp/go-build3837063487/b143/importcfg << 'EOF' # internal
2025-08-20T20:09:33.9258037Z [00:01:53.797]➜  # import config
2025-08-20T20:09:33.9258656Z [00:01:53.797]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.9259583Z [00:01:53.797]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:33.9260675Z [00:01:53.797]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:33.9261783Z [00:01:53.797]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:33.9262922Z [00:01:53.797]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3837063487/b144/_pkg_.a
2025-08-20T20:09:33.9264348Z [00:01:53.797]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:33.9265694Z [00:01:53.797]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.9266464Z [00:01:53.797]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.9267269Z [00:01:53.797]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:33.9268069Z [00:01:53.797]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.9268697Z [00:01:53.797]➜  EOF
2025-08-20T20:09:33.9272001Z [00:01:53.799]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:33.9275981Z [00:01:53.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b143=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T20:09:33.9283077Z [00:01:53.800]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T20:09:33.9286946Z [00:01:53.800]➜  crypto/elliptic
2025-08-20T20:09:33.9293061Z [00:01:53.801]➜  mkdir -p $WORK/b148/
2025-08-20T20:09:33.9294574Z [00:01:53.801]➜  cat >/tmp/go-build3837063487/b148/importcfg << 'EOF' # internal
2025-08-20T20:09:33.9295535Z [00:01:53.801]➜  # import config
2025-08-20T20:09:33.9296387Z [00:01:53.801]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3837063487/b144/_pkg_.a
2025-08-20T20:09:33.9297334Z [00:01:53.801]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.9298087Z [00:01:53.801]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.9298881Z [00:01:53.801]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:33.9299714Z [00:01:53.801]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:33.9300566Z [00:01:53.801]➜  EOF
2025-08-20T20:09:33.9304017Z [00:01:53.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b148=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T20:09:33.9599305Z [00:01:53.830]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:09:33.9600751Z [00:01:53.831]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T20:09:33.9608022Z [00:01:53.832]➜  crypto/ecdh
2025-08-20T20:09:33.9610468Z [00:01:53.832]➜  mkdir -p $WORK/b142/
2025-08-20T20:09:33.9618568Z [00:01:53.833]➜  cat >/tmp/go-build3837063487/b142/importcfg << 'EOF' # internal
2025-08-20T20:09:33.9619834Z [00:01:53.833]➜  # import config
2025-08-20T20:09:33.9621110Z [00:01:53.833]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:33.9622112Z [00:01:53.833]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:33.9624394Z [00:01:53.833]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:33.9625519Z [00:01:53.833]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3837063487/b143/_pkg_.a
2025-08-20T20:09:33.9626657Z [00:01:53.833]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3837063487/b146/_pkg_.a
2025-08-20T20:09:33.9627875Z [00:01:53.833]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:33.9628962Z [00:01:53.833]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:33.9630353Z [00:01:53.833]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:33.9631253Z [00:01:53.833]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:33.9632097Z [00:01:53.833]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:33.9632708Z [00:01:53.833]➜  EOF
2025-08-20T20:09:33.9636091Z [00:01:53.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b142=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T20:09:34.0395240Z [00:01:53.911]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:09:34.0415385Z [00:01:53.913]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T20:09:34.0423061Z [00:01:53.914]➜  crypto/internal/fips140/ecdsa
2025-08-20T20:09:34.0428309Z [00:01:53.914]➜  mkdir -p $WORK/b150/
2025-08-20T20:09:34.0456903Z [00:01:53.917]➜  cat >/tmp/go-build3837063487/b150/importcfg << 'EOF' # internal
2025-08-20T20:09:34.0463549Z [00:01:53.917]➜  # import config
2025-08-20T20:09:34.0464216Z [00:01:53.917]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.0465136Z [00:01:53.917]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:34.0466229Z [00:01:53.917]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3837063487/b151/_pkg_.a
2025-08-20T20:09:34.0467370Z [00:01:53.917]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:34.0468475Z [00:01:53.917]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:34.0469642Z [00:01:53.917]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3837063487/b120/_pkg_.a
2025-08-20T20:09:34.0471228Z [00:01:53.917]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3837063487/b144/_pkg_.a
2025-08-20T20:09:34.0472476Z [00:01:53.917]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:34.0473765Z [00:01:53.917]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.0474612Z [00:01:53.917]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.0475423Z [00:01:53.917]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.0476235Z [00:01:53.917]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.0476877Z [00:01:53.917]➜  EOF
2025-08-20T20:09:34.0481649Z [00:01:53.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b150=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T20:09:34.0943502Z [00:01:53.966]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:09:34.0966069Z [00:01:53.968]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T20:09:34.0971097Z [00:01:53.969]➜  crypto/internal/fips140/tls12
2025-08-20T20:09:34.0973922Z [00:01:53.969]➜  mkdir -p $WORK/b166/
2025-08-20T20:09:34.0982792Z [00:01:53.970]➜  cat >/tmp/go-build3837063487/b166/importcfg << 'EOF' # internal
2025-08-20T20:09:34.0994999Z [00:01:53.970]➜  # import config
2025-08-20T20:09:34.0995746Z [00:01:53.970]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.0997153Z [00:01:53.970]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:34.0998276Z [00:01:53.970]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:34.0999470Z [00:01:53.970]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3837063487/b120/_pkg_.a
2025-08-20T20:09:34.1000643Z [00:01:53.970]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:34.1001836Z [00:01:53.970]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:34.1002795Z [00:01:53.970]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.1004216Z [00:01:53.970]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.1007818Z [00:01:53.970]➜  EOF
2025-08-20T20:09:34.1011352Z [00:01:53.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b166=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T20:09:34.1055240Z [00:01:53.976]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:09:34.1068906Z [00:01:53.978]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T20:09:34.1070046Z [00:01:53.978]➜  crypto/internal/fips140/tls13
2025-08-20T20:09:34.1071271Z [00:01:53.978]➜  mkdir -p $WORK/b167/
2025-08-20T20:09:34.1072144Z [00:01:53.978]➜  cat >/tmp/go-build3837063487/b167/importcfg << 'EOF' # internal
2025-08-20T20:09:34.1073432Z [00:01:53.978]➜  # import config
2025-08-20T20:09:34.1075301Z [00:01:53.978]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.1076519Z [00:01:53.978]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:34.1077652Z [00:01:53.978]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:34.1078806Z [00:01:53.978]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3837063487/b163/_pkg_.a
2025-08-20T20:09:34.1079923Z [00:01:53.978]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:34.1081151Z [00:01:53.978]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3837063487/b122/_pkg_.a
2025-08-20T20:09:34.1082162Z [00:01:53.978]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.1082933Z [00:01:53.978]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.1083830Z [00:01:53.978]➜  EOF
2025-08-20T20:09:34.1087407Z [00:01:53.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b167=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T20:09:34.1240514Z [00:01:53.995]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:09:34.1278478Z [00:01:53.999]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/b8/b8e6f3e51e7df31adf9ce0140b2104799bf25b555dc0ea5b27516244c77a9f9e-d # internal
2025-08-20T20:09:34.1294482Z [00:01:54.000]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T20:09:34.1298675Z [00:01:54.000]➜  mkdir -p $WORK/b170/
2025-08-20T20:09:34.1299472Z [00:01:54.000]➜  cat >/tmp/go-build3837063487/b170/importcfg << 'EOF' # internal
2025-08-20T20:09:34.1300517Z [00:01:54.000]➜  # import config
2025-08-20T20:09:34.1301483Z [00:01:54.000]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:09:34.1302636Z [00:01:54.000]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:34.1303860Z [00:01:54.000]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:34.1304907Z [00:01:54.000]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.1306039Z [00:01:54.000]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3837063487/b171/_pkg_.a
2025-08-20T20:09:34.1307169Z [00:01:54.000]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.1308040Z [00:01:54.000]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:34.1308672Z [00:01:54.000]➜  EOF
2025-08-20T20:09:34.1313022Z [00:01:54.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b170=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T20:09:34.1317457Z [00:01:54.001]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:09:34.1328367Z [00:01:54.004]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T20:09:34.1333399Z [00:01:54.005]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:09:34.1340380Z [00:01:54.006]➜  mkdir -p $WORK/b172/
2025-08-20T20:09:34.1347806Z [00:01:54.006]➜  echo -n > $WORK/b172/go_asm.h # internal
2025-08-20T20:09:34.1358101Z [00:01:54.007]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:09:34.1368103Z [00:01:54.008]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b172/symabis ./sum_amd64.s
2025-08-20T20:09:34.1521098Z [00:01:54.023]➜  cat >/tmp/go-build3837063487/b172/importcfg << 'EOF' # internal
2025-08-20T20:09:34.1549408Z [00:01:54.025]➜  # import config
2025-08-20T20:09:34.1550225Z [00:01:54.025]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:34.1551224Z [00:01:54.025]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:34.1552178Z [00:01:54.025]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.1552901Z [00:01:54.025]➜  EOF
2025-08-20T20:09:34.1553654Z [00:01:54.025]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.1558991Z [00:01:54.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b172=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack -asmhdr $WORK/b172/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T20:09:34.1588155Z [00:01:54.030]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:09:34.1600258Z [00:01:54.031]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T20:09:34.1603674Z [00:01:54.032]➜  vendor/golang.org/x/sys/cpu
2025-08-20T20:09:34.1607533Z [00:01:54.032]➜  mkdir -p $WORK/b173/
2025-08-20T20:09:34.1609731Z [00:01:54.032]➜  echo -n > $WORK/b173/go_asm.h # internal
2025-08-20T20:09:34.1610455Z [00:01:54.032]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T20:09:34.1612937Z [00:01:54.032]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b173=>" -I $WORK/b173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b173/symabis ./cpu_gc_x86.s
2025-08-20T20:09:34.1723413Z [00:01:54.043]➜  cat >/tmp/go-build3837063487/b173/importcfg << 'EOF' # internal
2025-08-20T20:09:34.1738992Z [00:01:54.045]➜  # import config
2025-08-20T20:09:34.1739656Z [00:01:54.045]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:34.1740504Z [00:01:54.045]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:34.1741393Z [00:01:54.045]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:34.1742210Z [00:01:54.045]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.1742828Z [00:01:54.045]➜  EOF
2025-08-20T20:09:34.1743490Z [00:01:54.045]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.1750734Z [00:01:54.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b173=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b173/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack -asmhdr $WORK/b173/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T20:09:34.1761052Z [00:01:54.048]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:09:34.1765262Z [00:01:54.048]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T20:09:34.1773621Z [00:01:54.049]➜  crypto/ecdsa
2025-08-20T20:09:34.1774131Z [00:01:54.049]➜  mkdir -p $WORK/b147/
2025-08-20T20:09:34.1774827Z [00:01:54.049]➜  cat >/tmp/go-build3837063487/b147/importcfg << 'EOF' # internal
2025-08-20T20:09:34.1775428Z [00:01:54.049]➜  # import config
2025-08-20T20:09:34.1776173Z [00:01:54.049]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:09:34.1777369Z [00:01:54.049]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:09:34.1778460Z [00:01:54.049]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.1779311Z [00:01:54.049]➜  packagefile crypto/ecdh=/tmp/go-build3837063487/b142/_pkg_.a
2025-08-20T20:09:34.1780214Z [00:01:54.049]➜  packagefile crypto/elliptic=/tmp/go-build3837063487/b148/_pkg_.a
2025-08-20T20:09:34.1781193Z [00:01:54.049]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:34.1782300Z [00:01:54.049]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3837063487/b149/_pkg_.a
2025-08-20T20:09:34.1783621Z [00:01:54.049]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3837063487/b150/_pkg_.a
2025-08-20T20:09:34.1785040Z [00:01:54.049]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3837063487/b144/_pkg_.a
2025-08-20T20:09:34.1786184Z [00:01:54.049]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3837063487/b152/_pkg_.a
2025-08-20T20:09:34.1802907Z [00:01:54.052]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3837063487/b153/_pkg_.a
2025-08-20T20:09:34.1805923Z [00:01:54.052]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.1807214Z [00:01:54.052]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:34.1808372Z [00:01:54.052]➜  packagefile crypto/sha512=/tmp/go-build3837063487/b155/_pkg_.a
2025-08-20T20:09:34.1809434Z [00:01:54.052]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:34.1810419Z [00:01:54.052]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.1811634Z [00:01:54.052]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3837063487/b156/_pkg_.a
2025-08-20T20:09:34.1813435Z [00:01:54.052]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3837063487/b158/_pkg_.a
2025-08-20T20:09:34.1814650Z [00:01:54.052]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.1815818Z [00:01:54.052]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:34.1816871Z [00:01:54.052]➜  packagefile math/rand/v2=/tmp/go-build3837063487/b133/_pkg_.a
2025-08-20T20:09:34.1817489Z [00:01:54.052]➜  EOF
2025-08-20T20:09:34.1820632Z [00:01:54.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b147=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T20:09:34.2097110Z [00:01:54.081]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:09:34.2126386Z [00:01:54.084]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:09:34.2130627Z [00:01:54.084]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b172/sum_amd64.o ./sum_amd64.s
2025-08-20T20:09:34.2154331Z [00:01:54.087]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T20:09:34.2159654Z [00:01:54.087]➜  crypto/md5
2025-08-20T20:09:34.2165593Z [00:01:54.088]➜  mkdir -p $WORK/b174/
2025-08-20T20:09:34.2181149Z [00:01:54.090]➜  echo -n > $WORK/b174/go_asm.h # internal
2025-08-20T20:09:34.2183615Z [00:01:54.090]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:09:34.2187899Z [00:01:54.090]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b174=>" -I $WORK/b174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b174/symabis ./md5block_amd64.s
2025-08-20T20:09:34.2236314Z [00:01:54.095]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:09:34.2240846Z [00:01:54.095]➜  go tool pack r $WORK/b172/_pkg_.a $WORK/b172/sum_amd64.o # internal
2025-08-20T20:09:34.2244849Z [00:01:54.095]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:09:34.2246270Z [00:01:54.096]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T20:09:34.2262756Z [00:01:54.098]➜  crypto/rc4
2025-08-20T20:09:34.2265193Z [00:01:54.098]➜  mkdir -p $WORK/b175/
2025-08-20T20:09:34.2266710Z [00:01:54.098]➜  cat >/tmp/go-build3837063487/b175/importcfg << 'EOF' # internal
2025-08-20T20:09:34.2269463Z [00:01:54.098]➜  # import config
2025-08-20T20:09:34.2271768Z [00:01:54.098]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3837063487/b118/_pkg_.a
2025-08-20T20:09:34.2272957Z [00:01:54.098]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.2274173Z [00:01:54.098]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.2275037Z [00:01:54.098]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:34.2275702Z [00:01:54.098]➜  EOF
2025-08-20T20:09:34.2276215Z [00:01:54.098]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.2279105Z [00:01:54.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b175=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T20:09:34.2286207Z [00:01:54.100]➜  cat >/tmp/go-build3837063487/b174/importcfg << 'EOF' # internal
2025-08-20T20:09:34.2288682Z [00:01:54.100]➜  # import config
2025-08-20T20:09:34.2290803Z [00:01:54.100]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.2292352Z [00:01:54.100]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.2293828Z [00:01:54.100]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.2294977Z [00:01:54.100]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.2296016Z [00:01:54.100]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:34.2298265Z [00:01:54.100]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.2299064Z [00:01:54.100]➜  EOF
2025-08-20T20:09:34.2303080Z [00:01:54.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b174=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b174/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack -asmhdr $WORK/b174/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T20:09:34.2407722Z [00:01:54.112]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T20:09:34.2410437Z [00:01:54.112]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b173=>" -I $WORK/b173/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b173/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T20:09:34.2428488Z [00:01:54.114]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:09:34.2434868Z [00:01:54.115]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T20:09:34.2456721Z [00:01:54.117]➜  crypto/internal/fips140/rsa
2025-08-20T20:09:34.2460741Z [00:01:54.117]➜  mkdir -p $WORK/b177/
2025-08-20T20:09:34.2461410Z [00:01:54.117]➜  cat >/tmp/go-build3837063487/b177/importcfg << 'EOF' # internal
2025-08-20T20:09:34.2462104Z [00:01:54.117]➜  # import config
2025-08-20T20:09:34.2462773Z [00:01:54.117]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.2465278Z [00:01:54.117]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:34.2466455Z [00:01:54.117]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3837063487/b151/_pkg_.a
2025-08-20T20:09:34.2467665Z [00:01:54.117]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:34.2468843Z [00:01:54.117]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3837063487/b129/_pkg_.a
2025-08-20T20:09:34.2469996Z [00:01:54.117]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:34.2471614Z [00:01:54.117]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3837063487/b125/_pkg_.a
2025-08-20T20:09:34.2472800Z [00:01:54.117]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3837063487/b127/_pkg_.a
2025-08-20T20:09:34.2476965Z [00:01:54.117]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3837063487/b126/_pkg_.a
2025-08-20T20:09:34.2477980Z [00:01:54.117]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.2478868Z [00:01:54.117]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.2479681Z [00:01:54.117]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.2480519Z [00:01:54.117]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.2481165Z [00:01:54.117]➜  EOF
2025-08-20T20:09:34.2481655Z [00:01:54.117]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.2486770Z [00:01:54.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b177=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T20:09:34.2491192Z [00:01:54.118]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T20:09:34.2492001Z [00:01:54.118]➜  go tool pack r $WORK/b173/_pkg_.a $WORK/b173/cpu_gc_x86.o # internal
2025-08-20T20:09:34.2492745Z [00:01:54.118]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:09:34.2494272Z [00:01:54.118]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T20:09:34.2495770Z [00:01:54.119]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:34.2496420Z [00:01:54.119]➜  mkdir -p $WORK/b169/
2025-08-20T20:09:34.2497022Z [00:01:54.119]➜  echo -n > $WORK/b169/go_asm.h # internal
2025-08-20T20:09:34.2497809Z [00:01:54.119]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:34.2500803Z [00:01:54.119]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b169/symabis ./chacha20poly1305_amd64.s
2025-08-20T20:09:34.2754155Z [00:01:54.147]➜  cat >/tmp/go-build3837063487/b169/importcfg << 'EOF' # internal
2025-08-20T20:09:34.2756621Z [00:01:54.147]➜  # import config
2025-08-20T20:09:34.2758996Z [00:01:54.147]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T20:09:34.2761485Z [00:01:54.148]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T20:09:34.2765371Z [00:01:54.148]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T20:09:34.2767323Z [00:01:54.148]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T20:09:34.2768215Z [00:01:54.148]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:34.2769102Z [00:01:54.148]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:34.2769914Z [00:01:54.148]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.2770872Z [00:01:54.148]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3837063487/b170/_pkg_.a
2025-08-20T20:09:34.2771976Z [00:01:54.148]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3837063487/b171/_pkg_.a
2025-08-20T20:09:34.2773608Z [00:01:54.148]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3837063487/b172/_pkg_.a
2025-08-20T20:09:34.2774665Z [00:01:54.148]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3837063487/b173/_pkg_.a
2025-08-20T20:09:34.2775332Z [00:01:54.148]➜  EOF
2025-08-20T20:09:34.2775787Z [00:01:54.148]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.2781282Z [00:01:54.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b169=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b169/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack -asmhdr $WORK/b169/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T20:09:34.2813090Z [00:01:54.153]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:09:34.2825477Z [00:01:54.153]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b174=>" -I $WORK/b174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b174/md5block_amd64.o ./md5block_amd64.s
2025-08-20T20:09:34.2860132Z [00:01:54.158]➜  go tool pack r $WORK/b174/_pkg_.a $WORK/b174/md5block_amd64.o # internal
2025-08-20T20:09:34.2865035Z [00:01:54.158]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:09:34.2871367Z [00:01:54.159]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T20:09:34.2875745Z [00:01:54.159]➜  crypto/sha1
2025-08-20T20:09:34.2877991Z [00:01:54.159]➜  mkdir -p $WORK/b178/
2025-08-20T20:09:34.2880601Z [00:01:54.160]➜  echo -n > $WORK/b178/go_asm.h # internal
2025-08-20T20:09:34.2882589Z [00:01:54.160]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:09:34.2886215Z [00:01:54.160]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b178/symabis ./sha1block_amd64.s
2025-08-20T20:09:34.2944612Z [00:01:54.166]➜  cat >/tmp/go-build3837063487/b178/importcfg << 'EOF' # internal
2025-08-20T20:09:34.2976721Z [00:01:54.169]➜  # import config
2025-08-20T20:09:34.2977405Z [00:01:54.169]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.2978374Z [00:01:54.169]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:34.2979457Z [00:01:54.169]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.2980474Z [00:01:54.169]➜  packagefile crypto/internal/impl=/tmp/go-build3837063487/b124/_pkg_.a
2025-08-20T20:09:34.2981396Z [00:01:54.169]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.2982199Z [00:01:54.169]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.2983030Z [00:01:54.169]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:34.2984249Z [00:01:54.169]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:34.2985155Z [00:01:54.169]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.2985762Z [00:01:54.169]➜  EOF
2025-08-20T20:09:34.2986239Z [00:01:54.169]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.2989889Z [00:01:54.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b178=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b178/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack -asmhdr $WORK/b178/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T20:09:34.3198279Z [00:01:54.191]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:34.3201333Z [00:01:54.191]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b169/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T20:09:34.3553684Z [00:01:54.227]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:09:34.3576099Z [00:01:54.227]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b178/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T20:09:34.3598260Z [00:01:54.231]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:34.3599644Z [00:01:54.231]➜  go tool pack r $WORK/b169/_pkg_.a $WORK/b169/chacha20poly1305_amd64.o # internal
2025-08-20T20:09:34.3602538Z [00:01:54.232]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:09:34.3618043Z [00:01:54.233]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T20:09:34.3619188Z [00:01:54.233]➜  crypto/internal/hpke
2025-08-20T20:09:34.3621774Z [00:01:54.234]➜  mkdir -p $WORK/b168/
2025-08-20T20:09:34.3628499Z [00:01:54.234]➜  cat >/tmp/go-build3837063487/b168/importcfg << 'EOF' # internal
2025-08-20T20:09:34.3629411Z [00:01:54.234]➜  # import config
2025-08-20T20:09:34.3630724Z [00:01:54.234]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:34.3632092Z [00:01:54.234]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.3633105Z [00:01:54.234]➜  packagefile crypto/aes=/tmp/go-build3837063487/b140/_pkg_.a
2025-08-20T20:09:34.3634322Z [00:01:54.234]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:34.3635356Z [00:01:54.234]➜  packagefile crypto/ecdh=/tmp/go-build3837063487/b142/_pkg_.a
2025-08-20T20:09:34.3636358Z [00:01:54.234]➜  packagefile crypto/hkdf=/tmp/go-build3837063487/b162/_pkg_.a
2025-08-20T20:09:34.3637410Z [00:01:54.235]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:34.3638389Z [00:01:54.235]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.3639632Z [00:01:54.235]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3837063487/b169/_pkg_.a
2025-08-20T20:09:34.3640986Z [00:01:54.235]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:34.3642087Z [00:01:54.235]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.3642877Z [00:01:54.235]➜  EOF
2025-08-20T20:09:34.3643622Z [00:01:54.235]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.3646884Z [00:01:54.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b168=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T20:09:34.3653015Z [00:01:54.237]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:09:34.3654018Z [00:01:54.237]➜  go tool pack r $WORK/b178/_pkg_.a $WORK/b178/sha1block_amd64.o # internal
2025-08-20T20:09:34.3655225Z [00:01:54.237]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:09:34.3670544Z [00:01:54.238]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T20:09:34.3671691Z [00:01:54.238]➜  crypto/sha256
2025-08-20T20:09:34.3672182Z [00:01:54.238]➜  mkdir -p $WORK/b179/
2025-08-20T20:09:34.3672894Z [00:01:54.238]➜  cat >/tmp/go-build3837063487/b179/importcfg << 'EOF' # internal
2025-08-20T20:09:34.3673760Z [00:01:54.238]➜  # import config
2025-08-20T20:09:34.3674412Z [00:01:54.238]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.3675344Z [00:01:54.238]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:34.3676428Z [00:01:54.238]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3837063487/b121/_pkg_.a
2025-08-20T20:09:34.3677372Z [00:01:54.238]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.3677986Z [00:01:54.238]➜  EOF
2025-08-20T20:09:34.3678780Z [00:01:54.238]➜  cd /tmp/tmp.aHInJvuLmJ/TEMPREPO
2025-08-20T20:09:34.3681698Z [00:01:54.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b179=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:09:34.3805731Z [00:01:54.252]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:09:34.3825957Z [00:01:54.252]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T20:09:34.3827276Z [00:01:54.253]➜  crypto/fips140
2025-08-20T20:09:34.3827756Z [00:01:54.253]➜  mkdir -p $WORK/b181/
2025-08-20T20:09:34.3828562Z [00:01:54.253]➜  cat >/tmp/go-build3837063487/b181/importcfg << 'EOF' # internal
2025-08-20T20:09:34.3829348Z [00:01:54.253]➜  # import config
2025-08-20T20:09:34.3830122Z [00:01:54.253]➜  packagefile crypto/internal/fips140=/tmp/go-build3837063487/b116/_pkg_.a
2025-08-20T20:09:34.3831490Z [00:01:54.253]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3837063487/b119/_pkg_.a
2025-08-20T20:09:34.3832252Z [00:01:54.253]➜  EOF
2025-08-20T20:09:34.3835230Z [00:01:54.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b181=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T20:09:34.3906487Z [00:01:54.262]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:09:34.4095397Z [00:01:54.281]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T20:09:34.4097227Z [00:01:54.281]➜  crypto/tls/internal/fips140tls
2025-08-20T20:09:34.4097986Z [00:01:54.281]➜  mkdir -p $WORK/b180/
2025-08-20T20:09:34.4101489Z [00:01:54.282]➜  cat >/tmp/go-build3837063487/b180/importcfg << 'EOF' # internal
2025-08-20T20:09:34.4102386Z [00:01:54.282]➜  # import config
2025-08-20T20:09:34.4103400Z [00:01:54.282]➜  packagefile crypto/fips140=/tmp/go-build3837063487/b181/_pkg_.a
2025-08-20T20:09:34.4104440Z [00:01:54.282]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:34.4105192Z [00:01:54.282]➜  EOF
2025-08-20T20:09:34.4108445Z [00:01:54.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b180=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T20:09:34.4269334Z [00:01:54.298]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:09:34.4275247Z [00:01:54.299]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T20:09:34.4276489Z [00:01:54.299]➜  crypto/dsa
2025-08-20T20:09:34.4277879Z [00:01:54.299]➜  mkdir -p $WORK/b183/
2025-08-20T20:09:34.4284678Z [00:01:54.300]➜  cat >/tmp/go-build3837063487/b183/importcfg << 'EOF' # internal
2025-08-20T20:09:34.4285432Z [00:01:54.300]➜  # import config
2025-08-20T20:09:34.4305346Z [00:01:54.300]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.4306908Z [00:01:54.300]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:34.4308713Z [00:01:54.300]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.4309487Z [00:01:54.300]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.4310597Z [00:01:54.300]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:34.4311238Z [00:01:54.300]➜  EOF
2025-08-20T20:09:34.4315493Z [00:01:54.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b183=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T20:09:34.4330902Z [00:01:54.303]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:09:34.4332428Z [00:01:54.304]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T20:09:34.4333918Z [00:01:54.304]➜  encoding/hex
2025-08-20T20:09:34.4334516Z [00:01:54.305]➜  mkdir -p $WORK/b185/
2025-08-20T20:09:34.4335961Z [00:01:54.305]➜  cat >/tmp/go-build3837063487/b185/importcfg << 'EOF' # internal
2025-08-20T20:09:34.4336672Z [00:01:54.305]➜  # import config
2025-08-20T20:09:34.4337320Z [00:01:54.305]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.4338104Z [00:01:54.305]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.4338842Z [00:01:54.305]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.4339588Z [00:01:54.305]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:34.4340356Z [00:01:54.305]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.4340974Z [00:01:54.305]➜  EOF
2025-08-20T20:09:34.4364863Z [00:01:54.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b185=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:09:34.4637677Z [00:01:54.335]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:09:34.4646163Z [00:01:54.336]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T20:09:34.4652811Z [00:01:54.337]➜  encoding/pem
2025-08-20T20:09:34.4653510Z [00:01:54.337]➜  mkdir -p $WORK/b186/
2025-08-20T20:09:34.4661034Z [00:01:54.337]➜  cat >/tmp/go-build3837063487/b186/importcfg << 'EOF' # internal
2025-08-20T20:09:34.4661916Z [00:01:54.337]➜  # import config
2025-08-20T20:09:34.4662754Z [00:01:54.337]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.4663984Z [00:01:54.337]➜  packagefile encoding/base64=/tmp/go-build3837063487/b081/_pkg_.a
2025-08-20T20:09:34.4665033Z [00:01:54.337]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.4666151Z [00:01:54.337]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.4667371Z [00:01:54.337]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:34.4668371Z [00:01:54.337]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.4669148Z [00:01:54.337]➜  EOF
2025-08-20T20:09:34.4672038Z [00:01:54.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b186=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T20:09:34.4770191Z [00:01:54.348]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:09:34.4800894Z [00:01:54.351]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T20:09:34.4806016Z [00:01:54.352]➜  crypto/rsa
2025-08-20T20:09:34.4806656Z [00:01:54.352]➜  mkdir -p $WORK/b176/
2025-08-20T20:09:34.4821242Z [00:01:54.353]➜  cat >/tmp/go-build3837063487/b176/importcfg << 'EOF' # internal
2025-08-20T20:09:34.4822085Z [00:01:54.353]➜  # import config
2025-08-20T20:09:34.4822827Z [00:01:54.353]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.4826278Z [00:01:54.353]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:34.4827534Z [00:01:54.353]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3837063487/b149/_pkg_.a
2025-08-20T20:09:34.4828744Z [00:01:54.353]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3837063487/b151/_pkg_.a
2025-08-20T20:09:34.4829916Z [00:01:54.353]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3837063487/b177/_pkg_.a
2025-08-20T20:09:34.4831117Z [00:01:54.353]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3837063487/b153/_pkg_.a
2025-08-20T20:09:34.4832275Z [00:01:54.353]➜  packagefile crypto/internal/fips140only=/tmp/go-build3837063487/b134/_pkg_.a
2025-08-20T20:09:34.4833675Z [00:01:54.353]➜  packagefile crypto/internal/randutil=/tmp/go-build3837063487/b132/_pkg_.a
2025-08-20T20:09:34.4834725Z [00:01:54.353]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:34.4835647Z [00:01:54.353]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:34.4836542Z [00:01:54.353]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.4837373Z [00:01:54.353]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.4838201Z [00:01:54.353]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:34.4839084Z [00:01:54.353]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:34.4839971Z [00:01:54.353]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.4840796Z [00:01:54.353]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:34.4842050Z [00:01:54.353]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:34.4842720Z [00:01:54.353]➜  EOF
2025-08-20T20:09:34.4850702Z [00:01:54.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b176=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T20:09:34.5133514Z [00:01:54.385]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:09:34.5144957Z [00:01:54.386]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T20:09:34.5146306Z [00:01:54.386]➜  crypto/x509/pkix
2025-08-20T20:09:34.5148271Z [00:01:54.386]➜  mkdir -p $WORK/b184/
2025-08-20T20:09:34.5154030Z [00:01:54.387]➜  cat >/tmp/go-build3837063487/b184/importcfg << 'EOF' # internal
2025-08-20T20:09:34.5154918Z [00:01:54.387]➜  # import config
2025-08-20T20:09:34.5155810Z [00:01:54.387]➜  packagefile encoding/asn1=/tmp/go-build3837063487/b157/_pkg_.a
2025-08-20T20:09:34.5156990Z [00:01:54.387]➜  packagefile encoding/hex=/tmp/go-build3837063487/b185/_pkg_.a
2025-08-20T20:09:34.5158061Z [00:01:54.387]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.5158949Z [00:01:54.387]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:34.5160020Z [00:01:54.387]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:34.5160868Z [00:01:54.387]➜  EOF
2025-08-20T20:09:34.5164420Z [00:01:54.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b184=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T20:09:34.5559171Z [00:01:54.426]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:09:34.5560680Z [00:01:54.426]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T20:09:34.5561807Z [00:01:54.426]➜  net/url
2025-08-20T20:09:34.5562319Z [00:01:54.426]➜  mkdir -p $WORK/b188/
2025-08-20T20:09:34.5563105Z [00:01:54.426]➜  cat >/tmp/go-build3837063487/b188/importcfg << 'EOF' # internal
2025-08-20T20:09:34.5563964Z [00:01:54.426]➜  # import config
2025-08-20T20:09:34.5564648Z [00:01:54.426]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.5565501Z [00:01:54.426]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.5566333Z [00:01:54.426]➜  packagefile maps=/tmp/go-build3837063487/b187/_pkg_.a
2025-08-20T20:09:34.5567294Z [00:01:54.426]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:34.5568182Z [00:01:54.426]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:34.5569061Z [00:01:54.426]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:34.5569923Z [00:01:54.426]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.5570562Z [00:01:54.426]➜  EOF
2025-08-20T20:09:34.5573119Z [00:01:54.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b188=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:09:34.5756225Z [00:01:54.445]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:09:34.5763414Z [00:01:54.447]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T20:09:34.5765082Z [00:01:54.448]➜  vendor/golang.org/x/text/transform
2025-08-20T20:09:34.5768687Z [00:01:54.448]➜  mkdir -p $WORK/b192/
2025-08-20T20:09:34.5769514Z [00:01:54.448]➜  cat >/tmp/go-build3837063487/b192/importcfg << 'EOF' # internal
2025-08-20T20:09:34.5770211Z [00:01:54.448]➜  # import config
2025-08-20T20:09:34.5770868Z [00:01:54.448]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.5771707Z [00:01:54.448]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.5772528Z [00:01:54.448]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.5773605Z [00:01:54.448]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.5774270Z [00:01:54.448]➜  EOF
2025-08-20T20:09:34.5780332Z [00:01:54.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b192=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T20:09:34.6223682Z [00:01:54.494]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:09:34.6241440Z [00:01:54.495]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T20:09:34.6251292Z [00:01:54.496]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:09:34.6252008Z [00:01:54.496]➜  mkdir -p $WORK/b193/
2025-08-20T20:09:34.6259417Z [00:01:54.497]➜  cat >/tmp/go-build3837063487/b193/importcfg << 'EOF' # internal
2025-08-20T20:09:34.6260334Z [00:01:54.497]➜  # import config
2025-08-20T20:09:34.6261157Z [00:01:54.497]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.6262594Z [00:01:54.497]➜  packagefile container/list=/tmp/go-build3837063487/b110/_pkg_.a
2025-08-20T20:09:34.6263844Z [00:01:54.497]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.6264808Z [00:01:54.497]➜  packagefile log=/tmp/go-build3837063487/b106/_pkg_.a
2025-08-20T20:09:34.6265792Z [00:01:54.497]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:34.6266820Z [00:01:54.497]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.6267609Z [00:01:54.497]➜  EOF
2025-08-20T20:09:34.6275643Z [00:01:54.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b193=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T20:09:34.6770226Z [00:01:54.548]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:09:34.6782429Z [00:01:54.550]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T20:09:34.6798317Z [00:01:54.551]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T20:09:34.6798952Z [00:01:54.551]➜  mkdir -p $WORK/b194/
2025-08-20T20:09:34.6802056Z [00:01:54.551]➜  cat >/tmp/go-build3837063487/b194/importcfg << 'EOF' # internal
2025-08-20T20:09:34.6806353Z [00:01:54.551]➜  # import config
2025-08-20T20:09:34.6810732Z [00:01:54.551]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:09:34.6814281Z [00:01:54.551]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:34.6817800Z [00:01:54.551]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.6818808Z [00:01:54.551]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3837063487/b192/_pkg_.a
2025-08-20T20:09:34.6819747Z [00:01:54.551]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.6820498Z [00:01:54.551]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.6822919Z [00:01:54.551]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.6823718Z [00:01:54.551]➜  EOF
2025-08-20T20:09:34.6830989Z [00:01:54.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b194=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T20:09:34.7495841Z [00:01:54.621]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:09:34.7515591Z [00:01:54.623]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T20:09:34.7519408Z [00:01:54.623]➜  net/textproto
2025-08-20T20:09:34.7520362Z [00:01:54.623]➜  mkdir -p $WORK/b195/
2025-08-20T20:09:34.7526851Z [00:01:54.624]➜  cat >/tmp/go-build3837063487/b195/importcfg << 'EOF' # internal
2025-08-20T20:09:34.7527588Z [00:01:54.624]➜  # import config
2025-08-20T20:09:34.7528291Z [00:01:54.624]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:34.7529110Z [00:01:54.624]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.7529993Z [00:01:54.624]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.7530855Z [00:01:54.624]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.7531595Z [00:01:54.624]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.7532346Z [00:01:54.624]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:34.7533271Z [00:01:54.624]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:34.7534115Z [00:01:54.624]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:34.7534956Z [00:01:54.624]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.7535721Z [00:01:54.624]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.7536309Z [00:01:54.624]➜  EOF
2025-08-20T20:09:34.7540317Z [00:01:54.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b195=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid RJAE5LvJYWkijs7ggCZV/RJAE5LvJYWkijs7ggCZV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T20:09:34.7592509Z [00:01:54.631]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:09:34.7778359Z [00:01:54.649]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T20:09:34.7825264Z [00:01:54.654]➜  crypto/x509
2025-08-20T20:09:34.7827825Z [00:01:54.654]➜  mkdir -p $WORK/b182/
2025-08-20T20:09:34.7855808Z [00:01:54.657]➜  cat >/tmp/go-build3837063487/b182/importcfg << 'EOF' # internal
2025-08-20T20:09:34.7865987Z [00:01:54.657]➜  # import config
2025-08-20T20:09:34.7866798Z [00:01:54.657]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:09:34.7867940Z [00:01:54.657]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T20:09:34.7868903Z [00:01:54.657]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.7869659Z [00:01:54.657]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:34.7870445Z [00:01:54.657]➜  packagefile crypto/aes=/tmp/go-build3837063487/b140/_pkg_.a
2025-08-20T20:09:34.7871341Z [00:01:54.657]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:34.7872179Z [00:01:54.657]➜  packagefile crypto/des=/tmp/go-build3837063487/b141/_pkg_.a
2025-08-20T20:09:34.7872971Z [00:01:54.657]➜  packagefile crypto/dsa=/tmp/go-build3837063487/b183/_pkg_.a
2025-08-20T20:09:34.7873951Z [00:01:54.657]➜  packagefile crypto/ecdh=/tmp/go-build3837063487/b142/_pkg_.a
2025-08-20T20:09:34.7874768Z [00:01:54.657]➜  packagefile crypto/ecdsa=/tmp/go-build3837063487/b147/_pkg_.a
2025-08-20T20:09:34.7875619Z [00:01:54.657]➜  packagefile crypto/ed25519=/tmp/go-build3837063487/b159/_pkg_.a
2025-08-20T20:09:34.7876489Z [00:01:54.657]➜  packagefile crypto/elliptic=/tmp/go-build3837063487/b148/_pkg_.a
2025-08-20T20:09:34.7877352Z [00:01:54.657]➜  packagefile crypto/md5=/tmp/go-build3837063487/b174/_pkg_.a
2025-08-20T20:09:34.7878218Z [00:01:54.657]➜  packagefile crypto/rsa=/tmp/go-build3837063487/b176/_pkg_.a
2025-08-20T20:09:34.7879106Z [00:01:54.657]➜  packagefile crypto/sha1=/tmp/go-build3837063487/b178/_pkg_.a
2025-08-20T20:09:34.7880469Z [00:01:54.657]➜  packagefile crypto/sha256=/tmp/go-build3837063487/b179/_pkg_.a
2025-08-20T20:09:34.7881504Z [00:01:54.657]➜  packagefile crypto/sha512=/tmp/go-build3837063487/b155/_pkg_.a
2025-08-20T20:09:34.7882467Z [00:01:54.657]➜  packagefile crypto/x509/pkix=/tmp/go-build3837063487/b184/_pkg_.a
2025-08-20T20:09:34.7894044Z [00:01:54.657]➜  packagefile encoding/asn1=/tmp/go-build3837063487/b157/_pkg_.a
2025-08-20T20:09:34.7895072Z [00:01:54.657]➜  packagefile encoding/hex=/tmp/go-build3837063487/b185/_pkg_.a
2025-08-20T20:09:34.7896030Z [00:01:54.657]➜  packagefile encoding/pem=/tmp/go-build3837063487/b186/_pkg_.a
2025-08-20T20:09:34.7896956Z [00:01:54.657]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.7897810Z [00:01:54.657]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.7898945Z [00:01:54.657]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3837063487/b156/_pkg_.a
2025-08-20T20:09:34.7900311Z [00:01:54.657]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3837063487/b158/_pkg_.a
2025-08-20T20:09:34.7901434Z [00:01:54.657]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:34.7902367Z [00:01:54.657]➜  packagefile internal/goos=/tmp/go-build3837063487/b017/_pkg_.a
2025-08-20T20:09:34.7903427Z [00:01:54.657]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.7904242Z [00:01:54.657]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:34.7905035Z [00:01:54.657]➜  packagefile iter=/tmp/go-build3837063487/b037/_pkg_.a
2025-08-20T20:09:34.7905828Z [00:01:54.657]➜  packagefile maps=/tmp/go-build3837063487/b187/_pkg_.a
2025-08-20T20:09:34.7906681Z [00:01:54.657]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:34.7907508Z [00:01:54.657]➜  packagefile math/big=/tmp/go-build3837063487/b137/_pkg_.a
2025-08-20T20:09:34.7908350Z [00:01:54.657]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:34.7909534Z [00:01:54.657]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:34.7910377Z [00:01:54.657]➜  packagefile net/netip=/tmp/go-build3837063487/b091/_pkg_.a
2025-08-20T20:09:34.7911236Z [00:01:54.657]➜  packagefile net/url=/tmp/go-build3837063487/b188/_pkg_.a
2025-08-20T20:09:34.7912040Z [00:01:54.657]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:34.7912888Z [00:01:54.657]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:34.7913976Z [00:01:54.657]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:34.7914820Z [00:01:54.657]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:34.7915643Z [00:01:54.657]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:34.7916487Z [00:01:54.657]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.7917360Z [00:01:54.657]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.7918216Z [00:01:54.657]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:34.7919052Z [00:01:54.657]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:34.7919926Z [00:01:54.657]➜  packagefile unicode/utf16=/tmp/go-build3837063487/b082/_pkg_.a
2025-08-20T20:09:34.7920835Z [00:01:54.657]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.7921509Z [00:01:54.657]➜  EOF
2025-08-20T20:09:34.7937745Z [00:01:54.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b182=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid pQLd5MO1r65fAPHhTCuO/pQLd5MO1r65fAPHhTCuO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T20:09:34.8107065Z [00:01:54.682]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:09:34.8139971Z [00:01:54.685]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T20:09:34.8146586Z [00:01:54.686]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:09:34.8149598Z [00:01:54.686]➜  mkdir -p $WORK/b191/
2025-08-20T20:09:34.8169551Z [00:01:54.688]➜  cat >/tmp/go-build3837063487/b191/importcfg << 'EOF' # internal
2025-08-20T20:09:34.8187104Z [00:01:54.688]➜  # import config
2025-08-20T20:09:34.8187905Z [00:01:54.688]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T20:09:34.8189072Z [00:01:54.688]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:09:34.8190058Z [00:01:54.688]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.8191082Z [00:01:54.688]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3837063487/b192/_pkg_.a
2025-08-20T20:09:34.8192309Z [00:01:54.688]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3837063487/b193/_pkg_.a
2025-08-20T20:09:34.8193600Z [00:01:54.688]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.8194248Z [00:01:54.688]➜  EOF
2025-08-20T20:09:34.8198350Z [00:01:54.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b191=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T20:09:34.8411061Z [00:01:54.712]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:09:34.8431100Z [00:01:54.714]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/65/655d77b62917b431e747b7224e18572d1d3e2238b3e88fbe62ca4f160e496d11-d # internal
2025-08-20T20:09:34.8449013Z [00:01:54.715]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T20:09:34.8449673Z [00:01:54.715]➜  mkdir -p $WORK/b197/
2025-08-20T20:09:34.8450388Z [00:01:54.715]➜  cat >/tmp/go-build3837063487/b197/importcfg << 'EOF' # internal
2025-08-20T20:09:34.8451040Z [00:01:54.715]➜  # import config
2025-08-20T20:09:34.8451667Z [00:01:54.715]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.8452457Z [00:01:54.715]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.8453408Z [00:01:54.715]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.8454181Z [00:01:54.715]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.8454936Z [00:01:54.715]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.8455522Z [00:01:54.715]➜  EOF
2025-08-20T20:09:34.8460711Z [00:01:54.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b197=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T20:09:34.8525599Z [00:01:54.724]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:09:34.8532621Z [00:01:54.724]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T20:09:34.8533865Z [00:01:54.725]➜  mime
2025-08-20T20:09:34.8535150Z [00:01:54.725]➜  mkdir -p $WORK/b198/
2025-08-20T20:09:34.8554412Z [00:01:54.727]➜  cat >/tmp/go-build3837063487/b198/importcfg << 'EOF' # internal
2025-08-20T20:09:34.8555115Z [00:01:54.727]➜  # import config
2025-08-20T20:09:34.8555760Z [00:01:54.727]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:34.8556555Z [00:01:54.727]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.8557412Z [00:01:54.727]➜  packagefile encoding/base64=/tmp/go-build3837063487/b081/_pkg_.a
2025-08-20T20:09:34.8558303Z [00:01:54.727]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:34.8559119Z [00:01:54.727]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.8559849Z [00:01:54.727]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.8560597Z [00:01:54.727]➜  packagefile maps=/tmp/go-build3837063487/b187/_pkg_.a
2025-08-20T20:09:34.8561342Z [00:01:54.727]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:34.8562063Z [00:01:54.727]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:34.8562778Z [00:01:54.727]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:34.8563642Z [00:01:54.727]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:34.8564345Z [00:01:54.727]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:34.8565099Z [00:01:54.727]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:34.8565661Z [00:01:54.727]➜  EOF
2025-08-20T20:09:34.8568797Z [00:01:54.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b198=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T20:09:34.9620476Z [00:01:54.833]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:09:34.9642486Z [00:01:54.836]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T20:09:34.9643917Z [00:01:54.836]➜  mime/quotedprintable
2025-08-20T20:09:34.9645430Z [00:01:54.836]➜  mkdir -p $WORK/b200/
2025-08-20T20:09:34.9651773Z [00:01:54.837]➜  cat >/tmp/go-build3837063487/b200/importcfg << 'EOF' # internal
2025-08-20T20:09:34.9652550Z [00:01:54.837]➜  # import config
2025-08-20T20:09:34.9653446Z [00:01:54.837]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:34.9654342Z [00:01:54.837]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:34.9655199Z [00:01:54.837]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:34.9656028Z [00:01:54.837]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:34.9656652Z [00:01:54.837]➜  EOF
2025-08-20T20:09:34.9660283Z [00:01:54.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b200=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T20:09:34.9991211Z [00:01:54.870]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:09:35.0000501Z [00:01:54.871]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T20:09:35.0005765Z [00:01:54.872]➜  net/http/internal
2025-08-20T20:09:35.0006302Z [00:01:54.872]➜  mkdir -p $WORK/b202/
2025-08-20T20:09:35.0013795Z [00:01:54.872]➜  cat >/tmp/go-build3837063487/b202/importcfg << 'EOF' # internal
2025-08-20T20:09:35.0014598Z [00:01:54.872]➜  # import config
2025-08-20T20:09:35.0015285Z [00:01:54.872]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:35.0016109Z [00:01:54.872]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:35.0016865Z [00:01:54.872]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:35.0017687Z [00:01:54.872]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.0018479Z [00:01:54.872]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:35.0019123Z [00:01:54.872]➜  EOF
2025-08-20T20:09:35.0022107Z [00:01:54.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b202=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T20:09:35.0409729Z [00:01:54.912]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:09:35.0421671Z [00:01:54.914]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T20:09:35.0432384Z [00:01:54.914]➜  net/http/internal/ascii
2025-08-20T20:09:35.0437223Z [00:01:54.914]➜  mkdir -p $WORK/b203/
2025-08-20T20:09:35.0438029Z [00:01:54.914]➜  cat >/tmp/go-build3837063487/b203/importcfg << 'EOF' # internal
2025-08-20T20:09:35.0438738Z [00:01:54.914]➜  # import config
2025-08-20T20:09:35.0439887Z [00:01:54.914]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.0440816Z [00:01:54.914]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:35.0441468Z [00:01:54.914]➜  EOF
2025-08-20T20:09:35.0444706Z [00:01:54.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b203=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T20:09:35.0848010Z [00:01:54.956]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:09:35.0854160Z [00:01:54.957]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T20:09:35.0859718Z [00:01:54.957]➜  github.com/pborman/getopt/v2
2025-08-20T20:09:35.0862261Z [00:01:54.958]➜  mkdir -p $WORK/b205/
2025-08-20T20:09:35.0867709Z [00:01:54.958]➜  cat >/tmp/go-build3837063487/b205/importcfg << 'EOF' # internal
2025-08-20T20:09:35.0876576Z [00:01:54.958]➜  # import config
2025-08-20T20:09:35.0877288Z [00:01:54.958]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:35.0878100Z [00:01:54.958]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.0878886Z [00:01:54.958]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:35.0879674Z [00:01:54.958]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:35.0880522Z [00:01:54.958]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:35.0881361Z [00:01:54.958]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:35.0882178Z [00:01:54.958]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:35.0882995Z [00:01:54.958]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:35.0884418Z [00:01:54.958]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.0885274Z [00:01:54.958]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:35.0886069Z [00:01:54.958]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:35.0886642Z [00:01:54.958]➜  EOF
2025-08-20T20:09:35.0896214Z [00:01:54.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0=>github.com/pborman/getopt/v2@v2.1.0;$WORK/b205=>" -p github.com/pborman/getopt/v2 -lang=go1.13 -complete -installsuffix shared -buildid bfDa7MX40sTwT-_7tfTl/bfDa7MX40sTwT-_7tfTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/bool.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/counter.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/duration.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/enum.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/error.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/generic.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/getopt.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/int.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/list.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/option.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/set.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/signed.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/string.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/unsigned.go /root/go/pkg/mod/github.com/pborman/getopt/v2@v2.1.0/var.go
2025-08-20T20:09:35.1093696Z [00:01:54.981]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:09:35.1128096Z [00:01:54.984]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T20:09:35.1149050Z [00:01:54.986]➜  vendor/golang.org/x/net/idna
2025-08-20T20:09:35.1149796Z [00:01:54.986]➜  mkdir -p $WORK/b190/
2025-08-20T20:09:35.1150686Z [00:01:54.986]➜  cat >/tmp/go-build3837063487/b190/importcfg << 'EOF' # internal
2025-08-20T20:09:35.1151466Z [00:01:54.986]➜  # import config
2025-08-20T20:09:35.1170995Z [00:01:54.986]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T20:09:35.1172326Z [00:01:54.986]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T20:09:35.1173621Z [00:01:54.986]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T20:09:35.1174621Z [00:01:54.986]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.1175668Z [00:01:54.986]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3837063487/b191/_pkg_.a
2025-08-20T20:09:35.1176851Z [00:01:54.986]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3837063487/b193/_pkg_.a
2025-08-20T20:09:35.1178067Z [00:01:54.986]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3837063487/b194/_pkg_.a
2025-08-20T20:09:35.1179002Z [00:01:54.986]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:35.1179774Z [00:01:54.986]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.1180691Z [00:01:54.986]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:35.1181322Z [00:01:54.986]➜  EOF
2025-08-20T20:09:35.1187151Z [00:01:54.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b190=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T20:09:35.2115727Z [00:01:55.083]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:09:35.2216999Z [00:01:55.093]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T20:09:35.2243470Z [00:01:55.096]➜  mime/multipart
2025-08-20T20:09:35.2244053Z [00:01:55.096]➜  mkdir -p $WORK/b199/
2025-08-20T20:09:35.2249701Z [00:01:55.096]➜  cat >/tmp/go-build3837063487/b199/importcfg << 'EOF' # internal
2025-08-20T20:09:35.2250905Z [00:01:55.096]➜  # import config
2025-08-20T20:09:35.2252007Z [00:01:55.096]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:35.2253563Z [00:01:55.096]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:35.2254673Z [00:01:55.096]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:35.2263920Z [00:01:55.096]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:35.2264967Z [00:01:55.096]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.2267417Z [00:01:55.096]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:35.2268285Z [00:01:55.096]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:35.2269071Z [00:01:55.096]➜  packagefile maps=/tmp/go-build3837063487/b187/_pkg_.a
2025-08-20T20:09:35.2269858Z [00:01:55.096]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:35.2270645Z [00:01:55.096]➜  packagefile mime=/tmp/go-build3837063487/b198/_pkg_.a
2025-08-20T20:09:35.2271552Z [00:01:55.096]➜  packagefile mime/quotedprintable=/tmp/go-build3837063487/b200/_pkg_.a
2025-08-20T20:09:35.2272824Z [00:01:55.096]➜  packagefile net/textproto=/tmp/go-build3837063487/b195/_pkg_.a
2025-08-20T20:09:35.2273877Z [00:01:55.096]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:35.2274728Z [00:01:55.096]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:35.2275583Z [00:01:55.096]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:35.2276385Z [00:01:55.097]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:35.2277193Z [00:01:55.097]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.2277792Z [00:01:55.097]➜  EOF
2025-08-20T20:09:35.2281711Z [00:01:55.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b199=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T20:09:35.3516220Z [00:01:55.223]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:09:35.3532852Z [00:01:55.225]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T20:09:35.3542520Z [00:01:55.225]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T20:09:35.3543856Z [00:01:55.225]➜  mkdir -p $WORK/b189/
2025-08-20T20:09:35.3545532Z [00:01:55.226]➜  cat >/tmp/go-build3837063487/b189/importcfg << 'EOF' # internal
2025-08-20T20:09:35.3546879Z [00:01:55.226]➜  # import config
2025-08-20T20:09:35.3548087Z [00:01:55.226]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:09:35.3550083Z [00:01:55.226]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3837063487/b190/_pkg_.a
2025-08-20T20:09:35.3553532Z [00:01:55.226]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:35.3556706Z [00:01:55.226]➜  packagefile net/textproto=/tmp/go-build3837063487/b195/_pkg_.a
2025-08-20T20:09:35.3560191Z [00:01:55.226]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.3561080Z [00:01:55.226]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:35.3561722Z [00:01:55.226]➜  EOF
2025-08-20T20:09:35.3565697Z [00:01:55.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b189=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid x62bbRd3QV03IfhfXcte/x62bbRd3QV03IfhfXcte -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T20:09:35.3634791Z [00:01:55.235]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:09:35.3693748Z [00:01:55.241]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/01/01019c3e7d87e2672f529d4a69a698c7d191a6448a85dce02a7824d193296e62-d # internal
2025-08-20T20:09:35.3699691Z [00:01:55.241]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:09:35.3700383Z [00:01:55.241]➜  mkdir -p $WORK/b196/
2025-08-20T20:09:35.3737945Z [00:01:55.245]➜  cat >/tmp/go-build3837063487/b196/importcfg << 'EOF' # internal
2025-08-20T20:09:35.3738649Z [00:01:55.245]➜  # import config
2025-08-20T20:09:35.3739353Z [00:01:55.245]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:09:35.3740236Z [00:01:55.245]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:35.3741067Z [00:01:55.245]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.3742048Z [00:01:55.245]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3837063487/b190/_pkg_.a
2025-08-20T20:09:35.3743708Z [00:01:55.245]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:35.3744607Z [00:01:55.245]➜  packagefile net/netip=/tmp/go-build3837063487/b091/_pkg_.a
2025-08-20T20:09:35.3745473Z [00:01:55.245]➜  packagefile net/url=/tmp/go-build3837063487/b188/_pkg_.a
2025-08-20T20:09:35.3746321Z [00:01:55.245]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:35.3747170Z [00:01:55.245]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.3748067Z [00:01:55.245]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:35.3748710Z [00:01:55.245]➜  EOF
2025-08-20T20:09:35.3752196Z [00:01:55.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b196=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid a_tSH4IL_KOr3H8Al2_8/a_tSH4IL_KOr3H8Al2_8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T20:09:35.3909017Z [00:01:55.262]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:09:35.4025055Z [00:01:55.274]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/c0/c0968304d1aeea26a6936fbb03443466baf72d11ae232758f3a466abe9bbaedb-d # internal
2025-08-20T20:09:35.4558124Z [00:01:55.327]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:09:35.4585460Z [00:01:55.328]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/35/354fe866eb7372bf73fa1b025db1102dc292afaedf637a168818111d063ef3fe-d # internal
2025-08-20T20:09:35.4773950Z [00:01:55.349]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:09:35.4795343Z [00:01:55.351]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T20:09:35.5071784Z [00:01:55.379]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:09:35.5135450Z [00:01:55.385]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/ef/efdc1b0fbcd46016a8a00fa9b42fa31a24ad98fcdbda037cafc32d8d09593728-d # internal
2025-08-20T20:09:35.5142457Z [00:01:55.386]➜  crypto/tls
2025-08-20T20:09:35.5143016Z [00:01:55.386]➜  mkdir -p $WORK/b139/
2025-08-20T20:09:35.5147632Z [00:01:55.386]➜  cat >/tmp/go-build3837063487/b139/importcfg << 'EOF' # internal
2025-08-20T20:09:35.5149615Z [00:01:55.386]➜  # import config
2025-08-20T20:09:35.5150549Z [00:01:55.386]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T20:09:35.5151785Z [00:01:55.386]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T20:09:35.5152665Z [00:01:55.386]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:35.5153749Z [00:01:55.386]➜  packagefile container/list=/tmp/go-build3837063487/b110/_pkg_.a
2025-08-20T20:09:35.5154304Z [00:01:55.386]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:35.5154831Z [00:01:55.386]➜  packagefile crypto=/tmp/go-build3837063487/b113/_pkg_.a
2025-08-20T20:09:35.5155317Z [00:01:55.386]➜  packagefile crypto/aes=/tmp/go-build3837063487/b140/_pkg_.a
2025-08-20T20:09:35.5155834Z [00:01:55.386]➜  packagefile crypto/cipher=/tmp/go-build3837063487/b114/_pkg_.a
2025-08-20T20:09:35.5156340Z [00:01:55.386]➜  packagefile crypto/des=/tmp/go-build3837063487/b141/_pkg_.a
2025-08-20T20:09:35.5156834Z [00:01:55.386]➜  packagefile crypto/ecdh=/tmp/go-build3837063487/b142/_pkg_.a
2025-08-20T20:09:35.5157336Z [00:01:55.386]➜  packagefile crypto/ecdsa=/tmp/go-build3837063487/b147/_pkg_.a
2025-08-20T20:09:35.5157846Z [00:01:55.386]➜  packagefile crypto/ed25519=/tmp/go-build3837063487/b159/_pkg_.a
2025-08-20T20:09:35.5158369Z [00:01:55.386]➜  packagefile crypto/elliptic=/tmp/go-build3837063487/b148/_pkg_.a
2025-08-20T20:09:35.5158880Z [00:01:55.386]➜  packagefile crypto/hkdf=/tmp/go-build3837063487/b162/_pkg_.a
2025-08-20T20:09:35.5159600Z [00:01:55.386]➜  packagefile crypto/hmac=/tmp/go-build3837063487/b164/_pkg_.a
2025-08-20T20:09:35.5160582Z [00:01:55.386]➜  packagefile crypto/internal/boring=/tmp/go-build3837063487/b112/_pkg_.a
2025-08-20T20:09:35.5161637Z [00:01:55.386]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3837063487/b115/_pkg_.a
2025-08-20T20:09:35.5162831Z [00:01:55.386]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3837063487/b128/_pkg_.a
2025-08-20T20:09:35.5164092Z [00:01:55.386]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3837063487/b165/_pkg_.a
2025-08-20T20:09:35.5165150Z [00:01:55.386]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3837063487/b166/_pkg_.a
2025-08-20T20:09:35.5166203Z [00:01:55.386]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3837063487/b167/_pkg_.a
2025-08-20T20:09:35.5167202Z [00:01:55.386]➜  packagefile crypto/internal/hpke=/tmp/go-build3837063487/b168/_pkg_.a
2025-08-20T20:09:35.5168111Z [00:01:55.386]➜  packagefile crypto/md5=/tmp/go-build3837063487/b174/_pkg_.a
2025-08-20T20:09:35.5168971Z [00:01:55.386]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:35.5169803Z [00:01:55.386]➜  packagefile crypto/rc4=/tmp/go-build3837063487/b175/_pkg_.a
2025-08-20T20:09:35.5170690Z [00:01:55.386]➜  packagefile crypto/rsa=/tmp/go-build3837063487/b176/_pkg_.a
2025-08-20T20:09:35.5171565Z [00:01:55.386]➜  packagefile crypto/sha1=/tmp/go-build3837063487/b178/_pkg_.a
2025-08-20T20:09:35.5172446Z [00:01:55.386]➜  packagefile crypto/sha256=/tmp/go-build3837063487/b179/_pkg_.a
2025-08-20T20:09:35.5173521Z [00:01:55.386]➜  packagefile crypto/sha512=/tmp/go-build3837063487/b155/_pkg_.a
2025-08-20T20:09:35.5174401Z [00:01:55.386]➜  packagefile crypto/subtle=/tmp/go-build3837063487/b135/_pkg_.a
2025-08-20T20:09:35.5175419Z [00:01:55.386]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3837063487/b180/_pkg_.a
2025-08-20T20:09:35.5176382Z [00:01:55.387]➜  packagefile crypto/x509=/tmp/go-build3837063487/b182/_pkg_.a
2025-08-20T20:09:35.5177277Z [00:01:55.387]➜  packagefile encoding/pem=/tmp/go-build3837063487/b186/_pkg_.a
2025-08-20T20:09:35.5178365Z [00:01:55.387]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:35.5179157Z [00:01:55.387]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:35.5180281Z [00:01:55.387]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3837063487/b169/_pkg_.a
2025-08-20T20:09:35.5181495Z [00:01:55.387]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3837063487/b156/_pkg_.a
2025-08-20T20:09:35.5182501Z [00:01:55.387]➜  packagefile hash=/tmp/go-build3837063487/b076/_pkg_.a
2025-08-20T20:09:35.5183581Z [00:01:55.387]➜  packagefile internal/byteorder=/tmp/go-build3837063487/b012/_pkg_.a
2025-08-20T20:09:35.5184555Z [00:01:55.387]➜  packagefile internal/cpu=/tmp/go-build3837063487/b011/_pkg_.a
2025-08-20T20:09:35.5185487Z [00:01:55.387]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:35.5186348Z [00:01:55.387]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:35.5187350Z [00:01:55.387]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:35.5188144Z [00:01:55.387]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:35.5188980Z [00:01:55.387]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:35.5189782Z [00:01:55.387]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:35.5190576Z [00:01:55.387]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:35.5191348Z [00:01:55.387]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:35.5192152Z [00:01:55.387]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:35.5192973Z [00:01:55.387]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:35.5194015Z [00:01:55.387]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:35.5195119Z [00:01:55.387]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:35.5195929Z [00:01:55.387]➜  packagefile weak=/tmp/go-build3837063487/b093/_pkg_.a
2025-08-20T20:09:35.5196514Z [00:01:55.387]➜  EOF
2025-08-20T20:09:35.5204725Z [00:01:55.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b139=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid 3WaLCeKyczCEEeKEZWDc/3WaLCeKyczCEEeKEZWDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T20:09:36.3072264Z [00:01:56.179]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:09:36.3220270Z [00:01:56.193]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/e2/e20a9ec74b11c7623255e8a8b9bb2dfd963ed3c8ca8ba4df7b94902df97b0a04-d # internal
2025-08-20T20:09:36.3221747Z [00:01:56.194]➜  net/http/httptrace
2025-08-20T20:09:36.3222419Z [00:01:56.194]➜  mkdir -p $WORK/b201/
2025-08-20T20:09:36.3223676Z [00:01:56.194]➜  cat >/tmp/go-build3837063487/b201/importcfg << 'EOF' # internal
2025-08-20T20:09:36.3224179Z [00:01:56.194]➜  # import config
2025-08-20T20:09:36.3224590Z [00:01:56.194]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:36.3225354Z [00:01:56.194]➜  packagefile crypto/tls=/tmp/go-build3837063487/b139/_pkg_.a
2025-08-20T20:09:36.3225882Z [00:01:56.194]➜  packagefile internal/nettrace=/tmp/go-build3837063487/b089/_pkg_.a
2025-08-20T20:09:36.3226360Z [00:01:56.194]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:36.3237070Z [00:01:56.194]➜  packagefile net/textproto=/tmp/go-build3837063487/b195/_pkg_.a
2025-08-20T20:09:36.3238041Z [00:01:56.194]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:36.3238848Z [00:01:56.194]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:36.3239431Z [00:01:56.194]➜  EOF
2025-08-20T20:09:36.3242242Z [00:01:56.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b201=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid hqwhKOxy1c0bDhrG6LYy/hqwhKOxy1c0bDhrG6LYy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T20:09:36.3465751Z [00:01:56.218]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:09:36.3474490Z [00:01:56.219]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/f7/f757b9a51319617c1a21eace2e912183a666a52622e9b1f6e25c6bfe2f264a18-d # internal
2025-08-20T20:09:36.3477109Z [00:01:56.219]➜  net/http/internal/httpcommon
2025-08-20T20:09:36.3478945Z [00:01:56.219]➜  mkdir -p $WORK/b204/
2025-08-20T20:09:36.3479671Z [00:01:56.219]➜  cat >/tmp/go-build3837063487/b204/importcfg << 'EOF' # internal
2025-08-20T20:09:36.3480235Z [00:01:56.219]➜  # import config
2025-08-20T20:09:36.3481017Z [00:01:56.219]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:09:36.3482062Z [00:01:56.219]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:09:36.3482991Z [00:01:56.219]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:36.3484363Z [00:01:56.219]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:36.3485166Z [00:01:56.219]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:36.3486162Z [00:01:56.219]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3837063487/b189/_pkg_.a
2025-08-20T20:09:36.3487410Z [00:01:56.219]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3837063487/b197/_pkg_.a
2025-08-20T20:09:36.3488481Z [00:01:56.219]➜  packagefile net/http/httptrace=/tmp/go-build3837063487/b201/_pkg_.a
2025-08-20T20:09:36.3489404Z [00:01:56.219]➜  packagefile net/textproto=/tmp/go-build3837063487/b195/_pkg_.a
2025-08-20T20:09:36.3490228Z [00:01:56.219]➜  packagefile net/url=/tmp/go-build3837063487/b188/_pkg_.a
2025-08-20T20:09:36.3491019Z [00:01:56.219]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:36.3491844Z [00:01:56.219]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:36.3492702Z [00:01:56.219]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:36.3493702Z [00:01:56.219]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:36.3494306Z [00:01:56.219]➜  EOF
2025-08-20T20:09:36.3497519Z [00:01:56.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b204=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T20:09:36.3862728Z [00:01:56.258]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:09:36.3870898Z [00:01:56.259]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T20:09:36.3882591Z [00:01:56.260]➜  net/http
2025-08-20T20:09:36.3883711Z [00:01:56.260]➜  mkdir -p $WORK/b108/
2025-08-20T20:09:36.3887885Z [00:01:56.260]➜  cat >/tmp/go-build3837063487/b108/importcfg << 'EOF' # internal
2025-08-20T20:09:36.3888675Z [00:01:56.260]➜  # import config
2025-08-20T20:09:36.3889786Z [00:01:56.260]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T20:09:36.3890916Z [00:01:56.260]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T20:09:36.3891993Z [00:01:56.260]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T20:09:36.3892925Z [00:01:56.260]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T20:09:36.3893958Z [00:01:56.260]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:36.3894807Z [00:01:56.260]➜  packagefile bytes=/tmp/go-build3837063487/b067/_pkg_.a
2025-08-20T20:09:36.3895667Z [00:01:56.260]➜  packagefile compress/gzip=/tmp/go-build3837063487/b109/_pkg_.a
2025-08-20T20:09:36.3897016Z [00:01:56.260]➜  packagefile container/list=/tmp/go-build3837063487/b110/_pkg_.a
2025-08-20T20:09:36.3897855Z [00:01:56.260]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:36.3898664Z [00:01:56.260]➜  packagefile crypto/rand=/tmp/go-build3837063487/b111/_pkg_.a
2025-08-20T20:09:36.3899500Z [00:01:56.260]➜  packagefile crypto/tls=/tmp/go-build3837063487/b139/_pkg_.a
2025-08-20T20:09:36.3900063Z [00:01:56.260]➜  packagefile encoding/base64=/tmp/go-build3837063487/b081/_pkg_.a
2025-08-20T20:09:36.3900564Z [00:01:56.260]➜  packagefile encoding/binary=/tmp/go-build3837063487/b075/_pkg_.a
2025-08-20T20:09:36.3901089Z [00:01:56.261]➜  packagefile errors=/tmp/go-build3837063487/b003/_pkg_.a
2025-08-20T20:09:36.3901797Z [00:01:56.261]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:36.3902540Z [00:01:56.261]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3837063487/b189/_pkg_.a
2025-08-20T20:09:36.3903795Z [00:01:56.261]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3837063487/b196/_pkg_.a
2025-08-20T20:09:36.3904642Z [00:01:56.261]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3837063487/b197/_pkg_.a
2025-08-20T20:09:36.3905376Z [00:01:56.261]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3837063487/b190/_pkg_.a
2025-08-20T20:09:36.3905942Z [00:01:56.261]➜  packagefile internal/godebug=/tmp/go-build3837063487/b055/_pkg_.a
2025-08-20T20:09:36.3906404Z [00:01:56.261]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:36.3906944Z [00:01:56.261]➜  packagefile io/fs=/tmp/go-build3837063487/b051/_pkg_.a
2025-08-20T20:09:36.3907373Z [00:01:56.261]➜  packagefile log=/tmp/go-build3837063487/b106/_pkg_.a
2025-08-20T20:09:36.3907925Z [00:01:56.261]➜  packagefile maps=/tmp/go-build3837063487/b187/_pkg_.a
2025-08-20T20:09:36.3908449Z [00:01:56.261]➜  packagefile math=/tmp/go-build3837063487/b038/_pkg_.a
2025-08-20T20:09:36.3908937Z [00:01:56.261]➜  packagefile math/bits=/tmp/go-build3837063487/b039/_pkg_.a
2025-08-20T20:09:36.3909704Z [00:01:56.261]➜  packagefile math/rand=/tmp/go-build3837063487/b138/_pkg_.a
2025-08-20T20:09:36.3910308Z [00:01:56.261]➜  packagefile mime=/tmp/go-build3837063487/b198/_pkg_.a
2025-08-20T20:09:36.3910820Z [00:01:56.261]➜  packagefile mime/multipart=/tmp/go-build3837063487/b199/_pkg_.a
2025-08-20T20:09:36.3911353Z [00:01:56.261]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:36.3911944Z [00:01:56.261]➜  packagefile net/http/httptrace=/tmp/go-build3837063487/b201/_pkg_.a
2025-08-20T20:09:36.3912548Z [00:01:56.261]➜  packagefile net/http/internal=/tmp/go-build3837063487/b202/_pkg_.a
2025-08-20T20:09:36.3913465Z [00:01:56.261]➜  packagefile net/http/internal/ascii=/tmp/go-build3837063487/b203/_pkg_.a
2025-08-20T20:09:36.3914284Z [00:01:56.261]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3837063487/b204/_pkg_.a
2025-08-20T20:09:36.3914849Z [00:01:56.261]➜  packagefile net/textproto=/tmp/go-build3837063487/b195/_pkg_.a
2025-08-20T20:09:36.3915342Z [00:01:56.261]➜  packagefile net/url=/tmp/go-build3837063487/b188/_pkg_.a
2025-08-20T20:09:36.3915768Z [00:01:56.261]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:36.3916186Z [00:01:56.261]➜  packagefile path=/tmp/go-build3837063487/b053/_pkg_.a
2025-08-20T20:09:36.3916641Z [00:01:56.261]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:36.3917096Z [00:01:56.261]➜  packagefile reflect=/tmp/go-build3837063487/b035/_pkg_.a
2025-08-20T20:09:36.3917531Z [00:01:56.261]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:36.3917958Z [00:01:56.261]➜  packagefile slices=/tmp/go-build3837063487/b047/_pkg_.a
2025-08-20T20:09:36.3918376Z [00:01:56.261]➜  packagefile sort=/tmp/go-build3837063487/b074/_pkg_.a
2025-08-20T20:09:36.3918799Z [00:01:56.261]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:36.3919225Z [00:01:56.261]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:36.3919836Z [00:01:56.261]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:36.3920278Z [00:01:56.261]➜  packagefile sync/atomic=/tmp/go-build3837063487/b044/_pkg_.a
2025-08-20T20:09:36.3920716Z [00:01:56.261]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:36.3921135Z [00:01:56.261]➜  packagefile unicode=/tmp/go-build3837063487/b046/_pkg_.a
2025-08-20T20:09:36.3921587Z [00:01:56.261]➜  packagefile unicode/utf8=/tmp/go-build3837063487/b041/_pkg_.a
2025-08-20T20:09:36.3921935Z [00:01:56.261]➜  EOF
2025-08-20T20:09:36.3928611Z [00:01:56.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b108=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid 3pjo1xcSdPw7JamWjkAs/3pjo1xcSdPw7JamWjkAs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T20:09:37.6742623Z [00:01:57.546]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:09:37.6992811Z [00:01:57.571]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/7e/7e14f2b6e5c0d328421f3c93168282d4ad9406554cdb46066f515ff93de7c95f-d # internal
2025-08-20T20:09:37.6994232Z [00:01:57.571]➜  github.com/0x5ubt13/enumeraga/internal/utils
2025-08-20T20:09:37.6994851Z [00:01:57.571]➜  mkdir -p $WORK/b071/
2025-08-20T20:09:37.6996692Z [00:01:57.571]➜  cat >/tmp/go-build3837063487/b071/importcfg << 'EOF' # internal
2025-08-20T20:09:37.6997406Z [00:01:57.571]➜  # import config
2025-08-20T20:09:37.6998045Z [00:01:57.571]➜  packagefile archive/zip=/tmp/go-build3837063487/b072/_pkg_.a
2025-08-20T20:09:37.6998553Z [00:01:57.571]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:37.6999300Z [00:01:57.571]➜  packagefile encoding/json=/tmp/go-build3837063487/b079/_pkg_.a
2025-08-20T20:09:37.6999819Z [00:01:57.571]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.7000348Z [00:01:57.571]➜  packagefile github.com/Ullaakut/nmap/v3=/tmp/go-build3837063487/b083/_pkg_.a
2025-08-20T20:09:37.7000950Z [00:01:57.571]➜  packagefile github.com/fatih/color=/tmp/go-build3837063487/b098/_pkg_.a
2025-08-20T20:09:37.7001502Z [00:01:57.571]➜  packagefile github.com/mattn/go-zglob=/tmp/go-build3837063487/b102/_pkg_.a
2025-08-20T20:09:37.7002059Z [00:01:57.571]➜  packagefile golang.org/x/net/html=/tmp/go-build3837063487/b104/_pkg_.a
2025-08-20T20:09:37.7002547Z [00:01:57.571]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:37.7002969Z [00:01:57.571]➜  packagefile log=/tmp/go-build3837063487/b106/_pkg_.a
2025-08-20T20:09:37.7003734Z [00:01:57.571]➜  packagefile net/http=/tmp/go-build3837063487/b108/_pkg_.a
2025-08-20T20:09:37.7004182Z [00:01:57.571]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.7004610Z [00:01:57.571]➜  packagefile os/exec=/tmp/go-build3837063487/b095/_pkg_.a
2025-08-20T20:09:37.7005119Z [00:01:57.571]➜  packagefile path/filepath=/tmp/go-build3837063487/b078/_pkg_.a
2025-08-20T20:09:37.7005828Z [00:01:57.571]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:37.7006262Z [00:01:57.571]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:37.7006715Z [00:01:57.571]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:37.7007141Z [00:01:57.571]➜  packagefile sync=/tmp/go-build3837063487/b042/_pkg_.a
2025-08-20T20:09:37.7007556Z [00:01:57.571]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:37.7007871Z [00:01:57.571]➜  EOF
2025-08-20T20:09:37.7010059Z [00:01:57.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/utils=>github.com/0x5ubt13/enumeraga/internal/utils;$WORK/b071=>" -p github.com/0x5ubt13/enumeraga/internal/utils -lang=go1.23 -complete -installsuffix shared -buildid GHoSPp9hwiD5P9jVLiNl/GHoSPp9hwiD5P9jVLiNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack ./internal/utils/utils.go
2025-08-20T20:09:37.7930890Z [00:01:57.664]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:09:37.7949866Z [00:01:57.666]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/ab/ab058f3cb8ad7d65621633135cbbfa0e4847eb0754157bbdf3f9194c7591462d-d # internal
2025-08-20T20:09:37.7951881Z [00:01:57.667]➜  github.com/0x5ubt13/enumeraga/internal/scans
2025-08-20T20:09:37.7952556Z [00:01:57.667]➜  mkdir -p $WORK/b069/
2025-08-20T20:09:37.7953371Z [00:01:57.667]➜  github.com/0x5ubt13/enumeraga/internal/infra
2025-08-20T20:09:37.7953984Z [00:01:57.667]➜  mkdir -p $WORK/b206/
2025-08-20T20:09:37.7958198Z [00:01:57.667]➜  cat >/tmp/go-build3837063487/b069/importcfg << 'EOF' # internal
2025-08-20T20:09:37.7960505Z [00:01:57.667]➜  # import config
2025-08-20T20:09:37.7961210Z [00:01:57.667]➜  packagefile context=/tmp/go-build3837063487/b070/_pkg_.a
2025-08-20T20:09:37.7962072Z [00:01:57.667]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.7963669Z [00:01:57.667]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.7965340Z [00:01:57.667]➜  packagefile github.com/Ullaakut/nmap/v3=/tmp/go-build3837063487/b083/_pkg_.a
2025-08-20T20:09:37.7966269Z [00:01:57.667]➜  packagefile log=/tmp/go-build3837063487/b106/_pkg_.a
2025-08-20T20:09:37.7967033Z [00:01:57.667]➜  packagefile strconv=/tmp/go-build3837063487/b040/_pkg_.a
2025-08-20T20:09:37.7967829Z [00:01:57.667]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:37.7968435Z [00:01:57.667]➜  EOF
2025-08-20T20:09:37.7971820Z [00:01:57.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/scans=>github.com/0x5ubt13/enumeraga/internal/scans;$WORK/b069=>" -p github.com/0x5ubt13/enumeraga/internal/scans -lang=go1.23 -complete -installsuffix shared -buildid Nb2WNNVO4AnRpdrmmysN/Nb2WNNVO4AnRpdrmmysN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack ./internal/scans/scans.go
2025-08-20T20:09:37.7975250Z [00:01:57.667]➜  cat >/tmp/go-build3837063487/b206/importcfg << 'EOF' # internal
2025-08-20T20:09:37.7975923Z [00:01:57.667]➜  # import config
2025-08-20T20:09:37.7976549Z [00:01:57.667]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.7977632Z [00:01:57.667]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.7978904Z [00:01:57.667]➜  packagefile github.com/pborman/getopt/v2=/tmp/go-build3837063487/b205/_pkg_.a
2025-08-20T20:09:37.7979843Z [00:01:57.667]➜  packagefile net=/tmp/go-build3837063487/b087/_pkg_.a
2025-08-20T20:09:37.7980627Z [00:01:57.667]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.7981253Z [00:01:57.667]➜  EOF
2025-08-20T20:09:37.7984812Z [00:01:57.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/infra=>github.com/0x5ubt13/enumeraga/internal/infra;$WORK/b206=>" -p github.com/0x5ubt13/enumeraga/internal/infra -lang=go1.23 -complete -installsuffix shared -buildid vhtNzNUnSeZAK2CSlGRQ/vhtNzNUnSeZAK2CSlGRQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack ./internal/infra/infra.go
2025-08-20T20:09:37.8151258Z [00:01:57.686]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T20:09:37.8159967Z [00:01:57.687]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/94/944eb1f71ad5a6feb104c97a93cfa26e01f18fdac5dfd9427d2d3640ebe01a31-d # internal
2025-08-20T20:09:37.8526093Z [00:01:57.724]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:09:37.8548904Z [00:01:57.726]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/50/506a9ea9572190b65c3f614a8fc73e5616c1d0e4b366ed57406fd76a03fa9bdb-d # internal
2025-08-20T20:09:37.8550987Z [00:01:57.726]➜  github.com/0x5ubt13/enumeraga/internal/commands
2025-08-20T20:09:37.8551637Z [00:01:57.726]➜  mkdir -p $WORK/b065/
2025-08-20T20:09:37.8552348Z [00:01:57.726]➜  cat >/tmp/go-build3837063487/b065/importcfg << 'EOF' # internal
2025-08-20T20:09:37.8553066Z [00:01:57.726]➜  # import config
2025-08-20T20:09:37.8554176Z [00:01:57.726]➜  packagefile bufio=/tmp/go-build3837063487/b066/_pkg_.a
2025-08-20T20:09:37.8555003Z [00:01:57.726]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.8556121Z [00:01:57.726]➜  packagefile github.com/0x5ubt13/enumeraga/internal/scans=/tmp/go-build3837063487/b069/_pkg_.a
2025-08-20T20:09:37.8557470Z [00:01:57.726]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.8558487Z [00:01:57.726]➜  packagefile io=/tmp/go-build3837063487/b048/_pkg_.a
2025-08-20T20:09:37.8559209Z [00:01:57.726]➜  packagefile log=/tmp/go-build3837063487/b106/_pkg_.a
2025-08-20T20:09:37.8559978Z [00:01:57.726]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.8560779Z [00:01:57.726]➜  packagefile os/exec=/tmp/go-build3837063487/b095/_pkg_.a
2025-08-20T20:09:37.8561635Z [00:01:57.726]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:37.8562556Z [00:01:57.726]➜  EOF
2025-08-20T20:09:37.8565164Z [00:01:57.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/commands=>github.com/0x5ubt13/enumeraga/internal/commands;$WORK/b065=>" -p github.com/0x5ubt13/enumeraga/internal/commands -lang=go1.23 -complete -installsuffix shared -buildid 5RQsYUA04qO2friJ1_og/5RQsYUA04qO2friJ1_og -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack ./internal/commands/commands.go
2025-08-20T20:09:37.9114670Z [00:01:57.783]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:09:37.9128968Z [00:01:57.784]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/6c/6cbb716e99ddaddf9e97bc5391d60ec425ded3e8700ce20afad20988ae941d40-d # internal
2025-08-20T20:09:37.9129807Z [00:01:57.784]➜  github.com/0x5ubt13/enumeraga/internal/cloudScanner
2025-08-20T20:09:37.9130443Z [00:01:57.784]➜  mkdir -p $WORK/b064/
2025-08-20T20:09:37.9132918Z [00:01:57.785]➜  cat >/tmp/go-build3837063487/b064/importcfg << 'EOF' # internal
2025-08-20T20:09:37.9133690Z [00:01:57.785]➜  # import config
2025-08-20T20:09:37.9134154Z [00:01:57.785]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.9134960Z [00:01:57.785]➜  packagefile github.com/0x5ubt13/enumeraga/internal/commands=/tmp/go-build3837063487/b065/_pkg_.a
2025-08-20T20:09:37.9135808Z [00:01:57.785]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.9136385Z [00:01:57.785]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.9136816Z [00:01:57.785]➜  EOF
2025-08-20T20:09:37.9139054Z [00:01:57.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloudScanner=>github.com/0x5ubt13/enumeraga/internal/cloudScanner;$WORK/b064=>" -p github.com/0x5ubt13/enumeraga/internal/cloudScanner -lang=go1.23 -complete -installsuffix shared -buildid oL7wLbO7KIDiV-EYiJDN/oL7wLbO7KIDiV-EYiJDN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack ./internal/cloudScanner/cloudScanner.go
2025-08-20T20:09:37.9253979Z [00:01:57.797]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:09:37.9259193Z [00:01:57.797]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/fc/fcfcb915efd060485801e561d074650853e5407ff479828cff5584d325092618-d # internal
2025-08-20T20:09:37.9260037Z [00:01:57.797]➜  github.com/0x5ubt13/enumeraga/internal/cloud
2025-08-20T20:09:37.9264786Z [00:01:57.798]➜  mkdir -p $WORK/b063/
2025-08-20T20:09:37.9265532Z [00:01:57.798]➜  cat >/tmp/go-build3837063487/b063/importcfg << 'EOF' # internal
2025-08-20T20:09:37.9266184Z [00:01:57.798]➜  # import config
2025-08-20T20:09:37.9266797Z [00:01:57.798]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.9267941Z [00:01:57.798]➜  packagefile github.com/0x5ubt13/enumeraga/internal/cloudScanner=/tmp/go-build3837063487/b064/_pkg_.a
2025-08-20T20:09:37.9269404Z [00:01:57.798]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.9270720Z [00:01:57.798]➜  packagefile github.com/pborman/getopt/v2=/tmp/go-build3837063487/b205/_pkg_.a
2025-08-20T20:09:37.9271680Z [00:01:57.798]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.9272522Z [00:01:57.798]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:37.9273316Z [00:01:57.798]➜  EOF
2025-08-20T20:09:37.9276545Z [00:01:57.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud=>github.com/0x5ubt13/enumeraga/internal/cloud;$WORK/b063=>" -p github.com/0x5ubt13/enumeraga/internal/cloud -lang=go1.23 -complete -installsuffix shared -buildid TxumWNHf8bR-UraUxWLV/TxumWNHf8bR-UraUxWLV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack ./internal/cloud/cloud.go
2025-08-20T20:09:37.9488071Z [00:01:57.820]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:09:37.9493988Z [00:01:57.821]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/cb/cb0d7e61a85d6073ee1eb59cb5075a7b1fca555a22cda929949381863cb174e0-d # internal
2025-08-20T20:09:37.9495089Z [00:01:57.821]➜  github.com/0x5ubt13/enumeraga/internal/checks
2025-08-20T20:09:37.9495705Z [00:01:57.821]➜  mkdir -p $WORK/b062/
2025-08-20T20:09:37.9498358Z [00:01:57.821]➜  cat >/tmp/go-build3837063487/b062/importcfg << 'EOF' # internal
2025-08-20T20:09:37.9498800Z [00:01:57.821]➜  # import config
2025-08-20T20:09:37.9499302Z [00:01:57.821]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.9500176Z [00:01:57.821]➜  packagefile github.com/0x5ubt13/enumeraga/internal/cloud=/tmp/go-build3837063487/b063/_pkg_.a
2025-08-20T20:09:37.9501256Z [00:01:57.821]➜  packagefile github.com/0x5ubt13/enumeraga/internal/infra=/tmp/go-build3837063487/b206/_pkg_.a
2025-08-20T20:09:37.9502092Z [00:01:57.821]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.9502879Z [00:01:57.821]➜  packagefile github.com/pborman/getopt/v2=/tmp/go-build3837063487/b205/_pkg_.a
2025-08-20T20:09:37.9503681Z [00:01:57.821]➜  packagefile os=/tmp/go-build3837063487/b049/_pkg_.a
2025-08-20T20:09:37.9504023Z [00:01:57.821]➜  EOF
2025-08-20T20:09:37.9506129Z [00:01:57.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/checks=>github.com/0x5ubt13/enumeraga/internal/checks;$WORK/b062=>" -p github.com/0x5ubt13/enumeraga/internal/checks -lang=go1.23 -complete -installsuffix shared -buildid 16pUJ2PnLFTGhC73Quql/16pUJ2PnLFTGhC73Quql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack ./internal/checks/checks.go
2025-08-20T20:09:37.9665932Z [00:01:57.838]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:09:37.9672149Z [00:01:57.839]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/aa/aaaf1fb4c780e9307711e6a688ad59aaca5dc80b3ae968764e67f1d5e4815ae8-d # internal
2025-08-20T20:09:37.9674040Z [00:01:57.839]➜  github.com/0x5ubt13/enumeraga/internal/portsIterator
2025-08-20T20:09:37.9674747Z [00:01:57.839]➜  mkdir -p $WORK/b207/
2025-08-20T20:09:37.9676356Z [00:01:57.839]➜  cat >/tmp/go-build3837063487/b207/importcfg << 'EOF' # internal
2025-08-20T20:09:37.9677006Z [00:01:57.839]➜  # import config
2025-08-20T20:09:37.9677522Z [00:01:57.839]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:37.9678590Z [00:01:57.839]➜  packagefile github.com/0x5ubt13/enumeraga/internal/checks=/tmp/go-build3837063487/b062/_pkg_.a
2025-08-20T20:09:37.9679913Z [00:01:57.839]➜  packagefile github.com/0x5ubt13/enumeraga/internal/commands=/tmp/go-build3837063487/b065/_pkg_.a
2025-08-20T20:09:37.9681222Z [00:01:57.839]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:37.9682258Z [00:01:57.839]➜  packagefile os/exec=/tmp/go-build3837063487/b095/_pkg_.a
2025-08-20T20:09:37.9683106Z [00:01:57.839]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:37.9683933Z [00:01:57.839]➜  EOF
2025-08-20T20:09:37.9687587Z [00:01:57.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/portsIterator=>github.com/0x5ubt13/enumeraga/internal/portsIterator;$WORK/b207=>" -p github.com/0x5ubt13/enumeraga/internal/portsIterator -lang=go1.23 -complete -installsuffix shared -buildid jL7hc3wDpnT8a-ZPxutn/jL7hc3wDpnT8a-ZPxutn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack ./internal/portsIterator/portsIterator.go
2025-08-20T20:09:38.0147044Z [00:01:57.886]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T20:09:38.0157325Z [00:01:57.887]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/a5/a5e1cdd9914b77ae580e4a7aae258c7006908aadab9bf62422aa25959f3a21ec-d # internal
2025-08-20T20:09:38.0158817Z [00:01:57.887]➜  github.com/0x5ubt13/enumeraga
2025-08-20T20:09:38.0159491Z [00:01:57.887]➜  mkdir -p $WORK/b001/
2025-08-20T20:09:38.0163459Z [00:01:57.888]➜  cat >/tmp/go-build3837063487/b001/importcfg << 'EOF' # internal
2025-08-20T20:09:38.0164208Z [00:01:57.888]➜  # import config
2025-08-20T20:09:38.0164861Z [00:01:57.888]➜  packagefile fmt=/tmp/go-build3837063487/b002/_pkg_.a
2025-08-20T20:09:38.0165671Z [00:01:57.888]➜  packagefile github.com/0x5ubt13/enumeraga/internal/checks=/tmp/go-build3837063487/b062/_pkg_.a
2025-08-20T20:09:38.0166579Z [00:01:57.888]➜  packagefile github.com/0x5ubt13/enumeraga/internal/commands=/tmp/go-build3837063487/b065/_pkg_.a
2025-08-20T20:09:38.0167532Z [00:01:57.888]➜  packagefile github.com/0x5ubt13/enumeraga/internal/portsIterator=/tmp/go-build3837063487/b207/_pkg_.a
2025-08-20T20:09:38.0168455Z [00:01:57.888]➜  packagefile github.com/0x5ubt13/enumeraga/internal/scans=/tmp/go-build3837063487/b069/_pkg_.a
2025-08-20T20:09:38.0169280Z [00:01:57.888]➜  packagefile github.com/0x5ubt13/enumeraga/internal/utils=/tmp/go-build3837063487/b071/_pkg_.a
2025-08-20T20:09:38.0170061Z [00:01:57.888]➜  packagefile github.com/Ullaakut/nmap/v3=/tmp/go-build3837063487/b083/_pkg_.a
2025-08-20T20:09:38.0170613Z [00:01:57.888]➜  packagefile strings=/tmp/go-build3837063487/b068/_pkg_.a
2025-08-20T20:09:38.0171166Z [00:01:57.888]➜  packagefile time=/tmp/go-build3837063487/b054/_pkg_.a
2025-08-20T20:09:38.0171705Z [00:01:57.888]➜  packagefile runtime=/tmp/go-build3837063487/b009/_pkg_.a
2025-08-20T20:09:38.0172173Z [00:01:57.888]➜  packagefile runtime/cgo=/tmp/go-build3837063487/b094/_pkg_.a
2025-08-20T20:09:38.0172612Z [00:01:57.888]➜  EOF
2025-08-20T20:09:38.0174428Z [00:01:57.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.aHInJvuLmJ/TEMPREPO=>github.com/0x5ubt13/enumeraga;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid 298S7T5AJd-a7d10-uHH/298S7T5AJd-a7d10-uHH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:09:38.0231558Z [00:01:57.895]➜  # github.com/0x5ubt13/enumeraga
2025-08-20T20:09:38.0232107Z [00:01:57.895]➜  ./main.go:108:11: undefined: unicode
2025-08-20T20:09:38.0232466Z [00:01:57.895]➜  ./main.go:195:12: undefined: unicode
2025-08-20T20:09:38.2221102Z [00:01:58.093]➜  '/tmp/tmp.aHInJvuLmJ/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T20:09:38.2453917Z [00:01:58.117]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:09:38.2476380Z [00:01:58.119]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:09:38.2479789Z [00:01:58.119]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:09:38.2875471Z [00:01:58.159]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:09:38.2907168Z [00:01:58.162]➜  
2025-08-20T20:09:38.2924642Z [00:01:58.164]➜  /build-bins/LICENSE
2025-08-20T20:09:38.2942940Z [00:01:58.166]➜  + file /build-bins/LICENSE
2025-08-20T20:09:38.3234438Z [00:01:58.195]➜  /build-bins/LICENSE: ASCII text, with CRLF line terminators
2025-08-20T20:09:38.3243943Z [00:01:58.196]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T20:09:38.3265748Z [00:01:58.198]➜  /build-bins/LICENSE:         18431 Bytes
2025-08-20T20:09:38.3269129Z [00:01:58.198]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:09:38.3284557Z [00:01:58.200]➜  18K	2025-08-20 20:09:38.220881346 +0000	/build-bins/LICENSE
2025-08-20T20:09:38.3287742Z [00:01:58.200]➜  + popd
2025-08-20T20:09:38.4028507Z [00:01:58.274]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:09:38.4239765Z [00:01:58.295]➜  + '[' -s /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:09:38.4241096Z [00:01:58.295]➜  + cp -fv /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:09:38.4277397Z [00:01:58.299]➜  '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:09:38.4285893Z [00:01:58.300]➜  + find /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:09:38.4287295Z [00:01:58.300]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:09:38.4292231Z [00:01:58.301]➜  + cut -d: -f1
2025-08-20T20:09:38.4296778Z [00:01:58.301]➜  + xargs realpath --no-symlinks
2025-08-20T20:09:38.4309776Z [00:01:58.302]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:38.5871903Z [00:01:58.459]➜  realpath: missing operand
2025-08-20T20:09:38.5872656Z [00:01:58.459]➜  Try 'realpath --help' for more information.
2025-08-20T20:09:38.5882212Z [00:01:58.460]➜  
2025-08-20T20:09:39.1432605Z [00:01:59.015]➜  
2025-08-20T20:09:39.1551614Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.version' from runner:docker to runner:runner
2025-08-20T20:09:39.1554459Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:09:39.1557568Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/checks/checks.go' from root:root to runner:runner
2025-08-20T20:09:39.1560010Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/checks' from root:root to runner:runner
2025-08-20T20:09:39.1562618Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/portsIterator/portsIterator.go' from root:root to runner:runner
2025-08-20T20:09:39.1565826Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/portsIterator' from root:root to runner:runner
2025-08-20T20:09:39.1568277Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/Dockerfile' from root:root to runner:runner
2025-08-20T20:09:39.1570751Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/entrypoint.sh' from root:root to runner:runner
2025-08-20T20:09:39.1573436Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/latest' from root:root to runner:runner
2025-08-20T20:09:39.1575926Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/cloud.go' from root:root to runner:runner
2025-08-20T20:09:39.1578333Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud' from root:root to runner:runner
2025-08-20T20:09:39.1580732Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/unused_functions.txt' from root:root to runner:runner
2025-08-20T20:09:39.1582429Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/commands/commands.go' from root:root to runner:runner
2025-08-20T20:09:39.1584421Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/commands' from root:root to runner:runner
2025-08-20T20:09:39.1585938Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/scans/scans.go' from root:root to runner:runner
2025-08-20T20:09:39.1587201Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/scans' from root:root to runner:runner
2025-08-20T20:09:39.1588451Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/infra/infra.go' from root:root to runner:runner
2025-08-20T20:09:39.1589691Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/infra' from root:root to runner:runner
2025-08-20T20:09:39.1591809Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/utils/utils.go' from root:root to runner:runner
2025-08-20T20:09:39.1594215Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/utils' from root:root to runner:runner
2025-08-20T20:09:39.1595783Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloudScanner/cloudScanner.go' from root:root to runner:runner
2025-08-20T20:09:39.1597142Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloudScanner' from root:root to runner:runner
2025-08-20T20:09:39.1598355Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:09:39.1599816Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:09:39.1601016Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/enumeraga.iml' from root:root to runner:runner
2025-08-20T20:09:39.1602244Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/modules.xml' from root:root to runner:runner
2025-08-20T20:09:39.1603702Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/workspace.xml' from root:root to runner:runner
2025-08-20T20:09:39.1604920Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/vcs.xml' from root:root to runner:runner
2025-08-20T20:09:39.1606090Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea' from root:root to runner:runner
2025-08-20T20:09:39.1607326Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/enumeraga_flowchart_v2.jpg' from root:root to runner:runner
2025-08-20T20:09:39.1608678Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/enumeraga_demo_gif_v0.1.4-beta.gif' from root:root to runner:runner
2025-08-20T20:09:39.1610049Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/Enumeraga-logo_transparent.png' from root:root to runner:runner
2025-08-20T20:09:39.1611444Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img' from root:root to runner:runner
2025-08-20T20:09:39.1612587Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:09:39.1613948Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T20:09:39.1615098Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:09:39.1616342Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.1-beta' from root:root to runner:runner
2025-08-20T20:09:39.1617684Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.2-beta' from root:root to runner:runner
2025-08-20T20:09:39.1619027Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.4-beta' from root:root to runner:runner
2025-08-20T20:09:39.1620356Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.14-beta' from root:root to runner:runner
2025-08-20T20:09:39.1621688Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.5-beta' from root:root to runner:runner
2025-08-20T20:09:39.1623021Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.6-beta' from root:root to runner:runner
2025-08-20T20:09:39.1624803Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.3-beta' from root:root to runner:runner
2025-08-20T20:09:39.1626163Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.12-beta' from root:root to runner:runner
2025-08-20T20:09:39.1627514Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.8-beta' from root:root to runner:runner
2025-08-20T20:09:39.1628843Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.7-beta' from root:root to runner:runner
2025-08-20T20:09:39.1630201Z [00:01:59.027]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.0-beta' from root:root to runner:runner
2025-08-20T20:09:39.1631567Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.11-beta' from root:root to runner:runner
2025-08-20T20:09:39.1632892Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.9-beta' from root:root to runner:runner
2025-08-20T20:09:39.1634445Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.13-beta' from root:root to runner:runner
2025-08-20T20:09:39.1635924Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.10-beta' from root:root to runner:runner
2025-08-20T20:09:39.1637188Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases' from root:root to runner:runner
2025-08-20T20:09:39.1638334Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T20:09:39.1639599Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:09:39.1640938Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:09:39.1642285Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:09:39.1643997Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:09:39.1645315Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:09:39.1646660Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:09:39.1647998Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:09:39.1649468Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:09:39.1650785Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:09:39.1652096Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:09:39.1653592Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:09:39.1654938Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:09:39.1656281Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:09:39.1657911Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:09:39.1659185Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:09:39.1660414Z [00:01:59.028]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:09:39.1661899Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:09:39.1663584Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:09:39.1664971Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:09:39.1666256Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:09:39.1667490Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:09:39.1668689Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:09:39.1669865Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:09:39.1671064Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:09:39.1672300Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:09:39.1674016Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:09:39.1675329Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:09:39.1677054Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:09:39.1679296Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:09:39.1680763Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:09:39.1681947Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:09:39.1683345Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:09:39.1684631Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:09:39.1685812Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:09:39.1687417Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.pack' from root:root to runner:runner
2025-08-20T20:09:39.1689122Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.pack' from root:root to runner:runner
2025-08-20T20:09:39.1690796Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.promisor' from root:root to runner:runner
2025-08-20T20:09:39.1692455Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.rev' from root:root to runner:runner
2025-08-20T20:09:39.1694407Z [00:01:59.029]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.idx' from root:root to runner:runner
2025-08-20T20:09:39.1696086Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.promisor' from root:root to runner:runner
2025-08-20T20:09:39.1697736Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.rev' from root:root to runner:runner
2025-08-20T20:09:39.1699362Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.idx' from root:root to runner:runner
2025-08-20T20:09:39.1700958Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:09:39.1702176Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:09:39.1703590Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:09:39.1704804Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:09:39.1705989Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:09:39.1707213Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:09:39.1708375Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:09:39.1709486Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO' from root:root to runner:runner
2025-08-20T20:09:39.1710544Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ' from root:root to runner:runner
2025-08-20T20:09:39.1711528Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:09:39.1712659Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T20:09:39.1713869Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:09:39.1714832Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:09:39.1715731Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:09:39.1716610Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T20:09:39.1717543Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.version' from runner:docker to runner:runner
2025-08-20T20:09:39.1718449Z [00:01:59.030]➜  changed ownership of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:09:39.1719390Z [00:01:59.039]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.1753904Z [00:01:59.047]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.1829470Z [00:01:59.054]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/checks/checks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.1906044Z [00:01:59.062]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/portsIterator/portsIterator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.1981823Z [00:01:59.070]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2057631Z [00:01:59.077]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/entrypoint.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2131558Z [00:01:59.085]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/latest' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2205791Z [00:01:59.092]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloud/cloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2279481Z [00:01:59.099]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/unused_functions.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2352544Z [00:01:59.107]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/commands/commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2427068Z [00:01:59.114]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/scans/scans.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2500449Z [00:01:59.121]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/infra/infra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2574034Z [00:01:59.129]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2651663Z [00:01:59.136]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/internal/cloudScanner/cloudScanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2728096Z [00:01:59.144]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2803000Z [00:01:59.152]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/enumeraga.iml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2879457Z [00:01:59.159]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/modules.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.2953719Z [00:01:59.167]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/workspace.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3027840Z [00:01:59.174]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.idea/vcs.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3102116Z [00:01:59.182]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/enumeraga_flowchart_v2.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3175393Z [00:01:59.189]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/enumeraga_demo_gif_v0.1.4-beta.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3249625Z [00:01:59.196]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/img/Enumeraga-logo_transparent.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3322405Z [00:01:59.204]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3396656Z [00:01:59.211]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3472498Z [00:01:59.219]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3548213Z [00:01:59.226]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.1-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3624618Z [00:01:59.234]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.2-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3700594Z [00:01:59.241]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.4-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3775735Z [00:01:59.249]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.14-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3850534Z [00:01:59.256]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.5-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.3924158Z [00:01:59.264]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.6-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4000813Z [00:01:59.271]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.3-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4073934Z [00:01:59.279]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.12-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4154290Z [00:01:59.287]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.8-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4235010Z [00:01:59.295]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.7-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4315303Z [00:01:59.303]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.0-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4391194Z [00:01:59.311]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.11-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4466151Z [00:01:59.318]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.9-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4543417Z [00:01:59.326]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.13-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4620172Z [00:01:59.333]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/releases/enumeraga_v0.1.10-beta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4694225Z [00:01:59.341]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4768199Z [00:01:59.348]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4840740Z [00:01:59.355]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4913063Z [00:01:59.363]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.4984983Z [00:01:59.370]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5056615Z [00:01:59.377]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5129370Z [00:01:59.384]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5204238Z [00:01:59.392]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5279135Z [00:01:59.399]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5351516Z [00:01:59.407]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5422855Z [00:01:59.414]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5495218Z [00:01:59.421]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5571875Z [00:01:59.429]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5647526Z [00:01:59.436]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5721755Z [00:01:59.444]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5795540Z [00:01:59.451]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5872970Z [00:01:59.459]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.5945709Z [00:01:59.466]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6020074Z [00:01:59.473]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6093019Z [00:01:59.481]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6166676Z [00:01:59.488]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6238799Z [00:01:59.495]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6311553Z [00:01:59.503]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6388411Z [00:01:59.510]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6468020Z [00:01:59.518]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6541562Z [00:01:59.526]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6614398Z [00:01:59.533]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6688660Z [00:01:59.540]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6764608Z [00:01:59.548]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6838501Z [00:01:59.555]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6912354Z [00:01:59.563]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-51da43ead55b48bd28d7c0bdc0ae0d430a30e250.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.6989767Z [00:01:59.570]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/objects/pack/pack-2a9ae2a8d37fe1fc91fb34b49d098b394c8d6390.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7066564Z [00:01:59.578]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7138785Z [00:01:59.585]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.aHInJvuLmJ/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7213497Z [00:01:59.593]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7290385Z [00:01:59.600]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7368518Z [00:01:59.608]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7444066Z [00:01:59.616]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7520260Z [00:01:59.623]➜  mode of '/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:09:39.7890191Z [00:01:59.660]➜  realpath: missing operand
2025-08-20T20:09:39.7890662Z [00:01:59.660]➜  Try 'realpath --help' for more information.
2025-08-20T20:09:39.8000486Z [00:01:59.671]➜  
2025-08-20T20:09:39.8001354Z [00:01:59.672]➜  [+] Found LICENSE ==> [/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T20:09:39.8002083Z [00:01:59.672]➜  
2025-08-20T20:09:39.8002459Z [00:01:59.672]➜  
2025-08-20T20:09:39.8011551Z [00:01:59.673]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T20:09:39.8012381Z [00:01:59.673]➜                         Version 2, June 1991
2025-08-20T20:09:39.8012990Z [00:01:59.673]➜  
2025-08-20T20:09:39.8013924Z [00:01:59.673]➜   Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
2025-08-20T20:09:39.8014765Z [00:01:59.673]➜   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2025-08-20T20:09:39.8015613Z [00:01:59.673]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T20:09:39.8016478Z [00:01:59.673]➜   of this license document, but changing it is not allowed.
2025-08-20T20:09:39.8017081Z [00:01:59.673]➜  
2025-08-20T20:09:39.8017539Z [00:01:59.673]➜                              Preamble
2025-08-20T20:09:39.8018025Z [00:01:59.673]➜  
2025-08-20T20:09:39.8018623Z [00:01:59.673]➜    The licenses for most software are designed to take away your
2025-08-20T20:09:39.8019516Z [00:01:59.673]➜  freedom to share and change it.  By contrast, the GNU General Public
2025-08-20T20:09:39.8020726Z [00:01:59.673]➜  License is intended to guarantee your freedom to share and change free
2025-08-20T20:09:39.8021692Z [00:01:59.673]➜  software--to make sure the software is free for all its users.  This
2025-08-20T20:09:39.8022579Z [00:01:59.673]➜  General Public License applies to most of the Free Software
2025-08-20T20:09:39.8023688Z [00:01:59.673]➜  Foundation's software and to any other program whose authors commit to
2025-08-20T20:09:39.8024687Z [00:01:59.673]➜  using it.  (Some other Free Software Foundation software is covered by
2025-08-20T20:09:39.8025643Z [00:01:59.673]➜  the GNU Lesser General Public License instead.)  You can apply it to
2025-08-20T20:09:39.8026346Z [00:01:59.673]➜  your programs, too.
2025-08-20T20:09:39.8026789Z [00:01:59.673]➜  
2025-08-20T20:09:39.8027390Z [00:01:59.673]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T20:09:39.8028301Z [00:01:59.673]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T20:09:39.8029281Z [00:01:59.673]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T20:09:39.8030200Z [00:01:59.673]➜  this service if you wish), that you receive source code or can get it
2025-08-20T20:09:39.8030927Z [00:01:59.673]➜  if you want it, that you can change the software or use pieces of it
2025-08-20T20:09:39.8031552Z [00:01:59.673]➜  in new free programs; and that you know you can do these things.
2025-08-20T20:09:39.8032158Z [00:01:59.673]➜  
2025-08-20T20:09:39.8032746Z [00:01:59.673]➜    To protect your rights, we need to make restrictions that forbid
2025-08-20T20:09:39.8033858Z [00:01:59.673]➜  anyone to deny you these rights or to ask you to surrender the rights.
2025-08-20T20:09:39.8034818Z [00:01:59.673]➜  These restrictions translate to certain responsibilities for you if you
2025-08-20T20:09:39.8035498Z [00:01:59.673]➜  distribute copies of the software, or if you modify it.
2025-08-20T20:09:39.8036122Z [00:01:59.673]➜  
2025-08-20T20:09:39.8036484Z [00:01:59.673]➜    For example, if you distribute copies of such a program, whether
2025-08-20T20:09:39.8036985Z [00:01:59.673]➜  gratis or for a fee, you must give the recipients all the rights that
2025-08-20T20:09:39.8037527Z [00:01:59.673]➜  you have.  You must make sure that they, too, receive or can get the
2025-08-20T20:09:39.8038118Z [00:01:59.673]➜  source code.  And you must show them these terms so they know their
2025-08-20T20:09:39.8038470Z [00:01:59.673]➜  rights.
2025-08-20T20:09:39.8038745Z [00:01:59.673]➜  
2025-08-20T20:09:39.8039102Z [00:01:59.673]➜    We protect your rights with two steps: (1) copyright the software, and
2025-08-20T20:09:39.8039603Z [00:01:59.673]➜  (2) offer you this license which gives you legal permission to copy,
2025-08-20T20:09:39.8040011Z [00:01:59.673]➜  distribute and/or modify the software.
2025-08-20T20:09:39.8040288Z [00:01:59.673]➜  
2025-08-20T20:09:39.8040640Z [00:01:59.673]➜    Also, for each author's protection and ours, we want to make certain
2025-08-20T20:09:39.8041180Z [00:01:59.673]➜  that everyone understands that there is no warranty for this free
2025-08-20T20:09:39.8041694Z [00:01:59.673]➜  software.  If the software is modified by someone else and passed on, we
2025-08-20T20:09:39.8042210Z [00:01:59.673]➜  want its recipients to know that what they have is not the original, so
2025-08-20T20:09:39.8042724Z [00:01:59.673]➜  that any problems introduced by others will not reflect on the original
2025-08-20T20:09:39.8044508Z [00:01:59.673]➜  authors' reputations.
2025-08-20T20:09:39.8044821Z [00:01:59.673]➜  
2025-08-20T20:09:39.8045160Z [00:01:59.673]➜    Finally, any free program is threatened constantly by software
2025-08-20T20:09:39.8045648Z [00:01:59.673]➜  patents.  We wish to avoid the danger that redistributors of a free
2025-08-20T20:09:39.8046160Z [00:01:59.673]➜  program will individually obtain patent licenses, in effect making the
2025-08-20T20:09:39.8046701Z [00:01:59.673]➜  program proprietary.  To prevent this, we have made it clear that any
2025-08-20T20:09:39.8047417Z [00:01:59.673]➜  patent must be licensed for everyone's free use or not licensed at all.
2025-08-20T20:09:39.8047794Z [00:01:59.673]➜  
2025-08-20T20:09:39.8048127Z [00:01:59.673]➜    The precise terms and conditions for copying, distribution and
2025-08-20T20:09:39.8048504Z [00:01:59.673]➜  modification follow.
2025-08-20T20:09:39.8048753Z [00:01:59.673]➜  
2025-08-20T20:09:39.8049021Z [00:01:59.673]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T20:09:39.8049453Z [00:01:59.673]➜     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2025-08-20T20:09:39.8049798Z [00:01:59.673]➜  
2025-08-20T20:09:39.8050137Z [00:01:59.673]➜    0. This License applies to any program or other work which contains
2025-08-20T20:09:39.8050634Z [00:01:59.673]➜  a notice placed by the copyright holder saying it may be distributed
2025-08-20T20:09:39.8051133Z [00:01:59.673]➜  under the terms of this General Public License.  The "Program", below,
2025-08-20T20:09:39.8051646Z [00:01:59.673]➜  refers to any such program or work, and a "work based on the Program"
2025-08-20T20:09:39.8052139Z [00:01:59.673]➜  means either the Program or any derivative work under copyright law:
2025-08-20T20:09:39.8052617Z [00:01:59.673]➜  that is to say, a work containing the Program or a portion of it,
2025-08-20T20:09:39.8053102Z [00:01:59.673]➜  either verbatim or with modifications and/or translated into another
2025-08-20T20:09:39.8053748Z [00:01:59.673]➜  language.  (Hereinafter, translation is included without limitation in
2025-08-20T20:09:39.8054257Z [00:01:59.673]➜  the term "modification".)  Each licensee is addressed as "you".
2025-08-20T20:09:39.8054601Z [00:01:59.673]➜  
2025-08-20T20:09:39.8054959Z [00:01:59.673]➜  Activities other than copying, distribution and modification are not
2025-08-20T20:09:39.8055465Z [00:01:59.673]➜  covered by this License; they are outside its scope.  The act of
2025-08-20T20:09:39.8056106Z [00:01:59.673]➜  running the Program is not restricted, and the output from the Program
2025-08-20T20:09:39.8056598Z [00:01:59.673]➜  is covered only if its contents constitute a work based on the
2025-08-20T20:09:39.8057079Z [00:01:59.673]➜  Program (independent of having been made by running the Program).
2025-08-20T20:09:39.8057541Z [00:01:59.673]➜  Whether that is true depends on what the Program does.
2025-08-20T20:09:39.8057861Z [00:01:59.673]➜  
2025-08-20T20:09:39.8058185Z [00:01:59.673]➜    1. You may copy and distribute verbatim copies of the Program's
2025-08-20T20:09:39.8058647Z [00:01:59.673]➜  source code as you receive it, in any medium, provided that you
2025-08-20T20:09:39.8059144Z [00:01:59.673]➜  conspicuously and appropriately publish on each copy an appropriate
2025-08-20T20:09:39.8059653Z [00:01:59.673]➜  copyright notice and disclaimer of warranty; keep intact all the
2025-08-20T20:09:39.8060149Z [00:01:59.673]➜  notices that refer to this License and to the absence of any warranty;
2025-08-20T20:09:39.8060784Z [00:01:59.673]➜  and give any other recipients of the Program a copy of this License
2025-08-20T20:09:39.8061175Z [00:01:59.673]➜  along with the Program.
2025-08-20T20:09:39.8061431Z [00:01:59.673]➜  
2025-08-20T20:09:39.8061773Z [00:01:59.673]➜  You may charge a fee for the physical act of transferring a copy, and
2025-08-20T20:09:39.8062274Z [00:01:59.673]➜  you may at your option offer warranty protection in exchange for a fee.
2025-08-20T20:09:39.8062635Z [00:01:59.673]➜  
2025-08-20T20:09:39.8062965Z [00:01:59.673]➜    2. You may modify your copy or copies of the Program or any portion
2025-08-20T20:09:39.8063547Z [00:01:59.673]➜  of it, thus forming a work based on the Program, and copy and
2025-08-20T20:09:39.8064028Z [00:01:59.673]➜  distribute such modifications or work under the terms of Section 1
2025-08-20T20:09:39.8064507Z [00:01:59.673]➜  above, provided that you also meet all of these conditions:
2025-08-20T20:09:39.8064836Z [00:01:59.673]➜  
2025-08-20T20:09:39.8065161Z [00:01:59.673]➜      a) You must cause the modified files to carry prominent notices
2025-08-20T20:09:39.8065636Z [00:01:59.673]➜      stating that you changed the files and the date of any change.
2025-08-20T20:09:39.8065974Z [00:01:59.673]➜  
2025-08-20T20:09:39.8066305Z [00:01:59.673]➜      b) You must cause any work that you distribute or publish, that in
2025-08-20T20:09:39.8066772Z [00:01:59.673]➜      whole or in part contains or is derived from the Program or any
2025-08-20T20:09:39.8067237Z [00:01:59.673]➜      part thereof, to be licensed as a whole at no charge to all third
2025-08-20T20:09:39.8067654Z [00:01:59.673]➜      parties under the terms of this License.
2025-08-20T20:09:39.8067940Z [00:01:59.673]➜  
2025-08-20T20:09:39.8068265Z [00:01:59.673]➜      c) If the modified program normally reads commands interactively
2025-08-20T20:09:39.8068719Z [00:01:59.673]➜      when run, you must cause it, when started running for such
2025-08-20T20:09:39.8069193Z [00:01:59.673]➜      interactive use in the most ordinary way, to print or display an
2025-08-20T20:09:39.8069904Z [00:01:59.673]➜      announcement including an appropriate copyright notice and a
2025-08-20T20:09:39.8070387Z [00:01:59.673]➜      notice that there is no warranty (or else, saying that you provide
2025-08-20T20:09:39.8070866Z [00:01:59.673]➜      a warranty) and that users may redistribute the program under
2025-08-20T20:09:39.8071346Z [00:01:59.673]➜      these conditions, and telling the user how to view a copy of this
2025-08-20T20:09:39.8071824Z [00:01:59.673]➜      License.  (Exception: if the Program itself is interactive but
2025-08-20T20:09:39.8072298Z [00:01:59.673]➜      does not normally print such an announcement, your work based on
2025-08-20T20:09:39.8072753Z [00:01:59.673]➜      the Program is not required to print an announcement.)
2025-08-20T20:09:39.8073073Z [00:01:59.673]➜  
2025-08-20T20:09:39.8073513Z [00:01:59.673]➜  These requirements apply to the modified work as a whole.  If
2025-08-20T20:09:39.8074014Z [00:01:59.673]➜  identifiable sections of that work are not derived from the Program,
2025-08-20T20:09:39.8074520Z [00:01:59.673]➜  and can be reasonably considered independent and separate works in
2025-08-20T20:09:39.8075011Z [00:01:59.673]➜  themselves, then this License, and its terms, do not apply to those
2025-08-20T20:09:39.8075499Z [00:01:59.673]➜  sections when you distribute them as separate works.  But when you
2025-08-20T20:09:39.8075997Z [00:01:59.673]➜  distribute the same sections as part of a whole which is a work based
2025-08-20T20:09:39.8076497Z [00:01:59.673]➜  on the Program, the distribution of the whole must be on the terms of
2025-08-20T20:09:39.8076984Z [00:01:59.673]➜  this License, whose permissions for other licensees extend to the
2025-08-20T20:09:39.8077489Z [00:01:59.673]➜  entire whole, and thus to each and every part regardless of who wrote it.
2025-08-20T20:09:39.8077856Z [00:01:59.673]➜  
2025-08-20T20:09:39.8078182Z [00:01:59.673]➜  Thus, it is not the intent of this section to claim rights or contest
2025-08-20T20:09:39.8078837Z [00:01:59.673]➜  your rights to work written entirely by you; rather, the intent is to
2025-08-20T20:09:39.8079348Z [00:01:59.673]➜  exercise the right to control the distribution of derivative or
2025-08-20T20:09:39.8079760Z [00:01:59.673]➜  collective works based on the Program.
2025-08-20T20:09:39.8080098Z [00:01:59.673]➜  
2025-08-20T20:09:39.8080449Z [00:01:59.673]➜  In addition, mere aggregation of another work not based on the Program
2025-08-20T20:09:39.8080952Z [00:01:59.673]➜  with the Program (or with a work based on the Program) on a volume of
2025-08-20T20:09:39.8081440Z [00:01:59.673]➜  a storage or distribution medium does not bring the other work under
2025-08-20T20:09:39.8081829Z [00:01:59.673]➜  the scope of this License.
2025-08-20T20:09:39.8082087Z [00:01:59.673]➜  
2025-08-20T20:09:39.8082403Z [00:01:59.673]➜    3. You may copy and distribute the Program (or a work based on it,
2025-08-20T20:09:39.8082887Z [00:01:59.673]➜  under Section 2) in object code or executable form under the terms of
2025-08-20T20:09:39.8083633Z [00:01:59.673]➜  Sections 1 and 2 above provided that you also do one of the following:
2025-08-20T20:09:39.8083992Z [00:01:59.673]➜  
2025-08-20T20:09:39.8084326Z [00:01:59.673]➜      a) Accompany it with the complete corresponding machine-readable
2025-08-20T20:09:39.8084805Z [00:01:59.673]➜      source code, which must be distributed under the terms of Sections
2025-08-20T20:09:39.8085303Z [00:01:59.673]➜      1 and 2 above on a medium customarily used for software interchange; or,
2025-08-20T20:09:39.8085655Z [00:01:59.673]➜  
2025-08-20T20:09:39.8085976Z [00:01:59.673]➜      b) Accompany it with a written offer, valid for at least three
2025-08-20T20:09:39.8086433Z [00:01:59.673]➜      years, to give any third party, for a charge no more than your
2025-08-20T20:09:39.8086898Z [00:01:59.673]➜      cost of physically performing source distribution, a complete
2025-08-20T20:09:39.8087380Z [00:01:59.673]➜      machine-readable copy of the corresponding source code, to be
2025-08-20T20:09:39.8088023Z [00:01:59.673]➜      distributed under the terms of Sections 1 and 2 above on a medium
2025-08-20T20:09:39.8088469Z [00:01:59.673]➜      customarily used for software interchange; or,
2025-08-20T20:09:39.8088770Z [00:01:59.674]➜  
2025-08-20T20:09:39.8089105Z [00:01:59.674]➜      c) Accompany it with the information you received as to the offer
2025-08-20T20:09:39.8089582Z [00:01:59.674]➜      to distribute corresponding source code.  (This alternative is
2025-08-20T20:09:39.8090051Z [00:01:59.674]➜      allowed only for noncommercial distribution and only if you
2025-08-20T20:09:39.8090519Z [00:01:59.674]➜      received the program in object code or executable form with such
2025-08-20T20:09:39.8090950Z [00:01:59.674]➜      an offer, in accord with Subsection b above.)
2025-08-20T20:09:39.8091241Z [00:01:59.674]➜  
2025-08-20T20:09:39.8091575Z [00:01:59.674]➜  The source code for a work means the preferred form of the work for
2025-08-20T20:09:39.8092087Z [00:01:59.674]➜  making modifications to it.  For an executable work, complete source
2025-08-20T20:09:39.8092585Z [00:01:59.674]➜  code means all the source code for all modules it contains, plus any
2025-08-20T20:09:39.8093074Z [00:01:59.674]➜  associated interface definition files, plus the scripts used to
2025-08-20T20:09:39.8093712Z [00:01:59.674]➜  control compilation and installation of the executable.  However, as a
2025-08-20T20:09:39.8094223Z [00:01:59.674]➜  special exception, the source code distributed need not include
2025-08-20T20:09:39.8094704Z [00:01:59.674]➜  anything that is normally distributed (in either source or binary
2025-08-20T20:09:39.8095193Z [00:01:59.674]➜  form) with the major components (compiler, kernel, and so on) of the
2025-08-20T20:09:39.8095689Z [00:01:59.674]➜  operating system on which the executable runs, unless that component
2025-08-20T20:09:39.8096105Z [00:01:59.674]➜  itself accompanies the executable.
2025-08-20T20:09:39.8096382Z [00:01:59.674]➜  
2025-08-20T20:09:39.8096845Z [00:01:59.674]➜  If distribution of executable or object code is made by offering
2025-08-20T20:09:39.8097331Z [00:01:59.674]➜  access to copy from a designated place, then offering equivalent
2025-08-20T20:09:39.8097788Z [00:01:59.674]➜  access to copy the source code from the same place counts as
2025-08-20T20:09:39.8098263Z [00:01:59.674]➜  distribution of the source code, even though third parties are not
2025-08-20T20:09:39.8098730Z [00:01:59.674]➜  compelled to copy the source along with the object code.
2025-08-20T20:09:39.8099062Z [00:01:59.674]➜  
2025-08-20T20:09:39.8099387Z [00:01:59.674]➜    4. You may not copy, modify, sublicense, or distribute the Program
2025-08-20T20:09:39.8099851Z [00:01:59.674]➜  except as expressly provided under this License.  Any attempt
2025-08-20T20:09:39.8100324Z [00:01:59.674]➜  otherwise to copy, modify, sublicense or distribute the Program is
2025-08-20T20:09:39.8100827Z [00:01:59.674]➜  void, and will automatically terminate your rights under this License.
2025-08-20T20:09:39.8101360Z [00:01:59.674]➜  However, parties who have received copies, or rights, from you under
2025-08-20T20:09:39.8101859Z [00:01:59.674]➜  this License will not have their licenses terminated so long as such
2025-08-20T20:09:39.8102271Z [00:01:59.674]➜  parties remain in full compliance.
2025-08-20T20:09:39.8102544Z [00:01:59.674]➜  
2025-08-20T20:09:39.8102867Z [00:01:59.674]➜    5. You are not required to accept this License, since you have not
2025-08-20T20:09:39.8103467Z [00:01:59.674]➜  signed it.  However, nothing else grants you permission to modify or
2025-08-20T20:09:39.8103965Z [00:01:59.674]➜  distribute the Program or its derivative works.  These actions are
2025-08-20T20:09:39.8104459Z [00:01:59.674]➜  prohibited by law if you do not accept this License.  Therefore, by
2025-08-20T20:09:39.8104948Z [00:01:59.674]➜  modifying or distributing the Program (or any work based on the
2025-08-20T20:09:39.8105433Z [00:01:59.674]➜  Program), you indicate your acceptance of this License to do so, and
2025-08-20T20:09:39.8106077Z [00:01:59.674]➜  all its terms and conditions for copying, distributing or modifying
2025-08-20T20:09:39.8106489Z [00:01:59.674]➜  the Program or works based on it.
2025-08-20T20:09:39.8106766Z [00:01:59.674]➜  
2025-08-20T20:09:39.8107101Z [00:01:59.674]➜    6. Each time you redistribute the Program (or any work based on the
2025-08-20T20:09:39.8107588Z [00:01:59.674]➜  Program), the recipient automatically receives a license from the
2025-08-20T20:09:39.8108089Z [00:01:59.674]➜  original licensor to copy, distribute or modify the Program subject to
2025-08-20T20:09:39.8108572Z [00:01:59.674]➜  these terms and conditions.  You may not impose any further
2025-08-20T20:09:39.8109057Z [00:01:59.674]➜  restrictions on the recipients' exercise of the rights granted herein.
2025-08-20T20:09:39.8120483Z [00:01:59.674]➜  You are not responsible for enforcing compliance by third parties to
2025-08-20T20:09:39.8121015Z [00:01:59.674]➜  this License.
2025-08-20T20:09:39.8121290Z [00:01:59.674]➜  
2025-08-20T20:09:39.8121670Z [00:01:59.674]➜    7. If, as a consequence of a court judgment or allegation of patent
2025-08-20T20:09:39.8122201Z [00:01:59.674]➜  infringement or for any other reason (not limited to patent issues),
2025-08-20T20:09:39.8122710Z [00:01:59.674]➜  conditions are imposed on you (whether by court order, agreement or
2025-08-20T20:09:39.8123532Z [00:01:59.674]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T20:09:39.8124060Z [00:01:59.674]➜  excuse you from the conditions of this License.  If you cannot
2025-08-20T20:09:39.8124560Z [00:01:59.674]➜  distribute so as to satisfy simultaneously your obligations under this
2025-08-20T20:09:39.8125079Z [00:01:59.674]➜  License and any other pertinent obligations, then as a consequence you
2025-08-20T20:09:39.8125584Z [00:01:59.674]➜  may not distribute the Program at all.  For example, if a patent
2025-08-20T20:09:39.8126089Z [00:01:59.674]➜  license would not permit royalty-free redistribution of the Program by
2025-08-20T20:09:39.8126802Z [00:01:59.674]➜  all those who receive copies directly or indirectly through you, then
2025-08-20T20:09:39.8127319Z [00:01:59.674]➜  the only way you could satisfy both it and this License would be to
2025-08-20T20:09:39.8127773Z [00:01:59.674]➜  refrain entirely from distribution of the Program.
2025-08-20T20:09:39.8128098Z [00:01:59.674]➜  
2025-08-20T20:09:39.8128446Z [00:01:59.674]➜  If any portion of this section is held invalid or unenforceable under
2025-08-20T20:09:39.8128958Z [00:01:59.674]➜  any particular circumstance, the balance of the section is intended to
2025-08-20T20:09:39.8129457Z [00:01:59.674]➜  apply and the section as a whole is intended to apply in other
2025-08-20T20:09:39.8129826Z [00:01:59.674]➜  circumstances.
2025-08-20T20:09:39.8130065Z [00:01:59.674]➜  
2025-08-20T20:09:39.8130400Z [00:01:59.674]➜  It is not the purpose of this section to induce you to infringe any
2025-08-20T20:09:39.8130923Z [00:01:59.674]➜  patents or other property right claims or to contest validity of any
2025-08-20T20:09:39.8131432Z [00:01:59.674]➜  such claims; this section has the sole purpose of protecting the
2025-08-20T20:09:39.8131913Z [00:01:59.674]➜  integrity of the free software distribution system, which is
2025-08-20T20:09:39.8132392Z [00:01:59.674]➜  implemented by public license practices.  Many people have made
2025-08-20T20:09:39.8132894Z [00:01:59.674]➜  generous contributions to the wide range of software distributed
2025-08-20T20:09:39.8133527Z [00:01:59.674]➜  through that system in reliance on consistent application of that
2025-08-20T20:09:39.8134020Z [00:01:59.674]➜  system; it is up to the author/donor to decide if he or she is willing
2025-08-20T20:09:39.8134523Z [00:01:59.674]➜  to distribute software through any other system and a licensee cannot
2025-08-20T20:09:39.8134914Z [00:01:59.674]➜  impose that choice.
2025-08-20T20:09:39.8135163Z [00:01:59.674]➜  
2025-08-20T20:09:39.8135513Z [00:01:59.674]➜  This section is intended to make thoroughly clear what is believed to
2025-08-20T20:09:39.8136112Z [00:01:59.674]➜  be a consequence of the rest of this License.
2025-08-20T20:09:39.8136415Z [00:01:59.674]➜  
2025-08-20T20:09:39.8136744Z [00:01:59.674]➜    8. If the distribution and/or use of the Program is restricted in
2025-08-20T20:09:39.8137245Z [00:01:59.674]➜  certain countries either by patents or by copyrighted interfaces, the
2025-08-20T20:09:39.8137763Z [00:01:59.674]➜  original copyright holder who places the Program under this License
2025-08-20T20:09:39.8138264Z [00:01:59.674]➜  may add an explicit geographical distribution limitation excluding
2025-08-20T20:09:39.8138761Z [00:01:59.674]➜  those countries, so that distribution is permitted only in or among
2025-08-20T20:09:39.8139266Z [00:01:59.674]➜  countries not thus excluded.  In such case, this License incorporates
2025-08-20T20:09:39.8139741Z [00:01:59.674]➜  the limitation as if written in the body of this License.
2025-08-20T20:09:39.8140080Z [00:01:59.674]➜  
2025-08-20T20:09:39.8140443Z [00:01:59.674]➜    9. The Free Software Foundation may publish revised and/or new versions
2025-08-20T20:09:39.8140980Z [00:01:59.674]➜  of the General Public License from time to time.  Such new versions will
2025-08-20T20:09:39.8141497Z [00:01:59.674]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T20:09:39.8141918Z [00:01:59.674]➜  address new problems or concerns.
2025-08-20T20:09:39.8142200Z [00:01:59.674]➜  
2025-08-20T20:09:39.8142561Z [00:01:59.674]➜  Each version is given a distinguishing version number.  If the Program
2025-08-20T20:09:39.8143087Z [00:01:59.674]➜  specifies a version number of this License which applies to it and "any
2025-08-20T20:09:39.8143740Z [00:01:59.674]➜  later version", you have the option of following the terms and conditions
2025-08-20T20:09:39.8144259Z [00:01:59.674]➜  either of that version or of any later version published by the Free
2025-08-20T20:09:39.8144781Z [00:01:59.674]➜  Software Foundation.  If the Program does not specify a version number of
2025-08-20T20:09:39.8145479Z [00:01:59.674]➜  this License, you may choose any version ever published by the Free Software
2025-08-20T20:09:39.8145887Z [00:01:59.674]➜  Foundation.
2025-08-20T20:09:39.8146123Z [00:01:59.674]➜  
2025-08-20T20:09:39.8146468Z [00:01:59.674]➜    10. If you wish to incorporate parts of the Program into other free
2025-08-20T20:09:39.8146990Z [00:01:59.674]➜  programs whose distribution conditions are different, write to the author
2025-08-20T20:09:39.8147514Z [00:01:59.674]➜  to ask for permission.  For software which is copyrighted by the Free
2025-08-20T20:09:39.8148032Z [00:01:59.674]➜  Software Foundation, write to the Free Software Foundation; we sometimes
2025-08-20T20:09:39.8148560Z [00:01:59.674]➜  make exceptions for this.  Our decision will be guided by the two goals
2025-08-20T20:09:39.8149081Z [00:01:59.674]➜  of preserving the free status of all derivatives of our free software and
2025-08-20T20:09:39.8149572Z [00:01:59.674]➜  of promoting the sharing and reuse of software generally.
2025-08-20T20:09:39.8149910Z [00:01:59.674]➜  
2025-08-20T20:09:39.8150171Z [00:01:59.674]➜                              NO WARRANTY
2025-08-20T20:09:39.8150440Z [00:01:59.674]➜  
2025-08-20T20:09:39.8150804Z [00:01:59.674]➜    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2025-08-20T20:09:39.8151344Z [00:01:59.674]➜  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
2025-08-20T20:09:39.8151880Z [00:01:59.674]➜  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2025-08-20T20:09:39.8152418Z [00:01:59.674]➜  PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2025-08-20T20:09:39.8152942Z [00:01:59.674]➜  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2025-08-20T20:09:39.8153606Z [00:01:59.674]➜  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
2025-08-20T20:09:39.8154291Z [00:01:59.674]➜  TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
2025-08-20T20:09:39.8154831Z [00:01:59.674]➜  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2025-08-20T20:09:39.8155242Z [00:01:59.674]➜  REPAIR OR CORRECTION.
2025-08-20T20:09:39.8155497Z [00:01:59.674]➜  
2025-08-20T20:09:39.8155860Z [00:01:59.674]➜    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T20:09:39.8156371Z [00:01:59.674]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2025-08-20T20:09:39.8156903Z [00:01:59.674]➜  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2025-08-20T20:09:39.8157456Z [00:01:59.674]➜  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2025-08-20T20:09:39.8157993Z [00:01:59.674]➜  OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2025-08-20T20:09:39.8158498Z [00:01:59.674]➜  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2025-08-20T20:09:39.8159038Z [00:01:59.674]➜  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2025-08-20T20:09:39.8159555Z [00:01:59.674]➜  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2025-08-20T20:09:39.8159962Z [00:01:59.674]➜  POSSIBILITY OF SUCH DAMAGES.
2025-08-20T20:09:39.8160236Z [00:01:59.674]➜  
2025-08-20T20:09:39.8160506Z [00:01:59.674]➜                       END OF TERMS AND CONDITIONS
2025-08-20T20:09:39.8160795Z [00:01:59.674]➜  
2025-08-20T20:09:39.8161089Z [00:01:59.674]➜              How to Apply These Terms to Your New Programs
2025-08-20T20:09:39.8161406Z [00:01:59.674]➜  
2025-08-20T20:09:39.8161741Z [00:01:59.674]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T20:09:39.8162241Z [00:01:59.674]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T20:09:39.8162774Z [00:01:59.674]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T20:09:39.8163280Z [00:01:59.674]➜  
2025-08-20T20:09:39.8163903Z [00:01:59.674]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T20:09:39.8164429Z [00:01:59.674]➜  to attach them to the start of each source file to most effectively
2025-08-20T20:09:39.8164940Z [00:01:59.674]➜  convey the exclusion of warranty; and each file should have at least
2025-08-20T20:09:39.8165467Z [00:01:59.674]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T20:09:39.8165824Z [00:01:59.674]➜  
2025-08-20T20:09:39.8166185Z [00:01:59.674]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T20:09:39.8166619Z [00:01:59.674]➜      Copyright (C) <year>  <name of author>
2025-08-20T20:09:39.8166906Z [00:01:59.674]➜  
2025-08-20T20:09:39.8167259Z [00:01:59.674]➜      This program is free software; you can redistribute it and/or modify
2025-08-20T20:09:39.8167765Z [00:01:59.674]➜      it under the terms of the GNU General Public License as published by
2025-08-20T20:09:39.8168283Z [00:01:59.674]➜      the Free Software Foundation; either version 2 of the License, or
2025-08-20T20:09:39.8168703Z [00:01:59.674]➜      (at your option) any later version.
2025-08-20T20:09:39.8168987Z [00:01:59.674]➜  
2025-08-20T20:09:39.8169328Z [00:01:59.674]➜      This program is distributed in the hope that it will be useful,
2025-08-20T20:09:39.8169815Z [00:01:59.674]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T20:09:39.8170314Z [00:01:59.674]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T20:09:39.8170755Z [00:01:59.674]➜      GNU General Public License for more details.
2025-08-20T20:09:39.8171057Z [00:01:59.674]➜  
2025-08-20T20:09:39.8171418Z [00:01:59.674]➜      You should have received a copy of the GNU General Public License along
2025-08-20T20:09:39.8171948Z [00:01:59.674]➜      with this program; if not, write to the Free Software Foundation, Inc.,
2025-08-20T20:09:39.8172591Z [00:01:59.674]➜      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2025-08-20T20:09:39.8172935Z [00:01:59.674]➜  
2025-08-20T20:09:39.8173429Z [00:01:59.674]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T20:09:39.8173805Z [00:01:59.674]➜  
2025-08-20T20:09:39.8174153Z [00:01:59.674]➜  If the program is interactive, make it output a short notice like this
2025-08-20T20:09:39.8174587Z [00:01:59.674]➜  when it starts in an interactive mode:
2025-08-20T20:09:39.8174871Z [00:01:59.674]➜  
2025-08-20T20:09:39.8175193Z [00:01:59.674]➜      Gnomovision version 69, Copyright (C) year name of author
2025-08-20T20:09:39.8175716Z [00:01:59.674]➜      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T20:09:39.8176225Z [00:01:59.674]➜      This is free software, and you are welcome to redistribute it
2025-08-20T20:09:39.8176678Z [00:01:59.674]➜      under certain conditions; type `show c' for details.
2025-08-20T20:09:39.8177011Z [00:01:59.674]➜  
2025-08-20T20:09:39.8177400Z [00:01:59.674]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T20:09:39.8177970Z [00:01:59.674]➜  parts of the General Public License.  Of course, the commands you use may
2025-08-20T20:09:39.8178507Z [00:01:59.675]➜  be called something other than `show w' and `show c'; they could even be
2025-08-20T20:09:39.8178999Z [00:01:59.675]➜  mouse-clicks or menu items--whatever suits your program.
2025-08-20T20:09:39.8179341Z [00:01:59.675]➜  
2025-08-20T20:09:39.8179705Z [00:01:59.675]➜  You should also get your employer (if you work as a programmer) or your
2025-08-20T20:09:39.8180284Z [00:01:59.675]➜  school, if any, to sign a "copyright disclaimer" for the program, if
2025-08-20T20:09:39.8180745Z [00:01:59.675]➜  necessary.  Here is a sample; alter the names:
2025-08-20T20:09:39.8181047Z [00:01:59.675]➜  
2025-08-20T20:09:39.8181411Z [00:01:59.675]➜    Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2025-08-20T20:09:39.8182089Z [00:01:59.675]➜    `Gnomovision' (which makes passes at compilers) written by James Hacker.
2025-08-20T20:09:39.8182476Z [00:01:59.675]➜  
2025-08-20T20:09:39.8182737Z [00:01:59.675]➜    <signature of Ty Coon>, 1 April 1989
2025-08-20T20:09:39.8183062Z [00:01:59.675]➜    Ty Coon, President of Vice
2025-08-20T20:09:39.8183451Z [00:01:59.675]➜  
2025-08-20T20:09:39.8183829Z [00:01:59.675]➜  This General Public License does not permit incorporating your program into
2025-08-20T20:09:39.8184381Z [00:01:59.675]➜  proprietary programs.  If your program is a subroutine library, you may
2025-08-20T20:09:39.8184929Z [00:01:59.675]➜  consider it more useful to permit linking proprietary applications with the
2025-08-20T20:09:39.8185453Z [00:01:59.675]➜  library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T20:09:39.8185878Z [00:01:59.675]➜  Public License instead of this License.
2025-08-20T20:09:39.8186167Z [00:01:59.675]➜  
2025-08-20T20:09:39.8186361Z [00:01:59.675]➜  
2025-08-20T20:09:39.9165172Z [00:01:59.788]➜  
2025-08-20T20:09:39.9165571Z [00:01:59.788]➜  File: LICENSE
2025-08-20T20:09:39.9165956Z [00:01:59.788]➜    Type: ASCII text, with CRLF line terminators
2025-08-20T20:09:39.9166486Z [00:01:59.788]➜    B3sum: 5ebfcfb0dc7e68d7b5600865fb8f3cb81804f85f5ef66f74a727b0ec67c1ed8d
2025-08-20T20:09:39.9167104Z [00:01:59.788]➜    SHA256sum: 189b1af95d661151e054cea10c91b3d754e4de4d3fecfb074c1fb29476f7167b
2025-08-20T20:09:39.9167525Z [00:01:59.788]➜    Size: 20K
2025-08-20T20:09:39.9306104Z [00:01:59.802]➜  
2025-08-20T20:09:39.9306549Z [00:01:59.802]➜  File: SBUILD
2025-08-20T20:09:39.9306981Z [00:01:59.802]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T20:09:39.9307564Z [00:01:59.802]➜    B3sum: d7d74cc77afcf65ee14cd8e8d0699087bf681ba60a217a0c5364d4464a6d7a4f
2025-08-20T20:09:39.9308166Z [00:01:59.802]➜    SHA256sum: dbc20f23bf9b5a26bce0bf11a308652127a0af064c0dc73d22cd245107984eea
2025-08-20T20:09:39.9308585Z [00:01:59.802]➜    Size: 4.0K
2025-08-20T20:09:39.9426743Z [00:01:59.814]➜  
2025-08-20T20:09:39.9427111Z [00:01:59.814]➜  File: enumeraga.static.version
2025-08-20T20:09:39.9427519Z [00:01:59.814]➜    Type: ASCII text, with no line terminators
2025-08-20T20:09:39.9428036Z [00:01:59.814]➜    B3sum: 976fc94f2a5d6a59d2b0afe975d4242e60df2bb2bfd50d9c62c2790b24e810cf
2025-08-20T20:09:39.9428634Z [00:01:59.814]➜    SHA256sum: 5b95f5d1861d05e9753c680d63e96b571278911e22a9681a8dc54bdeb6ed4671
2025-08-20T20:09:39.9429051Z [00:01:59.814]➜    Size: 4.0K
2025-08-20T20:09:39.9547760Z [00:01:59.826]➜  
2025-08-20T20:09:39.9548292Z [00:01:59.826]➜  File: enumeraga.version
2025-08-20T20:09:39.9548907Z [00:01:59.826]➜    Type: ASCII text, with no line terminators
2025-08-20T20:09:39.9549791Z [00:01:59.826]➜    B3sum: 976fc94f2a5d6a59d2b0afe975d4242e60df2bb2bfd50d9c62c2790b24e810cf
2025-08-20T20:09:39.9550855Z [00:01:59.826]➜    SHA256sum: 5b95f5d1861d05e9753c680d63e96b571278911e22a9681a8dc54bdeb6ed4671
2025-08-20T20:09:39.9551356Z [00:01:59.826]➜    Size: 4.0K
2025-08-20T20:09:39.9551688Z [00:01:59.827]➜  
2025-08-20T20:09:39.9552251Z [00:01:59.827]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T20:09:39.9587742Z [00:01:59.830]➜  enumeraga.static.version:976fc94f2a5d6a59d2b0afe975d4242e60df2bb2bfd50d9c62c2790b24e810cf
2025-08-20T20:09:39.9589172Z [00:01:59.830]➜  SBUILD:d7d74cc77afcf65ee14cd8e8d0699087bf681ba60a217a0c5364d4464a6d7a4f
2025-08-20T20:09:39.9590269Z [00:01:59.830]➜  LICENSE:5ebfcfb0dc7e68d7b5600865fb8f3cb81804f85f5ef66f74a727b0ec67c1ed8d
2025-08-20T20:09:39.9590974Z [00:01:59.830]➜  enumeraga.version:976fc94f2a5d6a59d2b0afe975d4242e60df2bb2bfd50d9c62c2790b24e810cf
2025-08-20T20:09:39.9611088Z [00:01:59.833]➜  
2025-08-20T20:09:39.9612088Z [00:01:59.833]➜  [+] Signing enumeraga.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T20:09:39.9726105Z [00:01:59.844]➜  
2025-08-20T20:09:39.9727991Z [00:01:59.844]➜  [✓] SuccessFully Built enumeraga.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/enumeraga/static.official.source.yaml [Wednesday, 2025-08-20 (08:09:39 PM) UTC]
2025-08-20T20:09:39.9729485Z [00:01:59.844]➜  
2025-08-20T20:09:39.9757665Z [00:01:59.847]➜  [+] Total Size: 119M (Includes DUPES+TMPFILES)
2025-08-20T20:09:39.9758295Z [00:01:59.847]➜  [+] LOGPATH='/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.log'
2025-08-20T20:09:39.9771918Z [00:01:59.849]➜  [+] ENVPATH=/tmp/pkgforge/CpxjBJqvq_SBUILD/ENVPATH
2025-08-20T20:09:39.9882225Z 
2025-08-20T20:09:39.9883533Z [+] Sanitizing /tmp/pkgforge/CpxjBJqvq_SBUILD/BUILD.log ==> /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/enumeraga.static.log
2025-08-20T20:09:44.0576683Z 
2025-08-20T20:09:44.0578096Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/enumeraga/official]
2025-08-20T20:09:44.0578803Z [+] LOGS (Build Dir): /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:44.0579114Z 
2025-08-20T20:09:44.1715256Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:09:44.5706867Z ./BUILD_ARTIFACTS.tar : 74.53%   (   119 MiB =>   88.3 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:09:44.5962883Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:09:44.6004190Z 
2025-08-20T20:09:44.6005758Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml :: 00(Hr):02(Min):04(Sec)
2025-08-20T20:09:44.6006467Z 
2025-08-20T20:09:44.6020083Z 
2025-08-20T20:09:44.6020412Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:09:44 PM) UTC
2025-08-20T20:09:44.6020856Z 
2025-08-20T20:09:44.8293680Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:09:44.8342086Z ##[group]Run ##Presets
2025-08-20T20:09:44.8342423Z [36;1m##Presets[0m
2025-08-20T20:09:44.8342635Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:44.8342857Z [36;1m#-------------#[0m
2025-08-20T20:09:44.8343067Z [36;1m##Debug?[0m
2025-08-20T20:09:44.8343835Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:44.8344126Z [36;1m  set -x[0m
2025-08-20T20:09:44.8344307Z [36;1mfi[0m
2025-08-20T20:09:44.8344482Z [36;1m#-------------#[0m
2025-08-20T20:09:44.8344684Z [36;1m##Set ENV[0m
2025-08-20T20:09:44.8344916Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:09:44.8345353Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:09:44.8345763Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:09:44.8346207Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-"[0m
2025-08-20T20:09:44.8346727Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:09:44.8347127Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:44.8347569Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:44.8347906Z [36;1m fi[0m
2025-08-20T20:09:44.8348083Z [36;1m##Push[0m
2025-08-20T20:09:44.8348312Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:09:44.8348595Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:09:44.8348977Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:09:44.8349458Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:09:44.8349906Z [36;1m     ls -sh "/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:09:44.8350250Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:09:44.8350464Z [36;1m       {[0m
2025-08-20T20:09:44.8350653Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:09:44.8350992Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:09:44.8351442Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:09:44.8351876Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:09:44.8352298Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:09:44.8352713Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:09:44.8353103Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:09:44.8353889Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:09:44.8354277Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:09:44.8354660Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:09:44.8355060Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:09:44.8355536Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:09:44.8356058Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:09:44.8356520Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:09:44.8356945Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:09:44.8357362Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:09:44.8357828Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-enumeraga")[0m
2025-08-20T20:09:44.8358287Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:09:44.8358910Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:09:44.8359360Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:09:44.8359765Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:09:44.8360374Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:09:44.8360808Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:09:44.8361073Z [36;1m         #Check[0m
2025-08-20T20:09:44.8361632Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T20:09:44.8362336Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:09:44.8362686Z [36;1m            break[0m
2025-08-20T20:09:44.8362894Z [36;1m          else[0m
2025-08-20T20:09:44.8363535Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:09:44.8363976Z [36;1m          fi[0m
2025-08-20T20:09:44.8364200Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:09:44.8364455Z [36;1m        done[0m
2025-08-20T20:09:44.8364636Z [36;1m       }[0m
2025-08-20T20:09:44.8364839Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:09:44.8365084Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:09:44.8365666Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T20:09:44.8366419Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:09:44.8366833Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:09:44.8367099Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:09:44.8367677Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T20:09:44.8368386Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:09:44.8368889Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:09:44.8369289Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:09:44.8369524Z [36;1m           fi[0m
2025-08-20T20:09:44.8369713Z [36;1m       fi[0m
2025-08-20T20:09:44.8369891Z [36;1m   fi[0m
2025-08-20T20:09:44.8370065Z [36;1m fi[0m
2025-08-20T20:09:44.8370249Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:09:44.8616710Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:44.8616970Z env:
2025-08-20T20:09:44.8617161Z   CROSS_COMPILING: NO
2025-08-20T20:09:44.8617389Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:44.8617621Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:44.8617834Z   ON_QEMU: NO
2025-08-20T20:09:44.8618004Z   DEBUG: 0
2025-08-20T20:09:44.8618181Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:44.8618401Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:44.8618710Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:44.8619021Z   KEEP_LOGS: YES
2025-08-20T20:09:44.8619210Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:44.8619422Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:44.8619639Z   SBUILD_REBUILD: false
2025-08-20T20:09:44.8620190Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:44.8620776Z   BUILD_SYS: docker://go
2025-08-20T20:09:44.8620983Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:44.8621170Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:44.8621360Z   SYSTMP: /tmp
2025-08-20T20:09:44.8621539Z   GHA_MODE: MATRIX
2025-08-20T20:09:44.8622190Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:44.8622708Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:44.8623030Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:44.8623691Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:44.8624172Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:44.8624549Z   PKG_TYPE: static
2025-08-20T20:09:44.8624741Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:44.8624948Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:44.8625581Z   GHCR_TOKEN: ***
2025-08-20T20:09:44.8625924Z   GITHUB_TOKEN: ***
2025-08-20T20:09:44.8626162Z   GITLAB_TOKEN: ***
2025-08-20T20:09:44.8627299Z   MINISIGN_KEY: ***
2025-08-20T20:09:44.8627483Z ##[endgroup]
2025-08-20T20:09:44.8726911Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:09:44.8738372Z 89M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:09:44.8752261Z total 508K
2025-08-20T20:09:44.8752558Z 4.0K CHECKSUM
2025-08-20T20:09:44.8752754Z 4.0K CHECKSUM.sig
2025-08-20T20:09:44.8752942Z  20K LICENSE
2025-08-20T20:09:44.8753117Z 4.0K LICENSE.sig
2025-08-20T20:09:44.8753662Z 4.0K SBUILD
2025-08-20T20:09:44.8753979Z 4.0K SBUILD.sig
2025-08-20T20:09:44.8754277Z 4.0K SBUILD_TEMP
2025-08-20T20:09:44.8754611Z 448K enumeraga.static.log
2025-08-20T20:09:44.8755004Z 4.0K enumeraga.static.version
2025-08-20T20:09:44.8755424Z 4.0K enumeraga.static.version.sig
2025-08-20T20:09:44.8755834Z 4.0K enumeraga.version
2025-08-20T20:09:44.8756180Z 4.0K enumeraga.version.sig
2025-08-20T20:09:44.8980112Z Error: "ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-"
2025-08-20T20:09:44.8981049Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:09:49.9050970Z Error: "ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-"
2025-08-20T20:09:49.9052537Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:09:49.9064024Z 
2025-08-20T20:09:49.9064711Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:49.9065240Z 
2025-08-20T20:09:49.9104299Z Error: "ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-"
2025-08-20T20:09:49.9106822Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:09:49.9161796Z ##[group]Run ##Presets
2025-08-20T20:09:49.9162384Z [36;1m##Presets[0m
2025-08-20T20:09:49.9162789Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:49.9163444Z [36;1m#-------------#[0m
2025-08-20T20:09:49.9163805Z [36;1m##Debug?[0m
2025-08-20T20:09:49.9164250Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:49.9164790Z [36;1m  set -x[0m
2025-08-20T20:09:49.9165120Z [36;1mfi[0m
2025-08-20T20:09:49.9165432Z [36;1m#-------------#[0m
2025-08-20T20:09:49.9165923Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:09:49.9166534Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:49.9230672Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:49.9230926Z env:
2025-08-20T20:09:49.9231287Z   CROSS_COMPILING: NO
2025-08-20T20:09:49.9231666Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:49.9232075Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:49.9232455Z   ON_QEMU: NO
2025-08-20T20:09:49.9232824Z   DEBUG: 0
2025-08-20T20:09:49.9233752Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:49.9234044Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:49.9234357Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:49.9234678Z   KEEP_LOGS: YES
2025-08-20T20:09:49.9234875Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:49.9235089Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:49.9235311Z   SBUILD_REBUILD: false
2025-08-20T20:09:49.9235866Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:49.9236670Z   BUILD_SYS: docker://go
2025-08-20T20:09:49.9236875Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:49.9237070Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:49.9237256Z   SYSTMP: /tmp
2025-08-20T20:09:49.9237434Z   GHA_MODE: MATRIX
2025-08-20T20:09:49.9237857Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:49.9238360Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:49.9238681Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:49.9239070Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:49.9239546Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:49.9239921Z   PKG_TYPE: static
2025-08-20T20:09:49.9240110Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:49.9240313Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:49.9240531Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:49.9240897Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:49.9241288Z ##[endgroup]
2025-08-20T20:09:49.9445320Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:09:49.9445634Z with:
2025-08-20T20:09:49.9445838Z   name: Bincache_enumeraga_x86_64-Linux
2025-08-20T20:09:49.9446141Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:09:49.9446434Z   compression-level: 0
2025-08-20T20:09:49.9446644Z   retention-days: 30
2025-08-20T20:09:49.9446835Z   overwrite: true
2025-08-20T20:09:49.9447027Z   if-no-files-found: warn
2025-08-20T20:09:49.9447243Z   include-hidden-files: false
2025-08-20T20:09:49.9447462Z env:
2025-08-20T20:09:49.9447629Z   CROSS_COMPILING: NO
2025-08-20T20:09:49.9447830Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:49.9448050Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:49.9448256Z   ON_QEMU: NO
2025-08-20T20:09:49.9448425Z   DEBUG: 0
2025-08-20T20:09:49.9448611Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:49.9448834Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:49.9449122Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:49.9449465Z   KEEP_LOGS: YES
2025-08-20T20:09:49.9449652Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:49.9449864Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:49.9450080Z   SBUILD_REBUILD: false
2025-08-20T20:09:49.9450625Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:49.9451196Z   BUILD_SYS: docker://go
2025-08-20T20:09:49.9451400Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:49.9451593Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:49.9451782Z   SYSTMP: /tmp
2025-08-20T20:09:49.9451958Z   GHA_MODE: MATRIX
2025-08-20T20:09:49.9452382Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:49.9452881Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:49.9453515Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:49.9454118Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:49.9454606Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:49.9454987Z   PKG_TYPE: static
2025-08-20T20:09:49.9455180Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:49.9455379Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:49.9455577Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:49.9455939Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:49.9456346Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:49.9456601Z ##[endgroup]
2025-08-20T20:09:50.1754026Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:09:50.1757719Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:09:50.1758497Z With the provided path, there will be 2 files uploaded
2025-08-20T20:09:50.3305839Z Artifact name is valid!
2025-08-20T20:09:50.3307037Z Root directory input is valid!
2025-08-20T20:09:50.4346094Z Beginning upload of artifact content to blob storage
2025-08-20T20:09:50.9304675Z Uploaded bytes 8388608
2025-08-20T20:09:50.9999492Z Uploaded bytes 16777216
2025-08-20T20:09:51.0092034Z Uploaded bytes 25165824
2025-08-20T20:09:51.0877866Z Uploaded bytes 33554432
2025-08-20T20:09:51.1309114Z Uploaded bytes 41943040
2025-08-20T20:09:51.1981266Z Uploaded bytes 50331648
2025-08-20T20:09:51.2747767Z Uploaded bytes 58720256
2025-08-20T20:09:51.2886395Z Uploaded bytes 67108864
2025-08-20T20:09:51.3237003Z Uploaded bytes 75497472
2025-08-20T20:09:51.3925841Z Uploaded bytes 83886080
2025-08-20T20:09:51.4591469Z Uploaded bytes 92274688
2025-08-20T20:09:51.5348101Z Uploaded bytes 93446409
2025-08-20T20:09:51.5719439Z Finished uploading artifact content to blob storage!
2025-08-20T20:09:51.5722569Z SHA256 digest of uploaded artifact zip is c6c0c532e966045417ab70f95dbe516b082a273d06177217c3fe4d21cd49da21
2025-08-20T20:09:51.5723527Z Finalizing artifact upload
2025-08-20T20:09:51.6646693Z Artifact Bincache_enumeraga_x86_64-Linux.zip successfully finalized. Artifact ID 3812754174
2025-08-20T20:09:51.6648112Z Artifact Bincache_enumeraga_x86_64-Linux has been successfully uploaded! Final size is 93446409 bytes. Artifact ID is 3812754174
2025-08-20T20:09:51.6655220Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107566695/artifacts/3812754174
2025-08-20T20:09:51.6859283Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:09:51.6859639Z with:
2025-08-20T20:09:51.6859836Z   subject-name: enumeraga--
2025-08-20T20:09:51.6860625Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:09:51.6861469Z   show-summary: true
2025-08-20T20:09:51.6861688Z   push-to-registry: false
2025-08-20T20:09:51.6862082Z   github-token: ***
2025-08-20T20:09:51.6862284Z env:
2025-08-20T20:09:51.6862463Z   CROSS_COMPILING: NO
2025-08-20T20:09:51.6862678Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:51.6862906Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:51.6863348Z   ON_QEMU: NO
2025-08-20T20:09:51.6863598Z   DEBUG: 0
2025-08-20T20:09:51.6863781Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:51.6864014Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:51.6864342Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:51.6864659Z   KEEP_LOGS: YES
2025-08-20T20:09:51.6864855Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:51.6865073Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:51.6865301Z   SBUILD_REBUILD: false
2025-08-20T20:09:51.6865852Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:51.6866428Z   BUILD_SYS: docker://go
2025-08-20T20:09:51.6866644Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:51.6866844Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:51.6867039Z   SYSTMP: /tmp
2025-08-20T20:09:51.6867225Z   GHA_MODE: MATRIX
2025-08-20T20:09:51.6867665Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:51.6868175Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:51.6868499Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:51.6868895Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:51.6869390Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:51.6869778Z   PKG_TYPE: static
2025-08-20T20:09:51.6869978Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:51.6870193Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:51.6870402Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:51.6870774Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:51.6871382Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:51.6871632Z ##[endgroup]
2025-08-20T20:09:51.6946963Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:09:51.6947397Z env:
2025-08-20T20:09:51.6947578Z   CROSS_COMPILING: NO
2025-08-20T20:09:51.6947794Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:51.6948069Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:51.6948289Z   ON_QEMU: NO
2025-08-20T20:09:51.6948467Z   DEBUG: 0
2025-08-20T20:09:51.6948661Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:51.6948890Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:51.6949185Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:51.6949496Z   KEEP_LOGS: YES
2025-08-20T20:09:51.6949691Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:51.6949908Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:51.6950129Z   SBUILD_REBUILD: false
2025-08-20T20:09:51.6950690Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:51.6951306Z   BUILD_SYS: docker://go
2025-08-20T20:09:51.6951518Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:51.6951719Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:51.6951912Z   SYSTMP: /tmp
2025-08-20T20:09:51.6952098Z   GHA_MODE: MATRIX
2025-08-20T20:09:51.6952532Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:51.6953489Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:51.6953895Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:51.6954301Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:51.6954788Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:51.6955178Z   PKG_TYPE: static
2025-08-20T20:09:51.6955386Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:51.6955601Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:51.6955811Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:51.6956182Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:51.6956604Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:51.6956838Z ##[endgroup]
2025-08-20T20:09:52.2281147Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:09:52.2281504Z with:
2025-08-20T20:09:52.2282277Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:09:52.2283056Z   subject-name: enumeraga--
2025-08-20T20:09:52.2283631Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:09:52.2287090Z   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/17107566695/attempts/1"}}}
2025-08-20T20:09:52.2289711Z   push-to-registry: false
2025-08-20T20:09:52.2289941Z   show-summary: true
2025-08-20T20:09:52.2290333Z   github-token: ***
2025-08-20T20:09:52.2290542Z env:
2025-08-20T20:09:52.2290721Z   CROSS_COMPILING: NO
2025-08-20T20:09:52.2290936Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:52.2291166Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:52.2291386Z   ON_QEMU: NO
2025-08-20T20:09:52.2291773Z   DEBUG: 0
2025-08-20T20:09:52.2291958Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:52.2292190Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:52.2292495Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:52.2292812Z   KEEP_LOGS: YES
2025-08-20T20:09:52.2293006Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:52.2293465Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:52.2293707Z   SBUILD_REBUILD: false
2025-08-20T20:09:52.2294272Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:52.2294856Z   BUILD_SYS: docker://go
2025-08-20T20:09:52.2295076Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:52.2295280Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:52.2295481Z   SYSTMP: /tmp
2025-08-20T20:09:52.2295668Z   GHA_MODE: MATRIX
2025-08-20T20:09:52.2296109Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:52.2296633Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:52.2296963Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:52.2297366Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:52.2297855Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:52.2298306Z   PKG_TYPE: static
2025-08-20T20:09:52.2298643Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:52.2298962Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:52.2299418Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:52.2299832Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:52.2300257Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:52.2300493Z ##[endgroup]
2025-08-20T20:09:53.5023815Z Attestation created for 12 subjects
2025-08-20T20:09:53.5028573Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:09:53.5030553Z -----BEGIN CERTIFICATE-----
2025-08-20T20:09:53.5031225Z MIIG7zCCBnWgAwIBAgIUPjB2HlobPqpTzYmD5HPMIWC+/p8wCgYIKoZIzj0EAwMw
2025-08-20T20:09:53.5032102Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:09:53.5032999Z cm1lZGlhdGUwHhcNMjUwODIwMjAwOTUyWhcNMjUwODIwMjAxOTUyWjAAMFkwEwYH
2025-08-20T20:09:53.5034162Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE6RX+WpfjFVpVqIC66Xesj+VqzlD8/jWLLMdY
2025-08-20T20:09:53.5035043Z PCCs5kZddykWYg6mBFbTAshDGZ88iP4BeKmoOlPxVytFvfW5kqOCBZQwggWQMA4G
2025-08-20T20:09:53.5036005Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUGdae
2025-08-20T20:09:53.5036886Z uaBft0P5WWXw3gCInHjsqqEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:09:53.5037722Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:09:53.5038555Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:09:53.5039436Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:09:53.5040274Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:09:53.5041098Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:09:53.5041935Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:09:53.5042799Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:09:53.5043858Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:09:53.5044737Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:09:53.5045586Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:09:53.5046432Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:09:53.5047300Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:09:53.5048161Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:09:53.5049029Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:09:53.5049936Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:09:53.5051247Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:09:53.5052128Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:09:53.5053006Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:09:53.5054035Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:09:53.5054920Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:09:53.5055820Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:09:53.5056722Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:09:53.5057618Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:09:53.5058491Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTY2Njk1L2F0
2025-08-20T20:09:53.5059380Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T20:09:53.5060285Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJGi2h
2025-08-20T20:09:53.5061200Z AAAEAwBHMEUCIQDn6kKTKjjFpM7E+vObpJiqdBXl0sBbi5KCNQEJi7aqzgIgXlmS
2025-08-20T20:09:53.5062097Z Qs3bA2HuPjeMGrmOTtJDmyXSLzdjsYtBwFxeoqowCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T20:09:53.5062976Z AJTtwf039ei2qFsUNMasUMFAm0EbiSmMc90kJLeCWjqtCVoNEnDzNKeAYK+DuG0Y
2025-08-20T20:09:53.5063995Z fAIwRhA49heK3hn0eeLK7rcmYlR3fC8OEgcbF8HL9Ed7RfCT04xzEB7VANfQSpRd
2025-08-20T20:09:53.5064625Z 3VjH
2025-08-20T20:09:53.5064934Z -----END CERTIFICATE-----
2025-08-20T20:09:53.5065186Z 
2025-08-20T20:09:53.5066031Z ##[endgroup]
2025-08-20T20:09:53.5066725Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:09:53.5067409Z https://search.sigstore.dev?logIndex=414205965
2025-08-20T20:09:53.5068033Z [36mAttestation uploaded to repository[39m
2025-08-20T20:09:53.5068626Z https://github.com/pkgforge/bincache/attestations/9871478
2025-08-20T20:09:53.5852771Z ##[group]Run ##Presets
2025-08-20T20:09:53.5853060Z [36;1m##Presets[0m
2025-08-20T20:09:53.5853536Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:53.5853760Z [36;1m#-------------#[0m
2025-08-20T20:09:53.5853964Z [36;1m##Debug?[0m
2025-08-20T20:09:53.5854216Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:53.5854518Z [36;1m  set -x[0m
2025-08-20T20:09:53.5854713Z [36;1mfi[0m
2025-08-20T20:09:53.5854902Z [36;1m#-------------#[0m
2025-08-20T20:09:53.5855222Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:09:53.5855768Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/enumeraga/official"[0m
2025-08-20T20:09:53.5856190Z [36;1m exit 1[0m
2025-08-20T20:09:53.5856377Z [36;1mfi[0m
2025-08-20T20:09:53.5905563Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:53.5905814Z env:
2025-08-20T20:09:53.5906007Z   CROSS_COMPILING: NO
2025-08-20T20:09:53.5906260Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:53.5906500Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:53.5906740Z   ON_QEMU: NO
2025-08-20T20:09:53.5906920Z   DEBUG: 0
2025-08-20T20:09:53.5907100Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:53.5907335Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:53.5907645Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:53.5907961Z   KEEP_LOGS: YES
2025-08-20T20:09:53.5908160Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:53.5908387Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:53.5908623Z   SBUILD_REBUILD: false
2025-08-20T20:09:53.5909190Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:53.5909792Z   BUILD_SYS: docker://go
2025-08-20T20:09:53.5910018Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:53.5910222Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:53.5910418Z   SYSTMP: /tmp
2025-08-20T20:09:53.5910610Z   GHA_MODE: MATRIX
2025-08-20T20:09:53.5911059Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:53.5911766Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:53.5912099Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:53.5912496Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:53.5912988Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:53.5913612Z   PKG_TYPE: static
2025-08-20T20:09:53.5913820Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:53.5914035Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:53.5914248Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:53.5914626Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:53.5915055Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:53.5915325Z ##[endgroup]
2025-08-20T20:09:53.6027177Z ##[group]Run ##Presets
2025-08-20T20:09:53.6027458Z [36;1m##Presets[0m
2025-08-20T20:09:53.6027670Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:53.6027899Z [36;1m#-------------#[0m
2025-08-20T20:09:53.6028109Z [36;1m##Debug?[0m
2025-08-20T20:09:53.6028358Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:53.6028658Z [36;1m  set -x[0m
2025-08-20T20:09:53.6028925Z [36;1mfi[0m
2025-08-20T20:09:53.6029213Z [36;1m#-------------#[0m
2025-08-20T20:09:53.6029469Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:09:53.6029943Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/enumeraga/official"[0m
2025-08-20T20:09:53.6030362Z [36;1m exit 1[0m
2025-08-20T20:09:53.6030549Z [36;1mfi[0m
2025-08-20T20:09:53.6078957Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:53.6079194Z env:
2025-08-20T20:09:53.6079379Z   CROSS_COMPILING: NO
2025-08-20T20:09:53.6079630Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:53.6079869Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:53.6080091Z   ON_QEMU: NO
2025-08-20T20:09:53.6080271Z   DEBUG: 0
2025-08-20T20:09:53.6080463Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:53.6080690Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:53.6080988Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:53.6081303Z   KEEP_LOGS: YES
2025-08-20T20:09:53.6081497Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:53.6081716Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:53.6081939Z   SBUILD_REBUILD: false
2025-08-20T20:09:53.6082491Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:53.6083076Z   BUILD_SYS: docker://go
2025-08-20T20:09:53.6083513Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:53.6083722Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:53.6083922Z   SYSTMP: /tmp
2025-08-20T20:09:53.6084105Z   GHA_MODE: MATRIX
2025-08-20T20:09:53.6084550Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:53.6085069Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:53.6085401Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:53.6085795Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:53.6086277Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:53.6086663Z   PKG_TYPE: static
2025-08-20T20:09:53.6086861Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:53.6087072Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:53.6087284Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:53.6087651Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:53.6088060Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:53.6088289Z ##[endgroup]
2025-08-20T20:09:53.6158441Z 
2025-08-20T20:09:53.6158840Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:53.6172681Z ##[error]Process completed with exit code 1.
2025-08-20T20:09:53.6217242Z ##[group]Run ##Presets
2025-08-20T20:09:53.6217692Z [36;1m##Presets[0m
2025-08-20T20:09:53.6217899Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:53.6218113Z [36;1m#-------------#[0m
2025-08-20T20:09:53.6218319Z [36;1m##Debug?[0m
2025-08-20T20:09:53.6218575Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:53.6218872Z [36;1m  set -x[0m
2025-08-20T20:09:53.6219064Z [36;1mfi[0m
2025-08-20T20:09:53.6219248Z [36;1m#-------------#[0m
2025-08-20T20:09:53.6219599Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:09:53.6219997Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:09:53.6220297Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:09:53.6220565Z [36;1mfi[0m
2025-08-20T20:09:53.6269675Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:53.6269915Z env:
2025-08-20T20:09:53.6270101Z   CROSS_COMPILING: NO
2025-08-20T20:09:53.6270363Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:53.6270611Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:53.6270834Z   ON_QEMU: NO
2025-08-20T20:09:53.6271019Z   DEBUG: 0
2025-08-20T20:09:53.6271205Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:53.6271431Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:53.6271729Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/enumeraga/official
2025-08-20T20:09:53.6272053Z   KEEP_LOGS: YES
2025-08-20T20:09:53.6272248Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:53.6272469Z   PKG_FAMILY_LOCAL: enumeraga
2025-08-20T20:09:53.6272689Z   SBUILD_REBUILD: false
2025-08-20T20:09:53.6273504Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/enumeraga/static.official.source.yaml
2025-08-20T20:09:53.6274115Z   BUILD_SYS: docker://go
2025-08-20T20:09:53.6274335Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:53.6274543Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:53.6274735Z   SYSTMP: /tmp
2025-08-20T20:09:53.6274917Z   GHA_MODE: MATRIX
2025-08-20T20:09:53.6275356Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:09:53.6275884Z   INPUT_SBUILD: /tmp/pkgforge/yAtnDblq8_build.yaml
2025-08-20T20:09:53.6276213Z   BUILD_DIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml
2025-08-20T20:09:53.6276608Z   SBUILD_OUTDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR
2025-08-20T20:09:53.6277092Z   SBUILD_TMPDIR: /tmp/pkgforge/dKJvAvt_yAtnDblq8_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:09:53.6277476Z   PKG_TYPE: static
2025-08-20T20:09:53.6277675Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:09:53.6277890Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:09:53.6278096Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:09:53.6278465Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/enumeraga/official/enumeraga-srcbuild-
2025-08-20T20:09:53.6278871Z   UTC_TIME: 2025_08_20T08_09_49_PM
2025-08-20T20:09:53.6279103Z ##[endgroup]
2025-08-20T20:09:53.6362385Z EXITED
2025-08-20T20:09:53.6408688Z Cleaning up orphan processes
