﻿2025-08-20T22:28:59.4510303Z Current runner version: '2.328.0'
2025-08-20T22:28:59.4544672Z ##[group]Runner Image Provisioner
2025-08-20T22:28:59.4546519Z Hosted Compute Agent
2025-08-20T22:28:59.4547126Z Version: 20250818.377
2025-08-20T22:28:59.4547759Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:28:59.4548600Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:28:59.4550717Z ##[endgroup]
2025-08-20T22:28:59.4551506Z ##[group]VM Image
2025-08-20T22:28:59.4552074Z - OS: Linux (arm64)
2025-08-20T22:28:59.4552609Z - Source: Partner
2025-08-20T22:28:59.4553252Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:28:59.4553901Z - Version: 20250728.24.1
2025-08-20T22:28:59.4555585Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:28:59.4556730Z ##[endgroup]
2025-08-20T22:28:59.4558116Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:28:59.4563346Z Attestations: write
2025-08-20T22:28:59.4563975Z Contents: write
2025-08-20T22:28:59.4564932Z Metadata: read
2025-08-20T22:28:59.4566223Z Packages: write
2025-08-20T22:28:59.4567009Z ##[endgroup]
2025-08-20T22:28:59.4571748Z Secret source: Actions
2025-08-20T22:28:59.4572867Z Prepare workflow directory
2025-08-20T22:28:59.4980209Z Prepare all required actions
2025-08-20T22:28:59.5023556Z Getting action download info
2025-08-20T22:28:59.7833165Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:29:00.2673833Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:29:00.5748162Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:29:00.7076705Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:29:01.1092649Z Getting action download info
2025-08-20T22:29:01.2421561Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:29:01.4630063Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:29:01.8188739Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/sequin/official)
2025-08-20T22:29:01.8903753Z ##[group]Run ##Presets
2025-08-20T22:29:01.8905313Z [36;1m##Presets[0m
2025-08-20T22:29:01.8906105Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:01.8906823Z [36;1m#-------------#[0m
2025-08-20T22:29:01.8907792Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:29:01.8908895Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:29:01.8910174Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.8911154Z [36;1m  fi[0m
2025-08-20T22:29:01.8912001Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:29:01.8913171Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:29:01.8914321Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.8915240Z [36;1m  fi[0m
2025-08-20T22:29:01.8916080Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:29:01.8917268Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:29:01.8918363Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.8919344Z [36;1m  fi[0m
2025-08-20T22:29:01.8920155Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:29:01.8921250Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:29:01.8922216Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:29:01.8923119Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:29:01.8924163Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.8925476Z [36;1m     else[0m
2025-08-20T22:29:01.8926275Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.8927289Z [36;1m     fi[0m
2025-08-20T22:29:01.8927908Z [36;1m  fi[0m
2025-08-20T22:29:01.8928575Z [36;1mfi[0m
2025-08-20T22:29:01.8961336Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:01.8963022Z env:
2025-08-20T22:29:01.8964111Z   GH_TOKEN: ***
2025-08-20T22:29:01.8964872Z ##[endgroup]
2025-08-20T22:29:01.9216470Z ##[group]Run ##Presets
2025-08-20T22:29:01.9217283Z [36;1m##Presets[0m
2025-08-20T22:29:01.9218411Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:01.9219151Z [36;1m#-------------#[0m
2025-08-20T22:29:01.9220379Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:29:01.9221868Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:29:01.9223262Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:29:01.9224494Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:29:01.9225683Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:29:01.9226886Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:29:01.9227965Z [36;1m  exit 1[0m
2025-08-20T22:29:01.9228581Z [36;1mfi[0m
2025-08-20T22:29:01.9254384Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:01.9255131Z env:
2025-08-20T22:29:01.9256177Z   RO_GHTOKEN: ***
2025-08-20T22:29:01.9256923Z   RO_GLTOKEN: ***
2025-08-20T22:29:01.9260550Z   MINISIGN_KEY: ***
2025-08-20T22:29:01.9261233Z ##[endgroup]
2025-08-20T22:29:01.9419951Z ##[group]Run ##Presets
2025-08-20T22:29:01.9421110Z [36;1m##Presets[0m
2025-08-20T22:29:01.9421864Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:01.9422555Z [36;1m#-------------#[0m
2025-08-20T22:29:01.9423236Z [36;1m##Host Triplet[0m
2025-08-20T22:29:01.9424167Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:29:01.9425179Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:29:01.9426125Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:29:01.9427113Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:29:01.9427992Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:29:01.9428974Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:29:01.9430269Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:29:01.9431279Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:29:01.9432140Z [36;1m   fi[0m
2025-08-20T22:29:01.9433049Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:29:01.9434114Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:29:01.9435038Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:29:01.9436074Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:29:01.9437024Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:29:01.9437724Z [36;1m fi[0m
2025-08-20T22:29:01.9438535Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9439884Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9441084Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9442107Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9442990Z [36;1m##Debug[0m
2025-08-20T22:29:01.9443653Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:29:01.9444487Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:29:01.9445221Z [36;1m else[0m
2025-08-20T22:29:01.9445850Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:29:01.9446623Z [36;1m fi[0m
2025-08-20T22:29:01.9447314Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9448163Z [36;1m##Docker Platform[0m
2025-08-20T22:29:01.9449592Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:29:01.9450570Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:29:01.9451613Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:29:01.9452626Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:29:01.9453590Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:29:01.9454661Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:29:01.9455603Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:29:01.9456562Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:29:01.9457398Z [36;1m fi[0m
2025-08-20T22:29:01.9458244Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9459683Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9460820Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:29:01.9462124Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sequin/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:29:01.9463595Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:29:01.9464493Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9465412Z [36;1m##Logs[0m
2025-08-20T22:29:01.9466182Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:29:01.9466985Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:29:01.9467698Z [36;1m else[0m
2025-08-20T22:29:01.9468406Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:29:01.9469392Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:29:01.9470266Z [36;1m fi[0m
2025-08-20T22:29:01.9471277Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9472462Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9473551Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:29:01.9474598Z [36;1m PKG_FAMILY_LOCAL="$(echo "sequin" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:29:01.9475758Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:29:01.9476800Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9477775Z [36;1m##Rebuild[0m
2025-08-20T22:29:01.9478521Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:29:01.9479530Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:29:01.9480331Z [36;1m else[0m
2025-08-20T22:29:01.9481236Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:29:01.9482246Z [36;1m fi[0m
2025-08-20T22:29:01.9483073Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9484107Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:29:01.9485289Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:29:01.9486837Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:29:01.9489047Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:29:01.9491181Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:29:01.9492313Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:29:01.9493591Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:29:01.9494765Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:29:01.9495912Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9496776Z [36;1m    exit 1[0m
2025-08-20T22:29:01.9497405Z [36;1m   else[0m
2025-08-20T22:29:01.9498124Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:29:01.9499131Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9500273Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:29:01.9501559Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:29:01.9502581Z [36;1m      #check if supported[0m
2025-08-20T22:29:01.9503738Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:29:01.9505239Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:29:01.9506433Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:29:01.9507444Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9508322Z [36;1m         exit 1[0m
2025-08-20T22:29:01.9509047Z [36;1m       fi[0m
2025-08-20T22:29:01.9509895Z [36;1m      #get build system[0m
2025-08-20T22:29:01.9510991Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:29:01.9512186Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:29:01.9513076Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9514098Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:29:01.9515229Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9516224Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9517293Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:29:01.9518365Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9519573Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:01.9520527Z [36;1m       fi[0m
2025-08-20T22:29:01.9521378Z [36;1m     fi[0m
2025-08-20T22:29:01.9522008Z [36;1m   fi[0m
2025-08-20T22:29:01.9522752Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:29:01.9547079Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:01.9547877Z ##[endgroup]
2025-08-20T22:29:02.4625401Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:29:02.4626243Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:29:02.4626548Z 
2025-08-20T22:29:02.5022443Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:29:02.5022999Z 100  3962  100  3962    0     0  96436      0 --:--:-- --:--:-- --:--:-- 96634
2025-08-20T22:29:02.5032458Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:29:02.5224953Z ##[group]Run ##Presets
2025-08-20T22:29:02.5225474Z [36;1m##Presets[0m
2025-08-20T22:29:02.5225782Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:02.5226038Z [36;1m#-------------#[0m
2025-08-20T22:29:02.5226369Z [36;1m##Debug?[0m
2025-08-20T22:29:02.5226643Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:29:02.5226988Z [36;1m  set -x[0m
2025-08-20T22:29:02.5227326Z [36;1mfi[0m
2025-08-20T22:29:02.5227597Z [36;1m#-------------#[0m
2025-08-20T22:29:02.5227926Z [36;1m##CoreUtils[0m
2025-08-20T22:29:02.5228210Z [36;1msudo apt update -y[0m
2025-08-20T22:29:02.5228615Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:29:02.5229915Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:29:02.5230949Z [36;1m##tmp[0m
2025-08-20T22:29:02.5231403Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:29:02.5231785Z [36;1m#GH ENV[0m
2025-08-20T22:29:02.5232050Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:02.5232526Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:02.5232847Z [36;1m#-------------#[0m
2025-08-20T22:29:02.5233175Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:29:02.5233738Z [36;1msudo apt update -y[0m
2025-08-20T22:29:02.5234042Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:29:02.5234448Z [36;1m##Setup Minisign[0m
2025-08-20T22:29:02.5234757Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:29:02.5235301Z [36;1mecho "***[0m
2025-08-20T22:29:02.5236737Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:29:02.5237087Z [36;1m##User-Agent[0m
2025-08-20T22:29:02.5237965Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:29:02.5238833Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:02.5265090Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:02.5265421Z env:
2025-08-20T22:29:02.5265698Z   CROSS_COMPILING: NO
2025-08-20T22:29:02.5266071Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:29:02.5266375Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:29:02.5266719Z   ON_QEMU: NO
2025-08-20T22:29:02.5267011Z   DEBUG: 0
2025-08-20T22:29:02.5267282Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:29:02.5267653Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:29:02.5268003Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:29:02.5268337Z   KEEP_LOGS: YES
2025-08-20T22:29:02.5268663Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:29:02.5268925Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:29:02.5269481Z   SBUILD_REBUILD: false
2025-08-20T22:29:02.5270207Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:29:02.5270841Z   BUILD_SYS: docker://go
2025-08-20T22:29:02.5271174Z   BUILD_ON_HOST: FALSE
2025-08-20T22:29:02.5271444Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:29:02.5271736Z ##[endgroup]
2025-08-20T22:29:02.5541824Z 
2025-08-20T22:29:02.5542692Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:02.8536655Z 
2025-08-20T22:29:02.8537319Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:29:02.8553863Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:29:02.9250774Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:29:02.9521348Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:29:02.9997061Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:29:03.0757447Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:29:03.0933636Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:29:03.1105606Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:29:03.1354883Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:29:03.1469851Z Get:10 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:29:03.1530032Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:29:03.1727025Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:29:03.1738344Z Get:13 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:29:03.1955785Z Get:14 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:29:03.2081933Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:29:03.2240762Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:29:03.2405123Z Get:17 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:29:03.2414273Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:29:03.2452108Z Get:19 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:29:03.2475228Z Get:20 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:29:03.2495295Z Get:21 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:29:03.3141070Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:29:03.3303235Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:29:03.3465236Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:29:03.3628549Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:29:03.3793112Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:29:03.3955679Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:29:03.4119893Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:29:03.4284533Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:29:03.4447226Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:29:03.4609605Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:29:03.4771785Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:29:03.4976640Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:29:03.5147110Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:29:03.5310733Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:29:03.5505382Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:29:03.6244804Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:29:03.6408751Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:29:03.6653119Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:29:03.6831663Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:29:03.6993497Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:29:03.7155555Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:29:03.7318662Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:29:11.3613179Z Fetched 11.9 MB in 1s (8948 kB/s)
2025-08-20T22:29:12.0702379Z Reading package lists...
2025-08-20T22:29:12.2419362Z Building dependency tree...
2025-08-20T22:29:12.2427317Z Reading state information...
2025-08-20T22:29:12.2630647Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:29:12.2721001Z 
2025-08-20T22:29:12.2721885Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:12.2722601Z 
2025-08-20T22:29:12.2833549Z Reading package lists...
2025-08-20T22:29:12.4654614Z Building dependency tree...
2025-08-20T22:29:12.4663176Z Reading state information...
2025-08-20T22:29:12.6874772Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:29:12.6875218Z bc set to manually installed.
2025-08-20T22:29:12.6875837Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:29:12.6876288Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:29:12.6876789Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:29:12.7370854Z The following NEW packages will be installed:
2025-08-20T22:29:12.7375738Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:29:12.7377331Z   moreutils
2025-08-20T22:29:12.7382780Z The following packages will be upgraded:
2025-08-20T22:29:12.7389669Z   jq libjq1
2025-08-20T22:29:12.7562076Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:29:12.9628098Z Need to get 936 kB of archives.
2025-08-20T22:29:12.9628626Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:29:12.9629368Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:29:13.2140211Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:29:13.3832755Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:29:13.5571030Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:29:13.6483366Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:29:13.7536218Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:29:13.8398809Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:29:13.9366570Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:29:14.3801479Z Fetched 936 kB in 1s (690 kB/s)
2025-08-20T22:29:14.4298479Z Selecting previously unselected package fdupes.
2025-08-20T22:29:14.4721441Z (Reading database ... 
2025-08-20T22:29:14.4721776Z (Reading database ... 5%
2025-08-20T22:29:14.4722037Z (Reading database ... 10%
2025-08-20T22:29:14.4722353Z (Reading database ... 15%
2025-08-20T22:29:14.4722668Z (Reading database ... 20%
2025-08-20T22:29:14.4722952Z (Reading database ... 25%
2025-08-20T22:29:14.4723775Z (Reading database ... 30%
2025-08-20T22:29:14.4724085Z (Reading database ... 35%
2025-08-20T22:29:14.4724391Z (Reading database ... 40%
2025-08-20T22:29:14.4724681Z (Reading database ... 45%
2025-08-20T22:29:14.4725012Z (Reading database ... 50%
2025-08-20T22:29:14.6966690Z (Reading database ... 55%
2025-08-20T22:29:15.0605817Z (Reading database ... 60%
2025-08-20T22:29:15.2104418Z (Reading database ... 65%
2025-08-20T22:29:15.2469778Z (Reading database ... 70%
2025-08-20T22:29:15.3709345Z (Reading database ... 75%
2025-08-20T22:29:15.7613684Z (Reading database ... 80%
2025-08-20T22:29:16.2071485Z (Reading database ... 85%
2025-08-20T22:29:16.6248784Z (Reading database ... 90%
2025-08-20T22:29:17.0144812Z (Reading database ... 95%
2025-08-20T22:29:17.0145325Z (Reading database ... 100%
2025-08-20T22:29:17.0146628Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:29:17.0184474Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:29:17.0264880Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:29:17.1038293Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:29:17.1199423Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:29:17.2040697Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:29:17.2344008Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:29:17.2819630Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:29:17.3009998Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:29:17.3070574Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:29:17.3534183Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:29:17.3717488Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:29:17.3768427Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:29:17.4209001Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:29:17.4375053Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:29:17.4423456Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:29:17.4880071Z Selecting previously unselected package moreutils.
2025-08-20T22:29:17.5038630Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:29:17.5088141Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:29:17.5684805Z Selecting previously unselected package dos2unix.
2025-08-20T22:29:17.5848944Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:29:17.5906999Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:29:17.7280350Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:29:17.7418608Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:29:17.7551778Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:29:17.7685660Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:29:17.7815042Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:29:17.7943323Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:29:17.8075387Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:29:17.8201148Z Setting up moreutils (0.69-1) ...
2025-08-20T22:29:17.8345169Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:25.1848296Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:26.2829151Z Reading package lists...
2025-08-20T22:29:26.4702957Z Building dependency tree...
2025-08-20T22:29:26.4712083Z Reading state information...
2025-08-20T22:29:26.7050712Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:29:26.7051474Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:29:26.7051830Z apt-utils set to manually installed.
2025-08-20T22:29:26.7052182Z ca-certificates is already the newest version (20240203).
2025-08-20T22:29:26.7052676Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:29:26.7053096Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:29:26.7053459Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:29:26.7053904Z moreutils is already the newest version (0.69-1).
2025-08-20T22:29:26.7054303Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:29:26.7054753Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:29:26.7055166Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:29:26.7056006Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:29:26.7056426Z tmux set to manually installed.
2025-08-20T22:29:26.7056740Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:29:26.7057118Z The following additional packages will be installed:
2025-08-20T22:29:26.7057644Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:29:26.7058140Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:29:26.7058723Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:29:26.7059112Z   uuid-runtime
2025-08-20T22:29:26.7066820Z Suggested packages:
2025-08-20T22:29:26.7067450Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:29:26.7067921Z   util-linux-extra util-linux-locales
2025-08-20T22:29:26.7068209Z Recommended packages:
2025-08-20T22:29:26.7068566Z   unattended-upgrades
2025-08-20T22:29:26.7529913Z The following NEW packages will be installed:
2025-08-20T22:29:26.7530503Z   rename
2025-08-20T22:29:26.7534318Z The following packages will be upgraded:
2025-08-20T22:29:26.7535168Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:29:26.7536306Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:29:26.7542219Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:29:26.7542985Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:29:26.7713313Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:26.8405105Z Need to get 4390 kB of archives.
2025-08-20T22:29:26.8405597Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:29:26.8406247Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:29:26.9058355Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:29:26.9856609Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:29:27.0022535Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:29:27.0187436Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:29:27.0352788Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:29:27.0515716Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:29:27.0683742Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:29:27.0858191Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:29:27.1022820Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:29:27.1212653Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:29:27.1381130Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:29:27.1561283Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:29:27.1742298Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:29:27.1956573Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:29:27.2124952Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:29:27.2321007Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:29:27.2486465Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:29:27.2659880Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:29:27.3395135Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:29:27.3566529Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:29:27.3733822Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:29:27.3903693Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:29:27.4069151Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:29:27.4232042Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:29:27.4395675Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:29:27.4559874Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:29:27.7061354Z Fetched 4390 kB in 1s (6528 kB/s)
2025-08-20T22:29:27.7328778Z (Reading database ... 
2025-08-20T22:29:27.7329489Z (Reading database ... 5%
2025-08-20T22:29:27.7329802Z (Reading database ... 10%
2025-08-20T22:29:27.7330122Z (Reading database ... 15%
2025-08-20T22:29:27.7331308Z (Reading database ... 20%
2025-08-20T22:29:27.7331613Z (Reading database ... 25%
2025-08-20T22:29:27.7331959Z (Reading database ... 30%
2025-08-20T22:29:27.7332203Z (Reading database ... 35%
2025-08-20T22:29:27.7332426Z (Reading database ... 40%
2025-08-20T22:29:27.7332749Z (Reading database ... 45%
2025-08-20T22:29:27.7332988Z (Reading database ... 50%
2025-08-20T22:29:27.7352180Z (Reading database ... 55%
2025-08-20T22:29:27.7434526Z (Reading database ... 60%
2025-08-20T22:29:27.7473722Z (Reading database ... 65%
2025-08-20T22:29:27.7487810Z (Reading database ... 70%
2025-08-20T22:29:27.7506680Z (Reading database ... 75%
2025-08-20T22:29:27.7537654Z (Reading database ... 80%
2025-08-20T22:29:27.7697854Z (Reading database ... 85%
2025-08-20T22:29:27.7716486Z (Reading database ... 90%
2025-08-20T22:29:27.7805065Z (Reading database ... 95%
2025-08-20T22:29:27.7805386Z (Reading database ... 100%
2025-08-20T22:29:27.7805809Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:27.7833246Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:27.7974856Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:27.8727302Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:27.9344115Z (Reading database ... 
2025-08-20T22:29:27.9344540Z (Reading database ... 5%
2025-08-20T22:29:27.9344815Z (Reading database ... 10%
2025-08-20T22:29:27.9345239Z (Reading database ... 15%
2025-08-20T22:29:27.9345487Z (Reading database ... 20%
2025-08-20T22:29:27.9345806Z (Reading database ... 25%
2025-08-20T22:29:27.9346740Z (Reading database ... 30%
2025-08-20T22:29:27.9347001Z (Reading database ... 35%
2025-08-20T22:29:27.9347334Z (Reading database ... 40%
2025-08-20T22:29:27.9347623Z (Reading database ... 45%
2025-08-20T22:29:27.9347850Z (Reading database ... 50%
2025-08-20T22:29:27.9365487Z (Reading database ... 55%
2025-08-20T22:29:27.9444229Z (Reading database ... 60%
2025-08-20T22:29:27.9481057Z (Reading database ... 65%
2025-08-20T22:29:27.9494243Z (Reading database ... 70%
2025-08-20T22:29:27.9511927Z (Reading database ... 75%
2025-08-20T22:29:27.9541647Z (Reading database ... 80%
2025-08-20T22:29:27.9692060Z (Reading database ... 85%
2025-08-20T22:29:27.9709640Z (Reading database ... 90%
2025-08-20T22:29:27.9794999Z (Reading database ... 95%
2025-08-20T22:29:27.9795587Z (Reading database ... 100%
2025-08-20T22:29:27.9795968Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:27.9820098Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:28.0019451Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:28.1106370Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:28.6503997Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:29:28.6976923Z (Reading database ... 
2025-08-20T22:29:28.6977488Z (Reading database ... 5%
2025-08-20T22:29:28.6977759Z (Reading database ... 10%
2025-08-20T22:29:28.6978013Z (Reading database ... 15%
2025-08-20T22:29:28.6978336Z (Reading database ... 20%
2025-08-20T22:29:28.6978635Z (Reading database ... 25%
2025-08-20T22:29:28.6978879Z (Reading database ... 30%
2025-08-20T22:29:28.6979384Z (Reading database ... 35%
2025-08-20T22:29:28.6979722Z (Reading database ... 40%
2025-08-20T22:29:28.6980050Z (Reading database ... 45%
2025-08-20T22:29:28.6980295Z (Reading database ... 50%
2025-08-20T22:29:28.6998137Z (Reading database ... 55%
2025-08-20T22:29:28.7081186Z (Reading database ... 60%
2025-08-20T22:29:28.7121170Z (Reading database ... 65%
2025-08-20T22:29:28.7135137Z (Reading database ... 70%
2025-08-20T22:29:28.7154046Z (Reading database ... 75%
2025-08-20T22:29:28.7185409Z (Reading database ... 80%
2025-08-20T22:29:28.7351008Z (Reading database ... 85%
2025-08-20T22:29:28.7370278Z (Reading database ... 90%
2025-08-20T22:29:28.7465112Z (Reading database ... 95%
2025-08-20T22:29:28.7465516Z (Reading database ... 100%
2025-08-20T22:29:28.7465880Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:28.7496167Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:28.7645519Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:28.8399079Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:28.8583102Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:28.9241710Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:28.9829846Z (Reading database ... 
2025-08-20T22:29:28.9830186Z (Reading database ... 5%
2025-08-20T22:29:28.9830587Z (Reading database ... 10%
2025-08-20T22:29:28.9830847Z (Reading database ... 15%
2025-08-20T22:29:28.9831172Z (Reading database ... 20%
2025-08-20T22:29:28.9831460Z (Reading database ... 25%
2025-08-20T22:29:28.9831704Z (Reading database ... 30%
2025-08-20T22:29:28.9831926Z (Reading database ... 35%
2025-08-20T22:29:28.9832211Z (Reading database ... 40%
2025-08-20T22:29:28.9832447Z (Reading database ... 45%
2025-08-20T22:29:28.9832716Z (Reading database ... 50%
2025-08-20T22:29:28.9853223Z (Reading database ... 55%
2025-08-20T22:29:28.9933467Z (Reading database ... 60%
2025-08-20T22:29:28.9970826Z (Reading database ... 65%
2025-08-20T22:29:28.9983342Z (Reading database ... 70%
2025-08-20T22:29:29.0001407Z (Reading database ... 75%
2025-08-20T22:29:29.0030681Z (Reading database ... 80%
2025-08-20T22:29:29.0182351Z (Reading database ... 85%
2025-08-20T22:29:29.0199157Z (Reading database ... 90%
2025-08-20T22:29:29.0283338Z (Reading database ... 95%
2025-08-20T22:29:29.0283630Z (Reading database ... 100%
2025-08-20T22:29:29.0284141Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:29.0307830Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:29.0476961Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:29.1134114Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:29.1796973Z (Reading database ... 
2025-08-20T22:29:29.1797562Z (Reading database ... 5%
2025-08-20T22:29:29.1797933Z (Reading database ... 10%
2025-08-20T22:29:29.1798201Z (Reading database ... 15%
2025-08-20T22:29:29.1798885Z (Reading database ... 20%
2025-08-20T22:29:29.1799475Z (Reading database ... 25%
2025-08-20T22:29:29.1800413Z (Reading database ... 30%
2025-08-20T22:29:29.1800882Z (Reading database ... 35%
2025-08-20T22:29:29.1801134Z (Reading database ... 40%
2025-08-20T22:29:29.1801374Z (Reading database ... 45%
2025-08-20T22:29:29.1801698Z (Reading database ... 50%
2025-08-20T22:29:29.1819908Z (Reading database ... 55%
2025-08-20T22:29:29.1902801Z (Reading database ... 60%
2025-08-20T22:29:29.1939414Z (Reading database ... 65%
2025-08-20T22:29:29.1952274Z (Reading database ... 70%
2025-08-20T22:29:29.1971167Z (Reading database ... 75%
2025-08-20T22:29:29.2002228Z (Reading database ... 80%
2025-08-20T22:29:29.2157333Z (Reading database ... 85%
2025-08-20T22:29:29.2174466Z (Reading database ... 90%
2025-08-20T22:29:29.2264268Z (Reading database ... 95%
2025-08-20T22:29:29.2264665Z (Reading database ... 100%
2025-08-20T22:29:29.2265038Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:29.2292323Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:29.2507612Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:29.3278412Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:29.3444860Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:29.4098984Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:29.4712915Z (Reading database ... 
2025-08-20T22:29:29.4713271Z (Reading database ... 5%
2025-08-20T22:29:29.4713559Z (Reading database ... 10%
2025-08-20T22:29:29.4714015Z (Reading database ... 15%
2025-08-20T22:29:29.4714293Z (Reading database ... 20%
2025-08-20T22:29:29.4714652Z (Reading database ... 25%
2025-08-20T22:29:29.4715549Z (Reading database ... 30%
2025-08-20T22:29:29.4715992Z (Reading database ... 35%
2025-08-20T22:29:29.4716842Z (Reading database ... 40%
2025-08-20T22:29:29.4717102Z (Reading database ... 45%
2025-08-20T22:29:29.4717370Z (Reading database ... 50%
2025-08-20T22:29:29.4735771Z (Reading database ... 55%
2025-08-20T22:29:29.4817562Z (Reading database ... 60%
2025-08-20T22:29:29.4855084Z (Reading database ... 65%
2025-08-20T22:29:29.4867981Z (Reading database ... 70%
2025-08-20T22:29:29.4887349Z (Reading database ... 75%
2025-08-20T22:29:29.4918622Z (Reading database ... 80%
2025-08-20T22:29:29.5075851Z (Reading database ... 85%
2025-08-20T22:29:29.5093387Z (Reading database ... 90%
2025-08-20T22:29:29.5192116Z (Reading database ... 95%
2025-08-20T22:29:29.5192409Z (Reading database ... 100%
2025-08-20T22:29:29.5192974Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:29.5226993Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:29.5420782Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:29.6097738Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:29.6652777Z (Reading database ... 
2025-08-20T22:29:29.6653672Z (Reading database ... 5%
2025-08-20T22:29:29.6654104Z (Reading database ... 10%
2025-08-20T22:29:29.6655064Z (Reading database ... 15%
2025-08-20T22:29:29.6655426Z (Reading database ... 20%
2025-08-20T22:29:29.6655680Z (Reading database ... 25%
2025-08-20T22:29:29.6656008Z (Reading database ... 30%
2025-08-20T22:29:29.6656245Z (Reading database ... 35%
2025-08-20T22:29:29.6656505Z (Reading database ... 40%
2025-08-20T22:29:29.6656842Z (Reading database ... 45%
2025-08-20T22:29:29.6657110Z (Reading database ... 50%
2025-08-20T22:29:29.6674393Z (Reading database ... 55%
2025-08-20T22:29:29.6755739Z (Reading database ... 60%
2025-08-20T22:29:29.6792702Z (Reading database ... 65%
2025-08-20T22:29:29.6805692Z (Reading database ... 70%
2025-08-20T22:29:29.6824344Z (Reading database ... 75%
2025-08-20T22:29:29.6855919Z (Reading database ... 80%
2025-08-20T22:29:29.7008079Z (Reading database ... 85%
2025-08-20T22:29:29.7024813Z (Reading database ... 90%
2025-08-20T22:29:29.7109499Z (Reading database ... 95%
2025-08-20T22:29:29.7109917Z (Reading database ... 100%
2025-08-20T22:29:29.7110281Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:29.7135175Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:29.7306201Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:29.8075065Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:29.8516945Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:29.9311245Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:29.9448856Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.0132317Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.0285499Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.1052831Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.1209972Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.2059301Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.2202967Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.2915335Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.3058445Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.3692463Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:29:30.3843327Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.4689357Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.4865595Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.5639736Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:29:30.5895364Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:30.6762951Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:30.7277241Z (Reading database ... 
2025-08-20T22:29:30.7277611Z (Reading database ... 5%
2025-08-20T22:29:30.7278091Z (Reading database ... 10%
2025-08-20T22:29:30.7278359Z (Reading database ... 15%
2025-08-20T22:29:30.7278603Z (Reading database ... 20%
2025-08-20T22:29:30.7278931Z (Reading database ... 25%
2025-08-20T22:29:30.7279402Z (Reading database ... 30%
2025-08-20T22:29:30.7279703Z (Reading database ... 35%
2025-08-20T22:29:30.7280021Z (Reading database ... 40%
2025-08-20T22:29:30.7280259Z (Reading database ... 45%
2025-08-20T22:29:30.7280535Z (Reading database ... 50%
2025-08-20T22:29:30.7298453Z (Reading database ... 55%
2025-08-20T22:29:30.7382500Z (Reading database ... 60%
2025-08-20T22:29:30.7420617Z (Reading database ... 65%
2025-08-20T22:29:30.7433892Z (Reading database ... 70%
2025-08-20T22:29:30.7453722Z (Reading database ... 75%
2025-08-20T22:29:30.7575501Z (Reading database ... 80%
2025-08-20T22:29:30.7645891Z (Reading database ... 85%
2025-08-20T22:29:30.7663622Z (Reading database ... 90%
2025-08-20T22:29:30.7751431Z (Reading database ... 95%
2025-08-20T22:29:30.7751883Z (Reading database ... 100%
2025-08-20T22:29:30.7752263Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:29:30.7779363Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:30.7917861Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:30.8606378Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:30.8788862Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:30.9463263Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:30.9637653Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:31.0939662Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:29:31.1082660Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:29:31.1739302Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:29:31.1881241Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:31.2603174Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:29:31.3521819Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:29:31.4382761Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:29:31.5058246Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:29:31.5588234Z Selecting previously unselected package rename.
2025-08-20T22:29:31.5771543Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:29:31.5825160Z Unpacking rename (2.02-1) ...
2025-08-20T22:29:31.6415006Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:29:31.6551878Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:29:31.7216025Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:31.7379348Z Setting up rename (2.02-1) ...
2025-08-20T22:29:31.7495584Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:29:31.7584672Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:31.7718829Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:31.7847939Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:31.7983743Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:31.8113577Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:32.3946473Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:29:32.4129855Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.4272692Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.4423790Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.4572404Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.7806292Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.7960806Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:29:32.8096907Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:32.9135484Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:29:33.0319527Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:33.1207674Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:33.1347398Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:33.1495261Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:29:33.1625542Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:29:33.2726491Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:29:33.4383884Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:33.4610179Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:34.9578288Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:29:36.1469664Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:29:36.1470657Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:29:36.1740926Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:29:36.1906498Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:29:36.2070331Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:29:36.2231403Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:29:37.1821945Z Reading package lists...
2025-08-20T22:29:37.3634204Z Building dependency tree...
2025-08-20T22:29:37.3642398Z Reading state information...
2025-08-20T22:29:37.3847939Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:29:37.3973071Z 
2025-08-20T22:29:37.3973913Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:37.4764760Z 
2025-08-20T22:29:37.4765382Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:29:37.4824916Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:29:37.6099912Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:29:37.6941586Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:29:37.7782455Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:29:37.8624016Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:29:38.7266682Z Reading package lists...
2025-08-20T22:29:38.9094577Z Building dependency tree...
2025-08-20T22:29:38.9101821Z Reading state information...
2025-08-20T22:29:38.9314593Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:29:38.9409720Z 
2025-08-20T22:29:38.9410712Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:29:38.9411107Z 
2025-08-20T22:29:38.9522226Z Reading package lists...
2025-08-20T22:29:39.1410146Z Building dependency tree...
2025-08-20T22:29:39.1418163Z Reading state information...
2025-08-20T22:29:39.3720920Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:29:39.4117240Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:39.4385213Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:29:39.5152013Z ##[group]Run ##Presets
2025-08-20T22:29:39.5152451Z [36;1m##Presets[0m
2025-08-20T22:29:39.5152798Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:39.5153052Z [36;1m#-------------#[0m
2025-08-20T22:29:39.5153284Z [36;1m##Debug?[0m
2025-08-20T22:29:39.5153608Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:29:39.5153947Z [36;1m  set -x[0m
2025-08-20T22:29:39.5154153Z [36;1mfi[0m
2025-08-20T22:29:39.5154427Z [36;1m#-------------#[0m
2025-08-20T22:29:39.5154885Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:29:39.5155549Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:29:39.5155978Z [36;1msudo service procps restart[0m
2025-08-20T22:29:39.5156330Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:29:39.5183822Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:39.5184097Z env:
2025-08-20T22:29:39.5184581Z   CROSS_COMPILING: NO
2025-08-20T22:29:39.5184840Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:29:39.5185167Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:29:39.5185415Z   ON_QEMU: NO
2025-08-20T22:29:39.5185676Z   DEBUG: 0
2025-08-20T22:29:39.5185887Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:29:39.5186150Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:29:39.5186496Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:29:39.5186817Z   KEEP_LOGS: YES
2025-08-20T22:29:39.5187015Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:29:39.5187323Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:29:39.5187582Z   SBUILD_REBUILD: false
2025-08-20T22:29:39.5188140Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:29:39.5188769Z   BUILD_SYS: docker://go
2025-08-20T22:29:39.5189001Z   BUILD_ON_HOST: FALSE
2025-08-20T22:29:39.5189534Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:29:39.5189785Z   SYSTMP: /tmp
2025-08-20T22:29:39.5190023Z   GHA_MODE: MATRIX
2025-08-20T22:29:39.5190511Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:29:39.5191003Z ##[endgroup]
2025-08-20T22:29:39.5287976Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:29:39.5343650Z 0
2025-08-20T22:29:39.5687666Z vm.max_map_count = 262144
2025-08-20T22:29:39.5688188Z fs.inotify.max_user_watches = 655360
2025-08-20T22:29:39.5691107Z fs.inotify.max_user_instances = 1280
2025-08-20T22:29:39.5691641Z vm.mmap_rnd_bits = 28
2025-08-20T22:29:39.5777916Z ##[group]Run ##Presets
2025-08-20T22:29:39.5778346Z [36;1m##Presets[0m
2025-08-20T22:29:39.5778677Z [36;1mset +x ; set +e[0m
2025-08-20T22:29:39.5778967Z [36;1m#-------------#[0m
2025-08-20T22:29:39.5779405Z [36;1m##Debug?[0m
2025-08-20T22:29:39.5779762Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:29:39.5780089Z [36;1m  set -x[0m
2025-08-20T22:29:39.5780287Z [36;1mfi[0m
2025-08-20T22:29:39.5780578Z [36;1m#-------------#[0m
2025-08-20T22:29:39.5780832Z [36;1m##Main[0m
2025-08-20T22:29:39.5781117Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:29:39.5781774Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:29:39.5782503Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:29:39.5782940Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:29:39.5783275Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:29:39.5783616Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:29:39.5783965Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:29:39.5784316Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:29:39.5784719Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:29:39.5785106Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:29:39.5785672Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:29:39.5786098Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:29:39.5786492Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:29:39.5786840Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:29:39.5787182Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:29:39.5787499Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:29:39.5787868Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:29:39.5788190Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:29:39.5788488Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:29:39.5788914Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:29:39.5789532Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:29:39.5789926Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:29:39.5790273Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:29:39.5790606Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:29:39.5791003Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:29:39.5791365Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:29:39.5791670Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:29:39.5792096Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:29:39.5792568Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:29:39.5793071Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:29:39.5793615Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:29:39.5793985Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:29:39.5794407Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:29:39.5795063Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:29:39.5795882Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:29:39.5796486Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:29:39.5796783Z [36;1m else[0m
2025-08-20T22:29:39.5797365Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:29:39.5797841Z [36;1m fi[0m
2025-08-20T22:29:39.5798139Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:29:39.5798586Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:29:39.5799028Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5799624Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5800119Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5800571Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5800999Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5801490Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5801938Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:29:39.5802414Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:29:39.5802753Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:29:39.5826691Z shell: /usr/bin/bash -e {0}
2025-08-20T22:29:39.5826969Z env:
2025-08-20T22:29:39.5827205Z   CROSS_COMPILING: NO
2025-08-20T22:29:39.5827573Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:29:39.5827884Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:29:39.5828455Z   ON_QEMU: NO
2025-08-20T22:29:39.5828703Z   DEBUG: 0
2025-08-20T22:29:39.5828919Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:29:39.5829527Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:29:39.5829897Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:29:39.5830211Z   KEEP_LOGS: YES
2025-08-20T22:29:39.5830497Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:29:39.5830729Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:29:39.5831019Z   SBUILD_REBUILD: false
2025-08-20T22:29:39.5831627Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:29:39.5832215Z   BUILD_SYS: docker://go
2025-08-20T22:29:39.5832515Z   BUILD_ON_HOST: FALSE
2025-08-20T22:29:39.5832727Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:29:39.5832962Z   SYSTMP: /tmp
2025-08-20T22:29:39.5833243Z   GHA_MODE: MATRIX
2025-08-20T22:29:39.5833688Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:29:39.5834425Z   GHCR_TOKEN: ***
2025-08-20T22:29:39.5834962Z   GITHUB_TOKEN: ***
2025-08-20T22:29:39.5835254Z   GITLAB_TOKEN: ***
2025-08-20T22:29:39.5836528Z   MINISIGN_KEY: ***
2025-08-20T22:29:39.5836786Z ##[endgroup]
2025-08-20T22:29:39.6684769Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:29:39.7615269Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:29:39.7616327Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:29:39.7617351Z 
2025-08-20T22:29:39.8002767Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:29:39.8003258Z 100  3962  100  3962    0     0    99k      0 --:--:-- --:--:-- --:--:--  101k
2025-08-20T22:29:39.8013395Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:29:39.8089473Z 
2025-08-20T22:29:39.8089942Z [+] Building [/tmp/tmp.3qIQefyTLS/SBUILD_INPUT] Locally
2025-08-20T22:29:39.8090204Z 
2025-08-20T22:29:39.8101181Z '/tmp/tmp.3qIQefyTLS/SBUILD_INPUT' -> '/tmp/pkgforge/ny5cJrmBz_build.yaml'
2025-08-20T22:29:39.8926657Z 
2025-08-20T22:29:39.8927168Z [+] Passwordless sudo is Configured
2025-08-20T22:29:39.9846978Z 
2025-08-20T22:29:39.9858807Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:29:39.9859106Z 
2025-08-20T22:29:40.0217552Z 
2025-08-20T22:29:40.0218941Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:29:40.0219457Z 
2025-08-20T22:29:40.0219464Z 
2025-08-20T22:29:40.0219831Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:29:40.0220178Z 
2025-08-20T22:29:40.0255004Z [+] Installing: 7z -> 7z
2025-08-20T22:29:40.4283539Z [+] Installing: actionlint -> actionlint
2025-08-20T22:29:40.6802731Z [+] Installing: anew -> anew
2025-08-20T22:29:41.0718724Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:29:41.4479669Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:29:41.7772874Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:29:42.0959446Z [+] Installing: archey -> archey
2025-08-20T22:29:42.5677134Z [+] Installing: aria2 -> aria2c
2025-08-20T22:29:43.0868137Z [+] Installing: askalono -> askalono
2025-08-20T22:29:43.5124767Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:29:43.9504594Z [+] Installing: b3sum -> b3sum
2025-08-20T22:29:44.3932411Z [+] Installing: bita -> bita
2025-08-20T22:29:44.8739597Z [+] Installing: btop -> btop
2025-08-20T22:29:45.2855489Z [+] Installing: chafa -> chafa
2025-08-20T22:29:45.7453544Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:29:46.5022035Z [+] Installing: croc -> croc
2025-08-20T22:29:46.7519624Z [+] Installing: csvtk -> csvtk
2025-08-20T22:29:47.3803857Z [+] Installing: cutlines -> cutlines
2025-08-20T22:29:47.5011109Z curl: (22) The requested URL returned error: 404
2025-08-20T22:29:47.5047603Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:29:47.5048378Z [+] Installing: dbin -> dbin
2025-08-20T22:29:47.9985727Z [+] Installing: dasel -> dasel
2025-08-20T22:29:48.5115457Z [+] Installing: delta -> delta
2025-08-20T22:29:48.7479265Z [+] Installing: ds -> ds
2025-08-20T22:29:49.0589682Z curl: (22) The requested URL returned error: 404
2025-08-20T22:29:49.0623668Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:29:49.0624588Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:29:49.4242854Z [+] Installing: duf -> duf
2025-08-20T22:29:49.8493369Z [+] Installing: duplicut -> duplicut
2025-08-20T22:29:50.2211975Z [+] Installing: dust -> dust
2025-08-20T22:29:50.6334768Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:29:50.9984318Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:29:51.3645747Z [+] Installing: dysk -> dysk
2025-08-20T22:29:51.7426907Z [+] Installing: eget -> eget
2025-08-20T22:29:52.1837930Z [+] Installing: epoch -> epoch
2025-08-20T22:29:52.6141275Z [+] Installing: faketty -> faketty
2025-08-20T22:29:52.7652675Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:29:52.9370571Z [+] Installing: freeze -> freeze
2025-08-20T22:29:53.4648915Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:29:53.8346087Z [+] Installing: gdu -> gdu
2025-08-20T22:29:54.4195555Z [+] Installing: gh -> gh
2025-08-20T22:29:55.2968982Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:29:55.8277276Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:29:56.0104551Z [+] Installing: glab -> glab
2025-08-20T22:29:56.6032568Z [+] Installing: glow -> glow
2025-08-20T22:29:57.3384453Z [+] Installing: httpx -> httpx
2025-08-20T22:29:58.8385395Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:29:59.7212833Z [+] Installing: husarnet -> husarnet
2025-08-20T22:29:59.8357491Z curl: (22) The requested URL returned error: 404
2025-08-20T22:29:59.8390560Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:29:59.8391343Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:29:59.9641793Z curl: (22) The requested URL returned error: 404
2025-08-20T22:29:59.9676049Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:29:59.9676888Z [+] Installing: imgcat -> imgcat
2025-08-20T22:30:00.1559802Z [+] Installing: jc -> jc
2025-08-20T22:30:00.5942527Z [+] Installing: jq -> jq
2025-08-20T22:30:00.9651532Z [+] Installing: logdy -> logdy
2025-08-20T22:30:01.5502660Z [+] Installing: micro -> micro
2025-08-20T22:30:02.0822519Z [+] Installing: miniserve -> miniserve
2025-08-20T22:30:02.3236580Z [+] Installing: minisign -> minisign
2025-08-20T22:30:02.6962139Z [+] Installing: ncdu -> ncdu
2025-08-20T22:30:03.0699678Z [+] Installing: notify -> notify
2025-08-20T22:30:03.4295114Z [+] Installing: ouch -> ouch
2025-08-20T22:30:03.6434543Z [+] Installing: oras -> oras
2025-08-20T22:30:04.2645584Z [+] Installing: pipetty -> pipetty
2025-08-20T22:30:04.6327127Z [+] Installing: pixterm -> pixterm
2025-08-20T22:30:05.0799747Z [+] Installing: qsv -> qsv
2025-08-20T22:30:05.4566896Z [+] Installing: rclone -> rclone
2025-08-20T22:30:06.6387889Z [+] Installing: ripgrep -> rg
2025-08-20T22:30:06.8589832Z [+] Installing: rga -> rga
2025-08-20T22:30:07.2919708Z [+] Installing: rsync -> rsync
2025-08-20T22:30:07.7231972Z [+] Installing: script -> script
2025-08-20T22:30:07.8834267Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:30:08.7703122Z [+] Installing: soar -> soar
2025-08-20T22:30:12.8295446Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:30:13.3076012Z [+] Installing: sstrip -> sstrip
2025-08-20T22:30:13.4361127Z [+] Installing: strace -> strace
2025-08-20T22:30:13.6050864Z [+] Installing: sttr -> sttr
2025-08-20T22:30:13.9059363Z [+] Installing: tailscale -> tailscale
2025-08-20T22:30:14.2522068Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:30:14.9018721Z [+] Installing: taplo -> taplo
2025-08-20T22:30:15.3494818Z [+] Installing: tldr -> tldr
2025-08-20T22:30:15.8574748Z [+] Installing: tldr -> tealdeer
2025-08-20T22:30:16.2098800Z [+] Installing: tmux -> tmux
2025-08-20T22:30:16.5804521Z [+] Installing: tok -> tok
2025-08-20T22:30:16.8698495Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:30:17.4121690Z [+] Installing: trurl -> trurl
2025-08-20T22:30:17.8840883Z [+] Installing: tss -> tss
2025-08-20T22:30:18.2375047Z [+] Installing: ulexec -> ulexec
2025-08-20T22:30:18.7017517Z [+] Installing: unfurl -> unfurl
2025-08-20T22:30:18.9147007Z [+] Installing: upx -> upx
2025-08-20T22:30:19.2657878Z [+] Installing: validtoml -> validtoml
2025-08-20T22:30:19.6806221Z [+] Installing: wget -> wget
2025-08-20T22:30:19.9086642Z [+] Installing: wget2 -> wget2
2025-08-20T22:30:20.3518967Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:30:20.5869395Z [+] Installing: xq -> xq
2025-08-20T22:30:20.9912301Z [+] Installing: xz -> xz
2025-08-20T22:30:21.1547726Z [+] Installing: unxz -> unxz
2025-08-20T22:30:21.3042987Z [+] Installing: yq -> yq
2025-08-20T22:30:21.7854724Z [+] Installing: yj -> yj
2025-08-20T22:30:22.0185028Z [+] Installing: zapper -> zapper
2025-08-20T22:30:22.3673350Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:30:22.5171775Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:30:22.8561426Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:22.8594434Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:30:22.8595260Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:30:22.9724624Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:22.9754973Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:30:22.9755365Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:30:23.2881252Z curl: (22) The requested URL returned error: 404
2025-08-20T22:30:23.2914326Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:30:23.2915094Z [+] Installing: zstd -> zstd
2025-08-20T22:30:23.6545895Z [+] Creating symlinks...
2025-08-20T22:30:23.6616939Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:30:23.6695538Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:30:23.6773174Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:30:23.6850559Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:30:23.6926803Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:30:23.7004124Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:30:23.7082897Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:30:23.7160145Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:30:23.7237407Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:30:23.7314426Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:30:23.7393814Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:30:23.7472322Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:30:23.7551370Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:30:23.7630026Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:30:23.7706617Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:30:23.7786575Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:30:23.7864622Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:30:23.7898221Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:30:23.7966139Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:30:23.8042307Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:30:23.8118266Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:30:23.8152387Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:30:23.8222259Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:30:23.8298127Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:30:23.8375556Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:30:23.8455034Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:30:23.8533496Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:30:23.8613272Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:30:23.8693228Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:30:23.8771515Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:30:23.8850343Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:30:23.8927246Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:30:23.9004838Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:30:23.9080162Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:30:23.9157628Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:30:23.9233961Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:30:23.9311338Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:30:23.9389766Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:30:23.9467251Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:30:23.9545697Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:30:23.9622667Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:30:23.9699260Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:30:23.9777489Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:30:23.9854827Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:30:23.9887855Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:30:23.9911526Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:30:23.9981057Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:30:24.0058202Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:30:24.0136729Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:30:24.0214477Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:30:24.0294015Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:30:24.0373111Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:30:24.0451492Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:30:24.0531316Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:30:24.0613305Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:30:24.0697512Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:30:24.0779131Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:30:24.0858462Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:30:24.0940452Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:30:24.1021927Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:30:24.1104493Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:30:24.1185346Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:30:24.1265460Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:30:24.1344689Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:30:24.1425880Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:30:24.1509522Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:30:24.1588641Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:30:24.1667922Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:30:24.1745992Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:30:24.1827308Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:30:24.1907330Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:30:24.1987393Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:30:24.2067162Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:30:24.2146991Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:30:24.2234584Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:30:24.2316719Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:30:24.2397711Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:30:24.2473751Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:30:24.2554960Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:30:24.2633410Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:30:24.2711779Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:30:24.2790199Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:30:24.2867030Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:30:24.2942494Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:30:24.3020578Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:30:24.3097241Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:30:24.3173422Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:30:24.3248454Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:30:24.3324240Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:30:24.3401471Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:30:24.3479146Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:30:24.3555403Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:30:24.3635628Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:30:24.3713275Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:30:24.3792504Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:30:24.3825961Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:30:24.3849966Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:30:24.3873975Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:30:24.3945061Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:30:24.3969075Z 
2025-08-20T22:30:24.3969622Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:30:24.3969986Z 
2025-08-20T22:30:24.4066454Z 
2025-08-20T22:30:24.4139784Z 
2025-08-20T22:30:24.4140318Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:30:24.4140528Z 
2025-08-20T22:30:24.4140611Z [+] Installation completed!
2025-08-20T22:30:24.4212188Z 
2025-08-20T22:30:24.4212595Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:30:24.6543567Z github.com
2025-08-20T22:30:24.6544245Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:30:24.6544576Z   - Active account: true
2025-08-20T22:30:24.6544836Z   - Git operations protocol: https
2025-08-20T22:30:24.6545084Z   - Token: ghp_************************************
2025-08-20T22:30:24.6545711Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:30:24.6546351Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:30:24.6546679Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:30:24.7880873Z Limit: 5000, Remaining: 4949, Reset: 2025-08-20 23:28:26 +0000 UTC (58m1s)
2025-08-20T22:30:24.7891133Z 
2025-08-20T22:30:24.7891675Z [+] GHCR_TOKEN is Exported
2025-08-20T22:30:24.7921615Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:30:24.9450134Z Login Succeeded
2025-08-20T22:30:24.9459268Z 
2025-08-20T22:30:24.9459400Z [+] GITLAB is Exported
2025-08-20T22:30:25.0458391Z [git remote -v]
2025-08-20T22:30:25.2430998Z gitlab.com
2025-08-20T22:30:25.2431711Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:30:25.2434388Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:30:25.2435059Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:30:25.2435471Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:30:25.2435819Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:30:25.2436133Z   ✓ Token found: **************************
2025-08-20T22:30:25.2436289Z 
2025-08-20T22:30:25.2436639Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:30:25.2437099Z [git remote -v]
2025-08-20T22:30:25.2448245Z 2025/08/20 22:30:25 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:30:25.2448728Z git: exit status 128]
2025-08-20T22:30:25.4534028Z 
2025-08-20T22:30:25.4534343Z 
2025-08-20T22:30:25.4535053Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:30:25 PM)
2025-08-20T22:30:25.4535455Z 
2025-08-20T22:30:25.4535460Z 
2025-08-20T22:30:25.4535530Z [+] USER = runner
2025-08-20T22:30:25.4535702Z [+] HOME = /home/runner
2025-08-20T22:30:25.4537839Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:30:25.4540080Z 
2025-08-20T22:30:25.5380136Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:30:25.5388280Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:30:25.7729725Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:30:25.8568409Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:30:25.9406978Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:30:26.0244573Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:30:26.8727229Z Reading package lists...
2025-08-20T22:30:26.9037769Z Reading package lists...
2025-08-20T22:30:27.0815300Z Building dependency tree...
2025-08-20T22:30:27.0823133Z Reading state information...
2025-08-20T22:30:27.3343917Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:30:27.3344303Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:30:27.3344614Z ca-certificates is already the newest version (20240203).
2025-08-20T22:30:27.3344979Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:30:27.3345297Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:30:27.3345618Z moreutils is already the newest version (0.69-1).
2025-08-20T22:30:27.3345973Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:30:27.3346358Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:30:27.3346711Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:27.5986514Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:30:27.6261950Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:30:27.6361166Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:30:27.7199388Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:30:27.8036212Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:30:27.8872904Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:30:28.7152469Z Reading package lists...
2025-08-20T22:30:28.7452210Z Reading package lists...
2025-08-20T22:30:28.9239431Z Building dependency tree...
2025-08-20T22:30:28.9246391Z Reading state information...
2025-08-20T22:30:29.1469310Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:30:29.1470080Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:30:29.1470464Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:30:29.1470799Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:30:29.1471134Z ca-certificates is already the newest version (20240203).
2025-08-20T22:30:29.1471458Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:30:29.1471760Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:30:29.1472050Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:30:29.1472632Z gawk set to manually installed.
2025-08-20T22:30:29.1472862Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:30:29.1473153Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:30:29.1473458Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:30:29.1473746Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:30:29.1474067Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:30:29.1474406Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:30:29.1474712Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:30:29.1475012Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:30:29.1475317Z The following additional packages will be installed:
2025-08-20T22:30:29.1475692Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:30:29.1476110Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:30:29.1476542Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:30:29.1476943Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:30:29.1477376Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:30:29.1477758Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:30:29.1482933Z Suggested packages:
2025-08-20T22:30:29.1483213Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:30:29.1483632Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:30:29.1484078Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:30:29.1484509Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:30:29.1484887Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:30:29.1485251Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:30:29.1485609Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:30:29.1694998Z The following NEW packages will be installed:
2025-08-20T22:30:29.1695397Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:30:29.1696323Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:30:29.1696834Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:30:29.1697259Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:30:29.1698047Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:30:29.1701756Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:30:29.1702695Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:30:29.2507666Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:29.2508003Z Need to get 27.2 MB of archives.
2025-08-20T22:30:29.2508319Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:30:29.2508859Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:30:29.3868931Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:30:29.4206157Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:30:29.4384585Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:30:29.4548147Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:30:29.4711895Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:30:29.4907140Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:30:29.5094424Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:30:29.5292611Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:30:29.5462551Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:30:29.6257141Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:30:29.6429468Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:30:29.6621015Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:30:29.6785830Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:30:29.6948554Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:30:29.7117080Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:30:29.7281079Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:30:29.7642892Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:30:29.8374511Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:30:29.8606207Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:30:29.8769282Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:30:29.8935482Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:30:29.9129988Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:30:29.9296024Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:30:29.9468127Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:30:29.9630918Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:30:29.9845602Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:30:30.0012235Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:30:30.0180029Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:30:30.0347236Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:30:30.0511245Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:30:30.0677084Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:30:30.0845077Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:30:30.1119719Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:30:30.1303715Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:30:30.1499964Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:30:30.3826599Z Preconfiguring packages ...
2025-08-20T22:30:30.4464700Z Fetched 27.2 MB in 1s (28.0 MB/s)
2025-08-20T22:30:30.4848776Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:30:30.4879045Z (Reading database ... 
2025-08-20T22:30:30.4879401Z (Reading database ... 5%
2025-08-20T22:30:30.4879604Z (Reading database ... 10%
2025-08-20T22:30:30.4879801Z (Reading database ... 15%
2025-08-20T22:30:30.4879995Z (Reading database ... 20%
2025-08-20T22:30:30.4880189Z (Reading database ... 25%
2025-08-20T22:30:30.4880377Z (Reading database ... 30%
2025-08-20T22:30:30.4880595Z (Reading database ... 35%
2025-08-20T22:30:30.4880787Z (Reading database ... 40%
2025-08-20T22:30:30.4880981Z (Reading database ... 45%
2025-08-20T22:30:30.4881789Z (Reading database ... 50%
2025-08-20T22:30:30.4901237Z (Reading database ... 55%
2025-08-20T22:30:30.4982143Z (Reading database ... 60%
2025-08-20T22:30:30.5019085Z (Reading database ... 65%
2025-08-20T22:30:30.5031954Z (Reading database ... 70%
2025-08-20T22:30:30.5050365Z (Reading database ... 75%
2025-08-20T22:30:30.5167054Z (Reading database ... 80%
2025-08-20T22:30:30.5232184Z (Reading database ... 85%
2025-08-20T22:30:30.5254133Z (Reading database ... 90%
2025-08-20T22:30:30.5332664Z (Reading database ... 95%
2025-08-20T22:30:30.5332887Z (Reading database ... 100%
2025-08-20T22:30:30.5333175Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:30:30.5357907Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:30:30.5559835Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:30:30.6976912Z Selecting previously unselected package poppler-data.
2025-08-20T22:30:30.7136880Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:30:30.7195054Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:30:30.8268620Z Selecting previously unselected package b3sum.
2025-08-20T22:30:30.8459577Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:30:30.8509505Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:30:30.9033609Z Selecting previously unselected package build-essential.
2025-08-20T22:30:30.9213394Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:30:30.9261025Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:30:30.9740558Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:30:30.9909002Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:30:31.0003552Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:30:31.0489753Z Selecting previously unselected package ccache.
2025-08-20T22:30:31.0666854Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:30:31.0722234Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:30:31.1295435Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:30:31.1454623Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:30:31.1504950Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:30:31.1969493Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:30:31.2126850Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:30:31.2180166Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:30:31.2676775Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:30:31.2836179Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:30:31.2898818Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:30:31.3534204Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:30:31.3713850Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:30:31.4270651Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:30:31.5224258Z Selecting previously unselected package libgs-common.
2025-08-20T22:30:31.5398915Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:30:31.5451329Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:31.5879148Z Selecting previously unselected package libgs10-common.
2025-08-20T22:30:31.6052122Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:30:31.6112779Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:31.6796848Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:30:31.6951504Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:30:31.7004040Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:30:31.7478096Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:30:31.7631172Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:30:31.7685596Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:30:31.8172233Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:30:31.8324763Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:30:31.8374951Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:30:31.8923933Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:30:31.9086043Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:30:31.9208295Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:30:33.1946523Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:30:33.2123739Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:30:33.2175671Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:33.3844009Z Selecting previously unselected package ghostscript.
2025-08-20T22:30:33.4002868Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:30:33.4050864Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:33.4621691Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:30:33.4778599Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:30:33.4827721Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:33.5682184Z Selecting previously unselected package imagemagick.
2025-08-20T22:30:33.5860541Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:30:33.5913775Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:33.6315716Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:30:33.6486424Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:30:33.6538066Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:30:33.7005046Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:30:33.7171246Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:30:33.7219774Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:30:33.7761396Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:30:33.7937063Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:30:33.7985630Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:30:33.8478491Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:30:33.8633285Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:30:33.8679716Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:30:33.9085071Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:30:33.9229959Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:30:33.9275728Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:30:33.9721591Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:30:33.9870549Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:30:33.9920070Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:30:34.0529060Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:30:34.0709834Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:30:34.0763926Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:30:34.1202526Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:30:34.1385277Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:30:34.1440091Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:34.1960517Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:30:34.2136223Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:30:34.2190217Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:30:34.2668999Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:30:34.2842965Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:30:34.2898865Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:30:34.3316102Z Selecting previously unselected package libtool-bin.
2025-08-20T22:30:34.3482507Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:30:34.3540961Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:30:34.4002333Z Selecting previously unselected package lzip.
2025-08-20T22:30:34.4155789Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:30:34.4209589Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:30:34.4679260Z Selecting previously unselected package netpbm.
2025-08-20T22:30:34.4824856Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:30:34.4877085Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:30:34.7046116Z Selecting previously unselected package musl:arm64.
2025-08-20T22:30:34.7231499Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:30:34.7285157Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:30:34.7818499Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:30:34.7996881Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:30:34.8047214Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:30:34.8662232Z Selecting previously unselected package musl-tools.
2025-08-20T22:30:34.8841578Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:30:34.8890490Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:30:34.9472938Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:30:35.0596947Z 
2025-08-20T22:30:35.0597426Z Creating config file /etc/papersize with new version
2025-08-20T22:30:35.1160110Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:30:35.1286680Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:30:35.1460633Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:30:35.1590494Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:30:35.1716139Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:35.1849051Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:30:35.1976963Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:30:35.2110090Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:30:35.2531899Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:30:35.2659376Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:30:35.2791920Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:30:35.2905813Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:30:35.2956946Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:30:35.3009144Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:30:35.3088193Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:30:35.3220295Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:30:35.3365536Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:30:35.3523255Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:30:35.3652641Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:35.3776546Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:30:35.3829921Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:30:35.3887308Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:30:35.3939670Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:30:35.3997116Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:30:35.4046899Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:30:35.4106297Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:30:35.4161469Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:30:35.4218176Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:30:35.4270160Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:30:35.4326855Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:30:35.4375828Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:30:35.4435600Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:30:35.4489694Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:30:35.4547290Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:30:35.4598809Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:30:35.4657549Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:30:35.4708767Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:30:35.4774502Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:30:35.4825017Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:30:35.4883216Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:30:35.4943279Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:30:35.5605952Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:30:35.5735988Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:30:35.5957498Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:30:35.6089271Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:30:35.6420746Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:30:35.6548542Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:30:35.6682495Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:30:35.6858064Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:30:35.7032395Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:30:35.7148628Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:30:35.7280615Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:30:35.7437471Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:30:35.7581168Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:30:35.7729593Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:35.7861780Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:30:35.7992167Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:30:35.9637453Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:30:35.9768929Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:35.9894794Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:36.0037132Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:30:36.0215489Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:30:36.1029519Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:30:36.2993350Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:30:36.3839853Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:36.4110424Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:38.9120047Z Reading package lists...
2025-08-20T22:30:39.0866949Z Building dependency tree...
2025-08-20T22:30:39.0875098Z Reading state information...
2025-08-20T22:30:39.3200765Z autoconf is already the newest version (2.71-3).
2025-08-20T22:30:39.3201598Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:30:39.3202210Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:30:39.3202544Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:30:39.3202889Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:30:39.3203235Z ca-certificates is already the newest version (20240203).
2025-08-20T22:30:39.3203556Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:30:39.3203848Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:30:39.3204146Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:30:39.3204451Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:30:39.3204763Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:30:39.3205072Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:30:39.3205674Z patch set to manually installed.
2025-08-20T22:30:39.3205984Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:30:39.3206309Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:30:39.3206611Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:30:39.3206917Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:30:39.3207176Z Suggested packages:
2025-08-20T22:30:39.3207357Z   scons-doc
2025-08-20T22:30:39.3352692Z The following NEW packages will be installed:
2025-08-20T22:30:39.3360905Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:30:39.5267192Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:39.5267563Z Need to get 17.8 MB of archives.
2025-08-20T22:30:39.5268235Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:30:39.5268769Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:30:40.0547547Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:30:40.1395715Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:30:40.9561398Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:30:41.1251144Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:30:41.3737246Z Fetched 17.8 MB in 2s (10000 kB/s)
2025-08-20T22:30:41.3995937Z Selecting previously unselected package autopoint.
2025-08-20T22:30:41.4027649Z (Reading database ... 
2025-08-20T22:30:41.4027889Z (Reading database ... 5%
2025-08-20T22:30:41.4028082Z (Reading database ... 10%
2025-08-20T22:30:41.4028279Z (Reading database ... 15%
2025-08-20T22:30:41.4028470Z (Reading database ... 20%
2025-08-20T22:30:41.4028663Z (Reading database ... 25%
2025-08-20T22:30:41.4028883Z (Reading database ... 30%
2025-08-20T22:30:41.4029076Z (Reading database ... 35%
2025-08-20T22:30:41.4029436Z (Reading database ... 40%
2025-08-20T22:30:41.4029642Z (Reading database ... 45%
2025-08-20T22:30:41.4029832Z (Reading database ... 50%
2025-08-20T22:30:41.4049560Z (Reading database ... 55%
2025-08-20T22:30:41.4133894Z (Reading database ... 60%
2025-08-20T22:30:41.4174112Z (Reading database ... 65%
2025-08-20T22:30:41.4187664Z (Reading database ... 70%
2025-08-20T22:30:41.4214667Z (Reading database ... 75%
2025-08-20T22:30:41.4333083Z (Reading database ... 80%
2025-08-20T22:30:41.4402454Z (Reading database ... 85%
2025-08-20T22:30:41.4426114Z (Reading database ... 90%
2025-08-20T22:30:41.4513256Z (Reading database ... 95%
2025-08-20T22:30:41.4513482Z (Reading database ... 100%
2025-08-20T22:30:41.4513773Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:30:41.4541216Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:30:41.4590178Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:30:41.5133623Z Selecting previously unselected package clang.
2025-08-20T22:30:41.5261723Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:30:41.5335587Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:30:41.5755607Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:30:41.5889065Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:30:41.5945181Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:30:42.5547058Z Selecting previously unselected package scons.
2025-08-20T22:30:42.5696601Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:30:42.5754110Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:30:42.6417032Z Selecting previously unselected package byacc.
2025-08-20T22:30:42.6569026Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:30:42.6623082Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:30:42.7294326Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:30:42.7450736Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:30:42.7664047Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:30:42.8009338Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:30:43.1626274Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:30:43.4505062Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:44.6084388Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:30:45.7065097Z Reading package lists...
2025-08-20T22:30:45.9043289Z Building dependency tree...
2025-08-20T22:30:45.9051003Z Reading state information...
2025-08-20T22:30:46.1515469Z The following additional packages will be installed:
2025-08-20T22:30:46.1515857Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:30:46.1516196Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:30:46.1516610Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:30:46.1517082Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:30:46.1517523Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:30:46.1517960Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:30:46.1518405Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:30:46.1518827Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:30:46.1522092Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:30:46.1531816Z Suggested packages:
2025-08-20T22:30:46.1532096Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:30:46.1532486Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:30:46.1532897Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:30:46.1535310Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:30:46.1535712Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:30:46.1536121Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:30:46.1536576Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:30:46.1537048Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:30:46.1537408Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:30:46.1537631Z Recommended packages:
2025-08-20T22:30:46.1537908Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:30:46.1538359Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:30:46.1538756Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:30:46.1539112Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:30:46.1539598Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:30:46.1716250Z The following NEW packages will be installed:
2025-08-20T22:30:46.1717576Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:30:46.1717980Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:30:46.1718373Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:30:46.1718840Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:30:46.1719366Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:30:46.1719812Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:30:46.1720257Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:30:46.1721840Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:30:46.1725184Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:30:46.2376787Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:46.2377416Z Need to get 2409 kB of archives.
2025-08-20T22:30:46.2377722Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:30:46.2378234Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:30:46.2538142Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:30:46.2732752Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:30:46.3057573Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:30:46.3225278Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:30:46.3407576Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:30:46.3610271Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:30:46.3780349Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:30:46.3954492Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:30:46.4131382Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:30:46.4315834Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:30:46.4496603Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:30:46.4668762Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:30:46.4849775Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:30:46.5034310Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:30:46.5263879Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:30:46.5438062Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:30:46.6463048Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:30:46.6630725Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:30:46.6793843Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:30:46.6955106Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:30:46.7275847Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:30:46.7463321Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:30:46.7625571Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:30:46.7787153Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:30:46.7951544Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:30:46.8114027Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:30:46.8290829Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:30:46.8458373Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:30:46.8623241Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:30:47.1279824Z Fetched 2409 kB in 1s (3451 kB/s)
2025-08-20T22:30:47.1510605Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:30:47.1542262Z (Reading database ... 
2025-08-20T22:30:47.1542489Z (Reading database ... 5%
2025-08-20T22:30:47.1542682Z (Reading database ... 10%
2025-08-20T22:30:47.1542880Z (Reading database ... 15%
2025-08-20T22:30:47.1543075Z (Reading database ... 20%
2025-08-20T22:30:47.1543305Z (Reading database ... 25%
2025-08-20T22:30:47.1543510Z (Reading database ... 30%
2025-08-20T22:30:47.1543703Z (Reading database ... 35%
2025-08-20T22:30:47.1543894Z (Reading database ... 40%
2025-08-20T22:30:47.1544658Z (Reading database ... 45%
2025-08-20T22:30:47.1544864Z (Reading database ... 50%
2025-08-20T22:30:47.1565030Z (Reading database ... 55%
2025-08-20T22:30:47.1645139Z (Reading database ... 60%
2025-08-20T22:30:47.1683934Z (Reading database ... 65%
2025-08-20T22:30:47.1697143Z (Reading database ... 70%
2025-08-20T22:30:47.1723759Z (Reading database ... 75%
2025-08-20T22:30:47.1844113Z (Reading database ... 80%
2025-08-20T22:30:47.1910473Z (Reading database ... 85%
2025-08-20T22:30:47.1935598Z (Reading database ... 90%
2025-08-20T22:30:47.2021858Z (Reading database ... 95%
2025-08-20T22:30:47.2022078Z (Reading database ... 100%
2025-08-20T22:30:47.2022373Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:30:47.2051319Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:30:47.2104558Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:30:47.2550901Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:30:47.2710858Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:30:47.2764479Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:30:47.3158018Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:30:47.3315852Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:30:47.3367836Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:30:47.3766884Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:30:47.3930061Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:30:47.3979499Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:30:47.4386053Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:30:47.4549016Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:30:47.4602310Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:30:47.4998511Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:30:47.5177317Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:30:47.5226765Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:30:47.5682331Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:30:47.5861578Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:30:47.5920066Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:30:47.6360338Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:30:47.6536200Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:30:47.6591892Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:30:47.6997130Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:30:47.7171629Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:30:47.7222082Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:30:47.7630502Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:30:47.7793701Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:30:47.7845897Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:30:47.8281817Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:30:47.8437238Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:30:47.8488432Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:30:47.8883344Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:30:47.9036010Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:30:47.9088660Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:30:47.9488030Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:30:47.9638895Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:30:47.9691572Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:30:48.0236821Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:30:48.0417735Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:30:48.0470071Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:30:48.0911029Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:30:48.1081223Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:30:48.1135924Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:30:48.1573453Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:30:48.1745908Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:30:48.1797491Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:30:48.2176944Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:30:48.2346517Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:30:48.2400385Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:30:48.2835245Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:30:48.3015671Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:30:48.9943645Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:30:49.0410919Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:30:49.0567084Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:30:49.0629553Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:30:49.1048003Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:30:49.1229845Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:30:49.1280400Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:30:49.1778610Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:30:49.1953028Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:30:49.2007461Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:30:49.2522051Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:30:49.2696384Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:30:49.2751549Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:30:49.3174089Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:30:49.3346402Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:30:49.3394166Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:30:49.3772467Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:30:49.3931601Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:30:49.3983368Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:30:49.4395520Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:30:49.4537722Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:30:49.4590464Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:30:49.5010032Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:30:49.5166563Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:30:49.5218599Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:30:49.5636327Z Selecting previously unselected package libwww-perl.
2025-08-20T22:30:49.5797255Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:30:49.5851545Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:30:49.6293594Z Selecting previously unselected package patchutils.
2025-08-20T22:30:49.6474134Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:30:49.6542622Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:30:49.6950666Z Selecting previously unselected package wdiff.
2025-08-20T22:30:49.7129676Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:30:49.7182775Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:30:49.7770401Z Selecting previously unselected package devscripts.
2025-08-20T22:30:49.7949754Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:30:49.8170947Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:30:49.9101593Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:30:49.9245648Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:30:49.9374048Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:30:49.9499461Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:30:49.9637894Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:30:49.9769275Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:30:49.9902053Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:30:50.0029610Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:30:50.0163141Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:30:50.0292942Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:30:50.0428533Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:30:50.0561778Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:30:50.0712320Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:30:50.0858028Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:30:50.0991145Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:30:50.1131127Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:30:50.1270004Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:30:50.1414918Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:30:50.1548984Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:30:50.1689081Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:30:50.1839827Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:30:50.1975106Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:30:50.2123715Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:30:50.2275879Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:30:50.2427543Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:30:50.2575518Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:30:50.2721147Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:30:50.2876697Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:30:50.3017341Z Setting up devscripts (2.23.7) ...
2025-08-20T22:30:50.4211265Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:30:50.4349397Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:51.8783946Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:30:53.0465761Z Reading package lists...
2025-08-20T22:30:53.2394167Z Building dependency tree...
2025-08-20T22:30:53.2401793Z Reading state information...
2025-08-20T22:30:53.4842453Z The following additional packages will be installed:
2025-08-20T22:30:53.4850302Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:30:53.4858045Z Suggested packages:
2025-08-20T22:30:53.4858261Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:30:53.5014771Z The following NEW packages will be installed:
2025-08-20T22:30:53.5020557Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:30:53.7061157Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:30:53.7061531Z Need to get 12.7 MB of archives.
2025-08-20T22:30:53.7062787Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:30:53.7063330Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:30:54.0165759Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:30:54.2107336Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:30:54.6659359Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:30:55.6979994Z Fetched 12.7 MB in 2s (6548 kB/s)
2025-08-20T22:30:55.7256994Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:30:55.7290845Z (Reading database ... 
2025-08-20T22:30:55.7291359Z (Reading database ... 5%
2025-08-20T22:30:55.7291940Z (Reading database ... 10%
2025-08-20T22:30:55.7292191Z (Reading database ... 15%
2025-08-20T22:30:55.7292389Z (Reading database ... 20%
2025-08-20T22:30:55.7292584Z (Reading database ... 25%
2025-08-20T22:30:55.7292780Z (Reading database ... 30%
2025-08-20T22:30:55.7292972Z (Reading database ... 35%
2025-08-20T22:30:55.7293164Z (Reading database ... 40%
2025-08-20T22:30:55.7293725Z (Reading database ... 45%
2025-08-20T22:30:55.7293922Z (Reading database ... 50%
2025-08-20T22:30:55.7313516Z (Reading database ... 55%
2025-08-20T22:30:55.7394309Z (Reading database ... 60%
2025-08-20T22:30:55.7434432Z (Reading database ... 65%
2025-08-20T22:30:55.7448615Z (Reading database ... 70%
2025-08-20T22:30:55.7475948Z (Reading database ... 75%
2025-08-20T22:30:55.7593597Z (Reading database ... 80%
2025-08-20T22:30:55.7657346Z (Reading database ... 85%
2025-08-20T22:30:55.7682767Z (Reading database ... 90%
2025-08-20T22:30:55.7766936Z (Reading database ... 95%
2025-08-20T22:30:55.7767156Z (Reading database ... 100%
2025-08-20T22:30:55.7767444Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:30:55.7793493Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:30:55.7889945Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:30:55.8404381Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:30:55.8541260Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:30:55.8592811Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:30:55.9125449Z Selecting previously unselected package cmake-data.
2025-08-20T22:30:55.9272190Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:30:55.9374189Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:30:56.8798501Z Selecting previously unselected package cmake.
2025-08-20T22:30:56.8971604Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:30:56.9023056Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:30:57.1016947Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:30:57.1170232Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:30:57.1310344Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:30:57.1515274Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:30:57.1671398Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:58.4589108Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:59.5089028Z Reading package lists...
2025-08-20T22:30:59.7224454Z Building dependency tree...
2025-08-20T22:30:59.7232371Z Reading state information...
2025-08-20T22:30:59.9986323Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:30:59.9987265Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:30:59.9987637Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:30:59.9988372Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:30:59.9988689Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:30:59.9988997Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:30:59.9989543Z ca-certificates is already the newest version (20240203).
2025-08-20T22:30:59.9989846Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:30:59.9990141Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:30:59.9990443Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:30:59.9990748Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:30:59.9991031Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:30:59.9991363Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:30:59.9991712Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:30:59.9992013Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:30:59.9992319Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:30:59.9992641Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:30:59.9993519Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:30:59.9993829Z musl is already the newest version (1.2.4-2).
2025-08-20T22:30:59.9994099Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:30:59.9994389Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:30:59.9994719Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:30:59.9995282Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:30:59.9995582Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:30:59.9995873Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:30:59.9996202Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:00.0175252Z Reading package lists...
2025-08-20T22:31:00.2140097Z Building dependency tree...
2025-08-20T22:31:00.2146648Z Reading state information...
2025-08-20T22:31:00.4860151Z autoconf is already the newest version (2.71-3).
2025-08-20T22:31:00.4860532Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:31:00.4860878Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:31:00.4861204Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:31:00.4861530Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:31:00.4861872Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:31:00.4862217Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:31:00.4862535Z ca-certificates is already the newest version (20240203).
2025-08-20T22:31:00.4862849Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:31:00.4863141Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:31:00.4863433Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:31:00.4863730Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:31:00.4864062Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:31:00.4864372Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:31:00.4864679Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:31:00.4864988Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:31:00.4865312Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:31:00.4865672Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:31:00.4866026Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:31:00.4866316Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:31:00.4866610Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:31:00.4866942Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:00.5053033Z Reading package lists...
2025-08-20T22:31:00.7037655Z Building dependency tree...
2025-08-20T22:31:00.7044534Z Reading state information...
2025-08-20T22:31:00.9785007Z devscripts is already the newest version (2.23.7).
2025-08-20T22:31:00.9785427Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:00.9980616Z Reading package lists...
2025-08-20T22:31:01.1810143Z Building dependency tree...
2025-08-20T22:31:01.1817519Z Reading state information...
2025-08-20T22:31:01.4524048Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:31:01.4524473Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:01.4711142Z Reading package lists...
2025-08-20T22:31:01.6573946Z Building dependency tree...
2025-08-20T22:31:01.6581548Z Reading state information...
2025-08-20T22:31:01.9134732Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:31:01.9135190Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:31:01.9528502Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:01.9963986Z Reading package lists...
2025-08-20T22:31:02.1873714Z Building dependency tree...
2025-08-20T22:31:02.1882245Z Reading state information...
2025-08-20T22:31:02.4343045Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:31:02.4343462Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:31:02.4343807Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:31:02.4344173Z The following additional packages will be installed:
2025-08-20T22:31:02.4344861Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:31:02.4345258Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:31:02.4345713Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:31:02.4346102Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:31:02.4346493Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:31:02.4347006Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:31:02.4347651Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:31:02.4348221Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:31:02.4348683Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:31:02.4349149Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:31:02.4349955Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:31:02.4350388Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:31:02.4350831Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:31:02.4351344Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:31:02.4351784Z   linux-libc-dev-armhf-cross
2025-08-20T22:31:02.4359570Z Suggested packages:
2025-08-20T22:31:02.4359864Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:31:02.4360229Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:31:02.4686926Z The following NEW packages will be installed:
2025-08-20T22:31:02.4687265Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:31:02.4687662Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:31:02.4688109Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:31:02.4700719Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:31:02.4701168Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:31:02.4701565Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:31:02.4701983Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:31:02.4702375Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:31:02.4703087Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:31:02.4703490Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:31:02.4703896Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:31:02.4704315Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:31:02.4704679Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:31:02.4705051Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:31:02.4705496Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:31:02.5281695Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:02.5282054Z Need to get 112 MB of archives.
2025-08-20T22:31:02.5282347Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:31:02.5283004Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:31:02.5782726Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:31:02.7317479Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:31:02.7483204Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:31:02.8182828Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:31:02.8344723Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:31:02.8507738Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:31:02.8863437Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:31:02.9026894Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:31:02.9191387Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:31:02.9413616Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:31:02.9577274Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:31:02.9747386Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:31:02.9909486Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:31:03.0233567Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:31:03.0435548Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:31:03.1222181Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:31:03.1436389Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:31:03.2675486Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:31:03.2915896Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:31:03.3157880Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:31:03.3463055Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:31:03.4265618Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:31:03.4622481Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:31:03.4785783Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:31:03.4951396Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:31:03.5192775Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:31:03.5356959Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:31:03.5526279Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:31:03.5691866Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:31:03.6024693Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:31:03.6228042Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:31:03.6455032Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:31:03.7235954Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:31:03.8476814Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:31:03.8715631Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:31:03.8958538Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:31:03.9258577Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:31:04.0054148Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:31:04.0214101Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:31:04.0374681Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:31:04.0537659Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:31:04.3300126Z Fetched 112 MB in 2s (71.3 MB/s)
2025-08-20T22:31:04.3545191Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:31:04.3577827Z (Reading database ... 
2025-08-20T22:31:04.3578070Z (Reading database ... 5%
2025-08-20T22:31:04.3578268Z (Reading database ... 10%
2025-08-20T22:31:04.3578462Z (Reading database ... 15%
2025-08-20T22:31:04.3578658Z (Reading database ... 20%
2025-08-20T22:31:04.3578854Z (Reading database ... 25%
2025-08-20T22:31:04.3579048Z (Reading database ... 30%
2025-08-20T22:31:04.3579673Z (Reading database ... 35%
2025-08-20T22:31:04.3579892Z (Reading database ... 40%
2025-08-20T22:31:04.3580083Z (Reading database ... 45%
2025-08-20T22:31:04.3580277Z (Reading database ... 50%
2025-08-20T22:31:04.3601084Z (Reading database ... 55%
2025-08-20T22:31:04.3683680Z (Reading database ... 60%
2025-08-20T22:31:04.3724012Z (Reading database ... 65%
2025-08-20T22:31:04.3737807Z (Reading database ... 70%
2025-08-20T22:31:04.3765092Z (Reading database ... 75%
2025-08-20T22:31:04.3884540Z (Reading database ... 80%
2025-08-20T22:31:04.3949452Z (Reading database ... 85%
2025-08-20T22:31:04.3974887Z (Reading database ... 90%
2025-08-20T22:31:04.4070255Z (Reading database ... 95%
2025-08-20T22:31:04.4070471Z (Reading database ... 100%
2025-08-20T22:31:04.4070760Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:31:04.4098023Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:04.4152349Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:04.4591711Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:31:04.4745848Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:04.4817293Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:04.6927317Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:31:04.7122879Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:04.7176254Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:04.7593389Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:31:04.7777316Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:04.7852471Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:04.9882082Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:31:05.0050437Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:31:05.0100334Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:05.0483734Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:31:05.0651299Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:31:05.0704892Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:05.1121369Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:31:05.1273071Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:31:05.1365900Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:31:05.2345591Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:31:05.2522204Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.2569165Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.3006370Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:31:05.3181846Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.3235467Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.3680807Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:31:05.3855091Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:31:05.3905505Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:05.4452298Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:31:05.4609085Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.4665639Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.5111262Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:31:05.5275545Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.5336409Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.5791036Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:31:05.5950813Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.6004150Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.6418714Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:31:05.6586215Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.6637011Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.7446451Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:31:05.7626608Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.7676501Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.8200806Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:31:05.8384014Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.8432606Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.8960431Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:31:05.9141416Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:05.9188510Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:05.9913799Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:31:06.0082845Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:06.0153463Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:06.3821756Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:31:06.4001321Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:31:06.4054265Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:31:06.6446589Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:31:06.6616744Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:31:06.6668134Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:06.7946779Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:31:06.8133792Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:06.8187222Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.0505421Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:31:07.0670461Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:07.0743076Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.3038887Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:31:07.3225278Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:31:07.3275952Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:31:07.4300311Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:31:07.4492300Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.4543249Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.4961636Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:31:07.5145861Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.5198654Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.5652530Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:31:07.5836431Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:31:07.5892316Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:07.6453718Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:31:07.6623743Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.6675788Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.7108172Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:31:07.7275971Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.7323932Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.7741855Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:31:07.7906185Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.7963995Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.8365373Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:31:07.8525517Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.8571890Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:07.9418076Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:31:07.9605904Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:07.9664666Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:08.0186098Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:31:08.0367766Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:08.0415887Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:08.0978741Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:31:08.1155252Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:08.1211019Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:08.1887861Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:31:08.2049423Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:08.2130914Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:08.5842290Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:31:08.6030525Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:31:08.6081352Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:31:08.8456053Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:31:08.8617846Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:31:08.8668490Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:08.9981130Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:31:09.0174682Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:31:09.0223625Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.2534274Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:31:09.2707607Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:31:09.2780972Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.4823539Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:31:09.4988401Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:31:09.5039412Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:09.5380008Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:31:09.5572410Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:31:09.5629562Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:09.5965840Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:31:09.6151866Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:31:09.6200682Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:09.6573695Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:31:09.6759171Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:31:09.6813635Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:09.7450761Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:31:09.7587134Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:09.7714181Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.7849493Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.7981805Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.8112963Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:31:09.8243807Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.8371666Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:31:09.8497231Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:09.8635554Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.8789559Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.8921364Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:09.9050365Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:31:09.9189069Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.9325031Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.9455565Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.9590526Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.9740097Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:09.9918601Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.0088390Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.0226359Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:31:10.0364732Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.0513803Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.0663629Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:10.0815911Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.0955864Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1091178Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1228952Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:10.1384854Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1514206Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1643370Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1783786Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.1914918Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.2066337Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.2198724Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:10.2338909Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.2479089Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.2609459Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.2765211Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:31:10.2920575Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:10.3070654Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:31:10.3219087Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:31:10.3378183Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:31:10.3434987Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:31:10.3542828Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:11.6109931Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:12.6811316Z Reading package lists...
2025-08-20T22:31:12.8824316Z Building dependency tree...
2025-08-20T22:31:12.8831629Z Reading state information...
2025-08-20T22:31:13.1071400Z The following additional packages will be installed:
2025-08-20T22:31:13.1072354Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:31:13.1076802Z   libpcap0.8-dev
2025-08-20T22:31:13.1346555Z The following NEW packages will be installed:
2025-08-20T22:31:13.1347402Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:31:13.1352714Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:31:13.1529545Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:13.2186649Z Need to get 1640 kB of archives.
2025-08-20T22:31:13.2187018Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:31:13.2187577Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:31:13.3009169Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:31:13.3223592Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:31:13.3437528Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:31:13.3728080Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:31:13.4176848Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:31:13.4371307Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:31:13.4532882Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:31:13.7054474Z Fetched 1640 kB in 0s (5665 kB/s)
2025-08-20T22:31:13.7377449Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:31:13.7411131Z (Reading database ... 
2025-08-20T22:31:13.7411368Z (Reading database ... 5%
2025-08-20T22:31:13.7411565Z (Reading database ... 10%
2025-08-20T22:31:13.7411760Z (Reading database ... 15%
2025-08-20T22:31:13.7411951Z (Reading database ... 20%
2025-08-20T22:31:13.7412177Z (Reading database ... 25%
2025-08-20T22:31:13.7412372Z (Reading database ... 30%
2025-08-20T22:31:13.7412885Z (Reading database ... 35%
2025-08-20T22:31:13.7413101Z (Reading database ... 40%
2025-08-20T22:31:13.7413291Z (Reading database ... 45%
2025-08-20T22:31:13.7414169Z (Reading database ... 50%
2025-08-20T22:31:13.7433244Z (Reading database ... 55%
2025-08-20T22:31:13.7517317Z (Reading database ... 60%
2025-08-20T22:31:13.7552863Z (Reading database ... 65%
2025-08-20T22:31:13.7569090Z (Reading database ... 70%
2025-08-20T22:31:13.7592437Z (Reading database ... 75%
2025-08-20T22:31:13.7712263Z (Reading database ... 80%
2025-08-20T22:31:13.7777925Z (Reading database ... 85%
2025-08-20T22:31:13.7807023Z (Reading database ... 90%
2025-08-20T22:31:13.7906452Z (Reading database ... 95%
2025-08-20T22:31:13.7906672Z (Reading database ... 100%
2025-08-20T22:31:13.7906965Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:31:13.7934184Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:31:13.8020055Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:31:13.8678887Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:31:13.8847567Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:31:13.8950325Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:31:13.9395331Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:31:13.9563640Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:31:13.9626804Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:31:14.0133882Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:31:14.0322674Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:31:14.0375917Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:31:14.0873554Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:31:14.1061102Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:31:14.1116066Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:31:14.1825174Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:31:14.2009391Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:31:14.2086118Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:31:14.2570533Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:31:14.2752864Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:31:14.2803709Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:31:14.3339122Z Selecting previously unselected package pcaputils.
2025-08-20T22:31:14.3507425Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:31:14.3579950Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:31:14.4203069Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:31:14.4344867Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:31:14.5630641Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:31:14.5765992Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:31:14.6002470Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:31:14.8280576Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:31:14.8414937Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:31:14.8582637Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:14.8848337Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:16.4135803Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:31:16.4426347Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:31:16.4565415Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:31:17.5610572Z Reading package lists...
2025-08-20T22:31:17.7747451Z Building dependency tree...
2025-08-20T22:31:17.7755341Z Reading state information...
2025-08-20T22:31:17.8153267Z Reading package lists...
2025-08-20T22:31:17.9826868Z Building dependency tree...
2025-08-20T22:31:17.9835103Z Reading state information...
2025-08-20T22:31:18.2065825Z The following additional packages will be installed:
2025-08-20T22:31:18.2069009Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:31:18.2077192Z Suggested packages:
2025-08-20T22:31:18.2077525Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:31:18.2077928Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:31:18.2243357Z The following NEW packages will be installed:
2025-08-20T22:31:18.2244282Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:31:18.2248906Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:31:18.3060731Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:31:18.3061094Z Need to get 801 kB of archives.
2025-08-20T22:31:18.3061421Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:31:18.3061910Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:31:18.3462964Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:31:18.3803294Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:31:18.4355506Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:31:18.4530376Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:31:18.4695255Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:31:18.4899882Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:31:18.5061968Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:31:18.5232978Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:31:18.7800169Z Fetched 801 kB in 0s (2768 kB/s)
2025-08-20T22:31:18.8110493Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:31:18.8144547Z (Reading database ... 
2025-08-20T22:31:18.8144770Z (Reading database ... 5%
2025-08-20T22:31:18.8145009Z (Reading database ... 10%
2025-08-20T22:31:18.8145204Z (Reading database ... 15%
2025-08-20T22:31:18.8145398Z (Reading database ... 20%
2025-08-20T22:31:18.8145603Z (Reading database ... 25%
2025-08-20T22:31:18.8145796Z (Reading database ... 30%
2025-08-20T22:31:18.8145988Z (Reading database ... 35%
2025-08-20T22:31:18.8146176Z (Reading database ... 40%
2025-08-20T22:31:18.8146371Z (Reading database ... 45%
2025-08-20T22:31:18.8146560Z (Reading database ... 50%
2025-08-20T22:31:18.8167314Z (Reading database ... 55%
2025-08-20T22:31:18.8255237Z (Reading database ... 60%
2025-08-20T22:31:18.8291014Z (Reading database ... 65%
2025-08-20T22:31:18.8307994Z (Reading database ... 70%
2025-08-20T22:31:18.8341358Z (Reading database ... 75%
2025-08-20T22:31:18.8453415Z (Reading database ... 80%
2025-08-20T22:31:18.8519805Z (Reading database ... 85%
2025-08-20T22:31:18.8550533Z (Reading database ... 90%
2025-08-20T22:31:18.8653135Z (Reading database ... 95%
2025-08-20T22:31:18.8653385Z (Reading database ... 100%
2025-08-20T22:31:18.8685736Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:31:18.8686127Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:31:18.8780803Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:31:18.9194321Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:31:18.9383233Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:31:18.9431706Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:31:18.9892320Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:31:19.0075943Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:31:19.0123623Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:31:19.0835391Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:31:19.1016981Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:31:19.1067878Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:31:19.1557706Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:31:19.1726974Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:31:19.1780864Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:31:19.2187490Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:31:19.2347872Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:31:19.2398277Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:31:19.2859020Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:31:19.3018716Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:31:19.3072165Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:31:19.3516624Z Selecting previously unselected package lzma.
2025-08-20T22:31:19.3675539Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:31:19.3738452Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:31:19.4197403Z Selecting previously unselected package lzma-dev.
2025-08-20T22:31:19.4378933Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:31:19.4432806Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:31:19.5228114Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:31:19.5373375Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:31:19.5523902Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:31:19.5657027Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:31:19.5798350Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:31:19.5918020Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:31:19.6009333Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:31:19.6147253Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:31:19.6277796Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:31:19.6409479Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:31:19.6548335Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:19.6790015Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:20.9527926Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:31:22.0924210Z Reading package lists...
2025-08-20T22:31:22.2726692Z Building dependency tree...
2025-08-20T22:31:22.2734514Z Reading state information...
2025-08-20T22:31:22.5499896Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:31:22.5500344Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:31:22.5500670Z inetutils-telnet set to manually installed.
2025-08-20T22:31:22.5500991Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:31:22.5501320Z The following additional packages will be installed:
2025-08-20T22:31:22.5501585Z   tcpd update-inetd
2025-08-20T22:31:22.5669130Z The following packages will be REMOVED:
2025-08-20T22:31:22.5675656Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:31:22.5676823Z The following NEW packages will be installed:
2025-08-20T22:31:22.5677161Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:31:22.5677567Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:31:22.5684738Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:31:22.6190211Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:31:22.6190924Z Need to get 691 kB of archives.
2025-08-20T22:31:22.6191205Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:31:22.6191719Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:31:22.6717418Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:31:22.6910152Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:31:22.7104172Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:31:22.7334624Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:31:22.7633315Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:31:22.7876034Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:31:22.8098792Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:31:22.8302505Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:31:22.8496366Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:31:22.8709784Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:31:22.8943008Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:31:22.9160733Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:31:23.1365986Z Preconfiguring packages ...
2025-08-20T22:31:23.2350195Z Fetched 691 kB in 0s (2027 kB/s)
2025-08-20T22:31:23.2536579Z (Reading database ... 
2025-08-20T22:31:23.2536808Z (Reading database ... 5%
2025-08-20T22:31:23.2537028Z (Reading database ... 10%
2025-08-20T22:31:23.2537225Z (Reading database ... 15%
2025-08-20T22:31:23.2537418Z (Reading database ... 20%
2025-08-20T22:31:23.2537608Z (Reading database ... 25%
2025-08-20T22:31:23.2537801Z (Reading database ... 30%
2025-08-20T22:31:23.2537994Z (Reading database ... 35%
2025-08-20T22:31:23.2538186Z (Reading database ... 40%
2025-08-20T22:31:23.2538395Z (Reading database ... 45%
2025-08-20T22:31:23.2538595Z (Reading database ... 50%
2025-08-20T22:31:23.2559561Z (Reading database ... 55%
2025-08-20T22:31:23.2641452Z (Reading database ... 60%
2025-08-20T22:31:23.2679635Z (Reading database ... 65%
2025-08-20T22:31:23.2696659Z (Reading database ... 70%
2025-08-20T22:31:23.2720673Z (Reading database ... 75%
2025-08-20T22:31:23.2844285Z (Reading database ... 80%
2025-08-20T22:31:23.2910005Z (Reading database ... 85%
2025-08-20T22:31:23.2939766Z (Reading database ... 90%
2025-08-20T22:31:23.3038447Z (Reading database ... 95%
2025-08-20T22:31:23.3038667Z (Reading database ... 100%
2025-08-20T22:31:23.3038953Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:31:23.3066893Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:31:23.3582693Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:31:23.4148301Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:31:23.7458283Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:31:23.7492319Z (Reading database ... 
2025-08-20T22:31:23.7492576Z (Reading database ... 5%
2025-08-20T22:31:23.7492776Z (Reading database ... 10%
2025-08-20T22:31:23.7493754Z (Reading database ... 15%
2025-08-20T22:31:23.7494003Z (Reading database ... 20%
2025-08-20T22:31:23.7494203Z (Reading database ... 25%
2025-08-20T22:31:23.7494395Z (Reading database ... 30%
2025-08-20T22:31:23.7494586Z (Reading database ... 35%
2025-08-20T22:31:23.7494777Z (Reading database ... 40%
2025-08-20T22:31:23.7495401Z (Reading database ... 45%
2025-08-20T22:31:23.7495621Z (Reading database ... 50%
2025-08-20T22:31:23.7515138Z (Reading database ... 55%
2025-08-20T22:31:23.7599363Z (Reading database ... 60%
2025-08-20T22:31:23.7639400Z (Reading database ... 65%
2025-08-20T22:31:23.7656777Z (Reading database ... 70%
2025-08-20T22:31:23.7680825Z (Reading database ... 75%
2025-08-20T22:31:23.7804073Z (Reading database ... 80%
2025-08-20T22:31:23.7869039Z (Reading database ... 85%
2025-08-20T22:31:23.7898960Z (Reading database ... 90%
2025-08-20T22:31:23.7997828Z (Reading database ... 95%
2025-08-20T22:31:23.7998052Z (Reading database ... 100%
2025-08-20T22:31:23.7998385Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:31:23.8024772Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:23.8133114Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:23.8613152Z Selecting previously unselected package tcpd.
2025-08-20T22:31:23.8781687Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:31:23.8848539Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:31:23.9380262Z Selecting previously unselected package update-inetd.
2025-08-20T22:31:23.9544034Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:31:23.9596896Z Unpacking update-inetd (4.53) ...
2025-08-20T22:31:24.0177227Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:31:24.0326214Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.0448169Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.0980663Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:31:24.1133757Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.1187628Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.1768939Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:31:24.1916372Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.1967723Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.2511045Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:31:24.2700350Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.2752242Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.3258878Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:31:24.3445159Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.3497257Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.3988612Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:31:24.4162989Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.4215970Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.4729791Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:31:24.4896955Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.4948861Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.5432621Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:31:24.5587219Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.5641327Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.6278005Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:31:24.6442539Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:31:24.6488962Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:31:24.7023757Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:31:24.7188005Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:31:24.7242994Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.7938624Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:31:24.8162548Z Setting up update-inetd (4.53) ...
2025-08-20T22:31:24.9060529Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:31:24.9188938Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:31:24.9276863Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.2590980Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:31:25.2591445Z 
2025-08-20T22:31:25.2591547Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:31:25.2591734Z 
2025-08-20T22:31:25.2592138Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:31:25.2592505Z 
2025-08-20T22:31:25.2592999Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:31:25.2593487Z 
2025-08-20T22:31:25.4900496Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.5117695Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.5238891Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:31:25.5344989Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.5499667Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.5634454Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:31:25.5773448Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:25.8825460Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:31:25.8825883Z 
2025-08-20T22:31:25.8826421Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:31:25.8826894Z 
2025-08-20T22:31:26.1055465Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:26.1856470Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:26.2687320Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:31:26.3335615Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:29.0788753Z Reading package lists...
2025-08-20T22:31:29.2561732Z Building dependency tree...
2025-08-20T22:31:29.2568957Z Reading state information...
2025-08-20T22:31:29.5382715Z The following packages will be REMOVED:
2025-08-20T22:31:29.5388441Z   inetutils-ping
2025-08-20T22:31:29.5388734Z The following NEW packages will be installed:
2025-08-20T22:31:29.5395719Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:31:29.5400623Z The following packages will be upgraded:
2025-08-20T22:31:29.5407581Z   iputils-tracepath
2025-08-20T22:31:29.6984799Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:31:29.6985162Z Need to get 84.5 kB of archives.
2025-08-20T22:31:29.6985451Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:31:29.6986046Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:31:29.7458471Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:31:29.7639388Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:31:29.7820973Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:31:30.0610033Z Fetched 84.5 kB in 0s (360 kB/s)
2025-08-20T22:31:30.0807622Z (Reading database ... 
2025-08-20T22:31:30.0808274Z (Reading database ... 5%
2025-08-20T22:31:30.0808516Z (Reading database ... 10%
2025-08-20T22:31:30.0808717Z (Reading database ... 15%
2025-08-20T22:31:30.0808912Z (Reading database ... 20%
2025-08-20T22:31:30.0809107Z (Reading database ... 25%
2025-08-20T22:31:30.0809492Z (Reading database ... 30%
2025-08-20T22:31:30.0810079Z (Reading database ... 35%
2025-08-20T22:31:30.0810287Z (Reading database ... 40%
2025-08-20T22:31:30.0810482Z (Reading database ... 45%
2025-08-20T22:31:30.0810673Z (Reading database ... 50%
2025-08-20T22:31:30.0830228Z (Reading database ... 55%
2025-08-20T22:31:30.0912922Z (Reading database ... 60%
2025-08-20T22:31:30.0951463Z (Reading database ... 65%
2025-08-20T22:31:30.0967904Z (Reading database ... 70%
2025-08-20T22:31:30.1001183Z (Reading database ... 75%
2025-08-20T22:31:30.1112367Z (Reading database ... 80%
2025-08-20T22:31:30.1178195Z (Reading database ... 85%
2025-08-20T22:31:30.1207658Z (Reading database ... 90%
2025-08-20T22:31:30.1308345Z (Reading database ... 95%
2025-08-20T22:31:30.1308597Z (Reading database ... 100%
2025-08-20T22:31:30.1308911Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:31:30.1336714Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:31:30.2204034Z Selecting previously unselected package iputils-ping.
2025-08-20T22:31:30.2238697Z (Reading database ... 
2025-08-20T22:31:30.2238935Z (Reading database ... 5%
2025-08-20T22:31:30.2239510Z (Reading database ... 10%
2025-08-20T22:31:30.2239949Z (Reading database ... 15%
2025-08-20T22:31:30.2240154Z (Reading database ... 20%
2025-08-20T22:31:30.2240345Z (Reading database ... 25%
2025-08-20T22:31:30.2240556Z (Reading database ... 30%
2025-08-20T22:31:30.2240744Z (Reading database ... 35%
2025-08-20T22:31:30.2241305Z (Reading database ... 40%
2025-08-20T22:31:30.2241499Z (Reading database ... 45%
2025-08-20T22:31:30.2241691Z (Reading database ... 50%
2025-08-20T22:31:30.2262062Z (Reading database ... 55%
2025-08-20T22:31:30.2346292Z (Reading database ... 60%
2025-08-20T22:31:30.2386696Z (Reading database ... 65%
2025-08-20T22:31:30.2404465Z (Reading database ... 70%
2025-08-20T22:31:30.2438409Z (Reading database ... 75%
2025-08-20T22:31:30.2554729Z (Reading database ... 80%
2025-08-20T22:31:30.2622398Z (Reading database ... 85%
2025-08-20T22:31:30.2652968Z (Reading database ... 90%
2025-08-20T22:31:30.2753009Z (Reading database ... 95%
2025-08-20T22:31:30.2753259Z (Reading database ... 100%
2025-08-20T22:31:30.2753552Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:31:30.2780695Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:31:30.2831933Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.3457224Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:31:30.3642378Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:31:30.4190460Z Selecting previously unselected package iputils-arping.
2025-08-20T22:31:30.4347473Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:31:30.4402462Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.4858863Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:31:30.5009401Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:31:30.5065184Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.5705515Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.6080082Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.6347475Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.6612544Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:31:30.6757769Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:33.2656500Z Reading package lists...
2025-08-20T22:31:33.4504849Z Building dependency tree...
2025-08-20T22:31:33.4513337Z Reading state information...
2025-08-20T22:31:33.6980491Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:31:33.7266173Z The following packages will be upgraded:
2025-08-20T22:31:33.7267980Z   python3-pip python3-pip-whl
2025-08-20T22:31:33.7437386Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:31:33.7958555Z Need to get 3020 kB of archives.
2025-08-20T22:31:33.7958931Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:31:33.7959647Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:31:33.9242842Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:31:34.1948976Z Fetched 3020 kB in 0s (16.1 MB/s)
2025-08-20T22:31:34.2302163Z (Reading database ... 
2025-08-20T22:31:34.2302414Z (Reading database ... 5%
2025-08-20T22:31:34.2302645Z (Reading database ... 10%
2025-08-20T22:31:34.2302841Z (Reading database ... 15%
2025-08-20T22:31:34.2303034Z (Reading database ... 20%
2025-08-20T22:31:34.2303226Z (Reading database ... 25%
2025-08-20T22:31:34.2303415Z (Reading database ... 30%
2025-08-20T22:31:34.2303612Z (Reading database ... 35%
2025-08-20T22:31:34.2304503Z (Reading database ... 40%
2025-08-20T22:31:34.2304748Z (Reading database ... 45%
2025-08-20T22:31:34.2305044Z (Reading database ... 50%
2025-08-20T22:31:34.2324622Z (Reading database ... 55%
2025-08-20T22:31:34.2409495Z (Reading database ... 60%
2025-08-20T22:31:34.2449399Z (Reading database ... 65%
2025-08-20T22:31:34.2466412Z (Reading database ... 70%
2025-08-20T22:31:34.2501286Z (Reading database ... 75%
2025-08-20T22:31:34.2615524Z (Reading database ... 80%
2025-08-20T22:31:34.2683977Z (Reading database ... 85%
2025-08-20T22:31:34.2714453Z (Reading database ... 90%
2025-08-20T22:31:34.2817215Z (Reading database ... 95%
2025-08-20T22:31:34.2817439Z (Reading database ... 100%
2025-08-20T22:31:34.2817731Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:31:34.2846372Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:31:34.4095916Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:31:34.5828433Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:31:34.5968426Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:31:34.6731060Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:31:34.6864275Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:31:35.6220207Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:38.1720746Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:31:38.4450608Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:39.2547175Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:31:39.3661661Z Collecting pip
2025-08-20T22:31:39.4241292Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:31:39.4401836Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:31:39.5533846Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.9 MB/s eta 0:00:00
2025-08-20T22:31:39.7731321Z Installing collected packages: pip
2025-08-20T22:31:40.4282768Z Successfully installed pip-25.2
2025-08-20T22:31:40.6262948Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:31:40.6693008Z Reading package lists...
2025-08-20T22:31:40.8725341Z Building dependency tree...
2025-08-20T22:31:40.8733624Z Reading state information...
2025-08-20T22:31:41.1196539Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:31:41.1196854Z pciutils set to manually installed.
2025-08-20T22:31:41.1197142Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:31:41.1197469Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:31:41.1197758Z python3-distro set to manually installed.
2025-08-20T22:31:41.1198073Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:31:41.1198402Z python3-netifaces set to manually installed.
2025-08-20T22:31:41.1199045Z The following additional packages will be installed:
2025-08-20T22:31:41.1199952Z   libsysfs2
2025-08-20T22:31:41.1208963Z Suggested packages:
2025-08-20T22:31:41.1209159Z   fancontrol read-edid i2c-tools
2025-08-20T22:31:41.1479393Z The following NEW packages will be installed:
2025-08-20T22:31:41.1482288Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:31:41.1669846Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:31:41.3607935Z Need to get 133 kB of archives.
2025-08-20T22:31:41.3608303Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:31:41.3608800Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:31:41.5369436Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:31:41.6436160Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:31:41.8686200Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:31:42.1342711Z Fetched 133 kB in 1s (191 kB/s)
2025-08-20T22:31:42.1660375Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:31:42.1697182Z (Reading database ... 
2025-08-20T22:31:42.1697682Z (Reading database ... 5%
2025-08-20T22:31:42.1697911Z (Reading database ... 10%
2025-08-20T22:31:42.1698106Z (Reading database ... 15%
2025-08-20T22:31:42.1698608Z (Reading database ... 20%
2025-08-20T22:31:42.1698803Z (Reading database ... 25%
2025-08-20T22:31:42.1698995Z (Reading database ... 30%
2025-08-20T22:31:42.1699341Z (Reading database ... 35%
2025-08-20T22:31:42.1699545Z (Reading database ... 40%
2025-08-20T22:31:42.1699737Z (Reading database ... 45%
2025-08-20T22:31:42.1699927Z (Reading database ... 50%
2025-08-20T22:31:42.1720766Z (Reading database ... 55%
2025-08-20T22:31:42.1803112Z (Reading database ... 60%
2025-08-20T22:31:42.1842954Z (Reading database ... 65%
2025-08-20T22:31:42.1860361Z (Reading database ... 70%
2025-08-20T22:31:42.1894519Z (Reading database ... 75%
2025-08-20T22:31:42.2006895Z (Reading database ... 80%
2025-08-20T22:31:42.2073978Z (Reading database ... 85%
2025-08-20T22:31:42.2104459Z (Reading database ... 90%
2025-08-20T22:31:42.2209116Z (Reading database ... 95%
2025-08-20T22:31:42.2209616Z (Reading database ... 100%
2025-08-20T22:31:42.2209919Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:31:42.2242683Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:31:42.2347762Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:31:42.2936031Z Selecting previously unselected package sysfsutils.
2025-08-20T22:31:42.3087835Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:31:42.3163928Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:31:42.3790884Z Selecting previously unselected package lm-sensors.
2025-08-20T22:31:42.3961029Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:31:42.4167038Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:31:42.4613738Z Selecting previously unselected package virt-what.
2025-08-20T22:31:42.4787565Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:31:42.4840674Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:31:42.5454090Z Setting up virt-what (1.25-2) ...
2025-08-20T22:31:42.5609338Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:31:42.5748088Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:31:42.8866237Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:31:42.8866622Z 
2025-08-20T22:31:42.8867099Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:31:42.8867536Z 
2025-08-20T22:31:43.1225293Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:31:43.4204631Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:31:43.4205163Z 
2025-08-20T22:31:43.4286107Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:44.9597744Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:46.0909157Z Reading package lists...
2025-08-20T22:31:46.3010428Z Building dependency tree...
2025-08-20T22:31:46.3017314Z Reading state information...
2025-08-20T22:31:46.5522017Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:31:46.5522388Z The following additional packages will be installed:
2025-08-20T22:31:46.5526952Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:31:46.5527297Z   xorg-sgml-doctools
2025-08-20T22:31:46.5535790Z Suggested packages:
2025-08-20T22:31:46.5535974Z   libxcb-doc
2025-08-20T22:31:46.5707172Z The following NEW packages will be installed:
2025-08-20T22:31:46.5709344Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:31:46.5712625Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:31:46.5712985Z   xcb xorg-sgml-doctools
2025-08-20T22:31:46.7589831Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:31:46.7590196Z Need to get 816 kB of archives.
2025-08-20T22:31:46.7590496Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:31:46.7591029Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:31:46.8433869Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:31:46.9333028Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:31:47.4256385Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:31:47.5102100Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:31:47.5960273Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:31:47.6878525Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:31:47.7729983Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:31:47.8573995Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:31:47.9420654Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:31:48.0265804Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:31:48.2895309Z Fetched 816 kB in 1s (564 kB/s)
2025-08-20T22:31:48.3123176Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:31:48.3158952Z (Reading database ... 
2025-08-20T22:31:48.3159285Z (Reading database ... 5%
2025-08-20T22:31:48.3159501Z (Reading database ... 10%
2025-08-20T22:31:48.3159697Z (Reading database ... 15%
2025-08-20T22:31:48.3159886Z (Reading database ... 20%
2025-08-20T22:31:48.3160078Z (Reading database ... 25%
2025-08-20T22:31:48.3160271Z (Reading database ... 30%
2025-08-20T22:31:48.3160459Z (Reading database ... 35%
2025-08-20T22:31:48.3160669Z (Reading database ... 40%
2025-08-20T22:31:48.3160860Z (Reading database ... 45%
2025-08-20T22:31:48.3161051Z (Reading database ... 50%
2025-08-20T22:31:48.3181646Z (Reading database ... 55%
2025-08-20T22:31:48.3272370Z (Reading database ... 60%
2025-08-20T22:31:48.3310716Z (Reading database ... 65%
2025-08-20T22:31:48.3328494Z (Reading database ... 70%
2025-08-20T22:31:48.3364090Z (Reading database ... 75%
2025-08-20T22:31:48.3486489Z (Reading database ... 80%
2025-08-20T22:31:48.3557042Z (Reading database ... 85%
2025-08-20T22:31:48.3590156Z (Reading database ... 90%
2025-08-20T22:31:48.3696077Z (Reading database ... 95%
2025-08-20T22:31:48.3696315Z (Reading database ... 100%
2025-08-20T22:31:48.3696600Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:31:48.3727628Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:31:48.3783299Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:31:48.4197425Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:31:48.4359069Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:31:48.4414252Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:31:48.4942647Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:31:48.5134183Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:31:48.5185034Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:31:48.5758080Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:31:48.5941359Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:31:48.5997237Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:31:48.6484575Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:31:48.6663799Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:31:48.6714162Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:31:48.7143589Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:31:48.7332587Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:31:48.7387156Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:48.7920082Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:31:48.8083349Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:31:48.8151085Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:48.8663181Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:31:48.8823229Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:31:48.8947008Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:48.9381028Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:31:48.9546850Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:31:48.9600754Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:49.0033621Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:31:49.0215770Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:31:49.0267673Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:49.0820740Z Selecting previously unselected package xcb.
2025-08-20T22:31:49.1002123Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:31:49.1056557Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:31:49.1729345Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:49.1879874Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:31:49.2029648Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:31:49.2238045Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:31:49.2420047Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:31:49.2669063Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:31:50.6947272Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:31:50.7155670Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:31:50.7295505Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:31:50.7437641Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:31:50.7583997Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:50.7721252Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:50.7871805Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:50.8019040Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:31:52.1440005Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:52.7705098Z Collecting build
2025-08-20T22:31:52.8165370Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:31:52.9167194Z Collecting cffi
2025-08-20T22:31:52.9236458Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:31:52.9513388Z Collecting scons
2025-08-20T22:31:52.9591941Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:31:52.9884022Z Collecting scuba
2025-08-20T22:31:52.9960830Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:31:53.0488098Z Collecting pytest
2025-08-20T22:31:53.0555514Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:31:53.0865547Z Collecting packaging>=19.1 (from build)
2025-08-20T22:31:53.0931627Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:31:53.1166970Z Collecting pyproject_hooks (from build)
2025-08-20T22:31:53.1235975Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:31:53.1477817Z Collecting pycparser (from cffi)
2025-08-20T22:31:53.1544156Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:31:53.2036037Z Collecting PyYAML (from scuba)
2025-08-20T22:31:53.2106065Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:31:53.2346916Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:31:53.2415926Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:31:53.2705501Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:31:53.2771514Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:31:53.3085689Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:31:53.3152024Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:31:53.3330655Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:31:53.3499495Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:31:53.3869765Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:31:53.4195935Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 130.2 MB/s  0:00:00
2025-08-20T22:31:53.4272461Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:31:53.4439996Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:31:53.4603520Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:31:53.4748049Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:31:53.4889299Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:31:53.5036527Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:31:53.5190997Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.0 MB/s  0:00:00
2025-08-20T22:31:53.5258788Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:31:53.5418765Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:31:53.5586991Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:31:53.5719916Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 42.0 MB/s  0:00:00
2025-08-20T22:31:53.6713813Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:31:55.2548150Z 
2025-08-20T22:31:55.2562276Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:31:55.5414310Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:55.7924561Z Collecting ansi2txt
2025-08-20T22:31:55.8370677Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:31:55.8723267Z Collecting pipx
2025-08-20T22:31:55.8790850Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:31:55.9217073Z Collecting scons
2025-08-20T22:31:55.9226085Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:31:55.9394792Z Collecting py2static
2025-08-20T22:31:55.9473831Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:31:55.9777912Z Collecting typer
2025-08-20T22:31:55.9844984Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:31:56.0213667Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:31:56.0284378Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:31:56.0548010Z Collecting packaging>=20 (from pipx)
2025-08-20T22:31:56.0557322Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:31:56.0784921Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:31:56.0853520Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:31:56.1117702Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:31:56.1184448Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:31:56.1678014Z Collecting pyinstaller (from py2static)
2025-08-20T22:31:56.1759557Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:31:56.2064844Z Collecting staticx (from py2static)
2025-08-20T22:31:56.2143169Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:31:56.2498973Z   Preparing metadata (setup.py): started
2025-08-20T22:31:56.5610130Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:31:56.5850635Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:31:56.5917184Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:31:56.6334500Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:31:56.6402767Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:31:56.6651871Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:31:56.6716888Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:31:56.7167820Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:31:56.7236170Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:31:56.7525590Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:31:56.7593751Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:31:56.7886661Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:31:56.7895637Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:31:56.8073269Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:31:56.8143740Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:31:56.9196299Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:31:56.9271011Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:31:56.9558893Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:31:56.9624322Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:31:56.9925203Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:31:57.0003872Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:31:57.0323744Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:31:57.0389525Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:31:57.0553539Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:31:57.0722592Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:31:57.0828241Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:31:57.0943379Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:31:57.1096558Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:31:57.1237978Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:31:57.1387360Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:31:57.1486501Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:31:57.1554797Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:31:57.1710476Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:31:57.1862440Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:31:57.1937896Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:31:57.2086493Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:31:57.2231632Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:31:57.2370130Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:31:57.2523624Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:31:57.2680652Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:31:57.2853442Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 31.1 MB/s  0:00:00
2025-08-20T22:31:57.2950424Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:31:57.3113213Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:31:57.3267690Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 69.4 MB/s  0:00:00
2025-08-20T22:31:57.3336641Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:31:57.3477193Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:31:57.3892119Z Building wheels for collected packages: staticx
2025-08-20T22:31:57.3898765Z   Building wheel for staticx (setup.py): started
2025-08-20T22:32:05.1857599Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:32:05.1865628Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790702 sha256=04d0ad2c4715e335df2a9e6b0eab21778f254d4891395dd38084b01cca52dacb
2025-08-20T22:32:05.1866832Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:32:05.1883098Z Successfully built staticx
2025-08-20T22:32:05.2847802Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:32:06.0646216Z   Attempting uninstall: scons
2025-08-20T22:32:06.0718693Z     Found existing installation: SCons 4.9.1
2025-08-20T22:32:06.1001950Z     Uninstalling SCons-4.9.1:
2025-08-20T22:32:06.1062105Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:32:06.5959348Z   Attempting uninstall: pygments
2025-08-20T22:32:06.6026101Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:32:06.6191767Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:32:06.6214270Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:32:07.2248131Z   Attempting uninstall: packaging
2025-08-20T22:32:07.2316937Z     Found existing installation: packaging 25.0
2025-08-20T22:32:07.2336492Z     Uninstalling packaging-25.0:
2025-08-20T22:32:07.2342196Z       Successfully uninstalled packaging-25.0
2025-08-20T22:32:08.1608071Z 
2025-08-20T22:32:08.1632978Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:32:08.4570248Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:32:08.6146497Z Collecting build
2025-08-20T22:32:08.6158359Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:32:08.6874364Z Collecting cffi
2025-08-20T22:32:08.6917369Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:32:08.7073670Z Collecting scons
2025-08-20T22:32:08.7082319Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:32:08.7241290Z Collecting scuba
2025-08-20T22:32:08.7250620Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:32:08.7650546Z Collecting pytest
2025-08-20T22:32:08.7659952Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:32:08.7860128Z Collecting packaging>=19.1 (from build)
2025-08-20T22:32:08.7868278Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:32:08.7993257Z Collecting pyproject_hooks (from build)
2025-08-20T22:32:08.8002837Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:32:08.8139444Z Collecting pycparser (from cffi)
2025-08-20T22:32:08.8149626Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:32:08.8418726Z Collecting PyYAML (from scuba)
2025-08-20T22:32:08.8432862Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:32:08.8566362Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:32:08.8576009Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:32:08.8756053Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:32:08.8765492Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:32:08.8987275Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:32:08.8996723Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:32:08.9044826Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:32:08.9054262Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:32:08.9065930Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:32:08.9097079Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:32:08.9107603Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:32:08.9118610Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:32:08.9127395Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:32:08.9136054Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:32:08.9145264Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:32:08.9161198Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:32:08.9170617Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:32:08.9179287Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:32:09.0219722Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:32:09.0221532Z   Attempting uninstall: scons
2025-08-20T22:32:09.0291950Z     Found existing installation: SCons 4.9.1
2025-08-20T22:32:09.0572996Z     Uninstalling SCons-4.9.1:
2025-08-20T22:32:09.0632765Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:32:09.5453959Z   Attempting uninstall: PyYAML
2025-08-20T22:32:09.5520548Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:32:09.5540385Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:32:09.5546350Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:32:09.6087688Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:32:09.6156832Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:32:09.6170896Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:32:09.6175750Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:32:09.6318892Z   Attempting uninstall: pygments
2025-08-20T22:32:09.6385347Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:32:09.6537291Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:32:09.6560582Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:32:10.2178945Z   Attempting uninstall: pycparser
2025-08-20T22:32:10.2248682Z     Found existing installation: pycparser 2.22
2025-08-20T22:32:10.2276196Z     Uninstalling pycparser-2.22:
2025-08-20T22:32:10.2282512Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:32:10.3437224Z   Attempting uninstall: pluggy
2025-08-20T22:32:10.3506086Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:32:10.3521979Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:32:10.3527020Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:32:10.3714345Z   Attempting uninstall: packaging
2025-08-20T22:32:10.3785864Z     Found existing installation: packaging 25.0
2025-08-20T22:32:10.3804959Z     Uninstalling packaging-25.0:
2025-08-20T22:32:10.3810720Z       Successfully uninstalled packaging-25.0
2025-08-20T22:32:10.4208114Z   Attempting uninstall: iniconfig
2025-08-20T22:32:10.4280741Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:32:10.4294484Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:32:10.4299460Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:32:10.4418568Z   Attempting uninstall: scuba
2025-08-20T22:32:10.4485754Z     Found existing installation: scuba 2.14.1
2025-08-20T22:32:10.4503046Z     Uninstalling scuba-2.14.1:
2025-08-20T22:32:10.4510070Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:32:10.4726074Z   Attempting uninstall: pytest
2025-08-20T22:32:10.4799791Z     Found existing installation: pytest 8.4.1
2025-08-20T22:32:10.4845712Z     Uninstalling pytest-8.4.1:
2025-08-20T22:32:10.5042772Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:32:10.7032030Z   Attempting uninstall: cffi
2025-08-20T22:32:10.7098804Z     Found existing installation: cffi 1.17.1
2025-08-20T22:32:10.7118938Z     Uninstalling cffi-1.17.1:
2025-08-20T22:32:10.7306036Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:32:10.7972407Z   Attempting uninstall: build
2025-08-20T22:32:10.8041944Z     Found existing installation: build 1.3.0
2025-08-20T22:32:10.8061494Z     Uninstalling build-1.3.0:
2025-08-20T22:32:10.8068543Z       Successfully uninstalled build-1.3.0
2025-08-20T22:32:10.8275332Z 
2025-08-20T22:32:10.8297726Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:32:11.1150300Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:32:11.2711546Z Collecting ansi2txt
2025-08-20T22:32:11.2722362Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:32:11.2939936Z Collecting pipx
2025-08-20T22:32:11.2949912Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:32:11.3115365Z Collecting scons
2025-08-20T22:32:11.3125496Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:32:11.3269638Z Collecting py2static
2025-08-20T22:32:11.3279098Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:32:11.3465422Z Collecting typer
2025-08-20T22:32:11.3474881Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:32:11.3724717Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:32:11.3734306Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:32:11.3934206Z Collecting packaging>=20 (from pipx)
2025-08-20T22:32:11.3943573Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:32:11.4129517Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:32:11.4138787Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:32:11.4295647Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:32:11.4304938Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:32:11.4632958Z Collecting pyinstaller (from py2static)
2025-08-20T22:32:11.4643524Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:32:11.4820686Z Collecting staticx (from py2static)
2025-08-20T22:32:11.4829546Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:32:11.4965890Z   Preparing metadata (setup.py): started
2025-08-20T22:32:11.6908581Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:32:11.7105425Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:32:11.7114975Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:32:11.7307721Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:32:11.7317285Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:32:11.7576186Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:32:11.7585783Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:32:11.7916267Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:32:11.7925883Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:32:11.8122010Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:32:11.8132299Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:32:11.8358216Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:32:11.8367699Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:32:11.8507488Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:32:11.8516676Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:32:11.9398065Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:32:11.9409550Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:32:11.9597512Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:32:11.9606696Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:32:11.9798177Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:32:11.9807421Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:32:11.9987829Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:32:11.9997062Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:32:12.0027916Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:32:12.0036875Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:32:12.0046196Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:32:12.0078155Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:32:12.0086772Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:32:12.0095878Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:32:12.0104981Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:32:12.0114420Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:32:12.0123497Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:32:12.0132575Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:32:12.0143179Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:32:12.0159121Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:32:12.0168490Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:32:12.0177240Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:32:12.0186306Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:32:12.0195357Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:32:12.0204364Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:32:12.0218523Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:32:12.0229653Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:32:12.0245085Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:32:12.0253912Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:32:12.0561934Z Building wheels for collected packages: staticx
2025-08-20T22:32:12.0567228Z   Building wheel for staticx (setup.py): started
2025-08-20T22:32:14.4289559Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:32:14.4299407Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790758 sha256=c9cee049b54c95c13a8be27737a2d31d84f1d897dca472756389303295703f09
2025-08-20T22:32:14.4300301Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:32:14.4316483Z Successfully built staticx
2025-08-20T22:32:14.5276371Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:32:14.5281320Z   Attempting uninstall: pyelftools
2025-08-20T22:32:14.5345509Z     Found existing installation: pyelftools 0.32
2025-08-20T22:32:14.5382937Z     Uninstalling pyelftools-0.32:
2025-08-20T22:32:14.5394352Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:32:14.6441099Z   Attempting uninstall: altgraph
2025-08-20T22:32:14.6511092Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:32:14.6526137Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:32:14.6531233Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:32:14.6702562Z   Attempting uninstall: typing-extensions
2025-08-20T22:32:14.6770375Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:32:14.6782088Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:32:14.6969662Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:32:14.7233874Z   Attempting uninstall: staticx
2025-08-20T22:32:14.7303570Z     Found existing installation: staticx 0.14.1
2025-08-20T22:32:14.7323667Z     Uninstalling staticx-0.14.1:
2025-08-20T22:32:14.7331628Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:32:14.7607993Z   Attempting uninstall: shellingham
2025-08-20T22:32:14.7678358Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:32:14.7694095Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:32:14.7698729Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:32:14.7823747Z   Attempting uninstall: setuptools
2025-08-20T22:32:14.7890554Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:32:14.8088314Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:32:14.8304268Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:32:15.3991537Z   Attempting uninstall: scons
2025-08-20T22:32:15.4064147Z     Found existing installation: SCons 4.9.1
2025-08-20T22:32:15.4352779Z     Uninstalling SCons-4.9.1:
2025-08-20T22:32:15.4409693Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:32:15.9184467Z   Attempting uninstall: pygments
2025-08-20T22:32:15.9262379Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:32:15.9415095Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:32:15.9437084Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:32:16.5216487Z   Attempting uninstall: platformdirs
2025-08-20T22:32:16.5292347Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:32:16.5308167Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:32:16.5313252Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:32:16.5509505Z   Attempting uninstall: packaging
2025-08-20T22:32:16.5581561Z     Found existing installation: packaging 25.0
2025-08-20T22:32:16.5600252Z     Uninstalling packaging-25.0:
2025-08-20T22:32:16.5605962Z       Successfully uninstalled packaging-25.0
2025-08-20T22:32:16.6014529Z   Attempting uninstall: mdurl
2025-08-20T22:32:16.6082291Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:32:16.6096684Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:32:16.6101854Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:32:16.6235203Z   Attempting uninstall: click
2025-08-20T22:32:16.6306226Z     Found existing installation: click 8.2.1
2025-08-20T22:32:16.6324482Z     Uninstalling click-8.2.1:
2025-08-20T22:32:16.6329931Z       Successfully uninstalled click-8.2.1
2025-08-20T22:32:16.6921620Z   Attempting uninstall: argcomplete
2025-08-20T22:32:16.6993662Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:32:16.7016978Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:32:16.7025664Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:32:16.7279746Z   Attempting uninstall: ansi2txt
2025-08-20T22:32:16.7349650Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:32:16.7362775Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:32:16.7551381Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:32:16.7653754Z   Attempting uninstall: userpath
2025-08-20T22:32:16.7723035Z     Found existing installation: userpath 1.9.2
2025-08-20T22:32:16.7738784Z     Uninstalling userpath-1.9.2:
2025-08-20T22:32:16.7745729Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:32:16.7886879Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:32:16.7960407Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:32:16.8258565Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:32:16.8296464Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:32:17.0271956Z   Attempting uninstall: markdown-it-py
2025-08-20T22:32:17.0343863Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:32:17.0388013Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:32:17.0411007Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:32:17.1013310Z   Attempting uninstall: rich
2025-08-20T22:32:17.1086268Z     Found existing installation: rich 14.1.0
2025-08-20T22:32:17.1133292Z     Uninstalling rich-14.1.0:
2025-08-20T22:32:17.1140538Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:32:17.2667913Z   Attempting uninstall: pyinstaller
2025-08-20T22:32:17.2738336Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:32:17.2984880Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:32:17.3022002Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:32:17.5671762Z   Attempting uninstall: pipx
2025-08-20T22:32:17.5760412Z     Found existing installation: pipx 1.7.1
2025-08-20T22:32:17.5788443Z     Uninstalling pipx-1.7.1:
2025-08-20T22:32:17.5796890Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:32:17.6312050Z   Attempting uninstall: typer
2025-08-20T22:32:17.6384188Z     Found existing installation: typer 0.16.1
2025-08-20T22:32:17.6406084Z     Uninstalling typer-0.16.1:
2025-08-20T22:32:17.6413930Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:32:17.6785474Z   Attempting uninstall: py2static
2025-08-20T22:32:17.6852295Z     Found existing installation: py2static 0.0.1
2025-08-20T22:32:17.6868318Z     Uninstalling py2static-0.0.1:
2025-08-20T22:32:17.6876324Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:32:17.6995232Z 
2025-08-20T22:32:17.7019472Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:32:17.9997243Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:32:18.0996666Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:32:18.1000104Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-mq1api5g
2025-08-20T22:32:18.1017923Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-mq1api5g
2025-08-20T22:32:19.2624292Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:32:19.2660032Z   Installing build dependencies: started
2025-08-20T22:32:19.8855359Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:32:19.8862616Z   Getting requirements to build wheel: started
2025-08-20T22:32:20.1436299Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:32:20.1446001Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:32:20.3091570Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:32:20.5180460Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:32:20.5188537Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:32:20.5375032Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:32:20.5384485Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:32:20.5567217Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:32:20.5576047Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:32:20.5753524Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:32:20.5762583Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:32:20.5799383Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:32:20.5808517Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:32:20.5820735Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:32:20.5836727Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:32:20.5941255Z Building wheels for collected packages: pyinstaller
2025-08-20T22:32:20.5947659Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:32:23.2524737Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:32:23.2543626Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=333d2fdecafa2c562546322ca95b5e9be443655af6b134b771a98306b990d9d9
2025-08-20T22:32:23.2544831Z   Stored in directory: /tmp/pip-ephem-wheel-cache-1po_xejb/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:32:23.2581242Z Successfully built pyinstaller
2025-08-20T22:32:23.3343498Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:32:23.3347347Z   Attempting uninstall: altgraph
2025-08-20T22:32:23.3415701Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:32:23.3431810Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:32:23.3437025Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:32:23.3633882Z   Attempting uninstall: setuptools
2025-08-20T22:32:23.3699899Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:32:23.3897781Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:32:23.4114000Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:32:23.9736740Z   Attempting uninstall: packaging
2025-08-20T22:32:23.9810416Z     Found existing installation: packaging 25.0
2025-08-20T22:32:23.9828556Z     Uninstalling packaging-25.0:
2025-08-20T22:32:23.9833973Z       Successfully uninstalled packaging-25.0
2025-08-20T22:32:24.0235651Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:32:24.0306488Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:32:24.0600301Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:32:24.0637254Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:32:24.2972354Z   Attempting uninstall: pyinstaller
2025-08-20T22:32:24.3043759Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:32:24.3291697Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:32:24.3327644Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:32:24.5988037Z 
2025-08-20T22:32:24.6014060Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:32:24.8188022Z 6.15.0
2025-08-20T22:32:25.7114007Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:32:25.7123141Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:32:25.7123536Z 
2025-08-20T22:32:25.7123748Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:32:25.7124400Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:32:25.7124802Z installation.
2025-08-20T22:32:25.7124947Z 
2025-08-20T22:32:25.7125159Z If you installed the current Docker package using this script and are using it
2025-08-20T22:32:25.7125762Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:32:25.7126249Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:32:25.7126667Z files to match the parameters passed to the script.
2025-08-20T22:32:25.7126938Z 
2025-08-20T22:32:25.7127101Z You may press Ctrl+C now to abort this script.
2025-08-20T22:32:25.7274353Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:32:26.9185853Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:32:27.3647666Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:32:27.3728462Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:32:27.5113927Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:32:27.5129806Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:32:27.5136872Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:32:28.7021891Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:32:38.5164632Z + sh -c 'docker version'
2025-08-20T22:32:38.5296705Z Client: Docker Engine - Community
2025-08-20T22:32:38.5297074Z  Version:           28.3.3
2025-08-20T22:32:38.5297498Z  API version:       1.51
2025-08-20T22:32:38.5297770Z  Go version:        go1.24.5
2025-08-20T22:32:38.5298072Z  Git commit:        980b856
2025-08-20T22:32:38.5298388Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:32:38.5298672Z  OS/Arch:           linux/arm64
2025-08-20T22:32:38.5298967Z  Context:           default
2025-08-20T22:32:38.5299143Z 
2025-08-20T22:32:38.5299393Z Server: Docker Engine - Community
2025-08-20T22:32:38.5299684Z  Engine:
2025-08-20T22:32:38.5299982Z   Version:          28.3.3
2025-08-20T22:32:38.5300262Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:32:38.5300563Z   Go version:       go1.24.5
2025-08-20T22:32:38.5300893Z   Git commit:       bea959c
2025-08-20T22:32:38.5301175Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:32:38.5301503Z   OS/Arch:          linux/arm64
2025-08-20T22:32:38.5301778Z   Experimental:     false
2025-08-20T22:32:38.5302031Z  containerd:
2025-08-20T22:32:38.5302291Z   Version:          1.7.27
2025-08-20T22:32:38.5302574Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:32:38.5302927Z  runc:
2025-08-20T22:32:38.5303173Z   Version:          1.2.5
2025-08-20T22:32:38.5303433Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:32:38.5303694Z  docker-init:
2025-08-20T22:32:38.5303966Z   Version:          0.19.0
2025-08-20T22:32:38.5304229Z   GitCommit:        de40ad0
2025-08-20T22:32:38.5319945Z 
2025-08-20T22:32:38.5320559Z ================================================================================
2025-08-20T22:32:38.5321108Z 
2025-08-20T22:32:38.5321796Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:32:38.5322237Z Docker daemon in rootless mode for your user:
2025-08-20T22:32:38.5322590Z 
2025-08-20T22:32:38.5322711Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:32:38.5322926Z 
2025-08-20T22:32:38.5323154Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:32:38.5323448Z 
2025-08-20T22:32:38.5323454Z 
2025-08-20T22:32:38.5323703Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:32:38.5324249Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:32:38.5324519Z 
2025-08-20T22:32:38.5324714Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:32:38.5325234Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:32:38.5325704Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:32:38.5325995Z 
2025-08-20T22:32:38.5326094Z ================================================================================
2025-08-20T22:32:38.5326407Z 
2025-08-20T22:32:49.4721279Z ● docker.service - Docker Application Container Engine
2025-08-20T22:32:49.4721987Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:32:49.4722498Z      Active: active (running) since Wed 2025-08-20 22:32:39 UTC; 10s ago
2025-08-20T22:32:49.4723463Z TriggeredBy: ● docker.socket
2025-08-20T22:32:49.4724184Z        Docs: https://docs.docker.com
2025-08-20T22:32:49.4724508Z    Main PID: 20593 (dockerd)
2025-08-20T22:32:49.4724732Z       Tasks: 10
2025-08-20T22:32:49.4725006Z      Memory: 21.0M (peak: 24.6M)
2025-08-20T22:32:49.4725260Z         CPU: 241ms
2025-08-20T22:32:49.4725487Z      CGroup: /system.slice/docker.service
2025-08-20T22:32:49.4727897Z              └─20593 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:32:49.4728310Z 
2025-08-20T22:32:49.4728660Z Aug 20 22:32:38 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:38.866785952Z" level=info msg="Loading containers: start."
2025-08-20T22:32:49.4730174Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.385232302Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c561b1bc42eab39eb4f076139a35ee8c7dc3a00907275a1b8dc337e873f0b39b], retrying...."
2025-08-20T22:32:49.4731364Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.419321694Z" level=info msg="Loading containers: done."
2025-08-20T22:32:49.4732529Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.437934893Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:32:49.4734008Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438010279Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:32:49.4734914Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438039168Z" level=info msg="Initializing buildkit"
2025-08-20T22:32:49.4735673Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.453642598Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:32:49.4736423Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456432385Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:32:49.4737157Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456488339Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:32:49.4738120Z Aug 20 22:32:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:32:49.4812022Z ● docker.service - Docker Application Container Engine
2025-08-20T22:32:49.4812702Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:32:49.4813477Z      Active: active (running) since Wed 2025-08-20 22:32:39 UTC; 10s ago
2025-08-20T22:32:49.4813999Z TriggeredBy: ● docker.socket
2025-08-20T22:32:49.4814394Z        Docs: https://docs.docker.com
2025-08-20T22:32:49.4814675Z    Main PID: 20593 (dockerd)
2025-08-20T22:32:49.4814936Z       Tasks: 10
2025-08-20T22:32:49.4815232Z      Memory: 21.0M (peak: 24.6M)
2025-08-20T22:32:49.4815490Z         CPU: 241ms
2025-08-20T22:32:49.4815789Z      CGroup: /system.slice/docker.service
2025-08-20T22:32:49.4816443Z              └─20593 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:32:49.4816773Z 
2025-08-20T22:32:49.4817082Z Aug 20 22:32:38 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:38.866785952Z" level=info msg="Loading containers: start."
2025-08-20T22:32:49.4818312Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.385232302Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c561b1bc42eab39eb4f076139a35ee8c7dc3a00907275a1b8dc337e873f0b39b], retrying...."
2025-08-20T22:32:49.4819720Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.419321694Z" level=info msg="Loading containers: done."
2025-08-20T22:32:49.4820855Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.437934893Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:32:49.4822486Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438010279Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:32:49.4823384Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438039168Z" level=info msg="Initializing buildkit"
2025-08-20T22:32:49.4824086Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.453642598Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:32:49.4824905Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456432385Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:32:49.4825664Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456488339Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:32:49.4826371Z Aug 20 22:32:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:32:49.4977560Z ● docker.service - Docker Application Container Engine
2025-08-20T22:32:49.4978246Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:32:49.4978731Z      Active: active (running) since Wed 2025-08-20 22:32:39 UTC; 10s ago
2025-08-20T22:32:49.4979303Z TriggeredBy: ● docker.socket
2025-08-20T22:32:49.4979671Z        Docs: https://docs.docker.com
2025-08-20T22:32:49.4980001Z    Main PID: 20593 (dockerd)
2025-08-20T22:32:49.4980268Z       Tasks: 10
2025-08-20T22:32:49.4980570Z      Memory: 21.0M (peak: 24.6M)
2025-08-20T22:32:49.4980836Z         CPU: 241ms
2025-08-20T22:32:49.4981076Z      CGroup: /system.slice/docker.service
2025-08-20T22:32:49.4981747Z              └─20593 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:32:49.4982059Z 
2025-08-20T22:32:49.4982409Z Aug 20 22:32:38 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:38.866785952Z" level=info msg="Loading containers: start."
2025-08-20T22:32:49.4983632Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.385232302Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c561b1bc42eab39eb4f076139a35ee8c7dc3a00907275a1b8dc337e873f0b39b], retrying...."
2025-08-20T22:32:49.4984799Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.419321694Z" level=info msg="Loading containers: done."
2025-08-20T22:32:49.4986133Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.437934893Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:32:49.4987570Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438010279Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:32:49.4988469Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.438039168Z" level=info msg="Initializing buildkit"
2025-08-20T22:32:49.4989162Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.453642598Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:32:49.4990158Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456432385Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:32:49.4990891Z Aug 20 22:32:39 runnervmdbl46 dockerd[20593]: time="2025-08-20T22:32:39.456488339Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:32:49.4991599Z Aug 20 22:32:39 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:32:49.5072126Z Docker version 28.3.3, build 980b856
2025-08-20T22:32:49.5233077Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:32:49.7742939Z latest: Pulling from library/hello-world
2025-08-20T22:32:49.8480828Z 198f93fd5094: Pulling fs layer
2025-08-20T22:32:50.0562196Z 198f93fd5094: Verifying Checksum
2025-08-20T22:32:50.0563134Z 198f93fd5094: Download complete
2025-08-20T22:32:50.0776626Z 198f93fd5094: Pull complete
2025-08-20T22:32:50.0950219Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:32:50.1022698Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:32:50.6146121Z 
2025-08-20T22:32:50.6146641Z Hello from Docker!
2025-08-20T22:32:50.6147119Z This message shows that your installation appears to be working correctly.
2025-08-20T22:32:50.6147410Z 
2025-08-20T22:32:50.6147736Z To generate this message, Docker took the following steps:
2025-08-20T22:32:50.6148117Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:32:50.6148600Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:32:50.6149006Z     (arm64v8)
2025-08-20T22:32:50.6149585Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:32:50.6150069Z     executable that produces the output you are currently reading.
2025-08-20T22:32:50.6150592Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:32:50.6150994Z     to your terminal.
2025-08-20T22:32:50.6151143Z 
2025-08-20T22:32:50.6151347Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:32:50.6151783Z  $ docker run -it ubuntu bash
2025-08-20T22:32:50.6151962Z 
2025-08-20T22:32:50.6152145Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:32:50.6152567Z  https://hub.docker.com/
2025-08-20T22:32:50.6152774Z 
2025-08-20T22:32:50.6152873Z For more examples and ideas, visit:
2025-08-20T22:32:50.6153165Z  https://docs.docker.com/get-started/
2025-08-20T22:32:50.6153411Z 
2025-08-20T22:32:50.7235504Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:32:50.7236221Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:32:50.7236680Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:32:50.7237127Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:32:50.7237575Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:32:50.7238054Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:32:50.7238515Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:32:50.7239027Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:32:50.7239881Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:32:50.7240428Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:32:50.7240850Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:32:50.7241330Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:32:50.7241856Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:32:50.7242347Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:32:50.7242774Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:32:50.7243284Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:32:50.7243769Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:32:50.7244177Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:32:50.7244685Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:32:50.7245223Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:32:50.7245772Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:32:50.7246264Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:32:50.7246745Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:32:50.7247480Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:32:50.7247883Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:32:50.7248331Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:32:50.7248899Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:32:50.7249664Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:32:50.7250191Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:32:50.7250693Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:32:50.7251193Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:32:50.7251764Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:32:50.7252253Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:32:50.7252741Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:32:50.7253306Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:32:50.7253792Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:32:50.7254294Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:32:50.7254798Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:32:50.7255245Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:32:50.7255748Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:32:50.7256237Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:32:50.7256682Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:32:50.7257216Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:32:50.7257654Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:32:50.7258156Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:32:50.7258776Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:32:50.7259565Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:32:50.7260405Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:32:50.7260941Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:32:50.7261422Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:32:50.7261936Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:32:50.7262413Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:32:50.7262930Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:32:50.7263427Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:32:50.7263863Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:32:50.7264314Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:32:50.7264759Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:32:50.7265252Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:32:50.7265759Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:32:50.7266202Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:32:50.7266664Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:32:50.7267218Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:32:50.7267891Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:32:50.7268394Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:32:50.7268882Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:32:50.7269700Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:32:50.7270267Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:32:50.7270763Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:32:50.7271245Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:32:50.7271859Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:32:50.7272395Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:32:50.7272903Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:32:50.7273422Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:32:50.7273912Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:32:50.7274394Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:32:50.7274856Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:32:50.7275321Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:32:50.7275906Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:32:50.7276492Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:32:50.7277055Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:32:50.7277762Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:32:50.7278478Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:32:50.7279034Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:32:50.7279667Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:32:50.7280256Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:32:50.7280951Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:32:50.7281414Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:32:50.7282006Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:32:50.7282502Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:32:50.7282929Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:32:50.7345396Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:32:50.7345848Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:32:50.7346263Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:32:50.7346637Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:32:50.7347007Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:32:50.7347419Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:32:50.7347802Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:32:50.7348149Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:32:50.7348527Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:32:50.7348934Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:32:50.7349893Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:32:50.7350264Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:32:50.7350618Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:32:50.7350994Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:32:50.7351380Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:32:50.7351782Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:32:50.7352175Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:32:50.7352554Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:32:50.7352930Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:32:50.7353326Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:32:50.7353729Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:32:50.7354094Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:32:50.7354445Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:32:50.7354791Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:32:50.7355142Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:32:50.7355502Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:32:50.7355856Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:32:50.7356225Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:32:50.7356623Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:32:50.7357053Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:32:50.7357490Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:32:50.7357895Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:32:50.7358288Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:32:50.7358674Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:32:50.7359060Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:32:50.7359747Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:32:50.7360375Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:32:50.7360775Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:32:50.7361169Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:32:50.7361731Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:32:50.7362205Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:32:50.7362641Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:32:50.7363028Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:32:50.7363415Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:32:50.7363823Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:32:50.7364229Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:32:50.7364636Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:32:50.7365028Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:32:50.7365424Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:32:50.7365824Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:32:50.7366200Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:32:50.7366750Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:32:50.7367115Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:32:50.7367509Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:32:50.7367936Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:32:50.7368338Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:32:50.7368731Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:32:50.7369099Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:32:50.7369659Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:32:50.7370046Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:32:50.7370431Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:32:50.7370859Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:32:50.7371304Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:32:50.7371696Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:32:50.7372066Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:32:50.7372454Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:32:50.7372873Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:32:50.7373292Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:32:50.7373648Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:32:50.7373989Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:32:50.7374407Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:32:50.7374836Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:32:50.7375241Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:32:50.7375622Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:32:50.7376004Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:32:50.7376386Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:32:50.7377031Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:32:50.7377571Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:32:50.7377987Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:32:50.7378353Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:32:50.7378709Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:32:50.7379156Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:32:50.7379799Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:32:50.7380249Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:32:50.7380623Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:32:50.7381091Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:32:50.7381627Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:32:50.7382128Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:32:50.7382561Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:32:50.7382919Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:32:50.7383507Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:32:50.7383916Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:32:50.7384328Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:32:50.7384729Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:32:50.7385100Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:32:50.7385477Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:32:50.7385876Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:32:50.7386275Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:32:50.7386671Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:32:50.7387068Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:32:50.7387464Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:32:50.7387854Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:32:50.7388270Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:32:50.7388717Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:32:50.7389147Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:32:50.7389692Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:32:50.7390077Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:32:50.7390452Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:32:50.7390824Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:32:50.7391215Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:32:50.7391633Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:32:50.7392099Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:32:50.7392544Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:32:50.7392945Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:32:50.7393534Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:32:50.7393952Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:32:50.7394327Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:32:50.7394694Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:32:50.7395079Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:32:50.7395460Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:32:50.7395907Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:32:50.7396380Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:32:50.7396840Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:32:50.7397356Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:32:50.7397873Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:32:50.7398377Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:32:50.7398812Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:32:50.7399701Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:32:50.7400106Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:32:50.7400697Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:32:50.7401076Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:32:50.7401443Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:32:50.7401821Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:32:50.7402204Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:32:50.7402593Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:32:50.7402969Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:32:50.7403346Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:32:50.7403738Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:32:50.7404126Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:32:50.7404545Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:32:50.7404978Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:32:50.7405399Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:32:50.7405812Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:32:50.7406212Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:32:50.7406621Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:32:50.7407046Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:32:50.7407431Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:32:50.7407791Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:32:50.7408298Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7409440Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:32:50.7409844Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:32:50.7410221Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:32:50.7410583Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:32:50.7411234Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:32:50.7411699Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:32:50.7412132Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:32:50.7412559Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:32:50.7412962Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:32:50.7413368Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:32:50.7413787Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:32:50.7414196Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:32:50.7414586Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:32:50.7415016Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:32:50.7415511Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:32:50.7416006Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:32:50.7416454Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:32:50.7416864Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:32:50.7417266Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:32:50.7417936Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:32:50.7418449Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:32:50.7418857Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:32:50.7419435Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:32:50.7419897Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:32:50.7420298Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:32:50.7420656Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:32:50.7421003Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:32:50.7421374Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:32:50.7421762Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:32:50.7422124Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:32:50.7422477Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:32:50.7422847Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:32:50.7423205Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:32:50.7423559Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:32:50.7423930Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:32:50.7424285Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:32:50.7424658Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:32:50.7425041Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:32:50.7425403Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:32:50.7425767Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:32:50.7426126Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:32:50.7426490Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:32:50.7426865Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:32:50.7427229Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:32:50.7427845Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:32:50.7428248Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:32:50.7428668Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:32:50.7429100Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:32:50.7429665Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:32:50.7430038Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:32:50.7430417Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:32:50.7430841Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:32:50.7431240Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:32:50.7431602Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:32:50.7431971Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:32:50.7432328Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:32:50.7432673Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:32:50.7433020Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:32:50.7433373Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:32:50.7433739Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:32:50.7434277Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:32:50.7434619Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:32:50.7434953Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:32:50.7435329Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:32:50.7435731Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:32:50.7436131Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:32:50.7436527Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:32:50.7436924Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:32:50.7437884Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:32:50.7438404Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:32:50.7439026Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:32:50.7439875Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:32:50.7440424Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:32:50.7440900Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:32:50.7441356Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:32:50.7441873Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:32:50.7442493Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:32:50.7443053Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:32:50.7443547Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:32:50.7443990Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:32:50.7444359Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:32:50.7444733Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:32:50.7445106Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:32:50.7445749Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:32:50.7446174Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:32:50.7446556Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:32:50.7446944Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:32:50.7447327Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:32:50.7447720Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:32:50.7448095Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:32:50.7448472Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:32:50.7448849Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:32:50.7449429Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:32:50.7449851Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:32:50.7450264Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:32:50.7450674Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:32:50.7451040Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:32:50.7451432Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:32:50.7452041Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:32:50.7452454Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:32:50.7452889Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:32:50.7453315Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:32:50.7453680Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:32:50.7454052Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:32:50.7454437Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:32:50.7454800Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:32:50.7455187Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:32:50.7455577Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:32:50.7455964Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:32:50.7456346Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:32:50.7456708Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:32:50.7457076Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:32:50.7457630Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7458344Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7459026Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7459844Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7460378Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:32:50.7460761Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:32:50.7461170Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:32:50.7461570Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:32:50.7461945Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:32:50.7462518Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:32:50.7462909Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:32:50.7463286Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:32:50.7463665Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:32:50.7464039Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:32:50.7464422Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:32:50.7464806Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:32:50.7465209Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:32:50.7465610Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:32:50.7466010Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:32:50.7466404Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:32:50.7466784Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:32:50.7467172Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:32:50.7467574Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:32:50.7467973Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:32:50.7468525Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:32:50.7468917Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:32:50.7469498Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:32:50.7469939Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:32:50.7470343Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:32:50.7470784Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:32:50.7471238Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:32:50.7471642Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:32:50.7472013Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:32:50.7472391Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:32:50.7472862Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:32:50.7473274Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:32:50.7473679Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:32:50.7474057Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:32:50.7474448Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:32:50.7474924Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:32:50.7475396Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:32:50.7475791Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:32:50.7476197Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:32:50.7476652Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:32:50.7477100Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:32:50.7477619Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:32:50.7478105Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:32:50.7478548Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:32:50.7479439Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:32:50.7479885Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:32:50.7480277Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:32:50.7480699Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:32:50.7481081Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:32:50.7481459Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:32:50.7481868Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:32:50.7482265Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:32:50.7482666Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:32:50.7483089Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:32:50.7483482Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:32:50.7483852Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:32:50.7484220Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:32:50.7484575Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:32:50.7484962Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:32:50.7485576Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:32:50.7485967Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:32:50.7486416Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:32:50.7486866Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:32:50.7487269Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:32:50.7487703Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:32:50.7488125Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:32:50.7488530Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:32:50.7488935Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:32:50.7489453Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:32:50.7489824Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:32:50.7490216Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:32:50.7490611Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:32:50.7490991Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:32:50.7491353Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:32:50.7491702Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:32:50.7492047Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:32:50.7492539Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:32:50.7493041Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:32:50.7493426Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:32:50.7493827Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:32:50.7494227Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:32:50.7494641Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:32:50.7495056Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:32:50.7495709Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:32:50.7496145Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:32:50.7496557Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:32:50.7496937Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:32:50.7497302Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:32:50.7497670Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:32:50.7498047Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:32:50.7498471Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:32:50.7498899Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:32:50.7499456Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:32:50.7499899Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:32:50.7500340Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:32:50.7500739Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:32:50.7501105Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:32:50.7501454Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:32:50.7502019Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:32:50.7502388Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:32:50.7502761Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:32:50.7503136Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:32:50.7503534Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:32:50.7503953Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:32:50.7504412Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:32:50.7504850Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:32:50.7505225Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:32:50.7505613Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:32:50.7506005Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:32:50.7506393Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:32:50.7506774Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:32:50.7507150Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:32:50.7507589Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:32:50.7508085Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:32:50.7508506Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:32:50.7508882Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:32:50.7509409Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:32:50.7509823Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:32:50.7510222Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:32:50.7510595Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:32:50.7510992Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:32:50.7511372Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:32:50.7511720Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:32:50.7512321Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:32:50.7512740Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:32:50.7513161Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:32:50.7513537Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:32:50.7513923Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:32:50.7514370Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:32:50.7514812Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:32:50.7515240Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:32:50.7515632Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:32:50.7516146Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7516653Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:32:50.7517046Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:32:50.7517452Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:32:50.7517873Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:32:50.7518553Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:32:50.7519137Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:32:50.7519929Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:32:50.7520585Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:32:50.7521239Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:32:50.7521870Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:32:50.7522496Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:32:50.7523075Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:32:50.7523560Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:32:50.7524000Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:32:50.7524432Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:32:50.7524855Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:32:50.7525334Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:32:50.7525765Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:32:50.7526145Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:32:50.7526512Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:32:50.7526888Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:32:50.7527267Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:32:50.7527676Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:32:50.7528083Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:32:50.7528443Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:32:50.7528829Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:32:50.7529646Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:32:50.7530166Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:32:50.7530659Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:32:50.7531146Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:32:50.7531596Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:32:50.7532015Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:32:50.7532425Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:32:50.7532839Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:32:50.7533266Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:32:50.7533690Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:32:50.7534079Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:32:50.7534460Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:32:50.7534835Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:32:50.7535210Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:32:50.7535647Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:32:50.7536268Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:32:50.7536670Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:32:50.7537082Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:32:50.7537507Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:32:50.7537956Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:32:50.7538400Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:32:50.7538829Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:32:50.7539379Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:32:50.7539769Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:32:50.7540164Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:32:50.7540531Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:32:50.7540900Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:32:50.7541298Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:32:50.7541694Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:32:50.7542118Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:32:50.7542585Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:32:50.7543039Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:32:50.7543428Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:32:50.7543779Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:32:50.7544150Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:32:50.7544540Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:32:50.7544922Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:32:50.7545308Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:32:50.7545734Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:32:50.7546396Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:32:50.7546846Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:32:50.7547229Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:32:50.7547624Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:32:50.7548163Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:50.7548739Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:32:50.7549323Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:32:50.7549778Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:32:50.7550200Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:32:50.7550597Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:32:50.7550985Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:32:50.7551371Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:32:50.7551769Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:32:50.7552167Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:32:50.7552733Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:32:50.7553123Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:32:50.7553523Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:32:50.7553894Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:32:50.7554298Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:32:50.7554760Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:32:50.7555183Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:32:50.7555556Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:32:50.7555927Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:32:50.7556312Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:32:50.7556721Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:32:50.7557089Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:32:50.7557513Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:32:50.7557956Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:32:50.7558356Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:32:50.7558757Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:32:50.7559155Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:32:50.7559712Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:32:50.7560094Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:32:50.7560475Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:32:50.7560875Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:32:50.7561315Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:32:50.7561759Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:32:50.7562177Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:32:50.7562800Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:32:50.7563219Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:32:50.7563645Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:32:50.7564028Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:32:50.7564380Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:32:50.7564730Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:32:50.7565089Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:32:50.7565456Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:32:50.7565809Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:32:50.7566172Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:32:50.7566567Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:32:50.7566956Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:32:50.7567308Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:32:50.7567655Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:32:50.7568030Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:32:50.7568427Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:32:50.7569000Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:32:50.7569573Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:32:50.7569941Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:32:50.7570324Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:32:50.7570703Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:32:50.7571058Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:32:50.7571430Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:32:50.7571824Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:32:50.7572204Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:32:50.7572580Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:32:50.7572962Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:32:50.7573346Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:32:50.7573750Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:32:50.7574175Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:32:50.7574574Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:32:50.7574933Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:32:50.7575281Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:32:50.7575623Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:32:50.7576042Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:32:50.7576550Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:32:50.7577053Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:32:50.7577579Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:32:50.7578086Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:32:50.7578529Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:32:50.7578909Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:32:50.7579715Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:32:50.7580146Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:32:50.7580543Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:32:50.7580930Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:32:50.7581319Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:32:50.7581699Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:32:50.7582092Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:32:50.7582536Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:32:50.7582961Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:32:50.7583339Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:32:50.7583738Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:32:50.7584162Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:32:50.7584541Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:32:50.7584891Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:32:50.7585279Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:32:50.7585916Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:32:50.7586378Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:32:50.7586788Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:32:50.7587205Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:32:50.7587639Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:32:50.7588073Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:32:50.7791127Z [+] Installing Go for linux-arm64...
2025-08-20T22:32:51.0355553Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:32:51.0355884Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:32:51.0356120Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:32:51.0365148Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:32:51.0365516Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:32:51.0365869Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:32:51.0369830Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:32:51.0370303Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:32:51.0370773Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:32:51.0371232Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:32:51.0371674Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:32:51.0372119Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:32:51.0372581Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:32:51.0373045Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:32:51.0373482Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:32:51.0373921Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:32:51.0374352Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:32:51.0374786Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:32:51.0375532Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:32:51.0376008Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:32:51.0376456Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:32:51.0376907Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:32:51.0377384Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:32:51.0377840Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:32:51.0378291Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:32:51.0378710Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:32:51.0379057Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:32:51.0379647Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:32:51.0379985Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:32:51.0380317Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:32:51.0380652Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:32:51.0403587Z go version go1.22.2 linux/arm64
2025-08-20T22:32:51.0647663Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:32:51.0648274Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:32:51.0648639Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:32:51.0649003Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:32:51.0649494Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:32:51.0649856Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:32:51.0650218Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:32:51.0650587Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:32:51.0650928Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:32:51.0651255Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:32:51.0651609Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:32:51.0651994Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:32:51.0652384Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:32:51.0652791Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:32:51.0653190Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:32:51.0653595Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:32:51.0654001Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:32:51.0654371Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:32:51.0654749Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:32:51.0655205Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:32:51.0655646Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:32:51.0656036Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:32:51.0656460Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:32:51.0657058Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:32:51.0657414Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:32:51.0657810Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:32:51.0658242Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:32:51.0658886Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:32:51.0659492Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:32:51.0659913Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:32:51.0660333Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:32:51.0660755Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:32:51.0661190Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:32:51.0661610Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:32:51.0662052Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:32:51.0662515Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:32:51.0662923Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:32:51.0663330Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:32:51.0663723Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:32:51.0664127Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:32:51.0664549Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:32:51.0665173Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:32:51.0665576Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:32:51.0665970Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:32:51.0666427Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:32:51.0666902Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:32:51.0667378Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:32:51.0667866Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:32:51.0668305Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:32:51.0668721Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:32:51.0669139Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:32:51.0669736Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:32:51.0670160Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:32:51.0670555Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:32:51.0670923Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:32:51.0671279Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:32:51.0671653Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:32:51.0672046Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:32:51.0672450Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:32:51.0672831Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:32:51.0673243Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:32:51.0673684Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:32:51.0674108Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:32:51.0674520Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:32:51.0674942Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:32:51.0675686Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:32:51.0676124Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:32:51.0676517Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:32:51.0676955Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:32:51.0677454Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:32:51.0677958Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:32:51.0678416Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:32:51.0678834Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:32:51.0679354Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:32:51.0679758Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:32:51.0680162Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:32:51.0680562Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:32:51.0681020Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:32:51.0681518Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:32:51.0682026Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:32:51.0682690Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:32:51.0683131Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:32:51.0683531Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:32:51.0683922Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:32:51.0684334Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:32:51.0684754Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:32:51.0685141Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:32:51.0685562Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:32:51.0685985Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:32:51.0686371Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:32:51.0686742Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:32:51.0687143Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:32:51.0687552Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:32:51.0687927Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:32:51.0688295Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:32:51.0688689Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:32:51.0689076Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:32:51.0689590Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:32:51.0689981Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:32:51.0690394Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:32:51.0690779Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:32:51.0691143Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:32:51.0691505Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:32:51.0691879Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:32:51.0692467Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:32:51.0692888Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:32:51.0693282Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:32:51.0693664Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:32:51.0694043Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:32:51.0694443Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:32:51.0694841Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:32:51.0695214Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:32:51.0695567Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:32:51.0695912Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:32:51.0696264Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:32:51.0696625Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:32:51.0696972Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:32:51.0697346Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:32:51.0697742Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:32:51.0698170Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:32:51.0698783Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:32:51.0699298Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:32:51.0699693Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:32:51.0700082Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:32:51.0700469Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:32:51.0700875Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:32:51.0701281Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:32:51.0701664Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:32:51.0702057Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:32:51.0702468Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:32:51.0702910Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:32:51.0703336Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:32:51.0703728Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:32:51.0704119Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:32:51.0704532Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:32:51.0704947Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:32:51.0705353Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:32:51.0705751Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:32:51.0706153Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:32:51.0706558Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:32:51.0706944Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:32:51.0707302Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:32:51.0707671Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:32:51.0708068Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:32:51.0708462Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:32:51.0709071Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:32:51.0709598Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:32:51.0709976Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:32:51.0710351Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:32:51.0710728Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:32:51.0711120Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:32:51.0711545Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:32:51.0711993Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:32:51.0712389Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:32:51.0712766Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:32:51.0713157Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:32:51.0713575Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:32:51.0713992Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:32:51.0714345Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:32:51.0714687Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:32:51.0715283Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:32:51.0715720Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:32:51.0716130Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:32:51.0716513Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:32:51.0716896Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:32:51.0717282Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:32:51.0717706Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:32:51.0718173Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:32:51.0718587Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:32:51.0718953Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:32:51.0719497Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:32:51.0719955Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:32:51.0720460Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:32:51.0720899Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:32:51.0721275Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:32:51.0721738Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:32:51.0722276Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:32:51.0722779Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:32:51.0723215Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:32:51.0723579Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:32:51.0723957Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:32:51.0724368Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:32:51.0724782Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:32:51.0725188Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:32:51.0725769Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:32:51.0726160Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:32:51.0726562Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:32:51.0726962Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:32:51.0727362Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:32:51.0727765Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:32:51.0728160Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:32:51.0728555Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:32:51.0728974Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:32:51.0729564Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:32:51.0730002Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:32:51.0730388Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:32:51.0730764Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:32:51.0731137Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:32:51.0731510Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:32:51.0732072Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:32:51.0732490Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:32:51.0732956Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:32:51.0733405Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:32:51.0733814Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:32:51.0734205Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:32:51.0734583Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:32:51.0734958Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:32:51.0735325Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:32:51.0735711Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:32:51.0736097Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:32:51.0736547Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:32:51.0737063Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:32:51.0737522Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:32:51.0738048Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:32:51.0738562Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:32:51.0739072Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:32:51.0739653Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:32:51.0740027Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:32:51.0740394Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:32:51.0740775Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:32:51.0741156Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:32:51.0741525Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:32:51.0741907Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:32:51.0742500Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:32:51.0742909Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:32:51.0743288Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:32:51.0743664Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:32:51.0744059Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:32:51.0744453Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:32:51.0744871Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:32:51.0745306Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:32:51.0745726Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:32:51.0746142Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:32:51.0746551Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:32:51.0746964Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:32:51.0747386Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:32:51.0747777Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:32:51.0748137Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:32:51.0748805Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0749435Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:32:51.0749810Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:32:51.0750186Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:32:51.0750556Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:32:51.0750957Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:32:51.0751392Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:32:51.0751817Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:32:51.0752249Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:32:51.0752657Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:32:51.0753060Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:32:51.0753482Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:32:51.0753892Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:32:51.0754288Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:32:51.0754722Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:32:51.0755217Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:32:51.0755715Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:32:51.0756165Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:32:51.0756576Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:32:51.0757002Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:32:51.0757480Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:32:51.0757965Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:32:51.0758372Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:32:51.0758983Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:32:51.0759615Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:32:51.0760031Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:32:51.0760393Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:32:51.0760742Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:32:51.0761116Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:32:51.0761498Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:32:51.0761861Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:32:51.0762211Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:32:51.0762614Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:32:51.0762975Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:32:51.0763335Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:32:51.0763702Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:32:51.0764058Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:32:51.0764432Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:32:51.0764817Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:32:51.0765354Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:32:51.0765715Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:32:51.0766068Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:32:51.0766432Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:32:51.0766801Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:32:51.0767171Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:32:51.0767530Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:32:51.0767905Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:32:51.0768322Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:32:51.0768755Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:32:51.0769163Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:32:51.0769710Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:32:51.0770101Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:32:51.0770528Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:32:51.0770926Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:32:51.0771293Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:32:51.0771660Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:32:51.0772014Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:32:51.0772359Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:32:51.0772707Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:32:51.0773060Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:32:51.0773427Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:32:51.0773785Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:32:51.0774133Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:32:51.0774466Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:32:51.0774842Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:32:51.0775460Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:32:51.0775883Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:32:51.0776277Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:32:51.0776668Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:32:51.0777082Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:32:51.0777587Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:32:51.0778200Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:32:51.0778827Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:32:51.0779548Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:32:51.0780038Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:32:51.0780494Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:32:51.0781010Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:32:51.0781628Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:32:51.0782361Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:32:51.0782855Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:32:51.0783295Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:32:51.0783669Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:32:51.0784043Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:32:51.0784420Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:32:51.0784801Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:32:51.0785188Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:32:51.0785572Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:32:51.0785958Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:32:51.0786348Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:32:51.0786733Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:32:51.0787110Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:32:51.0787485Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:32:51.0787857Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:32:51.0788252Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:32:51.0788645Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:32:51.0789056Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:32:51.0789695Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:32:51.0790076Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:32:51.0790473Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:32:51.0790885Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:32:51.0791295Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:32:51.0791485Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:32:51.0791828Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:32:51.0791984Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:32:51.0792151Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:32:51.0792295Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:32:51.0792441Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:32:51.0792605Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:32:51.0792760Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:32:51.0792919Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:32:51.0793060Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:32:51.0793204Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:32:51.0793349Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:32:51.0793679Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0793997Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0794292Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0794847Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0795007Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:32:51.0795162Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:32:51.0795336Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:32:51.0795484Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:32:51.0795637Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:32:51.0795784Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:32:51.0795924Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:32:51.0796080Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:32:51.0796222Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:32:51.0796382Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:32:51.0796522Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:32:51.0796690Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:32:51.0796845Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:32:51.0797014Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:32:51.0797170Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:32:51.0797326Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:32:51.0797467Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:32:51.0797634Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:32:51.0797789Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:32:51.0797955Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:32:51.0798109Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:32:51.0798263Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:32:51.0798454Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:32:51.0798614Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:32:51.0798927Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:32:51.0799300Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:32:51.0799494Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:32:51.0799642Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:32:51.0799789Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:32:51.0799947Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:32:51.0800112Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:32:51.0800277Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:32:51.0800434Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:32:51.0800578Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:32:51.0800749Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:32:51.0800973Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:32:51.0801143Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:32:51.0801291Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:32:51.0801612Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:32:51.0801804Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:32:51.0801979Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:32:51.0802197Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:32:51.0802382Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:32:51.0802560Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:32:51.0802741Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:32:51.0802876Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:32:51.0803051Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:32:51.0803213Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:32:51.0803358Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:32:51.0803512Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:32:51.0803687Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:32:51.0803830Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:32:51.0804013Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:32:51.0804172Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:32:51.0804329Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:32:51.0804470Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:32:51.0804617Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:32:51.0804747Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:32:51.0804931Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:32:51.0805089Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:32:51.0805245Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:32:51.0805460Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:32:51.0805751Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:32:51.0805931Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:32:51.0806125Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:32:51.0806272Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:32:51.0806454Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:32:51.0806602Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:32:51.0806737Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:32:51.0806890Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:32:51.0807054Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:32:51.0807204Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:32:51.0807357Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:32:51.0807488Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:32:51.0807629Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:32:51.0807758Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:32:51.0808038Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:32:51.0808294Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:32:51.0808446Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:32:51.0808594Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:32:51.0808764Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:32:51.0808924Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:32:51.0809097Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:32:51.0809397Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:32:51.0809597Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:32:51.0809748Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:32:51.0809892Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:32:51.0810039Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:32:51.0810177Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:32:51.0810339Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:32:51.0810523Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:32:51.0810686Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:32:51.0810841Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:32:51.0811030Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:32:51.0811199Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:32:51.0811348Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:32:51.0811488Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:32:51.0811621Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:32:51.0811762Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:32:51.0811911Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:32:51.0812059Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:32:51.0812210Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:32:51.0812542Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:32:51.0812727Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:32:51.0812948Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:32:51.0813086Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:32:51.0813243Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:32:51.0813395Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:32:51.0813554Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:32:51.0813701Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:32:51.0813855Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:32:51.0813997Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:32:51.0814225Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:32:51.0814415Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:32:51.0814569Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:32:51.0814713Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:32:51.0814866Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:32:51.0815181Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:32:51.0815326Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:32:51.0815483Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:32:51.0815644Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:32:51.0815779Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:32:51.0815915Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:32:51.0816058Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:32:51.0816234Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:32:51.0816399Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:32:51.0816529Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:32:51.0816709Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:32:51.0816895Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:32:51.0817069Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:32:51.0817240Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:32:51.0817381Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:32:51.0817683Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0817819Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:32:51.0817996Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:32:51.0818145Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:32:51.0818345Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:32:51.0818592Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:32:51.0818851Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:32:51.0819119Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:32:51.0819762Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:32:51.0820102Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:32:51.0820401Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:32:51.0820663Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:32:51.0820907Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:32:51.0821069Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:32:51.0821271Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:32:51.0821422Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:32:51.0821622Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:32:51.0821824Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:32:51.0821978Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:32:51.0822121Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:32:51.0822266Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:32:51.0822421Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:32:51.0822700Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:32:51.0822887Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:32:51.0823035Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:32:51.0823173Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:32:51.0823347Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:32:51.0823558Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:32:51.0823758Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:32:51.0823968Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:32:51.0824167Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:32:51.0824351Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:32:51.0824516Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:32:51.0824687Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:32:51.0824850Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:32:51.0825038Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:32:51.0825196Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:32:51.0825349Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:32:51.0825500Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:32:51.0825646Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:32:51.0825799Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:32:51.0826007Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:32:51.0826160Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:32:51.0826328Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:32:51.0826492Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:32:51.0826780Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:32:51.0826977Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:32:51.0827158Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:32:51.0827331Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:32:51.0827470Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:32:51.0827627Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:32:51.0827779Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:32:51.0827916Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:32:51.0828071Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:32:51.0828237Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:32:51.0828393Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:32:51.0828589Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:32:51.0828782Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:32:51.0828963Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:32:51.0829091Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:32:51.0829465Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:32:51.0829616Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:32:51.0829781Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:32:51.0829920Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:32:51.0830091Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:32:51.0830269Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:32:51.0830458Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:32:51.0830599Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:32:51.0830764Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:32:51.0830916Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:32:51.0831235Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:51.0831427Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:32:51.0831607Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:32:51.0831789Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:32:51.0831950Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:32:51.0832108Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:32:51.0832260Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:32:51.0832414Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:32:51.0832577Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:32:51.0832738Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:32:51.0832881Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:32:51.0833052Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:32:51.0833206Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:32:51.0833347Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:32:51.0833697Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:32:51.0833915Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:32:51.0834068Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:32:51.0834219Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:32:51.0834369Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:32:51.0834537Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:32:51.0834673Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:32:51.0834830Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:32:51.0835023Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:32:51.0835194Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:32:51.0835352Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:32:51.0835514Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:32:51.0835667Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:32:51.0835815Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:32:51.0835962Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:32:51.0836252Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:32:51.0836418Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:32:51.0836620Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:32:51.0836789Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:32:51.0836965Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:32:51.0837112Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:32:51.0837288Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:32:51.0837455Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:32:51.0837594Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:32:51.0837733Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:32:51.0837866Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:32:51.0838019Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:32:51.0838158Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:32:51.0838292Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:32:51.0838449Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:32:51.0838611Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:32:51.0838759Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:32:51.0838889Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:32:51.0839027Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:32:51.0839310Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:32:51.0839480Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:32:51.0839617Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:32:51.0839764Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:32:51.0839899Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:32:51.0840068Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:32:51.0840353Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:32:51.0840510Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:32:51.0840666Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:32:51.0840825Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:32:51.0840968Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:32:51.0841126Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:32:51.0841268Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:32:51.0841433Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:32:51.0841592Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:32:51.0841774Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:32:51.0841913Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:32:51.0842051Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:32:51.0842180Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:32:51.0842309Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:32:51.0842521Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:32:51.0842974Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:32:51.0843157Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:32:51.0843366Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:32:51.0843578Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:32:51.0843722Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:32:51.0843883Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:32:51.0844034Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:32:51.0844190Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:32:51.0844337Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:32:51.0844494Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:32:51.0844645Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:32:51.0844791Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:32:51.0844958Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:32:51.0845153Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:32:51.0845313Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:32:51.0845453Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:32:51.0845633Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:32:51.0845795Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:32:51.0845929Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:32:51.0846066Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:32:51.0846240Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:32:51.0846435Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:32:51.0846617Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:32:51.0846767Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:32:51.0847058Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:32:51.0847228Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:32:51.0847430Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:32:51.2872239Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:32:51.4533783Z Collecting meson
2025-08-20T22:32:51.4998388Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:32:51.5420916Z Collecting ninja
2025-08-20T22:32:51.5490496Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:32:51.5645897Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:32:51.6413505Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.4 MB/s  0:00:00
2025-08-20T22:32:51.6501175Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:32:51.7383170Z Installing collected packages: ninja, meson
2025-08-20T22:32:52.3971191Z 
2025-08-20T22:32:52.3994319Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:32:52.6613320Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:32:52.7492687Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:32:52.8146245Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:32:53.1619717Z 1.8.4
2025-08-20T22:32:53.1921566Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:32:53.2168176Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:32:53.2168608Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:32:53.2168980Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:32:53.2169565Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:32:53.2169981Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:32:53.2170353Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:32:53.2170716Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:32:53.2171079Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:32:53.2171457Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:32:53.2171788Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:32:53.2172163Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:32:53.2172545Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:32:53.2172925Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:32:53.2173329Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:32:53.2173721Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:32:53.2174128Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:32:53.2174528Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:32:53.2174892Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:32:53.2175266Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:32:53.2175719Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:32:53.2176167Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:32:53.2176555Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:32:53.2176976Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:32:53.2177374Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:32:53.2177725Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:32:53.2178487Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:32:53.2178955Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:32:53.2179727Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:32:53.2180144Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:32:53.2180558Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:32:53.2180990Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:32:53.2181420Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:32:53.2181849Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:32:53.2182272Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:32:53.2182716Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:32:53.2183142Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:32:53.2183542Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:32:53.2183956Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:32:53.2184348Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:32:53.2184996Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:32:53.2185423Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:32:53.2185841Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:32:53.2186243Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:32:53.2186640Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:32:53.2187101Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:32:53.2187575Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:32:53.2188078Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:32:53.2188569Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:32:53.2189013Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:32:53.2189785Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:32:53.2190213Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:32:53.2190622Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:32:53.2191034Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:32:53.2191440Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:32:53.2191808Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:32:53.2192165Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:32:53.2192534Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:32:53.2192926Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:32:53.2193328Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:32:53.2193712Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:32:53.2194118Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:32:53.2194561Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:32:53.2194983Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:32:53.2195641Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:32:53.2196100Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:32:53.2196535Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:32:53.2196938Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:32:53.2197333Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:32:53.2197777Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:32:53.2198273Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:32:53.2198769Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:32:53.2199404Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:32:53.2199841Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:32:53.2200230Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:32:53.2200622Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:32:53.2201020Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:32:53.2201415Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:32:53.2201870Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:32:53.2202547Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:32:53.2203057Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:32:53.2203550Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:32:53.2203987Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:32:53.2204394Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:32:53.2204786Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:32:53.2205193Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:32:53.2205588Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:32:53.2205978Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:32:53.2206407Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:32:53.2206830Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:32:53.2207213Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:32:53.2207585Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:32:53.2208145Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:32:53.2208557Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:32:53.2208933Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:32:53.2209475Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:32:53.2209888Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:32:53.2210275Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:32:53.2210631Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:32:53.2211009Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:32:53.2211416Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:32:53.2211802Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:32:53.2212163Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:32:53.2212765Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:32:53.2213166Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:32:53.2213558Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:32:53.2213956Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:32:53.2214349Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:32:53.2214738Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:32:53.2215117Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:32:53.2215513Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:32:53.2215911Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:32:53.2216277Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:32:53.2216633Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:32:53.2216979Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:32:53.2217333Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:32:53.2217693Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:32:53.2218041Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:32:53.2218412Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:32:53.2219084Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:32:53.2219668Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:32:53.2220106Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:32:53.2220506Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:32:53.2220898Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:32:53.2221293Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:32:53.2221681Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:32:53.2222082Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:32:53.2222487Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:32:53.2222870Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:32:53.2223265Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:32:53.2223677Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:32:53.2224114Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:32:53.2224541Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:32:53.2224933Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:32:53.2225325Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:32:53.2225738Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:32:53.2226147Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:32:53.2226554Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:32:53.2226948Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:32:53.2227352Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:32:53.2227759Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:32:53.2228141Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:32:53.2228502Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:32:53.2228871Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:32:53.2229745Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:32:53.2230204Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:32:53.2230610Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:32:53.2230996Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:32:53.2231365Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:32:53.2231745Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:32:53.2232124Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:32:53.2232510Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:32:53.2232931Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:32:53.2233373Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:32:53.2233767Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:32:53.2234137Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:32:53.2234526Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:32:53.2234945Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:32:53.2235362Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:32:53.2235888Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:32:53.2236231Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:32:53.2236649Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:32:53.2237079Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:32:53.2237491Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:32:53.2237872Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:32:53.2238250Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:32:53.2238639Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:32:53.2239059Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:32:53.2239807Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:32:53.2240233Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:32:53.2240601Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:32:53.2240960Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:32:53.2241407Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:32:53.2241915Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:32:53.2242351Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:32:53.2242726Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:32:53.2243186Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:32:53.2243723Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:32:53.2244230Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:32:53.2244667Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:32:53.2245030Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:32:53.2245409Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:32:53.2245816Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:32:53.2246454Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:32:53.2246878Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:32:53.2247252Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:32:53.2247629Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:32:53.2248027Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:32:53.2248432Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:32:53.2248827Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:32:53.2249377Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:32:53.2249831Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:32:53.2250224Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:32:53.2250649Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:32:53.2251094Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:32:53.2251513Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:32:53.2251900Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:32:53.2252272Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:32:53.2252816Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:32:53.2253195Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:32:53.2253584Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:32:53.2254001Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:32:53.2254471Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:32:53.2254920Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:32:53.2255327Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:32:53.2255712Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:32:53.2256096Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:32:53.2256469Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:32:53.2256841Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:32:53.2257228Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:32:53.2257610Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:32:53.2258052Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:32:53.2258527Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:32:53.2258986Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:32:53.2259673Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:32:53.2260190Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:32:53.2260696Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:32:53.2261134Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:32:53.2261497Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:32:53.2261875Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:32:53.2262253Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:32:53.2262631Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:32:53.2263220Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:32:53.2263614Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:32:53.2263998Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:32:53.2264381Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:32:53.2264758Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:32:53.2265136Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:32:53.2265533Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:32:53.2265922Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:32:53.2266337Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:32:53.2266772Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:32:53.2267191Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:32:53.2267601Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:32:53.2268002Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:32:53.2268409Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:32:53.2268889Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:32:53.2269593Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:32:53.2269962Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:32:53.2270471Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2270990Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:32:53.2271366Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:32:53.2271740Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:32:53.2272104Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:32:53.2272498Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:32:53.2272933Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:32:53.2273361Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:32:53.2273784Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:32:53.2274184Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:32:53.2274587Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:32:53.2275008Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:32:53.2275420Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:32:53.2275815Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:32:53.2276242Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:32:53.2276729Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:32:53.2277225Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:32:53.2277678Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:32:53.2278092Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:32:53.2278495Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:32:53.2278968Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:32:53.2279889Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:32:53.2280335Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:32:53.2280772Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:32:53.2281224Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:32:53.2281630Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:32:53.2281995Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:32:53.2282343Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:32:53.2282711Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:32:53.2283094Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:32:53.2283457Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:32:53.2283811Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:32:53.2284178Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:32:53.2284539Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:32:53.2284892Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:32:53.2285261Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:32:53.2285614Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:32:53.2286157Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:32:53.2286541Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:32:53.2286898Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:32:53.2287256Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:32:53.2287611Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:32:53.2287977Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:32:53.2288348Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:32:53.2288713Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:32:53.2289071Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:32:53.2289801Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:32:53.2290237Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:32:53.2290671Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:32:53.2291076Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:32:53.2291436Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:32:53.2291815Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:32:53.2292245Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:32:53.2292643Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:32:53.2293002Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:32:53.2293367Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:32:53.2293722Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:32:53.2294065Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:32:53.2294411Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:32:53.2294761Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:32:53.2295128Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:32:53.2295486Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:32:53.2295831Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:32:53.2296401Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:32:53.2296795Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:32:53.2297202Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:32:53.2297597Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:32:53.2297993Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:32:53.2298389Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:32:53.2298803Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:32:53.2299454Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:32:53.2300073Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:32:53.2300700Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:32:53.2301241Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:32:53.2301709Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:32:53.2302161Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:32:53.2302838Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:32:53.2303455Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:32:53.2304016Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:32:53.2304508Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:32:53.2304954Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:32:53.2305325Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:32:53.2305692Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:32:53.2306065Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:32:53.2306442Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:32:53.2306829Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:32:53.2307221Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:32:53.2307610Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:32:53.2307994Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:32:53.2308382Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:32:53.2308758Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:32:53.2309138Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:32:53.2309652Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:32:53.2310049Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:32:53.2310443Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:32:53.2310851Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:32:53.2311264Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:32:53.2311630Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:32:53.2312018Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:32:53.2312426Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:32:53.2312832Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:32:53.2313509Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:32:53.2313958Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:32:53.2314325Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:32:53.2314693Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:32:53.2315076Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:32:53.2315452Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:32:53.2315844Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:32:53.2316234Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:32:53.2316618Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:32:53.2316996Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:32:53.2317360Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:32:53.2317725Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:32:53.2318273Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2318986Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2320000Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2320667Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2321197Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:32:53.2321580Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:32:53.2321991Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:32:53.2322392Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:32:53.2322769Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:32:53.2323142Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:32:53.2323507Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:32:53.2323883Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:32:53.2324266Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:32:53.2324641Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:32:53.2325017Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:32:53.2325403Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:32:53.2325808Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:32:53.2326208Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:32:53.2326607Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:32:53.2326993Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:32:53.2327370Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:32:53.2327761Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:32:53.2328164Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:32:53.2328564Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:32:53.2328961Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:32:53.2329590Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:32:53.2330261Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:32:53.2330720Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:32:53.2331124Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:32:53.2331558Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:32:53.2332012Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:32:53.2332422Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:32:53.2332789Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:32:53.2333167Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:32:53.2333565Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:32:53.2333977Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:32:53.2334383Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:32:53.2334762Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:32:53.2335151Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:32:53.2335617Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:32:53.2336276Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:32:53.2336672Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:32:53.2337077Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:32:53.2337527Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:32:53.2337970Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:32:53.2338445Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:32:53.2338932Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:32:53.2339553Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:32:53.2339991Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:32:53.2340389Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:32:53.2340786Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:32:53.2341204Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:32:53.2341584Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:32:53.2341959Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:32:53.2342369Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:32:53.2342777Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:32:53.2343176Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:32:53.2343600Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:32:53.2343991Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:32:53.2344372Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:32:53.2344738Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:32:53.2345093Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:32:53.2345482Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:32:53.2345899Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:32:53.2346537Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:32:53.2347018Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:32:53.2347469Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:32:53.2347870Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:32:53.2348307Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:32:53.2348734Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:32:53.2349140Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:32:53.2349854Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:32:53.2350219Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:32:53.2350583Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:32:53.2350979Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:32:53.2351378Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:32:53.2351754Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:32:53.2352111Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:32:53.2352460Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:32:53.2353032Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:32:53.2353517Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:32:53.2354027Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:32:53.2354410Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:32:53.2354787Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:32:53.2355188Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:32:53.2355599Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:32:53.2356007Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:32:53.2356409Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:32:53.2356822Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:32:53.2357239Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:32:53.2357612Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:32:53.2357977Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:32:53.2358334Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:32:53.2358708Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:32:53.2359135Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:32:53.2359755Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:32:53.2360157Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:32:53.2360577Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:32:53.2361018Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:32:53.2361423Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:32:53.2361791Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:32:53.2362140Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:32:53.2362487Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:32:53.2362853Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:32:53.2363449Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:32:53.2363848Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:32:53.2364251Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:32:53.2364667Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:32:53.2365129Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:32:53.2365570Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:32:53.2365942Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:32:53.2366328Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:32:53.2366713Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:32:53.2367100Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:32:53.2367487Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:32:53.2367861Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:32:53.2368301Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:32:53.2368845Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:32:53.2369412Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:32:53.2369963Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:32:53.2370341Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:32:53.2370742Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:32:53.2371133Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:32:53.2371504Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:32:53.2371903Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:32:53.2372282Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:32:53.2372630Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:32:53.2372987Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:32:53.2373383Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:32:53.2373809Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:32:53.2374187Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:32:53.2374571Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:32:53.2375012Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:32:53.2375454Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:32:53.2375882Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:32:53.2376275Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:32:53.2376789Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2377296Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:32:53.2377691Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:32:53.2378104Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:32:53.2378532Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:32:53.2379050Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:32:53.2379807Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:32:53.2380645Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:32:53.2381318Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:32:53.2381967Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:32:53.2382595Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:32:53.2383221Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:32:53.2383805Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:32:53.2384285Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:32:53.2384728Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:32:53.2385168Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:32:53.2385595Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:32:53.2386075Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:32:53.2386509Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:32:53.2387076Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:32:53.2387446Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:32:53.2387824Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:32:53.2388204Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:32:53.2388612Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:32:53.2389029Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:32:53.2389635Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:32:53.2390028Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:32:53.2390491Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:32:53.2390981Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:32:53.2391475Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:32:53.2391964Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:32:53.2392416Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:32:53.2392831Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:32:53.2393243Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:32:53.2393662Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:32:53.2394091Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:32:53.2394516Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:32:53.2394903Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:32:53.2395287Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:32:53.2395668Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:32:53.2396047Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:32:53.2396482Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:32:53.2396923Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:32:53.2397327Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:32:53.2397967Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:32:53.2398423Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:32:53.2398873Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:32:53.2399534Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:32:53.2399982Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:32:53.2400378Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:32:53.2400751Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:32:53.2401141Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:32:53.2401510Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:32:53.2401885Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:32:53.2402287Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:32:53.2402689Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:32:53.2403113Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:32:53.2403580Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:32:53.2404214Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:32:53.2404607Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:32:53.2404987Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:32:53.2405360Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:32:53.2405752Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:32:53.2406142Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:32:53.2406533Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:32:53.2406959Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:32:53.2407406Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:32:53.2407818Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:32:53.2408207Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:32:53.2408605Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:32:53.2409152Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:32:53.2409908Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:32:53.2410373Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:32:53.2410817Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:32:53.2411242Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:32:53.2411638Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:32:53.2412028Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:32:53.2412433Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:32:53.2412835Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:32:53.2413237Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:32:53.2413615Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:32:53.2414005Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:32:53.2414604Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:32:53.2415036Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:32:53.2415444Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:32:53.2415906Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:32:53.2416333Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:32:53.2416715Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:32:53.2417091Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:32:53.2417480Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:32:53.2417853Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:32:53.2418224Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:32:53.2418657Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:32:53.2419105Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:32:53.2419682Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:32:53.2420081Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:32:53.2420478Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:32:53.2421040Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:32:53.2421417Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:32:53.2421801Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:32:53.2422199Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:32:53.2422649Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:32:53.2423097Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:32:53.2423519Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:32:53.2423920Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:32:53.2424324Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:32:53.2424753Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:32:53.2425141Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:32:53.2425497Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:32:53.2425845Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:32:53.2426204Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:32:53.2426576Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:32:53.2426932Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:32:53.2427303Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:32:53.2427698Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:32:53.2428082Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:32:53.2428441Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:32:53.2428795Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:32:53.2429400Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:32:53.2429838Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:32:53.2430215Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:32:53.2430581Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:32:53.2431165Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:32:53.2431563Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:32:53.2431945Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:32:53.2432296Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:32:53.2432669Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:32:53.2433066Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:32:53.2433445Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:32:53.2433817Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:32:53.2434195Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:32:53.2434576Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:32:53.2434985Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:32:53.2435410Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:32:53.2435810Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:32:53.2436165Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:32:53.2436515Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:32:53.2437024Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:32:53.2437466Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:32:53.2437967Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:32:53.2438440Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:32:53.2438916Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:32:53.2439601Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:32:53.2440045Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:32:53.2440422Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:32:53.2440810Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:32:53.2441202Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:32:53.2441593Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:32:53.2441979Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:32:53.2442364Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:32:53.2442736Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:32:53.2443131Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:32:53.2443574Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:32:53.2444001Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:32:53.2444376Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:32:53.2444774Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:32:53.2445204Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:32:53.2445582Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:32:53.2445932Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:32:53.2446322Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:32:53.2446772Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:32:53.2447461Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:32:53.2447895Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:32:53.2448312Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:32:53.2448743Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:32:53.2449320Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:32:53.3875552Z info: downloading installer
2025-08-20T22:32:53.6732503Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:32:53.6732887Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:32:53.6733246Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:32:53.6733660Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:32:53.6878987Z info: profile set to 'default'
2025-08-20T22:32:53.6879399Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:32:53.6879759Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:32:53.7402317Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:32:53.9867252Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:32:54.0128147Z info: downloading component 'clippy'
2025-08-20T22:32:54.0941512Z info: downloading component 'rustfmt'
2025-08-20T22:32:54.1533826Z info: downloading component 'cargo'
2025-08-20T22:32:54.3221795Z info: downloading component 'rust-std'
2025-08-20T22:32:54.6113186Z info: downloading component 'rustc'
2025-08-20T22:32:55.2040642Z info: removing previous version of component 'clippy'
2025-08-20T22:32:55.2081787Z info: removing previous version of component 'rustfmt'
2025-08-20T22:32:55.2085645Z info: removing previous version of component 'cargo'
2025-08-20T22:32:55.2105641Z info: removing previous version of component 'rust-std'
2025-08-20T22:32:55.2145475Z info: removing previous version of component 'rustc'
2025-08-20T22:32:55.2161656Z info: installing component 'clippy'
2025-08-20T22:32:55.4800816Z info: installing component 'rustfmt'
2025-08-20T22:32:55.6764063Z info: installing component 'cargo'
2025-08-20T22:32:56.1662112Z info: installing component 'rust-std'
2025-08-20T22:32:57.4640996Z info: installing component 'rustc'
2025-08-20T22:33:00.1893202Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:33:00.1893535Z 
2025-08-20T22:33:00.1965924Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:33:00.1966322Z 
2025-08-20T22:33:00.1966325Z 
2025-08-20T22:33:00.1966409Z Rust is installed now. Great!
2025-08-20T22:33:00.1966552Z 
2025-08-20T22:33:00.1966724Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:33:00.1967112Z environment variable. This has not been done automatically.
2025-08-20T22:33:00.1967328Z 
2025-08-20T22:33:00.1967452Z To configure your current shell, you need to source
2025-08-20T22:33:00.1967739Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:33:00.1967917Z 
2025-08-20T22:33:00.1968087Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:33:00.1968466Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:33:00.1968757Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:33:00.1969042Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:33:00.2124794Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:33:00.2430335Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:33:00.2430594Z 
2025-08-20T22:33:00.2500885Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:33:00.2501174Z 
2025-08-20T22:33:00.2895880Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:33:00.3263640Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:33:00.3501549Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:33:00.3502006Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:33:00.3502358Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:33:00.3502712Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:33:00.3503076Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:33:00.3503461Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:33:00.3503824Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:33:00.3504182Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:33:00.3504529Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:33:00.3504856Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:33:00.3505213Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:33:00.3505604Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:33:00.3505989Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:33:00.3506390Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:33:00.3506783Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:33:00.3507176Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:33:00.3508045Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:33:00.3508412Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:33:00.3508791Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:33:00.3509439Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:33:00.3509913Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:33:00.3510304Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:33:00.3510722Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:33:00.3511117Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:33:00.3511466Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:33:00.3511859Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:33:00.3512296Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:33:00.3512733Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:33:00.3513153Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:33:00.3513559Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:33:00.3513978Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:33:00.3514402Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:33:00.3514829Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:33:00.3515251Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:33:00.3515693Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:33:00.3516120Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:33:00.3516519Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:33:00.3516922Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:33:00.3517314Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:33:00.3517718Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:33:00.3518397Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:33:00.3518844Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:33:00.3519387Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:33:00.3519783Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:33:00.3520237Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:33:00.3520718Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:33:00.3521184Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:33:00.3521671Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:33:00.3522111Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:33:00.3522533Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:33:00.3522950Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:33:00.3523426Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:33:00.3523842Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:33:00.3524238Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:33:00.3524780Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:33:00.3525134Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:33:00.3525501Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:33:00.3525892Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:33:00.3526288Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:33:00.3526667Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:33:00.3527071Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:33:00.3527504Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:33:00.3527923Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:33:00.3528330Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:33:00.3528757Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:33:00.3529287Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:33:00.3529706Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:33:00.3530104Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:33:00.3530537Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:33:00.3531040Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:33:00.3531542Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:33:00.3531999Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:33:00.3532412Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:33:00.3532800Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:33:00.3533195Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:33:00.3533596Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:33:00.3533996Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:33:00.3534455Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:33:00.3535149Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:33:00.3535684Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:33:00.3536170Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:33:00.3536610Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:33:00.3537007Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:33:00.3537402Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:33:00.3537806Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:33:00.3538199Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:33:00.3538581Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:33:00.3539000Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:33:00.3539621Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:33:00.3540010Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:33:00.3540381Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:33:00.3540782Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:33:00.3541187Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:33:00.3541735Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:33:00.3542103Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:33:00.3542492Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:33:00.3542878Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:33:00.3543225Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:33:00.3543610Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:33:00.3544016Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:33:00.3544401Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:33:00.3544757Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:33:00.3545117Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:33:00.3545502Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:33:00.3545889Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:33:00.3546289Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:33:00.3546686Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:33:00.3547067Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:33:00.3547449Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:33:00.3547852Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:33:00.3548252Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:33:00.3548621Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:33:00.3548976Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:33:00.3549570Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:33:00.3549929Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:33:00.3550295Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:33:00.3550646Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:33:00.3551019Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:33:00.3551622Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:33:00.3552077Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:33:00.3552508Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:33:00.3552905Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:33:00.3553293Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:33:00.3553678Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:33:00.3554071Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:33:00.3554473Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:33:00.3554880Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:33:00.3555260Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:33:00.3555654Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:33:00.3556064Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:33:00.3556497Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:33:00.3556920Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:33:00.3557308Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:33:00.3557844Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:33:00.3558252Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:33:00.3558658Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:33:00.3559061Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:33:00.3559608Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:33:00.3560018Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:33:00.3560418Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:33:00.3560794Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:33:00.3561148Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:33:00.3561543Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:33:00.3561942Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:33:00.3562335Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:33:00.3562736Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:33:00.3563123Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:33:00.3563492Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:33:00.3563867Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:33:00.3564246Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:33:00.3564629Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:33:00.3565048Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:33:00.3565489Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:33:00.3565890Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:33:00.3566261Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:33:00.3566650Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:33:00.3567066Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:33:00.3567484Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:33:00.3568056Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:33:00.3568426Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:33:00.3568841Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:33:00.3569496Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:33:00.3569943Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:33:00.3570332Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:33:00.3570713Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:33:00.3571096Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:33:00.3571518Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:33:00.3571986Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:33:00.3572403Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:33:00.3572769Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:33:00.3573127Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:33:00.3573567Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:33:00.3574068Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:33:00.3574699Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:33:00.3575074Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:33:00.3575530Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:33:00.3576066Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:33:00.3576572Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:33:00.3577010Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:33:00.3577368Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:33:00.3577744Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:33:00.3578151Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:33:00.3578563Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:33:00.3578972Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:33:00.3579527Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:33:00.3579907Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:33:00.3580303Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:33:00.3580707Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:33:00.3581104Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:33:00.3581500Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:33:00.3581890Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:33:00.3582281Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:33:00.3582697Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:33:00.3583146Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:33:00.3583571Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:33:00.3583959Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:33:00.3584329Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:33:00.3584901Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:33:00.3585290Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:33:00.3585683Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:33:00.3586099Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:33:00.3586563Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:33:00.3587008Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:33:00.3587409Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:33:00.3587795Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:33:00.3588177Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:33:00.3588553Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:33:00.3588922Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:33:00.3589431Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:33:00.3589814Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:33:00.3590259Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:33:00.3590728Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:33:00.3591385Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:33:00.3591905Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:33:00.3592417Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:33:00.3592919Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:33:00.3593362Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:33:00.3593728Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:33:00.3594094Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:33:00.3594589Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:33:00.3594969Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:33:00.3595342Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:33:00.3595730Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:33:00.3596117Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:33:00.3596498Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:33:00.3596877Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:33:00.3597253Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:33:00.3597652Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:33:00.3598046Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:33:00.3598458Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:33:00.3598897Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:33:00.3599533Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:33:00.3599972Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:33:00.3600372Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:33:00.3600778Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:33:00.3601199Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:33:00.3601816Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:33:00.3602210Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:33:00.3602721Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3603237Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:33:00.3603610Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:33:00.3603989Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:33:00.3604354Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:33:00.3604749Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:33:00.3605183Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:33:00.3605605Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:33:00.3606036Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:33:00.3606436Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:33:00.3606835Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:33:00.3607257Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:33:00.3607663Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:33:00.3608204Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:33:00.3608630Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:33:00.3609118Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:33:00.3609732Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:33:00.3610186Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:33:00.3610596Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:33:00.3610995Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:33:00.3611467Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:33:00.3611951Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:33:00.3612361Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:33:00.3612790Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:33:00.3613241Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:33:00.3613644Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:33:00.3614003Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:33:00.3614357Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:33:00.3614727Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:33:00.3615105Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:33:00.3615471Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:33:00.3615825Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:33:00.3616195Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:33:00.3616557Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:33:00.3616916Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:33:00.3617287Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:33:00.3617641Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:33:00.3618022Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:33:00.3618629Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:33:00.3619015Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:33:00.3619486Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:33:00.3619843Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:33:00.3620208Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:33:00.3620586Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:33:00.3620951Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:33:00.3621308Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:33:00.3621678Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:33:00.3622091Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:33:00.3622528Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:33:00.3622937Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:33:00.3623295Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:33:00.3623673Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:33:00.3624096Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:33:00.3624658Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:33:00.3625018Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:33:00.3625384Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:33:00.3625738Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:33:00.3626081Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:33:00.3626430Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:33:00.3626783Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:33:00.3627147Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:33:00.3627504Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:33:00.3627851Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:33:00.3628186Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:33:00.3628568Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:33:00.3628972Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:33:00.3629486Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:33:00.3629888Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:33:00.3630289Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:33:00.3630703Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:33:00.3631203Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:33:00.3631812Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:33:00.3632436Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:33:00.3632984Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:33:00.3633455Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:33:00.3633908Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:33:00.3634424Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:33:00.3635276Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:33:00.3635859Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:33:00.3636352Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:33:00.3636798Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:33:00.3637170Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:33:00.3637543Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:33:00.3637914Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:33:00.3638291Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:33:00.3638677Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:33:00.3639066Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:33:00.3639567Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:33:00.3639955Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:33:00.3640341Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:33:00.3640711Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:33:00.3641268Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:33:00.3641640Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:33:00.3642032Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:33:00.3642425Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:33:00.3642832Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:33:00.3643250Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:33:00.3643617Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:33:00.3644006Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:33:00.3644414Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:33:00.3644820Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:33:00.3645258Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:33:00.3645684Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:33:00.3646051Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:33:00.3646418Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:33:00.3646800Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:33:00.3647170Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:33:00.3647559Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:33:00.3647948Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:33:00.3648334Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:33:00.3648708Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:33:00.3649074Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:33:00.3649577Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:33:00.3650131Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3650847Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3651720Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3652400Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3652927Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:33:00.3653327Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:33:00.3653736Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:33:00.3654138Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:33:00.3654512Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:33:00.3654887Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:33:00.3655250Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:33:00.3655628Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:33:00.3656003Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:33:00.3656376Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:33:00.3656749Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:33:00.3657133Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:33:00.3657538Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:33:00.3658081Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:33:00.3658479Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:33:00.3658866Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:33:00.3659353Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:33:00.3659755Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:33:00.3660159Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:33:00.3660553Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:33:00.3660951Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:33:00.3661343Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:33:00.3661797Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:33:00.3662232Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:33:00.3662632Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:33:00.3663067Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:33:00.3663524Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:33:00.3663932Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:33:00.3664300Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:33:00.3664677Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:33:00.3665072Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:33:00.3665480Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:33:00.3665886Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:33:00.3666264Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:33:00.3666653Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:33:00.3667121Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:33:00.3667595Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:33:00.3668171Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:33:00.3668608Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:33:00.3669058Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:33:00.3669622Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:33:00.3670101Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:33:00.3670596Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:33:00.3671039Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:33:00.3671477Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:33:00.3671875Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:33:00.3672267Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:33:00.3672683Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:33:00.3673063Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:33:00.3673438Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:33:00.3673844Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:33:00.3674429Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:33:00.3674831Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:33:00.3675251Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:33:00.3675641Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:33:00.3676014Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:33:00.3676388Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:33:00.3676742Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:33:00.3677128Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:33:00.3677546Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:33:00.3677938Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:33:00.3678385Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:33:00.3678836Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:33:00.3679366Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:33:00.3679817Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:33:00.3680257Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:33:00.3680668Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:33:00.3681073Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:33:00.3681428Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:33:00.3681792Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:33:00.3682182Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:33:00.3682582Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:33:00.3682957Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:33:00.3683313Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:33:00.3683662Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:33:00.3684009Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:33:00.3684676Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:33:00.3685219Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:33:00.3685600Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:33:00.3685975Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:33:00.3686372Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:33:00.3686784Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:33:00.3687192Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:33:00.3687593Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:33:00.3688003Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:33:00.3688413Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:33:00.3688789Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:33:00.3689155Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:33:00.3689634Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:33:00.3690014Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:33:00.3690434Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:33:00.3691018Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:33:00.3691417Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:33:00.3691834Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:33:00.3692277Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:33:00.3692674Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:33:00.3693044Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:33:00.3693393Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:33:00.3693739Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:33:00.3694101Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:33:00.3694475Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:33:00.3694850Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:33:00.3695250Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:33:00.3695666Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:33:00.3696131Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:33:00.3696567Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:33:00.3696944Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:33:00.3697331Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:33:00.3697720Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:33:00.3698107Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:33:00.3698489Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:33:00.3698870Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:33:00.3699455Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:33:00.3699956Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:33:00.3700381Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:33:00.3700754Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:33:00.3701952Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:33:00.3702448Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:33:00.3702839Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:33:00.3703216Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:33:00.3703611Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:33:00.3704001Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:33:00.3704345Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:33:00.3704699Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:33:00.3705098Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:33:00.3705518Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:33:00.3705899Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:33:00.3706284Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:33:00.3706726Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:33:00.3707168Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:33:00.3707596Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:33:00.3708218Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:33:00.3708733Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3709374Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:33:00.3709771Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:33:00.3710184Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:33:00.3710609Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:33:00.3711128Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:33:00.3711710Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:33:00.3712323Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:33:00.3712972Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:33:00.3713624Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:33:00.3714254Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:33:00.3714882Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:33:00.3715458Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:33:00.3715939Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:33:00.3716382Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:33:00.3716818Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:33:00.3717240Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:33:00.3717714Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:33:00.3718149Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:33:00.3718529Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:33:00.3719068Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:33:00.3719569Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:33:00.3719954Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:33:00.3720365Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:33:00.3720777Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:33:00.3721148Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:33:00.3721536Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:33:00.3721996Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:33:00.3722487Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:33:00.3722976Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:33:00.3723473Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:33:00.3723924Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:33:00.3724337Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:33:00.3724751Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:33:00.3725164Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:33:00.3725745Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:33:00.3726175Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:33:00.3726565Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:33:00.3726946Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:33:00.3727325Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:33:00.3727704Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:33:00.3728140Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:33:00.3728593Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:33:00.3729002Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:33:00.3729674Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:33:00.3730108Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:33:00.3730556Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:33:00.3730998Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:33:00.3731431Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:33:00.3731830Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:33:00.3732203Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:33:00.3732589Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:33:00.3732958Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:33:00.3733330Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:33:00.3733735Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:33:00.3734131Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:33:00.3734557Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:33:00.3735026Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:33:00.3735483Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:33:00.3736077Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:33:00.3736459Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:33:00.3736835Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:33:00.3737227Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:33:00.3737612Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:33:00.3738006Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:33:00.3738434Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:33:00.3738878Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:33:00.3739412Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:33:00.3739806Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:33:00.3740210Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:33:00.3740754Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:33:00.3741330Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:33:00.3741782Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:33:00.3742424Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:33:00.3742852Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:33:00.3743247Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:33:00.3743635Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:33:00.3744019Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:33:00.3744426Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:33:00.3744830Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:33:00.3745207Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:33:00.3745598Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:33:00.3746002Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:33:00.3746377Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:33:00.3746787Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:33:00.3747253Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:33:00.3747677Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:33:00.3748055Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:33:00.3748430Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:33:00.3748818Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:33:00.3749323Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:33:00.3749756Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:33:00.3750188Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:33:00.3750640Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:33:00.3751041Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:33:00.3751438Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:33:00.3751833Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:33:00.3752388Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:33:00.3752786Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:33:00.3753176Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:33:00.3753575Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:33:00.3754017Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:33:00.3754470Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:33:00.3754891Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:33:00.3755290Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:33:00.3755694Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:33:00.3756116Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:33:00.3756505Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:33:00.3756858Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:33:00.3757204Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:33:00.3757564Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:33:00.3757937Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:33:00.3758478Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:33:00.3758848Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:33:00.3759376Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:33:00.3759781Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:33:00.3760138Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:33:00.3760494Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:33:00.3760866Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:33:00.3761262Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:33:00.3761669Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:33:00.3762031Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:33:00.3762396Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:33:00.3762785Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:33:00.3763167Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:33:00.3763519Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:33:00.3763895Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:33:00.3764285Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:33:00.3764676Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:33:00.3765053Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:33:00.3765744Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:33:00.3766174Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:33:00.3766584Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:33:00.3767013Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:33:00.3767412Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:33:00.3767768Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:33:00.3768112Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:33:00.3768446Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:33:00.3769095Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:33:00.3769716Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:33:00.3770192Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:33:00.3770668Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:33:00.3771177Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:33:00.3771614Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:33:00.3771993Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:33:00.3772381Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:33:00.3772770Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:33:00.3773162Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:33:00.3773547Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:33:00.3773931Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:33:00.3774305Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:33:00.3774698Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:33:00.3775294Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:33:00.3775722Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:33:00.3776098Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:33:00.3776496Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:33:00.3776918Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:33:00.3777300Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:33:00.3777648Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:33:00.3778031Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:33:00.3778480Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:33:00.3778940Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:33:00.3779563Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:33:00.3779985Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:33:00.3780413Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:33:00.3780844Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:33:00.3781575Z 
2025-08-20T22:33:00.3781582Z 
2025-08-20T22:33:00.3782037Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:33:00 PM)
2025-08-20T22:33:00.3782409Z 
2025-08-20T22:33:00.3782415Z 
2025-08-20T22:33:00.3782420Z 
2025-08-20T22:33:00.3782489Z [+] Continue : YES
2025-08-20T22:33:00.3782597Z 
2025-08-20T22:33:00.3782826Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:33:00.4178702Z 
2025-08-20T22:33:00.4179388Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:33:00 PM) UTC
2025-08-20T22:33:00.4179682Z 
2025-08-20T22:33:00.4194524Z 
2025-08-20T22:33:00.4194688Z [+] Total RECIPES :: 1
2025-08-20T22:33:00.4194824Z 
2025-08-20T22:33:00.4265816Z 
2025-08-20T22:33:00.4266565Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml (1/1)
2025-08-20T22:33:00.4267071Z 
2025-08-20T22:33:00.4717468Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:33:00.4726660Z mode of '/tmp/pkgforge/ny5cJrmBz_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:33:00.4769832Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sequin/official [Provided]
2025-08-20T22:33:00.4770214Z [+] Setting '.pkg_family' --> sequin [Provided]
2025-08-20T22:33:00.4781886Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:33:00.4787596Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:33:00.4813456Z [00:00:00.003]➜  
2025-08-20T22:33:00.4813934Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:33:00.4814356Z [00:00:00.003]➜  
2025-08-20T22:33:00.4846489Z [00:00:00.006]➜  
2025-08-20T22:33:00.4846988Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:33:00.4847396Z [00:00:00.006]➜  
2025-08-20T22:33:00.4915162Z [00:00:00.013]➜  
2025-08-20T22:33:00.4916180Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sequin/static.official.source.yaml) --> /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:33:00 PM) UTC]
2025-08-20T22:33:00.4917011Z [00:00:00.013]➜  
2025-08-20T22:33:00.4917197Z [00:00:00.013]➜  
2025-08-20T22:33:00.4917378Z [00:00:00.013]➜  
2025-08-20T22:33:00.4917969Z [00:00:00.013]➜  ###################################################################
2025-08-20T22:33:00.4923653Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:33:00.4924407Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:33:00.4924977Z [00:00:00.014]➜  _disabled: false
2025-08-20T22:33:00.4925229Z [00:00:00.014]➜  
2025-08-20T22:33:00.4925432Z [00:00:00.014]➜  pkg: "sequin"
2025-08-20T22:33:00.4925766Z [00:00:00.014]➜  pkg_id: "github.com.charmbracelet.sequin.source"
2025-08-20T22:33:00.4926091Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T22:33:00.4926334Z [00:00:00.014]➜  category:
2025-08-20T22:33:00.4927009Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T22:33:00.4927320Z [00:00:00.014]➜    - "Utility"
2025-08-20T22:33:00.4927683Z [00:00:00.014]➜  description: "Human-readable ANSI sequences"
2025-08-20T22:33:00.4927988Z [00:00:00.014]➜  distro_pkg:
2025-08-20T22:33:00.4928233Z [00:00:00.014]➜    archlinux:
2025-08-20T22:33:00.4928449Z [00:00:00.014]➜      aur:
2025-08-20T22:33:00.4928675Z [00:00:00.014]➜        - "sequin-bin"
2025-08-20T22:33:00.4928920Z [00:00:00.014]➜    homebrew:
2025-08-20T22:33:00.4929146Z [00:00:00.014]➜      - "sequin"
2025-08-20T22:33:00.4929558Z [00:00:00.014]➜    nixpkgs:
2025-08-20T22:33:00.4929791Z [00:00:00.014]➜      - "sequin"
2025-08-20T22:33:00.4930053Z [00:00:00.014]➜  homepage:
2025-08-20T22:33:00.4930355Z [00:00:00.014]➜    - "https://github.com/charmbracelet/sequin"
2025-08-20T22:33:00.4930668Z [00:00:00.014]➜  license:
2025-08-20T22:33:00.4930885Z [00:00:00.014]➜    - id: "MIT"
2025-08-20T22:33:00.4931460Z [00:00:00.014]➜      url: "https://github.com/charmbracelet/sequin/raw/1d4ddd86f803616f431b91d4c4c1bdfcbd2175bd/LICENSE"
2025-08-20T22:33:00.4931932Z [00:00:00.014]➜  maintainer:
2025-08-20T22:33:00.4932266Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:33:00.4932581Z [00:00:00.014]➜  note:
2025-08-20T22:33:00.4932870Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:33:00.4933398Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/sequin"
2025-08-20T22:33:00.4933863Z [00:00:00.014]➜  provides:
2025-08-20T22:33:00.4934106Z [00:00:00.014]➜    - "sequin"  
2025-08-20T22:33:00.4934367Z [00:00:00.014]➜  repology:
2025-08-20T22:33:00.4934614Z [00:00:00.014]➜    - "sequin"
2025-08-20T22:33:00.4934853Z [00:00:00.014]➜  src_url:
2025-08-20T22:33:00.4935426Z [00:00:00.014]➜    - "https://github.com/charmbracelet/sequin"
2025-08-20T22:33:00.4935790Z [00:00:00.014]➜  tag:
2025-08-20T22:33:00.4936009Z [00:00:00.014]➜    - "Utility"
2025-08-20T22:33:00.4936248Z [00:00:00.014]➜  x_exec:
2025-08-20T22:33:00.4936482Z [00:00:00.014]➜    bsys: "docker://go"
2025-08-20T22:33:00.4936726Z [00:00:00.014]➜    host:
2025-08-20T22:33:00.4936948Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-20T22:33:00.4937244Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-20T22:33:00.4937502Z [00:00:00.014]➜    shell: "bash"
2025-08-20T22:33:00.4937736Z [00:00:00.014]➜    pkgver: |
2025-08-20T22:33:00.4938011Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:33:00.4938722Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:33:00.4939830Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:33:00.4940502Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:33:00.4940876Z [00:00:00.014]➜    run: |
2025-08-20T22:33:00.4941088Z [00:00:00.014]➜      #Build
2025-08-20T22:33:00.4941683Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:33:00.4942685Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:33:00.4943300Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:33:00.4943807Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:33:00.4944214Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:33:00.4944557Z [00:00:00.014]➜        bash -l -c '
2025-08-20T22:33:00.4944810Z [00:00:00.014]➜        #Setup ENV
2025-08-20T22:33:00.4945179Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:33:00.4945573Z [00:00:00.014]➜         CGO_ENABLED="1" 
2025-08-20T22:33:00.4945937Z [00:00:00.014]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:33:00.4946440Z [00:00:00.014]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:33:00.4946835Z [00:00:00.014]➜         GOOS="linux"
2025-08-20T22:33:00.4947136Z [00:00:00.014]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:33:00.4947430Z [00:00:00.014]➜        #Build
2025-08-20T22:33:00.4947990Z [00:00:00.014]➜         git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:33:00.4948549Z [00:00:00.014]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:33:00.4949020Z [00:00:00.014]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:33:00.4949999Z [00:00:00.014]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:33:00.4950765Z [00:00:00.014]➜         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/sequin"
2025-08-20T22:33:00.4951374Z [00:00:00.014]➜        #Copy
2025-08-20T22:33:00.4952017Z [00:00:00.014]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:33:00.4952574Z [00:00:00.014]➜        #Strip 
2025-08-20T22:33:00.4953060Z [00:00:00.014]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:33:00.4953937Z [00:00:00.014]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:33:00.4954694Z [00:00:00.014]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:33:00.4955289Z [00:00:00.014]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:33:00.4955844Z [00:00:00.014]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:33:00.4956267Z [00:00:00.014]➜         popd &>/dev/null
2025-08-20T22:33:00.4956511Z [00:00:00.014]➜        '
2025-08-20T22:33:00.4956727Z [00:00:00.014]➜      #Copy & Meta
2025-08-20T22:33:00.4957080Z [00:00:00.014]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:33:00.4957620Z [00:00:00.014]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:33:00.4958699Z [00:00:00.014]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:33:00.4959872Z [00:00:00.014]➜  
2025-08-20T22:33:00.4960069Z [00:00:00.014]➜  
2025-08-20T22:33:00.4960341Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:33:00.4960617Z [00:00:00.014]➜  
2025-08-20T22:33:00.4961051Z [00:00:00.014]➜  
2025-08-20T22:33:00.4961238Z [00:00:00.014]➜  
2025-08-20T22:33:00.4961719Z [00:00:00.015]➜  '/tmp/pkgforge/ny5cJrmBz_build.yaml' -> '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:33:01.7449563Z [00:00:01.266]➜  '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.version' -> '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.version'
2025-08-20T22:33:01.7496590Z [00:00:01.271]➜  [+] Version: HEAD-4ebbc32-250818T132341 ('.x_exec.pkgver') [/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.version]
2025-08-20T22:33:01.7680715Z [00:00:01.289]➜  [+] Progs: sequin
2025-08-20T22:33:01.8836735Z [00:00:01.405]➜  
2025-08-20T22:33:01.8837092Z [00:00:01.405]➜  [-] Missing packages. Found: 
2025-08-20T22:33:01.8837401Z [00:00:01.405]➜  [+] Expected: sequin
2025-08-20T22:33:01.8837677Z [00:00:01.405]➜  [+] Continuing with build...
2025-08-20T22:33:01.8837924Z [00:00:01.405]➜  
2025-08-20T22:33:02.1893434Z [00:00:01.711]➜  
2025-08-20T22:33:02.1893772Z [00:00:01.711]➜  
2025-08-20T22:33:02.1968819Z [00:00:01.718]➜  + mkdir -pv /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:33:02.1983627Z [00:00:01.720]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sequin -e PKG_ID=github.com.charmbracelet.sequin.source -e PKG_TYPE=static -e PKG_VER=HEAD-4ebbc32-250818T132341 -e PKGVER=HEAD-4ebbc32-250818T132341 -e SBUILD_PKG=sequin.static -e SBUILD_PKGVER=HEAD-4ebbc32-250818T132341 --volume /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:33:02.1985317Z [00:00:01.720]➜    #Setup ENV
2025-08-20T22:33:02.1985706Z [00:00:01.720]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:33:02.1986072Z [00:00:01.720]➜     CGO_ENABLED="1" 
2025-08-20T22:33:02.1986426Z [00:00:01.720]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:33:02.1986947Z [00:00:01.720]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:33:02.1987334Z [00:00:01.720]➜     GOOS="linux"
2025-08-20T22:33:02.1987629Z [00:00:01.720]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:33:02.1987915Z [00:00:01.720]➜    #Build
2025-08-20T22:33:02.1988440Z [00:00:01.720]➜     git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:33:02.1989487Z [00:00:01.720]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:33:02.1990107Z [00:00:01.720]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:33:02.1990529Z [00:00:01.720]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:33:02.1991273Z [00:00:01.720]➜     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/sequin"
2025-08-20T22:33:02.1991901Z [00:00:01.720]➜    #Copy
2025-08-20T22:33:02.1992521Z [00:00:01.720]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:33:02.1993078Z [00:00:01.720]➜    #Strip 
2025-08-20T22:33:02.1993552Z [00:00:01.720]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:33:02.1994241Z [00:00:01.720]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:33:02.1994924Z [00:00:01.720]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:33:02.1995509Z [00:00:01.720]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:33:02.1996053Z [00:00:01.720]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:33:02.1996760Z [00:00:01.720]➜     popd &>/dev/null
2025-08-20T22:33:02.1997003Z [00:00:01.720]➜    '
2025-08-20T22:33:02.6460570Z [00:00:02.167]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:33:02.8410359Z [00:00:02.362]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:33:02.8411472Z [00:00:02.362]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:33:02.8411913Z [00:00:02.362]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:33:02.8412278Z [00:00:02.362]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:33:02.8412595Z [00:00:02.362]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:33:02.8412890Z [00:00:02.362]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:33:02.8413165Z [00:00:02.362]➜  2b92eb3035e7: Waiting
2025-08-20T22:33:02.8413420Z [00:00:02.362]➜  4239b2f25ebc: Waiting
2025-08-20T22:33:02.8413674Z [00:00:02.362]➜  323e89f8c367: Waiting
2025-08-20T22:33:02.9231447Z [00:00:02.444]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:33:02.9232540Z [00:00:02.444]➜  99fd740fb142: Download complete
2025-08-20T22:33:02.9443580Z [00:00:02.466]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:33:02.9443975Z [00:00:02.466]➜  b2e6f696af52: Download complete
2025-08-20T22:33:02.9532763Z [00:00:02.475]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:33:02.9533535Z [00:00:02.475]➜  996f2cb07f7c: Download complete
2025-08-20T22:33:03.0221772Z [00:00:02.543]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:33:03.0222355Z [00:00:02.543]➜  323e89f8c367: Download complete
2025-08-20T22:33:03.0293742Z [00:00:02.551]➜  b2e6f696af52: Pull complete
2025-08-20T22:33:03.1971161Z [00:00:02.718]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:33:03.1972037Z [00:00:02.718]➜  4239b2f25ebc: Download complete
2025-08-20T22:33:08.2927357Z [00:00:07.814]➜  2b92eb3035e7: Download complete
2025-08-20T22:33:13.8198428Z [00:00:13.341]➜  996f2cb07f7c: Pull complete
2025-08-20T22:33:19.9767882Z [00:00:19.498]➜  99fd740fb142: Pull complete
2025-08-20T22:34:41.4214048Z [00:01:40.943]➜  2b92eb3035e7: Pull complete
2025-08-20T22:34:47.7112862Z [00:01:47.233]➜  4239b2f25ebc: Pull complete
2025-08-20T22:34:47.7520681Z [00:01:47.273]➜  323e89f8c367: Pull complete
2025-08-20T22:34:47.7690950Z [00:01:47.290]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:34:47.7752755Z [00:01:47.297]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:34:47.9994050Z [00:01:47.521]➜  + mkdir -p /build-bins
2025-08-20T22:34:48.0008676Z [00:01:47.522]➜  ++ mktemp -d
2025-08-20T22:34:48.0021703Z [00:01:47.524]➜  + pushd /tmp/tmp.tP3OQCkd5O
2025-08-20T22:34:48.0022474Z [00:01:47.524]➜  + CGO_ENABLED=1
2025-08-20T22:34:48.0022915Z [00:01:47.524]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:34:48.0028029Z [00:01:47.524]➜  ++ uname -m
2025-08-20T22:34:48.0033128Z [00:01:47.525]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:34:48.0041540Z [00:01:47.525]➜  + GOARCH=arm64
2025-08-20T22:34:48.0041894Z [00:01:47.526]➜  + GOOS=linux
2025-08-20T22:34:48.0042202Z [00:01:47.526]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:34:48.0045737Z [00:01:47.526]➜  + git clone --filter blob:none --quiet https://github.com/charmbracelet/sequin ./TEMPREPO
2025-08-20T22:34:48.2975096Z [00:01:47.819]➜  + cd ./TEMPREPO
2025-08-20T22:34:48.2975542Z [00:01:47.819]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:34:48.2975825Z [00:01:47.819]➜  
2025-08-20T22:34:48.2976093Z [00:01:47.819]➜  [+] Target: "arm64/linux"
2025-08-20T22:34:48.2976540Z [00:01:47.819]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:34:48.2976910Z [00:01:47.819]➜  
2025-08-20T22:34:48.2977315Z [00:01:47.819]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:34:48.2977725Z [00:01:47.819]➜  + go mod tidy -v
2025-08-20T22:34:48.3164106Z [00:01:47.837]➜  go: downloading github.com/charmbracelet/colorprofile v0.3.1
2025-08-20T22:34:48.3164765Z [00:01:47.837]➜  go: downloading github.com/charmbracelet/fang v0.3.0
2025-08-20T22:34:48.3165316Z [00:01:47.837]➜  go: downloading github.com/charmbracelet/x/ansi v0.10.1
2025-08-20T22:34:48.3165863Z [00:01:47.838]➜  go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta1
2025-08-20T22:34:48.3894965Z [00:01:47.911]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T22:34:48.3965500Z [00:01:47.918]➜  go: downloading github.com/charmbracelet/x/xpty v0.1.2
2025-08-20T22:34:48.3965979Z [00:01:47.918]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T22:34:48.4155582Z [00:01:47.937]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20241029204245-3ef5e7b1ea37
2025-08-20T22:34:48.4156184Z [00:01:47.937]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:34:48.4697611Z [00:01:47.991]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T22:34:48.4698253Z [00:01:47.991]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T22:34:48.4742751Z [00:01:47.996]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T22:34:48.4946373Z [00:01:48.016]➜  go: downloading github.com/charmbracelet/x/exp/charmtone v0.0.0-20250603201427-c31516f43444
2025-08-20T22:34:48.5111277Z [00:01:48.032]➜  go: downloading github.com/muesli/mango-cobra v1.2.0
2025-08-20T22:34:48.5270274Z [00:01:48.048]➜  go: downloading github.com/muesli/roff v0.1.0
2025-08-20T22:34:48.5280775Z [00:01:48.049]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T22:34:48.5473196Z [00:01:48.069]➜  go: downloading golang.org/x/text v0.24.0
2025-08-20T22:34:48.5946344Z [00:01:48.116]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T22:34:48.6138761Z [00:01:48.135]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T22:34:48.6237441Z [00:01:48.145]➜  go: downloading github.com/charmbracelet/x/conpty v0.1.0
2025-08-20T22:34:48.6396205Z [00:01:48.161]➜  go: downloading github.com/charmbracelet/x/termios v0.1.1
2025-08-20T22:34:48.6541323Z [00:01:48.175]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T22:34:48.6723081Z [00:01:48.194]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T22:34:48.6990384Z [00:01:48.220]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T22:34:48.6990912Z [00:01:48.220]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T22:34:48.7592232Z [00:01:48.280]➜  go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
2025-08-20T22:34:48.8556832Z [00:01:48.377]➜  go: downloading github.com/muesli/mango v0.1.0
2025-08-20T22:34:48.8557355Z [00:01:48.377]➜  go: downloading github.com/muesli/mango-pflag v0.1.0
2025-08-20T22:34:48.8677369Z [00:01:48.389]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T22:34:48.8742774Z [00:01:48.395]➜  go: downloading github.com/charmbracelet/x/errors v0.0.0-20240508181413-e8d8b6e2de86
2025-08-20T22:34:48.8897642Z [00:01:48.411]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:34:48.8908616Z [00:01:48.412]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:34:48.9186085Z [00:01:48.440]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:34:48.9326210Z [00:01:48.454]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T22:34:48.9787084Z [00:01:48.500]➜  + go generate ./...
2025-08-20T22:34:48.9951721Z [00:01:48.516]➜  + 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/sequin
2025-08-20T22:34:48.9971566Z [00:01:48.518]➜  WORK=/tmp/go-build917649677
2025-08-20T22:34:49.0063190Z [00:01:48.528]➜  # get https://proxy.golang.org/github.com/charmbracelet/fang/@v/v0.3.0.info
2025-08-20T22:34:49.0063901Z [00:01:48.528]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/v2/@v/v2.0.0-beta1.info
2025-08-20T22:34:49.0072181Z [00:01:48.529]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info
2025-08-20T22:34:49.0073529Z [00:01:48.529]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info
2025-08-20T22:34:49.0388190Z [00:01:48.560]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info: 200 OK (0.032s)
2025-08-20T22:34:49.0396107Z [00:01:48.561]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info: 200 OK (0.033s)
2025-08-20T22:34:49.0399763Z [00:01:48.561]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T22:34:49.0400378Z [00:01:48.561]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info
2025-08-20T22:34:49.0408617Z [00:01:48.562]➜  # get https://proxy.golang.org/github.com/charmbracelet/fang/@v/v0.3.0.info: 200 OK (0.035s)
2025-08-20T22:34:49.0413283Z [00:01:48.563]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/v2/@v/v2.0.0-beta1.info: 200 OK (0.035s)
2025-08-20T22:34:49.0414505Z [00:01:48.563]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T22:34:49.0484508Z [00:01:48.570]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.008s)
2025-08-20T22:34:49.0487198Z [00:01:48.570]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T22:34:49.0493385Z [00:01:48.571]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info: 200 OK (0.009s)
2025-08-20T22:34:49.0504445Z [00:01:48.572]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.009s)
2025-08-20T22:34:49.0505090Z [00:01:48.572]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T22:34:49.0506417Z [00:01:48.572]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T22:34:49.0562140Z [00:01:48.578]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0566969Z [00:01:48.578]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T22:34:49.0567596Z [00:01:48.578]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T22:34:49.0594319Z [00:01:48.581]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.009s)
2025-08-20T22:34:49.0598344Z [00:01:48.581]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T22:34:49.0614847Z [00:01:48.583]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.011s)
2025-08-20T22:34:49.0620068Z [00:01:48.583]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info
2025-08-20T22:34:49.0642254Z [00:01:48.586]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.008s)
2025-08-20T22:34:49.0650460Z [00:01:48.586]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.008s)
2025-08-20T22:34:49.0661230Z [00:01:48.587]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/charmtone/@v/v0.0.0-20250603201427-c31516f43444.info
2025-08-20T22:34:49.0666775Z [00:01:48.588]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info
2025-08-20T22:34:49.0673762Z [00:01:48.589]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.007s)
2025-08-20T22:34:49.0675505Z [00:01:48.589]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info
2025-08-20T22:34:49.0680217Z [00:01:48.589]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T22:34:49.0697920Z [00:01:48.591]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0732167Z [00:01:48.595]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/charmtone/@v/v0.0.0-20250603201427-c31516f43444.info: 200 OK (0.008s)
2025-08-20T22:34:49.0734789Z [00:01:48.595]➜  # get https://proxy.golang.org/github.com/muesli/mango-cobra/@v/v1.2.0.info
2025-08-20T22:34:49.0762158Z [00:01:48.598]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info: 200 OK (0.010s)
2025-08-20T22:34:49.0764860Z [00:01:48.598]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info
2025-08-20T22:34:49.0782739Z [00:01:48.600]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info: 200 OK (0.011s)
2025-08-20T22:34:49.0788284Z [00:01:48.600]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.010s)
2025-08-20T22:34:49.0788986Z [00:01:48.600]➜  # get https://proxy.golang.org/github.com/muesli/roff/@v/v0.1.0.info
2025-08-20T22:34:49.0789744Z [00:01:48.600]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.24.0.info
2025-08-20T22:34:49.0817230Z [00:01:48.603]➜  # get https://proxy.golang.org/github.com/muesli/mango-cobra/@v/v1.2.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0817893Z [00:01:48.603]➜  # get https://proxy.golang.org/github.com/muesli/mango/@v/v0.1.0.info
2025-08-20T22:34:49.0847327Z [00:01:48.606]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info: 200 OK (0.008s)
2025-08-20T22:34:49.0862962Z [00:01:48.608]➜  # get https://proxy.golang.org/github.com/muesli/roff/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0866466Z [00:01:48.608]➜  # get https://proxy.golang.org/github.com/muesli/mango-pflag/@v/v0.1.0.info
2025-08-20T22:34:49.0867132Z [00:01:48.608]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.24.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0891266Z [00:01:48.610]➜  # get https://proxy.golang.org/github.com/muesli/mango/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T22:34:49.0942399Z [00:01:48.616]➜  # get https://proxy.golang.org/github.com/muesli/mango-pflag/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T22:34:49.0955931Z [00:01:48.617]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.0956326Z [00:01:48.617]➜  git status --porcelain
2025-08-20T22:34:49.0993800Z [00:01:48.621]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.0994280Z [00:01:48.621]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:34:49.1005854Z [00:01:48.622]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git config extensions.objectformat
2025-08-20T22:34:49.1015328Z [00:01:48.623]➜  0.001s # cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git config extensions.objectformat
2025-08-20T22:34:49.1016246Z [00:01:48.623]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9abf8204920665ffe2be3a9a8326b30 --
2025-08-20T22:34:49.1028225Z [00:01:48.624]➜  0.001s # cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9abf8204920665ffe2be3a9a8326b30 --
2025-08-20T22:34:49.1029461Z [00:01:48.624]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ebbc320b9abf8204920665ffe2be3a9a8326b30
2025-08-20T22:34:49.1051615Z [00:01:48.626]➜  0.002s # cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ebbc320b9abf8204920665ffe2be3a9a8326b30
2025-08-20T22:34:49.1052615Z [00:01:48.626]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9ab --
2025-08-20T22:34:49.1064888Z [00:01:48.628]➜  0.001s # cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9ab --
2025-08-20T22:34:49.1065750Z [00:01:48.628]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git cat-file blob 4ebbc320b9abf8204920665ffe2be3a9a8326b30:go.mod
2025-08-20T22:34:49.1076858Z [00:01:48.629]➜  0.001s # cd /tmp/tmp.tP3OQCkd5O/TEMPREPO; git cat-file blob 4ebbc320b9abf8204920665ffe2be3a9a8326b30:go.mod
2025-08-20T22:34:49.1107733Z [00:01:48.632]➜  internal/goarch
2025-08-20T22:34:49.1113399Z [00:01:48.633]➜  mkdir -p $WORK/b006/
2025-08-20T22:34:49.1114256Z [00:01:48.633]➜  internal/byteorder
2025-08-20T22:34:49.1114804Z [00:01:48.633]➜  mkdir -p $WORK/b012/
2025-08-20T22:34:49.1115133Z [00:01:48.633]➜  internal/unsafeheader
2025-08-20T22:34:49.1115399Z [00:01:48.633]➜  mkdir -p $WORK/b008/
2025-08-20T22:34:49.1115745Z [00:01:48.633]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:34:49.1116161Z [00:01:48.633]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:34:49.1118893Z [00:01:48.633]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1122827Z [00:01:48.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:34:49.1125908Z [00:01:48.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:34:49.1128058Z [00:01:48.633]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:34:49.1131136Z [00:01:48.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:34:49.1146323Z [00:01:48.636]➜  internal/cpu
2025-08-20T22:34:49.1146905Z [00:01:48.636]➜  mkdir -p $WORK/b011/
2025-08-20T22:34:49.1147869Z [00:01:48.636]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:34:49.1148373Z [00:01:48.636]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:34:49.1149767Z [00:01:48.636]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:34:49.1183822Z [00:01:48.640]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:34:49.1192086Z [00:01:48.641]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1195617Z [00:01:48.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T22:34:49.1208894Z [00:01:48.642]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:34:49.1209777Z [00:01:48.642]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:34:49.1210359Z [00:01:48.642]➜  internal/coverage/rtcov
2025-08-20T22:34:49.1210635Z [00:01:48.642]➜  mkdir -p $WORK/b014/
2025-08-20T22:34:49.1210984Z [00:01:48.642]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:34:49.1212707Z [00:01:48.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:34:49.1263726Z [00:01:48.648]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:34:49.1273273Z [00:01:48.648]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:34:49.1278457Z [00:01:48.649]➜  internal/abi
2025-08-20T22:34:49.1278853Z [00:01:48.649]➜  mkdir -p $WORK/b005/
2025-08-20T22:34:49.1281343Z [00:01:48.649]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:34:49.1281677Z [00:01:48.649]➜  cd /root/.go/src/internal/abi
2025-08-20T22:34:49.1282715Z [00:01:48.649]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:34:49.1290634Z [00:01:48.649]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:34:49.1291351Z [00:01:48.650]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:34:49.1291895Z [00:01:48.650]➜  internal/godebugs
2025-08-20T22:34:49.1292451Z [00:01:48.650]➜  mkdir -p $WORK/b015/
2025-08-20T22:34:49.1292932Z [00:01:48.650]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:34:49.1294008Z [00:01:48.651]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1299086Z [00:01:48.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:34:49.1306706Z [00:01:48.652]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:34:49.1308127Z [00:01:48.652]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:34:49.1314196Z [00:01:48.653]➜  cat >/tmp/go-build917649677/b005/importcfg << 'EOF' # internal
2025-08-20T22:34:49.1315167Z [00:01:48.653]➜  # import config
2025-08-20T22:34:49.1315936Z [00:01:48.653]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.1317629Z [00:01:48.653]➜  EOF
2025-08-20T22:34:49.1323032Z [00:01:48.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:34:49.1332688Z [00:01:48.653]➜  internal/goexperiment
2025-08-20T22:34:49.1332995Z [00:01:48.653]➜  mkdir -p $WORK/b016/
2025-08-20T22:34:49.1333345Z [00:01:48.653]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:34:49.1340548Z [00:01:48.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:34:49.1417937Z [00:01:48.663]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:34:49.1418673Z [00:01:48.663]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:34:49.1428265Z [00:01:48.664]➜  internal/goos
2025-08-20T22:34:49.1428591Z [00:01:48.664]➜  mkdir -p $WORK/b017/
2025-08-20T22:34:49.1428956Z [00:01:48.664]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:34:49.1431013Z [00:01:48.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:34:49.1432660Z [00:01:48.664]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:34:49.1433327Z [00:01:48.664]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:34:49.1433891Z [00:01:48.664]➜  internal/profilerecord
2025-08-20T22:34:49.1434159Z [00:01:48.664]➜  mkdir -p $WORK/b018/
2025-08-20T22:34:49.1434561Z [00:01:48.665]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:34:49.1436909Z [00:01:48.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:34:49.1466875Z [00:01:48.668]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:34:49.1468349Z [00:01:48.668]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:34:49.1503589Z [00:01:48.672]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:34:49.1510145Z [00:01:48.672]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:34:49.1510813Z [00:01:48.672]➜  internal/runtime/math
2025-08-20T22:34:49.1511088Z [00:01:48.672]➜  mkdir -p $WORK/b022/
2025-08-20T22:34:49.1512565Z [00:01:48.673]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:34:49.1519697Z [00:01:48.673]➜  cat >/tmp/go-build917649677/b022/importcfg << 'EOF' # internal
2025-08-20T22:34:49.1520092Z [00:01:48.673]➜  # import config
2025-08-20T22:34:49.1520469Z [00:01:48.673]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.1520811Z [00:01:48.673]➜  EOF
2025-08-20T22:34:49.1521060Z [00:01:48.673]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1522712Z [00:01:48.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:34:49.1538225Z [00:01:48.675]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:34:49.1546561Z [00:01:48.675]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T22:34:49.1547914Z [00:01:48.675]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:34:49.1549285Z [00:01:48.676]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:34:49.1551594Z [00:01:48.677]➜  internal/bytealg
2025-08-20T22:34:49.1552669Z [00:01:48.677]➜  mkdir -p $WORK/b010/
2025-08-20T22:34:49.1555920Z [00:01:48.677]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:34:49.1557660Z [00:01:48.677]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:34:49.1560600Z [00:01:48.677]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:34:49.1585608Z [00:01:48.680]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:34:49.1595597Z [00:01:48.681]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:34:49.1597937Z [00:01:48.681]➜  cat >/tmp/go-build917649677/b010/importcfg << 'EOF' # internal
2025-08-20T22:34:49.1600187Z [00:01:48.681]➜  # import config
2025-08-20T22:34:49.1611213Z [00:01:48.681]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:49.1612071Z [00:01:48.681]➜  EOF
2025-08-20T22:34:49.1612669Z [00:01:48.681]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1615931Z [00:01:48.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:34:49.1622899Z [00:01:48.684]➜  internal/chacha8rand
2025-08-20T22:34:49.1623490Z [00:01:48.684]➜  mkdir -p $WORK/b013/
2025-08-20T22:34:49.1631042Z [00:01:48.684]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:34:49.1632016Z [00:01:48.684]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:34:49.1634086Z [00:01:48.684]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T22:34:49.1640968Z [00:01:48.685]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:34:49.1645804Z [00:01:48.686]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:34:49.1651121Z [00:01:48.686]➜  internal/runtime/atomic
2025-08-20T22:34:49.1653074Z [00:01:48.687]➜  mkdir -p $WORK/b019/
2025-08-20T22:34:49.1654279Z [00:01:48.687]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:34:49.1655146Z [00:01:48.687]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:34:49.1656838Z [00:01:48.687]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T22:34:49.1682744Z [00:01:48.690]➜  cat >/tmp/go-build917649677/b013/importcfg << 'EOF' # internal
2025-08-20T22:34:49.1683764Z [00:01:48.690]➜  # import config
2025-08-20T22:34:49.1684302Z [00:01:48.690]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:49.1684802Z [00:01:48.690]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:49.1685269Z [00:01:48.690]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.1685606Z [00:01:48.690]➜  EOF
2025-08-20T22:34:49.1686759Z [00:01:48.690]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.1689691Z [00:01:48.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:34:49.1702105Z [00:01:48.692]➜  cat >/tmp/go-build917649677/b019/importcfg << 'EOF' # internal
2025-08-20T22:34:49.1702573Z [00:01:48.692]➜  # import config
2025-08-20T22:34:49.1706160Z [00:01:48.692]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:49.1706733Z [00:01:48.692]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.1707086Z [00:01:48.692]➜  EOF
2025-08-20T22:34:49.1714395Z [00:01:48.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:34:49.1775337Z [00:01:48.699]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:34:49.1776882Z [00:01:48.699]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T22:34:49.1825947Z [00:01:48.704]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T22:34:49.1854241Z [00:01:48.707]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T22:34:49.1944987Z [00:01:48.716]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T22:34:49.2002214Z [00:01:48.721]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:34:49.2020648Z [00:01:48.723]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:34:49.2023524Z [00:01:48.723]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:34:49.2058508Z [00:01:48.727]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T22:34:49.2059046Z [00:01:48.727]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:34:49.2062740Z [00:01:48.728]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:34:49.2064977Z [00:01:48.728]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:34:49.2073225Z [00:01:48.729]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:34:49.2078773Z [00:01:48.729]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:34:49.2079787Z [00:01:48.729]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T22:34:49.2080490Z [00:01:48.729]➜  internal/runtime/strconv
2025-08-20T22:34:49.2083250Z [00:01:48.729]➜  mkdir -p $WORK/b021/
2025-08-20T22:34:49.2083763Z [00:01:48.730]➜  cat >/tmp/go-build917649677/b021/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2085772Z [00:01:48.730]➜  # import config
2025-08-20T22:34:49.2086177Z [00:01:48.730]➜  packagefile internal/runtime/math=/tmp/go-build917649677/b022/_pkg_.a
2025-08-20T22:34:49.2086542Z [00:01:48.730]➜  EOF
2025-08-20T22:34:49.2087706Z [00:01:48.730]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:34:49.2092431Z [00:01:48.730]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:34:49.2095568Z [00:01:48.731]➜  internal/runtime/syscall
2025-08-20T22:34:49.2096847Z [00:01:48.731]➜  mkdir -p $WORK/b023/
2025-08-20T22:34:49.2098377Z [00:01:48.731]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:34:49.2099947Z [00:01:48.731]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:34:49.2102756Z [00:01:48.731]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T22:34:49.2103899Z [00:01:48.732]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2105604Z [00:01:48.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:34:49.2144456Z [00:01:48.736]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:34:49.2145525Z [00:01:48.736]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T22:34:49.2146588Z [00:01:48.736]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:34:49.2152710Z [00:01:48.737]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:34:49.2153391Z [00:01:48.737]➜  internal/runtime/exithook
2025-08-20T22:34:49.2153681Z [00:01:48.737]➜  mkdir -p $WORK/b024/
2025-08-20T22:34:49.2154049Z [00:01:48.737]➜  cat >/tmp/go-build917649677/b024/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2154393Z [00:01:48.737]➜  # import config
2025-08-20T22:34:49.2154788Z [00:01:48.737]➜  packagefile internal/runtime/atomic=/tmp/go-build917649677/b019/_pkg_.a
2025-08-20T22:34:49.2155451Z [00:01:48.737]➜  EOF
2025-08-20T22:34:49.2155780Z [00:01:48.737]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2157499Z [00:01:48.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:34:49.2182949Z [00:01:48.740]➜  cat >/tmp/go-build917649677/b023/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2183745Z [00:01:48.740]➜  # import config
2025-08-20T22:34:49.2184169Z [00:01:48.740]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.2184512Z [00:01:48.740]➜  EOF
2025-08-20T22:34:49.2187427Z [00:01:48.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:34:49.2273810Z [00:01:48.746]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:34:49.2274569Z [00:01:48.748]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:34:49.2275113Z [00:01:48.749]➜  internal/runtime/gc
2025-08-20T22:34:49.2275374Z [00:01:48.749]➜  mkdir -p $WORK/b025/
2025-08-20T22:34:49.2275745Z [00:01:48.749]➜  cat >/tmp/go-build917649677/b025/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2276106Z [00:01:48.749]➜  # import config
2025-08-20T22:34:49.2276472Z [00:01:48.749]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.2276809Z [00:01:48.749]➜  EOF
2025-08-20T22:34:49.2278660Z [00:01:48.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:34:49.2370279Z [00:01:48.758]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:34:49.2373973Z [00:01:48.759]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:34:49.2378148Z [00:01:48.759]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:34:49.2379102Z [00:01:48.759]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:34:49.2388832Z [00:01:48.760]➜  internal/msan
2025-08-20T22:34:49.2389251Z [00:01:48.760]➜  mkdir -p $WORK/b028/
2025-08-20T22:34:49.2390790Z [00:01:48.760]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:34:49.2393376Z [00:01:48.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:34:49.2415112Z [00:01:48.763]➜  internal/asan
2025-08-20T22:34:49.2415724Z [00:01:48.763]➜  mkdir -p $WORK/b027/
2025-08-20T22:34:49.2443532Z [00:01:48.766]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:34:49.2445295Z [00:01:48.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:34:49.2509375Z [00:01:48.772]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:34:49.2516113Z [00:01:48.772]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:34:49.2536235Z [00:01:48.775]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:34:49.2540884Z [00:01:48.775]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:34:49.2543240Z [00:01:48.776]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T22:34:49.2544327Z [00:01:48.776]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:34:49.2547157Z [00:01:48.776]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:34:49.2549588Z [00:01:48.776]➜  internal/runtime/cgroup
2025-08-20T22:34:49.2550518Z [00:01:48.776]➜  mkdir -p $WORK/b020/
2025-08-20T22:34:49.2553973Z [00:01:48.777]➜  cat >/tmp/go-build917649677/b020/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2554800Z [00:01:48.777]➜  # import config
2025-08-20T22:34:49.2555756Z [00:01:48.777]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:49.2556403Z [00:01:48.777]➜  packagefile internal/runtime/strconv=/tmp/go-build917649677/b021/_pkg_.a
2025-08-20T22:34:49.2556968Z [00:01:48.777]➜  packagefile internal/runtime/syscall=/tmp/go-build917649677/b023/_pkg_.a
2025-08-20T22:34:49.2557344Z [00:01:48.777]➜  EOF
2025-08-20T22:34:49.2558492Z [00:01:48.777]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2561084Z [00:01:48.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:34:49.2566673Z [00:01:48.778]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:34:49.2576840Z [00:01:48.779]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:34:49.2577470Z [00:01:48.779]➜  internal/stringslite
2025-08-20T22:34:49.2577743Z [00:01:48.779]➜  mkdir -p $WORK/b031/
2025-08-20T22:34:49.2579571Z [00:01:48.779]➜  cat >/tmp/go-build917649677/b031/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2580023Z [00:01:48.779]➜  # import config
2025-08-20T22:34:49.2580395Z [00:01:48.779]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:49.2580740Z [00:01:48.779]➜  EOF
2025-08-20T22:34:49.2580965Z [00:01:48.779]➜  internal/runtime/sys
2025-08-20T22:34:49.2581235Z [00:01:48.779]➜  mkdir -p $WORK/b030/
2025-08-20T22:34:49.2583075Z [00:01:48.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:34:49.2584852Z [00:01:48.779]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:34:49.2585205Z [00:01:48.779]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:34:49.2586649Z [00:01:48.779]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:34:49.2604582Z [00:01:48.781]➜  cat >/tmp/go-build917649677/b030/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2605026Z [00:01:48.781]➜  # import config
2025-08-20T22:34:49.2605396Z [00:01:48.781]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:49.2605885Z [00:01:48.782]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.2606358Z [00:01:48.782]➜  packagefile internal/goos=/tmp/go-build917649677/b017/_pkg_.a
2025-08-20T22:34:49.2606689Z [00:01:48.782]➜  EOF
2025-08-20T22:34:49.2606933Z [00:01:48.782]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2610286Z [00:01:48.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:34:49.2621879Z [00:01:48.783]➜  cd /root/.go/src/internal/abi
2025-08-20T22:34:49.2629581Z [00:01:48.784]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:34:49.2650257Z [00:01:48.786]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:34:49.2706209Z [00:01:48.792]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:34:49.2731646Z [00:01:48.794]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:34:49.2733522Z [00:01:48.795]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:34:49.2734946Z [00:01:48.795]➜  internal/race
2025-08-20T22:34:49.2735790Z [00:01:48.795]➜  mkdir -p $WORK/b029/
2025-08-20T22:34:49.2739456Z [00:01:48.795]➜  cat >/tmp/go-build917649677/b029/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2740422Z [00:01:48.795]➜  # import config
2025-08-20T22:34:49.2741146Z [00:01:48.795]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:49.2742039Z [00:01:48.795]➜  EOF
2025-08-20T22:34:49.2742593Z [00:01:48.796]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2744756Z [00:01:48.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:34:49.2747117Z [00:01:48.796]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:34:49.2770894Z [00:01:48.798]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:34:49.2772794Z [00:01:48.799]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T22:34:49.2777487Z [00:01:48.799]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:34:49.2781967Z [00:01:48.800]➜  internal/trace/tracev2
2025-08-20T22:34:49.2783137Z [00:01:48.800]➜  mkdir -p $WORK/b032/
2025-08-20T22:34:49.2786264Z [00:01:48.800]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:34:49.2788079Z [00:01:48.800]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2791036Z [00:01:48.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:34:49.2843255Z [00:01:48.805]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:34:49.2847024Z [00:01:48.805]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:34:49.2880922Z [00:01:48.809]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:34:49.2882139Z [00:01:48.810]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T22:34:49.2883145Z [00:01:48.810]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:34:49.2885594Z [00:01:48.810]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:34:49.2895385Z [00:01:48.811]➜  sync/atomic
2025-08-20T22:34:49.2897330Z [00:01:48.811]➜  mkdir -p $WORK/b036/
2025-08-20T22:34:49.2899052Z [00:01:48.811]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T22:34:49.2899808Z [00:01:48.811]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:34:49.2901110Z [00:01:48.811]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T22:34:49.2903121Z [00:01:48.811]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:34:49.2904123Z [00:01:48.811]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:34:49.2905972Z [00:01:48.812]➜  internal/runtime/maps
2025-08-20T22:34:49.2906260Z [00:01:48.812]➜  mkdir -p $WORK/b026/
2025-08-20T22:34:49.2906652Z [00:01:48.812]➜  cat >/tmp/go-build917649677/b026/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2907011Z [00:01:48.812]➜  # import config
2025-08-20T22:34:49.2907367Z [00:01:48.812]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:49.2907829Z [00:01:48.812]➜  packagefile internal/asan=/tmp/go-build917649677/b027/_pkg_.a
2025-08-20T22:34:49.2909871Z [00:01:48.812]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.2913224Z [00:01:48.812]➜  packagefile internal/msan=/tmp/go-build917649677/b028/_pkg_.a
2025-08-20T22:34:49.2914043Z [00:01:48.812]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:49.2914611Z [00:01:48.812]➜  packagefile internal/runtime/math=/tmp/go-build917649677/b022/_pkg_.a
2025-08-20T22:34:49.2921284Z [00:01:48.812]➜  packagefile internal/runtime/sys=/tmp/go-build917649677/b030/_pkg_.a
2025-08-20T22:34:49.2921719Z [00:01:48.812]➜  EOF
2025-08-20T22:34:49.2921976Z [00:01:48.812]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.2925239Z [00:01:48.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:34:49.2928360Z [00:01:48.813]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:34:49.2928894Z [00:01:48.813]➜  internal/synctest
2025-08-20T22:34:49.2929701Z [00:01:48.813]➜  mkdir -p $WORK/b037/
2025-08-20T22:34:49.2930109Z [00:01:48.814]➜  cat >/tmp/go-build917649677/b037/importcfg << 'EOF' # internal
2025-08-20T22:34:49.2930452Z [00:01:48.814]➜  # import config
2025-08-20T22:34:49.2930808Z [00:01:48.814]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:49.2931137Z [00:01:48.814]➜  EOF
2025-08-20T22:34:49.2932664Z [00:01:48.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:34:49.2955951Z [00:01:48.817]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T22:34:49.2958065Z [00:01:48.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:34:49.2973119Z [00:01:48.818]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:34:49.2977776Z [00:01:48.819]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:34:49.2979949Z [00:01:48.819]➜  math/bits
2025-08-20T22:34:49.2980247Z [00:01:48.819]➜  mkdir -p $WORK/b039/
2025-08-20T22:34:49.2980626Z [00:01:48.819]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T22:34:49.2994426Z [00:01:48.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:34:49.3040551Z [00:01:48.825]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:34:49.3045339Z [00:01:48.826]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:34:49.3046743Z [00:01:48.826]➜  unicode
2025-08-20T22:34:49.3046994Z [00:01:48.826]➜  mkdir -p $WORK/b040/
2025-08-20T22:34:49.3048749Z [00:01:48.826]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:34:49.3053040Z [00:01:48.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b040=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:34:49.3272160Z [00:01:48.848]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:34:49.3291939Z [00:01:48.850]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:34:49.3293222Z [00:01:48.850]➜  unicode/utf8
2025-08-20T22:34:49.3294159Z [00:01:48.850]➜  mkdir -p $WORK/b041/
2025-08-20T22:34:49.3295062Z [00:01:48.850]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:34:49.3296699Z [00:01:48.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:34:49.3313026Z [00:01:48.853]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:34:49.3321658Z [00:01:48.853]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b036/asm.o ./asm.s
2025-08-20T22:34:49.3352877Z [00:01:48.856]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T22:34:49.3354275Z [00:01:48.857]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:34:49.3371663Z [00:01:48.858]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:34:49.3372314Z [00:01:48.858]➜  internal/sync
2025-08-20T22:34:49.3377018Z [00:01:48.859]➜  mkdir -p $WORK/b035/
2025-08-20T22:34:49.3386335Z [00:01:48.860]➜  cat >/tmp/go-build917649677/b035/importcfg << 'EOF' # internal
2025-08-20T22:34:49.3392386Z [00:01:48.860]➜  # import config
2025-08-20T22:34:49.3393170Z [00:01:48.860]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:49.3395218Z [00:01:48.860]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.3395845Z [00:01:48.860]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:49.3396312Z [00:01:48.860]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:49.3396639Z [00:01:48.860]➜  EOF
2025-08-20T22:34:49.3396882Z [00:01:48.860]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.3398698Z [00:01:48.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:34:49.3550564Z [00:01:48.876]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:34:49.3557125Z [00:01:48.877]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:34:49.3558091Z [00:01:48.877]➜  internal/itoa
2025-08-20T22:34:49.3558420Z [00:01:48.877]➜  mkdir -p $WORK/b047/
2025-08-20T22:34:49.3562556Z [00:01:48.878]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T22:34:49.3564591Z [00:01:48.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b047=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:34:49.3595932Z [00:01:48.881]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:34:49.3596858Z [00:01:48.881]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:34:49.3604217Z [00:01:48.882]➜  cmp
2025-08-20T22:34:49.3604537Z [00:01:48.882]➜  mkdir -p $WORK/b050/
2025-08-20T22:34:49.3608083Z [00:01:48.882]➜  echo '# import config' > $WORK/b050/importcfg # internal
2025-08-20T22:34:49.3624271Z [00:01:48.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b050=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:34:49.3680149Z [00:01:48.889]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:34:49.3685640Z [00:01:48.890]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:34:49.3724843Z [00:01:48.894]➜  math
2025-08-20T22:34:49.3725638Z [00:01:48.894]➜  mkdir -p $WORK/b053/
2025-08-20T22:34:49.3726193Z [00:01:48.894]➜  echo -n > $WORK/b053/go_asm.h # internal
2025-08-20T22:34:49.3726689Z [00:01:48.894]➜  cd /root/.go/src/math
2025-08-20T22:34:49.3728642Z [00:01:48.894]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b053/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:34:49.3736162Z [00:01:48.895]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:34:49.3738945Z [00:01:48.895]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:34:49.3741376Z [00:01:48.895]➜  encoding
2025-08-20T22:34:49.3741626Z [00:01:48.895]➜  mkdir -p $WORK/b073/
2025-08-20T22:34:49.3741975Z [00:01:48.895]➜  echo '# import config' > $WORK/b073/importcfg # internal
2025-08-20T22:34:49.3742340Z [00:01:48.896]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.3743761Z [00:01:48.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b073=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:34:49.3769304Z [00:01:48.898]➜  cat >/tmp/go-build917649677/b053/importcfg << 'EOF' # internal
2025-08-20T22:34:49.3770292Z [00:01:48.898]➜  # import config
2025-08-20T22:34:49.3771286Z [00:01:48.898]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:49.3771701Z [00:01:48.898]➜  EOF
2025-08-20T22:34:49.3778435Z [00:01:48.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b053/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack -asmhdr $WORK/b053/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:34:49.3947359Z [00:01:48.916]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:34:49.3971250Z [00:01:48.917]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:34:49.3971860Z [00:01:48.917]➜  unicode/utf16
2025-08-20T22:34:49.3972118Z [00:01:48.917]➜  mkdir -p $WORK/b074/
2025-08-20T22:34:49.3972473Z [00:01:48.917]➜  echo '# import config' > $WORK/b074/importcfg # internal
2025-08-20T22:34:49.3974076Z [00:01:48.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b074=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:34:49.4185533Z [00:01:48.940]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:34:49.4213326Z [00:01:48.941]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:34:49.4213971Z [00:01:48.941]➜  image/color
2025-08-20T22:34:49.4214222Z [00:01:48.941]➜  mkdir -p $WORK/b075/
2025-08-20T22:34:49.4214572Z [00:01:48.942]➜  echo '# import config' > $WORK/b075/importcfg # internal
2025-08-20T22:34:49.4232967Z [00:01:48.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b075=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T22:34:49.4292012Z [00:01:48.950]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:34:49.4309094Z [00:01:48.952]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:34:49.4364323Z [00:01:48.958]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:34:49.4376658Z [00:01:48.959]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:34:49.4401337Z [00:01:48.961]➜  github.com/rivo/uniseg
2025-08-20T22:34:49.4414097Z [00:01:48.963]➜  mkdir -p $WORK/b078/
2025-08-20T22:34:49.4430213Z [00:01:48.963]➜  cat >/tmp/go-build917649677/b078/importcfg << 'EOF' # internal
2025-08-20T22:34:49.4430961Z [00:01:48.963]➜  # import config
2025-08-20T22:34:49.4431404Z [00:01:48.963]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:49.4431744Z [00:01:48.963]➜  EOF
2025-08-20T22:34:49.4437217Z [00:01:48.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b078=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T22:34:49.4442351Z [00:01:48.964]➜  runtime
2025-08-20T22:34:49.4442586Z [00:01:48.964]➜  mkdir -p $WORK/b009/
2025-08-20T22:34:49.4443704Z [00:01:48.964]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:34:49.4444606Z [00:01:48.964]➜  cd /root/.go/src/runtime
2025-08-20T22:34:49.4446653Z [00:01:48.964]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T22:34:49.4602027Z [00:01:48.981]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:34:49.4609508Z [00:01:48.982]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T22:34:49.4610875Z [00:01:48.982]➜  internal/nettrace
2025-08-20T22:34:49.4611759Z [00:01:48.982]➜  mkdir -p $WORK/b108/
2025-08-20T22:34:49.4614434Z [00:01:48.983]➜  echo '# import config' > $WORK/b108/importcfg # internal
2025-08-20T22:34:49.4616892Z [00:01:48.983]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.4618860Z [00:01:48.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b108=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:34:49.4700568Z [00:01:48.991]➜  cat >/tmp/go-build917649677/b009/importcfg << 'EOF' # internal
2025-08-20T22:34:49.4701713Z [00:01:48.991]➜  # import config
2025-08-20T22:34:49.4702599Z [00:01:48.991]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:49.4705129Z [00:01:48.991]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:49.4706075Z [00:01:48.991]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:49.4707849Z [00:01:48.991]➜  packagefile internal/chacha8rand=/tmp/go-build917649677/b013/_pkg_.a
2025-08-20T22:34:49.4709153Z [00:01:48.991]➜  packagefile internal/coverage/rtcov=/tmp/go-build917649677/b014/_pkg_.a
2025-08-20T22:34:49.4710816Z [00:01:48.991]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:49.4711958Z [00:01:48.991]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:49.4720616Z [00:01:48.991]➜  packagefile internal/godebugs=/tmp/go-build917649677/b015/_pkg_.a
2025-08-20T22:34:49.4721601Z [00:01:48.991]➜  packagefile internal/goexperiment=/tmp/go-build917649677/b016/_pkg_.a
2025-08-20T22:34:49.4722611Z [00:01:48.991]➜  packagefile internal/goos=/tmp/go-build917649677/b017/_pkg_.a
2025-08-20T22:34:49.4723629Z [00:01:48.991]➜  packagefile internal/profilerecord=/tmp/go-build917649677/b018/_pkg_.a
2025-08-20T22:34:49.4724530Z [00:01:48.991]➜  packagefile internal/runtime/atomic=/tmp/go-build917649677/b019/_pkg_.a
2025-08-20T22:34:49.4725215Z [00:01:48.991]➜  packagefile internal/runtime/cgroup=/tmp/go-build917649677/b020/_pkg_.a
2025-08-20T22:34:49.4726211Z [00:01:48.991]➜  packagefile internal/runtime/exithook=/tmp/go-build917649677/b024/_pkg_.a
2025-08-20T22:34:49.4727287Z [00:01:48.991]➜  packagefile internal/runtime/gc=/tmp/go-build917649677/b025/_pkg_.a
2025-08-20T22:34:49.4728008Z [00:01:48.991]➜  packagefile internal/runtime/maps=/tmp/go-build917649677/b026/_pkg_.a
2025-08-20T22:34:49.4729020Z [00:01:48.991]➜  packagefile internal/runtime/math=/tmp/go-build917649677/b022/_pkg_.a
2025-08-20T22:34:49.4730922Z [00:01:48.991]➜  packagefile internal/runtime/strconv=/tmp/go-build917649677/b021/_pkg_.a
2025-08-20T22:34:49.4731955Z [00:01:48.991]➜  packagefile internal/runtime/sys=/tmp/go-build917649677/b030/_pkg_.a
2025-08-20T22:34:49.4732859Z [00:01:48.991]➜  packagefile internal/runtime/syscall=/tmp/go-build917649677/b023/_pkg_.a
2025-08-20T22:34:49.4733869Z [00:01:48.991]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:49.4734633Z [00:01:48.991]➜  packagefile internal/trace/tracev2=/tmp/go-build917649677/b032/_pkg_.a
2025-08-20T22:34:49.4735393Z [00:01:48.991]➜  EOF
2025-08-20T22:34:49.4765819Z [00:01:48.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:34:49.4792222Z [00:01:49.001]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:34:49.4796697Z [00:01:49.001]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:34:49.4914649Z [00:01:49.013]➜  cd /root/.go/src/math
2025-08-20T22:34:49.4916117Z [00:01:49.013]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b053/dim_arm64.o ./dim_arm64.s
2025-08-20T22:34:49.4939661Z [00:01:49.015]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b053/exp_arm64.o ./exp_arm64.s
2025-08-20T22:34:49.4977919Z [00:01:49.019]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b053/floor_arm64.o ./floor_arm64.s
2025-08-20T22:34:49.5000676Z [00:01:49.021]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b053/modf_arm64.o ./modf_arm64.s
2025-08-20T22:34:49.5022353Z [00:01:49.024]➜  go tool pack r $WORK/b053/_pkg_.a $WORK/b053/dim_arm64.o $WORK/b053/exp_arm64.o $WORK/b053/floor_arm64.o $WORK/b053/modf_arm64.o # internal
2025-08-20T22:34:49.5023645Z [00:01:49.024]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:34:49.5038754Z [00:01:49.025]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:34:49.5040383Z [00:01:49.025]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T22:34:49.5041644Z [00:01:49.026]➜  mkdir -p $WORK/b069/
2025-08-20T22:34:49.5045607Z [00:01:49.026]➜  cat >/tmp/go-build917649677/b069/importcfg << 'EOF' # internal
2025-08-20T22:34:49.5046539Z [00:01:49.026]➜  # import config
2025-08-20T22:34:49.5047431Z [00:01:49.026]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:49.5047966Z [00:01:49.026]➜  EOF
2025-08-20T22:34:49.5048412Z [00:01:49.026]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:49.5051889Z [00:01:49.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser=>github.com/charmbracelet/x/ansi@v0.10.1/parser;$WORK/b069=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid ncQdDPeiTHasKS0gLfQu/ncQdDPeiTHasKS0gLfQu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/transition_table.go
2025-08-20T22:34:49.5565350Z [00:01:49.078]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:34:49.5573343Z [00:01:49.079]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/45/45a4fe1c4b670f57288792caf29f05e9077be83750a5b674e12e0dde7b8f3191-d # internal
2025-08-20T22:34:49.6114863Z [00:01:49.133]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:34:49.6133122Z [00:01:49.135]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T22:34:50.9084277Z [00:01:50.430]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T22:34:50.9084963Z [00:01:50.430]➜  cd /root/.go/src/runtime
2025-08-20T22:34:50.9085947Z [00:01:50.430]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:34:50.9107660Z [00:01:50.432]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T22:34:50.9192787Z [00:01:50.441]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:34:50.9211819Z [00:01:50.442]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T22:34:50.9236061Z [00:01:50.445]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:34:50.9259917Z [00:01:50.447]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:34:50.9282389Z [00:01:50.450]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:34:50.9304384Z [00:01:50.452]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:34:50.9339947Z [00:01:50.455]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:34:50.9362064Z [00:01:50.457]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:34:50.9410489Z [00:01:50.462]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T22:34:50.9448612Z [00:01:50.466]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T22:34:50.9450836Z [00:01:50.466]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:34:50.9715906Z [00:01:50.493]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:34:50.9718193Z [00:01:50.493]➜  internal/reflectlite
2025-08-20T22:34:50.9718539Z [00:01:50.493]➜  mkdir -p $WORK/b004/
2025-08-20T22:34:50.9718804Z [00:01:50.493]➜  iter
2025-08-20T22:34:50.9719030Z [00:01:50.493]➜  mkdir -p $WORK/b038/
2025-08-20T22:34:50.9719448Z [00:01:50.493]➜  sync
2025-08-20T22:34:50.9719694Z [00:01:50.493]➜  mkdir -p $WORK/b034/
2025-08-20T22:34:50.9719930Z [00:01:50.493]➜  weak
2025-08-20T22:34:50.9720173Z [00:01:50.493]➜  mkdir -p $WORK/b112/
2025-08-20T22:34:50.9720477Z [00:01:50.493]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:34:50.9720877Z [00:01:50.493]➜  cat >/tmp/go-build917649677/b038/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9721218Z [00:01:50.493]➜  # import config
2025-08-20T22:34:50.9721580Z [00:01:50.493]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:50.9723563Z [00:01:50.493]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:50.9723903Z [00:01:50.493]➜  EOF
2025-08-20T22:34:50.9724158Z [00:01:50.493]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:34:50.9725289Z [00:01:50.493]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:34:50.9726359Z [00:01:50.493]➜  cat >/tmp/go-build917649677/b034/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9726700Z [00:01:50.493]➜  # import config
2025-08-20T22:34:50.9727057Z [00:01:50.493]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:50.9727524Z [00:01:50.493]➜  packagefile internal/sync=/tmp/go-build917649677/b035/_pkg_.a
2025-08-20T22:34:50.9727999Z [00:01:50.493]➜  packagefile internal/synctest=/tmp/go-build917649677/b037/_pkg_.a
2025-08-20T22:34:50.9728464Z [00:01:50.493]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:50.9728901Z [00:01:50.493]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:50.9731291Z [00:01:50.493]➜  EOF
2025-08-20T22:34:50.9731941Z [00:01:50.493]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:50.9734453Z [00:01:50.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:34:50.9737516Z [00:01:50.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b038=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:34:50.9738780Z [00:01:50.495]➜  cat >/tmp/go-build917649677/b112/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9739121Z [00:01:50.495]➜  # import config
2025-08-20T22:34:50.9740325Z [00:01:50.495]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:50.9740870Z [00:01:50.495]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:50.9741191Z [00:01:50.495]➜  EOF
2025-08-20T22:34:50.9742576Z [00:01:50.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b112=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:34:50.9767013Z [00:01:50.498]➜  cat >/tmp/go-build917649677/b004/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9767807Z [00:01:50.498]➜  # import config
2025-08-20T22:34:50.9768327Z [00:01:50.498]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:50.9775703Z [00:01:50.498]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:50.9776482Z [00:01:50.498]➜  packagefile internal/unsafeheader=/tmp/go-build917649677/b008/_pkg_.a
2025-08-20T22:34:50.9777120Z [00:01:50.498]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:50.9777469Z [00:01:50.498]➜  EOF
2025-08-20T22:34:50.9803016Z [00:01:50.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:34:50.9848171Z [00:01:50.505]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:34:50.9851894Z [00:01:50.506]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:34:50.9852444Z [00:01:50.506]➜  slices
2025-08-20T22:34:50.9852674Z [00:01:50.506]➜  mkdir -p $WORK/b049/
2025-08-20T22:34:50.9854927Z [00:01:50.507]➜  cat >/tmp/go-build917649677/b049/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9855671Z [00:01:50.507]➜  # import config
2025-08-20T22:34:50.9857221Z [00:01:50.507]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:50.9858276Z [00:01:50.507]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:50.9858899Z [00:01:50.507]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:50.9859768Z [00:01:50.507]➜  EOF
2025-08-20T22:34:50.9861675Z [00:01:50.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b049=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:34:50.9892213Z [00:01:50.511]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:34:50.9896169Z [00:01:50.511]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:34:50.9897821Z [00:01:50.511]➜  maps
2025-08-20T22:34:50.9898524Z [00:01:50.511]➜  mkdir -p $WORK/b083/
2025-08-20T22:34:50.9911281Z [00:01:50.512]➜  cat >/tmp/go-build917649677/b083/importcfg << 'EOF' # internal
2025-08-20T22:34:50.9911690Z [00:01:50.512]➜  # import config
2025-08-20T22:34:50.9912122Z [00:01:50.512]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:50.9912485Z [00:01:50.512]➜  EOF
2025-08-20T22:34:50.9914213Z [00:01:50.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b083=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:34:51.0050724Z [00:01:50.526]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:34:51.0055196Z [00:01:50.527]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:34:51.0056672Z [00:01:50.527]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:34:51.0058400Z [00:01:50.527]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:34:51.0611529Z [00:01:50.582]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:34:51.0617018Z [00:01:50.583]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:34:51.0618211Z [00:01:50.583]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:34:51.0639376Z [00:01:50.585]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:34:51.0640368Z [00:01:50.585]➜  internal/bisect
2025-08-20T22:34:51.0640632Z [00:01:50.585]➜  mkdir -p $WORK/b045/
2025-08-20T22:34:51.0640999Z [00:01:50.585]➜  cat >/tmp/go-build917649677/b045/importcfg << 'EOF' # internal
2025-08-20T22:34:51.0641338Z [00:01:50.585]➜  # import config
2025-08-20T22:34:51.0641672Z [00:01:50.585]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.0642083Z [00:01:50.585]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.0642525Z [00:01:50.585]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.0642848Z [00:01:50.585]➜  EOF
2025-08-20T22:34:51.0643090Z [00:01:50.585]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.0644642Z [00:01:50.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b045=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:34:51.0645965Z [00:01:50.585]➜  internal/testlog
2025-08-20T22:34:51.0646217Z [00:01:50.585]➜  mkdir -p $WORK/b065/
2025-08-20T22:34:51.0646597Z [00:01:50.585]➜  cat >/tmp/go-build917649677/b065/importcfg << 'EOF' # internal
2025-08-20T22:34:51.0646935Z [00:01:50.585]➜  # import config
2025-08-20T22:34:51.0647259Z [00:01:50.586]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.0647699Z [00:01:50.586]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.0648026Z [00:01:50.586]➜  EOF
2025-08-20T22:34:51.0649837Z [00:01:50.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b065=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:34:51.0651403Z [00:01:50.586]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:34:51.0663922Z [00:01:50.588]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:34:51.0671085Z [00:01:50.588]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:34:51.0672235Z [00:01:50.588]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:34:51.0672861Z [00:01:50.588]➜  errors
2025-08-20T22:34:51.0673104Z [00:01:50.588]➜  mkdir -p $WORK/b003/
2025-08-20T22:34:51.0673471Z [00:01:50.588]➜  cat >/tmp/go-build917649677/b003/importcfg << 'EOF' # internal
2025-08-20T22:34:51.0673811Z [00:01:50.588]➜  # import config
2025-08-20T22:34:51.0674196Z [00:01:50.588]➜  packagefile internal/reflectlite=/tmp/go-build917649677/b004/_pkg_.a
2025-08-20T22:34:51.0674570Z [00:01:50.588]➜  EOF
2025-08-20T22:34:51.0674812Z [00:01:50.588]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.0676407Z [00:01:50.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:34:51.0711927Z [00:01:50.593]➜  runtime/cgo
2025-08-20T22:34:51.0712837Z [00:01:50.593]➜  mkdir -p $WORK/b090/
2025-08-20T22:34:51.0717782Z [00:01:50.593]➜  echo -n > $WORK/b090/preferlinkext # internal
2025-08-20T22:34:51.0718871Z [00:01:50.593]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.0720370Z [00:01:50.593]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b090/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:34:51.0874950Z [00:01:50.609]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:34:51.0881634Z [00:01:50.609]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:34:51.0882677Z [00:01:50.609]➜  sort
2025-08-20T22:34:51.0882994Z [00:01:50.609]➜  mkdir -p $WORK/b081/
2025-08-20T22:34:51.0883390Z [00:01:50.609]➜  cat >/tmp/go-build917649677/b081/importcfg << 'EOF' # internal
2025-08-20T22:34:51.0883741Z [00:01:50.609]➜  # import config
2025-08-20T22:34:51.0884126Z [00:01:50.609]➜  packagefile internal/reflectlite=/tmp/go-build917649677/b004/_pkg_.a
2025-08-20T22:34:51.0884646Z [00:01:50.609]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:51.0885120Z [00:01:50.609]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.0885447Z [00:01:50.609]➜  EOF
2025-08-20T22:34:51.0885696Z [00:01:50.609]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.0887515Z [00:01:50.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b081=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:34:51.0952550Z [00:01:50.617]➜  cd $WORK
2025-08-20T22:34:51.0953567Z [00:01:50.617]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.0971726Z [00:01:50.618]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:34:51.0977026Z [00:01:50.619]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:34:51.1033383Z [00:01:50.625]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:34:51.1041907Z [00:01:50.626]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:34:51.1076503Z [00:01:50.629]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.1191669Z [00:01:50.640]➜  io
2025-08-20T22:34:51.1192058Z [00:01:50.640]➜  mkdir -p $WORK/b033/
2025-08-20T22:34:51.1192435Z [00:01:50.640]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:34:51.1192882Z [00:01:50.640]➜  cat >/tmp/go-build917649677/b033/importcfg << 'EOF' # internal
2025-08-20T22:34:51.1193223Z [00:01:50.640]➜  # import config
2025-08-20T22:34:51.1193556Z [00:01:50.640]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.1193985Z [00:01:50.640]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.1194290Z [00:01:50.640]➜  EOF
2025-08-20T22:34:51.1194536Z [00:01:50.640]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.1196032Z [00:01:50.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b033=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:34:51.1432101Z [00:01:50.664]➜  cd $WORK
2025-08-20T22:34:51.1434921Z [00:01:50.664]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.1574381Z [00:01:50.679]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:34:51.1594621Z [00:01:50.681]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:34:51.1596266Z [00:01:50.681]➜  internal/oserror
2025-08-20T22:34:51.1596645Z [00:01:50.681]➜  mkdir -p $WORK/b048/
2025-08-20T22:34:51.1597033Z [00:01:50.681]➜  cat >/tmp/go-build917649677/b048/importcfg << 'EOF' # internal
2025-08-20T22:34:51.1597407Z [00:01:50.681]➜  # import config
2025-08-20T22:34:51.1597748Z [00:01:50.681]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.1598061Z [00:01:50.681]➜  EOF
2025-08-20T22:34:51.1598330Z [00:01:50.681]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.1600089Z [00:01:50.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b048=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:34:51.1601496Z [00:01:50.681]➜  cd $WORK
2025-08-20T22:34:51.1601960Z [00:01:50.681]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.1635837Z [00:01:50.684]➜  internal/godebug
2025-08-20T22:34:51.1636253Z [00:01:50.684]➜  mkdir -p $WORK/b044/
2025-08-20T22:34:51.1636633Z [00:01:50.684]➜  cat >/tmp/go-build917649677/b044/importcfg << 'EOF' # internal
2025-08-20T22:34:51.1637006Z [00:01:50.684]➜  # import config
2025-08-20T22:34:51.1637393Z [00:01:50.684]➜  packagefile internal/bisect=/tmp/go-build917649677/b045/_pkg_.a
2025-08-20T22:34:51.1637879Z [00:01:50.684]➜  packagefile internal/godebugs=/tmp/go-build917649677/b015/_pkg_.a
2025-08-20T22:34:51.1638332Z [00:01:50.684]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.1638759Z [00:01:50.684]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.1639083Z [00:01:50.684]➜  EOF
2025-08-20T22:34:51.1639503Z [00:01:50.684]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.1641088Z [00:01:50.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b044=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:34:51.1738716Z [00:01:50.695]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:34:51.1743209Z [00:01:50.695]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:34:51.1748431Z [00:01:50.696]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:34:51.1765165Z [00:01:50.698]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:34:51.1778253Z [00:01:50.699]➜  cd $WORK
2025-08-20T22:34:51.1779930Z [00:01:50.699]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.1893707Z [00:01:50.710]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:34:51.1902509Z [00:01:50.711]➜  bytes
2025-08-20T22:34:51.1903135Z [00:01:50.711]➜  mkdir -p $WORK/b002/
2025-08-20T22:34:51.1903847Z [00:01:50.711]➜  cat >/tmp/go-build917649677/b002/importcfg << 'EOF' # internal
2025-08-20T22:34:51.1904899Z [00:01:50.711]➜  # import config
2025-08-20T22:34:51.1905254Z [00:01:50.711]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.1905707Z [00:01:50.711]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.1908429Z [00:01:50.711]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.1909478Z [00:01:50.711]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:51.1909933Z [00:01:50.711]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:51.1910360Z [00:01:50.711]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:51.1912291Z [00:01:50.711]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.1912631Z [00:01:50.711]➜  EOF
2025-08-20T22:34:51.1912895Z [00:01:50.712]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.1914558Z [00:01:50.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b002=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:34:51.1915930Z [00:01:50.712]➜  syscall
2025-08-20T22:34:51.1916159Z [00:01:50.712]➜  mkdir -p $WORK/b046/
2025-08-20T22:34:51.1916458Z [00:01:50.712]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T22:34:51.1916758Z [00:01:50.712]➜  cd /root/.go/src/syscall
2025-08-20T22:34:51.1917707Z [00:01:50.713]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b046/symabis ./asm_linux_arm64.s
2025-08-20T22:34:51.2021198Z [00:01:50.723]➜  cat >/tmp/go-build917649677/b046/importcfg << 'EOF' # internal
2025-08-20T22:34:51.2021822Z [00:01:50.723]➜  # import config
2025-08-20T22:34:51.2022323Z [00:01:50.723]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.2026879Z [00:01:50.723]➜  packagefile internal/asan=/tmp/go-build917649677/b027/_pkg_.a
2025-08-20T22:34:51.2027445Z [00:01:50.723]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.2027943Z [00:01:50.723]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:51.2028426Z [00:01:50.723]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:51.2028888Z [00:01:50.723]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:51.2029469Z [00:01:50.723]➜  packagefile internal/msan=/tmp/go-build917649677/b028/_pkg_.a
2025-08-20T22:34:51.2030259Z [00:01:50.723]➜  packagefile internal/oserror=/tmp/go-build917649677/b048/_pkg_.a
2025-08-20T22:34:51.2030784Z [00:01:50.723]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:51.2031297Z [00:01:50.723]➜  packagefile internal/runtime/syscall=/tmp/go-build917649677/b023/_pkg_.a
2025-08-20T22:34:51.2031775Z [00:01:50.723]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.2032193Z [00:01:50.723]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.2032631Z [00:01:50.723]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.2033053Z [00:01:50.723]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.2033376Z [00:01:50.723]➜  EOF
2025-08-20T22:34:51.2033622Z [00:01:50.724]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.2038794Z [00:01:50.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b046/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T22:34:51.2104953Z [00:01:50.732]➜  cd $WORK/b090
2025-08-20T22:34:51.2108988Z [00:01:50.732]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x001.o -c _cgo_export.c
2025-08-20T22:34:51.2262559Z [00:01:50.747]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x002.o -c cgo.cgo2.c
2025-08-20T22:34:51.2510677Z [00:01:50.772]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.2512359Z [00:01:50.772]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x003.o -c gcc_context.c
2025-08-20T22:34:51.2631876Z [00:01:50.784]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:34:51.2655619Z [00:01:50.787]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:34:51.2664244Z [00:01:50.788]➜  strconv
2025-08-20T22:34:51.2665306Z [00:01:50.788]➜  mkdir -p $WORK/b052/
2025-08-20T22:34:51.2678123Z [00:01:50.789]➜  cat >/tmp/go-build917649677/b052/importcfg << 'EOF' # internal
2025-08-20T22:34:51.2678767Z [00:01:50.789]➜  # import config
2025-08-20T22:34:51.2679649Z [00:01:50.789]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.2680789Z [00:01:50.789]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.2681401Z [00:01:50.789]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:51.2681897Z [00:01:50.789]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:51.2682332Z [00:01:50.789]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:51.2682777Z [00:01:50.789]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.2683106Z [00:01:50.789]➜  EOF
2025-08-20T22:34:51.2693872Z [00:01:50.791]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.2704039Z [00:01:50.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b052=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:34:51.2708147Z [00:01:50.792]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:34:51.2720593Z [00:01:50.793]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:34:51.2721718Z [00:01:50.793]➜  path
2025-08-20T22:34:51.2723280Z [00:01:50.793]➜  mkdir -p $WORK/b061/
2025-08-20T22:34:51.2723669Z [00:01:50.793]➜  cat >/tmp/go-build917649677/b061/importcfg << 'EOF' # internal
2025-08-20T22:34:51.2724013Z [00:01:50.793]➜  # import config
2025-08-20T22:34:51.2724342Z [00:01:50.793]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.2724799Z [00:01:50.793]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.2725285Z [00:01:50.793]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.2725613Z [00:01:50.793]➜  EOF
2025-08-20T22:34:51.2727015Z [00:01:50.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b061=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:34:51.2765510Z [00:01:50.798]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.2768848Z [00:01:50.798]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x004.o -c gcc_fatalf.c
2025-08-20T22:34:51.2949881Z [00:01:50.816]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:34:51.2962906Z [00:01:50.818]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:34:51.2973658Z [00:01:50.818]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x005.o -c gcc_libinit.c
2025-08-20T22:34:51.2983934Z [00:01:50.819]➜  strings
2025-08-20T22:34:51.2984957Z [00:01:50.820]➜  mkdir -p $WORK/b066/
2025-08-20T22:34:51.2998726Z [00:01:50.821]➜  cat >/tmp/go-build917649677/b066/importcfg << 'EOF' # internal
2025-08-20T22:34:51.2999508Z [00:01:50.821]➜  # import config
2025-08-20T22:34:51.3000770Z [00:01:50.821]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.3001251Z [00:01:50.821]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:51.3001723Z [00:01:50.821]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.3002223Z [00:01:50.821]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:51.3002677Z [00:01:50.821]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.3003091Z [00:01:50.821]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:51.3003509Z [00:01:50.821]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:51.3003925Z [00:01:50.821]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.3004339Z [00:01:50.821]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:51.3004778Z [00:01:50.821]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.3005499Z [00:01:50.821]➜  EOF
2025-08-20T22:34:51.3005752Z [00:01:50.821]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.3007999Z [00:01:50.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b066=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:34:51.3307056Z [00:01:50.850]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.3311561Z [00:01:50.850]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:34:51.3626930Z [00:01:50.884]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x007.o -c gcc_mmap.c
2025-08-20T22:34:51.3944644Z [00:01:50.916]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x008.o -c gcc_setenv.c
2025-08-20T22:34:51.4120755Z [00:01:50.933]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:34:51.4148098Z [00:01:50.936]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:34:51.4150472Z [00:01:50.936]➜  encoding/base64
2025-08-20T22:34:51.4153115Z [00:01:50.937]➜  mkdir -p $WORK/b051/
2025-08-20T22:34:51.4166843Z [00:01:50.938]➜  cat >/tmp/go-build917649677/b051/importcfg << 'EOF' # internal
2025-08-20T22:34:51.4167340Z [00:01:50.938]➜  # import config
2025-08-20T22:34:51.4167728Z [00:01:50.938]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:51.4168183Z [00:01:50.938]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.4168592Z [00:01:50.938]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.4169014Z [00:01:50.938]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:51.4169498Z [00:01:50.938]➜  EOF
2025-08-20T22:34:51.4169748Z [00:01:50.938]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.4171312Z [00:01:50.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b051=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:34:51.4218568Z [00:01:50.943]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.4220581Z [00:01:50.943]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x009.o -c gcc_sigaction.c
2025-08-20T22:34:51.4314286Z [00:01:50.953]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:34:51.4330635Z [00:01:50.954]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:34:51.4373743Z [00:01:50.959]➜  reflect
2025-08-20T22:34:51.4374209Z [00:01:50.959]➜  mkdir -p $WORK/b057/
2025-08-20T22:34:51.4381556Z [00:01:50.959]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T22:34:51.4382399Z [00:01:50.960]➜  cd /root/.go/src/reflect
2025-08-20T22:34:51.4385395Z [00:01:50.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b057/symabis ./asm_arm64.s
2025-08-20T22:34:51.4424254Z [00:01:50.964]➜  cat >/tmp/go-build917649677/b057/importcfg << 'EOF' # internal
2025-08-20T22:34:51.4424786Z [00:01:50.964]➜  # import config
2025-08-20T22:34:51.4425136Z [00:01:50.964]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.4425575Z [00:01:50.964]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:51.4426043Z [00:01:50.964]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.4426521Z [00:01:50.964]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:51.4427000Z [00:01:50.964]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:51.4427460Z [00:01:50.964]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:51.4427951Z [00:01:50.964]➜  packagefile internal/runtime/maps=/tmp/go-build917649677/b026/_pkg_.a
2025-08-20T22:34:51.4428471Z [00:01:50.964]➜  packagefile internal/runtime/sys=/tmp/go-build917649677/b030/_pkg_.a
2025-08-20T22:34:51.4428985Z [00:01:50.964]➜  packagefile internal/unsafeheader=/tmp/go-build917649677/b008/_pkg_.a
2025-08-20T22:34:51.4429602Z [00:01:50.964]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:51.4430012Z [00:01:50.964]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:51.4430427Z [00:01:50.964]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.4430844Z [00:01:50.964]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:51.4431253Z [00:01:50.964]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.4431944Z [00:01:50.964]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:51.4432459Z [00:01:50.964]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.4432789Z [00:01:50.964]➜  EOF
2025-08-20T22:34:51.4433048Z [00:01:50.964]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.4435893Z [00:01:50.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -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/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:34:51.4525977Z [00:01:50.974]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.4527598Z [00:01:50.974]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x010.o -c gcc_stack_unix.c
2025-08-20T22:34:51.4737285Z [00:01:50.995]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x011.o -c gcc_traceback.c
2025-08-20T22:34:51.4907771Z [00:01:51.012]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x012.o -c gcc_util.c
2025-08-20T22:34:51.4935683Z [00:01:51.015]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:34:51.4942459Z [00:01:51.015]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:34:51.4953740Z [00:01:51.017]➜  math/rand
2025-08-20T22:34:51.4954577Z [00:01:51.017]➜  mkdir -p $WORK/b076/
2025-08-20T22:34:51.4962585Z [00:01:51.018]➜  cat >/tmp/go-build917649677/b076/importcfg << 'EOF' # internal
2025-08-20T22:34:51.4963248Z [00:01:51.018]➜  # import config
2025-08-20T22:34:51.4963874Z [00:01:51.018]➜  packagefile internal/godebug=/tmp/go-build917649677/b044/_pkg_.a
2025-08-20T22:34:51.4964934Z [00:01:51.018]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:51.4965588Z [00:01:51.018]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.4966372Z [00:01:51.018]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.4967121Z [00:01:51.018]➜  EOF
2025-08-20T22:34:51.4967872Z [00:01:51.018]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.4970080Z [00:01:51.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b076=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:34:51.5135086Z [00:01:51.035]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.5137046Z [00:01:51.035]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x013.o -c linux_syscall.c
2025-08-20T22:34:51.5335629Z [00:01:51.055]➜  cd /root/.go/src/syscall
2025-08-20T22:34:51.5336885Z [00:01:51.055]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:34:51.5362419Z [00:01:51.058]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/asm_linux_arm64.o # internal
2025-08-20T22:34:51.5364349Z [00:01:51.058]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:34:51.5402791Z [00:01:51.062]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:34:51.5407152Z [00:01:51.062]➜  time
2025-08-20T22:34:51.5407467Z [00:01:51.062]➜  mkdir -p $WORK/b043/
2025-08-20T22:34:51.5413010Z [00:01:51.063]➜  cat >/tmp/go-build917649677/b043/importcfg << 'EOF' # internal
2025-08-20T22:34:51.5414581Z [00:01:51.063]➜  # import config
2025-08-20T22:34:51.5423757Z [00:01:51.063]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.5424290Z [00:01:51.063]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.5424777Z [00:01:51.063]➜  packagefile internal/godebug=/tmp/go-build917649677/b044/_pkg_.a
2025-08-20T22:34:51.5425276Z [00:01:51.063]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:51.5425748Z [00:01:51.063]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:51.5426184Z [00:01:51.063]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.5426592Z [00:01:51.063]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.5427003Z [00:01:51.063]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:51.5427312Z [00:01:51.063]➜  EOF
2025-08-20T22:34:51.5427552Z [00:01:51.063]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.5433008Z [00:01:51.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b043=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:34:51.5482038Z [00:01:51.069]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.5485075Z [00:01:51.070]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_x014.o -c gcc_arm64.S
2025-08-20T22:34:51.5531838Z [00:01:51.074]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:34:51.5538569Z [00:01:51.075]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:34:51.5567272Z [00:01:51.078]➜  internal/syscall/unix
2025-08-20T22:34:51.5567811Z [00:01:51.078]➜  mkdir -p $WORK/b063/
2025-08-20T22:34:51.5587362Z [00:01:51.080]➜  cat >/tmp/go-build917649677/b063/importcfg << 'EOF' # internal
2025-08-20T22:34:51.5588349Z [00:01:51.080]➜  # import config
2025-08-20T22:34:51.5588820Z [00:01:51.080]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.5589345Z [00:01:51.080]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.5589819Z [00:01:51.080]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:51.5590131Z [00:01:51.080]➜  EOF
2025-08-20T22:34:51.5590399Z [00:01:51.080]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.5596757Z [00:01:51.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b063=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:34:51.5653476Z [00:01:51.087]➜  cd $WORK/b090
2025-08-20T22:34:51.5655160Z [00:01:51.087]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b090/_cgo_main.o -c _cgo_main.c
2025-08-20T22:34:51.5828726Z [00:01:51.104]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.5830889Z [00:01:51.104]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -o $WORK/b090/_cgo_.o $WORK/b090/_cgo_main.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o -O2 -g -lpthread
2025-08-20T22:34:51.5882944Z [00:01:51.110]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:34:51.5892729Z [00:01:51.111]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:34:51.5893430Z [00:01:51.111]➜  internal/syscall/execenv
2025-08-20T22:34:51.5893717Z [00:01:51.111]➜  mkdir -p $WORK/b064/
2025-08-20T22:34:51.5912129Z [00:01:51.112]➜  cat >/tmp/go-build917649677/b064/importcfg << 'EOF' # internal
2025-08-20T22:34:51.5912563Z [00:01:51.112]➜  # import config
2025-08-20T22:34:51.5912912Z [00:01:51.112]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:51.5913229Z [00:01:51.112]➜  EOF
2025-08-20T22:34:51.5915150Z [00:01:51.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b064=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:34:51.6012574Z [00:01:51.122]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:34:51.6029405Z [00:01:51.124]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:34:51.6041395Z [00:01:51.124]➜  regexp/syntax
2025-08-20T22:34:51.6041869Z [00:01:51.124]➜  mkdir -p $WORK/b080/
2025-08-20T22:34:51.6042269Z [00:01:51.124]➜  cat >/tmp/go-build917649677/b080/importcfg << 'EOF' # internal
2025-08-20T22:34:51.6042647Z [00:01:51.124]➜  # import config
2025-08-20T22:34:51.6043011Z [00:01:51.124]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.6043464Z [00:01:51.124]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:51.6043880Z [00:01:51.124]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:51.6044297Z [00:01:51.124]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:51.6044708Z [00:01:51.124]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.6045516Z [00:01:51.124]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:51.6045959Z [00:01:51.124]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.6046288Z [00:01:51.124]➜  EOF
2025-08-20T22:34:51.6048751Z [00:01:51.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b080=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T22:34:51.6968730Z [00:01:51.218]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -o $WORK/b090/_cgo_.o $WORK/b090/_cgo_main.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:34:51.6970991Z [00:01:51.218]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b090/_cgo_.o -dynout $WORK/b090/_cgo_import.go -dynlinker
2025-08-20T22:34:51.7097632Z [00:01:51.231]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T22:34:51.7100179Z [00:01:51.231]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.7101681Z [00:01:51.231]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b090/symabis ./asm_arm64.s
2025-08-20T22:34:51.7206420Z [00:01:51.242]➜  cat >/tmp/go-build917649677/b090/importcfg << 'EOF' # internal
2025-08-20T22:34:51.7207896Z [00:01:51.242]➜  # import config
2025-08-20T22:34:51.7208328Z [00:01:51.242]➜  packagefile internal/runtime/sys=/tmp/go-build917649677/b030/_pkg_.a
2025-08-20T22:34:51.7209030Z [00:01:51.242]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.7209687Z [00:01:51.242]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.7210022Z [00:01:51.242]➜  EOF
2025-08-20T22:34:51.7210266Z [00:01:51.242]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.7213202Z [00:01:51.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b090/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/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/b090/_cgo_gotypes.go $WORK/b090/cgo.cgo1.go $WORK/b090/_cgo_import.go
2025-08-20T22:34:51.8303422Z [00:01:51.352]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b090/abi_GOARCH.h
2025-08-20T22:34:51.8305162Z [00:01:51.352]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:34:51.8307753Z [00:01:51.352]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b090/asm_arm64.o ./asm_arm64.s
2025-08-20T22:34:51.8350106Z [00:01:51.356]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/asm_arm64.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o # internal
2025-08-20T22:34:51.8351347Z [00:01:51.356]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:34:51.8371599Z [00:01:51.358]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:34:51.8373388Z [00:01:51.358]➜  bufio
2025-08-20T22:34:51.8373695Z [00:01:51.358]➜  mkdir -p $WORK/b097/
2025-08-20T22:34:51.8374079Z [00:01:51.358]➜  cat >/tmp/go-build917649677/b097/importcfg << 'EOF' # internal
2025-08-20T22:34:51.8374424Z [00:01:51.358]➜  # import config
2025-08-20T22:34:51.8374761Z [00:01:51.358]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:51.8375198Z [00:01:51.358]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.8375598Z [00:01:51.358]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.8376006Z [00:01:51.358]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:51.8376444Z [00:01:51.359]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.8376765Z [00:01:51.359]➜  EOF
2025-08-20T22:34:51.8377023Z [00:01:51.359]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:51.8378499Z [00:01:51.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b097=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:34:51.8534847Z [00:01:51.375]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:34:51.8560657Z [00:01:51.377]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:34:51.8574157Z [00:01:51.379]➜  regexp
2025-08-20T22:34:51.8581872Z [00:01:51.380]➜  mkdir -p $WORK/b079/
2025-08-20T22:34:51.8585846Z [00:01:51.380]➜  cat >/tmp/go-build917649677/b079/importcfg << 'EOF' # internal
2025-08-20T22:34:51.8586270Z [00:01:51.380]➜  # import config
2025-08-20T22:34:51.8586969Z [00:01:51.380]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:51.8587436Z [00:01:51.380]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.8587868Z [00:01:51.380]➜  packagefile regexp/syntax=/tmp/go-build917649677/b080/_pkg_.a
2025-08-20T22:34:51.8588303Z [00:01:51.380]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.8588720Z [00:01:51.380]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:51.8589364Z [00:01:51.380]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:51.8589847Z [00:01:51.380]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.8590258Z [00:01:51.380]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:51.8590694Z [00:01:51.380]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.8591021Z [00:01:51.380]➜  EOF
2025-08-20T22:34:51.8592713Z [00:01:51.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b079=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T22:34:51.8943970Z [00:01:51.416]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:34:51.9055110Z [00:01:51.427]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:34:51.9063809Z [00:01:51.428]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:34:51.9064395Z [00:01:51.428]➜  context
2025-08-20T22:34:51.9064640Z [00:01:51.428]➜  mkdir -p $WORK/b042/
2025-08-20T22:34:51.9069972Z [00:01:51.428]➜  cat >/tmp/go-build917649677/b042/importcfg << 'EOF' # internal
2025-08-20T22:34:51.9070431Z [00:01:51.428]➜  # import config
2025-08-20T22:34:51.9070799Z [00:01:51.428]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.9071269Z [00:01:51.428]➜  packagefile internal/reflectlite=/tmp/go-build917649677/b004/_pkg_.a
2025-08-20T22:34:51.9071728Z [00:01:51.428]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.9072153Z [00:01:51.428]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.9072591Z [00:01:51.428]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:51.9072893Z [00:01:51.428]➜  EOF
2025-08-20T22:34:51.9074237Z [00:01:51.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b042=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:34:51.9081512Z [00:01:51.429]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:34:51.9095347Z [00:01:51.431]➜  io/fs
2025-08-20T22:34:51.9096859Z [00:01:51.431]➜  mkdir -p $WORK/b060/
2025-08-20T22:34:51.9103469Z [00:01:51.432]➜  cat >/tmp/go-build917649677/b060/importcfg << 'EOF' # internal
2025-08-20T22:34:51.9104084Z [00:01:51.432]➜  # import config
2025-08-20T22:34:51.9104476Z [00:01:51.432]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.9104933Z [00:01:51.432]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:51.9105416Z [00:01:51.432]➜  packagefile internal/oserror=/tmp/go-build917649677/b048/_pkg_.a
2025-08-20T22:34:51.9105848Z [00:01:51.432]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.9106245Z [00:01:51.432]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:51.9106956Z [00:01:51.432]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:51.9107445Z [00:01:51.432]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:51.9107877Z [00:01:51.432]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:51.9108206Z [00:01:51.432]➜  EOF
2025-08-20T22:34:51.9117332Z [00:01:51.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b060=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:34:51.9628365Z [00:01:51.483]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:34:51.9636927Z [00:01:51.485]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:34:51.9641191Z [00:01:51.485]➜  internal/poll
2025-08-20T22:34:51.9641540Z [00:01:51.486]➜  mkdir -p $WORK/b062/
2025-08-20T22:34:51.9645577Z [00:01:51.486]➜  cat >/tmp/go-build917649677/b062/importcfg << 'EOF' # internal
2025-08-20T22:34:51.9645978Z [00:01:51.486]➜  # import config
2025-08-20T22:34:51.9646745Z [00:01:51.486]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:51.9647209Z [00:01:51.486]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:51.9647719Z [00:01:51.486]➜  packagefile internal/syscall/unix=/tmp/go-build917649677/b063/_pkg_.a
2025-08-20T22:34:51.9660617Z [00:01:51.486]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:51.9662012Z [00:01:51.486]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:51.9662460Z [00:01:51.486]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:51.9662887Z [00:01:51.486]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:51.9663323Z [00:01:51.486]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:51.9663730Z [00:01:51.486]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:51.9664034Z [00:01:51.486]➜  EOF
2025-08-20T22:34:51.9668893Z [00:01:51.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b062=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:34:52.0612283Z [00:01:51.582]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:34:52.0624217Z [00:01:51.584]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:34:52.0625221Z [00:01:51.584]➜  internal/filepathlite
2025-08-20T22:34:52.0625594Z [00:01:51.584]➜  mkdir -p $WORK/b059/
2025-08-20T22:34:52.0634384Z [00:01:51.585]➜  cat >/tmp/go-build917649677/b059/importcfg << 'EOF' # internal
2025-08-20T22:34:52.0635756Z [00:01:51.585]➜  # import config
2025-08-20T22:34:52.0636205Z [00:01:51.585]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.0636722Z [00:01:51.585]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:52.0637297Z [00:01:51.585]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:52.0650730Z [00:01:51.586]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:52.0652450Z [00:01:51.587]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.0653439Z [00:01:51.587]➜  EOF
2025-08-20T22:34:52.0655580Z [00:01:51.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b059=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:34:52.0886659Z [00:01:51.610]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:34:52.0901653Z [00:01:51.611]➜  cd /root/.go/src/reflect
2025-08-20T22:34:52.0903285Z [00:01:51.612]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/asm_arm64.o ./asm_arm64.s
2025-08-20T22:34:52.0907871Z [00:01:51.612]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:34:52.0923500Z [00:01:51.614]➜  image
2025-08-20T22:34:52.0924111Z [00:01:51.614]➜  mkdir -p $WORK/b096/
2025-08-20T22:34:52.0937184Z [00:01:51.615]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_arm64.o # internal
2025-08-20T22:34:52.0937810Z [00:01:51.615]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:34:52.0938496Z [00:01:51.615]➜  cat >/tmp/go-build917649677/b096/importcfg << 'EOF' # internal
2025-08-20T22:34:52.0938874Z [00:01:51.615]➜  # import config
2025-08-20T22:34:52.0939387Z [00:01:51.615]➜  packagefile bufio=/tmp/go-build917649677/b097/_pkg_.a
2025-08-20T22:34:52.0939868Z [00:01:51.615]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.0940301Z [00:01:51.615]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:52.0940718Z [00:01:51.615]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.0941326Z [00:01:51.615]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:52.0942199Z [00:01:51.615]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.0942782Z [00:01:51.615]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.0943340Z [00:01:51.615]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:52.0943818Z [00:01:51.615]➜  EOF
2025-08-20T22:34:52.0944230Z [00:01:51.616]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:52.0946122Z [00:01:51.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b096=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T22:34:52.0963575Z [00:01:51.618]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:34:52.0969481Z [00:01:51.618]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:34:52.0977430Z [00:01:51.618]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:34:52.0977810Z [00:01:51.618]➜  mkdir -p $WORK/b107/
2025-08-20T22:34:52.0978183Z [00:01:51.619]➜  cat >/tmp/go-build917649677/b107/importcfg << 'EOF' # internal
2025-08-20T22:34:52.0978524Z [00:01:51.619]➜  # import config
2025-08-20T22:34:52.0979320Z [00:01:51.619]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.0979723Z [00:01:51.619]➜  EOF
2025-08-20T22:34:52.0981588Z [00:01:51.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b107=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:34:52.0987313Z [00:01:51.620]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:34:52.1012153Z [00:01:51.622]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:34:52.1024484Z [00:01:51.624]➜  os
2025-08-20T22:34:52.1028790Z [00:01:51.624]➜  mkdir -p $WORK/b058/
2025-08-20T22:34:52.1040886Z [00:01:51.625]➜  cat >/tmp/go-build917649677/b058/importcfg << 'EOF' # internal
2025-08-20T22:34:52.1043416Z [00:01:51.625]➜  # import config
2025-08-20T22:34:52.1045871Z [00:01:51.625]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.1046382Z [00:01:51.625]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:52.1052933Z [00:01:51.625]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:52.1057797Z [00:01:51.625]➜  packagefile internal/filepathlite=/tmp/go-build917649677/b059/_pkg_.a
2025-08-20T22:34:52.1058390Z [00:01:51.625]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:52.1058862Z [00:01:51.625]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:52.1059500Z [00:01:51.625]➜  packagefile internal/poll=/tmp/go-build917649677/b062/_pkg_.a
2025-08-20T22:34:52.1060053Z [00:01:51.625]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:52.1060597Z [00:01:51.625]➜  packagefile internal/syscall/execenv=/tmp/go-build917649677/b064/_pkg_.a
2025-08-20T22:34:52.1061125Z [00:01:51.625]➜  packagefile internal/syscall/unix=/tmp/go-build917649677/b063/_pkg_.a
2025-08-20T22:34:52.1061621Z [00:01:51.625]➜  packagefile internal/testlog=/tmp/go-build917649677/b065/_pkg_.a
2025-08-20T22:34:52.1062057Z [00:01:51.625]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.1062738Z [00:01:51.625]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:52.1066633Z [00:01:51.625]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.1067082Z [00:01:51.625]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.1067491Z [00:01:51.625]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.1067915Z [00:01:51.625]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:52.1068365Z [00:01:51.625]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:52.1068772Z [00:01:51.625]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:52.1069073Z [00:01:51.625]➜  EOF
2025-08-20T22:34:52.1074698Z [00:01:51.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b058=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:34:52.1080323Z [00:01:51.626]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:34:52.1080873Z [00:01:51.626]➜  internal/fmtsort
2025-08-20T22:34:52.1081125Z [00:01:51.626]➜  mkdir -p $WORK/b056/
2025-08-20T22:34:52.1081489Z [00:01:51.627]➜  cat >/tmp/go-build917649677/b056/importcfg << 'EOF' # internal
2025-08-20T22:34:52.1081831Z [00:01:51.627]➜  # import config
2025-08-20T22:34:52.1082146Z [00:01:51.627]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:52.1082552Z [00:01:51.627]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:52.1082974Z [00:01:51.627]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.1083282Z [00:01:51.627]➜  EOF
2025-08-20T22:34:52.1084746Z [00:01:51.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b056=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:34:52.1741886Z [00:01:51.693]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:34:52.1746060Z [00:01:51.696]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:34:52.1759462Z [00:01:51.697]➜  encoding/binary
2025-08-20T22:34:52.1762079Z [00:01:51.697]➜  mkdir -p $WORK/b086/
2025-08-20T22:34:52.1777398Z [00:01:51.699]➜  cat >/tmp/go-build917649677/b086/importcfg << 'EOF' # internal
2025-08-20T22:34:52.1778533Z [00:01:51.699]➜  # import config
2025-08-20T22:34:52.1779513Z [00:01:51.699]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.1780108Z [00:01:51.699]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.1781552Z [00:01:51.699]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:52.1782072Z [00:01:51.699]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:52.1782531Z [00:01:51.699]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.1782937Z [00:01:51.699]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.1783240Z [00:01:51.699]➜  EOF
2025-08-20T22:34:52.1785102Z [00:01:51.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b086=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:34:52.2202561Z [00:01:51.742]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:34:52.2224587Z [00:01:51.744]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T22:34:52.2225906Z [00:01:51.744]➜  internal/singleflight
2025-08-20T22:34:52.2226871Z [00:01:51.744]➜  mkdir -p $WORK/b109/
2025-08-20T22:34:52.2230609Z [00:01:51.744]➜  cat >/tmp/go-build917649677/b109/importcfg << 'EOF' # internal
2025-08-20T22:34:52.2230996Z [00:01:51.744]➜  # import config
2025-08-20T22:34:52.2231333Z [00:01:51.744]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.2231640Z [00:01:51.744]➜  EOF
2025-08-20T22:34:52.2234061Z [00:01:51.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b109=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:34:52.2373511Z [00:01:51.759]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:34:52.2378616Z [00:01:51.759]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:34:52.2380327Z [00:01:51.759]➜  unique
2025-08-20T22:34:52.2382319Z [00:01:51.759]➜  mkdir -p $WORK/b111/
2025-08-20T22:34:52.2383922Z [00:01:51.760]➜  cat >/tmp/go-build917649677/b111/importcfg << 'EOF' # internal
2025-08-20T22:34:52.2384531Z [00:01:51.760]➜  # import config
2025-08-20T22:34:52.2385147Z [00:01:51.760]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:52.2385983Z [00:01:51.760]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:52.2386986Z [00:01:51.760]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:52.2388293Z [00:01:51.760]➜  packagefile internal/sync=/tmp/go-build917649677/b035/_pkg_.a
2025-08-20T22:34:52.2388808Z [00:01:51.760]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.2389329Z [00:01:51.760]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.2389836Z [00:01:51.760]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:52.2390272Z [00:01:51.760]➜  packagefile weak=/tmp/go-build917649677/b112/_pkg_.a
2025-08-20T22:34:52.2390576Z [00:01:51.760]➜  EOF
2025-08-20T22:34:52.2392510Z [00:01:51.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b111=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:34:52.2645781Z [00:01:51.786]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:34:52.2712640Z [00:01:51.793]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:34:52.2713683Z [00:01:51.793]➜  golang.org/x/text/internal/tag
2025-08-20T22:34:52.2714462Z [00:01:51.793]➜  mkdir -p $WORK/b121/
2025-08-20T22:34:52.2714946Z [00:01:51.793]➜  cat >/tmp/go-build917649677/b121/importcfg << 'EOF' # internal
2025-08-20T22:34:52.2715323Z [00:01:51.793]➜  # import config
2025-08-20T22:34:52.2715663Z [00:01:51.793]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:52.2715968Z [00:01:51.793]➜  EOF
2025-08-20T22:34:52.2717771Z [00:01:51.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag=>golang.org/x/text@v0.24.0/internal/tag;$WORK/b121=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid boHU_W9N5oMOyJMKWle9/boHU_W9N5oMOyJMKWle9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag/tag.go
2025-08-20T22:34:52.2961683Z [00:01:51.816]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:34:52.2962531Z [00:01:51.817]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/77/778c2c0843b8ada30ab5bd1d5512e4337acada22f1d535a98d53131301d1f885-d # internal
2025-08-20T22:34:52.2963107Z [00:01:51.817]➜  golang.org/x/text/transform
2025-08-20T22:34:52.2963399Z [00:01:51.817]➜  mkdir -p $WORK/b123/
2025-08-20T22:34:52.2963771Z [00:01:51.817]➜  cat >/tmp/go-build917649677/b123/importcfg << 'EOF' # internal
2025-08-20T22:34:52.2964108Z [00:01:51.817]➜  # import config
2025-08-20T22:34:52.2964467Z [00:01:51.817]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:52.2964884Z [00:01:51.817]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.2965285Z [00:01:51.817]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.2965708Z [00:01:51.817]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:52.2966036Z [00:01:51.817]➜  EOF
2025-08-20T22:34:52.2967806Z [00:01:51.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/transform=>golang.org/x/text@v0.24.0/transform;$WORK/b123=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid GoTq1uzLuz5jqf7OO4V2/GoTq1uzLuz5jqf7OO4V2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/transform/transform.go
2025-08-20T22:34:52.3348266Z [00:01:51.856]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:34:52.3354574Z [00:01:51.857]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d # internal
2025-08-20T22:34:52.3355344Z [00:01:51.857]➜  github.com/charmbracelet/x/conpty
2025-08-20T22:34:52.3355789Z [00:01:51.857]➜  mkdir -p $WORK/b128/
2025-08-20T22:34:52.3357428Z [00:01:51.857]➜  cat >/tmp/go-build917649677/b128/importcfg << 'EOF' # internal
2025-08-20T22:34:52.3357867Z [00:01:51.857]➜  # import config
2025-08-20T22:34:52.3358212Z [00:01:51.857]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.3358526Z [00:01:51.857]➜  EOF
2025-08-20T22:34:52.3361227Z [00:01:51.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0=>github.com/charmbracelet/x/conpty@v0.1.0;$WORK/b128=>" -p github.com/charmbracelet/x/conpty -lang=go1.18 -complete -installsuffix shared -buildid XjwBwsMYVtg1fcb_LmEC/XjwBwsMYVtg1fcb_LmEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/doc.go
2025-08-20T22:34:52.3450410Z [00:01:51.866]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:34:52.3452714Z [00:01:51.866]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/ee/ee3b92947a73795dd528ca73f45b8d21af47b9ac9f162e13255d672ce8356777-d # internal
2025-08-20T22:34:52.3716368Z [00:01:51.892]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:34:52.3730249Z [00:01:51.894]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:34:52.3733078Z [00:01:51.895]➜  net/netip
2025-08-20T22:34:52.3734474Z [00:01:51.895]➜  mkdir -p $WORK/b110/
2025-08-20T22:34:52.3739473Z [00:01:51.895]➜  cat >/tmp/go-build917649677/b110/importcfg << 'EOF' # internal
2025-08-20T22:34:52.3739915Z [00:01:51.895]➜  # import config
2025-08-20T22:34:52.3740251Z [00:01:51.895]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:52.3740663Z [00:01:51.895]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.3741111Z [00:01:51.895]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:52.3741604Z [00:01:51.895]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:52.3742443Z [00:01:51.895]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:52.3742876Z [00:01:51.895]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:52.3743294Z [00:01:51.895]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:52.3743717Z [00:01:51.895]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.3744132Z [00:01:51.895]➜  packagefile unique=/tmp/go-build917649677/b111/_pkg_.a
2025-08-20T22:34:52.3744441Z [00:01:51.895]➜  EOF
2025-08-20T22:34:52.3761717Z [00:01:51.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b110=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:34:52.3763614Z [00:01:51.897]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:34:52.3830503Z [00:01:51.903]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:34:52.3847869Z [00:01:51.906]➜  golang.org/x/sys/unix
2025-08-20T22:34:52.3849336Z [00:01:51.906]➜  mkdir -p $WORK/b085/
2025-08-20T22:34:52.3904105Z [00:01:51.912]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T22:34:52.3905101Z [00:01:51.912]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:34:52.3925987Z [00:01:51.912]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b085/symabis ./asm_linux_arm64.s
2025-08-20T22:34:52.3944051Z [00:01:51.916]➜  cat >/tmp/go-build917649677/b085/importcfg << 'EOF' # internal
2025-08-20T22:34:52.3944640Z [00:01:51.916]➜  # import config
2025-08-20T22:34:52.3945030Z [00:01:51.916]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:52.3945482Z [00:01:51.916]➜  packagefile encoding/binary=/tmp/go-build917649677/b086/_pkg_.a
2025-08-20T22:34:52.3945936Z [00:01:51.916]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:52.3946360Z [00:01:51.916]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.3946774Z [00:01:51.916]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.3947472Z [00:01:51.916]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:52.3947964Z [00:01:51.916]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.3948385Z [00:01:51.916]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.3948795Z [00:01:51.916]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.3949315Z [00:01:51.916]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:52.3949807Z [00:01:51.916]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:52.3950110Z [00:01:51.916]➜  EOF
2025-08-20T22:34:52.3950364Z [00:01:51.916]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:52.3961863Z [00:01:51.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid 508zEg2amFo41D7fqDSk/508zEg2amFo41D7fqDSk -goversion go1.25.0 -symabis $WORK/b085/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_arm64.go
2025-08-20T22:34:52.4575452Z [00:01:51.979]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:34:52.4629017Z [00:01:51.984]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:34:52.4640471Z [00:01:51.984]➜  fmt
2025-08-20T22:34:52.4641590Z [00:01:51.984]➜  mkdir -p $WORK/b055/
2025-08-20T22:34:52.4642715Z [00:01:51.985]➜  cat >/tmp/go-build917649677/b055/importcfg << 'EOF' # internal
2025-08-20T22:34:52.4643128Z [00:01:51.985]➜  # import config
2025-08-20T22:34:52.4643478Z [00:01:51.985]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.4643957Z [00:01:51.985]➜  packagefile internal/fmtsort=/tmp/go-build917649677/b056/_pkg_.a
2025-08-20T22:34:52.4644401Z [00:01:51.985]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.4644829Z [00:01:51.985]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:52.4645228Z [00:01:51.985]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.4645632Z [00:01:51.985]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:52.4646050Z [00:01:51.985]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.4646466Z [00:01:51.985]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.4646893Z [00:01:51.985]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.4647327Z [00:01:51.985]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:52.4647659Z [00:01:51.985]➜  EOF
2025-08-20T22:34:52.4649495Z [00:01:51.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b055=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:34:52.4658035Z [00:01:51.985]➜  github.com/mattn/go-runewidth
2025-08-20T22:34:52.4658387Z [00:01:51.985]➜  mkdir -p $WORK/b077/
2025-08-20T22:34:52.4658760Z [00:01:51.985]➜  cat >/tmp/go-build917649677/b077/importcfg << 'EOF' # internal
2025-08-20T22:34:52.4659137Z [00:01:51.985]➜  # import config
2025-08-20T22:34:52.4659764Z [00:01:51.985]➜  packagefile github.com/rivo/uniseg=/tmp/go-build917649677/b078/_pkg_.a
2025-08-20T22:34:52.4660230Z [00:01:51.985]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.4660636Z [00:01:51.986]➜  packagefile regexp=/tmp/go-build917649677/b079/_pkg_.a
2025-08-20T22:34:52.4661051Z [00:01:51.986]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.4661357Z [00:01:51.986]➜  EOF
2025-08-20T22:34:52.4663701Z [00:01:51.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b077=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T22:34:52.5064293Z [00:01:52.028]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:34:52.5076570Z [00:01:52.029]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T22:34:52.5084829Z [00:01:52.030]➜  io/ioutil
2025-08-20T22:34:52.5087200Z [00:01:52.030]➜  mkdir -p $WORK/b088/
2025-08-20T22:34:52.5096155Z [00:01:52.031]➜  cat >/tmp/go-build917649677/b088/importcfg << 'EOF' # internal
2025-08-20T22:34:52.5097263Z [00:01:52.031]➜  # import config
2025-08-20T22:34:52.5098303Z [00:01:52.031]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.5098813Z [00:01:52.031]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:52.5099327Z [00:01:52.031]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.5100108Z [00:01:52.031]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.5100611Z [00:01:52.031]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.5100926Z [00:01:52.031]➜  EOF
2025-08-20T22:34:52.5102436Z [00:01:52.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b088=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:34:52.5475649Z [00:01:52.069]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:34:52.5488361Z [00:01:52.070]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T22:34:52.5520043Z [00:01:52.071]➜  path/filepath
2025-08-20T22:34:52.5521539Z [00:01:52.071]➜  mkdir -p $WORK/b092/
2025-08-20T22:34:52.5522021Z [00:01:52.071]➜  cat >/tmp/go-build917649677/b092/importcfg << 'EOF' # internal
2025-08-20T22:34:52.5522380Z [00:01:52.071]➜  # import config
2025-08-20T22:34:52.5522715Z [00:01:52.071]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.5523177Z [00:01:52.071]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:52.5523685Z [00:01:52.071]➜  packagefile internal/filepathlite=/tmp/go-build917649677/b059/_pkg_.a
2025-08-20T22:34:52.5524553Z [00:01:52.071]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:52.5524954Z [00:01:52.071]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.5525363Z [00:01:52.071]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.5525781Z [00:01:52.071]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.5526196Z [00:01:52.071]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.5526624Z [00:01:52.072]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:52.5527067Z [00:01:52.072]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:52.5527395Z [00:01:52.072]➜  EOF
2025-08-20T22:34:52.5529602Z [00:01:52.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b092=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:34:52.6115064Z [00:01:52.132]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:34:52.6133330Z [00:01:52.134]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:34:52.6143206Z [00:01:52.135]➜  os/exec
2025-08-20T22:34:52.6145501Z [00:01:52.135]➜  mkdir -p $WORK/b091/
2025-08-20T22:34:52.6153791Z [00:01:52.137]➜  cat >/tmp/go-build917649677/b091/importcfg << 'EOF' # internal
2025-08-20T22:34:52.6155180Z [00:01:52.137]➜  # import config
2025-08-20T22:34:52.6155919Z [00:01:52.137]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:52.6157090Z [00:01:52.137]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:52.6157586Z [00:01:52.137]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.6158058Z [00:01:52.137]➜  packagefile internal/godebug=/tmp/go-build917649677/b044/_pkg_.a
2025-08-20T22:34:52.6158577Z [00:01:52.137]➜  packagefile internal/syscall/execenv=/tmp/go-build917649677/b064/_pkg_.a
2025-08-20T22:34:52.6159103Z [00:01:52.137]➜  packagefile internal/syscall/unix=/tmp/go-build917649677/b063/_pkg_.a
2025-08-20T22:34:52.6160068Z [00:01:52.137]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.6160576Z [00:01:52.137]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:52.6160981Z [00:01:52.137]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.6161409Z [00:01:52.137]➜  packagefile path/filepath=/tmp/go-build917649677/b092/_pkg_.a
2025-08-20T22:34:52.6161849Z [00:01:52.137]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.6162282Z [00:01:52.137]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.6162698Z [00:01:52.137]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.6163118Z [00:01:52.137]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:52.6163526Z [00:01:52.137]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:52.6163824Z [00:01:52.137]➜  EOF
2025-08-20T22:34:52.6165440Z [00:01:52.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b091=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:34:52.6622065Z [00:01:52.183]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:34:52.6662204Z [00:01:52.187]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:34:52.6748950Z [00:01:52.196]➜  net
2025-08-20T22:34:52.6749888Z [00:01:52.196]➜  mkdir -p $WORK/b106/
2025-08-20T22:34:52.6752838Z [00:01:52.197]➜  echo -n > $WORK/b106/preferlinkext # internal
2025-08-20T22:34:52.6753225Z [00:01:52.197]➜  cd /root/.go/src/net
2025-08-20T22:34:52.6754893Z [00:01:52.197]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b106/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:34:52.7316088Z [00:01:52.253]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:34:52.7366951Z [00:01:52.258]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:34:52.7368432Z [00:01:52.258]➜  encoding/hex
2025-08-20T22:34:52.7369500Z [00:01:52.258]➜  mkdir -p $WORK/b054/
2025-08-20T22:34:52.7392428Z [00:01:52.261]➜  cat >/tmp/go-build917649677/b054/importcfg << 'EOF' # internal
2025-08-20T22:34:52.7393091Z [00:01:52.261]➜  # import config
2025-08-20T22:34:52.7393607Z [00:01:52.261]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.7394978Z [00:01:52.261]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:52.7395411Z [00:01:52.261]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.7395818Z [00:01:52.261]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.7396277Z [00:01:52.261]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.7396590Z [00:01:52.261]➜  EOF
2025-08-20T22:34:52.7396839Z [00:01:52.261]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:52.7398458Z [00:01:52.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b054=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:34:52.7676576Z [00:01:52.289]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:34:52.7695604Z [00:01:52.291]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:34:52.7724335Z [00:01:52.294]➜  database/sql/driver
2025-08-20T22:34:52.7725330Z [00:01:52.294]➜  mkdir -p $WORK/b071/
2025-08-20T22:34:52.7735709Z [00:01:52.295]➜  cat >/tmp/go-build917649677/b071/importcfg << 'EOF' # internal
2025-08-20T22:34:52.7736195Z [00:01:52.295]➜  # import config
2025-08-20T22:34:52.7736549Z [00:01:52.295]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:52.7737018Z [00:01:52.295]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.7737421Z [00:01:52.295]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:52.7737827Z [00:01:52.295]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:52.7738242Z [00:01:52.295]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.7738648Z [00:01:52.295]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:52.7738950Z [00:01:52.295]➜  EOF
2025-08-20T22:34:52.7740845Z [00:01:52.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b071=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:34:52.7842575Z [00:01:52.305]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:34:52.7850794Z [00:01:52.306]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:34:52.7851403Z [00:01:52.306]➜  encoding/json
2025-08-20T22:34:52.7851670Z [00:01:52.306]➜  mkdir -p $WORK/b072/
2025-08-20T22:34:52.7852039Z [00:01:52.306]➜  cat >/tmp/go-build917649677/b072/importcfg << 'EOF' # internal
2025-08-20T22:34:52.7852401Z [00:01:52.306]➜  # import config
2025-08-20T22:34:52.7852735Z [00:01:52.306]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:52.7853141Z [00:01:52.306]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:52.7853558Z [00:01:52.306]➜  packagefile encoding=/tmp/go-build917649677/b073/_pkg_.a
2025-08-20T22:34:52.7854010Z [00:01:52.306]➜  packagefile encoding/base64=/tmp/go-build917649677/b051/_pkg_.a
2025-08-20T22:34:52.7854453Z [00:01:52.306]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.7854870Z [00:01:52.306]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:52.7855260Z [00:01:52.306]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.7855656Z [00:01:52.306]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:52.7856067Z [00:01:52.306]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:52.7856482Z [00:01:52.306]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.7856905Z [00:01:52.306]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.7857323Z [00:01:52.306]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.7857730Z [00:01:52.306]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.7858140Z [00:01:52.306]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:52.7858580Z [00:01:52.306]➜  packagefile unicode/utf16=/tmp/go-build917649677/b074/_pkg_.a
2025-08-20T22:34:52.7859053Z [00:01:52.306]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:52.7859562Z [00:01:52.306]➜  EOF
2025-08-20T22:34:52.7862883Z [00:01:52.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b072=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:34:52.8351046Z [00:01:52.356]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:34:52.8367934Z [00:01:52.358]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:34:52.8393237Z [00:01:52.361]➜  net/url
2025-08-20T22:34:52.8394152Z [00:01:52.361]➜  mkdir -p $WORK/b082/
2025-08-20T22:34:52.8405049Z [00:01:52.362]➜  cat >/tmp/go-build917649677/b082/importcfg << 'EOF' # internal
2025-08-20T22:34:52.8405554Z [00:01:52.362]➜  # import config
2025-08-20T22:34:52.8405904Z [00:01:52.362]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.8406335Z [00:01:52.362]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:52.8406740Z [00:01:52.362]➜  packagefile maps=/tmp/go-build917649677/b083/_pkg_.a
2025-08-20T22:34:52.8407144Z [00:01:52.362]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:52.8407554Z [00:01:52.362]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:52.8407975Z [00:01:52.362]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:52.8408759Z [00:01:52.362]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.8409076Z [00:01:52.362]➜  EOF
2025-08-20T22:34:52.8410718Z [00:01:52.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b082=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:34:52.9323136Z [00:01:52.453]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:34:52.9327246Z [00:01:52.453]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b085/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:34:52.9345040Z [00:01:52.456]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/asm_linux_arm64.o # internal
2025-08-20T22:34:52.9349992Z [00:01:52.456]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:34:52.9356956Z [00:01:52.457]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:34:52.9362419Z [00:01:52.458]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:34:52.9366803Z [00:01:52.458]➜  os/user
2025-08-20T22:34:52.9367528Z [00:01:52.458]➜  mkdir -p $WORK/b089/
2025-08-20T22:34:52.9368388Z [00:01:52.458]➜  echo -n > $WORK/b089/preferlinkext # internal
2025-08-20T22:34:52.9371010Z [00:01:52.458]➜  cd /root/.go/src/os/user
2025-08-20T22:34:52.9372387Z [00:01:52.458]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b089/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:34:52.9448325Z [00:01:52.466]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/f1/f1cd69497f884330de342f2b0d884e2cc8340d801891a97bc02c10ddc7634b66-d # internal
2025-08-20T22:34:52.9452034Z [00:01:52.466]➜  github.com/charmbracelet/x/term
2025-08-20T22:34:52.9452389Z [00:01:52.466]➜  mkdir -p $WORK/b084/
2025-08-20T22:34:52.9454364Z [00:01:52.467]➜  cat >/tmp/go-build917649677/b084/importcfg << 'EOF' # internal
2025-08-20T22:34:52.9455435Z [00:01:52.467]➜  # import config
2025-08-20T22:34:52.9456410Z [00:01:52.467]➜  packagefile golang.org/x/sys/unix=/tmp/go-build917649677/b085/_pkg_.a
2025-08-20T22:34:52.9472555Z [00:01:52.467]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.9473768Z [00:01:52.467]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:52.9474497Z [00:01:52.467]➜  EOF
2025-08-20T22:34:52.9475041Z [00:01:52.467]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:52.9478224Z [00:01:52.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b084=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid dbPn74bOaPVBQGLPppuh/dbPn74bOaPVBQGLPppuh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T22:34:52.9753249Z [00:01:52.494]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:34:52.9756637Z [00:01:52.495]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/84/84326627fa13133d135101e8c0df57cb42e1218d0d982225dd0689f2f68eddd8-d # internal
2025-08-20T22:34:52.9757268Z [00:01:52.496]➜  github.com/muesli/cancelreader
2025-08-20T22:34:52.9757920Z [00:01:52.496]➜  mkdir -p $WORK/b098/
2025-08-20T22:34:52.9758295Z [00:01:52.497]➜  cat >/tmp/go-build917649677/b098/importcfg << 'EOF' # internal
2025-08-20T22:34:52.9758670Z [00:01:52.497]➜  # import config
2025-08-20T22:34:52.9759004Z [00:01:52.497]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:52.9764343Z [00:01:52.497]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:52.9764840Z [00:01:52.497]➜  packagefile golang.org/x/sys/unix=/tmp/go-build917649677/b085/_pkg_.a
2025-08-20T22:34:52.9765312Z [00:01:52.497]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:52.9765722Z [00:01:52.497]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:52.9766128Z [00:01:52.497]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:52.9766532Z [00:01:52.497]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:52.9766834Z [00:01:52.497]➜  EOF
2025-08-20T22:34:52.9768950Z [00:01:52.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b098=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid Xlh6QuFve7-yuodG9Y7i/Xlh6QuFve7-yuodG9Y7i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader.go /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader_linux.go
2025-08-20T22:34:53.0366434Z [00:01:52.558]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:34:53.0383583Z [00:01:52.560]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/93/93b693d493fdf5e9a3bed17e4700b1605f912ef3408bd296094e51b8a1d10edc-d # internal
2025-08-20T22:34:53.0388393Z [00:01:52.560]➜  github.com/muesli/mango
2025-08-20T22:34:53.0388777Z [00:01:52.560]➜  mkdir -p $WORK/b101/
2025-08-20T22:34:53.0394014Z [00:01:52.561]➜  cat >/tmp/go-build917649677/b101/importcfg << 'EOF' # internal
2025-08-20T22:34:53.0394859Z [00:01:52.561]➜  # import config
2025-08-20T22:34:53.0395842Z [00:01:52.561]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.0396877Z [00:01:52.561]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.0397388Z [00:01:52.561]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.0397817Z [00:01:52.561]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.0398526Z [00:01:52.561]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:53.0398900Z [00:01:52.561]➜  EOF
2025-08-20T22:34:53.0401568Z [00:01:52.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango@v0.1.0=>github.com/muesli/mango@v0.1.0;$WORK/b101=>" -p github.com/muesli/mango -lang=go1.17 -complete -installsuffix shared -buildid tL3DGLE-Rsa6KSdWouxp/tL3DGLE-Rsa6KSdWouxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango@v0.1.0/builder.go /root/go/pkg/mod/github.com/muesli/mango@v0.1.0/mango.go
2025-08-20T22:34:53.0840325Z [00:01:52.605]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:34:53.0851136Z [00:01:52.606]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/82/82ea97e5740e4bec810955d487e632aa1dad337738cbe170f685d0bc06521b35-d # internal
2025-08-20T22:34:53.0856886Z [00:01:52.607]➜  encoding/csv
2025-08-20T22:34:53.0861024Z [00:01:52.607]➜  mkdir -p $WORK/b104/
2025-08-20T22:34:53.0868598Z [00:01:52.608]➜  cat >/tmp/go-build917649677/b104/importcfg << 'EOF' # internal
2025-08-20T22:34:53.0869120Z [00:01:52.608]➜  # import config
2025-08-20T22:34:53.0871345Z [00:01:52.608]➜  packagefile bufio=/tmp/go-build917649677/b097/_pkg_.a
2025-08-20T22:34:53.0871916Z [00:01:52.608]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.0872440Z [00:01:52.608]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.0873337Z [00:01:52.608]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.0873859Z [00:01:52.608]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.0874384Z [00:01:52.608]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.0874935Z [00:01:52.608]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:53.0875507Z [00:01:52.608]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.0875939Z [00:01:52.608]➜  EOF
2025-08-20T22:34:53.0877616Z [00:01:52.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b104=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T22:34:53.1314926Z [00:01:52.653]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:34:53.1327647Z [00:01:52.654]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T22:34:53.1344313Z [00:01:52.655]➜  flag
2025-08-20T22:34:53.1344730Z [00:01:52.655]➜  mkdir -p $WORK/b105/
2025-08-20T22:34:53.1352006Z [00:01:52.657]➜  cat >/tmp/go-build917649677/b105/importcfg << 'EOF' # internal
2025-08-20T22:34:53.1352409Z [00:01:52.657]➜  # import config
2025-08-20T22:34:53.1352785Z [00:01:52.657]➜  packagefile encoding=/tmp/go-build917649677/b073/_pkg_.a
2025-08-20T22:34:53.1353212Z [00:01:52.657]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.1353617Z [00:01:52.657]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.1354011Z [00:01:52.657]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.1354397Z [00:01:52.657]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.1354815Z [00:01:52.657]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:53.1355232Z [00:01:52.657]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.1355643Z [00:01:52.657]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:53.1356056Z [00:01:52.657]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.1356473Z [00:01:52.657]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.1357159Z [00:01:52.657]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:53.1357526Z [00:01:52.657]➜  EOF
2025-08-20T22:34:53.1364012Z [00:01:52.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b105=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:34:53.1744972Z [00:01:52.696]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:34:53.1786912Z [00:01:52.700]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:34:53.1808528Z [00:01:52.702]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T22:34:53.1808887Z [00:01:52.702]➜  mkdir -p $WORK/b070/
2025-08-20T22:34:53.1811983Z [00:01:52.703]➜  cat >/tmp/go-build917649677/b070/importcfg << 'EOF' # internal
2025-08-20T22:34:53.1812398Z [00:01:52.703]➜  # import config
2025-08-20T22:34:53.1812786Z [00:01:52.703]➜  packagefile database/sql/driver=/tmp/go-build917649677/b071/_pkg_.a
2025-08-20T22:34:53.1813277Z [00:01:52.703]➜  packagefile encoding/json=/tmp/go-build917649677/b072/_pkg_.a
2025-08-20T22:34:53.1813708Z [00:01:52.703]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.1814132Z [00:01:52.703]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:53.1814952Z [00:01:52.703]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:53.1815379Z [00:01:52.703]➜  packagefile math/rand=/tmp/go-build917649677/b076/_pkg_.a
2025-08-20T22:34:53.1815799Z [00:01:52.703]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:53.1816108Z [00:01:52.703]➜  EOF
2025-08-20T22:34:53.1822831Z [00:01:52.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b070=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T22:34:53.2145921Z [00:01:52.736]➜  cd $WORK/b089
2025-08-20T22:34:53.2147471Z [00:01:52.736]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b089/_x001.o -c _cgo_export.c
2025-08-20T22:34:53.2324965Z [00:01:52.754]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b089/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:34:53.2406087Z [00:01:52.762]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:34:53.2425188Z [00:01:52.764]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:34:53.2442284Z [00:01:52.766]➜  text/template/parse
2025-08-20T22:34:53.2444516Z [00:01:52.766]➜  mkdir -p $WORK/b115/
2025-08-20T22:34:53.2445975Z [00:01:52.766]➜  cat >/tmp/go-build917649677/b115/importcfg << 'EOF' # internal
2025-08-20T22:34:53.2446400Z [00:01:52.766]➜  # import config
2025-08-20T22:34:53.2446749Z [00:01:52.766]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.2447164Z [00:01:52.766]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.2447616Z [00:01:52.766]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.2448060Z [00:01:52.766]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.2448477Z [00:01:52.766]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.2448892Z [00:01:52.766]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:53.2449466Z [00:01:52.766]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.2449886Z [00:01:52.766]➜  EOF
2025-08-20T22:34:53.2450151Z [00:01:52.766]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.2452077Z [00:01:52.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b115=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T22:34:53.2464110Z [00:01:52.768]➜  cd $WORK/b106
2025-08-20T22:34:53.2465531Z [00:01:52.768]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x001.o -c _cgo_export.c
2025-08-20T22:34:53.2623921Z [00:01:52.783]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:34:53.2701179Z [00:01:52.791]➜  cd $WORK/b089
2025-08-20T22:34:53.2702734Z [00:01:52.791]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b089/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:34:53.2807139Z [00:01:52.802]➜  cd $WORK/b106
2025-08-20T22:34:53.2808796Z [00:01:52.802]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:34:53.2835780Z [00:01:52.805]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:34:53.2857601Z [00:01:52.807]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T22:34:53.2915370Z [00:01:52.813]➜  github.com/charmbracelet/x/ansi
2025-08-20T22:34:53.2932496Z [00:01:52.814]➜  mkdir -p $WORK/b068/
2025-08-20T22:34:53.2932853Z [00:01:52.815]➜  cd $WORK/b089
2025-08-20T22:34:53.2934593Z [00:01:52.815]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b089/_cgo_main.o -c _cgo_main.c
2025-08-20T22:34:53.2940911Z [00:01:52.815]➜  cat >/tmp/go-build917649677/b068/importcfg << 'EOF' # internal
2025-08-20T22:34:53.2941982Z [00:01:52.815]➜  # import config
2025-08-20T22:34:53.2942602Z [00:01:52.815]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.2943060Z [00:01:52.815]➜  packagefile encoding/base64=/tmp/go-build917649677/b051/_pkg_.a
2025-08-20T22:34:53.2943547Z [00:01:52.815]➜  packagefile encoding/hex=/tmp/go-build917649677/b054/_pkg_.a
2025-08-20T22:34:53.2943970Z [00:01:52.815]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.2944506Z [00:01:52.815]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build917649677/b069/_pkg_.a
2025-08-20T22:34:53.2945125Z [00:01:52.815]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build917649677/b070/_pkg_.a
2025-08-20T22:34:53.2945715Z [00:01:52.815]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build917649677/b077/_pkg_.a
2025-08-20T22:34:53.2946254Z [00:01:52.815]➜  packagefile github.com/rivo/uniseg=/tmp/go-build917649677/b078/_pkg_.a
2025-08-20T22:34:53.2946731Z [00:01:52.815]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:53.2947145Z [00:01:52.815]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.2947547Z [00:01:52.815]➜  packagefile net/url=/tmp/go-build917649677/b082/_pkg_.a
2025-08-20T22:34:53.2952517Z [00:01:52.815]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:53.2953145Z [00:01:52.815]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.2953581Z [00:01:52.815]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.2953993Z [00:01:52.815]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.2954402Z [00:01:52.815]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:53.2954855Z [00:01:52.815]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.2955235Z [00:01:52.815]➜  EOF
2025-08-20T22:34:53.2960885Z [00:01:52.817]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.2973899Z [00:01:52.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1=>github.com/charmbracelet/x/ansi@v0.10.1;$WORK/b068=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid TdPfbgPIMtBNP86ZJVUt/TdPfbgPIMtBNP86ZJVUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/finalterm.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/xterm.go
2025-08-20T22:34:53.3046536Z [00:01:52.826]➜  cd $WORK/b106
2025-08-20T22:34:53.3050626Z [00:01:52.826]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:34:53.3164699Z [00:01:52.836]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.3165998Z [00:01:52.836]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o -O2 -g
2025-08-20T22:34:53.3297253Z [00:01:52.851]➜  cd $WORK/b106
2025-08-20T22:34:53.3298843Z [00:01:52.851]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:34:53.3599845Z [00:01:52.881]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:34:53.3854905Z [00:01:52.907]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b106/_cgo_main.o -c _cgo_main.c
2025-08-20T22:34:53.4034258Z [00:01:52.925]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.4036228Z [00:01:52.925]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -o $WORK/b106/_cgo_.o $WORK/b106/_cgo_main.o $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o -O2 -g -lresolv
2025-08-20T22:34:53.4541951Z [00:01:52.974]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:34:53.4553605Z [00:01:52.977]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:34:53.4555409Z [00:01:52.977]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b089/_cgo_.o -dynout $WORK/b089/_cgo_import.go
2025-08-20T22:34:53.4563469Z [00:01:52.978]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T22:34:53.4570106Z [00:01:52.978]➜  github.com/charmbracelet/x/exp/charmtone
2025-08-20T22:34:53.4572685Z [00:01:52.978]➜  mkdir -p $WORK/b099/
2025-08-20T22:34:53.4575259Z [00:01:52.978]➜  cat >/tmp/go-build917649677/b099/importcfg << 'EOF' # internal
2025-08-20T22:34:53.4575661Z [00:01:52.978]➜  # import config
2025-08-20T22:34:53.4575993Z [00:01:52.978]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.4576502Z [00:01:52.978]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build917649677/b070/_pkg_.a
2025-08-20T22:34:53.4577023Z [00:01:52.978]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:53.4577846Z [00:01:52.978]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:53.4578162Z [00:01:52.978]➜  EOF
2025-08-20T22:34:53.4580646Z [00:01:52.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444=>github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444;$WORK/b099=>" -p github.com/charmbracelet/x/exp/charmtone -lang=go1.23 -complete -installsuffix shared -buildid ncW1PrLBzdqxVHgt016C/ncW1PrLBzdqxVHgt016C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444/charmtone.go
2025-08-20T22:34:53.4589509Z [00:01:52.980]➜  cat >/tmp/go-build917649677/b089/importcfg << 'EOF' # internal
2025-08-20T22:34:53.4591349Z [00:01:52.980]➜  # import config
2025-08-20T22:34:53.4592017Z [00:01:52.980]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.4593209Z [00:01:52.980]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.4593925Z [00:01:52.980]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.4594568Z [00:01:52.980]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.4595231Z [00:01:52.980]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.4604545Z [00:01:52.980]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:53.4605307Z [00:01:52.980]➜  packagefile runtime/cgo=/tmp/go-build917649677/b090/_pkg_.a
2025-08-20T22:34:53.4606006Z [00:01:52.980]➜  EOF
2025-08-20T22:34:53.4608545Z [00:01:52.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b089=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b089/_cgo_gotypes.go $WORK/b089/cgo_lookup_cgo.cgo1.go $WORK/b089/getgrouplist_unix.cgo1.go $WORK/b089/_cgo_import.go
2025-08-20T22:34:53.4922531Z [00:01:53.014]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:34:53.4948392Z [00:01:53.016]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/bf/bfc5d4c49db0e7cce98ed0c0ac7d1a49b4f632401e73e654659f4af326b735b7-d # internal
2025-08-20T22:34:53.4949441Z [00:01:53.016]➜  text/template
2025-08-20T22:34:53.4955211Z [00:01:53.017]➜  mkdir -p $WORK/b114/
2025-08-20T22:34:53.4973511Z [00:01:53.019]➜  cat >/tmp/go-build917649677/b114/importcfg << 'EOF' # internal
2025-08-20T22:34:53.4975107Z [00:01:53.019]➜  # import config
2025-08-20T22:34:53.4977096Z [00:01:53.019]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.4979002Z [00:01:53.019]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.4979774Z [00:01:53.019]➜  packagefile internal/fmtsort=/tmp/go-build917649677/b056/_pkg_.a
2025-08-20T22:34:53.4980474Z [00:01:53.019]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.4982331Z [00:01:53.019]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:53.4983084Z [00:01:53.019]➜  packagefile maps=/tmp/go-build917649677/b083/_pkg_.a
2025-08-20T22:34:53.4984089Z [00:01:53.019]➜  packagefile net/url=/tmp/go-build917649677/b082/_pkg_.a
2025-08-20T22:34:53.4984593Z [00:01:53.019]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.4985002Z [00:01:53.019]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:53.4985448Z [00:01:53.019]➜  packagefile path/filepath=/tmp/go-build917649677/b092/_pkg_.a
2025-08-20T22:34:53.4985889Z [00:01:53.019]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:53.4986308Z [00:01:53.019]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.4986736Z [00:01:53.019]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.4987147Z [00:01:53.019]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.4987606Z [00:01:53.019]➜  packagefile text/template/parse=/tmp/go-build917649677/b115/_pkg_.a
2025-08-20T22:34:53.4988063Z [00:01:53.019]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:53.4988507Z [00:01:53.019]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.4988834Z [00:01:53.019]➜  EOF
2025-08-20T22:34:53.4991293Z [00:01:53.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b114=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T22:34:53.5170553Z [00:01:53.036]➜  cd /root/.go/src/os/user
2025-08-20T22:34:53.5171523Z [00:01:53.036]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o # internal
2025-08-20T22:34:53.5172364Z [00:01:53.036]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:34:53.5173562Z [00:01:53.036]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/89/8940574221487eb06deed8edc6f826a78dc8fa6121a1625fe94a69dd603bacd3-d # internal
2025-08-20T22:34:53.5174402Z [00:01:53.036]➜  github.com/xo/terminfo
2025-08-20T22:34:53.5175024Z [00:01:53.036]➜  mkdir -p $WORK/b087/
2025-08-20T22:34:53.5176023Z [00:01:53.036]➜  cat >/tmp/go-build917649677/b087/importcfg << 'EOF' # internal
2025-08-20T22:34:53.5176479Z [00:01:53.036]➜  # import config
2025-08-20T22:34:53.5176853Z [00:01:53.036]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.5177267Z [00:01:53.036]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.5177664Z [00:01:53.036]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.5178076Z [00:01:53.036]➜  packagefile io/ioutil=/tmp/go-build917649677/b088/_pkg_.a
2025-08-20T22:34:53.5178490Z [00:01:53.036]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.5178913Z [00:01:53.036]➜  packagefile os/user=/tmp/go-build917649677/b089/_pkg_.a
2025-08-20T22:34:53.5179492Z [00:01:53.036]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:53.5179915Z [00:01:53.036]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.5180325Z [00:01:53.036]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.5180743Z [00:01:53.036]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.5181518Z [00:01:53.036]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.5181824Z [00:01:53.036]➜  EOF
2025-08-20T22:34:53.5182071Z [00:01:53.036]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.5186315Z [00:01:53.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b087=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid j4uE8tb7n07GAJ4fAMci/j4uE8tb7n07GAJ4fAMci -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T22:34:53.5252376Z [00:01:53.047]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:34:53.5293041Z [00:01:53.051]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/11/115b63a122d85f131c4ce728ff07bd62eb376bb1ecaf505378987ff38bbbab8b-d # internal
2025-08-20T22:34:53.5344958Z [00:01:53.056]➜  github.com/muesli/roff
2025-08-20T22:34:53.5345313Z [00:01:53.056]➜  mkdir -p $WORK/b116/
2025-08-20T22:34:53.5347835Z [00:01:53.056]➜  cat >/tmp/go-build917649677/b116/importcfg << 'EOF' # internal
2025-08-20T22:34:53.5352129Z [00:01:53.056]➜  # import config
2025-08-20T22:34:53.5352718Z [00:01:53.056]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.5353190Z [00:01:53.056]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.5353610Z [00:01:53.056]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.5354023Z [00:01:53.056]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:53.5354328Z [00:01:53.056]➜  EOF
2025-08-20T22:34:53.5356009Z [00:01:53.057]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -o $WORK/b106/_cgo_.o $WORK/b106/_cgo_main.o $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:34:53.5358852Z [00:01:53.057]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b106/_cgo_.o -dynout $WORK/b106/_cgo_import.go
2025-08-20T22:34:53.5361363Z [00:01:53.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/roff@v0.1.0=>github.com/muesli/roff@v0.1.0;$WORK/b116=>" -p github.com/muesli/roff -lang=go1.17 -complete -installsuffix shared -buildid Z34GK8cgOXLTWTpSs7fR/Z34GK8cgOXLTWTpSs7fR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/github.com/muesli/roff@v0.1.0/roff.go
2025-08-20T22:34:53.5397533Z [00:01:53.061]➜  cat >/tmp/go-build917649677/b106/importcfg << 'EOF' # internal
2025-08-20T22:34:53.5400063Z [00:01:53.061]➜  # import config
2025-08-20T22:34:53.5401002Z [00:01:53.061]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:34:53.5401905Z [00:01:53.061]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:53.5402522Z [00:01:53.061]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:53.5403141Z [00:01:53.061]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.5404228Z [00:01:53.061]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build917649677/b107/_pkg_.a
2025-08-20T22:34:53.5405077Z [00:01:53.061]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:53.5410163Z [00:01:53.061]➜  packagefile internal/godebug=/tmp/go-build917649677/b044/_pkg_.a
2025-08-20T22:34:53.5410830Z [00:01:53.061]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:53.5411328Z [00:01:53.061]➜  packagefile internal/nettrace=/tmp/go-build917649677/b108/_pkg_.a
2025-08-20T22:34:53.5411826Z [00:01:53.061]➜  packagefile internal/poll=/tmp/go-build917649677/b062/_pkg_.a
2025-08-20T22:34:53.5412324Z [00:01:53.061]➜  packagefile internal/singleflight=/tmp/go-build917649677/b109/_pkg_.a
2025-08-20T22:34:53.5412841Z [00:01:53.061]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:53.5413354Z [00:01:53.061]➜  packagefile internal/syscall/unix=/tmp/go-build917649677/b063/_pkg_.a
2025-08-20T22:34:53.5413818Z [00:01:53.061]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.5414219Z [00:01:53.061]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:53.5414635Z [00:01:53.061]➜  packagefile net/netip=/tmp/go-build917649677/b110/_pkg_.a
2025-08-20T22:34:53.5415042Z [00:01:53.061]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.5415444Z [00:01:53.061]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.5415869Z [00:01:53.061]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:53.5416274Z [00:01:53.061]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.5416693Z [00:01:53.061]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:53.5417121Z [00:01:53.061]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:53.5417527Z [00:01:53.061]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:53.5417962Z [00:01:53.061]➜  packagefile runtime/cgo=/tmp/go-build917649677/b090/_pkg_.a
2025-08-20T22:34:53.5418289Z [00:01:53.061]➜  EOF
2025-08-20T22:34:53.5427274Z [00:01:53.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b106=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/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/b106/_cgo_gotypes.go $WORK/b106/cgo_linux.cgo1.go $WORK/b106/cgo_resnew.cgo1.go $WORK/b106/cgo_socknew.cgo1.go $WORK/b106/cgo_unix_cgo.cgo1.go $WORK/b106/cgo_unix_cgo_res.cgo1.go $WORK/b106/_cgo_import.go
2025-08-20T22:34:53.5593452Z [00:01:53.081]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:34:53.5602995Z [00:01:53.082]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/b0/b004064ac1d52129d68307757c796e10157a39cd584cdbfac520267a5702ba97-d # internal
2025-08-20T22:34:53.5608838Z [00:01:53.082]➜  golang.org/x/text/internal/language
2025-08-20T22:34:53.5609716Z [00:01:53.082]➜  mkdir -p $WORK/b120/
2025-08-20T22:34:53.5616877Z [00:01:53.083]➜  cat >/tmp/go-build917649677/b120/importcfg << 'EOF' # internal
2025-08-20T22:34:53.5617314Z [00:01:53.083]➜  # import config
2025-08-20T22:34:53.5617657Z [00:01:53.083]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.5618073Z [00:01:53.083]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.5618478Z [00:01:53.083]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.5618979Z [00:01:53.083]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build917649677/b121/_pkg_.a
2025-08-20T22:34:53.5619772Z [00:01:53.083]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.5620190Z [00:01:53.083]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.5620610Z [00:01:53.083]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.5620917Z [00:01:53.083]➜  EOF
2025-08-20T22:34:53.5630239Z [00:01:53.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language=>golang.org/x/text@v0.24.0/internal/language;$WORK/b120=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid mwB_jWFUHr721nmKpfaZ/mwB_jWFUHr721nmKpfaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tags.go
2025-08-20T22:34:53.6161560Z [00:01:53.135]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:34:53.6168080Z [00:01:53.138]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/93/93cf254893bf91627c55366992ecba8bbd71e728c4ccaa22b456b93cd008e600-d # internal
2025-08-20T22:34:53.6168768Z [00:01:53.138]➜  github.com/charmbracelet/colorprofile
2025-08-20T22:34:53.6190332Z [00:01:53.138]➜  mkdir -p $WORK/b067/
2025-08-20T22:34:53.6192214Z [00:01:53.138]➜  cat >/tmp/go-build917649677/b067/importcfg << 'EOF' # internal
2025-08-20T22:34:53.6193464Z [00:01:53.138]➜  # import config
2025-08-20T22:34:53.6193887Z [00:01:53.138]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.6194302Z [00:01:53.138]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.6194809Z [00:01:53.138]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:53.6195397Z [00:01:53.138]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:53.6196363Z [00:01:53.138]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build917649677/b070/_pkg_.a
2025-08-20T22:34:53.6196919Z [00:01:53.138]➜  packagefile github.com/xo/terminfo=/tmp/go-build917649677/b087/_pkg_.a
2025-08-20T22:34:53.6197399Z [00:01:53.138]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:53.6197815Z [00:01:53.138]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.6198222Z [00:01:53.138]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:53.6198651Z [00:01:53.138]➜  packagefile os/exec=/tmp/go-build917649677/b091/_pkg_.a
2025-08-20T22:34:53.6199065Z [00:01:53.138]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:53.6199768Z [00:01:53.138]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.6200191Z [00:01:53.138]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.6200513Z [00:01:53.138]➜  EOF
2025-08-20T22:34:53.6203522Z [00:01:53.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1=>github.com/charmbracelet/colorprofile@v0.3.1;$WORK/b067=>" -p github.com/charmbracelet/colorprofile -lang=go1.23 -complete -installsuffix shared -buildid yd8eJEiBjdKO_wnPrGzq/yd8eJEiBjdKO_wnPrGzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/writer.go
2025-08-20T22:34:53.7473190Z [00:01:53.268]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:34:53.7521184Z [00:01:53.273]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/21/21ee947134555f2cafe86dd208774c57d3101e44a6da1debf229c18610f3a895-d # internal
2025-08-20T22:34:53.7521954Z [00:01:53.273]➜  golang.org/x/text/internal/language/compact
2025-08-20T22:34:53.7537878Z [00:01:53.275]➜  mkdir -p $WORK/b122/
2025-08-20T22:34:53.7540745Z [00:01:53.275]➜  cat >/tmp/go-build917649677/b122/importcfg << 'EOF' # internal
2025-08-20T22:34:53.7541124Z [00:01:53.275]➜  # import config
2025-08-20T22:34:53.7541580Z [00:01:53.275]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build917649677/b120/_pkg_.a
2025-08-20T22:34:53.7542435Z [00:01:53.275]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.7542920Z [00:01:53.275]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.7543701Z [00:01:53.275]➜  EOF
2025-08-20T22:34:53.7547174Z [00:01:53.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact=>golang.org/x/text@v0.24.0/internal/language/compact;$WORK/b122=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid SJNZ-uBhwKaZ7WZngu_3/SJNZ-uBhwKaZ7WZngu_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tags.go
2025-08-20T22:34:53.7634302Z [00:01:53.285]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:34:53.7647366Z [00:01:53.286]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/1f/1f9aed589ae09a7252a778443eef915b621d51c14237dfef9292bc33e09034b0-d # internal
2025-08-20T22:34:53.7681524Z [00:01:53.289]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T22:34:53.7682504Z [00:01:53.289]➜  mkdir -p $WORK/b095/
2025-08-20T22:34:53.7683116Z [00:01:53.289]➜  cat >/tmp/go-build917649677/b095/importcfg << 'EOF' # internal
2025-08-20T22:34:53.7684132Z [00:01:53.289]➜  # import config
2025-08-20T22:34:53.7684695Z [00:01:53.289]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:53.7700300Z [00:01:53.289]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.7700786Z [00:01:53.289]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.7701344Z [00:01:53.289]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build917649677/b067/_pkg_.a
2025-08-20T22:34:53.7701978Z [00:01:53.289]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:53.7702570Z [00:01:53.289]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:53.7703142Z [00:01:53.289]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build917649677/b077/_pkg_.a
2025-08-20T22:34:53.7703698Z [00:01:53.289]➜  packagefile github.com/rivo/uniseg=/tmp/go-build917649677/b078/_pkg_.a
2025-08-20T22:34:53.7704162Z [00:01:53.289]➜  packagefile image=/tmp/go-build917649677/b096/_pkg_.a
2025-08-20T22:34:53.7704590Z [00:01:53.289]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:53.7705010Z [00:01:53.289]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.7705398Z [00:01:53.289]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.7705848Z [00:01:53.289]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.7706256Z [00:01:53.289]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.7706664Z [00:01:53.289]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:53.7707100Z [00:01:53.289]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.7707428Z [00:01:53.289]➜  EOF
2025-08-20T22:34:53.7713158Z [00:01:53.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b095=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid DvPYTTDB7_gK1xd-ICn5/DvPYTTDB7_gK1xd-ICn5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T22:34:53.7721848Z [00:01:53.294]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:34:53.7813468Z [00:01:53.302]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T22:34:53.7815955Z [00:01:53.303]➜  golang.org/x/text/unicode/norm
2025-08-20T22:34:53.7816299Z [00:01:53.303]➜  mkdir -p $WORK/b124/
2025-08-20T22:34:53.7818445Z [00:01:53.303]➜  cat >/tmp/go-build917649677/b124/importcfg << 'EOF' # internal
2025-08-20T22:34:53.7818911Z [00:01:53.303]➜  # import config
2025-08-20T22:34:53.7819780Z [00:01:53.303]➜  packagefile encoding/binary=/tmp/go-build917649677/b086/_pkg_.a
2025-08-20T22:34:53.7820554Z [00:01:53.303]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.7821050Z [00:01:53.303]➜  packagefile golang.org/x/text/transform=/tmp/go-build917649677/b123/_pkg_.a
2025-08-20T22:34:53.7821522Z [00:01:53.303]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:53.7821921Z [00:01:53.303]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.7822352Z [00:01:53.303]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:53.7822695Z [00:01:53.303]➜  EOF
2025-08-20T22:34:53.7826508Z [00:01:53.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm=>golang.org/x/text@v0.24.0/unicode/norm;$WORK/b124=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid QGxGgOt-7sh3SURtq7H3/QGxGgOt-7sh3SURtq7H3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/trie.go
2025-08-20T22:34:53.7949665Z [00:01:53.316]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:34:53.7955589Z [00:01:53.317]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/24/241a0d3d04deba1d4db4847a431e990b49e43e5bd131c1e42353afb6c69f7920-d # internal
2025-08-20T22:34:53.7957935Z [00:01:53.317]➜  golang.org/x/text/language
2025-08-20T22:34:53.7958355Z [00:01:53.317]➜  mkdir -p $WORK/b119/
2025-08-20T22:34:53.7962851Z [00:01:53.318]➜  cat >/tmp/go-build917649677/b119/importcfg << 'EOF' # internal
2025-08-20T22:34:53.7963242Z [00:01:53.318]➜  # import config
2025-08-20T22:34:53.7963582Z [00:01:53.318]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:53.7963989Z [00:01:53.318]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:53.7964505Z [00:01:53.318]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build917649677/b120/_pkg_.a
2025-08-20T22:34:53.7974259Z [00:01:53.318]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build917649677/b122/_pkg_.a
2025-08-20T22:34:53.7974931Z [00:01:53.319]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.7975353Z [00:01:53.319]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:53.7975775Z [00:01:53.319]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:53.7976084Z [00:01:53.319]➜  EOF
2025-08-20T22:34:53.7979568Z [00:01:53.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/language=>golang.org/x/text@v0.24.0/language;$WORK/b119=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid peTkbL2JLeDarE3VKKUM/peTkbL2JLeDarE3VKKUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tags.go
2025-08-20T22:34:53.9280586Z [00:01:53.449]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:34:53.9320666Z [00:01:53.453]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/01/01d133cd83a739ec921d8d5faeee2ab4c59d32f6ba05fa5c166c725587395c1c-d # internal
2025-08-20T22:34:53.9340229Z [00:01:53.455]➜  golang.org/x/text/internal
2025-08-20T22:34:53.9341062Z [00:01:53.455]➜  mkdir -p $WORK/b118/
2025-08-20T22:34:53.9346947Z [00:01:53.456]➜  cat >/tmp/go-build917649677/b118/importcfg << 'EOF' # internal
2025-08-20T22:34:53.9347371Z [00:01:53.456]➜  # import config
2025-08-20T22:34:53.9347793Z [00:01:53.456]➜  packagefile golang.org/x/text/language=/tmp/go-build917649677/b119/_pkg_.a
2025-08-20T22:34:53.9348299Z [00:01:53.456]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:53.9348612Z [00:01:53.456]➜  EOF
2025-08-20T22:34:53.9352203Z [00:01:53.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal=>golang.org/x/text@v0.24.0/internal;$WORK/b118=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid FGwH3Hv4I4TSqUgRtUJf/FGwH3Hv4I4TSqUgRtUJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/match.go
2025-08-20T22:34:53.9578860Z [00:01:53.479]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:34:53.9586933Z [00:01:53.480]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/e5/e57754b0922107c22c9b4de35ccbe1bd6e5e05733d16aa293d7aaed6382d8189-d # internal
2025-08-20T22:34:53.9595110Z [00:01:53.481]➜  os/signal
2025-08-20T22:34:53.9601645Z [00:01:53.481]➜  mkdir -p $WORK/b125/
2025-08-20T22:34:53.9611378Z [00:01:53.482]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T22:34:53.9618731Z [00:01:53.483]➜  cd /root/.go/src/os/signal
2025-08-20T22:34:53.9620539Z [00:01:53.483]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b125/symabis ./sig.s
2025-08-20T22:34:53.9650347Z [00:01:53.486]➜  cat >/tmp/go-build917649677/b125/importcfg << 'EOF' # internal
2025-08-20T22:34:53.9651660Z [00:01:53.486]➜  # import config
2025-08-20T22:34:53.9653738Z [00:01:53.486]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:53.9654244Z [00:01:53.486]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:53.9654704Z [00:01:53.486]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:53.9655425Z [00:01:53.486]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:53.9655926Z [00:01:53.486]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:53.9656240Z [00:01:53.486]➜  EOF
2025-08-20T22:34:53.9656488Z [00:01:53.487]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:53.9658359Z [00:01:53.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -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/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:34:54.0370575Z [00:01:53.558]➜  cd /root/.go/src/os/signal
2025-08-20T22:34:54.0371964Z [00:01:53.558]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b125/sig.o ./sig.s
2025-08-20T22:34:54.0489934Z [00:01:53.570]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/sig.o # internal
2025-08-20T22:34:54.0496578Z [00:01:53.571]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:34:54.0500080Z [00:01:53.571]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T22:34:54.0502992Z [00:01:53.571]➜  runtime/debug
2025-08-20T22:34:54.0503285Z [00:01:53.571]➜  mkdir -p $WORK/b126/
2025-08-20T22:34:54.0503599Z [00:01:53.572]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T22:34:54.0503916Z [00:01:53.572]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:34:54.0504925Z [00:01:53.572]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b126/symabis ./debug.s
2025-08-20T22:34:54.0567233Z [00:01:53.578]➜  cat >/tmp/go-build917649677/b126/importcfg << 'EOF' # internal
2025-08-20T22:34:54.0567658Z [00:01:53.578]➜  # import config
2025-08-20T22:34:54.0568048Z [00:01:53.578]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.0568495Z [00:01:53.578]➜  packagefile internal/poll=/tmp/go-build917649677/b062/_pkg_.a
2025-08-20T22:34:54.0568924Z [00:01:53.578]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.0569564Z [00:01:53.578]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:54.0569988Z [00:01:53.578]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:54.0570405Z [00:01:53.578]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.0570821Z [00:01:53.578]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.0571231Z [00:01:53.578]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:54.0571548Z [00:01:53.578]➜  EOF
2025-08-20T22:34:54.0599656Z [00:01:53.581]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:54.0618477Z [00:01:53.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -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/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:34:54.0825303Z [00:01:53.604]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:34:54.0864109Z [00:01:53.608]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/98/980f8bb896008bf9b85e24b527421bbb3e09460218adfe430b9b2e402c687065-d # internal
2025-08-20T22:34:54.0905278Z [00:01:53.612]➜  github.com/charmbracelet/lipgloss/v2
2025-08-20T22:34:54.0906111Z [00:01:53.612]➜  mkdir -p $WORK/b094/
2025-08-20T22:34:54.0909325Z [00:01:53.612]➜  cat >/tmp/go-build917649677/b094/importcfg << 'EOF' # internal
2025-08-20T22:34:54.0909749Z [00:01:53.612]➜  # import config
2025-08-20T22:34:54.0910093Z [00:01:53.612]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:54.0910502Z [00:01:53.612]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.0911026Z [00:01:53.612]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build917649677/b067/_pkg_.a
2025-08-20T22:34:54.0912872Z [00:01:53.613]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:54.0913541Z [00:01:53.613]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build917649677/b095/_pkg_.a
2025-08-20T22:34:54.0914136Z [00:01:53.613]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:54.0914743Z [00:01:53.613]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build917649677/b070/_pkg_.a
2025-08-20T22:34:54.0915334Z [00:01:53.613]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build917649677/b098/_pkg_.a
2025-08-20T22:34:54.0918355Z [00:01:53.613]➜  packagefile github.com/rivo/uniseg=/tmp/go-build917649677/b078/_pkg_.a
2025-08-20T22:34:54.0918987Z [00:01:53.613]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:54.0919592Z [00:01:53.613]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.0920319Z [00:01:53.613]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:54.0920719Z [00:01:53.613]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.0921123Z [00:01:53.613]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:54.0921540Z [00:01:53.613]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.0921957Z [00:01:53.613]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.0922378Z [00:01:53.613]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:54.0922788Z [00:01:53.613]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:54.0923099Z [00:01:53.613]➜  EOF
2025-08-20T22:34:54.0931636Z [00:01:53.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1=>github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1;$WORK/b094=>" -p github.com/charmbracelet/lipgloss/v2 -lang=go1.23 -complete -installsuffix shared -buildid vQmhMBi6dCitoz0KoQ18/vQmhMBi6dCitoz0KoQ18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/query.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/whitespace.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/writer.go
2025-08-20T22:34:54.1233193Z [00:01:53.644]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:34:54.1253150Z [00:01:53.646]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d # internal
2025-08-20T22:34:54.1315501Z [00:01:53.653]➜  golang.org/x/text/cases
2025-08-20T22:34:54.1319281Z [00:01:53.653]➜  mkdir -p $WORK/b117/
2025-08-20T22:34:54.1322431Z [00:01:53.653]➜  cat >/tmp/go-build917649677/b117/importcfg << 'EOF' # internal
2025-08-20T22:34:54.1322848Z [00:01:53.653]➜  # import config
2025-08-20T22:34:54.1323265Z [00:01:53.653]➜  packagefile golang.org/x/text/internal=/tmp/go-build917649677/b118/_pkg_.a
2025-08-20T22:34:54.1323822Z [00:01:53.653]➜  packagefile golang.org/x/text/language=/tmp/go-build917649677/b119/_pkg_.a
2025-08-20T22:34:54.1324377Z [00:01:53.653]➜  packagefile golang.org/x/text/transform=/tmp/go-build917649677/b123/_pkg_.a
2025-08-20T22:34:54.1324948Z [00:01:53.653]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build917649677/b124/_pkg_.a
2025-08-20T22:34:54.1325452Z [00:01:53.653]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.1325871Z [00:01:53.653]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:54.1326307Z [00:01:53.653]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:54.1326636Z [00:01:53.653]➜  EOF
2025-08-20T22:34:54.1346417Z [00:01:53.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/cases=>golang.org/x/text@v0.24.0/cases;$WORK/b117=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid Hn-jUwZrHHrqE6TGvhfQ/Hn-jUwZrHHrqE6TGvhfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/trieval.go
2025-08-20T22:34:54.1545644Z [00:01:53.676]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:34:54.1549075Z [00:01:53.676]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b126/debug.o ./debug.s
2025-08-20T22:34:54.1622141Z [00:01:53.683]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/debug.o # internal
2025-08-20T22:34:54.1623262Z [00:01:53.683]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:34:54.1630171Z [00:01:53.684]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T22:34:54.1636147Z [00:01:53.685]➜  github.com/charmbracelet/x/termios
2025-08-20T22:34:54.1636524Z [00:01:53.685]➜  mkdir -p $WORK/b129/
2025-08-20T22:34:54.1653576Z [00:01:53.687]➜  cat >/tmp/go-build917649677/b129/importcfg << 'EOF' # internal
2025-08-20T22:34:54.1656697Z [00:01:53.687]➜  # import config
2025-08-20T22:34:54.1657464Z [00:01:53.687]➜  packagefile golang.org/x/sys/unix=/tmp/go-build917649677/b085/_pkg_.a
2025-08-20T22:34:54.1658409Z [00:01:53.687]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:54.1659316Z [00:01:53.687]➜  EOF
2025-08-20T22:34:54.1659704Z [00:01:53.687]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:54.1663130Z [00:01:53.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1=>github.com/charmbracelet/x/termios@v0.1.1;$WORK/b129=>" -p github.com/charmbracelet/x/termios -lang=go1.18 -complete -installsuffix shared -buildid cvuYbAnJ8XMS3q9wd8xv/cvuYbAnJ8XMS3q9wd8xv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/bit_other.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/syscalls_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_other.go
2025-08-20T22:34:54.1964658Z [00:01:53.718]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:34:54.1970495Z [00:01:53.718]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/99/99e73e5f5c35795e531c208a2ee493acbf6cc002b1fd7b28e13e59ce36f21bee-d # internal
2025-08-20T22:34:54.1975079Z [00:01:53.719]➜  github.com/creack/pty
2025-08-20T22:34:54.1975441Z [00:01:53.719]➜  mkdir -p $WORK/b130/
2025-08-20T22:34:54.1987319Z [00:01:53.720]➜  cat >/tmp/go-build917649677/b130/importcfg << 'EOF' # internal
2025-08-20T22:34:54.1988253Z [00:01:53.720]➜  # import config
2025-08-20T22:34:54.1988985Z [00:01:53.720]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.1990072Z [00:01:53.720]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.1990570Z [00:01:53.720]➜  packagefile os/exec=/tmp/go-build917649677/b091/_pkg_.a
2025-08-20T22:34:54.1991000Z [00:01:53.720]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.1991419Z [00:01:53.720]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:54.1991729Z [00:01:53.720]➜  EOF
2025-08-20T22:34:54.1995451Z [00:01:53.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.24=>github.com/creack/pty@v1.1.24;$WORK/b130=>" -p github.com/creack/pty -lang=go1.18 -complete -installsuffix shared -buildid Rc_SwKgjvBmmbWtQ-ts_/Rc_SwKgjvBmmbWtQ-ts_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.24/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl_inner.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ztypes_arm64.go
2025-08-20T22:34:54.2454045Z [00:01:53.767]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:34:54.2470636Z [00:01:53.768]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/c4/c4190f285adb6a3af7c5d30b44d7a6a4da8ecd864531876b73ebc67d213c8078-d # internal
2025-08-20T22:34:54.2474679Z [00:01:53.769]➜  github.com/charmbracelet/x/xpty
2025-08-20T22:34:54.2481302Z [00:01:53.769]➜  mkdir -p $WORK/b127/
2025-08-20T22:34:54.2484451Z [00:01:53.770]➜  cat >/tmp/go-build917649677/b127/importcfg << 'EOF' # internal
2025-08-20T22:34:54.2484880Z [00:01:53.770]➜  # import config
2025-08-20T22:34:54.2485252Z [00:01:53.770]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:54.2485676Z [00:01:53.770]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.2486197Z [00:01:53.770]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build917649677/b128/_pkg_.a
2025-08-20T22:34:54.2486792Z [00:01:53.770]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:54.2487389Z [00:01:53.770]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build917649677/b129/_pkg_.a
2025-08-20T22:34:54.2487966Z [00:01:53.770]➜  packagefile github.com/creack/pty=/tmp/go-build917649677/b130/_pkg_.a
2025-08-20T22:34:54.2488478Z [00:01:53.770]➜  packagefile golang.org/x/sys/unix=/tmp/go-build917649677/b085/_pkg_.a
2025-08-20T22:34:54.2488922Z [00:01:53.770]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.2489437Z [00:01:53.770]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.2489853Z [00:01:53.770]➜  packagefile os/exec=/tmp/go-build917649677/b091/_pkg_.a
2025-08-20T22:34:54.2490570Z [00:01:53.770]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:54.2490957Z [00:01:53.770]➜  EOF
2025-08-20T22:34:54.2503919Z [00:01:53.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2=>github.com/charmbracelet/x/xpty@v0.1.2;$WORK/b127=>" -p github.com/charmbracelet/x/xpty -lang=go1.18 -complete -installsuffix shared -buildid hKvTNxwkKkyG7TVE06gT/hKvTNxwkKkyG7TVE06gT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/xpty.go
2025-08-20T22:34:54.3120760Z [00:01:53.833]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:34:54.3139375Z [00:01:53.835]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/49/49441d57ca13a4843b902c8a7c5f27bb19f74c419f0c132ea3b787811cc85a8d-d # internal
2025-08-20T22:34:54.3252841Z [00:01:53.847]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:34:54.3284906Z [00:01:53.850]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/6e/6ea082241739615668c305b40e7c6c82ca272f99a5db568d6f2fb45ae228d001-d # internal
2025-08-20T22:34:54.3755873Z [00:01:53.897]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:34:54.3793522Z [00:01:53.901]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/c8/c830d99aa9938009f5c53bd22ee7e68cd451d615f71a7f893a8571c8b963856d-d # internal
2025-08-20T22:34:54.3888595Z [00:01:53.910]➜  cd /root/.go/src/net
2025-08-20T22:34:54.3889656Z [00:01:53.910]➜  go tool pack r $WORK/b106/_pkg_.a $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o # internal
2025-08-20T22:34:54.3890510Z [00:01:53.910]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:34:54.3985505Z [00:01:53.920]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/c1/c11a669e9f300d813f8402aaa99079cc83e2b375b93acd742431248e8e7fdbb0-d # internal
2025-08-20T22:34:54.4001427Z [00:01:53.921]➜  github.com/spf13/pflag
2025-08-20T22:34:54.4002029Z [00:01:53.921]➜  mkdir -p $WORK/b103/
2025-08-20T22:34:54.4003771Z [00:01:53.922]➜  cat >/tmp/go-build917649677/b103/importcfg << 'EOF' # internal
2025-08-20T22:34:54.4004739Z [00:01:53.922]➜  # import config
2025-08-20T22:34:54.4005106Z [00:01:53.922]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:54.4005563Z [00:01:53.922]➜  packagefile encoding/base64=/tmp/go-build917649677/b051/_pkg_.a
2025-08-20T22:34:54.4006030Z [00:01:53.922]➜  packagefile encoding/csv=/tmp/go-build917649677/b104/_pkg_.a
2025-08-20T22:34:54.4006501Z [00:01:53.922]➜  packagefile encoding/hex=/tmp/go-build917649677/b054/_pkg_.a
2025-08-20T22:34:54.4006953Z [00:01:53.922]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.4007365Z [00:01:53.922]➜  packagefile flag=/tmp/go-build917649677/b105/_pkg_.a
2025-08-20T22:34:54.4007761Z [00:01:53.922]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.4008147Z [00:01:53.922]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.4008535Z [00:01:53.922]➜  packagefile net=/tmp/go-build917649677/b106/_pkg_.a
2025-08-20T22:34:54.4008935Z [00:01:53.922]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.4009624Z [00:01:53.922]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:54.4010055Z [00:01:53.922]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:54.4010465Z [00:01:53.922]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.4010879Z [00:01:53.922]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.4011662Z [00:01:53.922]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:54.4012031Z [00:01:53.922]➜  EOF
2025-08-20T22:34:54.4012281Z [00:01:53.922]➜  cd /tmp/tmp.tP3OQCkd5O/TEMPREPO
2025-08-20T22:34:54.4021768Z [00:01:53.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b103=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid Cj2cPAa4TBeEJqigwOdU/Cj2cPAa4TBeEJqigwOdU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint_slice.go
2025-08-20T22:34:54.5989409Z [00:01:54.120]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:34:54.6047309Z [00:01:54.126]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/ce/cedea6612ddea0593b48457470066f205dd17e1f83a52a4418df52166878f08e-d # internal
2025-08-20T22:34:54.6052720Z [00:01:54.127]➜  github.com/muesli/mango-pflag
2025-08-20T22:34:54.6055698Z [00:01:54.127]➜  mkdir -p $WORK/b102/
2025-08-20T22:34:54.6056130Z [00:01:54.127]➜  cat >/tmp/go-build917649677/b102/importcfg << 'EOF' # internal
2025-08-20T22:34:54.6056483Z [00:01:54.127]➜  # import config
2025-08-20T22:34:54.6056881Z [00:01:54.127]➜  packagefile github.com/muesli/mango=/tmp/go-build917649677/b101/_pkg_.a
2025-08-20T22:34:54.6057410Z [00:01:54.127]➜  packagefile github.com/spf13/pflag=/tmp/go-build917649677/b103/_pkg_.a
2025-08-20T22:34:54.6057793Z [00:01:54.127]➜  EOF
2025-08-20T22:34:54.6061978Z [00:01:54.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango-pflag@v0.1.0=>github.com/muesli/mango-pflag@v0.1.0;$WORK/b102=>" -p github.com/muesli/mango-pflag -lang=go1.17 -complete -installsuffix shared -buildid owGtTp8WIDpRJkcIFE-W/owGtTp8WIDpRJkcIFE-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango-pflag@v0.1.0/mpflag.go
2025-08-20T22:34:54.6063681Z [00:01:54.127]➜  github.com/spf13/cobra
2025-08-20T22:34:54.6063956Z [00:01:54.127]➜  mkdir -p $WORK/b113/
2025-08-20T22:34:54.6064319Z [00:01:54.127]➜  cat >/tmp/go-build917649677/b113/importcfg << 'EOF' # internal
2025-08-20T22:34:54.6064662Z [00:01:54.127]➜  # import config
2025-08-20T22:34:54.6064996Z [00:01:54.127]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:54.6065427Z [00:01:54.127]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:54.6065843Z [00:01:54.127]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.6066248Z [00:01:54.127]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.6066707Z [00:01:54.127]➜  packagefile github.com/spf13/pflag=/tmp/go-build917649677/b103/_pkg_.a
2025-08-20T22:34:54.6067158Z [00:01:54.127]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.6067554Z [00:01:54.127]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.6067981Z [00:01:54.127]➜  packagefile path/filepath=/tmp/go-build917649677/b092/_pkg_.a
2025-08-20T22:34:54.6068423Z [00:01:54.127]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:54.6068838Z [00:01:54.127]➜  packagefile regexp=/tmp/go-build917649677/b079/_pkg_.a
2025-08-20T22:34:54.6069461Z [00:01:54.127]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:54.6070163Z [00:01:54.127]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.6070585Z [00:01:54.127]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.6070993Z [00:01:54.127]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:54.6071427Z [00:01:54.127]➜  packagefile text/template=/tmp/go-build917649677/b114/_pkg_.a
2025-08-20T22:34:54.6071858Z [00:01:54.127]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:54.6072273Z [00:01:54.127]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:54.6072580Z [00:01:54.127]➜  EOF
2025-08-20T22:34:54.6077047Z [00:01:54.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b113=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid X6114ZP4a5pe0D_uMDFt/X6114ZP4a5pe0D_uMDFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T22:34:54.6157271Z [00:01:54.137]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:34:54.6162507Z [00:01:54.138]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/65/65302da393870569f9ea05d2c44c098de623913d2d6e9bf702c7481acbbcbfcb-d # internal
2025-08-20T22:34:54.7541422Z [00:01:54.275]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:34:54.7576791Z [00:01:54.279]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/37/377275ceb7f0c0f7bbee5c61a74e513e698c674de6427e8cae93dc181eb92947-d # internal
2025-08-20T22:34:54.7577411Z [00:01:54.279]➜  github.com/muesli/mango-cobra
2025-08-20T22:34:54.7577707Z [00:01:54.279]➜  mkdir -p $WORK/b100/
2025-08-20T22:34:54.7579887Z [00:01:54.279]➜  cat >/tmp/go-build917649677/b100/importcfg << 'EOF' # internal
2025-08-20T22:34:54.7580342Z [00:01:54.279]➜  # import config
2025-08-20T22:34:54.7580746Z [00:01:54.279]➜  packagefile github.com/muesli/mango=/tmp/go-build917649677/b101/_pkg_.a
2025-08-20T22:34:54.7581307Z [00:01:54.279]➜  packagefile github.com/muesli/mango-pflag=/tmp/go-build917649677/b102/_pkg_.a
2025-08-20T22:34:54.7581849Z [00:01:54.279]➜  packagefile github.com/spf13/cobra=/tmp/go-build917649677/b113/_pkg_.a
2025-08-20T22:34:54.7582225Z [00:01:54.279]➜  EOF
2025-08-20T22:34:54.7584000Z [00:01:54.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango-cobra@v1.2.0=>github.com/muesli/mango-cobra@v1.2.0;$WORK/b100=>" -p github.com/muesli/mango-cobra -lang=go1.17 -complete -installsuffix shared -buildid 1PyaJC0CMzpwg3kaunLa/1PyaJC0CMzpwg3kaunLa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango-cobra@v1.2.0/mcobra.go
2025-08-20T22:34:54.7748401Z [00:01:54.296]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:34:54.7753951Z [00:01:54.297]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/a9/a9ab489cf570095fdfd41fea1b668613099d0a4f82d92a47140086e960536bde-d # internal
2025-08-20T22:34:54.7754682Z [00:01:54.297]➜  github.com/charmbracelet/fang
2025-08-20T22:34:54.7755739Z [00:01:54.297]➜  mkdir -p $WORK/b093/
2025-08-20T22:34:54.7756937Z [00:01:54.297]➜  cat >/tmp/go-build917649677/b093/importcfg << 'EOF' # internal
2025-08-20T22:34:54.7757686Z [00:01:54.297]➜  # import config
2025-08-20T22:34:54.7758022Z [00:01:54.297]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:54.7758439Z [00:01:54.297]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:54.7758846Z [00:01:54.297]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.7759539Z [00:01:54.297]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build917649677/b067/_pkg_.a
2025-08-20T22:34:54.7760254Z [00:01:54.297]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build917649677/b094/_pkg_.a
2025-08-20T22:34:54.7760863Z [00:01:54.297]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:54.7761490Z [00:01:54.297]➜  packagefile github.com/charmbracelet/x/exp/charmtone=/tmp/go-build917649677/b099/_pkg_.a
2025-08-20T22:34:54.7762108Z [00:01:54.297]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:54.7762693Z [00:01:54.297]➜  packagefile github.com/muesli/mango-cobra=/tmp/go-build917649677/b100/_pkg_.a
2025-08-20T22:34:54.7763232Z [00:01:54.297]➜  packagefile github.com/muesli/roff=/tmp/go-build917649677/b116/_pkg_.a
2025-08-20T22:34:54.7763744Z [00:01:54.297]➜  packagefile github.com/spf13/cobra=/tmp/go-build917649677/b113/_pkg_.a
2025-08-20T22:34:54.7764259Z [00:01:54.297]➜  packagefile github.com/spf13/pflag=/tmp/go-build917649677/b103/_pkg_.a
2025-08-20T22:34:54.7764793Z [00:01:54.297]➜  packagefile golang.org/x/text/cases=/tmp/go-build917649677/b117/_pkg_.a
2025-08-20T22:34:54.7765331Z [00:01:54.297]➜  packagefile golang.org/x/text/language=/tmp/go-build917649677/b119/_pkg_.a
2025-08-20T22:34:54.7765824Z [00:01:54.297]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:54.7766242Z [00:01:54.297]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.7766637Z [00:01:54.297]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:54.7767045Z [00:01:54.297]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.7767457Z [00:01:54.297]➜  packagefile os/signal=/tmp/go-build917649677/b125/_pkg_.a
2025-08-20T22:34:54.7767881Z [00:01:54.297]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:54.7768298Z [00:01:54.297]➜  packagefile regexp=/tmp/go-build917649677/b079/_pkg_.a
2025-08-20T22:34:54.7768734Z [00:01:54.297]➜  packagefile runtime/debug=/tmp/go-build917649677/b126/_pkg_.a
2025-08-20T22:34:54.7769632Z [00:01:54.297]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.7770165Z [00:01:54.297]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.7770580Z [00:01:54.297]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:54.7770884Z [00:01:54.297]➜  EOF
2025-08-20T22:34:54.7773136Z [00:01:54.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0=>github.com/charmbracelet/fang@v0.3.0;$WORK/b093=>" -p github.com/charmbracelet/fang -lang=go1.24 -complete -installsuffix shared -buildid 3sfHLDkblDd29WnzXOhh/3sfHLDkblDd29WnzXOhh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/fang.go /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/help.go /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/theme.go
2025-08-20T22:34:54.8373344Z [00:01:54.359]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:34:54.8388633Z [00:01:54.360]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/71/71875a860bd4ea62f28e36429f8672b013501863d4f9e483338365c9fc741155-d # internal
2025-08-20T22:34:54.8399441Z [00:01:54.361]➜  github.com/charmbracelet/sequin
2025-08-20T22:34:54.8400534Z [00:01:54.361]➜  mkdir -p $WORK/b001/
2025-08-20T22:34:54.8400923Z [00:01:54.361]➜  cat >/tmp/go-build917649677/b001/importcfg << 'EOF' # internal
2025-08-20T22:34:54.8401638Z [00:01:54.361]➜  # import config
2025-08-20T22:34:54.8401980Z [00:01:54.361]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:54.8402403Z [00:01:54.361]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:54.8402856Z [00:01:54.361]➜  packagefile encoding/base64=/tmp/go-build917649677/b051/_pkg_.a
2025-08-20T22:34:54.8403321Z [00:01:54.361]➜  packagefile encoding/hex=/tmp/go-build917649677/b054/_pkg_.a
2025-08-20T22:34:54.8403770Z [00:01:54.361]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.8404176Z [00:01:54.361]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.8404705Z [00:01:54.361]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build917649677/b067/_pkg_.a
2025-08-20T22:34:54.8405317Z [00:01:54.361]➜  packagefile github.com/charmbracelet/fang=/tmp/go-build917649677/b093/_pkg_.a
2025-08-20T22:34:54.8405921Z [00:01:54.361]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build917649677/b094/_pkg_.a
2025-08-20T22:34:54.8406538Z [00:01:54.361]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:54.8407154Z [00:01:54.361]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build917649677/b069/_pkg_.a
2025-08-20T22:34:54.8407762Z [00:01:54.361]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:54.8408346Z [00:01:54.361]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build917649677/b127/_pkg_.a
2025-08-20T22:34:54.8408905Z [00:01:54.361]➜  packagefile github.com/spf13/cobra=/tmp/go-build917649677/b113/_pkg_.a
2025-08-20T22:34:54.8409687Z [00:01:54.361]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:54.8410114Z [00:01:54.361]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.8410517Z [00:01:54.361]➜  packagefile net/url=/tmp/go-build917649677/b082/_pkg_.a
2025-08-20T22:34:54.8410918Z [00:01:54.361]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.8411333Z [00:01:54.361]➜  packagefile os/exec=/tmp/go-build917649677/b091/_pkg_.a
2025-08-20T22:34:54.8411749Z [00:01:54.361]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.8412167Z [00:01:54.361]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:54.8412599Z [00:01:54.361]➜  packagefile runtime/cgo=/tmp/go-build917649677/b090/_pkg_.a
2025-08-20T22:34:54.8412923Z [00:01:54.361]➜  EOF
2025-08-20T22:34:54.8415214Z [00:01:54.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.tP3OQCkd5O/TEMPREPO=>github.com/charmbracelet/sequin;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid JrLpMjdGCyemr6h8HM0K/JrLpMjdGCyemr6h8HM0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./clipboard.go ./color.go ./cursor.go ./cwd.go ./exec.go ./final_term.go ./handlers.go ./hyperlink.go ./kitty.go ./line.go ./main.go ./mode.go ./notify.go ./pointer.go ./screen.go ./sgr.go ./termcap.go ./theme.go ./title.go ./xt.go
2025-08-20T22:34:54.9135817Z [00:01:54.435]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:34:54.9150339Z [00:01:54.436]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/b4/b42cf5044b9a1159ccd5e35a0dfc0dc1c9f4556bb6d4de4c1c66caa540afdee7-d # internal
2025-08-20T22:34:54.9172578Z [00:01:54.439]➜  cat >/tmp/go-build917649677/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:34:54.9174768Z [00:01:54.439]➜  packagefile github.com/charmbracelet/sequin=/tmp/go-build917649677/b001/_pkg_.a
2025-08-20T22:34:54.9175404Z [00:01:54.439]➜  packagefile bytes=/tmp/go-build917649677/b002/_pkg_.a
2025-08-20T22:34:54.9175832Z [00:01:54.439]➜  packagefile context=/tmp/go-build917649677/b042/_pkg_.a
2025-08-20T22:34:54.9176332Z [00:01:54.439]➜  packagefile encoding/base64=/tmp/go-build917649677/b051/_pkg_.a
2025-08-20T22:34:54.9176803Z [00:01:54.439]➜  packagefile encoding/hex=/tmp/go-build917649677/b054/_pkg_.a
2025-08-20T22:34:54.9177597Z [00:01:54.439]➜  packagefile errors=/tmp/go-build917649677/b003/_pkg_.a
2025-08-20T22:34:54.9178004Z [00:01:54.439]➜  packagefile fmt=/tmp/go-build917649677/b055/_pkg_.a
2025-08-20T22:34:54.9178535Z [00:01:54.439]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build917649677/b067/_pkg_.a
2025-08-20T22:34:54.9179143Z [00:01:54.439]➜  packagefile github.com/charmbracelet/fang=/tmp/go-build917649677/b093/_pkg_.a
2025-08-20T22:34:54.9180009Z [00:01:54.439]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build917649677/b094/_pkg_.a
2025-08-20T22:34:54.9180620Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build917649677/b068/_pkg_.a
2025-08-20T22:34:54.9181257Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build917649677/b069/_pkg_.a
2025-08-20T22:34:54.9181865Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build917649677/b084/_pkg_.a
2025-08-20T22:34:54.9182445Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build917649677/b127/_pkg_.a
2025-08-20T22:34:54.9183006Z [00:01:54.439]➜  packagefile github.com/spf13/cobra=/tmp/go-build917649677/b113/_pkg_.a
2025-08-20T22:34:54.9183491Z [00:01:54.439]➜  packagefile image/color=/tmp/go-build917649677/b075/_pkg_.a
2025-08-20T22:34:54.9183914Z [00:01:54.439]➜  packagefile io=/tmp/go-build917649677/b033/_pkg_.a
2025-08-20T22:34:54.9184317Z [00:01:54.439]➜  packagefile net/url=/tmp/go-build917649677/b082/_pkg_.a
2025-08-20T22:34:54.9184724Z [00:01:54.439]➜  packagefile os=/tmp/go-build917649677/b058/_pkg_.a
2025-08-20T22:34:54.9185126Z [00:01:54.439]➜  packagefile os/exec=/tmp/go-build917649677/b091/_pkg_.a
2025-08-20T22:34:54.9185540Z [00:01:54.439]➜  packagefile strings=/tmp/go-build917649677/b066/_pkg_.a
2025-08-20T22:34:54.9185954Z [00:01:54.439]➜  packagefile runtime=/tmp/go-build917649677/b009/_pkg_.a
2025-08-20T22:34:54.9186383Z [00:01:54.439]➜  packagefile runtime/cgo=/tmp/go-build917649677/b090/_pkg_.a
2025-08-20T22:34:54.9186857Z [00:01:54.439]➜  packagefile internal/bytealg=/tmp/go-build917649677/b010/_pkg_.a
2025-08-20T22:34:54.9187301Z [00:01:54.439]➜  packagefile iter=/tmp/go-build917649677/b038/_pkg_.a
2025-08-20T22:34:54.9187718Z [00:01:54.439]➜  packagefile math/bits=/tmp/go-build917649677/b039/_pkg_.a
2025-08-20T22:34:54.9188142Z [00:01:54.439]➜  packagefile unicode=/tmp/go-build917649677/b040/_pkg_.a
2025-08-20T22:34:54.9188603Z [00:01:54.439]➜  packagefile unicode/utf8=/tmp/go-build917649677/b041/_pkg_.a
2025-08-20T22:34:54.9189449Z [00:01:54.439]➜  packagefile internal/reflectlite=/tmp/go-build917649677/b004/_pkg_.a
2025-08-20T22:34:54.9190047Z [00:01:54.439]➜  packagefile sync=/tmp/go-build917649677/b034/_pkg_.a
2025-08-20T22:34:54.9190474Z [00:01:54.439]➜  packagefile sync/atomic=/tmp/go-build917649677/b036/_pkg_.a
2025-08-20T22:34:54.9190892Z [00:01:54.439]➜  packagefile time=/tmp/go-build917649677/b043/_pkg_.a
2025-08-20T22:34:54.9191344Z [00:01:54.439]➜  packagefile internal/byteorder=/tmp/go-build917649677/b012/_pkg_.a
2025-08-20T22:34:54.9192035Z [00:01:54.439]➜  packagefile slices=/tmp/go-build917649677/b049/_pkg_.a
2025-08-20T22:34:54.9192446Z [00:01:54.439]➜  packagefile strconv=/tmp/go-build917649677/b052/_pkg_.a
2025-08-20T22:34:54.9192899Z [00:01:54.439]➜  packagefile internal/fmtsort=/tmp/go-build917649677/b056/_pkg_.a
2025-08-20T22:34:54.9193340Z [00:01:54.439]➜  packagefile math=/tmp/go-build917649677/b053/_pkg_.a
2025-08-20T22:34:54.9193743Z [00:01:54.439]➜  packagefile reflect=/tmp/go-build917649677/b057/_pkg_.a
2025-08-20T22:34:54.9194263Z [00:01:54.439]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build917649677/b070/_pkg_.a
2025-08-20T22:34:54.9194819Z [00:01:54.439]➜  packagefile github.com/xo/terminfo=/tmp/go-build917649677/b087/_pkg_.a
2025-08-20T22:34:54.9195272Z [00:01:54.439]➜  packagefile cmp=/tmp/go-build917649677/b050/_pkg_.a
2025-08-20T22:34:54.9195813Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/exp/charmtone=/tmp/go-build917649677/b099/_pkg_.a
2025-08-20T22:34:54.9196431Z [00:01:54.439]➜  packagefile github.com/muesli/mango-cobra=/tmp/go-build917649677/b100/_pkg_.a
2025-08-20T22:34:54.9196969Z [00:01:54.439]➜  packagefile github.com/muesli/roff=/tmp/go-build917649677/b116/_pkg_.a
2025-08-20T22:34:54.9197486Z [00:01:54.439]➜  packagefile github.com/spf13/pflag=/tmp/go-build917649677/b103/_pkg_.a
2025-08-20T22:34:54.9198057Z [00:01:54.439]➜  packagefile golang.org/x/text/cases=/tmp/go-build917649677/b117/_pkg_.a
2025-08-20T22:34:54.9198602Z [00:01:54.439]➜  packagefile golang.org/x/text/language=/tmp/go-build917649677/b119/_pkg_.a
2025-08-20T22:34:54.9199087Z [00:01:54.439]➜  packagefile os/signal=/tmp/go-build917649677/b125/_pkg_.a
2025-08-20T22:34:54.9199801Z [00:01:54.439]➜  packagefile regexp=/tmp/go-build917649677/b079/_pkg_.a
2025-08-20T22:34:54.9200252Z [00:01:54.439]➜  packagefile runtime/debug=/tmp/go-build917649677/b126/_pkg_.a
2025-08-20T22:34:54.9200793Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build917649677/b095/_pkg_.a
2025-08-20T22:34:54.9201395Z [00:01:54.439]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build917649677/b098/_pkg_.a
2025-08-20T22:34:54.9201935Z [00:01:54.439]➜  packagefile github.com/rivo/uniseg=/tmp/go-build917649677/b078/_pkg_.a
2025-08-20T22:34:54.9202474Z [00:01:54.439]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build917649677/b077/_pkg_.a
2025-08-20T22:34:54.9202949Z [00:01:54.439]➜  packagefile path=/tmp/go-build917649677/b061/_pkg_.a
2025-08-20T22:34:54.9203623Z [00:01:54.439]➜  packagefile golang.org/x/sys/unix=/tmp/go-build917649677/b085/_pkg_.a
2025-08-20T22:34:54.9204237Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build917649677/b128/_pkg_.a
2025-08-20T22:34:54.9204842Z [00:01:54.439]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build917649677/b129/_pkg_.a
2025-08-20T22:34:54.9205398Z [00:01:54.439]➜  packagefile github.com/creack/pty=/tmp/go-build917649677/b130/_pkg_.a
2025-08-20T22:34:54.9205882Z [00:01:54.439]➜  packagefile path/filepath=/tmp/go-build917649677/b092/_pkg_.a
2025-08-20T22:34:54.9206320Z [00:01:54.439]➜  packagefile sort=/tmp/go-build917649677/b081/_pkg_.a
2025-08-20T22:34:54.9206750Z [00:01:54.439]➜  packagefile text/template=/tmp/go-build917649677/b114/_pkg_.a
2025-08-20T22:34:54.9207177Z [00:01:54.439]➜  packagefile maps=/tmp/go-build917649677/b083/_pkg_.a
2025-08-20T22:34:54.9207637Z [00:01:54.439]➜  packagefile internal/filepathlite=/tmp/go-build917649677/b059/_pkg_.a
2025-08-20T22:34:54.9208136Z [00:01:54.439]➜  packagefile internal/goarch=/tmp/go-build917649677/b006/_pkg_.a
2025-08-20T22:34:54.9208598Z [00:01:54.439]➜  packagefile internal/itoa=/tmp/go-build917649677/b047/_pkg_.a
2025-08-20T22:34:54.9209058Z [00:01:54.439]➜  packagefile internal/poll=/tmp/go-build917649677/b062/_pkg_.a
2025-08-20T22:34:54.9209860Z [00:01:54.439]➜  packagefile internal/stringslite=/tmp/go-build917649677/b031/_pkg_.a
2025-08-20T22:34:54.9210393Z [00:01:54.439]➜  packagefile internal/syscall/execenv=/tmp/go-build917649677/b064/_pkg_.a
2025-08-20T22:34:54.9211153Z [00:01:54.439]➜  packagefile internal/syscall/unix=/tmp/go-build917649677/b063/_pkg_.a
2025-08-20T22:34:54.9211652Z [00:01:54.439]➜  packagefile internal/testlog=/tmp/go-build917649677/b065/_pkg_.a
2025-08-20T22:34:54.9212092Z [00:01:54.439]➜  packagefile io/fs=/tmp/go-build917649677/b060/_pkg_.a
2025-08-20T22:34:54.9212501Z [00:01:54.439]➜  packagefile syscall=/tmp/go-build917649677/b046/_pkg_.a
2025-08-20T22:34:54.9212949Z [00:01:54.439]➜  packagefile internal/godebug=/tmp/go-build917649677/b044/_pkg_.a
2025-08-20T22:34:54.9213423Z [00:01:54.439]➜  packagefile internal/abi=/tmp/go-build917649677/b005/_pkg_.a
2025-08-20T22:34:54.9213907Z [00:01:54.439]➜  packagefile internal/chacha8rand=/tmp/go-build917649677/b013/_pkg_.a
2025-08-20T22:34:54.9214430Z [00:01:54.439]➜  packagefile internal/coverage/rtcov=/tmp/go-build917649677/b014/_pkg_.a
2025-08-20T22:34:54.9214919Z [00:01:54.439]➜  packagefile internal/cpu=/tmp/go-build917649677/b011/_pkg_.a
2025-08-20T22:34:54.9215390Z [00:01:54.439]➜  packagefile internal/godebugs=/tmp/go-build917649677/b015/_pkg_.a
2025-08-20T22:34:54.9215902Z [00:01:54.439]➜  packagefile internal/goexperiment=/tmp/go-build917649677/b016/_pkg_.a
2025-08-20T22:34:54.9216388Z [00:01:54.439]➜  packagefile internal/goos=/tmp/go-build917649677/b017/_pkg_.a
2025-08-20T22:34:54.9216886Z [00:01:54.439]➜  packagefile internal/profilerecord=/tmp/go-build917649677/b018/_pkg_.a
2025-08-20T22:34:54.9217415Z [00:01:54.439]➜  packagefile internal/runtime/atomic=/tmp/go-build917649677/b019/_pkg_.a
2025-08-20T22:34:54.9217950Z [00:01:54.439]➜  packagefile internal/runtime/cgroup=/tmp/go-build917649677/b020/_pkg_.a
2025-08-20T22:34:54.9218489Z [00:01:54.439]➜  packagefile internal/runtime/exithook=/tmp/go-build917649677/b024/_pkg_.a
2025-08-20T22:34:54.9219012Z [00:01:54.439]➜  packagefile internal/runtime/gc=/tmp/go-build917649677/b025/_pkg_.a
2025-08-20T22:34:54.9219791Z [00:01:54.439]➜  packagefile internal/runtime/maps=/tmp/go-build917649677/b026/_pkg_.a
2025-08-20T22:34:54.9220324Z [00:01:54.439]➜  packagefile internal/runtime/math=/tmp/go-build917649677/b022/_pkg_.a
2025-08-20T22:34:54.9220853Z [00:01:54.439]➜  packagefile internal/runtime/strconv=/tmp/go-build917649677/b021/_pkg_.a
2025-08-20T22:34:54.9221375Z [00:01:54.439]➜  packagefile internal/runtime/sys=/tmp/go-build917649677/b030/_pkg_.a
2025-08-20T22:34:54.9221896Z [00:01:54.439]➜  packagefile internal/runtime/syscall=/tmp/go-build917649677/b023/_pkg_.a
2025-08-20T22:34:54.9222420Z [00:01:54.439]➜  packagefile internal/trace/tracev2=/tmp/go-build917649677/b032/_pkg_.a
2025-08-20T22:34:54.9223113Z [00:01:54.439]➜  packagefile internal/race=/tmp/go-build917649677/b029/_pkg_.a
2025-08-20T22:34:54.9223678Z [00:01:54.439]➜  packagefile internal/unsafeheader=/tmp/go-build917649677/b008/_pkg_.a
2025-08-20T22:34:54.9224180Z [00:01:54.439]➜  packagefile internal/sync=/tmp/go-build917649677/b035/_pkg_.a
2025-08-20T22:34:54.9224658Z [00:01:54.439]➜  packagefile internal/synctest=/tmp/go-build917649677/b037/_pkg_.a
2025-08-20T22:34:54.9225162Z [00:01:54.439]➜  packagefile database/sql/driver=/tmp/go-build917649677/b071/_pkg_.a
2025-08-20T22:34:54.9225673Z [00:01:54.439]➜  packagefile encoding/json=/tmp/go-build917649677/b072/_pkg_.a
2025-08-20T22:34:54.9226126Z [00:01:54.439]➜  packagefile math/rand=/tmp/go-build917649677/b076/_pkg_.a
2025-08-20T22:34:54.9226553Z [00:01:54.439]➜  packagefile io/ioutil=/tmp/go-build917649677/b088/_pkg_.a
2025-08-20T22:34:54.9226971Z [00:01:54.439]➜  packagefile os/user=/tmp/go-build917649677/b089/_pkg_.a
2025-08-20T22:34:54.9227447Z [00:01:54.439]➜  packagefile github.com/muesli/mango=/tmp/go-build917649677/b101/_pkg_.a
2025-08-20T22:34:54.9227995Z [00:01:54.439]➜  packagefile github.com/muesli/mango-pflag=/tmp/go-build917649677/b102/_pkg_.a
2025-08-20T22:34:54.9228502Z [00:01:54.439]➜  packagefile encoding/csv=/tmp/go-build917649677/b104/_pkg_.a
2025-08-20T22:34:54.9228928Z [00:01:54.439]➜  packagefile flag=/tmp/go-build917649677/b105/_pkg_.a
2025-08-20T22:34:54.9229494Z [00:01:54.439]➜  packagefile net=/tmp/go-build917649677/b106/_pkg_.a
2025-08-20T22:34:54.9230252Z [00:01:54.439]➜  packagefile golang.org/x/text/internal=/tmp/go-build917649677/b118/_pkg_.a
2025-08-20T22:34:54.9230817Z [00:01:54.439]➜  packagefile golang.org/x/text/transform=/tmp/go-build917649677/b123/_pkg_.a
2025-08-20T22:34:54.9231386Z [00:01:54.439]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build917649677/b124/_pkg_.a
2025-08-20T22:34:54.9231979Z [00:01:54.439]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build917649677/b120/_pkg_.a
2025-08-20T22:34:54.9232635Z [00:01:54.439]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build917649677/b122/_pkg_.a
2025-08-20T22:34:54.9233199Z [00:01:54.439]➜  packagefile regexp/syntax=/tmp/go-build917649677/b080/_pkg_.a
2025-08-20T22:34:54.9233629Z [00:01:54.439]➜  packagefile image=/tmp/go-build917649677/b096/_pkg_.a
2025-08-20T22:34:54.9234065Z [00:01:54.439]➜  packagefile encoding/binary=/tmp/go-build917649677/b086/_pkg_.a
2025-08-20T22:34:54.9234558Z [00:01:54.439]➜  packagefile text/template/parse=/tmp/go-build917649677/b115/_pkg_.a
2025-08-20T22:34:54.9235049Z [00:01:54.439]➜  packagefile internal/oserror=/tmp/go-build917649677/b048/_pkg_.a
2025-08-20T22:34:54.9235518Z [00:01:54.439]➜  packagefile internal/asan=/tmp/go-build917649677/b027/_pkg_.a
2025-08-20T22:34:54.9235978Z [00:01:54.439]➜  packagefile internal/msan=/tmp/go-build917649677/b028/_pkg_.a
2025-08-20T22:34:54.9236446Z [00:01:54.439]➜  packagefile internal/bisect=/tmp/go-build917649677/b045/_pkg_.a
2025-08-20T22:34:54.9236902Z [00:01:54.439]➜  packagefile encoding=/tmp/go-build917649677/b073/_pkg_.a
2025-08-20T22:34:54.9237345Z [00:01:54.439]➜  packagefile unicode/utf16=/tmp/go-build917649677/b074/_pkg_.a
2025-08-20T22:34:54.9237777Z [00:01:54.439]➜  packagefile bufio=/tmp/go-build917649677/b097/_pkg_.a
2025-08-20T22:34:54.9238303Z [00:01:54.439]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build917649677/b107/_pkg_.a
2025-08-20T22:34:54.9238856Z [00:01:54.439]➜  packagefile internal/nettrace=/tmp/go-build917649677/b108/_pkg_.a
2025-08-20T22:34:54.9239509Z [00:01:54.439]➜  packagefile internal/singleflight=/tmp/go-build917649677/b109/_pkg_.a
2025-08-20T22:34:54.9240040Z [00:01:54.439]➜  packagefile net/netip=/tmp/go-build917649677/b110/_pkg_.a
2025-08-20T22:34:54.9240555Z [00:01:54.439]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build917649677/b121/_pkg_.a
2025-08-20T22:34:54.9241039Z [00:01:54.439]➜  packagefile unique=/tmp/go-build917649677/b111/_pkg_.a
2025-08-20T22:34:54.9241644Z [00:01:54.439]➜  packagefile weak=/tmp/go-build917649677/b112/_pkg_.a
2025-08-20T22:34:54.9253050Z [00:01:54.439]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/charmbracelet/sequin\nmod\tgithub.com/charmbracelet/sequin\tv0.3.2-0.20250818132341-4ebbc320b9ab\t\ndep\tgithub.com/charmbracelet/colorprofile\tv0.3.1\th1:k8dTHMd7fgw4bnFd7jXTLZrSU/CQrKnL3m+AxCzDz40=\ndep\tgithub.com/charmbracelet/fang\tv0.3.0\th1:Be6TB+ExS8VWizTQRJgjqbJBudKrmVUet65xmFPGhaA=\ndep\tgithub.com/charmbracelet/lipgloss/v2\tv2.0.0-beta1\th1:SOylT6+BQzPHEjn15TIzawBPVD0QmhKXbcb3jY0ZIKU=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.10.1\th1:rL3Koar5XvX0pHGfovN03f5cxLbCF2YvLeyz7D2jVDQ=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/conpty\tv0.1.0\th1:4zc8KaIcbiL4mghEON8D72agYtSeIgq8FSThSPQIb+U=\ndep\tgithub.com/charmbracelet/x/exp/charmtone\tv0.0.0-20250603201427-c31516f43444\th1:IJDiTgVE56gkAGfq0lBEloWgkXMk4hl/bmuPoicI4R0=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/charmbracelet/x/termios\tv0.1.1\th1:o3Q2bT8eqzGnGPOYheoYS8eEleT5ZVNYNy8JawjaNZY=\ndep\tgithub.com/charmbracelet/x/xpty\tv0.1.2\th1:Pqmu4TEJ8KeA9uSkISKMU3f+C1F6OGBn8ABuGlqCbtI=\ndep\tgithub.com/creack/pty\tv1.1.24\th1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/muesli/cancelreader\tv0.2.2\th1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=\ndep\tgithub.com/muesli/mango\tv0.1.0\th1:DZQK45d2gGbql1arsYA4vfg4d7I9Hfx5rX/GCmzsAvI=\ndep\tgithub.com/muesli/mango-cobra\tv1.2.0\th1:DQvjzAM0PMZr85Iv9LIMaYISpTOliMEg+uMFtNbYvWg=\ndep\tgithub.com/muesli/mango-pflag\tv0.1.0\th1:UADqbYgpUyRoBja3g6LUL+3LErjpsOwaC9ywvBWe7Sg=\ndep\tgithub.com/muesli/roff\tv0.1.0\th1:YD0lalCotmYuF5HhZliKWlIx7IEhiXeSfq7hNjFqGF8=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.6\th1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=4ebbc320b9abf8204920665ffe2be3a9a8326b30\nbuild\tvcs.time=2025-08-18T13:23:41Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:34:54.9262937Z [00:01:54.439]➜  EOF
2025-08-20T22:34:54.9263185Z [00:01:54.439]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:34:54.9263432Z [00:01:54.439]➜  cd .
2025-08-20T22:34:54.9265248Z [00:01:54.439]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=aFOt_MNEtb3SrbHk8EAk/JrLpMjdGCyemr6h8HM0K/8zhaAROQvsXPKuYDcMaJ/aFOt_MNEtb3SrbHk8EAk -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:34:55.2937647Z [00:01:54.815]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:34:55.2971088Z [00:01:54.818]➜  mkdir -p /build-bins/
2025-08-20T22:34:55.2972112Z [00:01:54.819]➜  cp $WORK/b001/exe/a.out /build-bins/sequin
2025-08-20T22:34:55.2990634Z [00:01:54.820]➜  rm -rf $WORK/b001/
2025-08-20T22:34:55.4345839Z [00:01:54.956]➜  '/tmp/tmp.tP3OQCkd5O/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:34:55.4484705Z [00:01:54.970]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:34:55.4500713Z [00:01:54.971]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:34:55.4581831Z [00:01:54.979]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:34:55.5192769Z [00:01:55.041]➜  copy from `/build-bins/sequin' [elf64-littleaarch64] to `/build-bins/stNmFleF' [elf64-littleaarch64]
2025-08-20T22:34:55.5316920Z [00:01:55.053]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:34:55.5341825Z [00:01:55.056]➜  
2025-08-20T22:34:55.5355312Z [00:01:55.057]➜  /build-bins/LICENSE
2025-08-20T22:34:55.5386397Z [00:01:55.060]➜  
2025-08-20T22:34:55.5399982Z [00:01:55.061]➜  /build-bins/sequin
2025-08-20T22:34:55.5410272Z [00:01:55.062]➜  There are 24 section headers, starting at offset 0x41a7f8:
2025-08-20T22:34:55.5410697Z [00:01:55.062]➜  
2025-08-20T22:34:55.5410911Z [00:01:55.062]➜  Section Headers:
2025-08-20T22:34:55.5411251Z [00:01:55.062]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:34:55.5411655Z [00:01:55.062]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:34:55.5412044Z [00:01:55.062]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:34:55.5412815Z [00:01:55.062]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:34:55.5413237Z [00:01:55.062]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:34:55.5413653Z [00:01:55.062]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:34:55.5414066Z [00:01:55.062]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T22:34:55.5414482Z [00:01:55.062]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T22:34:55.5414895Z [00:01:55.062]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T22:34:55.5415306Z [00:01:55.062]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:34:55.5415718Z [00:01:55.062]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:34:55.5416127Z [00:01:55.062]➜         000000000005d438  0000000000000018   A       2     0     8
2025-08-20T22:34:55.5416551Z [00:01:55.062]➜    [ 5] .init             PROGBITS         000000000005d6e8  0005d6e8
2025-08-20T22:34:55.5416959Z [00:01:55.062]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:34:55.5417409Z [00:01:55.062]➜    [ 6] .text             PROGBITS         000000000005d700  0005d700
2025-08-20T22:34:55.5417820Z [00:01:55.062]➜         000000000016b910  0000000000000000  AX       0     0     32
2025-08-20T22:34:55.5418232Z [00:01:55.062]➜    [ 7] .fini             PROGBITS         00000000001c9010  001c9010
2025-08-20T22:34:55.5418651Z [00:01:55.062]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:34:55.5419070Z [00:01:55.062]➜    [ 8] .rodata           PROGBITS         00000000001c9020  001c9020
2025-08-20T22:34:55.5419806Z [00:01:55.062]➜         000000000006bcfc  0000000000000000   A       0     0     32
2025-08-20T22:34:55.5420238Z [00:01:55.062]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000234d1c  00234d1c
2025-08-20T22:34:55.5420667Z [00:01:55.062]➜         0000000000000104  0000000000000000   A       0     0     4
2025-08-20T22:34:55.5421082Z [00:01:55.062]➜    [10] .eh_frame         PROGBITS         0000000000234e20  00234e20
2025-08-20T22:34:55.5421494Z [00:01:55.062]➜         00000000000004c8  0000000000000000   A       0     0     8
2025-08-20T22:34:55.5421903Z [00:01:55.062]➜    [11] .tbss             NOBITS           000000000024fdd0  0023fdd0
2025-08-20T22:34:55.5422310Z [00:01:55.062]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:34:55.5422969Z [00:01:55.062]➜    [12] .init_array       INIT_ARRAY       000000000024fdd0  0023fdd0
2025-08-20T22:34:55.5423501Z [00:01:55.062]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:34:55.5423923Z [00:01:55.062]➜    [13] .fini_array       FINI_ARRAY       000000000024fdd8  0023fdd8
2025-08-20T22:34:55.5424341Z [00:01:55.062]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:34:55.5424767Z [00:01:55.062]➜    [14] .data.rel.ro      PROGBITS         000000000024fde0  0023fde0
2025-08-20T22:34:55.5425189Z [00:01:55.062]➜         0000000000150000  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5425604Z [00:01:55.062]➜    [15] .dynamic          DYNAMIC          000000000039fde0  0038fde0
2025-08-20T22:34:55.5426018Z [00:01:55.062]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:34:55.5426423Z [00:01:55.062]➜    [16] .got              PROGBITS         000000000039ff50  0038ff50
2025-08-20T22:34:55.5426835Z [00:01:55.062]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T22:34:55.5427241Z [00:01:55.062]➜    [17] .data             PROGBITS         00000000003a0000  00390000
2025-08-20T22:34:55.5427657Z [00:01:55.062]➜         000000000000c8e0  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5428092Z [00:01:55.062]➜    [18] .go.buildinfo     PROGBITS         00000000003ac8e0  0039c8e0
2025-08-20T22:34:55.5428783Z [00:01:55.062]➜         0000000000000ac0  0000000000000000  WA       0     0     16
2025-08-20T22:34:55.5429401Z [00:01:55.062]➜    [19] .go.fipsinfo      PROGBITS         00000000003ad3a0  0039d3a0
2025-08-20T22:34:55.5429963Z [00:01:55.062]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5430399Z [00:01:55.062]➜    [20] .noptrdata        PROGBITS         00000000003ad420  0039d420
2025-08-20T22:34:55.5430827Z [00:01:55.062]➜         000000000007d302  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5431242Z [00:01:55.062]➜    [21] .bss              NOBITS           000000000042a740  0041a722
2025-08-20T22:34:55.5431647Z [00:01:55.062]➜         0000000000028fb8  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5432067Z [00:01:55.062]➜    [22] .noptrbss         NOBITS           0000000000453700  0041a722
2025-08-20T22:34:55.5432488Z [00:01:55.062]➜         0000000000014fc0  0000000000000000  WA       0     0     32
2025-08-20T22:34:55.5432912Z [00:01:55.062]➜    [23] .shstrtab         STRTAB           0000000000000000  0041a722
2025-08-20T22:34:55.5433331Z [00:01:55.062]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:34:55.5433650Z [00:01:55.062]➜  Key to Flags:
2025-08-20T22:34:55.5433997Z [00:01:55.062]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:34:55.5434454Z [00:01:55.062]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:34:55.5434905Z [00:01:55.062]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:34:55.5435273Z [00:01:55.062]➜    D (mbind), p (processor specific)
2025-08-20T22:34:55.5435637Z [00:01:55.063]➜  + file /build-bins/LICENSE /build-bins/sequin
2025-08-20T22:34:55.5545874Z [00:01:55.076]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:34:55.5577499Z [00:01:55.079]➜  /build-bins/sequin:  ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:34:55.5585873Z [00:01:55.080]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/sequin
2025-08-20T22:34:55.5600890Z [00:01:55.081]➜  /build-bins/LICENSE:         1075 Bytes
2025-08-20T22:34:55.5601274Z [00:01:55.081]➜  /build-bins/sequin:         4304376 Bytes
2025-08-20T22:34:55.5610714Z [00:01:55.082]➜  + du /build-bins/LICENSE /build-bins/sequin --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:34:55.5615314Z [00:01:55.083]➜  1.1K	2025-08-20 22:34:55.433005291 +0000	/build-bins/LICENSE
2025-08-20T22:34:55.5616104Z [00:01:55.083]➜  4.2M	2025-08-20 22:34:55.524007979 +0000	/build-bins/sequin
2025-08-20T22:34:55.5618230Z [00:01:55.083]➜  + popd
2025-08-20T22:34:56.3243895Z [00:01:55.846]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:34:56.3652836Z [00:01:55.887]➜  + '[' -s /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:34:56.3653847Z [00:01:55.887]➜  + cp -fv /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:34:56.3676868Z [00:01:55.889]➜  '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:34:56.3685216Z [00:01:55.889]➜  + find /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:34:56.3692688Z [00:01:55.890]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:34:56.3693161Z [00:01:55.890]➜  + cut -d: -f1
2025-08-20T22:34:56.3693590Z [00:01:55.890]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:56.3694024Z [00:01:55.890]➜  + xargs realpath --no-symlinks
2025-08-20T22:34:56.4508256Z [00:01:55.972]➜  sending incremental file list
2025-08-20T22:34:56.4519460Z [00:01:55.973]➜  sequin
2025-08-20T22:34:56.4961352Z [00:01:56.017]➜  
2025-08-20T22:34:56.4961806Z [00:01:56.017]➜  sent 4.31M bytes  received 35 bytes  8.61M bytes/sec
2025-08-20T22:34:56.4962177Z [00:01:56.018]➜  total size is 4.30M  speedup is 1.00
2025-08-20T22:34:56.4973391Z [00:01:56.019]➜  
2025-08-20T22:34:56.8834279Z [00:01:56.405]➜  
2025-08-20T22:34:56.8923296Z [00:01:56.414]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:34:56.8924316Z [00:01:56.414]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:34:56.8925331Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T22:34:56.8926548Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls.tape' from root:root to runner:runner
2025-08-20T22:34:56.8927810Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/git-status.tape' from root:root to runner:runner
2025-08-20T22:34:56.8929073Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/kitchen-sink.tape' from root:root to runner:runner
2025-08-20T22:34:56.8930533Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/git-status-raw.tape' from root:root to runner:runner
2025-08-20T22:34:56.8931779Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/golden.tape' from root:root to runner:runner
2025-08-20T22:34:56.8932989Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/printf.tape' from root:root to runner:runner
2025-08-20T22:34:56.8934226Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data/dir/.keep' from root:root to runner:runner
2025-08-20T22:34:56.8935764Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data/dir' from root:root to runner:runner
2025-08-20T22:34:56.8937082Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data/file.txt' from root:root to runner:runner
2025-08-20T22:34:56.8938291Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data' from root:root to runner:runner
2025-08-20T22:34:56.8939606Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/faketty.tape' from root:root to runner:runner
2025-08-20T22:34:56.8940947Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/testdata/MyCuteApp.golden' from root:root to runner:runner
2025-08-20T22:34:56.8942203Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/testdata' from root:root to runner:runner
2025-08-20T22:34:56.8943357Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes' from root:root to runner:runner
2025-08-20T22:34:56.8944513Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:34:56.8946015Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/notify.go' from root:root to runner:runner
2025-08-20T22:34:56.8947151Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/xt.go' from root:root to runner:runner
2025-08-20T22:34:56.8948292Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/termcap.go' from root:root to runner:runner
2025-08-20T22:34:56.8949750Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:34:56.8950949Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/kitty.go' from root:root to runner:runner
2025-08-20T22:34:56.8952104Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T22:34:56.8953252Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:34:56.8954395Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/pointer.go' from root:root to runner:runner
2025-08-20T22:34:56.8955544Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/screen.go' from root:root to runner:runner
2025-08-20T22:34:56.8956677Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/exec.go' from root:root to runner:runner
2025-08-20T22:34:56.8957845Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/hyperlink.go' from root:root to runner:runner
2025-08-20T22:34:56.8959006Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:34:56.8960555Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:34:56.8961897Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/coverage.yml' from root:root to runner:runner
2025-08-20T22:34:56.8963237Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/dependabot-sync.yml' from root:root to runner:runner
2025-08-20T22:34:56.8964563Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-20T22:34:56.8965851Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:34:56.8967126Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T22:34:56.8968408Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/lint-sync.yml' from root:root to runner:runner
2025-08-20T22:34:56.8969957Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:34:56.8971215Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:34:56.8972545Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T22:34:56.8973890Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T22:34:56.8975197Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:34:56.8976417Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T22:34:56.8977586Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:34:56.8978718Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/title.go' from root:root to runner:runner
2025-08-20T22:34:56.8979993Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/mode.go' from root:root to runner:runner
2025-08-20T22:34:56.8981127Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:34:56.8982249Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:34:56.8983576Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/clipboard.go' from root:root to runner:runner
2025-08-20T22:34:56.8984833Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/main_test.go' from root:root to runner:runner
2025-08-20T22:34:56.8985975Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/sgr.go' from root:root to runner:runner
2025-08-20T22:34:56.8987097Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/cwd.go' from root:root to runner:runner
2025-08-20T22:34:56.8988214Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/line.go' from root:root to runner:runner
2025-08-20T22:34:56.8989460Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/final_term.go' from root:root to runner:runner
2025-08-20T22:34:56.8990668Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/theme.go' from root:root to runner:runner
2025-08-20T22:34:56.8992004Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_win32_input.golden' from root:root to runner:runner
2025-08-20T22:34:56.8993764Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.8995302Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse.golden' from root:root to runner:runner
2025-08-20T22:34:56.8996807Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:34:56.8998300Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse.golden' from root:root to runner:runner
2025-08-20T22:34:56.8999905Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:34:56.9001501Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:34:56.9003033Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:34:56.9004520Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_win32_input.golden' from root:root to runner:runner
2025-08-20T22:34:56.9006048Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.9007565Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:34:56.9009340Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:34:56.9010936Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse.golden' from root:root to runner:runner
2025-08-20T22:34:56.9012443Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.9013992Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:34:56.9015561Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:34:56.9017083Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_altscreen.golden' from root:root to runner:runner
2025-08-20T22:34:56.9018775Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:34:56.9020435Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:34:56.9021964Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:34:56.9023462Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_win32_input.golden' from root:root to runner:runner
2025-08-20T22:34:56.9024981Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:34:56.9026517Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_report_focus.golden' from root:root to runner:runner
2025-08-20T22:34:56.9028049Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:34:56.9029655Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.9031208Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/empty_values.golden' from root:root to runner:runner
2025-08-20T22:34:56.9032692Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:34:56.9034410Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:34:56.9036015Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_report_focus.golden' from root:root to runner:runner
2025-08-20T22:34:56.9037545Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.9039055Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:34:56.9040709Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_report_focus.golden' from root:root to runner:runner
2025-08-20T22:34:56.9042185Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/non_private.golden' from root:root to runner:runner
2025-08-20T22:34:56.9043875Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:34:56.9045365Z [00:01:56.414]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:34:56.9046899Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:34:56.9048423Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9050003Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_altscreen.golden' from root:root to runner:runner
2025-08-20T22:34:56.9051543Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:34:56.9053097Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:34:56.9054637Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:34:56.9056161Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_altscreen.golden' from root:root to runner:runner
2025-08-20T22:34:56.9057545Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode' from root:root to runner:runner
2025-08-20T22:34:56.9059118Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/set_primary.golden' from root:root to runner:runner
2025-08-20T22:34:56.9060764Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/set_system.golden' from root:root to runner:runner
2025-08-20T22:34:56.9062257Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/request_system.golden' from root:root to runner:runner
2025-08-20T22:34:56.9063775Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/request_primary.golden' from root:root to runner:runner
2025-08-20T22:34:56.9065281Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/incomplete.golden' from root:root to runner:runner
2025-08-20T22:34:56.9066751Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9068139Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard' from root:root to runner:runner
2025-08-20T22:34:56.9069813Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/pm.golden' from root:root to runner:runner
2025-08-20T22:34:56.9071316Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_termcap.golden' from root:root to runner:runner
2025-08-20T22:34:56.9072821Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/request_xt_version.golden' from root:root to runner:runner
2025-08-20T22:34:56.9074333Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/file_sep.golden' from root:root to runner:runner
2025-08-20T22:34:56.9075766Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/text.golden' from root:root to runner:runner
2025-08-20T22:34:56.9077167Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/sos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9078593Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_xt.golden' from root:root to runner:runner
2025-08-20T22:34:56.9080234Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_termcap_hex.golden' from root:root to runner:runner
2025-08-20T22:34:56.9081811Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/request_primary_device_attrs.golden' from root:root to runner:runner
2025-08-20T22:34:56.9083292Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/esc.golden' from root:root to runner:runner
2025-08-20T22:34:56.9084923Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/termcap.golden' from root:root to runner:runner
2025-08-20T22:34:56.9086462Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/bold_text.golden' from root:root to runner:runner
2025-08-20T22:34:56.9087890Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/apc.golden' from root:root to runner:runner
2025-08-20T22:34:56.9089319Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others' from root:root to runner:runner
2025-08-20T22:34:56.9090759Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/disable.golden' from root:root to runner:runner
2025-08-20T22:34:56.9092200Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_2.golden' from root:root to runner:runner
2025-08-20T22:34:56.9093618Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/pop.golden' from root:root to runner:runner
2025-08-20T22:34:56.9095287Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_8.golden' from root:root to runner:runner
2025-08-20T22:34:56.9096706Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_4.golden' from root:root to runner:runner
2025-08-20T22:34:56.9098118Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_2.golden' from root:root to runner:runner
2025-08-20T22:34:56.9099637Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_invalid_mode.golden' from root:root to runner:runner
2025-08-20T22:34:56.9101177Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_invalid_flags.golden' from root:root to runner:runner
2025-08-20T22:34:56.9102635Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/request.golden' from root:root to runner:runner
2025-08-20T22:34:56.9104078Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_3.golden' from root:root to runner:runner
2025-08-20T22:34:56.9105508Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9106925Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_16.golden' from root:root to runner:runner
2025-08-20T22:34:56.9108523Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9110036Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty' from root:root to runner:runner
2025-08-20T22:34:56.9111395Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/ascii/ascii.golden' from root:root to runner:runner
2025-08-20T22:34:56.9112749Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/ascii' from root:root to runner:runner
2025-08-20T22:34:56.9114120Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/save_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9115543Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/left.golden' from root:root to runner:runner
2025-08-20T22:34:56.9116955Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/down_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9118625Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/set_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9120203Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_6.golden' from root:root to runner:runner
2025-08-20T22:34:56.9121698Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/invalid_pointer_shape.golden' from root:root to runner:runner
2025-08-20T22:34:56.9123184Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_0.golden' from root:root to runner:runner
2025-08-20T22:34:56.9124600Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/left_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9126050Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/restore_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9127486Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/save.golden' from root:root to runner:runner
2025-08-20T22:34:56.9128953Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/request_extended_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9130562Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/up_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9132016Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/pointer_shape.golden' from root:root to runner:runner
2025-08-20T22:34:56.9133637Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/right_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9135212Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/invalid_request_extended_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9136722Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9138156Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_4.golden' from root:root to runner:runner
2025-08-20T22:34:56.9139683Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/home_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9141178Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_3.golden' from root:root to runner:runner
2025-08-20T22:34:56.9142609Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/next_line.golden' from root:root to runner:runner
2025-08-20T22:34:56.9144301Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_2.golden' from root:root to runner:runner
2025-08-20T22:34:56.9145715Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/down.golden' from root:root to runner:runner
2025-08-20T22:34:56.9147111Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/up.golden' from root:root to runner:runner
2025-08-20T22:34:56.9148515Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/right.golden' from root:root to runner:runner
2025-08-20T22:34:56.9150055Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/origin.golden' from root:root to runner:runner
2025-08-20T22:34:56.9151494Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/restore.golden' from root:root to runner:runner
2025-08-20T22:34:56.9152934Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_5.golden' from root:root to runner:runner
2025-08-20T22:34:56.9154372Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/request_pos.golden' from root:root to runner:runner
2025-08-20T22:34:56.9155836Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/previous_line.golden' from root:root to runner:runner
2025-08-20T22:34:56.9157289Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_7.golden' from root:root to runner:runner
2025-08-20T22:34:56.9158818Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor' from root:root to runner:runner
2025-08-20T22:34:56.9160299Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/left.golden' from root:root to runner:runner
2025-08-20T22:34:56.9161686Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/insert.golden' from root:root to runner:runner
2025-08-20T22:34:56.9163093Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/delete.golden' from root:root to runner:runner
2025-08-20T22:34:56.9164522Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/scroll_down.golden' from root:root to runner:runner
2025-08-20T22:34:56.9165984Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/entire.golden' from root:root to runner:runner
2025-08-20T22:34:56.9167391Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/scroll_up.golden' from root:root to runner:runner
2025-08-20T22:34:56.9169055Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/right.golden' from root:root to runner:runner
2025-08-20T22:34:56.9170533Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line' from root:root to runner:runner
2025-08-20T22:34:56.9171902Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/notify/notify.golden' from root:root to runner:runner
2025-08-20T22:34:56.9173326Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/notify/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9174692Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/notify' from root:root to runner:runner
2025-08-20T22:34:56.9176099Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_cursor.golden' from root:root to runner:runner
2025-08-20T22:34:56.9177592Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/invalid_set.golden' from root:root to runner:runner
2025-08-20T22:34:56.9179104Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_fg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9180683Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_fg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9182161Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_bg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9183784Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_bg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9185401Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_cursor.golden' from root:root to runner:runner
2025-08-20T22:34:56.9186886Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_fg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9188351Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_bg.golden' from root:root to runner:runner
2025-08-20T22:34:56.9189979Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_cursor.golden' from root:root to runner:runner
2025-08-20T22:34:56.9191533Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/invalid_reset.golden' from root:root to runner:runner
2025-08-20T22:34:56.9192939Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor' from root:root to runner:runner
2025-08-20T22:34:56.9194631Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/scrolling_region.golden' from root:root to runner:runner
2025-08-20T22:34:56.9196120Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_above.golden' from root:root to runner:runner
2025-08-20T22:34:56.9197578Z [00:01:56.415]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_full.golden' from root:root to runner:runner
2025-08-20T22:34:56.9199058Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/disable_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:34:56.9200726Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/request_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:34:56.9202224Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_display.golden' from root:root to runner:runner
2025-08-20T22:34:56.9203716Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/enable_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:34:56.9205189Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_below.golden' from root:root to runner:runner
2025-08-20T22:34:56.9206658Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/passthrough.golden' from root:root to runner:runner
2025-08-20T22:34:56.9208034Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen' from root:root to runner:runner
2025-08-20T22:34:56.9209628Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/invalid_url.golden' from root:root to runner:runner
2025-08-20T22:34:56.9211145Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/multiple_parts.golden' from root:root to runner:runner
2025-08-20T22:34:56.9212585Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9214001Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/single_part.golden' from root:root to runner:runner
2025-08-20T22:34:56.9215353Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd' from root:root to runner:runner
2025-08-20T22:34:56.9216693Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_9.golden' from root:root to runner:runner
2025-08-20T22:34:56.9218088Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_6.golden' from root:root to runner:runner
2025-08-20T22:34:56.9219783Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_11.golden' from root:root to runner:runner
2025-08-20T22:34:56.9221261Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_13.golden' from root:root to runner:runner
2025-08-20T22:34:56.9222666Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_10.golden' from root:root to runner:runner
2025-08-20T22:34:56.9224100Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/empty_values.golden' from root:root to runner:runner
2025-08-20T22:34:56.9225521Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/reset.golden' from root:root to runner:runner
2025-08-20T22:34:56.9226916Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_8.golden' from root:root to runner:runner
2025-08-20T22:34:56.9228318Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_12.golden' from root:root to runner:runner
2025-08-20T22:34:56.9229826Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/mittchels_tweet.golden' from root:root to runner:runner
2025-08-20T22:34:56.9231339Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9232736Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_4.golden' from root:root to runner:runner
2025-08-20T22:34:56.9234308Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_3.golden' from root:root to runner:runner
2025-08-20T22:34:56.9235785Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_2.golden' from root:root to runner:runner
2025-08-20T22:34:56.9237275Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/underlined_text,_but_no_bold.golden' from root:root to runner:runner
2025-08-20T22:34:56.9238761Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_5.golden' from root:root to runner:runner
2025-08-20T22:34:56.9240301Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_7.golden' from root:root to runner:runner
2025-08-20T22:34:56.9241642Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr' from root:root to runner:runner
2025-08-20T22:34:56.9242977Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/c0c1/c1.golden' from root:root to runner:runner
2025-08-20T22:34:56.9244571Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/c0c1/c0.golden' from root:root to runner:runner
2025-08-20T22:34:56.9245911Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/c0c1' from root:root to runner:runner
2025-08-20T22:34:56.9247277Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set_both.golden' from root:root to runner:runner
2025-08-20T22:34:56.9248702Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set_icon.golden' from root:root to runner:runner
2025-08-20T22:34:56.9250234Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set.golden' from root:root to runner:runner
2025-08-20T22:34:56.9251667Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/invalid_cmd.golden' from root:root to runner:runner
2025-08-20T22:34:56.9253107Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9254463Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title' from root:root to runner:runner
2025-08-20T22:34:56.9255879Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/prompt_start.golden' from root:root to runner:runner
2025-08-20T22:34:56.9257399Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_executed.golden' from root:root to runner:runner
2025-08-20T22:34:56.9259097Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_finished.golden' from root:root to runner:runner
2025-08-20T22:34:56.9260865Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_finished_exit_code.golden' from root:root to runner:runner
2025-08-20T22:34:56.9262464Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_start.golden' from root:root to runner:runner
2025-08-20T22:34:56.9263943Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9265460Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/prompt_start_invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9266897Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm' from root:root to runner:runner
2025-08-20T22:34:56.9268510Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/uri_only.golden' from root:root to runner:runner
2025-08-20T22:34:56.9270069Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/reset.golden' from root:root to runner:runner
2025-08-20T22:34:56.9271517Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/full.golden' from root:root to runner:runner
2025-08-20T22:34:56.9272967Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/invalid.golden' from root:root to runner:runner
2025-08-20T22:34:56.9274466Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/multiple_params.golden' from root:root to runner:runner
2025-08-20T22:34:56.9275895Z [00:01:56.416]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink' from root:root to runner:runner
2025-08-20T22:34:56.9277314Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/keypad/normal_keypad.golden' from root:root to runner:runner
2025-08-20T22:34:56.9278826Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/keypad/application_keypad.golden' from root:root to runner:runner
2025-08-20T22:34:56.9280373Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/keypad' from root:root to runner:runner
2025-08-20T22:34:56.9281658Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences' from root:root to runner:runner
2025-08-20T22:34:56.9283005Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata' from root:root to runner:runner
2025-08-20T22:34:56.9284289Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:34:56.9285578Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:34:56.9286928Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:34:56.9288245Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:34:56.9289625Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:34:56.9290969Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:34:56.9292224Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:34:56.9293722Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:34:56.9295072Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:34:56.9305501Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:34:56.9306823Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:34:56.9308151Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:34:56.9309656Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:34:56.9311015Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:34:56.9312350Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:34:56.9313593Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:34:56.9314742Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:34:56.9315885Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:34:56.9317573Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.promisor' from root:root to runner:runner
2025-08-20T22:34:56.9319445Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.pack' from root:root to runner:runner
2025-08-20T22:34:56.9321133Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.rev' from root:root to runner:runner
2025-08-20T22:34:56.9322764Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.promisor' from root:root to runner:runner
2025-08-20T22:34:56.9324383Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.pack' from root:root to runner:runner
2025-08-20T22:34:56.9325980Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.idx' from root:root to runner:runner
2025-08-20T22:34:56.9327815Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.idx' from root:root to runner:runner
2025-08-20T22:34:56.9329509Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.rev' from root:root to runner:runner
2025-08-20T22:34:56.9330952Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:34:56.9332147Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:34:56.9333328Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:34:56.9334502Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:34:56.9335667Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:34:56.9336837Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:34:56.9338010Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:34:56.9339301Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:34:56.9340600Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:34:56.9342061Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:34:56.9343442Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:34:56.9344695Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:34:56.9345898Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:34:56.9347057Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:34:56.9348194Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:34:56.9349471Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:34:56.9350889Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:34:56.9352084Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:34:56.9353323Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:34:56.9354593Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:34:56.9355815Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:34:56.9356983Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:34:56.9358097Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:34:56.9359307Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/cursor.go' from root:root to runner:runner
2025-08-20T22:34:56.9360529Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/handlers.go' from root:root to runner:runner
2025-08-20T22:34:56.9361669Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/color.go' from root:root to runner:runner
2025-08-20T22:34:56.9362767Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO' from root:root to runner:runner
2025-08-20T22:34:56.9363794Z [00:01:56.417]➜  changed ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O' from root:root to runner:runner
2025-08-20T22:34:56.9364846Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:34:56.9365732Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sequin' retained as runner:runner
2025-08-20T22:34:56.9366529Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:34:56.9367312Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.version' retained as runner:runner
2025-08-20T22:34:56.9368085Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:34:56.9368886Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.version' retained as runner:runner
2025-08-20T22:34:56.9369838Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:34:56.9370587Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin' retained as runner:runner
2025-08-20T22:34:56.9371296Z [00:01:56.417]➜  ownership of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:34:56.9372146Z [00:01:56.424]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9373327Z [00:01:56.429]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9374383Z [00:01:56.435]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9375558Z [00:01:56.440]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9376780Z [00:01:56.446]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/git-status.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9378066Z [00:01:56.451]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/kitchen-sink.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9379527Z [00:01:56.457]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/git-status-raw.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9407967Z [00:01:56.462]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/golden.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9462900Z [00:01:56.468]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/printf.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9518187Z [00:01:56.473]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data/dir/.keep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9573038Z [00:01:56.479]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/ls-data/file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9627377Z [00:01:56.484]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/faketty.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9682863Z [00:01:56.490]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/tapes/testdata/MyCuteApp.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9735932Z [00:01:56.495]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9790907Z [00:01:56.500]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/notify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9845439Z [00:01:56.506]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/xt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9899619Z [00:01:56.511]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/termcap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:56.9955152Z [00:01:56.517]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0008608Z [00:01:56.522]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/kitty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0065335Z [00:01:56.528]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0120646Z [00:01:56.533]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0176426Z [00:01:56.539]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/pointer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0230910Z [00:01:56.544]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0283854Z [00:01:56.550]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0336095Z [00:01:56.555]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/hyperlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0388321Z [00:01:56.560]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0443186Z [00:01:56.566]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0497933Z [00:01:56.571]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/coverage.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0550833Z [00:01:56.576]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/dependabot-sync.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0605242Z [00:01:56.582]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0658601Z [00:01:56.587]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0712978Z [00:01:56.593]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0766588Z [00:01:56.598]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/workflows/lint-sync.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0821182Z [00:01:56.603]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0875394Z [00:01:56.609]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0930156Z [00:01:56.614]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.0984811Z [00:01:56.620]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1039481Z [00:01:56.625]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/title.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1095515Z [00:01:56.631]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1149431Z [00:01:56.636]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1201960Z [00:01:56.641]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1256183Z [00:01:56.647]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1312404Z [00:01:56.653]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1365580Z [00:01:56.658]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/sgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1419790Z [00:01:56.663]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/cwd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1475777Z [00:01:56.669]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1529384Z [00:01:56.674]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/final_term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1583945Z [00:01:56.680]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/theme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1638939Z [00:01:56.685]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1695700Z [00:01:56.691]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1750312Z [00:01:56.696]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1804904Z [00:01:56.702]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1858662Z [00:01:56.707]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1911271Z [00:01:56.712]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.1966636Z [00:01:56.718]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2020482Z [00:01:56.723]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2075919Z [00:01:56.729]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2131475Z [00:01:56.734]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2186571Z [00:01:56.740]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2241220Z [00:01:56.745]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2295949Z [00:01:56.751]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2350913Z [00:01:56.756]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2404313Z [00:01:56.762]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2458043Z [00:01:56.767]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2513116Z [00:01:56.773]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2567960Z [00:01:56.778]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2624771Z [00:01:56.784]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2680105Z [00:01:56.789]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2733890Z [00:01:56.795]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2786637Z [00:01:56.800]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2840119Z [00:01:56.805]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2892904Z [00:01:56.811]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.2945764Z [00:01:56.816]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3002810Z [00:01:56.822]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/empty_values.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3056940Z [00:01:56.827]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3112892Z [00:01:56.833]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3167743Z [00:01:56.838]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3225066Z [00:01:56.844]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3280130Z [00:01:56.849]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3337546Z [00:01:56.855]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3394873Z [00:01:56.861]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/non_private.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3451144Z [00:01:56.866]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3506631Z [00:01:56.872]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3562068Z [00:01:56.877]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3618091Z [00:01:56.883]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3674669Z [00:01:56.889]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/disable_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3732333Z [00:01:56.894]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3787896Z [00:01:56.900]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3843148Z [00:01:56.906]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/enable_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3897107Z [00:01:56.911]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/mode/request_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.3951514Z [00:01:56.916]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/set_primary.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4005386Z [00:01:56.922]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/set_system.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4060544Z [00:01:56.927]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/request_system.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4115364Z [00:01:56.933]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/request_primary.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4169170Z [00:01:56.938]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/incomplete.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4224674Z [00:01:56.944]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/clipboard/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4279321Z [00:01:56.949]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/pm.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4334876Z [00:01:56.955]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_termcap.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4389546Z [00:01:56.960]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/request_xt_version.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4444111Z [00:01:56.966]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/file_sep.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4498398Z [00:01:56.971]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/text.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4552619Z [00:01:56.977]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/sos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4607357Z [00:01:56.982]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_xt.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4663423Z [00:01:56.988]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/invalid_termcap_hex.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4718320Z [00:01:56.993]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/request_primary_device_attrs.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4772685Z [00:01:56.999]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/esc.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4826195Z [00:01:57.004]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/termcap.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4880268Z [00:01:57.009]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/bold_text.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4935841Z [00:01:57.015]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/others/apc.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.4991255Z [00:01:57.020]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/disable.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5046646Z [00:01:57.026]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5103821Z [00:01:57.032]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/pop.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5158167Z [00:01:57.037]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_8.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5213493Z [00:01:57.043]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5268849Z [00:01:57.048]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5326103Z [00:01:57.054]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_invalid_mode.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5383071Z [00:01:57.060]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_invalid_flags.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5438456Z [00:01:57.065]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/request.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5495801Z [00:01:57.071]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5552007Z [00:01:57.076]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5608063Z [00:01:57.082]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/push_16.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5666547Z [00:01:57.088]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5722999Z [00:01:57.094]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/ascii/ascii.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5778976Z [00:01:57.099]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/save_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5837503Z [00:01:57.105]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/left.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5892255Z [00:01:57.110]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/down_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.5947583Z [00:01:57.116]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/set_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6004843Z [00:01:57.122]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_6.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6061768Z [00:01:57.127]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/invalid_pointer_shape.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6121435Z [00:01:57.133]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_0.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6174972Z [00:01:57.139]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/left_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6232047Z [00:01:57.144]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/restore_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6288044Z [00:01:57.150]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/save.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6342273Z [00:01:57.156]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/request_extended_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6395920Z [00:01:57.161]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/up_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6453212Z [00:01:57.167]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/pointer_shape.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6509535Z [00:01:57.172]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/right_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6565318Z [00:01:57.178]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/invalid_request_extended_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6622844Z [00:01:57.184]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6677674Z [00:01:57.189]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6733165Z [00:01:57.195]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/home_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6789997Z [00:01:57.200]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6844473Z [00:01:57.206]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/next_line.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6898968Z [00:01:57.211]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.6955255Z [00:01:57.217]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/down.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7009390Z [00:01:57.222]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/up.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7062938Z [00:01:57.228]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/right.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7117035Z [00:01:57.233]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/origin.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7170042Z [00:01:57.238]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/restore.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7222567Z [00:01:57.244]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_5.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7276374Z [00:01:57.249]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/request_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7330531Z [00:01:57.254]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/previous_line.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7387511Z [00:01:57.260]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cursor/style_7.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7442629Z [00:01:57.266]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/left.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7495197Z [00:01:57.271]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/insert.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7549899Z [00:01:57.276]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/delete.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7605536Z [00:01:57.282]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/scroll_down.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7659262Z [00:01:57.287]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/entire.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7715816Z [00:01:57.293]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/scroll_up.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7770194Z [00:01:57.298]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/line/right.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7823421Z [00:01:57.304]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/notify/notify.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7875309Z [00:01:57.309]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/notify/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7930056Z [00:01:57.314]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.7983604Z [00:01:57.320]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/invalid_set.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8034454Z [00:01:57.325]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8086259Z [00:01:57.330]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8138190Z [00:01:57.335]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8192127Z [00:01:57.340]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8244457Z [00:01:57.346]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/request_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8297475Z [00:01:57.351]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8351825Z [00:01:57.356]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/reset_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8405089Z [00:01:57.362]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/set_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8458300Z [00:01:57.367]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/termcolor/invalid_reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8512008Z [00:01:57.372]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/scrolling_region.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8565159Z [00:01:57.378]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_above.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8618061Z [00:01:57.383]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_full.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8669988Z [00:01:57.388]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/disable_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8724106Z [00:01:57.394]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/request_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8776310Z [00:01:57.399]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_display.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8829165Z [00:01:57.404]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/enable_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8881549Z [00:01:57.409]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/erase_below.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8935131Z [00:01:57.415]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/screen/passthrough.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.8988263Z [00:01:57.420]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/invalid_url.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9041093Z [00:01:57.425]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/multiple_parts.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9094529Z [00:01:57.431]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9150029Z [00:01:57.436]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/cwd/single_part.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9204890Z [00:01:57.442]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_9.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9257811Z [00:01:57.447]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_6.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9314042Z [00:01:57.453]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_11.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9370558Z [00:01:57.458]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_13.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9424789Z [00:01:57.464]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_10.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9481904Z [00:01:57.469]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/empty_values.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9536979Z [00:01:57.475]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9593483Z [00:01:57.481]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_8.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9650381Z [00:01:57.486]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_12.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9706450Z [00:01:57.492]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/mittchels_tweet.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9760114Z [00:01:57.497]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9813866Z [00:01:57.503]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9866279Z [00:01:57.508]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9919854Z [00:01:57.513]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:57.9974553Z [00:01:57.519]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/underlined_text,_but_no_bold.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0029384Z [00:01:57.524]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_5.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0084567Z [00:01:57.530]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/sgr/style_7.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0138575Z [00:01:57.535]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/c0c1/c1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0192093Z [00:01:57.541]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/c0c1/c0.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0246243Z [00:01:57.546]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set_both.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0300169Z [00:01:57.551]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set_icon.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0354591Z [00:01:57.557]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/set.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0410583Z [00:01:57.562]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/invalid_cmd.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0466267Z [00:01:57.568]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/title/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0522791Z [00:01:57.574]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/prompt_start.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0580589Z [00:01:57.579]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_executed.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0635074Z [00:01:57.585]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_finished.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0690964Z [00:01:57.590]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_finished_exit_code.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0745026Z [00:01:57.596]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/command_start.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0798362Z [00:01:57.601]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0852883Z [00:01:57.607]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/finalterm/prompt_start_invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0906440Z [00:01:57.612]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/uri_only.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.0958950Z [00:01:57.617]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1012947Z [00:01:57.623]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/full.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1066137Z [00:01:57.628]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1122346Z [00:01:57.634]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/hyperlink/multiple_params.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1174746Z [00:01:57.639]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/keypad/normal_keypad.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1228549Z [00:01:57.644]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/testdata/TestSequences/keypad/application_keypad.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1283008Z [00:01:57.650]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1334845Z [00:01:57.655]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1388872Z [00:01:57.660]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1441594Z [00:01:57.665]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1491784Z [00:01:57.670]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1544464Z [00:01:57.676]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1596706Z [00:01:57.681]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1650371Z [00:01:57.686]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1704899Z [00:01:57.692]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1758366Z [00:01:57.697]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1814255Z [00:01:57.703]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1870780Z [00:01:57.708]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1926475Z [00:01:57.714]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.1983152Z [00:01:57.720]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2038730Z [00:01:57.725]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2093041Z [00:01:57.731]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2150381Z [00:01:57.736]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2206454Z [00:01:57.742]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2261929Z [00:01:57.747]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2316797Z [00:01:57.753]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2370400Z [00:01:57.758]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2424660Z [00:01:57.764]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2477849Z [00:01:57.769]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2532519Z [00:01:57.775]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-79bf259f5abb2689adcbd8c2f6d80423a562cad3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2586031Z [00:01:57.780]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/objects/pack/pack-f7ffcee899ec3742d600fac4ce0e586dba458385.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2641504Z [00:01:57.785]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2696443Z [00:01:57.791]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2750073Z [00:01:57.796]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2804987Z [00:01:57.802]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2860123Z [00:01:57.807]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2916698Z [00:01:57.813]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.2970674Z [00:01:57.818]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3025016Z [00:01:57.824]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3079025Z [00:01:57.829]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3131438Z [00:01:57.834]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3185308Z [00:01:57.840]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tP3OQCkd5O/TEMPREPO/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3240766Z [00:01:57.845]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sequin' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3297792Z [00:01:57.851]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3352283Z [00:01:57.857]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3406986Z [00:01:57.862]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3463688Z [00:01:57.868]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3517701Z [00:01:57.873]➜  mode of '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin' retained as 0755 (rwxr-xr-x)
2025-08-20T22:34:58.3906971Z [00:01:57.912]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:34:58.3908818Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:35:01.5360867Z 
2025-08-20T22:35:01.5361666Z [+] Sanitizing /tmp/pkgforge/e4ZDYcobm_SBUILD/BUILD.log ==> /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.log
2025-08-20T22:35:03.5943072Z '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.static.log' -> '/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/sequin.log'
2025-08-20T22:35:03.5984893Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&download=sequin.log
2025-08-20T22:35:03.5985428Z 
2025-08-20T22:35:03.5985846Z [+] Parsing/Uploading sequin/sequin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fsequin%2Fsequin [aarch64-Linux]
2025-08-20T22:35:03.6011722Z {
2025-08-20T22:35:03.6012253Z   "_disabled": "false",
2025-08-20T22:35:03.6012511Z   "host": "aarch64-Linux",
2025-08-20T22:35:03.6012707Z   "rank": "",
2025-08-20T22:35:03.6012873Z   "pkg": "sequin.static",
2025-08-20T22:35:03.6013068Z   "pkg_family": "sequin",
2025-08-20T22:35:03.6013304Z   "pkg_id": "github.com.charmbracelet.sequin.source",
2025-08-20T22:35:03.6013570Z   "pkg_name": "sequin",
2025-08-20T22:35:03.6013752Z   "pkg_type": "static",
2025-08-20T22:35:03.6014131Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin",
2025-08-20T22:35:03.6014519Z   "app_id": "",
2025-08-20T22:35:03.6014683Z   "appstream": "",
2025-08-20T22:35:03.6014848Z   "category": [
2025-08-20T22:35:03.6015009Z     "ConsoleOnly",
2025-08-20T22:35:03.6015167Z     "Utility"
2025-08-20T22:35:03.6015315Z   ],
2025-08-20T22:35:03.6015498Z   "description": "Human-readable ANSI sequences",
2025-08-20T22:35:03.6015747Z   "desktop": "",
2025-08-20T22:35:03.6015911Z   "homepage": [
2025-08-20T22:35:03.6016111Z     "https://github.com/charmbracelet/sequin"
2025-08-20T22:35:03.6016343Z   ],
2025-08-20T22:35:03.6016849Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&download=sequin.png",
2025-08-20T22:35:03.6017415Z   "license": [
2025-08-20T22:35:03.6017567Z     "MIT"
2025-08-20T22:35:03.6017710Z   ],
2025-08-20T22:35:03.6017854Z   "maintainer": [
2025-08-20T22:35:03.6018059Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:35:03.6018295Z   ],
2025-08-20T22:35:03.6018439Z   "provides": [
2025-08-20T22:35:03.6018597Z     "sequin"
2025-08-20T22:35:03.6018743Z   ],
2025-08-20T22:35:03.6018881Z   "note": [
2025-08-20T22:35:03.6019498Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/sequin"
2025-08-20T22:35:03.6019907Z   ],
2025-08-20T22:35:03.6020048Z   "repology": [
2025-08-20T22:35:03.6020202Z     "sequin"
2025-08-20T22:35:03.6020348Z   ],
2025-08-20T22:35:03.6020795Z   "screenshots": [],
2025-08-20T22:35:03.6021045Z   "src_url": [
2025-08-20T22:35:03.6021237Z     "https://github.com/charmbracelet/sequin"
2025-08-20T22:35:03.6021469Z   ],
2025-08-20T22:35:03.6021605Z   "tag": [
2025-08-20T22:35:03.6021749Z     "Utility"
2025-08-20T22:35:03.6021895Z   ],
2025-08-20T22:35:03.6022057Z   "version": "HEAD-4ebbc32-250818T132341",
2025-08-20T22:35:03.6022290Z   "version_upstream": "0.3.1",
2025-08-20T22:35:03.6022596Z   "bsum": "102745f4da312cb5817f1fc98489ae1187313fe3aa03f2a1013528000902ca77",
2025-08-20T22:35:03.6022937Z   "build_date": "2025-08-20T22:34:58Z",
2025-08-20T22:35:03.6023265Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109444123",
2025-08-20T22:35:03.6023591Z   "build_id": "17109444123",
2025-08-20T22:35:03.6024145Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&download=sequin.log",
2025-08-20T22:35:03.6024962Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/sequin/static.official.source.yaml",
2025-08-20T22:35:03.6025771Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&download=sequin",
2025-08-20T22:35:03.6026554Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux",
2025-08-20T22:35:03.6027066Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/sequin/official/sequin",
2025-08-20T22:35:03.6027953Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&manifest",
2025-08-20T22:35:03.6028620Z   "shasum": "e13b978a06c41455d6d9bd7a43ab921f4251de84ae3d442da0b8a35b78204835",
2025-08-20T22:35:03.6028952Z   "size": "4.2 MB",
2025-08-20T22:35:03.6029119Z   "size_raw": "4304376",
2025-08-20T22:35:03.6029568Z   "snapshots": [
2025-08-20T22:35:03.6029812Z     "HEAD-1d4ddd8-250224T115457-aarch64-linux[NA-2025-02-24]",
2025-08-20T22:35:03.6030155Z     "HEAD-fac4513-250303T110617-aarch64-linux[NA-2025-03-03]",
2025-08-20T22:35:03.6030465Z     "HEAD-a566bc7-250505T094445-aarch64-linux[0.3.1]",
2025-08-20T22:35:03.6030753Z     "HEAD-a6a1ef9-250602T085125-aarch64-linux[0.3.1]",
2025-08-20T22:35:03.6031038Z     "HEAD-8831219-250611T081529-aarch64-linux[0.3.1]",
2025-08-20T22:35:03.6031319Z     "HEAD-5dec891-250626T103719-aarch64-linux[0.3.1]",
2025-08-20T22:35:03.6031602Z     "HEAD-4b692b4-250724T103710-aarch64-linux[0.3.1]",
2025-08-20T22:35:03.6031888Z     "HEAD-f8c30f0-250811T135112-aarch64-linux[0.3.1]"
2025-08-20T22:35:03.6032128Z   ]
2025-08-20T22:35:03.6032259Z }
2025-08-20T22:35:03.6032364Z 
2025-08-20T22:35:03.6032368Z 
2025-08-20T22:35:03.7251433Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux": ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux: not found
2025-08-20T22:35:03.7298644Z Uploading empty artifact
2025-08-20T22:35:03.7303966Z time=2025-08-20T22:35:03Z level=debug msg=Request #0
2025-08-20T22:35:03.7304718Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:49069e52b7769d4a7ee7e38efd5d75542be9f7e1da606f3453e4f59f6f69cb2f"
2025-08-20T22:35:03.7305364Z > Request method: "HEAD"
2025-08-20T22:35:03.7305552Z > Request headers:
2025-08-20T22:35:03.7306440Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:35:03.7307409Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:35:03.7673775Z time=2025-08-20T22:35:03Z level=debug msg=Response #0
2025-08-20T22:35:03.7674106Z < Response Status: "401 Unauthorized"
2025-08-20T22:35:03.7674337Z < Response headers:
2025-08-20T22:35:03.7674527Z    "Content-Type": "application/json"
2025-08-20T22:35:03.7676072Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/sequin/official/sequin:pull\""
2025-08-20T22:35:03.7676620Z    "Date": "Wed, 20 Aug 2025 22:35:03 GMT"
2025-08-20T22:35:03.7676848Z    "Content-Length": "73"
2025-08-20T22:35:03.7677097Z    "X-Github-Request-Id": "9011:12D29F:DEAE0:F26BB:68A64D97"
2025-08-20T22:35:03.7677404Z time=2025-08-20T22:35:03Z level=debug msg=Request #1
2025-08-20T22:35:03.7677959Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fsequin%2Fofficial%2Fsequin%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:35:03.7678466Z > Request method: "GET"
2025-08-20T22:35:03.7678646Z > Request headers:
2025-08-20T22:35:03.7678819Z    "Authorization": "*****"
2025-08-20T22:35:03.7679017Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:35:03.8199964Z time=2025-08-20T22:35:03Z level=debug msg=Response #1
2025-08-20T22:35:03.8200357Z < Response Status: "200 OK"
2025-08-20T22:35:03.8200558Z < Response headers:
2025-08-20T22:35:03.8200752Z    "Content-Length": "69"
2025-08-20T22:35:03.8201004Z    "X-Github-Request-Id": "9011:12D29F:DEAE1:F26BF:68A64D97"
2025-08-20T22:35:03.8201294Z    "Content-Type": "application/json"
2025-08-20T22:35:03.8201566Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:35:03.8201943Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:35:03.8202289Z    "Date": "Wed, 20 Aug 2025 22:35:03 GMT"
2025-08-20T22:35:03.8203011Z time=2025-08-20T22:35:03Z level=debug msg=Request #2
2025-08-20T22:35:03.8203690Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:49069e52b7769d4a7ee7e38efd5d75542be9f7e1da606f3453e4f59f6f69cb2f"
2025-08-20T22:35:03.8204321Z > Request method: "HEAD"
2025-08-20T22:35:03.8204506Z > Request headers:
2025-08-20T22:35:03.8205394Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:35:03.8206340Z    "Authorization": "*****"
2025-08-20T22:35:03.8206542Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:35:03.8476610Z time=2025-08-20T22:35:03Z level=debug msg=Response #2
2025-08-20T22:35:03.8476931Z < Response Status: "404 Not Found"
2025-08-20T22:35:03.8477145Z < Response headers:
2025-08-20T22:35:03.8477328Z    "Content-Length": "70"
2025-08-20T22:35:03.8477600Z    "X-Github-Request-Id": "9011:12D29F:DEAED:F26CE:68A64D97"
2025-08-20T22:35:03.8477894Z    "Content-Type": "application/json"
2025-08-20T22:35:03.8478161Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:35:03.8478542Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:35:03.8478891Z    "Date": "Wed, 20 Aug 2025 22:35:03 GMT"
2025-08-20T22:35:03.8479150Z time=2025-08-20T22:35:03Z level=debug msg=Request #3
2025-08-20T22:35:03.8480151Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:35:03.8480773Z > Request method: "HEAD"
2025-08-20T22:35:03.8480965Z > Request headers:
2025-08-20T22:35:03.8481138Z    "Authorization": "*****"
2025-08-20T22:35:03.8481339Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:35:03.8699149Z time=2025-08-20T22:35:03Z level=debug msg=Response #3
2025-08-20T22:35:03.8699591Z < Response Status: "200 OK"
2025-08-20T22:35:03.8699789Z < Response headers:
2025-08-20T22:35:03.8699960Z    "Content-Type": ""
2025-08-20T22:35:03.8700333Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:35:03.8700789Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:35:03.8701181Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:35:03.8701674Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:35:03.8702376Z    "Date": "Wed, 20 Aug 2025 22:35:03 GMT"
2025-08-20T22:35:03.8702682Z    "X-Github-Request-Id": "9011:12D29F:DEAF3:F26D7:68A64D97"
2025-08-20T22:35:03.8702956Z    "Content-Length": "0"
2025-08-20T22:35:03.8703180Z time=2025-08-20T22:35:03Z level=debug msg=Request #4
2025-08-20T22:35:03.8703737Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/HEAD-4ebbc32-250818T132341-aarch64-linux"
2025-08-20T22:35:03.8704259Z > Request method: "PUT"
2025-08-20T22:35:03.8704441Z > Request headers:
2025-08-20T22:35:03.8704613Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:35:03.8704885Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:35:03.8705177Z    "Authorization": "*****"
2025-08-20T22:35:04.1157578Z time=2025-08-20T22:35:04Z level=debug msg=Response #4
2025-08-20T22:35:04.1158120Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:04.1158642Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:35:04.1159015Z Digest: sha256:49069e52b7769d4a7ee7e38efd5d75542be9f7e1da606f3453e4f59f6f69cb2f
2025-08-20T22:35:04.1159917Z < Response Status: "201 Created"
2025-08-20T22:35:04.1160172Z < Response headers:
2025-08-20T22:35:04.1160543Z    "Docker-Content-Digest": "sha256:49069e52b7769d4a7ee7e38efd5d75542be9f7e1da606f3453e4f59f6f69cb2f"
2025-08-20T22:35:04.1161002Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:35:04.1162030Z    "Location": "/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:49069e52b7769d4a7ee7e38efd5d75542be9f7e1da606f3453e4f59f6f69cb2f"
2025-08-20T22:35:04.1162720Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:35:04.1163066Z    "Date": "Wed, 20 Aug 2025 22:35:04 GMT"
2025-08-20T22:35:04.1163286Z    "Content-Length": "0"
2025-08-20T22:35:04.1163530Z    "X-Github-Request-Id": "9011:12D29F:DEAF9:F26DC:68A64D97"
2025-08-20T22:35:04.1163821Z    "Content-Type": "application/json"
2025-08-20T22:35:06.2695287Z Uploading f557bdf96578 CHECKSUM.sig
2025-08-20T22:35:06.2727754Z Uploading e13b978a06c4 sequin
2025-08-20T22:35:06.2735555Z Uploading 51aaa7975f61 CHECKSUM
2025-08-20T22:35:06.2790116Z Uploading 49ef4c6e80aa sequin.sig
2025-08-20T22:35:06.2971429Z Exists    c8454ac132c0 LICENSE
2025-08-20T22:35:06.3424016Z Uploading 789af5cdbf62 LICENSE.sig
2025-08-20T22:35:07.1700291Z Uploaded  51aaa7975f61 CHECKSUM
2025-08-20T22:35:07.1976547Z Exists    b549d988033d SBUILD
2025-08-20T22:35:07.2002498Z Uploaded  49ef4c6e80aa sequin.sig
2025-08-20T22:35:07.2180771Z Exists    11cf0313013e sequin.png
2025-08-20T22:35:07.2275608Z Uploading e9a935e0c60b SBUILD.sig
2025-08-20T22:35:07.2472096Z Uploading 7728e265ce9d sequin.json
2025-08-20T22:35:07.2483292Z Uploaded  f557bdf96578 CHECKSUM.sig
2025-08-20T22:35:07.2684112Z Uploading 5182c772d836 sequin.json.sig
2025-08-20T22:35:07.2766283Z Uploaded  789af5cdbf62 LICENSE.sig
2025-08-20T22:35:07.2956657Z Uploading 88f7af7877aa sequin.log
2025-08-20T22:35:07.3578716Z Uploaded  e13b978a06c4 sequin
2025-08-20T22:35:07.3890400Z Uploading 54683d78beb7 sequin.log.sig
2025-08-20T22:35:08.2007445Z Uploaded  e9a935e0c60b SBUILD.sig
2025-08-20T22:35:08.2236470Z Uploaded  88f7af7877aa sequin.log
2025-08-20T22:35:08.2315412Z Uploaded  5182c772d836 sequin.json.sig
2025-08-20T22:35:08.2436372Z Exists    ef39136b52a7 sequin.version
2025-08-20T22:35:08.2504704Z Uploading ecbc504d24a7 sequin.version.sig
2025-08-20T22:35:08.2623251Z Uploaded  7728e265ce9d sequin.json
2025-08-20T22:35:08.3928269Z Uploaded  54683d78beb7 sequin.log.sig
2025-08-20T22:35:09.2372376Z Uploaded  ecbc504d24a7 sequin.version.sig
2025-08-20T22:35:09.2372698Z Uploading 2628dbf08de3 sequin
2025-08-20T22:35:09.6139557Z Uploaded  2628dbf08de3 sequin
2025-08-20T22:35:09.6140712Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:09.6141226Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:35:09.6142049Z Digest: sha256:2628dbf08de35b7ad0cb643947b65b89fe1f2add0a235b5466911063eabbee3f
2025-08-20T22:35:14.7415354Z 
2025-08-20T22:35:14.7415942Z [+] Registry --> https://ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:14.7416626Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-aarch64-linux&manifest 
2025-08-20T22:35:14.7417074Z 
2025-08-20T22:35:16.2148014Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:35:16.2734137Z ./BUILD_ARTIFACTS.tar : 34.18%   (  9.77 MiB =>   3.34 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:35:16.2774830Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:35:16.2809372Z 
2025-08-20T22:35:16.2810399Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml :: 00(Hr):02(Min):16(Sec)
2025-08-20T22:35:16.2811036Z 
2025-08-20T22:35:16.2822303Z 
2025-08-20T22:35:16.2822579Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:35:16 PM) UTC
2025-08-20T22:35:16.2822819Z 
2025-08-20T22:35:16.4821787Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:35:16.4871978Z ##[group]Run ##Presets
2025-08-20T22:35:16.4872380Z [36;1m##Presets[0m
2025-08-20T22:35:16.4872558Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:16.4872743Z [36;1m#-------------#[0m
2025-08-20T22:35:16.4872921Z [36;1m##Debug?[0m
2025-08-20T22:35:16.4873137Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:16.4873655Z [36;1m  set -x[0m
2025-08-20T22:35:16.4873816Z [36;1mfi[0m
2025-08-20T22:35:16.4873972Z [36;1m#-------------#[0m
2025-08-20T22:35:16.4874152Z [36;1m##Set ENV[0m
2025-08-20T22:35:16.4874363Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:35:16.4874832Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-4ebbc32-250818T132341-aarch64-linux"[0m
2025-08-20T22:35:16.4875347Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-4ebbc32-250818T132341-aarch64-linux"[0m
2025-08-20T22:35:16.4875873Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123"[0m
2025-08-20T22:35:16.4876340Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:35:16.4876714Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:35:16.4877140Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:35:16.4877462Z [36;1m fi[0m
2025-08-20T22:35:16.4877617Z [36;1m##Push[0m
2025-08-20T22:35:16.4877814Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:35:16.4878073Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:35:16.4878418Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:35:16.4878871Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:35:16.4879734Z [36;1m     ls -sh "/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:35:16.4880069Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:35:16.4880265Z [36;1m       {[0m
2025-08-20T22:35:16.4880438Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:35:16.4880752Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:35:16.4881176Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:35:16.4881592Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:35:16.4882111Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-4ebbc32-250818T132341-aarch64-linux")[0m
2025-08-20T22:35:16.4882841Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109444123")[0m
2025-08-20T22:35:16.4883411Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109444123")[0m
2025-08-20T22:35:16.4884100Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-aarch64-linux")[0m
2025-08-20T22:35:16.4884790Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:34:58Z")[0m
2025-08-20T22:35:16.4885271Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:35:16.4885775Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:34:58Z")[0m
2025-08-20T22:35:16.4886427Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/sequin/official/sequin")[0m
2025-08-20T22:35:16.4887057Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:35:16.4887561Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:35:16.4888407Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:35:16.4889133Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin")[0m
2025-08-20T22:35:16.4889949Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sequin")[0m
2025-08-20T22:35:16.4890639Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/charmbracelet/sequin")[0m
2025-08-20T22:35:16.4891167Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:35:16.4891665Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:35:16.4892126Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:35:16.4892604Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:35:16.4893016Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:35:16.4893247Z [36;1m         #Check[0m
2025-08-20T22:35:16.4893803Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:34:58Z" ]]; then[0m
2025-08-20T22:35:16.4894502Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:35:16.4894830Z [36;1m            break[0m
2025-08-20T22:35:16.4895018Z [36;1m          else[0m
2025-08-20T22:35:16.4895393Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:35:16.4895796Z [36;1m          fi[0m
2025-08-20T22:35:16.4895996Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:35:16.4896230Z [36;1m        done[0m
2025-08-20T22:35:16.4896399Z [36;1m       }[0m
2025-08-20T22:35:16.4896576Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:35:16.4896802Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:35:16.4897362Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:34:58Z" ]]; then[0m
2025-08-20T22:35:16.4898095Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:35:16.4898478Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:35:16.4898720Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:35:16.4899465Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:34:58Z" ]]; then[0m
2025-08-20T22:35:16.4900189Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:35:16.4900684Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:35:16.4901056Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:35:16.4901270Z [36;1m           fi[0m
2025-08-20T22:35:16.4901439Z [36;1m       fi[0m
2025-08-20T22:35:16.4901609Z [36;1m   fi[0m
2025-08-20T22:35:16.4901763Z [36;1m fi[0m
2025-08-20T22:35:16.4901926Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:35:16.4963768Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:16.4963980Z env:
2025-08-20T22:35:16.4964158Z   CROSS_COMPILING: NO
2025-08-20T22:35:16.4964347Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:16.4964557Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:16.4964749Z   ON_QEMU: NO
2025-08-20T22:35:16.4964904Z   DEBUG: 0
2025-08-20T22:35:16.4965061Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:16.4965270Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:16.4965531Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:16.4966013Z   KEEP_LOGS: YES
2025-08-20T22:35:16.4966198Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:16.4966390Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:16.4966581Z   SBUILD_REBUILD: false
2025-08-20T22:35:16.4967075Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:16.4967783Z   BUILD_SYS: docker://go
2025-08-20T22:35:16.4967970Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:16.4968149Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:16.4968323Z   SYSTMP: /tmp
2025-08-20T22:35:16.4968480Z   GHA_MODE: MATRIX
2025-08-20T22:35:16.4968873Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:16.4969618Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:16.4969923Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:16.4970290Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:16.4970741Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:16.4971094Z   PKG_TYPE: static
2025-08-20T22:35:16.4971267Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:16.4971475Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:16.4971834Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:16.4972170Z   BUILD_ID: 17109444123
2025-08-20T22:35:16.4972342Z   PKG_NAME: sequin
2025-08-20T22:35:16.4972513Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:16.4972725Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:16.4972961Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:16.4973233Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:16.4973560Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:16.4973976Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:16.4974405Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:16.4974670Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:16.4975090Z   GHCR_TOKEN: ***
2025-08-20T22:35:16.4975366Z   GITHUB_TOKEN: ***
2025-08-20T22:35:16.4975568Z   GITLAB_TOKEN: ***
2025-08-20T22:35:16.4976662Z   MINISIGN_KEY: ***
2025-08-20T22:35:16.4976838Z ##[endgroup]
2025-08-20T22:35:16.5041746Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:35:16.5049893Z 3.4M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:35:16.5060735Z total 5.0M
2025-08-20T22:35:16.5060892Z 4.0K CHECKSUM
2025-08-20T22:35:16.5061051Z 4.0K CHECKSUM.sig
2025-08-20T22:35:16.5061210Z 4.0K LICENSE
2025-08-20T22:35:16.5061361Z 4.0K LICENSE.sig
2025-08-20T22:35:16.5061519Z 4.0K SBUILD
2025-08-20T22:35:16.5061666Z 4.0K SBUILD.sig
2025-08-20T22:35:16.5061825Z 4.0K SBUILD_TEMP
2025-08-20T22:35:16.5061983Z 4.2M sequin
2025-08-20T22:35:16.5062133Z 4.0K sequin.json
2025-08-20T22:35:16.5062296Z 4.0K sequin.json.sig
2025-08-20T22:35:16.5062476Z 400K sequin.log
2025-08-20T22:35:16.5062653Z 4.0K sequin.log.sig
2025-08-20T22:35:16.5062823Z  40K sequin.png
2025-08-20T22:35:16.5062980Z 4.0K sequin.sig
2025-08-20T22:35:16.5063142Z 400K sequin.static.log
2025-08-20T22:35:16.5063329Z 4.0K sequin.static.version
2025-08-20T22:35:16.5063533Z 4.0K sequin.static.version.sig
2025-08-20T22:35:16.5063734Z 4.0K sequin.version
2025-08-20T22:35:16.5063914Z 4.0K sequin.version.sig
2025-08-20T22:35:16.6724189Z Uploading d3c78cd27c87 BUILD_ARTIFACTS.zstd
2025-08-20T22:35:17.6583951Z Uploaded  d3c78cd27c87 BUILD_ARTIFACTS.zstd
2025-08-20T22:35:17.6584280Z Uploading c2a2743fee32 SRCBUILD-sequin
2025-08-20T22:35:17.9602103Z Uploaded  c2a2743fee32 SRCBUILD-sequin
2025-08-20T22:35:17.9603092Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123:HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:17.9603682Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:35:17.9604062Z Digest: sha256:c2a2743fee320a398b07798ec330284f9b9db40dbd01bea7e378a8de28d33678
2025-08-20T22:35:23.0862435Z 
2025-08-20T22:35:23.0863198Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:23.0863610Z 
2025-08-20T22:35:23.2234584Z ##[group]Run ##Presets
2025-08-20T22:35:23.2234851Z [36;1m##Presets[0m
2025-08-20T22:35:23.2235027Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:23.2235452Z [36;1m#-------------#[0m
2025-08-20T22:35:23.2235634Z [36;1m##Debug?[0m
2025-08-20T22:35:23.2235849Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:23.2236110Z [36;1m  set -x[0m
2025-08-20T22:35:23.2236266Z [36;1mfi[0m
2025-08-20T22:35:23.2236420Z [36;1m#-------------#[0m
2025-08-20T22:35:23.2236652Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:35:23.2236958Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:35:23.2269117Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:23.2269542Z env:
2025-08-20T22:35:23.2269703Z   CROSS_COMPILING: NO
2025-08-20T22:35:23.2269896Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:23.2270101Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:23.2270296Z   ON_QEMU: NO
2025-08-20T22:35:23.2270483Z   DEBUG: 0
2025-08-20T22:35:23.2270642Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:23.2270851Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:23.2271118Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:23.2271388Z   KEEP_LOGS: YES
2025-08-20T22:35:23.2271557Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:23.2271749Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:23.2271942Z   SBUILD_REBUILD: false
2025-08-20T22:35:23.2272452Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:23.2272984Z   BUILD_SYS: docker://go
2025-08-20T22:35:23.2273172Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:23.2273349Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:23.2273524Z   SYSTMP: /tmp
2025-08-20T22:35:23.2273683Z   GHA_MODE: MATRIX
2025-08-20T22:35:23.2274078Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:23.2274565Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:23.2274865Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:23.2275232Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:23.2275688Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:23.2276042Z   PKG_TYPE: static
2025-08-20T22:35:23.2276218Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:23.2276422Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:23.2276779Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:23.2277114Z   BUILD_ID: 17109444123
2025-08-20T22:35:23.2277288Z   PKG_NAME: sequin
2025-08-20T22:35:23.2277463Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:23.2277682Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:23.2277924Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:23.2278205Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:23.2278537Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:23.2278956Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:23.2279918Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:23.2280189Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:23.2280444Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:23.2280901Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:23.2281285Z ##[endgroup]
2025-08-20T22:35:23.2413154Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:35:23.2413465Z with:
2025-08-20T22:35:23.2413684Z   name: Bincache_sequin_aarch64-Linux
2025-08-20T22:35:23.2413946Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:35:23.2414205Z   compression-level: 0
2025-08-20T22:35:23.2414388Z   retention-days: 30
2025-08-20T22:35:23.2414560Z   overwrite: true
2025-08-20T22:35:23.2414732Z   if-no-files-found: warn
2025-08-20T22:35:23.2414933Z   include-hidden-files: false
2025-08-20T22:35:23.2415124Z env:
2025-08-20T22:35:23.2415525Z   CROSS_COMPILING: NO
2025-08-20T22:35:23.2415711Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:23.2415919Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:23.2416114Z   ON_QEMU: NO
2025-08-20T22:35:23.2416264Z   DEBUG: 0
2025-08-20T22:35:23.2416421Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:23.2416633Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:23.2416894Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:23.2417210Z   KEEP_LOGS: YES
2025-08-20T22:35:23.2417375Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:23.2417565Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:23.2417757Z   SBUILD_REBUILD: false
2025-08-20T22:35:23.2418254Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:23.2418782Z   BUILD_SYS: docker://go
2025-08-20T22:35:23.2418971Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:23.2419152Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:23.2419622Z   SYSTMP: /tmp
2025-08-20T22:35:23.2419799Z   GHA_MODE: MATRIX
2025-08-20T22:35:23.2420196Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:23.2420674Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:23.2420969Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:23.2421329Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:23.2421780Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:23.2422133Z   PKG_TYPE: static
2025-08-20T22:35:23.2422303Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:23.2422511Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:23.2422859Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:23.2423195Z   BUILD_ID: 17109444123
2025-08-20T22:35:23.2423370Z   PKG_NAME: sequin
2025-08-20T22:35:23.2423541Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:23.2423766Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:23.2423999Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:23.2424270Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:23.2424601Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:23.2425016Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:23.2425444Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:23.2425706Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:23.2425961Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:23.2426416Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:23.2426809Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:23.2427010Z ##[endgroup]
2025-08-20T22:35:23.5982241Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:35:23.5985076Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:35:23.5985479Z With the provided path, there will be 2 files uploaded
2025-08-20T22:35:23.7126366Z Artifact name is valid!
2025-08-20T22:35:23.7128099Z Root directory input is valid!
2025-08-20T22:35:23.7703569Z Beginning upload of artifact content to blob storage
2025-08-20T22:35:23.9390162Z Uploaded bytes 4252559
2025-08-20T22:35:23.9519577Z Finished uploading artifact content to blob storage!
2025-08-20T22:35:23.9524822Z SHA256 digest of uploaded artifact zip is 30fe7229fc039cda13bb437bf7c534f21393255a75ddd76b6d217f97ba1083a0
2025-08-20T22:35:23.9525294Z Finalizing artifact upload
2025-08-20T22:35:24.0412760Z Artifact Bincache_sequin_aarch64-Linux.zip successfully finalized. Artifact ID 3813842196
2025-08-20T22:35:24.0413636Z Artifact Bincache_sequin_aarch64-Linux has been successfully uploaded! Final size is 4252559 bytes. Artifact ID is 3813842196
2025-08-20T22:35:24.0422181Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109444123/artifacts/3813842196
2025-08-20T22:35:24.0593844Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:35:24.0594172Z with:
2025-08-20T22:35:24.0594447Z   subject-name: sequin-17109444123-HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.0595257Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:35:24.0595950Z   show-summary: true
2025-08-20T22:35:24.0596137Z   push-to-registry: false
2025-08-20T22:35:24.0596486Z   github-token: ***
2025-08-20T22:35:24.0596661Z env:
2025-08-20T22:35:24.0596813Z   CROSS_COMPILING: NO
2025-08-20T22:35:24.0597005Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:24.0597220Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:24.0597421Z   ON_QEMU: NO
2025-08-20T22:35:24.0597576Z   DEBUG: 0
2025-08-20T22:35:24.0597740Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:24.0597969Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:24.0598263Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:24.0598540Z   KEEP_LOGS: YES
2025-08-20T22:35:24.0598717Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:24.0598913Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:24.0599111Z   SBUILD_REBUILD: false
2025-08-20T22:35:24.0599806Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:24.0600343Z   BUILD_SYS: docker://go
2025-08-20T22:35:24.0600534Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:24.0600715Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:24.0600898Z   SYSTMP: /tmp
2025-08-20T22:35:24.0601061Z   GHA_MODE: MATRIX
2025-08-20T22:35:24.0601465Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:24.0601949Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:24.0602260Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:24.0602631Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:24.0603091Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:24.0603448Z   PKG_TYPE: static
2025-08-20T22:35:24.0603624Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:24.0603836Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.0604194Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:24.0604536Z   BUILD_ID: 17109444123
2025-08-20T22:35:24.0604715Z   PKG_NAME: sequin
2025-08-20T22:35:24.0604900Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:24.0605124Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.0605364Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:24.0605642Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:24.0605978Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.0606411Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:24.0606843Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:24.0607112Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:24.0607372Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.0607834Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:24.0608232Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:24.0608447Z ##[endgroup]
2025-08-20T22:35:24.0690795Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:35:24.0691209Z env:
2025-08-20T22:35:24.0691368Z   CROSS_COMPILING: NO
2025-08-20T22:35:24.0691560Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:24.0691776Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:24.0691977Z   ON_QEMU: NO
2025-08-20T22:35:24.0692133Z   DEBUG: 0
2025-08-20T22:35:24.0692559Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:24.0692938Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:24.0693227Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:24.0693509Z   KEEP_LOGS: YES
2025-08-20T22:35:24.0693681Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:24.0693878Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:24.0694072Z   SBUILD_REBUILD: false
2025-08-20T22:35:24.0694569Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:24.0695102Z   BUILD_SYS: docker://go
2025-08-20T22:35:24.0695296Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:24.0695478Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:24.0695657Z   SYSTMP: /tmp
2025-08-20T22:35:24.0695818Z   GHA_MODE: MATRIX
2025-08-20T22:35:24.0696217Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:24.0696703Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:24.0697021Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:24.0697388Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:24.0697849Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:24.0698207Z   PKG_TYPE: static
2025-08-20T22:35:24.0698384Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:24.0698658Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.0699023Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:24.0699602Z   BUILD_ID: 17109444123
2025-08-20T22:35:24.0699786Z   PKG_NAME: sequin
2025-08-20T22:35:24.0699965Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:24.0700188Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.0700427Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:24.0700709Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:24.0701052Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.0701480Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:24.0701912Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:24.0702180Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:24.0702441Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.0702903Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:24.0703304Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:24.0703511Z ##[endgroup]
2025-08-20T22:35:24.3683746Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:35:24.3684077Z with:
2025-08-20T22:35:24.3684714Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:35:24.3685562Z   subject-name: sequin-17109444123-HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.3685948Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:35:24.3688466Z   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/17109444123/attempts/1"}}}
2025-08-20T22:35:24.3691449Z   push-to-registry: false
2025-08-20T22:35:24.3691822Z   show-summary: true
2025-08-20T22:35:24.3692267Z   github-token: ***
2025-08-20T22:35:24.3692461Z env:
2025-08-20T22:35:24.3692617Z   CROSS_COMPILING: NO
2025-08-20T22:35:24.3692812Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:24.3693028Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:24.3693228Z   ON_QEMU: NO
2025-08-20T22:35:24.3693384Z   DEBUG: 0
2025-08-20T22:35:24.3693548Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:24.3693765Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:24.3694032Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:24.3694311Z   KEEP_LOGS: YES
2025-08-20T22:35:24.3694486Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:24.3694683Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:24.3694884Z   SBUILD_REBUILD: false
2025-08-20T22:35:24.3695385Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:24.3695930Z   BUILD_SYS: docker://go
2025-08-20T22:35:24.3696124Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:24.3696312Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:24.3696501Z   SYSTMP: /tmp
2025-08-20T22:35:24.3696669Z   GHA_MODE: MATRIX
2025-08-20T22:35:24.3697071Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:24.3697619Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:24.3697932Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:24.3698305Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:24.3698767Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:24.3699132Z   PKG_TYPE: static
2025-08-20T22:35:24.3699549Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:24.3699772Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.3700137Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:24.3700493Z   BUILD_ID: 17109444123
2025-08-20T22:35:24.3700675Z   PKG_NAME: sequin
2025-08-20T22:35:24.3700855Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:24.3701081Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:24.3701328Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:24.3701609Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:24.3701947Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.3702374Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:24.3702805Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:24.3703075Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:24.3703338Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:24.3703805Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:24.3704203Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:24.3704417Z ##[endgroup]
2025-08-20T22:35:25.6266956Z Attestation created for 18 subjects
2025-08-20T22:35:25.6270782Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:35:25.6271203Z -----BEGIN CERTIFICATE-----
2025-08-20T22:35:25.6271524Z MIIG7zCCBnagAwIBAgIUT1+AQefvmRhOtvgJWHz/bcMYWWUwCgYIKoZIzj0EAwMw
2025-08-20T22:35:25.6271975Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:35:25.6272437Z cm1lZGlhdGUwHhcNMjUwODIwMjIzNTI0WhcNMjUwODIwMjI0NTI0WjAAMFkwEwYH
2025-08-20T22:35:25.6272886Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEdn+MGYuWCfCjACCASj/ZvuxAEFK9nS6clzJs
2025-08-20T22:35:25.6273319Z hOged+Kozk0idmv8/5rW6Oq91Ky0RbLJfhlUJ8kHDb45sQfhuKOCBZUwggWRMA4G
2025-08-20T22:35:25.6273756Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUkEv0
2025-08-20T22:35:25.6274212Z 5apE+5IpnClhw9pLFwj83ZcwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:35:25.6274651Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:35:25.6275659Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:35:25.6276121Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:35:25.6276561Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:35:25.6276992Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:35:25.6277435Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:35:25.6277893Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:35:25.6278351Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:35:25.6278805Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:35:25.6279466Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:35:25.6279930Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:35:25.6280391Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:35:25.6280849Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:35:25.6281296Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:35:25.6281758Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:35:25.6282218Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:35:25.6282674Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:35:25.6283129Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:35:25.6283580Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:35:25.6284033Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:35:25.6284488Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:35:25.6284949Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:35:25.6285407Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:35:25.6285867Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDQ0MTIzL2F0
2025-08-20T22:35:25.6286328Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:35:25.6286793Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJn2sG
2025-08-20T22:35:25.6287232Z AAAEAwBIMEYCIQCCX0Kb8BUURFQ/iXaE/3WaJG4epFQ8NHTpuH8517nySAIhAJ3H
2025-08-20T22:35:25.6287670Z dH5+AK+JaxjoDEhmORToGanCvUAHYhfZbQI6NS4kMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T22:35:25.6288128Z MCU27RYnZpWv6zVM3WzUl2vGfqFBrXapIU7nS4Kkp6pns8GAKDxG8weYGI6VqQTY
2025-08-20T22:35:25.6288578Z GQIwBN11hCKlcVyS2si6Uj456tVvMyM2BBLb6NvRVbbbFrbsUQCKH4y3bnx9ueZ4
2025-08-20T22:35:25.6288906Z n0sd
2025-08-20T22:35:25.6289063Z -----END CERTIFICATE-----
2025-08-20T22:35:25.6289331Z 
2025-08-20T22:35:25.6289791Z ##[endgroup]
2025-08-20T22:35:25.6290211Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:35:25.6290583Z https://search.sigstore.dev?logIndex=414538467
2025-08-20T22:35:25.6290928Z [36mAttestation uploaded to repository[39m
2025-08-20T22:35:25.6291261Z https://github.com/pkgforge/bincache/attestations/9875955
2025-08-20T22:35:25.7180920Z ##[group]Run ##Presets
2025-08-20T22:35:25.7181180Z [36;1m##Presets[0m
2025-08-20T22:35:25.7181365Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:25.7181558Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7181744Z [36;1m##Debug?[0m
2025-08-20T22:35:25.7181969Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:25.7182241Z [36;1m  set -x[0m
2025-08-20T22:35:25.7182409Z [36;1mfi[0m
2025-08-20T22:35:25.7182572Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7182856Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:35:25.7183341Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sequin/official"[0m
2025-08-20T22:35:25.7183723Z [36;1m exit 1[0m
2025-08-20T22:35:25.7184141Z [36;1mfi[0m
2025-08-20T22:35:25.7215964Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:25.7216181Z env:
2025-08-20T22:35:25.7216342Z   CROSS_COMPILING: NO
2025-08-20T22:35:25.7216578Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:25.7216795Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:25.7216996Z   ON_QEMU: NO
2025-08-20T22:35:25.7217152Z   DEBUG: 0
2025-08-20T22:35:25.7217316Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:25.7217530Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:25.7217800Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:25.7218076Z   KEEP_LOGS: YES
2025-08-20T22:35:25.7218250Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:25.7218448Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:25.7218645Z   SBUILD_REBUILD: false
2025-08-20T22:35:25.7219148Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:25.7219899Z   BUILD_SYS: docker://go
2025-08-20T22:35:25.7220105Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:25.7220292Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:25.7220473Z   SYSTMP: /tmp
2025-08-20T22:35:25.7220637Z   GHA_MODE: MATRIX
2025-08-20T22:35:25.7221044Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:25.7221532Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7221838Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7222205Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:25.7222668Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:25.7223029Z   PKG_TYPE: static
2025-08-20T22:35:25.7223210Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:25.7223424Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7223784Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:25.7224133Z   BUILD_ID: 17109444123
2025-08-20T22:35:25.7224320Z   PKG_NAME: sequin
2025-08-20T22:35:25.7224501Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:25.7224731Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7224975Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:25.7225256Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:25.7225594Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7226020Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:25.7226459Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:25.7226730Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:25.7226991Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7227456Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:25.7227856Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:25.7228064Z ##[endgroup]
2025-08-20T22:35:25.7296075Z ##[group]Run ##Presets
2025-08-20T22:35:25.7296356Z [36;1m##Presets[0m
2025-08-20T22:35:25.7296546Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:25.7296739Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7296925Z [36;1m##Debug?[0m
2025-08-20T22:35:25.7297145Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:25.7297420Z [36;1m  set -x[0m
2025-08-20T22:35:25.7297585Z [36;1mfi[0m
2025-08-20T22:35:25.7297745Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7297967Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:35:25.7298387Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sequin/official"[0m
2025-08-20T22:35:25.7298771Z [36;1m exit 1[0m
2025-08-20T22:35:25.7298934Z [36;1mfi[0m
2025-08-20T22:35:25.7324480Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:25.7324695Z env:
2025-08-20T22:35:25.7324861Z   CROSS_COMPILING: NO
2025-08-20T22:35:25.7325081Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:25.7325534Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:25.7325759Z   ON_QEMU: NO
2025-08-20T22:35:25.7325916Z   DEBUG: 0
2025-08-20T22:35:25.7326079Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:25.7326296Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:25.7326564Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:25.7326845Z   KEEP_LOGS: YES
2025-08-20T22:35:25.7327017Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:25.7327215Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:25.7327412Z   SBUILD_REBUILD: false
2025-08-20T22:35:25.7327916Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:25.7328455Z   BUILD_SYS: docker://go
2025-08-20T22:35:25.7328649Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:25.7328833Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:25.7329014Z   SYSTMP: /tmp
2025-08-20T22:35:25.7329482Z   GHA_MODE: MATRIX
2025-08-20T22:35:25.7329944Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:25.7330440Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7330745Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7331107Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:25.7331567Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:25.7331926Z   PKG_TYPE: static
2025-08-20T22:35:25.7332108Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:25.7332319Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7332681Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:25.7333028Z   BUILD_ID: 17109444123
2025-08-20T22:35:25.7333208Z   PKG_NAME: sequin
2025-08-20T22:35:25.7333386Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:25.7333608Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7333862Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:25.7334140Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:25.7334483Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7334910Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:25.7335342Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:25.7335615Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:25.7335874Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7336343Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:25.7336744Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:25.7336953Z ##[endgroup]
2025-08-20T22:35:25.7400851Z ##[group]Run ##Presets
2025-08-20T22:35:25.7401095Z [36;1m##Presets[0m
2025-08-20T22:35:25.7401284Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:25.7401480Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7401675Z [36;1m##Debug?[0m
2025-08-20T22:35:25.7401897Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:25.7402170Z [36;1m  set -x[0m
2025-08-20T22:35:25.7402335Z [36;1mfi[0m
2025-08-20T22:35:25.7402495Z [36;1m#-------------#[0m
2025-08-20T22:35:25.7402812Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:35:25.7403179Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:35:25.7403450Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:35:25.7403696Z [36;1mfi[0m
2025-08-20T22:35:25.7429087Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:25.7429526Z env:
2025-08-20T22:35:25.7429691Z   CROSS_COMPILING: NO
2025-08-20T22:35:25.7429943Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:25.7430162Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:25.7430362Z   ON_QEMU: NO
2025-08-20T22:35:25.7430518Z   DEBUG: 0
2025-08-20T22:35:25.7430684Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:25.7431130Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:25.7431406Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:35:25.7431685Z   KEEP_LOGS: YES
2025-08-20T22:35:25.7431861Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:25.7432058Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:35:25.7432257Z   SBUILD_REBUILD: false
2025-08-20T22:35:25.7432761Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:35:25.7433298Z   BUILD_SYS: docker://go
2025-08-20T22:35:25.7433492Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:25.7433681Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:25.7433864Z   SYSTMP: /tmp
2025-08-20T22:35:25.7434029Z   GHA_MODE: MATRIX
2025-08-20T22:35:25.7434440Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:25.7434927Z   INPUT_SBUILD: /tmp/pkgforge/ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7435242Z   BUILD_DIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml
2025-08-20T22:35:25.7435610Z   SBUILD_OUTDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:25.7436072Z   SBUILD_TMPDIR: /tmp/pkgforge/bTXlhvU_ny5cJrmBz_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:25.7436435Z   PKG_TYPE: static
2025-08-20T22:35:25.7436617Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:25.7436834Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7437196Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:35:25.7437540Z   BUILD_ID: 17109444123
2025-08-20T22:35:25.7437725Z   PKG_NAME: sequin
2025-08-20T22:35:25.7437907Z   PKG_DATE: 2025-08-20T22:34:58Z
2025-08-20T22:35:25.7438138Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:35:25.7438383Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:35:25.7438664Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:35:25.7439005Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7439819Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sequin/official/sequin
2025-08-20T22:35:25.7440266Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:35:25.7440541Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:35:25.7440804Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-aarch64-linux
2025-08-20T22:35:25.7441269Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:35:25.7441667Z   UTC_TIME: 2025_08_20T10_35_23_PM
2025-08-20T22:35:25.7441879Z ##[endgroup]
2025-08-20T22:35:25.7492267Z EXITED
2025-08-20T22:35:25.7537063Z Cleaning up orphan processes
