﻿2025-08-20T21:28:48.5935575Z Current runner version: '2.328.0'
2025-08-20T21:28:48.5966886Z ##[group]Runner Image Provisioner
2025-08-20T21:28:48.5967824Z Hosted Compute Agent
2025-08-20T21:28:48.5968364Z Version: 20250818.377
2025-08-20T21:28:48.5969200Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:28:48.5970025Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:28:48.5970777Z ##[endgroup]
2025-08-20T21:28:48.5971403Z ##[group]VM Image
2025-08-20T21:28:48.5971966Z - OS: Linux (arm64)
2025-08-20T21:28:48.5973001Z - Source: Partner
2025-08-20T21:28:48.5973576Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:28:48.5974185Z - Version: 20250728.24.1
2025-08-20T21:28:48.5975349Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:28:48.5976420Z ##[endgroup]
2025-08-20T21:28:48.5977855Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:28:48.5981283Z Attestations: write
2025-08-20T21:28:48.5982084Z Contents: write
2025-08-20T21:28:48.5983019Z Metadata: read
2025-08-20T21:28:48.5983804Z Packages: write
2025-08-20T21:28:48.5984431Z ##[endgroup]
2025-08-20T21:28:48.5987563Z Secret source: Actions
2025-08-20T21:28:48.5988363Z Prepare workflow directory
2025-08-20T21:28:48.6401191Z Prepare all required actions
2025-08-20T21:28:48.6444952Z Getting action download info
2025-08-20T21:28:48.9430401Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:28:49.5977065Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:28:49.9747710Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:28:50.1125132Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:28:50.4978448Z Getting action download info
2025-08-20T21:28:50.6567560Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:28:50.8661425Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:28:51.1180242Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/micro/official)
2025-08-20T21:28:51.1799136Z ##[group]Run ##Presets
2025-08-20T21:28:51.1799714Z [36;1m##Presets[0m
2025-08-20T21:28:51.1800022Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:51.1800437Z [36;1m#-------------#[0m
2025-08-20T21:28:51.1800899Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:28:51.1801409Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:28:51.1801871Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.1802266Z [36;1m  fi[0m
2025-08-20T21:28:51.1802922Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:28:51.1803457Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:51.1803902Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.1804357Z [36;1m  fi[0m
2025-08-20T21:28:51.1804689Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:28:51.1805303Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:28:51.1805786Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.1806148Z [36;1m  fi[0m
2025-08-20T21:28:51.1806554Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:28:51.1807002Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:28:51.1807449Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:28:51.1807884Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:51.1808299Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.1809060Z [36;1m     else[0m
2025-08-20T21:28:51.1809421Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.1809823Z [36;1m     fi[0m
2025-08-20T21:28:51.1810193Z [36;1m  fi[0m
2025-08-20T21:28:51.1810464Z [36;1mfi[0m
2025-08-20T21:28:51.1841480Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:51.1842292Z env:
2025-08-20T21:28:51.1843378Z   GH_TOKEN: ***
2025-08-20T21:28:51.1843691Z ##[endgroup]
2025-08-20T21:28:51.2067743Z ##[group]Run ##Presets
2025-08-20T21:28:51.2068267Z [36;1m##Presets[0m
2025-08-20T21:28:51.2068747Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:51.2069048Z [36;1m#-------------#[0m
2025-08-20T21:28:51.2069495Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:28:51.2070093Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:28:51.2070696Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:28:51.2071253Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:28:51.2071740Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:28:51.2072288Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:28:51.2072976Z [36;1m  exit 1[0m
2025-08-20T21:28:51.2073256Z [36;1mfi[0m
2025-08-20T21:28:51.2097457Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:51.2097825Z env:
2025-08-20T21:28:51.2098329Z   RO_GHTOKEN: ***
2025-08-20T21:28:51.2098783Z   RO_GLTOKEN: ***
2025-08-20T21:28:51.2100063Z   MINISIGN_KEY: ***
2025-08-20T21:28:51.2100382Z ##[endgroup]
2025-08-20T21:28:51.2230110Z ##[group]Run ##Presets
2025-08-20T21:28:51.2230731Z [36;1m##Presets[0m
2025-08-20T21:28:51.2231109Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:51.2231479Z [36;1m#-------------#[0m
2025-08-20T21:28:51.2231786Z [36;1m##Host Triplet[0m
2025-08-20T21:28:51.2232189Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:51.2232906Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:28:51.2233348Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:51.2233794Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:28:51.2234198Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:28:51.2234627Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:28:51.2235102Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:28:51.2235559Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:28:51.2235907Z [36;1m   fi[0m
2025-08-20T21:28:51.2236393Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:51.2236882Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:28:51.2237350Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:51.2237806Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:28:51.2238183Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:28:51.2238563Z [36;1m fi[0m
2025-08-20T21:28:51.2238932Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2239450Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2239964Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2240414Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2240832Z [36;1m##Debug[0m
2025-08-20T21:28:51.2241150Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:28:51.2241498Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:28:51.2241899Z [36;1m else[0m
2025-08-20T21:28:51.2242186Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:28:51.2242723Z [36;1m fi[0m
2025-08-20T21:28:51.2243065Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2243441Z [36;1m##Docker Platform[0m
2025-08-20T21:28:51.2244169Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:28:51.2244564Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:28:51.2244989Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:28:51.2245455Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:28:51.2245862Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:28:51.2246275Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:28:51.2246869Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:28:51.2247357Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:28:51.2247748Z [36;1m fi[0m
2025-08-20T21:28:51.2248142Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2248669Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2249163Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:28:51.2249722Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/micro/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:51.2250305Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:28:51.2250760Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2251167Z [36;1m##Logs[0m
2025-08-20T21:28:51.2251678Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:28:51.2252052Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:28:51.2252658Z [36;1m else[0m
2025-08-20T21:28:51.2253040Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:28:51.2253409Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:28:51.2253780Z [36;1m fi[0m
2025-08-20T21:28:51.2254467Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2254959Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2255450Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:51.2255907Z [36;1m PKG_FAMILY_LOCAL="$(echo "micro" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:51.2256421Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:51.2256927Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2257355Z [36;1m##Rebuild[0m
2025-08-20T21:28:51.2257659Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:28:51.2258095Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:28:51.2258449Z [36;1m else[0m
2025-08-20T21:28:51.2258754Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:28:51.2259145Z [36;1m fi[0m
2025-08-20T21:28:51.2259484Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2259950Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:28:51.2260532Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:28:51.2261240Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:28:51.2262181Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:28:51.2263136Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:28:51.2263584Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:28:51.2264184Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:28:51.2264734Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:28:51.2265224Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2265608Z [36;1m    exit 1[0m
2025-08-20T21:28:51.2265902Z [36;1m   else[0m
2025-08-20T21:28:51.2266269Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:28:51.2266721Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2267145Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:28:51.2267873Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:28:51.2268309Z [36;1m      #check if supported[0m
2025-08-20T21:28:51.2268818Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:28:51.2269486Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:28:51.2270054Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:28:51.2270544Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2270928Z [36;1m         exit 1[0m
2025-08-20T21:28:51.2271212Z [36;1m       fi[0m
2025-08-20T21:28:51.2271617Z [36;1m      #get build system[0m
2025-08-20T21:28:51.2272099Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:28:51.2272787Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:28:51.2273203Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2273661Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:28:51.2274178Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2274608Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2275026Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:28:51.2275523Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2275943Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.2276295Z [36;1m       fi[0m
2025-08-20T21:28:51.2276849Z [36;1m     fi[0m
2025-08-20T21:28:51.2277155Z [36;1m   fi[0m
2025-08-20T21:28:51.2277505Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:28:51.2300863Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:51.2301422Z ##[endgroup]
2025-08-20T21:28:51.7053315Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:28:51.7054039Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:28:51.7054307Z 
2025-08-20T21:28:51.7745257Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:28:51.7745769Z 100  4037  100  4037    0     0  57242      0 --:--:-- --:--:-- --:--:-- 57671
2025-08-20T21:28:51.7755207Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:51.7944351Z ##[group]Run ##Presets
2025-08-20T21:28:51.7944916Z [36;1m##Presets[0m
2025-08-20T21:28:51.7945221Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:51.7945582Z [36;1m#-------------#[0m
2025-08-20T21:28:51.7945880Z [36;1m##Debug?[0m
2025-08-20T21:28:51.7946222Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:51.7946695Z [36;1m  set -x[0m
2025-08-20T21:28:51.7946970Z [36;1mfi[0m
2025-08-20T21:28:51.7947282Z [36;1m#-------------#[0m
2025-08-20T21:28:51.7947650Z [36;1m##CoreUtils[0m
2025-08-20T21:28:51.7947956Z [36;1msudo apt update -y[0m
2025-08-20T21:28:51.7948449Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:28:51.7949549Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:28:51.7950663Z [36;1m##tmp[0m
2025-08-20T21:28:51.7951066Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:28:51.7951524Z [36;1m#GH ENV[0m
2025-08-20T21:28:51.7951886Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.7952300Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.7952863Z [36;1m#-------------#[0m
2025-08-20T21:28:51.7953244Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:28:51.7953828Z [36;1msudo apt update -y[0m
2025-08-20T21:28:51.7954140Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:28:51.7954554Z [36;1m##Setup Minisign[0m
2025-08-20T21:28:51.7954922Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:28:51.7955575Z [36;1mecho "***[0m
2025-08-20T21:28:51.7956956Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:28:51.7957337Z [36;1m##User-Agent[0m
2025-08-20T21:28:51.7958218Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:28:51.7959127Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:51.7985559Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:51.7985925Z env:
2025-08-20T21:28:51.7986316Z   CROSS_COMPILING: NO
2025-08-20T21:28:51.7986657Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:28:51.7987008Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:28:51.7987433Z   ON_QEMU: NO
2025-08-20T21:28:51.7987834Z   DEBUG: 0
2025-08-20T21:28:51.7988113Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:28:51.7988528Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:28:51.7988917Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:28:51.7989347Z   KEEP_LOGS: YES
2025-08-20T21:28:51.7989694Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:51.7990034Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:28:51.7990405Z   SBUILD_REBUILD: false
2025-08-20T21:28:51.7991081Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:51.7991732Z   BUILD_SYS: docker://go
2025-08-20T21:28:51.7992111Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:51.7992580Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:51.7992922Z ##[endgroup]
2025-08-20T21:28:51.8310521Z 
2025-08-20T21:28:51.8311396Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:51.8311820Z 
2025-08-20T21:28:51.9948769Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:28:52.0159070Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:28:52.0790426Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:28:52.0954700Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:28:52.1052583Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:28:52.1448189Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:28:52.1490500Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:28:52.1543439Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:28:52.1552258Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:28:52.1655017Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:28:52.1948320Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:28:52.2571731Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:28:52.3270959Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:28:52.3451147Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:28:52.3626408Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:28:52.3873831Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:28:52.4052507Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:28:52.4239159Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:28:52.4577568Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:28:52.4756800Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:28:52.4918506Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:28:52.5644417Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:28:52.5807710Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:28:52.5975441Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:28:52.6140476Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:28:52.6300787Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:28:52.6465113Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:28:52.6632580Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:28:52.6793452Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:28:52.6958631Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:28:52.7131936Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:28:53.2421130Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:28:53.2613268Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:28:53.2981343Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:28:53.3144381Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:28:53.3466714Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:28:53.4217303Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:28:53.4568145Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:28:53.5049316Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:28:53.5518433Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:28:53.5997622Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:28:53.6461704Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:28:53.6950059Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:29:01.6055814Z Fetched 11.9 MB in 2s (6710 kB/s)
2025-08-20T21:29:02.3244769Z Reading package lists...
2025-08-20T21:29:02.5452438Z Building dependency tree...
2025-08-20T21:29:02.5459785Z Reading state information...
2025-08-20T21:29:02.5719991Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:29:02.5812901Z 
2025-08-20T21:29:02.5813823Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:29:02.5814368Z 
2025-08-20T21:29:02.5923225Z Reading package lists...
2025-08-20T21:29:02.7943601Z Building dependency tree...
2025-08-20T21:29:02.7955219Z Reading state information...
2025-08-20T21:29:03.0384654Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:29:03.0387425Z bc set to manually installed.
2025-08-20T21:29:03.0388048Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:29:03.0388581Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:29:03.0389055Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:29:03.0944740Z The following NEW packages will be installed:
2025-08-20T21:29:03.0949329Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:29:03.0950750Z   moreutils
2025-08-20T21:29:03.0956999Z The following packages will be upgraded:
2025-08-20T21:29:03.0964491Z   jq libjq1
2025-08-20T21:29:03.1134624Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:29:03.1846562Z Need to get 936 kB of archives.
2025-08-20T21:29:03.1847074Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:29:03.1847674Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:29:03.2327699Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T21:29:03.2653571Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T21:29:03.2982018Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:29:03.3152581Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:29:03.3347303Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:29:03.3511614Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:29:03.3695443Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:29:03.6781348Z Fetched 936 kB in 0s (3528 kB/s)
2025-08-20T21:29:03.7446721Z Selecting previously unselected package fdupes.
2025-08-20T21:29:03.8620314Z (Reading database ... 
2025-08-20T21:29:03.8620844Z (Reading database ... 5%
2025-08-20T21:29:03.8621113Z (Reading database ... 10%
2025-08-20T21:29:03.8621556Z (Reading database ... 15%
2025-08-20T21:29:03.8621938Z (Reading database ... 20%
2025-08-20T21:29:03.8622235Z (Reading database ... 25%
2025-08-20T21:29:03.8622730Z (Reading database ... 30%
2025-08-20T21:29:03.8623040Z (Reading database ... 35%
2025-08-20T21:29:03.8623294Z (Reading database ... 40%
2025-08-20T21:29:03.8623536Z (Reading database ... 45%
2025-08-20T21:29:03.8623869Z (Reading database ... 50%
2025-08-20T21:29:04.1611621Z (Reading database ... 55%
2025-08-20T21:29:04.7693709Z (Reading database ... 60%
2025-08-20T21:29:05.2787688Z (Reading database ... 65%
2025-08-20T21:29:05.7316061Z (Reading database ... 70%
2025-08-20T21:29:06.2134095Z (Reading database ... 75%
2025-08-20T21:29:06.7788525Z (Reading database ... 80%
2025-08-20T21:29:07.3486222Z (Reading database ... 85%
2025-08-20T21:29:07.9375121Z (Reading database ... 90%
2025-08-20T21:29:08.4980561Z (Reading database ... 95%
2025-08-20T21:29:08.4981013Z (Reading database ... 100%
2025-08-20T21:29:08.4981364Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:29:08.5020132Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:29:08.5161450Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:29:08.6185016Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:29:08.6393979Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:29:08.7588897Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:29:08.7985603Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:29:08.8703977Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:29:08.8865628Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:29:08.8943441Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:29:09.0018378Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:29:09.0188997Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:29:09.0268274Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:29:09.1178731Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:29:09.1342956Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:29:09.1419439Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:29:09.2046365Z Selecting previously unselected package moreutils.
2025-08-20T21:29:09.2206816Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:29:09.2281585Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:29:09.3481312Z Selecting previously unselected package dos2unix.
2025-08-20T21:29:09.3656716Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:29:09.3730136Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:29:09.6965957Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:29:09.7217610Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:29:09.7476340Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:29:09.7730976Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:29:09.7962142Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:29:09.8213805Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:29:09.8441843Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:29:09.8660035Z Setting up moreutils (0.69-1) ...
2025-08-20T21:29:09.8912119Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:34.2609881Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:35.4143946Z Reading package lists...
2025-08-20T21:29:35.5928783Z Building dependency tree...
2025-08-20T21:29:35.5937483Z Reading state information...
2025-08-20T21:29:35.8268329Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:29:35.8268901Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:29:35.8269252Z apt-utils set to manually installed.
2025-08-20T21:29:35.8269589Z ca-certificates is already the newest version (20240203).
2025-08-20T21:29:35.8270042Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:29:35.8270443Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:29:35.8270790Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:29:35.8271190Z moreutils is already the newest version (0.69-1).
2025-08-20T21:29:35.8271576Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:29:35.8272049Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:29:35.8272632Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:29:35.8273323Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:29:35.8273753Z tmux set to manually installed.
2025-08-20T21:29:35.8274064Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:29:35.8274496Z The following additional packages will be installed:
2025-08-20T21:29:35.8274978Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:29:35.8275483Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:29:35.8276653Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:29:35.8277104Z   uuid-runtime
2025-08-20T21:29:35.8285174Z Suggested packages:
2025-08-20T21:29:35.8285691Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:29:35.8286131Z   util-linux-extra util-linux-locales
2025-08-20T21:29:35.8286489Z Recommended packages:
2025-08-20T21:29:35.8286734Z   unattended-upgrades
2025-08-20T21:29:35.8833688Z The following NEW packages will be installed:
2025-08-20T21:29:35.8834192Z   rename
2025-08-20T21:29:35.8837413Z The following packages will be upgraded:
2025-08-20T21:29:35.8838069Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:29:35.8839271Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:29:35.8846254Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:29:35.8846844Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:29:35.9030601Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:29:36.1813344Z Need to get 4390 kB of archives.
2025-08-20T21:29:36.1813848Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:29:36.1814692Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T21:29:36.5287824Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:29:36.9348997Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:29:37.0241374Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:29:37.1108551Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:29:37.1960694Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T21:29:37.2809272Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:29:37.3707107Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:29:37.4614238Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T21:29:37.5485465Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:29:37.7228829Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:29:37.8965158Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:29:38.3460424Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:29:38.5364916Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:29:38.7969903Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:29:38.8891328Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:29:39.0709960Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:29:39.1600268Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:29:39.2551661Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:29:39.3408887Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:29:39.4355087Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:29:39.5246594Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:29:39.7014567Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T21:29:39.9917578Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:29:40.0872548Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:29:40.1986901Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:29:40.2990649Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:29:40.5444708Z Fetched 4390 kB in 4s (1001 kB/s)
2025-08-20T21:29:40.5739084Z (Reading database ... 
2025-08-20T21:29:40.5739458Z (Reading database ... 5%
2025-08-20T21:29:40.5739711Z (Reading database ... 10%
2025-08-20T21:29:40.5740024Z (Reading database ... 15%
2025-08-20T21:29:40.5740268Z (Reading database ... 20%
2025-08-20T21:29:40.5740581Z (Reading database ... 25%
2025-08-20T21:29:40.5741528Z (Reading database ... 30%
2025-08-20T21:29:40.5741882Z (Reading database ... 35%
2025-08-20T21:29:40.5742262Z (Reading database ... 40%
2025-08-20T21:29:40.5742746Z (Reading database ... 45%
2025-08-20T21:29:40.5742994Z (Reading database ... 50%
2025-08-20T21:29:40.5760196Z (Reading database ... 55%
2025-08-20T21:29:40.5841709Z (Reading database ... 60%
2025-08-20T21:29:40.5879379Z (Reading database ... 65%
2025-08-20T21:29:40.5893450Z (Reading database ... 70%
2025-08-20T21:29:40.5912053Z (Reading database ... 75%
2025-08-20T21:29:40.5943851Z (Reading database ... 80%
2025-08-20T21:29:40.6105639Z (Reading database ... 85%
2025-08-20T21:29:40.6123169Z (Reading database ... 90%
2025-08-20T21:29:40.6213083Z (Reading database ... 95%
2025-08-20T21:29:40.6213420Z (Reading database ... 100%
2025-08-20T21:29:40.6213803Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:40.6238692Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:40.6489191Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:40.7831427Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:40.8737491Z (Reading database ... 
2025-08-20T21:29:40.8738113Z (Reading database ... 5%
2025-08-20T21:29:40.8738449Z (Reading database ... 10%
2025-08-20T21:29:40.8738698Z (Reading database ... 15%
2025-08-20T21:29:40.8739006Z (Reading database ... 20%
2025-08-20T21:29:40.8739307Z (Reading database ... 25%
2025-08-20T21:29:40.8739543Z (Reading database ... 30%
2025-08-20T21:29:40.8739832Z (Reading database ... 35%
2025-08-20T21:29:40.8740081Z (Reading database ... 40%
2025-08-20T21:29:40.8740418Z (Reading database ... 45%
2025-08-20T21:29:40.8740718Z (Reading database ... 50%
2025-08-20T21:29:40.8758383Z (Reading database ... 55%
2025-08-20T21:29:40.8840598Z (Reading database ... 60%
2025-08-20T21:29:40.8878912Z (Reading database ... 65%
2025-08-20T21:29:40.8893173Z (Reading database ... 70%
2025-08-20T21:29:40.8911416Z (Reading database ... 75%
2025-08-20T21:29:40.8942099Z (Reading database ... 80%
2025-08-20T21:29:40.9102284Z (Reading database ... 85%
2025-08-20T21:29:40.9119578Z (Reading database ... 90%
2025-08-20T21:29:40.9208469Z (Reading database ... 95%
2025-08-20T21:29:40.9208907Z (Reading database ... 100%
2025-08-20T21:29:40.9209325Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:40.9233157Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:40.9524180Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:41.1005755Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:41.7398639Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:29:41.7987459Z (Reading database ... 
2025-08-20T21:29:41.7988098Z (Reading database ... 5%
2025-08-20T21:29:41.8001328Z (Reading database ... 10%
2025-08-20T21:29:41.8002011Z (Reading database ... 15%
2025-08-20T21:29:41.8002401Z (Reading database ... 20%
2025-08-20T21:29:41.8002700Z (Reading database ... 25%
2025-08-20T21:29:41.8002977Z (Reading database ... 30%
2025-08-20T21:29:41.8003245Z (Reading database ... 35%
2025-08-20T21:29:41.8003528Z (Reading database ... 40%
2025-08-20T21:29:41.8003813Z (Reading database ... 45%
2025-08-20T21:29:41.8004091Z (Reading database ... 50%
2025-08-20T21:29:41.8009230Z (Reading database ... 55%
2025-08-20T21:29:41.8092164Z (Reading database ... 60%
2025-08-20T21:29:41.8130474Z (Reading database ... 65%
2025-08-20T21:29:41.8144059Z (Reading database ... 70%
2025-08-20T21:29:41.8162655Z (Reading database ... 75%
2025-08-20T21:29:41.8193978Z (Reading database ... 80%
2025-08-20T21:29:41.8353011Z (Reading database ... 85%
2025-08-20T21:29:41.8370925Z (Reading database ... 90%
2025-08-20T21:29:41.8459542Z (Reading database ... 95%
2025-08-20T21:29:41.8459857Z (Reading database ... 100%
2025-08-20T21:29:41.8486496Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:41.8487041Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:41.8726852Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:41.9771966Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:42.0104574Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:42.1027605Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:42.1911354Z (Reading database ... 
2025-08-20T21:29:42.1912041Z (Reading database ... 5%
2025-08-20T21:29:42.1913701Z (Reading database ... 10%
2025-08-20T21:29:42.1915930Z (Reading database ... 15%
2025-08-20T21:29:42.1916349Z (Reading database ... 20%
2025-08-20T21:29:42.1916653Z (Reading database ... 25%
2025-08-20T21:29:42.1916889Z (Reading database ... 30%
2025-08-20T21:29:42.1917179Z (Reading database ... 35%
2025-08-20T21:29:42.1917424Z (Reading database ... 40%
2025-08-20T21:29:42.1917693Z (Reading database ... 45%
2025-08-20T21:29:42.1917974Z (Reading database ... 50%
2025-08-20T21:29:42.1933601Z (Reading database ... 55%
2025-08-20T21:29:42.2015529Z (Reading database ... 60%
2025-08-20T21:29:42.2054534Z (Reading database ... 65%
2025-08-20T21:29:42.2068519Z (Reading database ... 70%
2025-08-20T21:29:42.2087079Z (Reading database ... 75%
2025-08-20T21:29:42.2118904Z (Reading database ... 80%
2025-08-20T21:29:42.2281644Z (Reading database ... 85%
2025-08-20T21:29:42.2298959Z (Reading database ... 90%
2025-08-20T21:29:42.2389905Z (Reading database ... 95%
2025-08-20T21:29:42.2390684Z (Reading database ... 100%
2025-08-20T21:29:42.2391513Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:42.2418995Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:42.2667799Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:42.3558698Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:42.4508056Z (Reading database ... 
2025-08-20T21:29:42.4513727Z (Reading database ... 5%
2025-08-20T21:29:42.4514154Z (Reading database ... 10%
2025-08-20T21:29:42.4514415Z (Reading database ... 15%
2025-08-20T21:29:42.4515002Z (Reading database ... 20%
2025-08-20T21:29:42.4515401Z (Reading database ... 25%
2025-08-20T21:29:42.4515649Z (Reading database ... 30%
2025-08-20T21:29:42.4515884Z (Reading database ... 35%
2025-08-20T21:29:42.4516167Z (Reading database ... 40%
2025-08-20T21:29:42.4516405Z (Reading database ... 45%
2025-08-20T21:29:42.4517142Z (Reading database ... 50%
2025-08-20T21:29:42.4530749Z (Reading database ... 55%
2025-08-20T21:29:42.4611998Z (Reading database ... 60%
2025-08-20T21:29:42.4648526Z (Reading database ... 65%
2025-08-20T21:29:42.4662225Z (Reading database ... 70%
2025-08-20T21:29:42.4681370Z (Reading database ... 75%
2025-08-20T21:29:42.4712570Z (Reading database ... 80%
2025-08-20T21:29:42.4869940Z (Reading database ... 85%
2025-08-20T21:29:42.4887184Z (Reading database ... 90%
2025-08-20T21:29:42.4974967Z (Reading database ... 95%
2025-08-20T21:29:42.4975272Z (Reading database ... 100%
2025-08-20T21:29:42.4975760Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:42.5001042Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:42.5313435Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:42.6355481Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:42.6663679Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:42.7672734Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:42.8559536Z (Reading database ... 
2025-08-20T21:29:42.8559911Z (Reading database ... 5%
2025-08-20T21:29:42.8560160Z (Reading database ... 10%
2025-08-20T21:29:42.8560488Z (Reading database ... 15%
2025-08-20T21:29:42.8560730Z (Reading database ... 20%
2025-08-20T21:29:42.8561037Z (Reading database ... 25%
2025-08-20T21:29:42.8561895Z (Reading database ... 30%
2025-08-20T21:29:42.8562140Z (Reading database ... 35%
2025-08-20T21:29:42.8562610Z (Reading database ... 40%
2025-08-20T21:29:42.8562879Z (Reading database ... 45%
2025-08-20T21:29:42.8563178Z (Reading database ... 50%
2025-08-20T21:29:42.8582389Z (Reading database ... 55%
2025-08-20T21:29:42.8666448Z (Reading database ... 60%
2025-08-20T21:29:42.8704650Z (Reading database ... 65%
2025-08-20T21:29:42.8717896Z (Reading database ... 70%
2025-08-20T21:29:42.8737374Z (Reading database ... 75%
2025-08-20T21:29:42.8768577Z (Reading database ... 80%
2025-08-20T21:29:42.8933133Z (Reading database ... 85%
2025-08-20T21:29:42.8951219Z (Reading database ... 90%
2025-08-20T21:29:42.9041241Z (Reading database ... 95%
2025-08-20T21:29:42.9041582Z (Reading database ... 100%
2025-08-20T21:29:42.9041935Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:42.9067859Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:42.9443825Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:43.0482202Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:43.1367950Z (Reading database ... 
2025-08-20T21:29:43.1368527Z (Reading database ... 5%
2025-08-20T21:29:43.1368797Z (Reading database ... 10%
2025-08-20T21:29:43.1369084Z (Reading database ... 15%
2025-08-20T21:29:43.1369335Z (Reading database ... 20%
2025-08-20T21:29:43.1369614Z (Reading database ... 25%
2025-08-20T21:29:43.1369898Z (Reading database ... 30%
2025-08-20T21:29:43.1370120Z (Reading database ... 35%
2025-08-20T21:29:43.1370412Z (Reading database ... 40%
2025-08-20T21:29:43.1370703Z (Reading database ... 45%
2025-08-20T21:29:43.1370994Z (Reading database ... 50%
2025-08-20T21:29:43.1391135Z (Reading database ... 55%
2025-08-20T21:29:43.1479133Z (Reading database ... 60%
2025-08-20T21:29:43.1518526Z (Reading database ... 65%
2025-08-20T21:29:43.1532492Z (Reading database ... 70%
2025-08-20T21:29:43.1551779Z (Reading database ... 75%
2025-08-20T21:29:43.1583881Z (Reading database ... 80%
2025-08-20T21:29:43.1748480Z (Reading database ... 85%
2025-08-20T21:29:43.1766658Z (Reading database ... 90%
2025-08-20T21:29:43.1857498Z (Reading database ... 95%
2025-08-20T21:29:43.1858051Z (Reading database ... 100%
2025-08-20T21:29:43.1858470Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:43.1885220Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.2112546Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:43.3302731Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.3822743Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:43.4961714Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.5189254Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:43.6138605Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.6367538Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:43.7421636Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.7641192Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:43.8662179Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:43.9283840Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:44.0275774Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:44.0491630Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:44.1375671Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:29:44.1610042Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:44.2724935Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:44.2969825Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:44.3917798Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:29:44.4146012Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:44.5156398Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:44.6218005Z (Reading database ... 
2025-08-20T21:29:44.6218628Z (Reading database ... 5%
2025-08-20T21:29:44.6218901Z (Reading database ... 10%
2025-08-20T21:29:44.6219149Z (Reading database ... 15%
2025-08-20T21:29:44.6219450Z (Reading database ... 20%
2025-08-20T21:29:44.6219725Z (Reading database ... 25%
2025-08-20T21:29:44.6219992Z (Reading database ... 30%
2025-08-20T21:29:44.6220268Z (Reading database ... 35%
2025-08-20T21:29:44.6220531Z (Reading database ... 40%
2025-08-20T21:29:44.6220807Z (Reading database ... 45%
2025-08-20T21:29:44.6221087Z (Reading database ... 50%
2025-08-20T21:29:44.6239566Z (Reading database ... 55%
2025-08-20T21:29:44.6320971Z (Reading database ... 60%
2025-08-20T21:29:44.6358121Z (Reading database ... 65%
2025-08-20T21:29:44.6371653Z (Reading database ... 70%
2025-08-20T21:29:44.6390910Z (Reading database ... 75%
2025-08-20T21:29:44.6511136Z (Reading database ... 80%
2025-08-20T21:29:44.6578715Z (Reading database ... 85%
2025-08-20T21:29:44.6601491Z (Reading database ... 90%
2025-08-20T21:29:44.6683432Z (Reading database ... 95%
2025-08-20T21:29:44.6683852Z (Reading database ... 100%
2025-08-20T21:29:44.6684205Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:29:44.6709527Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:44.6947366Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:44.7946798Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:44.8228678Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:44.9143244Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:44.9399185Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:45.0393960Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:29:45.0630999Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:29:45.1525633Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:29:45.1761190Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:45.2850774Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:29:45.4099160Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:29:45.5355969Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:29:45.6175159Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:29:45.6958803Z Selecting previously unselected package rename.
2025-08-20T21:29:45.7128177Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:29:45.7203332Z Unpacking rename (2.02-1) ...
2025-08-20T21:29:45.7961911Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:29:45.8208374Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:29:45.9169152Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:45.9420620Z Setting up rename (2.02-1) ...
2025-08-20T21:29:45.9624132Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:29:45.9801710Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:46.0058586Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:46.0282258Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:46.0589662Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:46.0888539Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:46.7099451Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:29:46.7294252Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:46.7516582Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:46.7733093Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:46.7959898Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.1455286Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.1698171Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:29:47.1936229Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.3075210Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:29:47.4385075Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.5400795Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.5628153Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.5903381Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:29:47.6125600Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:29:47.7265420Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:29:47.9893303Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:48.0283509Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:49.5888202Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:29:50.7317284Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:29:50.7364712Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:29:50.7433471Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:29:50.7547099Z Hit:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:29:50.7596040Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:29:50.7764984Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:29:51.7718382Z Reading package lists...
2025-08-20T21:29:51.9491787Z Building dependency tree...
2025-08-20T21:29:51.9499693Z Reading state information...
2025-08-20T21:29:51.9709080Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:29:51.9835040Z 
2025-08-20T21:29:51.9835845Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:29:51.9836240Z 
2025-08-20T21:29:52.0534110Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:29:52.2730880Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:29:52.2925370Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:29:52.3764236Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:29:52.4602124Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:29:52.5441470Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:29:53.3719073Z Reading package lists...
2025-08-20T21:29:53.5305465Z Building dependency tree...
2025-08-20T21:29:53.5311395Z Reading state information...
2025-08-20T21:29:53.5503909Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:29:53.5593906Z 
2025-08-20T21:29:53.5594657Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:29:53.5595027Z 
2025-08-20T21:29:53.5701680Z Reading package lists...
2025-08-20T21:29:53.7538363Z Building dependency tree...
2025-08-20T21:29:53.7546106Z Reading state information...
2025-08-20T21:29:53.9818819Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:29:54.0205155Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:29:54.0469735Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:29:54.0955278Z ##[group]Run ##Presets
2025-08-20T21:29:54.0955747Z [36;1m##Presets[0m
2025-08-20T21:29:54.0956062Z [36;1mset +x ; set +e[0m
2025-08-20T21:29:54.0956332Z [36;1m#-------------#[0m
2025-08-20T21:29:54.0956562Z [36;1m##Debug?[0m
2025-08-20T21:29:54.0956880Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:29:54.0957238Z [36;1m  set -x[0m
2025-08-20T21:29:54.0957446Z [36;1mfi[0m
2025-08-20T21:29:54.0957706Z [36;1m#-------------#[0m
2025-08-20T21:29:54.0958175Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:29:54.0958826Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:29:54.0959244Z [36;1msudo service procps restart[0m
2025-08-20T21:29:54.0959571Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:29:54.0986462Z shell: /usr/bin/bash -e {0}
2025-08-20T21:29:54.0986714Z env:
2025-08-20T21:29:54.0987199Z   CROSS_COMPILING: NO
2025-08-20T21:29:54.0987481Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:29:54.0987827Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:29:54.0988081Z   ON_QEMU: NO
2025-08-20T21:29:54.0988371Z   DEBUG: 0
2025-08-20T21:29:54.0988603Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:29:54.0988872Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:29:54.0989232Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:29:54.0989557Z   KEEP_LOGS: YES
2025-08-20T21:29:54.0989791Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:29:54.0990082Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:29:54.0990329Z   SBUILD_REBUILD: false
2025-08-20T21:29:54.0990884Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:29:54.0991517Z   BUILD_SYS: docker://go
2025-08-20T21:29:54.0991749Z   BUILD_ON_HOST: FALSE
2025-08-20T21:29:54.0992037Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:29:54.0992276Z   SYSTMP: /tmp
2025-08-20T21:29:54.0992701Z   GHA_MODE: MATRIX
2025-08-20T21:29:54.0993214Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:29:54.0993700Z ##[endgroup]
2025-08-20T21:29:54.1087556Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:29:54.1142883Z 0
2025-08-20T21:29:54.1444364Z vm.max_map_count = 262144
2025-08-20T21:29:54.1444895Z fs.inotify.max_user_watches = 655360
2025-08-20T21:29:54.1445513Z fs.inotify.max_user_instances = 1280
2025-08-20T21:29:54.1445967Z vm.mmap_rnd_bits = 28
2025-08-20T21:29:54.1536283Z ##[group]Run ##Presets
2025-08-20T21:29:54.1536806Z [36;1m##Presets[0m
2025-08-20T21:29:54.1537086Z [36;1mset +x ; set +e[0m
2025-08-20T21:29:54.1537326Z [36;1m#-------------#[0m
2025-08-20T21:29:54.1537666Z [36;1m##Debug?[0m
2025-08-20T21:29:54.1537947Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:29:54.1538314Z [36;1m  set -x[0m
2025-08-20T21:29:54.1538548Z [36;1mfi[0m
2025-08-20T21:29:54.1538780Z [36;1m#-------------#[0m
2025-08-20T21:29:54.1539079Z [36;1m##Main[0m
2025-08-20T21:29:54.1539324Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:29:54.1539982Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:29:54.1540782Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:29:54.1541184Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:29:54.1541578Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:29:54.1541874Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:29:54.1542200Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:29:54.1542780Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:29:54.1543114Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:29:54.1543527Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:29:54.1544101Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:29:54.1544460Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:29:54.1544903Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:29:54.1545240Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:29:54.1545518Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:29:54.1545867Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:29:54.1546185Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:29:54.1546531Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:29:54.1546859Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:29:54.1547216Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:29:54.1547598Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:29:54.1547931Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:29:54.1548268Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:29:54.1548654Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:29:54.1549014Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:29:54.1549388Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:29:54.1549704Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:29:54.1550068Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:29:54.1550580Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:29:54.1551101Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:29:54.1551567Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:29:54.1551982Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:29:54.1552539Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:29:54.1553209Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:29:54.1554128Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:29:54.1554679Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:29:54.1555018Z [36;1m else[0m
2025-08-20T21:29:54.1555582Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:29:54.1555991Z [36;1m fi[0m
2025-08-20T21:29:54.1556329Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:29:54.1556746Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:29:54.1557183Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1557645Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1558076Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1558540Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1559020Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1559466Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1559980Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:29:54.1560432Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:29:54.1560767Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:29:54.1583331Z shell: /usr/bin/bash -e {0}
2025-08-20T21:29:54.1583741Z env:
2025-08-20T21:29:54.1583983Z   CROSS_COMPILING: NO
2025-08-20T21:29:54.1584234Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:29:54.1584603Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:29:54.1585082Z   ON_QEMU: NO
2025-08-20T21:29:54.1585298Z   DEBUG: 0
2025-08-20T21:29:54.1585567Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:29:54.1585834Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:29:54.1586208Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:29:54.1586544Z   KEEP_LOGS: YES
2025-08-20T21:29:54.1586767Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:29:54.1587040Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:29:54.1587290Z   SBUILD_REBUILD: false
2025-08-20T21:29:54.1587876Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:29:54.1588531Z   BUILD_SYS: docker://go
2025-08-20T21:29:54.1588766Z   BUILD_ON_HOST: FALSE
2025-08-20T21:29:54.1589013Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:29:54.1589244Z   SYSTMP: /tmp
2025-08-20T21:29:54.1589481Z   GHA_MODE: MATRIX
2025-08-20T21:29:54.1589976Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:29:54.1590809Z   GHCR_TOKEN: ***
2025-08-20T21:29:54.1591143Z   GITHUB_TOKEN: ***
2025-08-20T21:29:54.1591499Z   GITLAB_TOKEN: ***
2025-08-20T21:29:54.1592881Z   MINISIGN_KEY: ***
2025-08-20T21:29:54.1593174Z ##[endgroup]
2025-08-20T21:29:54.2423725Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:29:54.3359317Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:29:54.3360128Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:29:54.3360434Z 
2025-08-20T21:29:54.3772451Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:29:54.3772965Z 100  4037  100  4037    0     0  97375      0 --:--:-- --:--:-- --:--:-- 98463
2025-08-20T21:29:54.3784068Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:29:54.3859813Z 
2025-08-20T21:29:54.3860432Z [+] Building [/tmp/tmp.R9k0eeGCIZ/SBUILD_INPUT] Locally
2025-08-20T21:29:54.3860739Z 
2025-08-20T21:29:54.3871076Z '/tmp/tmp.R9k0eeGCIZ/SBUILD_INPUT' -> '/tmp/pkgforge/YqcGzhMdP_build.yaml'
2025-08-20T21:29:54.4552671Z 
2025-08-20T21:29:54.4553246Z [+] Passwordless sudo is Configured
2025-08-20T21:29:54.5160213Z 
2025-08-20T21:29:54.5172532Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:29:54.5172826Z 
2025-08-20T21:29:54.5539178Z 
2025-08-20T21:29:54.5540401Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:29:54.5541082Z 
2025-08-20T21:29:54.5541091Z 
2025-08-20T21:29:54.5541382Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:29:54.5541684Z 
2025-08-20T21:29:54.5577904Z [+] Installing: 7z -> 7z
2025-08-20T21:29:54.9065354Z [+] Installing: actionlint -> actionlint
2025-08-20T21:29:55.2632172Z [+] Installing: anew -> anew
2025-08-20T21:29:55.3955476Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:29:55.7317164Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:29:56.0668265Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:29:56.3865889Z [+] Installing: archey -> archey
2025-08-20T21:29:56.5367574Z [+] Installing: aria2 -> aria2c
2025-08-20T21:29:56.9102142Z [+] Installing: askalono -> askalono
2025-08-20T21:29:57.2532502Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:29:57.6195920Z [+] Installing: b3sum -> b3sum
2025-08-20T21:29:57.7383979Z [+] Installing: bita -> bita
2025-08-20T21:29:57.8890725Z [+] Installing: btop -> btop
2025-08-20T21:29:58.2307778Z [+] Installing: chafa -> chafa
2025-08-20T21:29:58.3825622Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:29:58.8099296Z [+] Installing: croc -> croc
2025-08-20T21:29:59.1714895Z [+] Installing: csvtk -> csvtk
2025-08-20T21:29:59.3431830Z [+] Installing: cutlines -> cutlines
2025-08-20T21:29:59.6919704Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:59.6951594Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:29:59.6952652Z [+] Installing: dbin -> dbin
2025-08-20T21:29:59.8443425Z [+] Installing: dasel -> dasel
2025-08-20T21:30:00.2204741Z [+] Installing: delta -> delta
2025-08-20T21:30:00.5758394Z [+] Installing: ds -> ds
2025-08-20T21:30:00.8893906Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:00.8926249Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:30:00.8927470Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:30:01.0092915Z [+] Installing: duf -> duf
2025-08-20T21:30:01.3639628Z [+] Installing: duplicut -> duplicut
2025-08-20T21:30:01.6940360Z [+] Installing: dust -> dust
2025-08-20T21:30:01.8261319Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:30:02.1885538Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:30:02.3423792Z [+] Installing: dysk -> dysk
2025-08-20T21:30:02.4694396Z [+] Installing: eget -> eget
2025-08-20T21:30:02.6196215Z [+] Installing: epoch -> epoch
2025-08-20T21:30:02.7470550Z [+] Installing: faketty -> faketty
2025-08-20T21:30:03.0862288Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:30:03.4298797Z [+] Installing: freeze -> freeze
2025-08-20T21:30:03.7961330Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:30:04.1225527Z [+] Installing: gdu -> gdu
2025-08-20T21:30:04.2734567Z [+] Installing: gh -> gh
2025-08-20T21:30:04.5059858Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:30:04.8739009Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:30:05.2276300Z [+] Installing: glab -> glab
2025-08-20T21:30:05.4350957Z [+] Installing: glow -> glow
2025-08-20T21:30:05.5936579Z [+] Installing: httpx -> httpx
2025-08-20T21:30:05.8098336Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:30:06.2022157Z [+] Installing: husarnet -> husarnet
2025-08-20T21:30:06.5139098Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:06.5170319Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:30:06.5171076Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:30:06.6333308Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:06.6361451Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:30:06.6363338Z [+] Installing: imgcat -> imgcat
2025-08-20T21:30:06.9826721Z [+] Installing: jc -> jc
2025-08-20T21:30:07.3416716Z [+] Installing: jq -> jq
2025-08-20T21:30:07.6725775Z [+] Installing: logdy -> logdy
2025-08-20T21:30:07.8974986Z [+] Installing: micro -> micro
2025-08-20T21:30:08.2481205Z [+] Installing: miniserve -> miniserve
2025-08-20T21:30:08.3950445Z [+] Installing: minisign -> minisign
2025-08-20T21:30:08.7101764Z [+] Installing: ncdu -> ncdu
2025-08-20T21:30:08.8308873Z [+] Installing: notify -> notify
2025-08-20T21:30:08.9868434Z [+] Installing: ouch -> ouch
2025-08-20T21:30:09.1182194Z [+] Installing: oras -> oras
2025-08-20T21:30:09.4890131Z [+] Installing: pipetty -> pipetty
2025-08-20T21:30:09.5935390Z [+] Installing: pixterm -> pixterm
2025-08-20T21:30:09.9538901Z [+] Installing: qsv -> qsv
2025-08-20T21:30:10.3331390Z [+] Installing: rclone -> rclone
2025-08-20T21:30:10.5897126Z [+] Installing: ripgrep -> rg
2025-08-20T21:30:10.9422440Z [+] Installing: rga -> rga
2025-08-20T21:30:11.0777077Z [+] Installing: rsync -> rsync
2025-08-20T21:30:11.2097690Z [+] Installing: script -> script
2025-08-20T21:30:11.3264638Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:30:11.5405126Z [+] Installing: soar -> soar
2025-08-20T21:30:11.9033949Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:30:12.2627523Z [+] Installing: sstrip -> sstrip
2025-08-20T21:30:12.5716741Z [+] Installing: strace -> strace
2025-08-20T21:30:12.9031948Z [+] Installing: sttr -> sttr
2025-08-20T21:30:13.0557854Z [+] Installing: tailscale -> tailscale
2025-08-20T21:30:13.2175593Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:30:13.6593137Z [+] Installing: taplo -> taplo
2025-08-20T21:30:13.8255808Z [+] Installing: tldr -> tldr
2025-08-20T21:30:14.1654345Z [+] Installing: tldr -> tealdeer
2025-08-20T21:30:14.3145969Z [+] Installing: tmux -> tmux
2025-08-20T21:30:14.4433111Z [+] Installing: tok -> tok
2025-08-20T21:30:14.7715600Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:30:15.1666345Z [+] Installing: trurl -> trurl
2025-08-20T21:30:15.5164341Z [+] Installing: tss -> tss
2025-08-20T21:30:15.8475197Z [+] Installing: ulexec -> ulexec
2025-08-20T21:30:15.9875056Z [+] Installing: unfurl -> unfurl
2025-08-20T21:30:16.3281394Z [+] Installing: upx -> upx
2025-08-20T21:30:16.4523342Z [+] Installing: validtoml -> validtoml
2025-08-20T21:30:16.5957265Z [+] Installing: wget -> wget
2025-08-20T21:30:16.9475694Z [+] Installing: wget2 -> wget2
2025-08-20T21:30:17.4248277Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:30:17.7868982Z [+] Installing: xq -> xq
2025-08-20T21:30:17.9281537Z [+] Installing: xz -> xz
2025-08-20T21:30:18.2885575Z [+] Installing: unxz -> unxz
2025-08-20T21:30:18.4107040Z [+] Installing: yq -> yq
2025-08-20T21:30:18.8175899Z [+] Installing: yj -> yj
2025-08-20T21:30:19.1577396Z [+] Installing: zapper -> zapper
2025-08-20T21:30:19.2646967Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:30:19.3674686Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:30:19.6646225Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:19.6678835Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:30:19.6775037Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:30:19.7944391Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:19.7974267Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:30:19.7974978Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:30:20.0888504Z curl: (22) The requested URL returned error: 404
2025-08-20T21:30:20.0921936Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:30:20.0922959Z [+] Installing: zstd -> zstd
2025-08-20T21:30:20.2216619Z [+] Creating symlinks...
2025-08-20T21:30:20.2289803Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:30:20.2375131Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:30:20.2457689Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:30:20.2540690Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:30:20.2621658Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:30:20.2702886Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:30:20.2783391Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:30:20.2865169Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:30:20.2947526Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:30:20.3027666Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:30:20.3107946Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:30:20.3188119Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:30:20.3266957Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:30:20.3345969Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:30:20.3424168Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:30:20.3502031Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:30:20.3579886Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:30:20.3614063Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:30:20.3682631Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:30:20.3761111Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:30:20.3839561Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:30:20.3874582Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:30:20.3944884Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:30:20.4025097Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:30:20.4104155Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:30:20.4184167Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:30:20.4263833Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:30:20.4344202Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:30:20.4425055Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:30:20.4504841Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:30:20.4585641Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:30:20.4665510Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:30:20.4747493Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:30:20.4830302Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:30:20.4912212Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:30:20.4992243Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:30:20.5076029Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:30:20.5157920Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:30:20.5239537Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:30:20.5321288Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:30:20.5401392Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:30:20.5481728Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:30:20.5561901Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:30:20.5643290Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:30:20.5677533Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:30:20.5703490Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:30:20.5772651Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:30:20.5852380Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:30:20.5930337Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:30:20.6010506Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:30:20.6089861Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:30:20.6168887Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:30:20.6247208Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:30:20.6326071Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:30:20.6403840Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:30:20.6481784Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:30:20.6558567Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:30:20.6638333Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:30:20.6717001Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:30:20.6795414Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:30:20.6872838Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:30:20.6949665Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:30:20.7026462Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:30:20.7104428Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:30:20.7182106Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:30:20.7259217Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:30:20.7334921Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:30:20.7412920Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:30:20.7491053Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:30:20.7569035Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:30:20.7646155Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:30:20.7723650Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:30:20.7802074Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:30:20.7879326Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:30:20.7958752Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:30:20.8037236Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:30:20.8115487Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:30:20.8193603Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:30:20.8273265Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:30:20.8353576Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:30:20.8431803Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:30:20.8510535Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:30:20.8589529Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:30:20.8668656Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:30:20.8747962Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:30:20.8828189Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:30:20.8907036Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:30:20.8986155Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:30:20.9062761Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:30:20.9140724Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:30:20.9219223Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:30:20.9300099Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:30:20.9379632Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:30:20.9459188Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:30:20.9536962Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:30:20.9571062Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:30:20.9594762Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:30:20.9618502Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:30:20.9689224Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:30:20.9714636Z 
2025-08-20T21:30:20.9715368Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:30:20.9715723Z 
2025-08-20T21:30:20.9844869Z 
2025-08-20T21:30:20.9922652Z 
2025-08-20T21:30:20.9923520Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:30:20.9925094Z 
2025-08-20T21:30:20.9925191Z [+] Installation completed!
2025-08-20T21:30:21.0001771Z 
2025-08-20T21:30:21.0002177Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:30:21.2076959Z github.com
2025-08-20T21:30:21.2078065Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:30:21.2078388Z   - Active account: true
2025-08-20T21:30:21.2078634Z   - Git operations protocol: https
2025-08-20T21:30:21.2078999Z   - Token: ghp_************************************
2025-08-20T21:30:21.2079782Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:30:21.2080505Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:30:21.2080831Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:30:21.3198429Z Limit: 5000, Remaining: 4994, Reset: 2025-08-20 22:27:57 +0000 UTC (57m36s)
2025-08-20T21:30:21.3209733Z 
2025-08-20T21:30:21.3209933Z [+] GHCR_TOKEN is Exported
2025-08-20T21:30:21.3239823Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:30:21.4466210Z Login Succeeded
2025-08-20T21:30:21.4475229Z 
2025-08-20T21:30:21.4475618Z [+] GITLAB is Exported
2025-08-20T21:30:21.5980435Z [git remote -v]
2025-08-20T21:30:21.8183420Z gitlab.com
2025-08-20T21:30:21.8184045Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:30:21.8184579Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:30:21.8185042Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:30:21.8185414Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:30:21.8185759Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:30:21.8186071Z   ✓ Token found: **************************
2025-08-20T21:30:21.8186242Z 
2025-08-20T21:30:21.8186578Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:30:21.8190461Z [git remote -v]
2025-08-20T21:30:21.8201694Z 2025/08/20 21:30:21 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:30:21.8202198Z git: exit status 128]
2025-08-20T21:30:22.0644191Z 
2025-08-20T21:30:22.0644368Z 
2025-08-20T21:30:22.0645299Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:30:22 PM)
2025-08-20T21:30:22.0645676Z 
2025-08-20T21:30:22.0645680Z 
2025-08-20T21:30:22.0645750Z [+] USER = runner
2025-08-20T21:30:22.0645921Z [+] HOME = /home/runner
2025-08-20T21:30:22.0648045Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:30:22.0650130Z 
2025-08-20T21:30:22.1494532Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:30:22.1513522Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:30:22.1538287Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:30:22.1700670Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:30:22.1868515Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:30:22.2030095Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:30:23.1696880Z Reading package lists...
2025-08-20T21:30:23.2000240Z Reading package lists...
2025-08-20T21:30:23.3979468Z Building dependency tree...
2025-08-20T21:30:23.3985468Z Reading state information...
2025-08-20T21:30:23.6632568Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:30:23.6632959Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:30:23.6633271Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:23.6633633Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:30:23.6633950Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:30:23.6634254Z moreutils is already the newest version (0.69-1).
2025-08-20T21:30:23.6634607Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:30:23.6634995Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:30:23.6635347Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:30:23.7852556Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:30:23.8025969Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:30:23.8968151Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:30:23.9806907Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:30:24.0646130Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:30:24.1484797Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:30:24.9920072Z Reading package lists...
2025-08-20T21:30:25.0225597Z Reading package lists...
2025-08-20T21:30:25.2432679Z Building dependency tree...
2025-08-20T21:30:25.2438954Z Reading state information...
2025-08-20T21:30:25.4867511Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:30:25.4867911Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:30:25.4868264Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:30:25.4868573Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:30:25.4868902Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:25.4869226Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:30:25.4869529Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:30:25.4869819Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:30:25.4870382Z gawk set to manually installed.
2025-08-20T21:30:25.4870706Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:30:25.4871061Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:30:25.4871418Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:30:25.4871960Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:30:25.4872495Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:30:25.4872978Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:30:25.4873351Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:30:25.4873689Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:30:25.4874082Z The following additional packages will be installed:
2025-08-20T21:30:25.4874519Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:30:25.4875042Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:30:25.4875563Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:30:25.4876030Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:30:25.4876500Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:30:25.4876983Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:30:25.4884309Z Suggested packages:
2025-08-20T21:30:25.4884726Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:30:25.4885212Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:30:25.4885769Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:30:25.4886270Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:30:25.4886735Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:30:25.4887183Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:30:25.4887599Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:30:25.5099989Z The following NEW packages will be installed:
2025-08-20T21:30:25.5100572Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:30:25.5102138Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:30:25.5102820Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:30:25.5103314Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:30:25.5104080Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:30:25.5108162Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:30:25.5108988Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:30:25.6513132Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:30:25.6513550Z Need to get 27.2 MB of archives.
2025-08-20T21:30:25.6514138Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:30:25.6514782Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:30:25.7870986Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:30:25.8210157Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:30:25.8390149Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:30:25.8553652Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:30:25.8717599Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:30:25.8911390Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:30:25.9098510Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:30:25.9291476Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:30:25.9463005Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:30:26.0206342Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:30:26.0378459Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:30:26.0567378Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:30:26.0732734Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:30:26.0895245Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:30:26.1062045Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:30:26.1225183Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:30:26.1590325Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T21:30:26.2326588Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:30:26.2503995Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:30:26.2668455Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:30:26.2834191Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T21:30:26.3032142Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T21:30:26.3202290Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:30:26.3373769Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T21:30:26.3539708Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T21:30:26.3753098Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:30:26.3921521Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T21:30:26.4296159Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:30:26.4542129Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:30:26.4705701Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:30:26.4873754Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:30:26.5041918Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:30:26.5314325Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:30:26.5500840Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:30:26.5696722Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:30:26.8055384Z Preconfiguring packages ...
2025-08-20T21:30:26.9102831Z Fetched 27.2 MB in 1s (25.9 MB/s)
2025-08-20T21:30:26.9585762Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:30:26.9616271Z (Reading database ... 
2025-08-20T21:30:26.9616507Z (Reading database ... 5%
2025-08-20T21:30:26.9616710Z (Reading database ... 10%
2025-08-20T21:30:26.9616915Z (Reading database ... 15%
2025-08-20T21:30:26.9617105Z (Reading database ... 20%
2025-08-20T21:30:26.9617305Z (Reading database ... 25%
2025-08-20T21:30:26.9618114Z (Reading database ... 30%
2025-08-20T21:30:26.9618352Z (Reading database ... 35%
2025-08-20T21:30:26.9618550Z (Reading database ... 40%
2025-08-20T21:30:26.9618744Z (Reading database ... 45%
2025-08-20T21:30:26.9640143Z (Reading database ... 50%
2025-08-20T21:30:26.9640351Z (Reading database ... 55%
2025-08-20T21:30:26.9722998Z (Reading database ... 60%
2025-08-20T21:30:26.9761112Z (Reading database ... 65%
2025-08-20T21:30:26.9775241Z (Reading database ... 70%
2025-08-20T21:30:26.9794632Z (Reading database ... 75%
2025-08-20T21:30:26.9918398Z (Reading database ... 80%
2025-08-20T21:30:26.9988441Z (Reading database ... 85%
2025-08-20T21:30:27.0012138Z (Reading database ... 90%
2025-08-20T21:30:27.0095124Z (Reading database ... 95%
2025-08-20T21:30:27.0095353Z (Reading database ... 100%
2025-08-20T21:30:27.0095658Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:30:27.0120781Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:30:27.0345390Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:30:27.2060231Z Selecting previously unselected package poppler-data.
2025-08-20T21:30:27.2216980Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:30:27.2347755Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:30:27.3612405Z Selecting previously unselected package b3sum.
2025-08-20T21:30:27.3772300Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:30:27.3848544Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:30:27.4604055Z Selecting previously unselected package build-essential.
2025-08-20T21:30:27.4774459Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:30:27.4848466Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:30:27.5606646Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:30:27.5774625Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:30:27.5931243Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:30:27.6676906Z Selecting previously unselected package ccache.
2025-08-20T21:30:27.6839373Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:30:27.6912193Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:30:27.7760022Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:30:27.7920243Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:30:27.8032002Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:30:27.8704729Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:30:27.8876891Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:30:27.8976464Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:30:27.9717860Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:30:27.9884957Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:30:28.0000421Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:30:28.0929784Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:30:28.1085232Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:30:28.1666779Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:30:28.2849925Z Selecting previously unselected package libgs-common.
2025-08-20T21:30:28.3012741Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:30:28.3090788Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:28.3801086Z Selecting previously unselected package libgs10-common.
2025-08-20T21:30:28.3979592Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:30:28.4062283Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:28.5054154Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:30:28.5224243Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:30:28.5305943Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:30:28.6030958Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:30:28.6191218Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:30:28.6278845Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:30:28.7030968Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:30:28.7195609Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:30:28.7288764Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:30:28.8226681Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:30:28.8399870Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:30:28.8476105Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:30:28.9193424Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:30:28.9360739Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:30:28.9442755Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:29.1235213Z Selecting previously unselected package ghostscript.
2025-08-20T21:30:29.1397785Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:30:29.1490438Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:29.2239138Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:30:29.2403829Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:30:29.2500766Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:29.4028884Z Selecting previously unselected package imagemagick.
2025-08-20T21:30:29.4194354Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:30:29.4279328Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:29.4911476Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:30:29.5073351Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:30:29.5161673Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:30:29.6269513Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:30:29.6427471Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:30:29.6506316Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:30:29.7399120Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:30:29.7572863Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:30:29.7648707Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:30:29.8398202Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:30:29.8566972Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:30:29.8649375Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:30:29.9288838Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:30:29.9444670Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:30:29.9519957Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:30:30.0354733Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:30:30.0509188Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:30:30.0584965Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:30:30.1564765Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:30:30.1720000Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:30:30.1876174Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:30:30.2503078Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:30:30.2673352Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:30:30.2759410Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:30.3553711Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:30:30.3718140Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:30:30.3797402Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:30:30.4459659Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:30:30.4614101Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:30:30.4686261Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:30:30.5315365Z Selecting previously unselected package libtool-bin.
2025-08-20T21:30:30.5462960Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:30:30.5548917Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:30:30.6328555Z Selecting previously unselected package lzip.
2025-08-20T21:30:30.6493929Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:30:30.6565859Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:30:30.7277610Z Selecting previously unselected package netpbm.
2025-08-20T21:30:30.7440120Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:30:30.7543166Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:30:30.9907418Z Selecting previously unselected package musl:arm64.
2025-08-20T21:30:31.0070948Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:30:31.0159411Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:30:31.1014135Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:30:31.1190698Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:30:31.1263270Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:30:31.2147768Z Selecting previously unselected package musl-tools.
2025-08-20T21:30:31.2322003Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:30:31.2418007Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:30:31.3288420Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:30:31.4750351Z 
2025-08-20T21:30:31.5657388Z Creating config file /etc/papersize with new version
2025-08-20T21:30:31.5657744Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:30:31.5900402Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:30:31.6223327Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:30:31.6440605Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:30:31.6665041Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:31.6889357Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:30:31.7113305Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:30:31.7428709Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:30:31.8142617Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:30:31.8373599Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:30:31.8601468Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:30:31.8789240Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:30:31.8870146Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:30:31.8943238Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:30:31.9107216Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:30:31.9379726Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:30:31.9603709Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:30:31.9839337Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:30:32.0129049Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:32.0392704Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:30:32.0494004Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:30:32.0607204Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:30:32.0693847Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:30:32.0800104Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:30:32.0878303Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:30:32.0964657Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:30:32.1049566Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:30:32.1133411Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:30:32.1209240Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:30:32.1287897Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:30:32.1358873Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:30:32.1440953Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:30:32.1515076Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:30:32.1597908Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:30:32.1673773Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:30:32.1767287Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:30:32.1844146Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:30:32.1925341Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:30:32.2010800Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:30:32.2109456Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:30:32.2191041Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:30:32.2353523Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:30:32.2595722Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:30:32.2972585Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:30:32.3214069Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:30:32.3656729Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:30:32.3864985Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:30:32.4151298Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:30:32.4389014Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:30:32.4555599Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:30:32.4743866Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:30:32.4965370Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:30:32.5211925Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:30:32.5448936Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:30:32.5711351Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:32.5939144Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:30:32.6158129Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:30:32.8163984Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:30:32.8395675Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:32.8623561Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:32.8866973Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:30:32.9164457Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:30:33.0052274Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:30:33.3586941Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:30:34.3987690Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:30:34.4357442Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:36.9503343Z Reading package lists...
2025-08-20T21:30:37.1228441Z Building dependency tree...
2025-08-20T21:30:37.1235641Z Reading state information...
2025-08-20T21:30:37.3557079Z autoconf is already the newest version (2.71-3).
2025-08-20T21:30:37.3557965Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:30:37.3558590Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:30:37.3558933Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:30:37.3559275Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:30:37.3559620Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:37.3559957Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:30:37.3560251Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:30:37.3560557Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:30:37.3560867Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:30:37.3561175Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:30:37.3561487Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:30:37.3562123Z patch set to manually installed.
2025-08-20T21:30:37.3562714Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:30:37.3563049Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:30:37.3563352Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:30:37.3563650Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:30:37.3563910Z Suggested packages:
2025-08-20T21:30:37.3564089Z   scons-doc
2025-08-20T21:30:37.3707840Z The following NEW packages will be installed:
2025-08-20T21:30:37.3715560Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:30:37.5577705Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:30:37.5578064Z Need to get 17.8 MB of archives.
2025-08-20T21:30:37.5578359Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:30:37.5578855Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:30:38.0850961Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:30:38.1697783Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T21:30:38.9784166Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:30:39.1468750Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:30:39.3976329Z Fetched 17.8 MB in 2s (10.1 MB/s)
2025-08-20T21:30:39.4269711Z Selecting previously unselected package autopoint.
2025-08-20T21:30:39.4301283Z (Reading database ... 
2025-08-20T21:30:39.4301492Z (Reading database ... 5%
2025-08-20T21:30:39.4301693Z (Reading database ... 10%
2025-08-20T21:30:39.4301900Z (Reading database ... 15%
2025-08-20T21:30:39.4302096Z (Reading database ... 20%
2025-08-20T21:30:39.4302293Z (Reading database ... 25%
2025-08-20T21:30:39.4302630Z (Reading database ... 30%
2025-08-20T21:30:39.4302845Z (Reading database ... 35%
2025-08-20T21:30:39.4303043Z (Reading database ... 40%
2025-08-20T21:30:39.4303241Z (Reading database ... 45%
2025-08-20T21:30:39.4303433Z (Reading database ... 50%
2025-08-20T21:30:39.4325306Z (Reading database ... 55%
2025-08-20T21:30:39.4410172Z (Reading database ... 60%
2025-08-20T21:30:39.4450670Z (Reading database ... 65%
2025-08-20T21:30:39.4465954Z (Reading database ... 70%
2025-08-20T21:30:39.4486475Z (Reading database ... 75%
2025-08-20T21:30:39.4614209Z (Reading database ... 80%
2025-08-20T21:30:39.4684395Z (Reading database ... 85%
2025-08-20T21:30:39.4711285Z (Reading database ... 90%
2025-08-20T21:30:39.4797836Z (Reading database ... 95%
2025-08-20T21:30:39.4798065Z (Reading database ... 100%
2025-08-20T21:30:39.4798353Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:30:39.4825328Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:30:39.4903239Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:30:39.5984538Z Selecting previously unselected package clang.
2025-08-20T21:30:39.6152426Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:30:39.6247154Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:30:39.6909544Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:30:39.7059457Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:30:39.7133153Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:30:40.7509300Z Selecting previously unselected package scons.
2025-08-20T21:30:40.7674463Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:30:40.7754009Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:30:40.8717191Z Selecting previously unselected package byacc.
2025-08-20T21:30:40.8893499Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:30:40.8994499Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:30:40.9822909Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:30:41.0079807Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:30:41.0388465Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:30:41.0939503Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:30:41.4668204Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:30:41.4914949Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:42.7384016Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:30:43.8173717Z Reading package lists...
2025-08-20T21:30:43.9832109Z Building dependency tree...
2025-08-20T21:30:43.9839072Z Reading state information...
2025-08-20T21:30:44.2277236Z The following additional packages will be installed:
2025-08-20T21:30:44.2277632Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:30:44.2277977Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:30:44.2278368Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:30:44.2278865Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:30:44.2279304Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:30:44.2279755Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:30:44.2280200Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:30:44.2280625Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:30:44.2281974Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:30:44.2292500Z Suggested packages:
2025-08-20T21:30:44.2292810Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:30:44.2293196Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:30:44.2293603Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:30:44.2296046Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:30:44.2296482Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:30:44.2296896Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:30:44.2297379Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:30:44.2297853Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:30:44.2298211Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:30:44.2298429Z Recommended packages:
2025-08-20T21:30:44.2298705Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:30:44.2299126Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:30:44.2299521Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:30:44.2299878Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:30:44.2300196Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:30:44.2476901Z The following NEW packages will be installed:
2025-08-20T21:30:44.2478201Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:30:44.2478619Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:30:44.2479014Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:30:44.2479488Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:30:44.2479933Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:30:44.2480379Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:30:44.2480829Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:30:44.2482032Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:30:44.2485924Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:30:44.4366887Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:30:44.4367666Z Need to get 2409 kB of archives.
2025-08-20T21:30:44.4367987Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:30:44.4368509Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:30:44.6814438Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:30:44.8734807Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:30:45.0723152Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:30:45.2457108Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:30:45.4275303Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:30:45.6331643Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:30:45.8240596Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:30:45.9811278Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:30:46.1863879Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:30:46.3725296Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:30:46.6717619Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:30:46.7969635Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:30:46.9815864Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:30:47.1793354Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:30:47.3714477Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:30:47.5799248Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:30:47.8194787Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:30:47.9075650Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:30:47.9939666Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:30:48.0789343Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:30:48.2960800Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:30:48.5559075Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:30:48.7320737Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:30:48.8284404Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:30:48.9451184Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:30:49.0514700Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:30:49.3325564Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:30:49.4477904Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:30:49.5425470Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:30:50.0885762Z Fetched 2409 kB in 6s (432 kB/s)
2025-08-20T21:30:50.1240845Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:30:50.1273399Z (Reading database ... 
2025-08-20T21:30:50.1273624Z (Reading database ... 5%
2025-08-20T21:30:50.1273819Z (Reading database ... 10%
2025-08-20T21:30:50.1274017Z (Reading database ... 15%
2025-08-20T21:30:50.1274214Z (Reading database ... 20%
2025-08-20T21:30:50.1274442Z (Reading database ... 25%
2025-08-20T21:30:50.1274637Z (Reading database ... 30%
2025-08-20T21:30:50.1275337Z (Reading database ... 35%
2025-08-20T21:30:50.1275579Z (Reading database ... 40%
2025-08-20T21:30:50.1275785Z (Reading database ... 45%
2025-08-20T21:30:50.1275982Z (Reading database ... 50%
2025-08-20T21:30:50.1298690Z (Reading database ... 55%
2025-08-20T21:30:50.1382981Z (Reading database ... 60%
2025-08-20T21:30:50.1423108Z (Reading database ... 65%
2025-08-20T21:30:50.1437049Z (Reading database ... 70%
2025-08-20T21:30:50.1457265Z (Reading database ... 75%
2025-08-20T21:30:50.1588874Z (Reading database ... 80%
2025-08-20T21:30:50.1661032Z (Reading database ... 85%
2025-08-20T21:30:50.1688758Z (Reading database ... 90%
2025-08-20T21:30:50.1778394Z (Reading database ... 95%
2025-08-20T21:30:50.1778615Z (Reading database ... 100%
2025-08-20T21:30:50.1778913Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:30:50.1808689Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:30:50.1895214Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:30:50.2590573Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:30:50.2749517Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:30:50.2827598Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:30:50.3402457Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:30:50.3550774Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:30:50.3672860Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:30:50.4629130Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:30:50.4772619Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:30:50.4844229Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:30:50.5464450Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:30:50.5629937Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:30:50.5730464Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:30:50.6275309Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:30:50.6435679Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:30:50.6515329Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:30:50.7119443Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:30:50.7262937Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:30:50.7339381Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:30:50.7933576Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:30:50.8084703Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:30:50.8159489Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:30:50.8793529Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:30:50.8943231Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:30:50.9030769Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:30:50.9718302Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:30:50.9885591Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:30:50.9961925Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:30:51.0596662Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:30:51.0758281Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:30:51.0837139Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:30:51.1478837Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:30:51.1645631Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:30:51.1730136Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:30:51.2325890Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:30:51.2484354Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:30:51.2556507Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:30:51.3173126Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:30:51.3326774Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:30:51.3402989Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:30:51.4117662Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:30:51.4280699Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:30:51.4382082Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:30:51.4987495Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:30:51.5155653Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:30:51.5231932Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:30:51.5835690Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:30:51.6000742Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:30:51.6092547Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:30:51.6733238Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:30:51.6887067Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:30:51.7010998Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:30:51.7656864Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:30:51.7808222Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:30:51.7892889Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:30:51.8483047Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:30:51.8632744Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:30:51.8709498Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:30:51.9628054Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:30:51.9789257Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:30:51.9874375Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:30:52.0619649Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:30:52.0766732Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:30:52.0845615Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:30:52.1458414Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:30:52.1605710Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:30:52.1683441Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:30:52.2261043Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:30:52.2407496Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:30:52.2478929Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:30:52.3070674Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:30:52.3221610Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:30:52.3300954Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:30:52.3880781Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:30:52.4037337Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:30:52.4108453Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:30:52.4787447Z Selecting previously unselected package libwww-perl.
2025-08-20T21:30:52.4940791Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:30:52.5077904Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:30:52.5699115Z Selecting previously unselected package patchutils.
2025-08-20T21:30:52.5846865Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:30:52.5923740Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:30:52.6571421Z Selecting previously unselected package wdiff.
2025-08-20T21:30:52.6717991Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:30:52.6789731Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:30:52.7707825Z Selecting previously unselected package devscripts.
2025-08-20T21:30:52.7878364Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:30:52.8121140Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:30:52.9302516Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:30:52.9547902Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:30:52.9764557Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:30:53.0007044Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:30:53.0542033Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:30:53.0776875Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:30:53.1021571Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:30:53.1239282Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:30:53.1474074Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:30:53.1711674Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:30:53.1928136Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:30:53.2168607Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:30:53.2380994Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:30:53.2619423Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:30:53.2835920Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:30:53.3068493Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:30:53.3294517Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:30:53.3549699Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:30:53.3850588Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:30:53.4079126Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:30:53.4300129Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:30:53.4530796Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:30:53.4752582Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:30:53.4981339Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:30:53.5208814Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:30:53.5433712Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:30:53.5690992Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:30:53.5966705Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:30:53.6236554Z Setting up devscripts (2.23.7) ...
2025-08-20T21:30:53.7597375Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:30:53.7820715Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:55.3310368Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:30:56.4386064Z Reading package lists...
2025-08-20T21:30:56.6107800Z Building dependency tree...
2025-08-20T21:30:56.6116796Z Reading state information...
2025-08-20T21:30:56.8559076Z The following additional packages will be installed:
2025-08-20T21:30:56.8565576Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:30:56.8574087Z Suggested packages:
2025-08-20T21:30:56.8574288Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:30:56.8733323Z The following NEW packages will be installed:
2025-08-20T21:30:56.8741918Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:30:57.1093947Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:30:57.1094653Z Need to get 12.7 MB of archives.
2025-08-20T21:30:57.1094995Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:30:57.1095519Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:30:57.4180446Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:30:57.6148000Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:30:58.0689595Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:30:58.9685450Z Fetched 12.7 MB in 2s (6888 kB/s)
2025-08-20T21:30:59.0074806Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:30:59.0107296Z (Reading database ... 
2025-08-20T21:30:59.0107585Z (Reading database ... 5%
2025-08-20T21:30:59.0107800Z (Reading database ... 10%
2025-08-20T21:30:59.0107998Z (Reading database ... 15%
2025-08-20T21:30:59.0108190Z (Reading database ... 20%
2025-08-20T21:30:59.0108386Z (Reading database ... 25%
2025-08-20T21:30:59.0108579Z (Reading database ... 30%
2025-08-20T21:30:59.0108774Z (Reading database ... 35%
2025-08-20T21:30:59.0108965Z (Reading database ... 40%
2025-08-20T21:30:59.0109541Z (Reading database ... 45%
2025-08-20T21:30:59.0109738Z (Reading database ... 50%
2025-08-20T21:30:59.0131199Z (Reading database ... 55%
2025-08-20T21:30:59.0214242Z (Reading database ... 60%
2025-08-20T21:30:59.0255188Z (Reading database ... 65%
2025-08-20T21:30:59.0269337Z (Reading database ... 70%
2025-08-20T21:30:59.0291639Z (Reading database ... 75%
2025-08-20T21:30:59.0414469Z (Reading database ... 80%
2025-08-20T21:30:59.0484192Z (Reading database ... 85%
2025-08-20T21:30:59.0510897Z (Reading database ... 90%
2025-08-20T21:30:59.0596440Z (Reading database ... 95%
2025-08-20T21:30:59.0596668Z (Reading database ... 100%
2025-08-20T21:30:59.0596967Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:30:59.0623676Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:30:59.0791169Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:30:59.1585827Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:30:59.1727182Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:30:59.1800436Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:30:59.2781933Z Selecting previously unselected package cmake-data.
2025-08-20T21:30:59.2929091Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:30:59.3053590Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:31:00.2509882Z Selecting previously unselected package cmake.
2025-08-20T21:31:00.2686540Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:31:00.2845644Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:31:00.5084511Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:31:00.5313537Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:31:00.5561489Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:31:00.5877336Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:31:00.6181809Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:01.9972956Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:03.0594009Z Reading package lists...
2025-08-20T21:31:03.2303079Z Building dependency tree...
2025-08-20T21:31:03.2311150Z Reading state information...
2025-08-20T21:31:03.5053704Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:31:03.5054103Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:31:03.5054421Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:31:03.5054725Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:31:03.5055456Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:31:03.5055793Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:31:03.5056140Z ca-certificates is already the newest version (20240203).
2025-08-20T21:31:03.5056442Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:31:03.5056742Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:31:03.5057044Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:31:03.5057352Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:31:03.5057634Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:31:03.5057965Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:31:03.5058318Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:31:03.5058621Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:31:03.5058927Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:31:03.5059245Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:31:03.5059552Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:31:03.5059826Z musl is already the newest version (1.2.4-2).
2025-08-20T21:31:03.5060100Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:31:03.5060389Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:31:03.5060722Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:31:03.5061313Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:31:03.5061616Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:31:03.5061917Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:31:03.5062247Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:03.5248211Z Reading package lists...
2025-08-20T21:31:03.7015020Z Building dependency tree...
2025-08-20T21:31:03.7021672Z Reading state information...
2025-08-20T21:31:03.9550915Z autoconf is already the newest version (2.71-3).
2025-08-20T21:31:03.9551315Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:31:03.9551659Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:31:03.9551983Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:31:03.9552414Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:31:03.9552813Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:31:03.9553161Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:31:03.9553476Z ca-certificates is already the newest version (20240203).
2025-08-20T21:31:03.9553788Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:31:03.9554081Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:31:03.9554374Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:31:03.9554680Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:31:03.9554998Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:31:03.9555315Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:31:03.9555623Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:31:03.9555935Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:31:03.9556258Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:31:03.9556625Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:31:03.9556982Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:31:03.9557276Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:31:03.9557581Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:31:03.9557913Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:03.9739442Z Reading package lists...
2025-08-20T21:31:04.1380542Z Building dependency tree...
2025-08-20T21:31:04.1388672Z Reading state information...
2025-08-20T21:31:04.3903679Z devscripts is already the newest version (2.23.7).
2025-08-20T21:31:04.3904105Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:04.4090123Z Reading package lists...
2025-08-20T21:31:04.5736752Z Building dependency tree...
2025-08-20T21:31:04.5742502Z Reading state information...
2025-08-20T21:31:04.8190120Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:31:04.8190496Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:04.8377328Z Reading package lists...
2025-08-20T21:31:04.9994014Z Building dependency tree...
2025-08-20T21:31:05.0001870Z Reading state information...
2025-08-20T21:31:05.2349588Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:31:05.2350038Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:31:05.2742019Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:05.3179961Z Reading package lists...
2025-08-20T21:31:05.5020648Z Building dependency tree...
2025-08-20T21:31:05.5028025Z Reading state information...
2025-08-20T21:31:05.7299722Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:31:05.7300128Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:31:05.7300472Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:31:05.7300837Z The following additional packages will be installed:
2025-08-20T21:31:05.7301547Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:31:05.7301942Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:31:05.7302606Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:31:05.7303009Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:31:05.7303399Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:31:05.7303836Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:31:05.7304237Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:31:05.7304643Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:31:05.7305018Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:31:05.7305419Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:31:05.7305841Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:31:05.7306185Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:31:05.7306555Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:31:05.7306994Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:31:05.7307337Z   linux-libc-dev-armhf-cross
2025-08-20T21:31:05.7315226Z Suggested packages:
2025-08-20T21:31:05.7315530Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:31:05.7315901Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:31:05.7631099Z The following NEW packages will be installed:
2025-08-20T21:31:05.7631474Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:31:05.7631877Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:31:05.7632434Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:31:05.7632905Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:31:05.7633285Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:31:05.7633672Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:31:05.7634086Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:31:05.7634474Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:31:05.7635337Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:31:05.7635831Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:31:05.7636318Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:31:05.7636804Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:31:05.7637234Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:31:05.7637682Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:31:05.7638454Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:31:05.8336018Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:05.8336354Z Need to get 112 MB of archives.
2025-08-20T21:31:05.8336639Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:31:05.8337305Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:31:05.8845786Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T21:31:06.0391136Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:31:06.0557046Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T21:31:06.1268253Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T21:31:06.1432437Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T21:31:06.1596879Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T21:31:06.1943766Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:31:06.2111630Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:31:06.2278882Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:31:06.2499389Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:31:06.2665919Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:31:06.2840298Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:31:06.3005479Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:31:06.3325753Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:31:06.3526723Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:31:06.4325094Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:31:06.4543338Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:31:06.5750356Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:31:06.5989946Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:31:06.6232942Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:31:06.6531131Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:31:06.7297779Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T21:31:06.7648979Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:31:06.7815541Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:31:06.7982809Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:31:06.8218013Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:31:06.8386191Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:31:06.8556996Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:31:06.8723013Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:31:06.9046709Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:31:06.9246320Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:31:06.9474917Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:31:07.0253041Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:31:07.1426960Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:31:07.1664448Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:31:07.1903571Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:31:07.2200481Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:31:07.2960699Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:31:07.3123841Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T21:31:07.3288422Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T21:31:07.3454380Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:31:07.6117929Z Fetched 112 MB in 2s (71.4 MB/s)
2025-08-20T21:31:07.6409382Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:31:07.6442592Z (Reading database ... 
2025-08-20T21:31:07.6442831Z (Reading database ... 5%
2025-08-20T21:31:07.6443039Z (Reading database ... 10%
2025-08-20T21:31:07.6443238Z (Reading database ... 15%
2025-08-20T21:31:07.6443455Z (Reading database ... 20%
2025-08-20T21:31:07.6443650Z (Reading database ... 25%
2025-08-20T21:31:07.6443849Z (Reading database ... 30%
2025-08-20T21:31:07.6444358Z (Reading database ... 35%
2025-08-20T21:31:07.6444627Z (Reading database ... 40%
2025-08-20T21:31:07.6444824Z (Reading database ... 45%
2025-08-20T21:31:07.6445770Z (Reading database ... 50%
2025-08-20T21:31:07.6465114Z (Reading database ... 55%
2025-08-20T21:31:07.6545747Z (Reading database ... 60%
2025-08-20T21:31:07.6584652Z (Reading database ... 65%
2025-08-20T21:31:07.6598265Z (Reading database ... 70%
2025-08-20T21:31:07.6620461Z (Reading database ... 75%
2025-08-20T21:31:07.6740167Z (Reading database ... 80%
2025-08-20T21:31:07.6808124Z (Reading database ... 85%
2025-08-20T21:31:07.6834843Z (Reading database ... 90%
2025-08-20T21:31:07.6926498Z (Reading database ... 95%
2025-08-20T21:31:07.6926712Z (Reading database ... 100%
2025-08-20T21:31:07.6927004Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:31:07.6954207Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:07.7030501Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:07.7731468Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:31:07.7887120Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:07.7998480Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:08.0489392Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:31:08.0654280Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:08.0748116Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:08.1434181Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:31:08.1610814Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:08.1705074Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:08.3922544Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:31:08.4095474Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:31:08.4179178Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:08.4783866Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:31:08.4946601Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:31:08.5030605Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:08.5613018Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:31:08.5784091Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:31:08.5943883Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:31:08.7249418Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:31:08.7416307Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:08.7490547Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:08.8126097Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:31:08.8276589Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:08.8362592Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:08.9074785Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:31:08.9232606Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:31:08.9315539Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:09.0210963Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:31:09.0378379Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.0474429Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.1135717Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:31:09.1307120Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.1415573Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.2322963Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:31:09.2480559Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.2563361Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.3203038Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:31:09.3358911Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.3431311Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.4591616Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:31:09.4772861Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.4851584Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.6177469Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:31:09.6346659Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.6424313Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.7264546Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:31:09.7433568Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:09.7518719Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:09.8583246Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:31:09.8747927Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:09.8846089Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:10.2986591Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:31:10.3150861Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:31:10.3228047Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:10.6346825Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:31:10.6517319Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:31:10.6600220Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:10.7862044Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:31:10.8033999Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:10.8117873Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.0369310Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:31:11.0533749Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:11.0636269Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.2982220Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:31:11.3166726Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:31:11.3245064Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:31:11.4533639Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:31:11.4701507Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:11.4800216Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.5413823Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:31:11.5575523Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:11.5689426Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.6286976Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:31:11.6444589Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:31:11.6520804Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:11.7331221Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:31:11.7506278Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:11.7584089Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.8249264Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:31:11.8421346Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:11.8501542Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:11.9255635Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:31:11.9415144Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:11.9515411Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.0148272Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:31:12.0303755Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:12.0383421Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.1463320Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:31:12.1630804Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:12.1721155Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.2481195Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:31:12.2652706Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:12.2734178Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.3509695Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:31:12.3668355Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:12.3769847Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.4721967Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:31:12.4885166Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:12.4985538Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:12.9012962Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:31:12.9180160Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:31:12.9277293Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:13.1674284Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:31:13.1850218Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:31:13.1954326Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:13.3547553Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:31:13.3729149Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:13.3814487Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:13.6207329Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:31:13.6379746Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:31:13.6480291Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:13.8885482Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:31:13.9070412Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:31:13.9167468Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:13.9669601Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:31:13.9845039Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:31:13.9938482Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:14.0433469Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:31:14.0596997Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:31:14.0674954Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:14.1225251Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:31:14.1382702Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:31:14.1462990Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:14.2297291Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:31:14.2568708Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:14.2804740Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.3040658Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.3310986Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.3592602Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:14.3877327Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.4108203Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:14.4347756Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:14.4635311Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.4897504Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.5138677Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:14.5955046Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:31:14.6183853Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.6433742Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.6723059Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.6960118Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.7191177Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.7445950Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.7698897Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.7928543Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:14.8217648Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.8483711Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.8745552Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:14.8989978Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.9277174Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.9529154Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:14.9853224Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:15.0082523Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.0329208Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.0554755Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.0878041Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.1158554Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.1484228Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.1755086Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:15.2035886Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.2290006Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.2528009Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.2783659Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:15.3028642Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:15.3294501Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:15.3530632Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:15.3810299Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:31:15.3906434Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:31:15.4063441Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:16.7455928Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:17.8015751Z Reading package lists...
2025-08-20T21:31:17.9553145Z Building dependency tree...
2025-08-20T21:31:17.9561406Z Reading state information...
2025-08-20T21:31:18.1870155Z The following additional packages will be installed:
2025-08-20T21:31:18.1870599Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:31:18.1875140Z   libpcap0.8-dev
2025-08-20T21:31:18.2144716Z The following NEW packages will be installed:
2025-08-20T21:31:18.2145322Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:31:18.2150646Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:31:18.2321816Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:18.2854037Z Need to get 1640 kB of archives.
2025-08-20T21:31:18.2854386Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:31:18.2854951Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T21:31:18.3684434Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:31:18.3894942Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T21:31:18.4110752Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T21:31:18.4401029Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:31:18.4858174Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:31:18.5053425Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:31:18.5215007Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:31:18.7599366Z Fetched 1640 kB in 0s (5892 kB/s)
2025-08-20T21:31:18.8055108Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:31:18.8088457Z (Reading database ... 
2025-08-20T21:31:18.8089034Z (Reading database ... 5%
2025-08-20T21:31:18.8089274Z (Reading database ... 10%
2025-08-20T21:31:18.8089480Z (Reading database ... 15%
2025-08-20T21:31:18.8089679Z (Reading database ... 20%
2025-08-20T21:31:18.8089881Z (Reading database ... 25%
2025-08-20T21:31:18.8090080Z (Reading database ... 30%
2025-08-20T21:31:18.8090601Z (Reading database ... 35%
2025-08-20T21:31:18.8090811Z (Reading database ... 40%
2025-08-20T21:31:18.8091011Z (Reading database ... 45%
2025-08-20T21:31:18.8091209Z (Reading database ... 50%
2025-08-20T21:31:18.8113008Z (Reading database ... 55%
2025-08-20T21:31:18.8196829Z (Reading database ... 60%
2025-08-20T21:31:18.8234962Z (Reading database ... 65%
2025-08-20T21:31:18.8251912Z (Reading database ... 70%
2025-08-20T21:31:18.8277363Z (Reading database ... 75%
2025-08-20T21:31:18.8396126Z (Reading database ... 80%
2025-08-20T21:31:18.8464610Z (Reading database ... 85%
2025-08-20T21:31:18.8497145Z (Reading database ... 90%
2025-08-20T21:31:18.8588873Z (Reading database ... 95%
2025-08-20T21:31:18.8589101Z (Reading database ... 100%
2025-08-20T21:31:18.8589398Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:31:18.8615601Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:31:18.8693361Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:31:18.9642424Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:31:18.9786432Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:31:18.9950462Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:31:19.0612018Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:31:19.0771644Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:31:19.0855184Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:19.1626308Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:31:19.1799951Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:31:19.1874062Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:19.2565230Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:31:19.2730861Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:31:19.2811917Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:31:19.3805323Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:31:19.3961185Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:31:19.4056876Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:19.4785200Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:31:19.4938317Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:31:19.5030927Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:19.6359918Z Selecting previously unselected package pcaputils.
2025-08-20T21:31:19.6545402Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:31:19.6648393Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:31:19.7646119Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:31:19.7889771Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:31:19.9406851Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:19.9647305Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:31:20.0060902Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:31:20.2315057Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:20.2541851Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:31:20.2845420Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:20.3193720Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:21.9409915Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:31:21.9955847Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:22.0188216Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:23.1143475Z Reading package lists...
2025-08-20T21:31:23.2939339Z Building dependency tree...
2025-08-20T21:31:23.2946122Z Reading state information...
2025-08-20T21:31:23.3334714Z Reading package lists...
2025-08-20T21:31:23.4931820Z Building dependency tree...
2025-08-20T21:31:23.4938850Z Reading state information...
2025-08-20T21:31:23.7249887Z The following additional packages will be installed:
2025-08-20T21:31:23.7254329Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:31:23.7261296Z Suggested packages:
2025-08-20T21:31:23.7261633Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:31:23.7262037Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:31:23.7423851Z The following NEW packages will be installed:
2025-08-20T21:31:23.7424983Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:31:23.7429317Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:31:23.8120555Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:31:23.8120902Z Need to get 801 kB of archives.
2025-08-20T21:31:23.8121219Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:31:23.8121702Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:31:23.8527863Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:31:23.8869647Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:31:23.9431791Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:31:23.9606871Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T21:31:23.9771709Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T21:31:23.9979375Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T21:31:24.0142725Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:31:24.0313436Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:31:24.2710431Z Fetched 801 kB in 0s (2868 kB/s)
2025-08-20T21:31:24.3121234Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:31:24.3155504Z (Reading database ... 
2025-08-20T21:31:24.3155737Z (Reading database ... 5%
2025-08-20T21:31:24.3155973Z (Reading database ... 10%
2025-08-20T21:31:24.3156173Z (Reading database ... 15%
2025-08-20T21:31:24.3156375Z (Reading database ... 20%
2025-08-20T21:31:24.3156575Z (Reading database ... 25%
2025-08-20T21:31:24.3156774Z (Reading database ... 30%
2025-08-20T21:31:24.3156967Z (Reading database ... 35%
2025-08-20T21:31:24.3157167Z (Reading database ... 40%
2025-08-20T21:31:24.3158014Z (Reading database ... 45%
2025-08-20T21:31:24.3158229Z (Reading database ... 50%
2025-08-20T21:31:24.3179173Z (Reading database ... 55%
2025-08-20T21:31:24.3265041Z (Reading database ... 60%
2025-08-20T21:31:24.3301193Z (Reading database ... 65%
2025-08-20T21:31:24.3317725Z (Reading database ... 70%
2025-08-20T21:31:24.3342809Z (Reading database ... 75%
2025-08-20T21:31:24.3463092Z (Reading database ... 80%
2025-08-20T21:31:24.3532487Z (Reading database ... 85%
2025-08-20T21:31:24.3567262Z (Reading database ... 90%
2025-08-20T21:31:24.3660476Z (Reading database ... 95%
2025-08-20T21:31:24.3660702Z (Reading database ... 100%
2025-08-20T21:31:24.3661036Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:31:24.3688440Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:31:24.3859327Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:31:24.4510332Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:31:24.4661867Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:31:24.4733401Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:31:24.5725936Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:31:24.5879582Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:31:24.5960536Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:31:24.6846899Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:31:24.7021599Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:31:24.7104328Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:31:24.7738901Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:31:24.7903883Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:31:24.7975357Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:31:24.8563295Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:31:24.8716887Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:31:24.8806010Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:24.9488359Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:31:24.9641052Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:31:24.9720338Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:31:25.0467811Z Selecting previously unselected package lzma.
2025-08-20T21:31:25.0621210Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:31:25.0723680Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:31:25.1507814Z Selecting previously unselected package lzma-dev.
2025-08-20T21:31:25.1677994Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:31:25.1756617Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:31:25.2688482Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:31:25.2909085Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:31:25.3128451Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:31:25.3366388Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:31:25.3650688Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:31:25.3846534Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:31:25.4039502Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:31:25.4325621Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:25.4549580Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:31:25.4899894Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:31:25.5151329Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:25.5601433Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:26.9195598Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:31:28.0816610Z Reading package lists...
2025-08-20T21:31:28.2655846Z Building dependency tree...
2025-08-20T21:31:28.2663782Z Reading state information...
2025-08-20T21:31:28.5570923Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:31:28.5571396Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:31:28.5571721Z inetutils-telnet set to manually installed.
2025-08-20T21:31:28.5572021Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:31:28.5572537Z The following additional packages will be installed:
2025-08-20T21:31:28.5572854Z   tcpd update-inetd
2025-08-20T21:31:28.5735735Z The following packages will be REMOVED:
2025-08-20T21:31:28.5742515Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:31:28.5743924Z The following NEW packages will be installed:
2025-08-20T21:31:28.5744259Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:31:28.5744665Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:31:28.5751981Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:31:28.7120142Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:31:28.7120852Z Need to get 691 kB of archives.
2025-08-20T21:31:28.7121129Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:31:28.7121635Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:31:28.7664310Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:31:28.7860306Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:31:28.8059753Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:31:28.8299629Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:31:28.8608557Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:31:28.8856763Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:31:28.9083353Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:31:28.9291164Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:31:28.9484950Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:31:28.9711046Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:31:28.9956309Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:31:29.0180539Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:31:29.2372695Z Preconfiguring packages ...
2025-08-20T21:31:29.3720143Z Fetched 691 kB in 0s (1584 kB/s)
2025-08-20T21:31:29.3936445Z (Reading database ... 
2025-08-20T21:31:29.3936712Z (Reading database ... 5%
2025-08-20T21:31:29.3936914Z (Reading database ... 10%
2025-08-20T21:31:29.3937120Z (Reading database ... 15%
2025-08-20T21:31:29.3937316Z (Reading database ... 20%
2025-08-20T21:31:29.3937511Z (Reading database ... 25%
2025-08-20T21:31:29.3937701Z (Reading database ... 30%
2025-08-20T21:31:29.3937893Z (Reading database ... 35%
2025-08-20T21:31:29.3938086Z (Reading database ... 40%
2025-08-20T21:31:29.3938298Z (Reading database ... 45%
2025-08-20T21:31:29.3938493Z (Reading database ... 50%
2025-08-20T21:31:29.3960372Z (Reading database ... 55%
2025-08-20T21:31:29.4044868Z (Reading database ... 60%
2025-08-20T21:31:29.4085810Z (Reading database ... 65%
2025-08-20T21:31:29.4103736Z (Reading database ... 70%
2025-08-20T21:31:29.4130028Z (Reading database ... 75%
2025-08-20T21:31:29.4257171Z (Reading database ... 80%
2025-08-20T21:31:29.4331099Z (Reading database ... 85%
2025-08-20T21:31:29.4368539Z (Reading database ... 90%
2025-08-20T21:31:29.4468333Z (Reading database ... 95%
2025-08-20T21:31:29.4468551Z (Reading database ... 100%
2025-08-20T21:31:29.4468851Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:31:29.4497531Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:31:29.5313530Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:31:29.6650947Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:31:30.0601626Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:31:30.0636233Z (Reading database ... 
2025-08-20T21:31:30.0636478Z (Reading database ... 5%
2025-08-20T21:31:30.0636679Z (Reading database ... 10%
2025-08-20T21:31:30.0636885Z (Reading database ... 15%
2025-08-20T21:31:30.0637086Z (Reading database ... 20%
2025-08-20T21:31:30.0637287Z (Reading database ... 25%
2025-08-20T21:31:30.0637484Z (Reading database ... 30%
2025-08-20T21:31:30.0637680Z (Reading database ... 35%
2025-08-20T21:31:30.0637874Z (Reading database ... 40%
2025-08-20T21:31:30.0638395Z (Reading database ... 45%
2025-08-20T21:31:30.0638615Z (Reading database ... 50%
2025-08-20T21:31:30.0659930Z (Reading database ... 55%
2025-08-20T21:31:30.0748287Z (Reading database ... 60%
2025-08-20T21:31:30.0790952Z (Reading database ... 65%
2025-08-20T21:31:30.0809534Z (Reading database ... 70%
2025-08-20T21:31:30.0836334Z (Reading database ... 75%
2025-08-20T21:31:30.0963335Z (Reading database ... 80%
2025-08-20T21:31:30.1035797Z (Reading database ... 85%
2025-08-20T21:31:30.1072005Z (Reading database ... 90%
2025-08-20T21:31:30.1170817Z (Reading database ... 95%
2025-08-20T21:31:30.1171026Z (Reading database ... 100%
2025-08-20T21:31:30.1171314Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:31:30.1200014Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.1298995Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:30.1959398Z Selecting previously unselected package tcpd.
2025-08-20T21:31:30.2139185Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:31:30.2247095Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:31:30.3079201Z Selecting previously unselected package update-inetd.
2025-08-20T21:31:30.3267072Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:31:30.3355441Z Unpacking update-inetd (4.53) ...
2025-08-20T21:31:30.4268679Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:31:30.4440769Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.4564767Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:30.5384680Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:31:30.5571025Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.5647780Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:30.6505626Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:31:30.6694076Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.6777003Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:30.7817310Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:31:30.7994629Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.8114445Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:30.8882743Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:31:30.9052048Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:30.9133066Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.0020424Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:31:31.0185908Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:31.0273139Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.1116617Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:31:31.1296941Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:31.1429775Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.2162129Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:31:31.2340146Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:31.2451847Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.3290643Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:31:31.3453465Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:31:31.3535254Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:31:31.4342085Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:31:31.4510317Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:31:31.4624208Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.5661206Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:31:31.6053639Z Setting up update-inetd (4.53) ...
2025-08-20T21:31:31.7181807Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:31.7378703Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:31:31.7540168Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.1010138Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:32.1010594Z 
2025-08-20T21:31:32.1010705Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:31:32.1010892Z 
2025-08-20T21:31:32.1011252Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:32.1011614Z 
2025-08-20T21:31:32.1012117Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:32.1012753Z 
2025-08-20T21:31:32.3516052Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.3892808Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.4075222Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:31:32.4261040Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.4523356Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.4752532Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:31:32.5003130Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:32.8170492Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:32.8170915Z 
2025-08-20T21:31:32.8171405Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:32.8171884Z 
2025-08-20T21:31:33.0522048Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:33.1795443Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:33.2900660Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:33.3652875Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:36.1844906Z Reading package lists...
2025-08-20T21:31:36.3661333Z Building dependency tree...
2025-08-20T21:31:36.3670362Z Reading state information...
2025-08-20T21:31:36.6685770Z The following packages will be REMOVED:
2025-08-20T21:31:36.6691728Z   inetutils-ping
2025-08-20T21:31:36.6693171Z The following NEW packages will be installed:
2025-08-20T21:31:36.6700821Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:31:36.6706120Z The following packages will be upgraded:
2025-08-20T21:31:36.6713680Z   iputils-tracepath
2025-08-20T21:31:36.7233594Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:31:36.7233933Z Need to get 84.5 kB of archives.
2025-08-20T21:31:36.7234230Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:31:36.7234816Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:31:36.7714051Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:31:36.7898306Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:31:36.8078220Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:31:37.1056123Z Fetched 84.5 kB in 0s (655 kB/s)
2025-08-20T21:31:37.1287978Z (Reading database ... 
2025-08-20T21:31:37.1288240Z (Reading database ... 5%
2025-08-20T21:31:37.1288481Z (Reading database ... 10%
2025-08-20T21:31:37.1288683Z (Reading database ... 15%
2025-08-20T21:31:37.1288881Z (Reading database ... 20%
2025-08-20T21:31:37.1289074Z (Reading database ... 25%
2025-08-20T21:31:37.1289268Z (Reading database ... 30%
2025-08-20T21:31:37.1290536Z (Reading database ... 35%
2025-08-20T21:31:37.1290764Z (Reading database ... 40%
2025-08-20T21:31:37.1290961Z (Reading database ... 45%
2025-08-20T21:31:37.1291154Z (Reading database ... 50%
2025-08-20T21:31:37.1311839Z (Reading database ... 55%
2025-08-20T21:31:37.1395617Z (Reading database ... 60%
2025-08-20T21:31:37.1434588Z (Reading database ... 65%
2025-08-20T21:31:37.1451771Z (Reading database ... 70%
2025-08-20T21:31:37.1477599Z (Reading database ... 75%
2025-08-20T21:31:37.1601461Z (Reading database ... 80%
2025-08-20T21:31:37.1673048Z (Reading database ... 85%
2025-08-20T21:31:37.1706788Z (Reading database ... 90%
2025-08-20T21:31:37.1803460Z (Reading database ... 95%
2025-08-20T21:31:37.1803662Z (Reading database ... 100%
2025-08-20T21:31:37.1803957Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:31:37.1831565Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:37.3105149Z Selecting previously unselected package iputils-ping.
2025-08-20T21:31:37.3139398Z (Reading database ... 
2025-08-20T21:31:37.3139644Z (Reading database ... 5%
2025-08-20T21:31:37.3139844Z (Reading database ... 10%
2025-08-20T21:31:37.3140050Z (Reading database ... 15%
2025-08-20T21:31:37.3140245Z (Reading database ... 20%
2025-08-20T21:31:37.3140436Z (Reading database ... 25%
2025-08-20T21:31:37.3140629Z (Reading database ... 30%
2025-08-20T21:31:37.3140817Z (Reading database ... 35%
2025-08-20T21:31:37.3141018Z (Reading database ... 40%
2025-08-20T21:31:37.3141556Z (Reading database ... 45%
2025-08-20T21:31:37.3141749Z (Reading database ... 50%
2025-08-20T21:31:37.3162814Z (Reading database ... 55%
2025-08-20T21:31:37.3246871Z (Reading database ... 60%
2025-08-20T21:31:37.3285332Z (Reading database ... 65%
2025-08-20T21:31:37.3302650Z (Reading database ... 70%
2025-08-20T21:31:37.3328440Z (Reading database ... 75%
2025-08-20T21:31:37.3450966Z (Reading database ... 80%
2025-08-20T21:31:37.3520924Z (Reading database ... 85%
2025-08-20T21:31:37.3554577Z (Reading database ... 90%
2025-08-20T21:31:37.3650187Z (Reading database ... 95%
2025-08-20T21:31:37.3650395Z (Reading database ... 100%
2025-08-20T21:31:37.3650691Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:31:37.3677515Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:31:37.3757544Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.4643645Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:31:37.5065862Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:31:37.5929946Z Selecting previously unselected package iputils-arping.
2025-08-20T21:31:37.6084469Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:31:37.6163677Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.6788700Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:31:37.6938494Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:31:37.7037796Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.7895397Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.8365234Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.8796336Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.9192059Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:37.9461832Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:40.5815897Z Reading package lists...
2025-08-20T21:31:40.7440659Z Building dependency tree...
2025-08-20T21:31:40.7448056Z Reading state information...
2025-08-20T21:31:40.9818158Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:31:41.0100716Z The following packages will be upgraded:
2025-08-20T21:31:41.0101386Z   python3-pip python3-pip-whl
2025-08-20T21:31:41.0268912Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:31:41.0799037Z Need to get 3020 kB of archives.
2025-08-20T21:31:41.0799400Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:31:41.0799979Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:31:41.2113198Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T21:31:41.4772807Z Fetched 3020 kB in 0s (15.7 MB/s)
2025-08-20T21:31:41.5223440Z (Reading database ... 
2025-08-20T21:31:41.5223689Z (Reading database ... 5%
2025-08-20T21:31:41.5223885Z (Reading database ... 10%
2025-08-20T21:31:41.5224109Z (Reading database ... 15%
2025-08-20T21:31:41.5224305Z (Reading database ... 20%
2025-08-20T21:31:41.5224497Z (Reading database ... 25%
2025-08-20T21:31:41.5224690Z (Reading database ... 30%
2025-08-20T21:31:41.5224878Z (Reading database ... 35%
2025-08-20T21:31:41.5225104Z (Reading database ... 40%
2025-08-20T21:31:41.5225295Z (Reading database ... 45%
2025-08-20T21:31:41.5225486Z (Reading database ... 50%
2025-08-20T21:31:41.5247653Z (Reading database ... 55%
2025-08-20T21:31:41.5331665Z (Reading database ... 60%
2025-08-20T21:31:41.5370536Z (Reading database ... 65%
2025-08-20T21:31:41.5387684Z (Reading database ... 70%
2025-08-20T21:31:41.5413297Z (Reading database ... 75%
2025-08-20T21:31:41.5535296Z (Reading database ... 80%
2025-08-20T21:31:41.5604736Z (Reading database ... 85%
2025-08-20T21:31:41.5638032Z (Reading database ... 90%
2025-08-20T21:31:41.5733619Z (Reading database ... 95%
2025-08-20T21:31:41.5733834Z (Reading database ... 100%
2025-08-20T21:31:41.5734128Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:31:41.5761668Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:31:41.7641660Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:31:41.9677879Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:31:41.9976693Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:31:42.1079920Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:31:42.1345888Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:31:43.0753040Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:45.8057094Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:31:46.0952138Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:31:47.0510253Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:31:47.1645849Z Collecting pip
2025-08-20T21:31:47.2166793Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:31:47.2367445Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:31:47.3557564Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.9 MB/s eta 0:00:00
2025-08-20T21:31:47.6269769Z Installing collected packages: pip
2025-08-20T21:31:48.2875892Z Successfully installed pip-25.2
2025-08-20T21:31:48.4823707Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:31:48.5231119Z Reading package lists...
2025-08-20T21:31:48.7060139Z Building dependency tree...
2025-08-20T21:31:48.7069000Z Reading state information...
2025-08-20T21:31:48.9370175Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:31:48.9370631Z pciutils set to manually installed.
2025-08-20T21:31:48.9370915Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:31:48.9371238Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:31:48.9371530Z python3-distro set to manually installed.
2025-08-20T21:31:48.9371848Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:31:48.9372177Z python3-netifaces set to manually installed.
2025-08-20T21:31:48.9373146Z The following additional packages will be installed:
2025-08-20T21:31:48.9373424Z   libsysfs2
2025-08-20T21:31:48.9378853Z Suggested packages:
2025-08-20T21:31:48.9379089Z   fancontrol read-edid i2c-tools
2025-08-20T21:31:48.9636563Z The following NEW packages will be installed:
2025-08-20T21:31:48.9639219Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:31:48.9817898Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:31:49.1976454Z Need to get 133 kB of archives.
2025-08-20T21:31:49.1976812Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:31:49.1977325Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:31:49.3739124Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:31:49.4801093Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:31:49.7050301Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:31:49.9596799Z Fetched 133 kB in 1s (185 kB/s)
2025-08-20T21:31:50.0026154Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:31:50.0062746Z (Reading database ... 
2025-08-20T21:31:50.0063005Z (Reading database ... 5%
2025-08-20T21:31:50.0063208Z (Reading database ... 10%
2025-08-20T21:31:50.0063427Z (Reading database ... 15%
2025-08-20T21:31:50.0063943Z (Reading database ... 20%
2025-08-20T21:31:50.0064145Z (Reading database ... 25%
2025-08-20T21:31:50.0064338Z (Reading database ... 30%
2025-08-20T21:31:50.0064529Z (Reading database ... 35%
2025-08-20T21:31:50.0064724Z (Reading database ... 40%
2025-08-20T21:31:50.0064921Z (Reading database ... 45%
2025-08-20T21:31:50.0065114Z (Reading database ... 50%
2025-08-20T21:31:50.0087517Z (Reading database ... 55%
2025-08-20T21:31:50.0172214Z (Reading database ... 60%
2025-08-20T21:31:50.0210840Z (Reading database ... 65%
2025-08-20T21:31:50.0228255Z (Reading database ... 70%
2025-08-20T21:31:50.0254152Z (Reading database ... 75%
2025-08-20T21:31:50.0375982Z (Reading database ... 80%
2025-08-20T21:31:50.0444531Z (Reading database ... 85%
2025-08-20T21:31:50.0477301Z (Reading database ... 90%
2025-08-20T21:31:50.0573387Z (Reading database ... 95%
2025-08-20T21:31:50.0573606Z (Reading database ... 100%
2025-08-20T21:31:50.0573933Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:31:50.0601656Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:31:50.0781502Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:31:50.1650315Z Selecting previously unselected package sysfsutils.
2025-08-20T21:31:50.1801798Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:31:50.1897089Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:50.2821124Z Selecting previously unselected package lm-sensors.
2025-08-20T21:31:50.2978869Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:31:50.3216014Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:50.3820670Z Selecting previously unselected package virt-what.
2025-08-20T21:31:50.3990277Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:31:50.4072579Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:31:50.4951253Z Setting up virt-what (1.25-2) ...
2025-08-20T21:31:50.5185798Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:31:50.5423967Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:50.8689057Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:50.8689442Z 
2025-08-20T21:31:50.8689920Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:50.8690361Z 
2025-08-20T21:31:51.1039510Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:51.4162683Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:31:51.4163196Z 
2025-08-20T21:31:51.4282718Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:53.0634677Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:54.1712745Z Reading package lists...
2025-08-20T21:31:54.3499618Z Building dependency tree...
2025-08-20T21:31:54.3508657Z Reading state information...
2025-08-20T21:31:54.5925376Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:31:54.5926177Z The following additional packages will be installed:
2025-08-20T21:31:54.5927984Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:31:54.5928333Z   xorg-sgml-doctools
2025-08-20T21:31:54.5936562Z Suggested packages:
2025-08-20T21:31:54.5936766Z   libxcb-doc
2025-08-20T21:31:54.6100228Z The following NEW packages will be installed:
2025-08-20T21:31:54.6101993Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:31:54.6105588Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:31:54.6105946Z   xcb xorg-sgml-doctools
2025-08-20T21:31:54.6664403Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:31:54.6664738Z Need to get 816 kB of archives.
2025-08-20T21:31:54.6665032Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:31:54.6665571Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:31:54.6829285Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:31:54.7003860Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:31:54.7967113Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:31:54.8131853Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:31:54.8298799Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:31:54.8517464Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:31:54.8684959Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:31:54.8849795Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:31:54.9018786Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:31:54.9186058Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:31:55.1741916Z Fetched 816 kB in 0s (2739 kB/s)
2025-08-20T21:31:55.2018073Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:31:55.2053076Z (Reading database ... 
2025-08-20T21:31:55.2053341Z (Reading database ... 5%
2025-08-20T21:31:55.2053564Z (Reading database ... 10%
2025-08-20T21:31:55.2053762Z (Reading database ... 15%
2025-08-20T21:31:55.2053957Z (Reading database ... 20%
2025-08-20T21:31:55.2054154Z (Reading database ... 25%
2025-08-20T21:31:55.2054346Z (Reading database ... 30%
2025-08-20T21:31:55.2055213Z (Reading database ... 35%
2025-08-20T21:31:55.2055439Z (Reading database ... 40%
2025-08-20T21:31:55.2055661Z (Reading database ... 45%
2025-08-20T21:31:55.2055860Z (Reading database ... 50%
2025-08-20T21:31:55.2076746Z (Reading database ... 55%
2025-08-20T21:31:55.2162425Z (Reading database ... 60%
2025-08-20T21:31:55.2202289Z (Reading database ... 65%
2025-08-20T21:31:55.2219771Z (Reading database ... 70%
2025-08-20T21:31:55.2245814Z (Reading database ... 75%
2025-08-20T21:31:55.2371144Z (Reading database ... 80%
2025-08-20T21:31:55.2442097Z (Reading database ... 85%
2025-08-20T21:31:55.2477406Z (Reading database ... 90%
2025-08-20T21:31:55.2581089Z (Reading database ... 95%
2025-08-20T21:31:55.2581314Z (Reading database ... 100%
2025-08-20T21:31:55.2581611Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:31:55.2609580Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:31:55.2690201Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:31:55.3305181Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:31:55.3474914Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:31:55.3568387Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:55.4428585Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:31:55.4590741Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:31:55.4683045Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:31:55.5437517Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:31:55.5602423Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:31:55.5690476Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:31:55.6358950Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:31:55.6521141Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:31:55.6599111Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:31:55.7215525Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:31:55.7391462Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:31:55.7468887Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8177305Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:31:55.8356069Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:31:55.8430416Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.9303210Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:31:55.9470752Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:31:55.9649733Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:56.0311533Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:31:56.0480848Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:31:56.0557802Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:56.1237168Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:31:56.1404999Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:31:56.1494231Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:56.2313297Z Selecting previously unselected package xcb.
2025-08-20T21:31:56.2495655Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:31:56.2584095Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:31:56.3519075Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:56.3761142Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:31:56.4007982Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:31:56.4348239Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:56.4614629Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:31:56.4973745Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:58.0079242Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:31:58.0457261Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:31:58.0741692Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:31:58.1005742Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:31:58.1268463Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:58.1558439Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:58.1820791Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:58.2116797Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:31:59.4629948Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:00.0937302Z Collecting build
2025-08-20T21:32:00.1386942Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:00.2471455Z Collecting cffi
2025-08-20T21:32:00.2548877Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:32:00.2930516Z Collecting scons
2025-08-20T21:32:00.3018070Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:00.3391546Z Collecting scuba
2025-08-20T21:32:00.3474135Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:00.4078861Z Collecting pytest
2025-08-20T21:32:00.4145709Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:00.4530507Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:00.4597149Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:00.4940673Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:00.5007399Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:00.5355626Z Collecting pycparser (from cffi)
2025-08-20T21:32:00.5422616Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:00.5969024Z Collecting PyYAML (from scuba)
2025-08-20T21:32:00.6049007Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:32:00.6385441Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:00.6451410Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:00.6951475Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:00.7017998Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:00.7428200Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:00.7494982Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:00.7699129Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:00.7972993Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:32:00.8425005Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:00.8914475Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 83.3 MB/s  0:00:00
2025-08-20T21:32:00.8996757Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:00.9231181Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:00.9608248Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:00.9842260Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:01.0018373Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:01.0225930Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:01.0500919Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.9 MB/s  0:00:00
2025-08-20T21:32:01.0569212Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:01.0778897Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:01.0960452Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:32:01.1196682Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 22.8 MB/s  0:00:00
2025-08-20T21:32:01.2167269Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:02.9002910Z 
2025-08-20T21:32:02.9017685Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:32:03.1930451Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:03.8211627Z Collecting ansi2txt
2025-08-20T21:32:03.8699464Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:03.9115939Z Collecting pipx
2025-08-20T21:32:03.9205124Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:03.9623151Z Collecting scons
2025-08-20T21:32:03.9633282Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:03.9834430Z Collecting py2static
2025-08-20T21:32:03.9918646Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:04.0346771Z Collecting typer
2025-08-20T21:32:04.0414483Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:04.1031092Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:04.1098772Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:04.1549300Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:04.1559031Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:04.1822684Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:04.1892456Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:04.2247106Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:04.2317113Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:04.2895196Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:04.2967452Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:32:04.3356642Z Collecting staticx (from py2static)
2025-08-20T21:32:04.3426272Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:32:04.3838252Z   Preparing metadata (setup.py): started
2025-08-20T21:32:04.9225598Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:32:04.9541169Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:04.9609929Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:05.0109756Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:05.0178727Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:05.0523993Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:05.0591029Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:05.1139632Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:05.1213622Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:05.1605462Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:05.1674783Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:05.2353158Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:05.2362531Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:05.2590266Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:05.2658974Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:05.3849103Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:05.3916451Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:05.4307387Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:05.4376010Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:05.4801561Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:05.4887587Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:05.5294854Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:05.5366718Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:05.5656046Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:05.5914175Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:05.6084373Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:05.6194008Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:05.6387332Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:05.6563845Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:05.6757534Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:05.6962162Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:05.7030867Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:05.7225540Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:05.7463932Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:05.7539870Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:05.7779064Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:05.7956595Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:05.8132833Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:05.8326857Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:05.8525982Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:32:05.8785135Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 21.8 MB/s  0:00:00
2025-08-20T21:32:05.8860233Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:05.9136599Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:05.9410659Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.3 MB/s  0:00:00
2025-08-20T21:32:05.9477160Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:05.9666540Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:06.0129939Z Building wheels for collected packages: staticx
2025-08-20T21:32:06.0136671Z   Building wheel for staticx (setup.py): started
2025-08-20T21:32:17.8970831Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:32:17.8980082Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790706 sha256=96d1ee01140738651c119bb553fea3bc9c0bbe6785dca03585b31b4fdeebd086
2025-08-20T21:32:17.8981327Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:32:17.8997305Z Successfully built staticx
2025-08-20T21:32:17.9957347Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:32:18.8168347Z   Attempting uninstall: scons
2025-08-20T21:32:18.8240265Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:18.8528078Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:18.8588022Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:19.3572416Z   Attempting uninstall: pygments
2025-08-20T21:32:19.3647240Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:19.3802842Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:19.3825758Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:20.0043358Z   Attempting uninstall: packaging
2025-08-20T21:32:20.0115606Z     Found existing installation: packaging 25.0
2025-08-20T21:32:20.0134999Z     Uninstalling packaging-25.0:
2025-08-20T21:32:20.0140591Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:20.9805018Z 
2025-08-20T21:32:20.9829333Z 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-20T21:32:21.2825732Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:21.6821665Z Collecting build
2025-08-20T21:32:21.6831380Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:21.7568271Z Collecting cffi
2025-08-20T21:32:21.7578661Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:32:21.7764607Z Collecting scons
2025-08-20T21:32:21.7773812Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:21.7957539Z Collecting scuba
2025-08-20T21:32:21.7967001Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:21.8390478Z Collecting pytest
2025-08-20T21:32:21.8400215Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:21.8737169Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:21.8746899Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:21.8908362Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:21.8917773Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:21.9077292Z Collecting pycparser (from cffi)
2025-08-20T21:32:21.9087926Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:21.9381074Z Collecting PyYAML (from scuba)
2025-08-20T21:32:21.9395937Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:32:21.9584736Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:21.9593076Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:21.9815118Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:21.9824982Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:22.0045697Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:22.0055451Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:22.0104188Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:22.0113885Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:32:22.0125855Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:22.0157941Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:22.0168856Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:22.0180175Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:22.0189435Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:22.0198378Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:22.0207690Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:22.0223656Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:22.0233477Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:22.0242600Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:32:22.1285376Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:22.1288745Z   Attempting uninstall: scons
2025-08-20T21:32:22.1358839Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:22.1641326Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:22.1700057Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:22.6592030Z   Attempting uninstall: PyYAML
2025-08-20T21:32:22.6665675Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:32:22.6687184Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:32:22.6693700Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:32:22.7270826Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:32:22.7338222Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:32:22.7351647Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:32:22.7356730Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:32:22.7670619Z   Attempting uninstall: pygments
2025-08-20T21:32:22.7736340Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:22.7887117Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:22.7909320Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:23.3671420Z   Attempting uninstall: pycparser
2025-08-20T21:32:23.3739519Z     Found existing installation: pycparser 2.22
2025-08-20T21:32:23.3758519Z     Uninstalling pycparser-2.22:
2025-08-20T21:32:23.3764179Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:32:23.4932713Z   Attempting uninstall: pluggy
2025-08-20T21:32:23.5000153Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:32:23.5016834Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:32:23.5020990Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:32:23.5278154Z   Attempting uninstall: packaging
2025-08-20T21:32:23.5349025Z     Found existing installation: packaging 25.0
2025-08-20T21:32:23.5368044Z     Uninstalling packaging-25.0:
2025-08-20T21:32:23.5373830Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:23.5813262Z   Attempting uninstall: iniconfig
2025-08-20T21:32:23.5884089Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:32:23.5897457Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:32:23.5902204Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:32:23.6079140Z   Attempting uninstall: scuba
2025-08-20T21:32:23.6145792Z     Found existing installation: scuba 2.14.1
2025-08-20T21:32:23.6163595Z     Uninstalling scuba-2.14.1:
2025-08-20T21:32:23.6170384Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:32:23.6462784Z   Attempting uninstall: pytest
2025-08-20T21:32:23.6536665Z     Found existing installation: pytest 8.4.1
2025-08-20T21:32:23.6582737Z     Uninstalling pytest-8.4.1:
2025-08-20T21:32:23.6778705Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:32:23.8831835Z   Attempting uninstall: cffi
2025-08-20T21:32:23.8903939Z     Found existing installation: cffi 1.17.1
2025-08-20T21:32:23.8924035Z     Uninstalling cffi-1.17.1:
2025-08-20T21:32:23.9105506Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:32:23.9890123Z   Attempting uninstall: build
2025-08-20T21:32:23.9958802Z     Found existing installation: build 1.3.0
2025-08-20T21:32:23.9977620Z     Uninstalling build-1.3.0:
2025-08-20T21:32:23.9985385Z       Successfully uninstalled build-1.3.0
2025-08-20T21:32:24.0241537Z 
2025-08-20T21:32:24.0264727Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:32:24.3123080Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:24.4710234Z Collecting ansi2txt
2025-08-20T21:32:24.4720070Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:24.4959206Z Collecting pipx
2025-08-20T21:32:24.4969053Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:24.5171956Z Collecting scons
2025-08-20T21:32:24.5181867Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:24.5608030Z Collecting py2static
2025-08-20T21:32:24.5617316Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:24.5833564Z Collecting typer
2025-08-20T21:32:24.5842740Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:24.6111980Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:24.6121524Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:24.6350690Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:24.6360124Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:24.6563948Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:24.6572908Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:24.6762088Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:24.6771417Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:24.7124205Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:24.7134223Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:32:24.7319141Z Collecting staticx (from py2static)
2025-08-20T21:32:24.7328341Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:32:24.7461143Z   Preparing metadata (setup.py): started
2025-08-20T21:32:24.9377356Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:32:24.9633836Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:24.9643490Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:24.9875342Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:24.9884757Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:25.0157094Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:25.0166766Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:25.0647028Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:25.0656444Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:25.1022832Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:25.1033403Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:25.1281093Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:25.1290577Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:25.1453208Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:25.1462741Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:25.2378621Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:25.2386920Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:25.2625822Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:25.2635104Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:25.2869445Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:25.2879760Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:25.3091236Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:25.3100787Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:25.3131028Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:25.3140142Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:25.3149584Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:25.3179623Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:25.3188339Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:25.3197451Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:25.3206579Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:25.3215925Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:25.3225093Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:25.3233990Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:25.3244496Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:25.3259923Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:25.3269323Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:25.3278112Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:25.3287073Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:25.3296113Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:25.3305127Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:32:25.3317304Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:25.3328677Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:25.3343307Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:25.3351911Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:25.3653549Z Building wheels for collected packages: staticx
2025-08-20T21:32:25.3658995Z   Building wheel for staticx (setup.py): started
2025-08-20T21:32:27.6975732Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:32:27.6985317Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=4b9678c193c3b4d05a4c06a8a3ea870c987cde2bec3717dc301758a211985e17
2025-08-20T21:32:27.6986458Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:32:27.7003626Z Successfully built staticx
2025-08-20T21:32:27.7972624Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:32:27.7975436Z   Attempting uninstall: pyelftools
2025-08-20T21:32:27.8040780Z     Found existing installation: pyelftools 0.32
2025-08-20T21:32:27.8078071Z     Uninstalling pyelftools-0.32:
2025-08-20T21:32:27.8089629Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:32:27.9198421Z   Attempting uninstall: altgraph
2025-08-20T21:32:27.9265968Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:27.9281094Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:27.9286090Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:27.9492742Z   Attempting uninstall: typing-extensions
2025-08-20T21:32:27.9559573Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:32:27.9571365Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:32:27.9755927Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:32:28.0080490Z   Attempting uninstall: staticx
2025-08-20T21:32:28.0149037Z     Found existing installation: staticx 0.14.1
2025-08-20T21:32:28.0168736Z     Uninstalling staticx-0.14.1:
2025-08-20T21:32:28.0176645Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:32:28.0532250Z   Attempting uninstall: shellingham
2025-08-20T21:32:28.0602035Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:32:28.0617097Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:32:28.0622062Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:32:28.0797676Z   Attempting uninstall: setuptools
2025-08-20T21:32:28.0864616Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:28.1060200Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:28.1273390Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:28.7091615Z   Attempting uninstall: scons
2025-08-20T21:32:28.7169840Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:28.7453571Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:28.7510543Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:29.2348814Z   Attempting uninstall: pygments
2025-08-20T21:32:29.2427648Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:29.2580675Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:29.2602939Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:29.8263603Z   Attempting uninstall: platformdirs
2025-08-20T21:32:29.8336531Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:32:29.8353151Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:32:29.8358086Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:32:29.8632738Z   Attempting uninstall: packaging
2025-08-20T21:32:29.8703623Z     Found existing installation: packaging 25.0
2025-08-20T21:32:29.8722087Z     Uninstalling packaging-25.0:
2025-08-20T21:32:29.8727733Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:29.9172769Z   Attempting uninstall: mdurl
2025-08-20T21:32:29.9238152Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:32:29.9251489Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:32:29.9256423Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:32:29.9427877Z   Attempting uninstall: click
2025-08-20T21:32:29.9497278Z     Found existing installation: click 8.2.1
2025-08-20T21:32:29.9515970Z     Uninstalling click-8.2.1:
2025-08-20T21:32:29.9519921Z       Successfully uninstalled click-8.2.1
2025-08-20T21:32:30.0161121Z   Attempting uninstall: argcomplete
2025-08-20T21:32:30.0232034Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:32:30.0254706Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:32:30.0262670Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:32:30.0610526Z   Attempting uninstall: ansi2txt
2025-08-20T21:32:30.0679656Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:32:30.0692373Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:32:30.0880641Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:32:30.1037544Z   Attempting uninstall: userpath
2025-08-20T21:32:30.1107292Z     Found existing installation: userpath 1.9.2
2025-08-20T21:32:30.1122354Z     Uninstalling userpath-1.9.2:
2025-08-20T21:32:30.1128807Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:32:30.1309842Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:30.1381650Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:30.1683551Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:30.1719929Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:30.3775844Z   Attempting uninstall: markdown-it-py
2025-08-20T21:32:30.3847085Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:32:30.3890059Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:32:30.3906587Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:32:30.4537070Z   Attempting uninstall: rich
2025-08-20T21:32:30.4608121Z     Found existing installation: rich 14.1.0
2025-08-20T21:32:30.4652382Z     Uninstalling rich-14.1.0:
2025-08-20T21:32:30.4660335Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:32:30.6230265Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:30.6300679Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:30.6541403Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:30.6577607Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:30.9284628Z   Attempting uninstall: pipx
2025-08-20T21:32:30.9361436Z     Found existing installation: pipx 1.7.1
2025-08-20T21:32:30.9389814Z     Uninstalling pipx-1.7.1:
2025-08-20T21:32:30.9405491Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:32:30.9969994Z   Attempting uninstall: typer
2025-08-20T21:32:31.0040113Z     Found existing installation: typer 0.16.1
2025-08-20T21:32:31.0061871Z     Uninstalling typer-0.16.1:
2025-08-20T21:32:31.0068738Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:32:31.0561335Z   Attempting uninstall: py2static
2025-08-20T21:32:31.0626218Z     Found existing installation: py2static 0.0.1
2025-08-20T21:32:31.0641352Z     Uninstalling py2static-0.0.1:
2025-08-20T21:32:31.0648969Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:32:31.0852421Z 
2025-08-20T21:32:31.0875772Z 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-20T21:32:31.3774595Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:31.4776713Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:32:31.4780375Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-j8j6dual
2025-08-20T21:32:31.4797937Z 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-j8j6dual
2025-08-20T21:32:32.8699785Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:32:32.8735062Z   Installing build dependencies: started
2025-08-20T21:32:33.7504511Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:32:33.7514114Z   Getting requirements to build wheel: started
2025-08-20T21:32:34.0031144Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:32:34.0040638Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:32:34.1768972Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:32:34.3237609Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:34.3246619Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:34.3473910Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:32:34.3482954Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:34.3697662Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:32:34.3707164Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:34.3905222Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:34.3914842Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:34.3951806Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:34.3961167Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:34.3972532Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:34.3987232Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:34.4091950Z Building wheels for collected packages: pyinstaller
2025-08-20T21:32:34.4098562Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:32:37.1264006Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:32:37.1284143Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=fef495618dd45c482681596fdd66c7a00b196a59a1d92bf100b224eb4d786b1f
2025-08-20T21:32:37.1285168Z   Stored in directory: /tmp/pip-ephem-wheel-cache-oztm2_1n/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:32:37.1321330Z Successfully built pyinstaller
2025-08-20T21:32:37.2109590Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:32:37.2115223Z   Attempting uninstall: altgraph
2025-08-20T21:32:37.2182227Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:37.2199597Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:37.2206150Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:37.2514491Z   Attempting uninstall: setuptools
2025-08-20T21:32:37.2581256Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:37.2780831Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:37.3000598Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:37.9088522Z   Attempting uninstall: packaging
2025-08-20T21:32:37.9161001Z     Found existing installation: packaging 25.0
2025-08-20T21:32:37.9179836Z     Uninstalling packaging-25.0:
2025-08-20T21:32:37.9185373Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:37.9731870Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:37.9803602Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:38.0092180Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:38.0129628Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:38.3072942Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:38.3145496Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:38.3397745Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:38.3434503Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:38.7553979Z 
2025-08-20T21:32:38.7577516Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:32:38.9781046Z 6.15.0
2025-08-20T21:32:40.6091413Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:32:40.6100179Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:32:40.6100628Z 
2025-08-20T21:32:40.6100877Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:32:40.6101388Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:32:40.6101800Z installation.
2025-08-20T21:32:40.6101930Z 
2025-08-20T21:32:40.6102184Z If you installed the current Docker package using this script and are using it
2025-08-20T21:32:40.6102710Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:32:40.6103234Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:32:40.6103663Z files to match the parameters passed to the script.
2025-08-20T21:32:40.6103895Z 
2025-08-20T21:32:40.6104027Z You may press Ctrl+C now to abort this script.
2025-08-20T21:32:40.6252928Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:41.7607192Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:32:42.1936587Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:32:42.1952072Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:42.3120836Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:42.3136351Z + 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-20T21:32:42.3142208Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:43.4686664Z + 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-20T21:32:53.7818190Z + sh -c 'docker version'
2025-08-20T21:32:53.7954714Z Client: Docker Engine - Community
2025-08-20T21:32:53.7955096Z  Version:           28.3.3
2025-08-20T21:32:53.7955535Z  API version:       1.51
2025-08-20T21:32:53.7955832Z  Go version:        go1.24.5
2025-08-20T21:32:53.7956178Z  Git commit:        980b856
2025-08-20T21:32:53.7956443Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:32:53.7956720Z  OS/Arch:           linux/arm64
2025-08-20T21:32:53.7957022Z  Context:           default
2025-08-20T21:32:53.7957173Z 
2025-08-20T21:32:53.7957321Z Server: Docker Engine - Community
2025-08-20T21:32:53.7957602Z  Engine:
2025-08-20T21:32:53.7957827Z   Version:          28.3.3
2025-08-20T21:32:53.7958096Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:32:53.7958446Z   Go version:       go1.24.5
2025-08-20T21:32:53.7958690Z   Git commit:       bea959c
2025-08-20T21:32:53.7958976Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:32:53.7959298Z   OS/Arch:          linux/arm64
2025-08-20T21:32:53.7959552Z   Experimental:     false
2025-08-20T21:32:53.7959782Z  containerd:
2025-08-20T21:32:53.7960038Z   Version:          1.7.27
2025-08-20T21:32:53.7960364Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:32:53.7960710Z  runc:
2025-08-20T21:32:53.7960923Z   Version:          1.2.5
2025-08-20T21:32:53.7961175Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:32:53.7961477Z  docker-init:
2025-08-20T21:32:53.7961717Z   Version:          0.19.0
2025-08-20T21:32:53.7961950Z   GitCommit:        de40ad0
2025-08-20T21:32:53.7979893Z 
2025-08-20T21:32:53.7980315Z ================================================================================
2025-08-20T21:32:53.7980558Z 
2025-08-20T21:32:53.7981110Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:32:53.7981628Z Docker daemon in rootless mode for your user:
2025-08-20T21:32:53.7981864Z 
2025-08-20T21:32:53.7982025Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:32:53.7982214Z 
2025-08-20T21:32:53.7982678Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:32:53.7983009Z 
2025-08-20T21:32:53.7983014Z 
2025-08-20T21:32:53.7983231Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:32:53.7983708Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:32:53.7983952Z 
2025-08-20T21:32:53.7984198Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:32:53.7984674Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:32:53.7985135Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:32:53.7985471Z 
2025-08-20T21:32:53.7985610Z ================================================================================
2025-08-20T21:32:53.7985806Z 
2025-08-20T21:33:04.8003203Z ● docker.service - Docker Application Container Engine
2025-08-20T21:33:04.8004520Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:33:04.8005016Z      Active: active (running) since Wed 2025-08-20 21:32:54 UTC; 10s ago
2025-08-20T21:33:04.8005600Z TriggeredBy: ● docker.socket
2025-08-20T21:33:04.8006347Z        Docs: https://docs.docker.com
2025-08-20T21:33:04.8006697Z    Main PID: 21170 (dockerd)
2025-08-20T21:33:04.8006945Z       Tasks: 10
2025-08-20T21:33:04.8007180Z      Memory: 21.0M (peak: 23.9M)
2025-08-20T21:33:04.8007538Z         CPU: 245ms
2025-08-20T21:33:04.8007793Z      CGroup: /system.slice/docker.service
2025-08-20T21:33:04.8010073Z              └─21170 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:33:04.8010516Z 
2025-08-20T21:33:04.8010879Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.171261449Z" level=info msg="Loading containers: start."
2025-08-20T21:33:04.8012064Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.696450056Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4f6ee6295e6fa87cf60aff95dbb7a6c3fedb717504c8543911313ce32d0aa750], retrying...."
2025-08-20T21:33:04.8013559Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.737054207Z" level=info msg="Loading containers: done."
2025-08-20T21:33:04.8014773Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765094924Z" 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-20T21:33:04.8016147Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765176334Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:33:04.8017093Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765205335Z" level=info msg="Initializing buildkit"
2025-08-20T21:33:04.8017807Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.780734788Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:33:04.8018609Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784723790Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:33:04.8019412Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784767248Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:33:04.8020113Z Aug 20 21:32:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:33:04.8094661Z ● docker.service - Docker Application Container Engine
2025-08-20T21:33:04.8099006Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:33:04.8099808Z      Active: active (running) since Wed 2025-08-20 21:32:54 UTC; 10s ago
2025-08-20T21:33:04.8100561Z TriggeredBy: ● docker.socket
2025-08-20T21:33:04.8100893Z        Docs: https://docs.docker.com
2025-08-20T21:33:04.8101299Z    Main PID: 21170 (dockerd)
2025-08-20T21:33:04.8101549Z       Tasks: 10
2025-08-20T21:33:04.8101786Z      Memory: 21.0M (peak: 23.9M)
2025-08-20T21:33:04.8102085Z         CPU: 245ms
2025-08-20T21:33:04.8103538Z      CGroup: /system.slice/docker.service
2025-08-20T21:33:04.8104217Z              └─21170 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:33:04.8104613Z 
2025-08-20T21:33:04.8105019Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.171261449Z" level=info msg="Loading containers: start."
2025-08-20T21:33:04.8106190Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.696450056Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4f6ee6295e6fa87cf60aff95dbb7a6c3fedb717504c8543911313ce32d0aa750], retrying...."
2025-08-20T21:33:04.8107513Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.737054207Z" level=info msg="Loading containers: done."
2025-08-20T21:33:04.8108695Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765094924Z" 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-20T21:33:04.8110301Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765176334Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:33:04.8111232Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765205335Z" level=info msg="Initializing buildkit"
2025-08-20T21:33:04.8111945Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.780734788Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:33:04.8112927Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784723790Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:33:04.8113740Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784767248Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:33:04.8114449Z Aug 20 21:32:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:33:04.8258037Z ● docker.service - Docker Application Container Engine
2025-08-20T21:33:04.8258592Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:33:04.8259071Z      Active: active (running) since Wed 2025-08-20 21:32:54 UTC; 10s ago
2025-08-20T21:33:04.8259583Z TriggeredBy: ● docker.socket
2025-08-20T21:33:04.8259910Z        Docs: https://docs.docker.com
2025-08-20T21:33:04.8260221Z    Main PID: 21170 (dockerd)
2025-08-20T21:33:04.8260471Z       Tasks: 10
2025-08-20T21:33:04.8260692Z      Memory: 21.0M (peak: 23.9M)
2025-08-20T21:33:04.8260973Z         CPU: 245ms
2025-08-20T21:33:04.8261214Z      CGroup: /system.slice/docker.service
2025-08-20T21:33:04.8261786Z              └─21170 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:33:04.8262141Z 
2025-08-20T21:33:04.8262586Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.171261449Z" level=info msg="Loading containers: start."
2025-08-20T21:33:04.8263750Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.696450056Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4f6ee6295e6fa87cf60aff95dbb7a6c3fedb717504c8543911313ce32d0aa750], retrying...."
2025-08-20T21:33:04.8264879Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.737054207Z" level=info msg="Loading containers: done."
2025-08-20T21:33:04.8266280Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765094924Z" 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-20T21:33:04.8267601Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765176334Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:33:04.8268522Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.765205335Z" level=info msg="Initializing buildkit"
2025-08-20T21:33:04.8269221Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.780734788Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:33:04.8269948Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784723790Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:33:04.8270713Z Aug 20 21:32:54 runnervmdbl46 dockerd[21170]: time="2025-08-20T21:32:54.784767248Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:33:04.8271394Z Aug 20 21:32:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:33:04.8354052Z Docker version 28.3.3, build 980b856
2025-08-20T21:33:04.8500686Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:33:05.1329597Z latest: Pulling from library/hello-world
2025-08-20T21:33:05.2367022Z 198f93fd5094: Pulling fs layer
2025-08-20T21:33:05.3855104Z 198f93fd5094: Verifying Checksum
2025-08-20T21:33:05.3855465Z 198f93fd5094: Download complete
2025-08-20T21:33:05.4327486Z 198f93fd5094: Pull complete
2025-08-20T21:33:05.5408473Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:33:05.5516709Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:33:06.4251236Z 
2025-08-20T21:33:06.4251714Z Hello from Docker!
2025-08-20T21:33:06.4252170Z This message shows that your installation appears to be working correctly.
2025-08-20T21:33:06.4252837Z 
2025-08-20T21:33:06.4253001Z To generate this message, Docker took the following steps:
2025-08-20T21:33:06.4253441Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:33:06.4253876Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:33:06.4254241Z     (arm64v8)
2025-08-20T21:33:06.4254553Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:33:06.4255087Z     executable that produces the output you are currently reading.
2025-08-20T21:33:06.4255573Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:33:06.4255942Z     to your terminal.
2025-08-20T21:33:06.4256111Z 
2025-08-20T21:33:06.4256327Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:33:06.4256702Z  $ docker run -it ubuntu bash
2025-08-20T21:33:06.4256855Z 
2025-08-20T21:33:06.4257072Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:33:06.4257480Z  https://hub.docker.com/
2025-08-20T21:33:06.4257627Z 
2025-08-20T21:33:06.4257742Z For more examples and ideas, visit:
2025-08-20T21:33:06.4258060Z  https://docs.docker.com/get-started/
2025-08-20T21:33:06.4258240Z 
2025-08-20T21:33:06.5652645Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:06.5653293Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:33:06.5653745Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:33:06.5654192Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:33:06.5654623Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:33:06.5655068Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:33:06.5655526Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:33:06.5655940Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:33:06.5656615Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:33:06.5657066Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:33:06.5657509Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:06.5657982Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:33:06.5658433Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:06.5658877Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:33:06.5659355Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:33:06.5659852Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:06.5660376Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:33:06.5660857Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:33:06.5661330Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:06.5661885Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:06.5662563Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:06.5663114Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:06.5663604Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:06.5664287Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:33:06.5664699Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:33:06.5665166Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:06.5665698Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:06.5666169Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:06.5666684Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:06.5667147Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:06.5667669Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:06.5668154Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:06.5668632Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:33:06.5669133Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:06.5669620Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:06.5670110Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:06.5670593Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:06.5671054Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:33:06.5671512Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:33:06.5671977Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:06.5672659Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:06.5673138Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:06.5673612Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:33:06.5674060Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:06.5674601Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:06.5675123Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:06.5675663Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:06.5676410Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:06.5676924Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:06.5677418Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:06.5677916Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:06.5678373Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:06.5678870Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:06.5679322Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:06.5679734Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:33:06.5680186Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:33:06.5680643Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:33:06.5681118Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:33:06.5681588Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:06.5682019Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:33:06.5682654Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:06.5683179Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:06.5683813Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:06.5684368Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:06.5684841Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:06.5685372Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:06.5685837Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:06.5686285Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:33:06.5744918Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:06.5745560Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:06.5746070Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:33:06.5746555Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:33:06.5746976Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:06.5747365Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:33:06.5747759Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:06.5748160Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:33:06.5748562Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:33:06.5749021Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:06.5749520Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:06.5750023Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:06.5750516Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:06.5750951Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:06.5751351Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:06.5751745Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:06.5752150Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:06.5753137Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:33:06.5753669Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:06.5754090Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:06.5754513Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:33:06.5754894Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:33:06.5755275Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:06.5755680Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:06.5756084Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:06.5756458Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:33:06.5756825Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:33:06.5757397Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:06.5757816Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:33:06.5758166Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:33:06.5758544Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:06.5758952Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:33:06.5759517Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:33:06.5759881Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:33:06.5760237Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:06.5760611Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:06.5760998Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:06.5761398Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:06.5761791Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:06.5762173Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:06.5762704Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:33:06.5763104Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:06.5763503Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:06.5763877Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:33:06.5764231Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:33:06.5764580Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:33:06.5764933Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:33:06.5765298Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:33:06.5765653Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:33:06.5766028Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:06.5766424Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:33:06.5768472Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:06.5768926Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:06.5769337Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:33:06.5769729Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:06.5770118Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:06.5770507Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:33:06.5770907Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:06.5771553Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:33:06.5771951Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:33:06.5772826Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:06.5773256Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:06.5773694Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:06.5774127Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:33:06.5774514Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:33:06.5774907Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:33:06.5775316Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:06.5775724Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:33:06.5776130Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:06.5776523Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:06.5776920Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:06.5777321Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:06.5777701Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:33:06.5778235Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:33:06.5778594Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:33:06.5778987Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:06.5779385Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:33:06.5779782Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:06.5780176Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:33:06.5780545Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:33:06.5780921Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:33:06.5781298Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:33:06.5781684Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:33:06.5782112Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:06.5782732Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:33:06.5783135Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:06.5783508Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:33:06.5783900Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:06.5784325Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:06.5784745Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:06.5785096Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:33:06.5785440Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:06.5785856Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:06.5786289Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:33:06.5786693Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:33:06.5787075Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:33:06.5787459Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:33:06.5787842Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:33:06.5788445Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:06.5788927Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:06.5789338Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:33:06.5789703Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:33:06.5790060Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:33:06.5790510Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:06.5791012Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:06.5791451Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:33:06.5791824Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:33:06.5792290Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:06.5792948Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:06.5793459Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:06.5793895Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:33:06.5794258Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:33:06.5794790Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:06.5795200Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:06.5795617Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:06.5796018Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:06.5796395Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:33:06.5796771Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:06.5797169Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:06.5797568Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:06.5797962Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:06.5798359Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:06.5798757Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:06.5799148Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:06.5799569Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:06.5800015Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:06.5800440Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:33:06.5800835Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:33:06.5801211Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:06.5801582Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:33:06.5801957Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:33:06.5802461Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:33:06.5802904Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:06.5803371Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:06.5803819Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:06.5804223Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:06.5804607Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:33:06.5805184Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:33:06.5805573Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:33:06.5805943Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:33:06.5806327Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:06.5806710Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:33:06.5807160Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:06.5807630Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:06.5808088Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:06.5808605Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:06.5809121Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:06.5809624Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:06.5810063Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:33:06.5810428Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:33:06.5810791Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:33:06.5811320Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:06.5811699Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:33:06.5812068Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:33:06.5812555Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:06.5812943Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:33:06.5813332Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:06.5813707Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:33:06.5814083Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:33:06.5814479Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:06.5814867Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:33:06.5815285Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:06.5815715Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:06.5816134Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:06.5816546Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:06.5816950Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:06.5817361Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:06.5817781Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:33:06.5818173Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:33:06.5818535Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:33:06.5819041Z 	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-20T21:33:06.5819559Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:33:06.5819932Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:33:06.5820381Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:06.5820759Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:33:06.5821341Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:06.5821809Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:06.5822588Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:06.5823026Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:06.5823429Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:06.5823839Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:33:06.5824255Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:06.5824715Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:06.5825101Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:33:06.5825527Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:06.5826018Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:06.5826514Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:06.5826962Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:06.5827371Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:06.5827776Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:06.5828436Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:06.5828923Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:06.5829330Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:33:06.5829763Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:06.5830217Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:06.5830622Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:33:06.5830982Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:33:06.5831335Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:33:06.5831702Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:33:06.5832085Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:06.5832640Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:33:06.5833000Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:33:06.5833367Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:06.5833729Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:06.5834087Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:33:06.5834464Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:33:06.5834820Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:33:06.5835196Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:06.5835582Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:06.5835943Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:33:06.5836306Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:06.5836665Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:33:06.5837034Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:06.5837409Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:33:06.5837775Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:33:06.5838317Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:33:06.5838710Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:33:06.5839128Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:06.5839559Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:06.5839967Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:33:06.5840336Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:33:06.5840714Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:06.5841138Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:06.5841538Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:33:06.5841899Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:33:06.5842272Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:33:06.5842837Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:33:06.5843186Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:33:06.5843532Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:33:06.5843884Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:06.5844252Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:33:06.5844772Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:33:06.5845121Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:33:06.5845456Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:33:06.5845831Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:06.5846239Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:06.5846637Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:06.5847036Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:06.5847431Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:06.5847844Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:06.5848340Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:06.5848962Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:06.5849588Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:06.5850129Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:06.5850600Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:06.5851059Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:06.5851580Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:06.5852201Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:06.5852910Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:06.5853417Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:06.5853863Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:33:06.5854234Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:33:06.5854608Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:06.5854983Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:06.5855538Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:06.5855944Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:33:06.5856331Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:06.5856716Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:33:06.5857105Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:06.5857495Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:33:06.5857871Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:33:06.5858248Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:06.5858625Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:33:06.5859012Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:06.5859413Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:33:06.5859825Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:06.5860240Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:06.5860606Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:33:06.5860997Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:06.5861537Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:06.5861946Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:06.5862491Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:06.5862921Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:06.5863288Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:33:06.5863661Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:06.5864046Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:06.5864418Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:33:06.5864806Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:06.5865198Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:33:06.5865588Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:33:06.5865967Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:33:06.5866328Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:33:06.5866694Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:33:06.5867241Z 	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-20T21:33:06.5867958Z 	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-20T21:33:06.5868641Z 	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-20T21:33:06.5869306Z 	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-20T21:33:06.5869835Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:06.5870218Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:06.5870622Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:33:06.5871026Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:33:06.5871399Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:06.5871941Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:33:06.5872516Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:33:06.5872904Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:06.5873287Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:33:06.5873665Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:33:06.5874048Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:33:06.5874435Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:33:06.5874838Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:33:06.5875235Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:06.5875633Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:33:06.5876026Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:33:06.5876404Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:33:06.5876789Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:33:06.5877191Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:33:06.5877583Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:06.5878168Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:33:06.5878560Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:06.5878982Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:06.5879414Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:06.5879816Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:33:06.5880258Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:06.5880714Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:06.5881118Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:06.5881488Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:33:06.5881869Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:33:06.5882271Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:06.5882821Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:06.5883233Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:33:06.5883615Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:33:06.5884005Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:06.5884482Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:06.5884948Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:06.5885479Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:06.5885925Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:06.5886381Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:06.5886822Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:06.5887296Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:06.5887784Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:06.5888227Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:06.5888823Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:06.5889229Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:33:06.5889619Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:06.5890039Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:06.5890424Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:33:06.5890804Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:06.5891213Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:06.5891614Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:33:06.5892018Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:06.5892565Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:06.5892970Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:06.5893347Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:33:06.5893713Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:33:06.5894078Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:33:06.5894465Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:06.5895032Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:06.5895425Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:33:06.5895874Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:06.5896324Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:06.5896727Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:06.5897163Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:06.5897583Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:06.5897989Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:06.5898394Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:06.5898755Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:33:06.5899117Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:33:06.5899509Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:06.5899905Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:06.5900286Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:06.5900649Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:33:06.5901002Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:33:06.5901355Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:33:06.5901843Z 	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-20T21:33:06.5902465Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:06.5902865Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:06.5903247Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:06.5903644Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:06.5904053Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:06.5904466Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:06.5905080Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:33:06.5905505Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:06.5905919Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:33:06.5906293Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:33:06.5906658Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:33:06.5907021Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:33:06.5907395Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:06.5907818Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:06.5908242Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:06.5908639Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:33:06.5909063Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:06.5909506Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:06.5909904Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:06.5910273Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:33:06.5910621Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:33:06.5911122Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:33:06.5911490Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:06.5911866Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:06.5912245Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:06.5912898Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:06.5913333Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:06.5913804Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:06.5914239Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:33:06.5914615Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:06.5914999Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:33:06.5915389Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:06.5915776Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:33:06.5916157Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:33:06.5916533Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:33:06.5916971Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:06.5917467Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:06.5917893Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:33:06.5918269Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:33:06.5918643Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:06.5919048Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:06.5919441Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:33:06.5919814Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:33:06.5920211Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:06.5920592Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:33:06.5920940Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:33:06.5921498Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:33:06.5921935Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:06.5922487Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:33:06.5922875Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:33:06.5923263Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:33:06.5923711Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:06.5924152Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:33:06.5924574Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:06.5924968Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:33:06.5925487Z 	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-20T21:33:06.5925994Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:33:06.5926385Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:06.5926796Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:33:06.5927224Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:06.5927901Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:06.5928485Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:06.5929094Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:06.5929742Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:06.5930389Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:06.5931016Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:06.5931638Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:06.5932268Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:06.5932858Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:06.5933307Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:06.5933741Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:33:06.5934170Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:06.5934648Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:06.5935080Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:06.5935461Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:33:06.5935829Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:06.5936205Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:06.5936585Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:33:06.5936995Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:06.5937405Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:33:06.5937769Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:33:06.5938154Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:06.5938806Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:06.5939310Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:06.5939795Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:06.5940279Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:06.5940727Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:06.5941143Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:06.5941548Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:06.5941963Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:33:06.5942539Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:06.5942974Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:06.5943366Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:33:06.5943747Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:06.5944120Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:33:06.5944494Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:06.5944926Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:06.5945517Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:33:06.5945918Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:06.5946326Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:06.5946750Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:06.5947198Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:06.5947641Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:06.5948072Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:06.5948467Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:33:06.5948837Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:06.5949226Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:33:06.5949595Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:33:06.5949966Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:06.5950368Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:06.5950769Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:33:06.5951195Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:06.5951665Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:06.5952119Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:06.5952636Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:33:06.5952991Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:33:06.5953366Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:06.5953758Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:06.5954143Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:33:06.5954531Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:06.5954958Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:06.5955585Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:06.5956012Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:33:06.5956394Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:06.5956789Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:33:06.5957330Z 	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-20T21:33:06.5957911Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:06.5958360Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:06.5958802Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:06.5959223Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:06.5959621Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:06.5960005Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:06.5960392Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:06.5960790Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:06.5961190Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:06.5961707Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:06.5962092Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:06.5962734Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:06.5963114Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:33:06.5963519Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:06.5963982Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:06.5964404Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:33:06.5964777Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:33:06.5965149Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:33:06.5965534Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:33:06.5965907Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:33:06.5966275Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:06.5966702Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:06.5967144Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:06.5967546Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:33:06.5967946Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:33:06.5968371Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:33:06.5968749Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:33:06.5969136Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:33:06.5969524Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:33:06.5969931Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:33:06.5970375Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:06.5970823Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:06.5971246Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:06.5971864Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:06.5972405Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:33:06.5972839Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:06.5973225Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:33:06.5973582Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:33:06.5973928Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:33:06.5974299Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:06.5974672Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:33:06.5975023Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:33:06.5975391Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:06.5975789Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:06.5976180Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:33:06.5976540Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:33:06.5976887Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:33:06.5977262Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:33:06.5977659Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:06.5978227Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:33:06.5978590Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:06.5978952Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:33:06.5979334Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:06.5979714Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:33:06.5980067Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:33:06.5980439Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:06.5980830Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:06.5981211Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:33:06.5981586Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:06.5981964Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:33:06.5982464Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:06.5982878Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:06.5983300Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:06.5983703Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:33:06.5984068Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:33:06.5984413Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:33:06.5984755Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:33:06.5985174Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:06.5985676Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:06.5986184Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:06.5986661Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:06.5987168Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:06.5987610Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:33:06.5987990Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:06.5988553Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:06.5988965Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:06.5989351Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:06.5989736Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:06.5990122Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:06.5990501Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:33:06.5990893Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:06.5991337Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:06.5991771Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:06.5992148Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:33:06.5992670Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:06.5993093Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:06.5993475Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:33:06.5993820Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:33:06.5994206Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:06.5994795Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:06.5995253Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:06.5995663Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:33:06.5996076Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:33:06.5996505Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:33:06.5996940Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:33:06.6582702Z [+] Installing Go for linux-arm64...
2025-08-20T21:33:07.1417030Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:33:07.1417365Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:33:07.1417595Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:33:07.1427220Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:33:07.1427703Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:33:07.1428057Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:33:07.1497409Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:33:07.1497877Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:33:07.1498344Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:33:07.1498796Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:33:07.1499231Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:33:07.1499696Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:33:07.1500159Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:33:07.1500616Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:33:07.1501044Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:33:07.1501476Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:33:07.1501905Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:33:07.1502534Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:33:07.1503357Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:33:07.1503845Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:33:07.1504292Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:33:07.1504743Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:33:07.1505212Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:33:07.1505665Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:33:07.1506114Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:33:07.1506528Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:33:07.1506874Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:33:07.1507198Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:33:07.1507528Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:33:07.1507857Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:33:07.1508191Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:33:07.1535729Z go version go1.22.2 linux/arm64
2025-08-20T21:33:07.1830983Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:07.1831773Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:33:07.1832147Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:33:07.1832643Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:33:07.1833026Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:33:07.1833386Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:33:07.1833744Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:33:07.1834113Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:33:07.1834463Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:33:07.1834790Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:33:07.1835145Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:07.1835530Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:33:07.1835919Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:07.1836322Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:33:07.1836719Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:33:07.1837119Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:07.1837520Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:33:07.1837889Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:33:07.1838268Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:07.1838726Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:07.1839170Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:07.1839559Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:07.1839984Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:07.1840386Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:33:07.1840741Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:33:07.1841126Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:07.1841559Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:07.1842213Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:07.1842790Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:07.1843205Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:07.1843623Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:07.1844042Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:07.1844476Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:33:07.1844897Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:07.1845333Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:07.1845757Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:07.1846164Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:07.1846571Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:33:07.1846962Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:33:07.1847370Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:07.1847793Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:07.1848210Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:07.1848783Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:33:07.1849179Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:07.1849632Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:07.1850103Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:07.1850577Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:07.1851067Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:07.1851510Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:07.1851959Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:07.1852512Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:07.1852938Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:07.1853353Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:07.1853752Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:07.1854119Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:33:07.1854474Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:33:07.1854846Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:33:07.1855239Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:33:07.1855643Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:07.1856022Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:33:07.1856429Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:07.1856870Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:07.1857292Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:07.1857703Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:07.1858125Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:07.1858753Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:07.1859182Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:07.1859579Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:33:07.1860013Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:07.1860509Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:07.1861010Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:33:07.1861468Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:33:07.1861883Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:07.1862268Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:33:07.1862827Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:07.1863237Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:33:07.1863639Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:33:07.1864096Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:07.1864595Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:07.1865098Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:07.1865786Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:07.1866228Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:07.1866630Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:07.1867020Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:07.1867427Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:07.1867825Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:33:07.1868209Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:07.1868633Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:07.1869052Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:33:07.1869439Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:33:07.1869810Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:07.1870213Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:07.1870621Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:07.1870996Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:33:07.1871366Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:33:07.1871760Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:07.1872151Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:33:07.1872632Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:33:07.1873014Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:07.1873427Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:33:07.1873813Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:33:07.1874175Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:33:07.1874539Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:07.1874913Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:07.1875476Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:07.1875880Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:07.1876274Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:07.1876656Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:07.1877039Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:33:07.1877435Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:07.1877840Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:07.1878212Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:33:07.1878576Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:33:07.1878922Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:33:07.1879277Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:33:07.1879642Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:33:07.1879993Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:33:07.1880362Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:07.1880759Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:33:07.1881186Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:07.1881772Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:07.1882170Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:33:07.1882705Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:07.1883095Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:07.1883482Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:33:07.1883891Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:07.1884297Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:33:07.1884681Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:33:07.1885074Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:07.1885484Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:07.1885927Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:07.1886355Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:33:07.1886744Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:33:07.1887138Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:33:07.1887550Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:07.1887961Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:33:07.1888367Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:07.1888763Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:07.1889163Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:07.1889569Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:07.1889956Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:33:07.1890318Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:33:07.1890683Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:33:07.1891084Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:07.1891476Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:33:07.1892063Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:07.1892657Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:33:07.1893038Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:33:07.1893416Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:33:07.1893795Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:33:07.1894187Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:33:07.1894608Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:07.1895057Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:33:07.1895456Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:07.1895832Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:33:07.1896225Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:07.1896641Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:07.1897057Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:07.1897407Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:33:07.1897749Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:07.1898324Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:07.1898754Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:33:07.1899188Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:33:07.1899571Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:33:07.1899947Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:33:07.1900331Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:33:07.1900752Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:07.1901217Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:07.1901630Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:33:07.1901993Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:33:07.1902787Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:33:07.1903279Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:07.1903787Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:07.1904230Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:33:07.1904611Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:33:07.1905077Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:07.1905615Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:07.1906119Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:07.1906561Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:33:07.1906928Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:33:07.1907306Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:07.1907715Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:07.1908131Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:07.1908534Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:07.1909110Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:33:07.1909499Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:07.1909901Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:07.1910299Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:07.1910696Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:07.1911100Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:07.1911496Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:07.1911888Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:07.1912709Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:07.1913196Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:07.1913630Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:33:07.1914022Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:33:07.1914395Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:07.1914768Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:33:07.1915142Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:33:07.1915767Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:33:07.1916190Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:07.1916656Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:07.1917103Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:07.1917507Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:07.1917902Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:33:07.1918284Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:33:07.1918656Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:33:07.1919024Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:33:07.1919410Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:07.1919795Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:33:07.1920241Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:07.1920769Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:07.1921231Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:07.1921753Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:07.1922264Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:07.1923625Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:07.1924075Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:33:07.1924440Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:33:07.1924811Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:33:07.1925188Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:07.1925566Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:33:07.1925937Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:33:07.1926325Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:07.1926915Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:33:07.1927355Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:07.1927735Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:33:07.1928115Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:33:07.1928506Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:07.1928900Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:33:07.1929314Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:07.1929752Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:07.1930172Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:07.1930584Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:07.1930991Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:07.1931402Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:07.1931825Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:33:07.1932215Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:33:07.1932780Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:33:07.1933542Z 	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-20T21:33:07.1934065Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:33:07.1934436Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:33:07.1934811Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:07.1935180Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:33:07.1935576Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:07.1936008Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:07.1936430Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:07.1936855Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:07.1937264Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:07.1937662Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:33:07.1938082Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:07.1938491Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:07.1938881Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:33:07.1939313Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:07.1939801Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:07.1940294Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:07.1940743Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:07.1941155Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:07.1941562Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:07.1942039Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:07.1942705Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:07.1943125Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:33:07.1943765Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:07.1944237Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:07.1944643Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:33:07.1945007Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:33:07.1945360Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:33:07.1945728Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:33:07.1946115Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:07.1946480Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:33:07.1946945Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:33:07.1947312Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:07.1947673Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:07.1948035Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:33:07.1948407Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:33:07.1948760Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:33:07.1949137Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:07.1949521Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:07.1950074Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:33:07.1950436Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:07.1950794Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:33:07.1951162Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:07.1951536Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:33:07.1951906Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:33:07.1952270Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:33:07.1952789Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:33:07.1953207Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:07.1953641Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:07.1954055Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:33:07.1954418Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:33:07.1954796Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:07.1955224Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:07.1955622Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:33:07.1955988Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:33:07.1956353Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:33:07.1956709Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:33:07.1957055Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:33:07.1957404Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:33:07.1957756Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:07.1958132Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:33:07.1958493Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:33:07.1958837Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:33:07.1959170Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:33:07.1959548Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:07.1960147Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:07.1960557Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:07.1960953Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:07.1961346Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:07.1961764Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:07.1962267Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:07.1963076Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:07.1963710Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:07.1964251Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:07.1964857Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:07.1965314Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:07.1965833Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:07.1966453Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:07.1967217Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:07.1967708Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:07.1968153Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:33:07.1968524Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:33:07.1968901Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:07.1969277Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:07.1969655Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:07.1970045Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:33:07.1970432Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:07.1970819Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:33:07.1971212Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:07.1971598Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:33:07.1971975Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:33:07.1972490Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:07.1972899Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:33:07.1973308Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:07.1973703Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:33:07.1974116Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:07.1974531Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:07.1974909Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:33:07.1975302Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:07.1975713Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:07.1976122Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:07.1976560Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:07.1976987Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:07.1977562Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:33:07.1977946Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:07.1978329Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:07.1978701Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:33:07.1979091Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:07.1979488Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:33:07.1979876Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:33:07.1980257Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:33:07.1980617Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:33:07.1980983Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:33:07.1981538Z 	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-20T21:33:07.1982250Z 	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-20T21:33:07.1983128Z 	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-20T21:33:07.1983970Z 	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-20T21:33:07.1984499Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:07.1984881Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:07.1985289Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:33:07.1985690Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:33:07.1986070Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:07.1986449Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:33:07.1986815Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:33:07.1987190Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:07.1987569Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:33:07.1987951Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:33:07.1988331Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:33:07.1988720Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:33:07.1989126Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:33:07.1989526Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:07.1989925Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:33:07.1990315Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:33:07.1990694Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:33:07.1991081Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:33:07.1991482Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:33:07.1991884Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:07.1992278Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:33:07.1992806Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:07.1993233Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:07.1993662Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:07.1994256Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:33:07.1994713Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:07.1995171Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:07.1995577Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:07.1995947Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:33:07.1996332Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:33:07.1996734Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:07.1997141Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:07.1997548Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:33:07.1997931Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:33:07.1998325Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:07.1998796Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:07.1999266Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:07.1999662Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:07.2000083Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:07.2000721Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:07.2001167Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:07.2001641Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:07.2002126Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:07.2002793Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:07.2003245Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:07.2003644Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:33:07.2004035Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:07.2004453Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:07.2004845Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:33:07.2005218Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:07.2005632Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:07.2006032Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:33:07.2006435Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:07.2006857Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:07.2007250Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:07.2007627Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:33:07.2007995Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:33:07.2008351Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:33:07.2008742Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:07.2009164Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:07.2009560Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:33:07.2010006Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:07.2010661Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:07.2011122Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:07.2011562Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:07.2011984Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:07.2012552Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:07.2013010Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:07.2013368Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:33:07.2013729Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:33:07.2014119Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:07.2014514Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:07.2014896Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:07.2015259Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:33:07.2015611Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:33:07.2015962Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:33:07.2016451Z 	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-20T21:33:07.2017182Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:07.2017569Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:07.2017949Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:07.2018345Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:07.2018753Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:07.2019166Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:07.2019570Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:33:07.2019978Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:07.2020441Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:33:07.2020814Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:33:07.2021184Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:33:07.2021545Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:33:07.2021922Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:07.2022465Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:07.2022946Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:07.2023353Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:33:07.2023773Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:07.2024213Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:07.2024609Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:07.2024977Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:33:07.2025329Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:33:07.2025678Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:33:07.2026048Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:07.2026421Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:07.2026796Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:07.2027380Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:07.2027863Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:07.2028323Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:07.2028756Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:33:07.2029129Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:07.2029520Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:33:07.2029907Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:07.2030294Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:33:07.2030680Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:33:07.2031054Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:33:07.2031498Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:07.2031987Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:07.2032538Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:33:07.2032932Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:33:07.2033311Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:07.2033908Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:07.2034307Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:33:07.2034679Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:33:07.2035075Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:07.2035453Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:33:07.2035805Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:33:07.2036163Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:33:07.2036559Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:07.2036981Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:33:07.2037361Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:33:07.2037751Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:33:07.2038190Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:07.2038628Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:33:07.2039053Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:07.2039443Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:33:07.2039959Z 	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-20T21:33:07.2040468Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:33:07.2040861Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:07.2041273Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:33:07.2041701Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:07.2042229Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:07.2042988Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:07.2043609Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:07.2044419Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:07.2045091Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:07.2045721Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:07.2046349Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:07.2046933Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:07.2047415Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:07.2047856Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:07.2048291Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:33:07.2048718Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:07.2049192Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:07.2049628Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:07.2050009Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:33:07.2050376Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:07.2050755Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:07.2051327Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:33:07.2051735Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:07.2052145Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:33:07.2052628Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:33:07.2053028Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:07.2053499Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:07.2053992Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:07.2054479Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:07.2054969Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:07.2055426Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:07.2055841Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:07.2056255Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:07.2056669Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:33:07.2057100Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:07.2057532Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:07.2057924Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:33:07.2058310Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:07.2058685Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:33:07.2059063Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:07.2059502Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:07.2059944Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:33:07.2060351Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:07.2060764Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:07.2061378Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:07.2061895Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:07.2062463Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:07.2062902Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:07.2063301Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:33:07.2063678Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:07.2064068Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:33:07.2064440Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:33:07.2064811Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:07.2065211Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:07.2065613Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:33:07.2066040Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:07.2066511Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:07.2066970Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:07.2067364Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:33:07.2067919Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:33:07.2068294Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:07.2068686Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:07.2069072Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:33:07.2069462Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:07.2069893Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:07.2070339Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:07.2070757Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:33:07.2071141Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:07.2071541Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:33:07.2072088Z 	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-20T21:33:07.2072839Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:07.2073301Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:07.2073746Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:07.2074181Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:07.2074579Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:07.2074972Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:07.2075361Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:07.2075761Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:07.2076183Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:07.2076563Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:07.2076953Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:07.2077353Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:07.2077728Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:33:07.2078328Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:07.2078800Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:07.2079225Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:33:07.2079601Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:33:07.2079977Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:33:07.2080367Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:33:07.2080741Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:33:07.2081113Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:07.2081540Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:07.2081983Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:07.2082507Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:33:07.2082922Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:33:07.2083319Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:33:07.2083700Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:33:07.2084073Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:33:07.2084607Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:33:07.2085010Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:33:07.2085452Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:07.2085900Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:07.2086322Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:07.2086724Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:07.2087130Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:33:07.2087554Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:07.2087941Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:33:07.2088298Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:33:07.2088650Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:33:07.2089018Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:07.2089393Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:33:07.2089746Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:33:07.2090117Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:07.2090516Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:07.2090907Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:33:07.2091265Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:33:07.2091616Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:33:07.2091994Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:33:07.2092615Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:07.2093030Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:33:07.2093401Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:07.2093760Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:33:07.2094145Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:07.2094754Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:33:07.2095122Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:33:07.2095500Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:07.2095890Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:07.2096268Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:33:07.2096649Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:07.2097026Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:33:07.2097412Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:07.2097816Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:07.2098238Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:07.2098644Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:33:07.2099000Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:33:07.2099349Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:33:07.2099691Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:33:07.2100111Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:07.2100795Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:07.2101274Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:07.2101750Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:07.2102254Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:07.2102915Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:33:07.2103311Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:07.2103703Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:07.2104091Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:07.2104478Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:07.2104873Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:07.2105263Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:07.2105640Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:33:07.2106033Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:07.2106474Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:07.2106910Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:07.2107284Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:33:07.2107685Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:07.2108107Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:07.2108489Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:33:07.2108841Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:33:07.2109233Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:07.2109684Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:07.2110144Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:07.2110557Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:33:07.2111149Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:33:07.2111635Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:33:07.2112076Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:33:07.4059408Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:07.5723561Z Collecting meson
2025-08-20T21:33:07.6188601Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:33:07.6667043Z Collecting ninja
2025-08-20T21:33:07.6782992Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:33:07.6990309Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:33:07.7841987Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.7 MB/s  0:00:00
2025-08-20T21:33:07.8040117Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:33:07.8955392Z Installing collected packages: ninja, meson
2025-08-20T21:33:08.5705377Z 
2025-08-20T21:33:08.5728835Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:33:08.8377049Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:08.9260890Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:33:08.9927679Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:33:09.3703192Z 1.8.4
2025-08-20T21:33:09.3981035Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:33:09.4368452Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:09.4368916Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:33:09.4369310Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:33:09.4369665Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:33:09.4370069Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:33:09.4370428Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:33:09.4370794Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:33:09.4371157Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:33:09.4371507Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:33:09.4371837Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:33:09.4372210Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:09.4372757Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:33:09.4373289Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:09.4373707Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:33:09.4374137Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:33:09.4374548Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:09.4374968Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:33:09.4375350Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:33:09.4375742Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:09.4376199Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:09.4376653Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:09.4377045Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:09.4377465Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:09.4377860Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:33:09.4378205Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:33:09.4378960Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:09.4379409Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:09.4379826Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:09.4380234Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:09.4380648Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:09.4381078Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:09.4381502Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:09.4381929Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:33:09.4382730Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:09.4383220Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:09.4383651Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:09.4384052Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:09.4384459Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:33:09.4384850Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:33:09.4385257Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:09.4385886Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:09.4386302Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:09.4386710Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:33:09.4387107Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:09.4387566Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:09.4388040Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:09.4388511Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:09.4389001Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:09.4389444Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:09.4389867Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:09.4390289Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:09.4390697Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:09.4391113Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:09.4391515Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:09.4391885Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:33:09.4392241Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:33:09.4392846Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:33:09.4393245Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:33:09.4393648Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:09.4394034Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:33:09.4394445Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:09.4394882Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:09.4395300Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:09.4395888Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:09.4396329Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:09.4396760Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:09.4397166Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:09.4397560Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:33:09.4398000Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:09.4398496Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:09.4398992Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:33:09.4399452Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:33:09.4399868Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:09.4400258Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:33:09.4400651Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:09.4401051Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:33:09.4401449Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:33:09.4401906Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:09.4403237Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:09.4403748Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:09.4404236Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:09.4404674Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:09.4405078Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:09.4405473Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:09.4406027Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:09.4406419Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:33:09.4406810Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:09.4407237Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:09.4407658Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:33:09.4408041Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:33:09.4408413Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:09.4408819Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:09.4409232Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:09.4409609Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:33:09.4409980Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:33:09.4410371Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:09.4410760Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:33:09.4411113Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:33:09.4411492Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:09.4411902Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:33:09.4412291Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:33:09.4412881Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:33:09.4413477Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:09.4413879Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:09.4414268Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:09.4414660Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:09.4415052Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:09.4415432Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:09.4415821Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:33:09.4416220Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:09.4416617Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:09.4416986Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:33:09.4417345Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:33:09.4417692Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:33:09.4418046Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:33:09.4418409Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:33:09.4418758Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:33:09.4419133Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:09.4419675Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:33:09.4420107Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:09.4420543Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:09.4420946Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:33:09.4421337Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:09.4421731Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:09.4422116Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:33:09.4423179Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:09.4423593Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:33:09.4423980Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:33:09.4424378Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:09.4424789Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:09.4425224Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:09.4425651Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:33:09.4426040Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:33:09.4426437Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:33:09.4426847Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:09.4427255Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:33:09.4427658Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:09.4428054Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:09.4428456Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:09.4428860Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:09.4429241Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:33:09.4429596Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:33:09.4429959Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:33:09.4430553Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:09.4431023Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:33:09.4431423Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:09.4431814Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:33:09.4432182Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:33:09.4432727Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:33:09.4433108Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:33:09.4433494Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:33:09.4433920Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:09.4434363Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:33:09.4434764Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:09.4435138Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:33:09.4435531Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:09.4435948Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:09.4436367Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:09.4436892Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:33:09.4437239Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:09.4437659Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:09.4438090Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:33:09.4438501Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:33:09.4438888Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:33:09.4439272Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:33:09.4439649Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:33:09.4440096Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:09.4440561Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:09.4440979Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:33:09.4441347Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:33:09.4441708Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:33:09.4442153Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:09.4442864Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:09.4443308Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:33:09.4443682Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:33:09.4444144Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:09.4444677Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:09.4445182Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:09.4445618Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:33:09.4445982Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:33:09.4446359Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:09.4446769Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:09.4447388Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:09.4447807Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:09.4448181Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:33:09.4448558Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:09.4448951Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:09.4449353Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:09.4449750Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:09.4450148Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:09.4450539Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:09.4450931Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:09.4451358Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:09.4451806Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:09.4452229Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:33:09.4452758Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:33:09.4453139Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:09.4453671Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:33:09.4454050Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:33:09.4454441Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:33:09.4454864Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:09.4455335Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:09.4455782Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:09.4456191Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:09.4456580Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:33:09.4456963Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:33:09.4457355Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:33:09.4457727Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:33:09.4458113Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:09.4458496Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:33:09.4458942Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:09.4459417Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:09.4459875Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:09.4460394Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:09.4460908Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:09.4461412Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:09.4461854Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:33:09.4462221Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:33:09.4462741Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:33:09.4463126Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:09.4463509Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:33:09.4464058Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:33:09.4464457Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:09.4464839Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:33:09.4465224Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:09.4465599Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:33:09.4465980Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:33:09.4466374Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:09.4466760Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:33:09.4467172Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:09.4467605Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:09.4468029Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:09.4468443Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:09.4468846Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:09.4469253Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:09.4469675Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:33:09.4470218Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:33:09.4470586Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:33:09.4471095Z 	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-20T21:33:09.4471614Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:33:09.4471987Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:33:09.4472531Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:09.4472920Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:33:09.4473318Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:09.4473756Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:09.4474186Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:09.4474616Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:09.4475018Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:09.4475419Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:33:09.4475839Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:09.4476253Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:09.4476643Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:33:09.4477069Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:09.4477557Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:09.4478055Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:09.4478507Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:09.4478914Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:09.4479316Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:09.4479793Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:09.4480512Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:09.4480950Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:33:09.4481382Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:09.4481835Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:09.4482242Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:33:09.4482734Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:33:09.4483090Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:33:09.4483459Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:33:09.4483842Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:09.4484207Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:33:09.4484560Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:33:09.4484927Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:09.4485291Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:09.4485646Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:33:09.4486016Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:33:09.4486373Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:33:09.4486962Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:09.4487351Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:09.4487713Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:33:09.4488070Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:09.4488429Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:33:09.4488801Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:09.4489174Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:33:09.4489541Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:33:09.4489901Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:33:09.4490277Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:33:09.4490697Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:09.4491133Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:09.4491537Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:33:09.4491901Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:33:09.4492278Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:09.4492864Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:09.4493268Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:33:09.4493633Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:33:09.4494002Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:33:09.4494358Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:33:09.4494701Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:33:09.4495049Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:33:09.4495400Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:09.4495766Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:33:09.4496126Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:33:09.4496475Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:33:09.4497007Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:33:09.4497399Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:09.4497807Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:09.4498204Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:09.4498601Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:09.4499001Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:09.4499416Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:09.4499914Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:09.4500526Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:09.4501153Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:09.4501693Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:09.4502164Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:09.4502779Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:09.4503304Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:09.4504090Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:09.4504655Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:09.4505146Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:09.4505595Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:33:09.4505967Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:33:09.4506340Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:09.4506711Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:09.4507091Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:09.4507481Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:33:09.4507870Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:09.4508256Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:33:09.4508640Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:09.4509026Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:33:09.4509399Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:33:09.4509779Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:09.4510154Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:33:09.4510544Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:09.4510942Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:33:09.4511358Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:09.4511777Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:09.4512146Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:33:09.4512795Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:09.4513211Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:09.4513621Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:09.4514260Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:09.4514700Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:09.4515066Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:33:09.4515433Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:09.4515816Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:09.4516193Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:33:09.4516581Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:09.4516973Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:33:09.4517357Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:33:09.4517735Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:33:09.4518100Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:33:09.4518468Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:33:09.4519015Z 	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-20T21:33:09.4519723Z 	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-20T21:33:09.4520564Z 	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-20T21:33:09.4521233Z 	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-20T21:33:09.4521759Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:09.4522141Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:09.4522700Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:33:09.4523107Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:33:09.4523484Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:09.4523860Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:33:09.4524227Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:33:09.4524615Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:09.4524995Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:33:09.4525369Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:33:09.4525748Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:33:09.4526136Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:33:09.4526542Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:33:09.4526941Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:09.4527339Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:33:09.4527726Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:33:09.4528105Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:33:09.4528496Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:33:09.4528903Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:33:09.4529299Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:09.4529702Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:33:09.4530099Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:09.4530717Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:09.4531175Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:09.4531588Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:33:09.4532029Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:09.4532621Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:09.4533036Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:09.4533408Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:33:09.4533790Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:33:09.4534186Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:09.4534599Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:09.4535002Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:33:09.4535382Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:33:09.4535771Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:09.4536244Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:09.4536713Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:09.4537278Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:09.4537684Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:09.4538137Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:09.4538587Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:09.4539062Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:09.4539547Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:09.4539993Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:09.4540430Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:09.4540829Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:33:09.4541224Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:09.4541639Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:09.4542025Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:33:09.4542550Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:09.4542972Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:09.4543374Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:33:09.4543775Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:09.4544195Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:09.4544590Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:09.4544968Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:33:09.4545342Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:33:09.4545698Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:33:09.4546086Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:09.4546502Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:09.4546895Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:33:09.4547526Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:09.4547994Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:09.4548398Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:09.4548838Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:09.4549266Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:09.4549674Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:09.4550081Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:09.4550439Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:33:09.4550801Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:33:09.4551196Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:09.4551593Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:09.4551972Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:09.4552472Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:33:09.4552844Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:33:09.4553195Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:33:09.4553842Z 	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-20T21:33:09.4554350Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:09.4554733Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:09.4555114Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:09.4555513Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:09.4555925Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:09.4556334Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:09.4556736Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:33:09.4557150Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:09.4557567Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:33:09.4557942Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:33:09.4558308Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:33:09.4558670Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:33:09.4559046Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:09.4559473Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:09.4559901Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:09.4560304Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:33:09.4560722Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:09.4561166Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:09.4561571Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:09.4561940Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:33:09.4562289Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:33:09.4562787Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:33:09.4563159Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:09.4563739Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:09.4564132Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:09.4564535Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:09.4564946Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:09.4565406Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:09.4565850Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:33:09.4566222Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:09.4566611Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:33:09.4566998Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:09.4567390Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:33:09.4567774Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:33:09.4568151Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:33:09.4568594Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:09.4569086Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:09.4569509Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:33:09.4570023Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:33:09.4570401Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:09.4570805Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:09.4571197Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:33:09.4571570Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:33:09.4571969Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:09.4572562Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:33:09.4572943Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:33:09.4573297Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:33:09.4573694Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:09.4574123Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:33:09.4574501Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:33:09.4574886Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:33:09.4575327Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:09.4575766Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:33:09.4576197Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:09.4576588Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:33:09.4577100Z 	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-20T21:33:09.4577608Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:33:09.4577996Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:09.4578408Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:33:09.4578834Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:09.4579350Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:09.4579930Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:09.4580749Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:09.4581419Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:09.4582063Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:09.4582874Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:09.4583509Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:09.4584099Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:09.4584579Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:09.4585022Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:09.4585458Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:33:09.4585879Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:09.4586352Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:09.4586784Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:09.4587165Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:33:09.4587691Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:09.4588073Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:09.4588452Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:33:09.4588859Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:09.4589273Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:33:09.4589640Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:33:09.4590028Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:09.4590491Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:09.4590981Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:09.4591471Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:09.4591959Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:09.4592555Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:09.4592996Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:09.4593410Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:09.4593832Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:33:09.4594260Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:09.4594686Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:09.4595075Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:33:09.4595456Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:09.4595837Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:33:09.4596216Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:09.4596651Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:09.4597090Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:33:09.4597497Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:09.4598075Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:09.4598520Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:09.4598973Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:09.4599416Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:09.4599855Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:09.4600251Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:33:09.4600626Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:09.4601014Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:33:09.4601385Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:33:09.4601764Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:09.4602168Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:09.4602710Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:33:09.4603141Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:09.4603616Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:09.4604220Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:09.4604611Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:33:09.4604964Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:33:09.4605337Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:09.4605731Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:09.4606125Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:33:09.4606529Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:09.4606959Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:09.4607405Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:09.4607820Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:33:09.4608210Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:09.4608609Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:33:09.4609158Z 	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-20T21:33:09.4609736Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:09.4610193Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:09.4610643Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:09.4611069Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:09.4611468Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:09.4611857Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:09.4612250Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:09.4612802Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:09.4613207Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:09.4613586Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:09.4613973Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:09.4614611Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:09.4615000Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:33:09.4615410Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:09.4615873Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:09.4616297Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:33:09.4616683Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:33:09.4617059Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:33:09.4617445Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:33:09.4617820Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:33:09.4618193Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:09.4618630Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:09.4619077Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:09.4619483Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:33:09.4619880Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:33:09.4620276Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:33:09.4620803Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:33:09.4621178Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:33:09.4621563Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:33:09.4621967Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:33:09.4622551Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:09.4623000Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:09.4623420Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:09.4623821Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:09.4624226Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:33:09.4624658Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:09.4625047Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:33:09.4625398Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:33:09.4625746Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:33:09.4626112Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:09.4626483Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:33:09.4626840Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:33:09.4627212Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:09.4627637Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:09.4628024Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:33:09.4628381Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:33:09.4628736Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:33:09.4629118Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:33:09.4629516Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:09.4629891Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:33:09.4630253Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:09.4630812Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:33:09.4631217Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:09.4631599Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:33:09.4631950Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:33:09.4632515Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:09.4632934Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:09.4633318Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:33:09.4633694Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:09.4634068Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:33:09.4634450Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:09.4634856Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:09.4635279Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:09.4635681Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:33:09.4636036Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:33:09.4636383Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:33:09.4636888Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:33:09.4637309Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:09.4637811Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:09.4638286Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:09.4638764Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:09.4639267Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:09.4639706Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:33:09.4640084Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:09.4640471Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:09.4640861Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:09.4641253Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:09.4641639Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:09.4642029Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:09.4642527Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:33:09.4642969Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:09.4643414Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:09.4643847Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:09.4644223Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:33:09.4644623Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:09.4645050Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:09.4645436Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:33:09.4645786Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:33:09.4646175Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:09.4646627Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:09.4647284Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:09.4647711Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:33:09.4648123Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:33:09.4648550Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:33:09.4648984Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:33:09.6570285Z info: downloading installer
2025-08-20T21:33:09.8880691Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:33:09.8881067Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:33:09.8881431Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:33:09.8881847Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:33:09.9105221Z info: profile set to 'default'
2025-08-20T21:33:09.9105565Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:33:09.9105934Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:33:09.9639071Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:33:10.0718931Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:10.1022596Z info: downloading component 'clippy'
2025-08-20T21:33:10.1786636Z info: downloading component 'rustfmt'
2025-08-20T21:33:10.5260438Z info: downloading component 'cargo'
2025-08-20T21:33:10.6640931Z info: downloading component 'rust-std'
2025-08-20T21:33:10.9038600Z info: downloading component 'rustc'
2025-08-20T21:33:11.4422626Z info: removing previous version of component 'clippy'
2025-08-20T21:33:11.4564782Z info: removing previous version of component 'rustfmt'
2025-08-20T21:33:11.4635507Z info: removing previous version of component 'cargo'
2025-08-20T21:33:11.4860437Z info: removing previous version of component 'rust-std'
2025-08-20T21:33:11.4980470Z info: removing previous version of component 'rustc'
2025-08-20T21:33:11.5252513Z info: installing component 'clippy'
2025-08-20T21:33:11.7943345Z info: installing component 'rustfmt'
2025-08-20T21:33:11.9978839Z info: installing component 'cargo'
2025-08-20T21:33:12.4943979Z info: installing component 'rust-std'
2025-08-20T21:33:13.7966824Z info: installing component 'rustc'
2025-08-20T21:33:16.5132244Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:33:16.5132780Z 
2025-08-20T21:33:16.5206976Z   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-20T21:33:16.5207412Z 
2025-08-20T21:33:16.5207417Z 
2025-08-20T21:33:16.5207500Z Rust is installed now. Great!
2025-08-20T21:33:16.5207644Z 
2025-08-20T21:33:16.5207816Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:33:16.5208208Z environment variable. This has not been done automatically.
2025-08-20T21:33:16.5208429Z 
2025-08-20T21:33:16.5208558Z To configure your current shell, you need to source
2025-08-20T21:33:16.5208844Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:33:16.5209026Z 
2025-08-20T21:33:16.5209202Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:33:16.5209584Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:33:16.5209876Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:33:16.5210157Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:33:16.5380156Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:33:16.5719900Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:33:16.5720177Z 
2025-08-20T21:33:16.5790279Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:16.5790592Z 
2025-08-20T21:33:16.6191537Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:16.6567578Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:33:16.6904765Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:16.6905159Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:33:16.6905510Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:33:16.6905865Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:33:16.6906230Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:33:16.6906606Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:33:16.6906991Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:33:16.6907361Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:33:16.6907721Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:33:16.6908047Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:33:16.6908404Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:16.6908793Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:33:16.6909178Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:16.6909587Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:33:16.6909985Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:33:16.6910390Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:16.6911034Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:33:16.6911399Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:33:16.6911775Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:16.6912231Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:16.6912884Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:16.6913281Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:16.6913699Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:16.6914093Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:33:16.6914440Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:33:16.6914826Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:16.6915263Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:16.6915670Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:16.6916072Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:16.6916482Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:16.6916904Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:16.6917479Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:16.6917911Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:33:16.6918336Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:16.6918775Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:16.6919206Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:16.6919610Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:16.6920019Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:33:16.6920414Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:33:16.6920826Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:16.6921494Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:16.6921939Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:16.6922496Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:33:16.6922910Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:16.6923363Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:16.6923840Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:16.6924313Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:16.6924805Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:16.6925251Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:16.6925675Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:16.6926089Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:16.6926500Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:16.6926918Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:16.6927319Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:16.6927970Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:33:16.6928334Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:33:16.6928708Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:33:16.6929104Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:33:16.6929511Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:16.6929893Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:33:16.6930302Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:16.6930741Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:16.6931165Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:16.6931581Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:16.6932008Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:16.6932731Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:16.6933165Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:16.6933567Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:33:16.6934004Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:16.6934511Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:16.6935010Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:33:16.6935463Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:33:16.6935879Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:16.6936265Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:33:16.6936667Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:16.6937071Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:33:16.6937471Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:33:16.6937929Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:16.6938647Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:16.6939173Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:16.6939665Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:16.6940106Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:16.6940509Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:16.6940906Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:16.6941315Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:16.6941714Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:33:16.6942152Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:16.6942921Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:16.6943361Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:33:16.6943744Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:33:16.6944115Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:16.6944519Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:16.6944927Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:16.6945476Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:33:16.6945844Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:33:16.6946234Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:16.6946622Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:33:16.6946974Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:33:16.6947357Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:16.6947768Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:33:16.6948154Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:33:16.6948519Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:33:16.6948884Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:16.6949264Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:16.6949654Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:16.6950053Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:16.6950450Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:16.6950834Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:16.6951229Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:33:16.6951632Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:16.6952029Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:16.6952710Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:33:16.6953114Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:33:16.6953481Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:33:16.6953837Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:33:16.6954201Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:33:16.6954555Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:33:16.6954928Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:16.6955327Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:33:16.6955970Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:16.6956425Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:16.6956825Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:33:16.6957217Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:16.6957605Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:16.6957999Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:33:16.6958402Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:16.6958811Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:33:16.6959195Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:33:16.6959591Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:16.6960003Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:16.6960442Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:16.6960869Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:33:16.6961256Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:33:16.6961650Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:33:16.6962209Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:16.6962774Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:33:16.6963180Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:16.6963577Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:16.6963983Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:16.6964384Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:16.6964763Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:33:16.6965125Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:33:16.6965496Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:33:16.6965891Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:16.6966292Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:33:16.6966696Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:16.6967088Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:33:16.6967457Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:33:16.6967838Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:33:16.6968220Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:33:16.6968607Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:33:16.6969033Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:16.6969474Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:33:16.6969869Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:16.6970249Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:33:16.6970639Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:16.6971063Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:16.6971482Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:16.6972042Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:33:16.6972523Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:16.6972944Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:16.6973385Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:33:16.6973798Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:33:16.6974191Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:33:16.6974573Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:33:16.6974960Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:33:16.6975385Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:16.6975872Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:16.6976291Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:33:16.6976658Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:33:16.6977018Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:33:16.6977462Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:16.6977967Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:16.6978614Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:33:16.6978996Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:33:16.6979458Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:16.6979989Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:16.6980496Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:16.6980934Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:33:16.6981296Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:33:16.6981674Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:16.6982087Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:16.6982630Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:16.6983043Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:16.6983417Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:33:16.6983794Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:16.6984193Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:16.6984592Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:16.6984994Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:16.6985390Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:16.6985781Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:16.6986174Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:16.6986594Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:16.6987043Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:16.6987465Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:33:16.6987853Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:33:16.6988227Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:16.6988794Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:33:16.6989193Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:33:16.6989582Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:33:16.6989997Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:16.6990465Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:16.6990921Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:16.6991325Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:16.6991712Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:33:16.6992093Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:33:16.6992720Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:33:16.6993104Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:33:16.6993495Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:16.6993877Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:33:16.6994321Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:16.6994796Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:16.6995424Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:16.6995972Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:16.6996486Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:16.6996983Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:16.6997427Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:33:16.6997792Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:33:16.6998157Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:33:16.6998537Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:16.6998917Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:33:16.6999289Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:33:16.6999675Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:16.7000056Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:33:16.7000439Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:16.7000820Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:33:16.7001200Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:33:16.7001603Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:16.7002001Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:33:16.7002580Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:16.7003035Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:16.7003454Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:16.7003874Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:16.7004276Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:16.7004683Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:16.7005108Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:33:16.7005685Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:33:16.7006061Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:33:16.7006570Z 	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-20T21:33:16.7007091Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:33:16.7007468Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:33:16.7007855Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:16.7008226Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:33:16.7008624Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:16.7009058Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:16.7009484Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:16.7009918Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:16.7010321Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:16.7010724Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:33:16.7011149Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:16.7011560Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:16.7012152Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:33:16.7012719Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:16.7013214Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:16.7013712Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:16.7014166Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:16.7014576Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:16.7014975Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:16.7015448Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:16.7015935Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:16.7016348Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:33:16.7016782Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:16.7017235Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:16.7017640Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:33:16.7018001Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:33:16.7018358Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:33:16.7018731Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:33:16.7019121Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:16.7019484Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:33:16.7019836Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:33:16.7020211Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:16.7020574Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:16.7020932Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:33:16.7021306Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:33:16.7021660Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:33:16.7022041Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:16.7022858Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:16.7023270Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:33:16.7023767Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:16.7024133Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:33:16.7024501Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:16.7024886Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:33:16.7025252Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:33:16.7025613Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:33:16.7025988Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:33:16.7026407Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:16.7026851Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:16.7027259Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:33:16.7027621Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:33:16.7028000Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:16.7028426Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:16.7028981Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:33:16.7029343Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:33:16.7029709Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:33:16.7030067Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:33:16.7030410Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:33:16.7030758Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:33:16.7031112Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:16.7031480Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:33:16.7031843Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:33:16.7032186Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:33:16.7032718Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:33:16.7033117Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:16.7033529Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:16.7033926Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:16.7034321Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:16.7034713Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:16.7035132Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:16.7035636Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:16.7036252Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:16.7036879Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:16.7037423Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:16.7037893Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:16.7038347Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:16.7038868Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:16.7039672Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:16.7040268Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:16.7040761Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:16.7041204Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:33:16.7041573Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:33:16.7041992Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:16.7042469Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:16.7042862Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:16.7043254Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:33:16.7043645Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:16.7044033Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:33:16.7044421Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:16.7044807Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:33:16.7045181Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:33:16.7045556Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:16.7046133Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:33:16.7046529Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:16.7046924Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:33:16.7047333Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:16.7047750Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:16.7048119Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:33:16.7048512Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:16.7048922Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:16.7049331Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:16.7049765Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:16.7050216Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:16.7050583Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:33:16.7050951Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:16.7051334Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:16.7051707Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:33:16.7052098Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:16.7052704Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:33:16.7053100Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:33:16.7053484Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:33:16.7053847Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:33:16.7054221Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:33:16.7054767Z 	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-20T21:33:16.7055480Z 	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-20T21:33:16.7056371Z 	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-20T21:33:16.7057061Z 	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-20T21:33:16.7057587Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:16.7057972Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:16.7058377Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:33:16.7058784Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:33:16.7059161Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:16.7059536Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:33:16.7059901Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:33:16.7060277Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:16.7060657Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:33:16.7061037Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:33:16.7061413Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:33:16.7061799Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:33:16.7062202Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:33:16.7062961Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:16.7063364Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:33:16.7063753Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:33:16.7064129Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:33:16.7064516Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:33:16.7064922Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:33:16.7065318Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:16.7065717Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:33:16.7066108Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:16.7066531Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:16.7066965Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:16.7067367Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:33:16.7067807Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:16.7068262Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:16.7068670Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:16.7069040Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:33:16.7069421Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:33:16.7069820Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:16.7070230Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:16.7070638Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:33:16.7071020Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:33:16.7071414Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:16.7071888Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:16.7072475Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:16.7073085Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:16.7073526Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:16.7073981Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:16.7074432Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:16.7074904Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:16.7075397Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:16.7075837Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:16.7076272Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:16.7076670Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:33:16.7077065Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:16.7077486Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:16.7077871Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:33:16.7078243Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:16.7078650Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:16.7079224Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:33:16.7079625Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:16.7080046Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:16.7080438Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:16.7080815Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:33:16.7081185Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:33:16.7081540Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:33:16.7081925Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:16.7082462Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:16.7082861Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:33:16.7083316Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:16.7083765Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:16.7084168Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:16.7084603Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:16.7085030Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:16.7085441Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:16.7085849Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:16.7086205Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:33:16.7086568Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:33:16.7086961Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:16.7087366Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:16.7087746Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:16.7088105Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:33:16.7088457Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:33:16.7088804Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:33:16.7089477Z 	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-20T21:33:16.7090003Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:16.7090387Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:16.7090768Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:16.7091170Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:16.7091588Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:16.7091995Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:16.7092606Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:33:16.7093052Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:16.7093469Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:33:16.7093850Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:33:16.7094218Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:33:16.7094581Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:33:16.7094956Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:16.7095374Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:16.7095965Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:16.7096365Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:33:16.7096788Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:16.7097229Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:16.7097626Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:16.7097999Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:33:16.7098346Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:33:16.7098692Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:33:16.7099059Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:16.7099433Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:16.7099815Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:16.7100215Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:16.7100626Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:16.7101089Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:16.7101527Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:33:16.7101904Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:16.7102296Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:33:16.7102849Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:16.7103243Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:33:16.7103623Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:33:16.7104005Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:33:16.7104449Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:16.7104940Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:16.7105366Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:33:16.7105740Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:33:16.7106321Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:16.7106751Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:16.7107147Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:33:16.7107520Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:33:16.7107916Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:16.7108302Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:33:16.7108650Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:33:16.7109006Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:33:16.7109406Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:16.7109830Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:33:16.7110211Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:33:16.7110597Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:33:16.7111038Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:16.7111480Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:33:16.7111908Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:16.7112563Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:33:16.7113079Z 	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-20T21:33:16.7113585Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:33:16.7113975Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:16.7114390Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:33:16.7114816Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:16.7115337Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:16.7115917Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:16.7116528Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:16.7117180Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:16.7117827Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:16.7118456Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:16.7119087Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:16.7119670Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:16.7120152Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:16.7120594Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:16.7121031Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:33:16.7121463Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:16.7121937Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:16.7122492Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:16.7122904Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:33:16.7123469Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:16.7123874Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:16.7124263Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:33:16.7124673Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:16.7125081Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:33:16.7125448Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:33:16.7125854Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:16.7126313Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:16.7126804Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:16.7127290Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:16.7127782Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:16.7128236Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:16.7128652Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:16.7129062Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:16.7129478Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:33:16.7130102Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:16.7130535Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:16.7130922Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:33:16.7131304Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:16.7131680Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:33:16.7132061Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:16.7132699Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:16.7133158Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:33:16.7133563Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:16.7133977Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:16.7134414Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:16.7134859Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:16.7135304Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:16.7135736Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:16.7136137Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:33:16.7136513Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:16.7136901Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:33:16.7137272Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:33:16.7137646Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:16.7138050Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:16.7138447Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:33:16.7138875Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:16.7139347Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:16.7139808Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:16.7140403Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:33:16.7140778Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:33:16.7141151Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:16.7141546Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:16.7141986Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:33:16.7142489Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:16.7142933Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:16.7143385Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:16.7143800Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:33:16.7144186Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:16.7144590Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:33:16.7145137Z 	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-20T21:33:16.7145717Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:16.7146169Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:16.7146780Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:16.7147210Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:16.7147606Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:16.7147999Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:16.7148387Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:16.7148794Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:16.7149195Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:16.7149577Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:16.7149967Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:16.7150371Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:16.7150752Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:33:16.7151159Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:16.7151623Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:16.7152048Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:33:16.7152553Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:33:16.7152944Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:33:16.7153333Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:33:16.7153709Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:33:16.7154082Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:16.7154508Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:16.7154960Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:16.7155361Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:33:16.7155760Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:33:16.7156154Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:33:16.7156738Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:33:16.7157128Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:33:16.7157511Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:33:16.7157912Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:33:16.7158357Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:16.7158812Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:16.7159234Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:16.7159637Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:16.7160040Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:33:16.7160464Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:16.7160854Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:33:16.7161209Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:33:16.7161556Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:33:16.7161916Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:16.7162289Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:33:16.7162814Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:33:16.7163371Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:16.7163771Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:16.7164158Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:33:16.7164514Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:33:16.7164861Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:33:16.7165246Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:33:16.7165645Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:16.7166020Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:33:16.7166382Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:16.7166745Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:33:16.7167132Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:16.7167514Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:33:16.7167862Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:33:16.7168235Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:16.7168628Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:16.7169016Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:33:16.7169391Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:16.7169771Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:33:16.7170156Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:16.7170557Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:16.7170984Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:16.7171388Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:33:16.7171748Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:33:16.7172099Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:33:16.7172715Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:33:16.7173360Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:16.7173886Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:16.7174362Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:16.7174839Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:16.7175343Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:16.7175787Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:33:16.7176165Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:16.7176550Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:16.7176936Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:16.7177327Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:16.7177716Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:16.7178102Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:16.7178474Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:33:16.7178866Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:16.7179482Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:16.7179920Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:16.7180299Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:33:16.7180697Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:16.7181121Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:16.7181503Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:33:16.7181857Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:33:16.7182242Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:16.7182962Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:16.7183433Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:16.7183861Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:33:16.7184277Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:33:16.7184705Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:33:16.7185138Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:33:16.7185467Z 
2025-08-20T21:33:16.7185471Z 
2025-08-20T21:33:16.7185844Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:33:16 PM)
2025-08-20T21:33:16.7186200Z 
2025-08-20T21:33:16.7186203Z 
2025-08-20T21:33:16.7186211Z 
2025-08-20T21:33:16.7186276Z [+] Continue : YES
2025-08-20T21:33:16.7186379Z 
2025-08-20T21:33:16.7186612Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:33:16.7794488Z 
2025-08-20T21:33:16.7794916Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:33:16 PM) UTC
2025-08-20T21:33:16.7795184Z 
2025-08-20T21:33:16.7810201Z 
2025-08-20T21:33:16.7810348Z [+] Total RECIPES :: 1
2025-08-20T21:33:16.7810489Z 
2025-08-20T21:33:16.7885515Z 
2025-08-20T21:33:16.7885999Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml (1/1)
2025-08-20T21:33:16.7886482Z 
2025-08-20T21:33:16.8334910Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:33:16.8344811Z mode of '/tmp/pkgforge/YqcGzhMdP_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:33:16.8391021Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/micro/official [Provided]
2025-08-20T21:33:16.8391414Z [+] Setting '.pkg_family' --> micro [Provided]
2025-08-20T21:33:16.8404274Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:33:16.8409278Z [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-20T21:33:16.8436650Z [00:00:00.003]➜  
2025-08-20T21:33:16.8437119Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:33:16.8437532Z [00:00:00.003]➜  
2025-08-20T21:33:16.8472260Z [00:00:00.006]➜  
2025-08-20T21:33:16.8472955Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:33:16.8488745Z [00:00:00.006]➜  
2025-08-20T21:33:16.8548830Z [00:00:00.014]➜  
2025-08-20T21:33:16.8549841Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/micro/static.official.source.yaml) --> /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:33:16 PM) UTC]
2025-08-20T21:33:16.8550641Z [00:00:00.014]➜  
2025-08-20T21:33:16.8550826Z [00:00:00.014]➜  
2025-08-20T21:33:16.8551011Z [00:00:00.014]➜  
2025-08-20T21:33:16.8551615Z [00:00:00.014]➜  ###################################################################
2025-08-20T21:33:16.8557467Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:33:16.8561017Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:33:16.8561629Z [00:00:00.015]➜  _disabled: false
2025-08-20T21:33:16.8561856Z [00:00:00.015]➜  
2025-08-20T21:33:16.8562059Z [00:00:00.015]➜  pkg: "micro"
2025-08-20T21:33:16.8562549Z [00:00:00.015]➜  pkg_id: "github.com.zyedidia.micro"
2025-08-20T21:33:16.8562925Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T21:33:16.8563168Z [00:00:00.015]➜  category:
2025-08-20T21:33:16.8563797Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T21:33:16.8564102Z [00:00:00.015]➜    - "Utility"
2025-08-20T21:33:16.8564459Z [00:00:00.015]➜  description: "Modern and intuitive terminal-based text editor"
2025-08-20T21:33:16.8564808Z [00:00:00.015]➜  distro_pkg:
2025-08-20T21:33:16.8565049Z [00:00:00.015]➜    alpine:
2025-08-20T21:33:16.8565269Z [00:00:00.015]➜      - "micro"
2025-08-20T21:33:16.8565498Z [00:00:00.015]➜    archlinux:
2025-08-20T21:33:16.8565720Z [00:00:00.015]➜      aur:
2025-08-20T21:33:16.8565944Z [00:00:00.015]➜        - "micro-git"
2025-08-20T21:33:16.8566193Z [00:00:00.015]➜      extra:
2025-08-20T21:33:16.8566420Z [00:00:00.015]➜        - "micro"
2025-08-20T21:33:16.8566656Z [00:00:00.015]➜    debian:
2025-08-20T21:33:16.8566882Z [00:00:00.015]➜      - "micro"
2025-08-20T21:33:16.8567118Z [00:00:00.015]➜    homebrew:
2025-08-20T21:33:16.8567343Z [00:00:00.015]➜      - "micro"
2025-08-20T21:33:16.8567565Z [00:00:00.015]➜    nixpkgs:
2025-08-20T21:33:16.8567806Z [00:00:00.015]➜      - "micro"
2025-08-20T21:33:16.8568034Z [00:00:00.015]➜  homepage:
2025-08-20T21:33:16.8568320Z [00:00:00.015]➜    - "https://github.com/zyedidia/micro"
2025-08-20T21:33:16.8568606Z [00:00:00.015]➜  license:
2025-08-20T21:33:16.8568827Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T21:33:16.8569352Z [00:00:00.015]➜      url: "https://github.com/zyedidia/micro/raw/f49487dc3adf82ec5e63bf1b6c0ffaed268aa747/LICENSE"
2025-08-20T21:33:16.8569801Z [00:00:00.015]➜  maintainer:
2025-08-20T21:33:16.8570111Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:33:16.8570413Z [00:00:00.015]➜  note:
2025-08-20T21:33:16.8570715Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:33:16.8571230Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/zyedidia/micro"
2025-08-20T21:33:16.8571959Z [00:00:00.015]➜  provides:
2025-08-20T21:33:16.8572265Z [00:00:00.015]➜    - "micro"
2025-08-20T21:33:16.8572806Z [00:00:00.015]➜  repology:
2025-08-20T21:33:16.8573037Z [00:00:00.015]➜    - "micro"
2025-08-20T21:33:16.8573284Z [00:00:00.015]➜  src_url:
2025-08-20T21:33:16.8573564Z [00:00:00.015]➜    - "https://github.com/zyedidia/micro"
2025-08-20T21:33:16.8573847Z [00:00:00.015]➜  tag:
2025-08-20T21:33:16.8574063Z [00:00:00.015]➜    - "text-editor"
2025-08-20T21:33:16.8574314Z [00:00:00.015]➜  x_exec:
2025-08-20T21:33:16.8574551Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T21:33:16.8574797Z [00:00:00.015]➜    host:
2025-08-20T21:33:16.8575026Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T21:33:16.8575300Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T21:33:16.8575566Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T21:33:16.8575812Z [00:00:00.015]➜    shell: "bash"
2025-08-20T21:33:16.8576046Z [00:00:00.015]➜    pkgver: |
2025-08-20T21:33:16.8576339Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:33:16.8577028Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:33:16.8577872Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:33:16.8578514Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:33:16.8579172Z [00:00:00.015]➜    run: |
2025-08-20T21:33:16.8579392Z [00:00:00.015]➜      #Build
2025-08-20T21:33:16.8579980Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:33:16.8580689Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:33:16.8581266Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:33:16.8581729Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:33:16.8582139Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:33:16.8582802Z [00:00:00.015]➜        bash -l -c '
2025-08-20T21:33:16.8583051Z [00:00:00.015]➜        #Setup ENV
2025-08-20T21:33:16.8583434Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:16.8583793Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T21:33:16.8584154Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:33:16.8584654Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:33:16.8585036Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T21:33:16.8585354Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:33:16.8585649Z [00:00:00.015]➜        #Build
2025-08-20T21:33:16.8586144Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:33:16.8586671Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:33:16.8587134Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:33:16.8587565Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:33:16.8588351Z [00:00:00.015]➜         go build -C "cmd/micro" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/micro"
2025-08-20T21:33:16.8589000Z [00:00:00.015]➜        #Copy
2025-08-20T21:33:16.8589846Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:33:16.8590528Z [00:00:00.015]➜        #Strip 
2025-08-20T21:33:16.8591021Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:16.8591700Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:16.8592524Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:16.8593199Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:16.8593754Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:16.8594168Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T21:33:16.8594440Z [00:00:00.015]➜        '
2025-08-20T21:33:16.8594674Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T21:33:16.8595030Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:33:16.8595575Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:33:16.8596670Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:33:16.8597684Z [00:00:00.015]➜  
2025-08-20T21:33:16.8597875Z [00:00:00.015]➜  
2025-08-20T21:33:16.8598145Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:33:16.8598421Z [00:00:00.015]➜  
2025-08-20T21:33:16.8598604Z [00:00:00.015]➜  
2025-08-20T21:33:16.8598785Z [00:00:00.015]➜  
2025-08-20T21:33:16.8599290Z [00:00:00.016]➜  '/tmp/pkgforge/YqcGzhMdP_build.yaml' -> '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:33:18.1493663Z [00:00:01.308]➜  '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.version' -> '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.version'
2025-08-20T21:33:18.1542622Z [00:00:01.313]➜  [+] Version: HEAD-094b02d-250820T221947 ('.x_exec.pkgver') [/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.version]
2025-08-20T21:33:18.1729981Z [00:00:01.332]➜  [+] Progs: micro
2025-08-20T21:33:18.3671468Z [00:00:01.526]➜  
2025-08-20T21:33:18.3671845Z [00:00:01.526]➜  [-] Missing packages. Found: 
2025-08-20T21:33:18.3672144Z [00:00:01.526]➜  [+] Expected: micro
2025-08-20T21:33:18.3672624Z [00:00:01.526]➜  [+] Continuing with build...
2025-08-20T21:33:18.3672908Z [00:00:01.526]➜  
2025-08-20T21:33:18.6834123Z [00:00:01.842]➜  
2025-08-20T21:33:18.6834438Z [00:00:01.842]➜  
2025-08-20T21:33:18.6909048Z [00:00:01.850]➜  + mkdir -pv /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:33:18.6923569Z [00:00:01.851]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=micro -e PKG_ID=github.com.zyedidia.micro -e PKG_TYPE=static -e PKG_VER=HEAD-094b02d-250820T221947 -e PKGVER=HEAD-094b02d-250820T221947 -e SBUILD_PKG=micro.static -e SBUILD_PKGVER=HEAD-094b02d-250820T221947 --volume /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:33:18.6925367Z [00:00:01.851]➜    #Setup ENV
2025-08-20T21:33:18.6925745Z [00:00:01.851]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:18.6926105Z [00:00:01.851]➜     CGO_ENABLED="1" 
2025-08-20T21:33:18.6926461Z [00:00:01.851]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:33:18.6926966Z [00:00:01.851]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:33:18.6927763Z [00:00:01.851]➜     GOOS="linux"
2025-08-20T21:33:18.6928112Z [00:00:01.851]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:33:18.6928401Z [00:00:01.851]➜    #Build
2025-08-20T21:33:18.6928895Z [00:00:01.851]➜     git clone --filter "blob:none" --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:33:18.6929420Z [00:00:01.851]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:33:18.6929892Z [00:00:01.851]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:33:18.6930311Z [00:00:01.851]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:33:18.6931094Z [00:00:01.851]➜     go build -C "cmd/micro" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/micro"
2025-08-20T21:33:18.6931734Z [00:00:01.851]➜    #Copy
2025-08-20T21:33:18.6932560Z [00:00:01.851]➜     ( 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-20T21:33:18.6933174Z [00:00:01.851]➜    #Strip 
2025-08-20T21:33:18.6933652Z [00:00:01.851]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:18.6934328Z [00:00:01.851]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:18.6935280Z [00:00:01.851]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:18.6935880Z [00:00:01.851]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:18.6936418Z [00:00:01.851]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:18.6936820Z [00:00:01.851]➜     popd &>/dev/null
2025-08-20T21:33:18.6937061Z [00:00:01.851]➜    '
2025-08-20T21:33:18.9508782Z [00:00:02.110]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:33:19.0262801Z [00:00:02.185]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:33:19.0263227Z [00:00:02.185]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:33:19.0263533Z [00:00:02.185]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:33:19.0263838Z [00:00:02.185]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:33:19.0264179Z [00:00:02.185]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:33:19.0264474Z [00:00:02.185]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:33:19.0264749Z [00:00:02.185]➜  2b92eb3035e7: Waiting
2025-08-20T21:33:19.0265006Z [00:00:02.185]➜  4239b2f25ebc: Waiting
2025-08-20T21:33:19.0265263Z [00:00:02.185]➜  323e89f8c367: Waiting
2025-08-20T21:33:19.1321697Z [00:00:02.291]➜  b2e6f696af52: Verifying Checksum
2025-08-20T21:33:19.1325263Z [00:00:02.291]➜  b2e6f696af52: Download complete
2025-08-20T21:33:19.1554689Z [00:00:02.315]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:33:19.1555708Z [00:00:02.315]➜  996f2cb07f7c: Download complete
2025-08-20T21:33:19.1619459Z [00:00:02.321]➜  99fd740fb142: Download complete
2025-08-20T21:33:19.2265891Z [00:00:02.386]➜  b2e6f696af52: Pull complete
2025-08-20T21:33:19.2398688Z [00:00:02.399]➜  323e89f8c367: Verifying Checksum
2025-08-20T21:33:19.2399068Z [00:00:02.399]➜  323e89f8c367: Download complete
2025-08-20T21:33:19.4341473Z [00:00:02.593]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:33:19.4343061Z [00:00:02.593]➜  4239b2f25ebc: Download complete
2025-08-20T21:33:24.8319826Z [00:00:07.991]➜  2b92eb3035e7: Download complete
2025-08-20T21:33:29.6422552Z [00:00:12.801]➜  996f2cb07f7c: Pull complete
2025-08-20T21:33:36.2610915Z [00:00:19.420]➜  99fd740fb142: Pull complete
2025-08-20T21:34:57.6932519Z [00:01:40.852]➜  2b92eb3035e7: Pull complete
2025-08-20T21:35:05.6662531Z [00:01:48.825]➜  4239b2f25ebc: Pull complete
2025-08-20T21:35:05.7376932Z [00:01:48.897]➜  323e89f8c367: Pull complete
2025-08-20T21:35:05.7665825Z [00:01:48.926]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:35:05.7763555Z [00:01:48.935]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:35:06.0630417Z [00:01:49.222]➜  + mkdir -p /build-bins
2025-08-20T21:35:06.0646313Z [00:01:49.224]➜  ++ mktemp -d
2025-08-20T21:35:06.0658959Z [00:01:49.225]➜  + pushd /tmp/tmp.hY6nFRgOuS
2025-08-20T21:35:06.0659303Z [00:01:49.225]➜  + CGO_ENABLED=1
2025-08-20T21:35:06.0659715Z [00:01:49.225]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:35:06.0664991Z [00:01:49.226]➜  ++ uname -m
2025-08-20T21:35:06.0665409Z [00:01:49.226]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:35:06.0678677Z [00:01:49.227]➜  + GOARCH=arm64
2025-08-20T21:35:06.0678963Z [00:01:49.227]➜  + GOOS=linux
2025-08-20T21:35:06.0679289Z [00:01:49.227]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:35:06.0679821Z [00:01:49.227]➜  + git clone --filter blob:none --quiet https://github.com/zyedidia/micro ./TEMPREPO
2025-08-20T21:35:06.5964814Z [00:01:49.756]➜  + cd ./TEMPREPO
2025-08-20T21:35:06.5965194Z [00:01:49.756]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:35:06.5965703Z [00:01:49.756]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:35:06.5966102Z [00:01:49.756]➜  
2025-08-20T21:35:06.5966323Z [00:01:49.756]➜  [+] Target: "arm64/linux"
2025-08-20T21:35:06.5967220Z [00:01:49.756]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:35:06.5967590Z [00:01:49.756]➜  
2025-08-20T21:35:06.5967793Z [00:01:49.756]➜  + go mod tidy -v
2025-08-20T21:35:06.6257090Z [00:01:49.785]➜  go: downloading github.com/micro-editor/tcell/v2 v2.0.11
2025-08-20T21:35:06.6258319Z [00:01:49.785]➜  go: downloading github.com/zyedidia/clipper v0.1.1
2025-08-20T21:35:06.6259225Z [00:01:49.785]➜  go: downloading github.com/go-errors/errors v1.0.1
2025-08-20T21:35:06.6260014Z [00:01:49.785]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:35:06.7119183Z [00:01:49.871]➜  go: downloading github.com/yuin/gopher-lua v1.1.1
2025-08-20T21:35:06.7168515Z [00:01:49.876]➜  go: downloading github.com/layeh/gopher-luar v1.0.11
2025-08-20T21:35:06.7535747Z [00:01:49.913]➜  go: downloading github.com/stretchr/testify v1.4.0
2025-08-20T21:35:06.7603490Z [00:01:49.919]➜  go: downloading github.com/blang/semver v3.5.1+incompatible
2025-08-20T21:35:06.7627295Z [00:01:49.922]➜  go: downloading github.com/micro-editor/json5 v1.0.1-micro
2025-08-20T21:35:06.7646766Z [00:01:49.924]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:35:06.7703385Z [00:01:49.929]➜  go: downloading github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
2025-08-20T21:35:06.7708501Z [00:01:49.930]➜  go: downloading golang.org/x/text v0.4.0
2025-08-20T21:35:06.7826020Z [00:01:49.942]➜  go: downloading github.com/sergi/go-diff v1.1.0
2025-08-20T21:35:06.7863460Z [00:01:49.945]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:35:06.8077644Z [00:01:49.967]➜  go: downloading github.com/micro-editor/terminal v0.0.0-20250324214352-e587e959c6b5
2025-08-20T21:35:06.8116765Z [00:01:49.971]➜  go: downloading github.com/micro-editor/go-shellquote v0.0.0-20250101105543-feb6c39314f5
2025-08-20T21:35:07.1540614Z [00:01:50.313]➜  go: downloading github.com/dustin/go-humanize v1.0.0
2025-08-20T21:35:07.1577859Z [00:01:50.317]➜  go: downloading gopkg.in/yaml.v2 v2.2.8
2025-08-20T21:35:07.1713644Z [00:01:50.330]➜  go: downloading golang.org/x/sys v0.28.0
2025-08-20T21:35:07.1879792Z [00:01:50.347]➜  go: downloading github.com/gdamore/encoding v1.0.0
2025-08-20T21:35:07.1880341Z [00:01:50.347]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.0.3
2025-08-20T21:35:07.1895114Z [00:01:50.348]➜  go: downloading github.com/zyedidia/poller v1.0.1
2025-08-20T21:35:07.2104830Z [00:01:50.370]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:35:07.2125540Z [00:01:50.372]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:35:07.2828247Z [00:01:50.442]➜  go: downloading github.com/rivo/uniseg v0.2.0
2025-08-20T21:35:07.2946285Z [00:01:50.454]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T21:35:07.3233513Z [00:01:50.481]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:35:07.3234018Z [00:01:50.481]➜  go: downloading github.com/robertkrimen/otto v0.2.1
2025-08-20T21:35:07.3235624Z [00:01:50.483]➜  go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
2025-08-20T21:35:07.3392816Z [00:01:50.498]➜  go: downloading github.com/kr/pretty v0.1.0
2025-08-20T21:35:07.3479588Z [00:01:50.507]➜  go: downloading github.com/kr/text v0.1.0
2025-08-20T21:35:07.4695265Z [00:01:50.629]➜  go: downloading gopkg.in/sourcemap.v1 v1.0.5
2025-08-20T21:35:07.4806589Z [00:01:50.640]➜  + go generate ./...
2025-08-20T21:35:10.8580033Z [00:01:54.017]➜  + go build -C cmd/micro -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/micro
2025-08-20T21:35:10.8604265Z [00:01:54.020]➜  WORK=/tmp/go-build4032094447
2025-08-20T21:35:10.8733821Z [00:01:54.032]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.0.1.info
2025-08-20T21:35:10.8736378Z [00:01:54.033]➜  # get https://proxy.golang.org/github.com/micro-editor/tcell/v2/@v/v2.0.11.info
2025-08-20T21:35:10.8737132Z [00:01:54.033]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:35:10.8737667Z [00:01:54.033]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info
2025-08-20T21:35:10.9044031Z [00:01:54.063]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.031s)
2025-08-20T21:35:10.9049463Z [00:01:54.064]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info: 200 OK (0.031s)
2025-08-20T21:35:10.9056578Z [00:01:54.064]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info
2025-08-20T21:35:10.9057246Z [00:01:54.065]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.0.1.info: 200 OK (0.033s)
2025-08-20T21:35:10.9062714Z [00:01:54.065]➜  # get https://proxy.golang.org/github.com/micro-editor/tcell/v2/@v/v2.0.11.info: 200 OK (0.033s)
2025-08-20T21:35:10.9063555Z [00:01:54.065]➜  # get https://proxy.golang.org/github.com/micro-editor/go-shellquote/@v/v0.0.0-20250101105543-feb6c39314f5.info
2025-08-20T21:35:10.9066150Z [00:01:54.066]➜  # get https://proxy.golang.org/github.com/micro-editor/json5/@v/v1.0.1-micro.info
2025-08-20T21:35:10.9066738Z [00:01:54.066]➜  # get https://proxy.golang.org/github.com/zyedidia/clipper/@v/v0.1.1.info
2025-08-20T21:35:10.9114258Z [00:01:54.071]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info: 200 OK (0.006s)
2025-08-20T21:35:10.9126936Z [00:01:54.072]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:35:10.9131050Z [00:01:54.072]➜  # get https://proxy.golang.org/github.com/micro-editor/go-shellquote/@v/v0.0.0-20250101105543-feb6c39314f5.info: 200 OK (0.007s)
2025-08-20T21:35:10.9135792Z [00:01:54.073]➜  # get https://proxy.golang.org/github.com/micro-editor/terminal/@v/v0.0.0-20250324214352-e587e959c6b5.info
2025-08-20T21:35:10.9136551Z [00:01:54.073]➜  # get https://proxy.golang.org/github.com/micro-editor/json5/@v/v1.0.1-micro.info: 200 OK (0.007s)
2025-08-20T21:35:10.9141732Z [00:01:54.073]➜  # get https://proxy.golang.org/github.com/zyedidia/clipper/@v/v0.1.1.info: 200 OK (0.007s)
2025-08-20T21:35:10.9142564Z [00:01:54.073]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.info
2025-08-20T21:35:10.9191095Z [00:01:54.078]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.007s)
2025-08-20T21:35:10.9193084Z [00:01:54.078]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info
2025-08-20T21:35:10.9201560Z [00:01:54.079]➜  # get https://proxy.golang.org/github.com/micro-editor/terminal/@v/v0.0.0-20250324214352-e587e959c6b5.info: 200 OK (0.007s)
2025-08-20T21:35:10.9204901Z [00:01:54.080]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info
2025-08-20T21:35:10.9207534Z [00:01:54.080]➜  # get https://proxy.golang.org/github.com/layeh/gopher-luar/@v/v1.0.11.info
2025-08-20T21:35:10.9210776Z [00:01:54.080]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9211705Z [00:01:54.080]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.0.info
2025-08-20T21:35:10.9261258Z [00:01:54.085]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9263913Z [00:01:54.085]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info
2025-08-20T21:35:10.9270589Z [00:01:54.086]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info: 200 OK (0.007s)
2025-08-20T21:35:10.9273351Z [00:01:54.086]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info
2025-08-20T21:35:10.9274595Z [00:01:54.087]➜  # get https://proxy.golang.org/github.com/layeh/gopher-luar/@v/v1.0.11.info: 200 OK (0.007s)
2025-08-20T21:35:10.9279692Z [00:01:54.087]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9280273Z [00:01:54.087]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.4.0.info
2025-08-20T21:35:10.9332733Z [00:01:54.092]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9336914Z [00:01:54.093]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info
2025-08-20T21:35:10.9345658Z [00:01:54.094]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9348224Z [00:01:54.094]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T21:35:10.9359275Z [00:01:54.095]➜  # get https://proxy.golang.org/github.com/zyedidia/glob/@v/v0.0.0-20170209203856-dd4023a66dc3.info
2025-08-20T21:35:10.9402627Z [00:01:54.099]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info: 200 OK (0.007s)
2025-08-20T21:35:10.9413085Z [00:01:54.100]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T21:35:10.9433357Z [00:01:54.102]➜  # get https://proxy.golang.org/github.com/zyedidia/glob/@v/v0.0.0-20170209203856-dd4023a66dc3.info: 200 OK (0.007s)
2025-08-20T21:35:11.0101944Z [00:01:54.169]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info: 200 OK (0.083s)
2025-08-20T21:35:11.0149140Z [00:01:54.174]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO
2025-08-20T21:35:11.0149514Z [00:01:54.174]➜  git status --porcelain
2025-08-20T21:35:11.0258035Z [00:01:54.185]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO
2025-08-20T21:35:11.0258512Z [00:01:54.185]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:35:11.0296519Z [00:01:54.189]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git config extensions.objectformat
2025-08-20T21:35:11.0304877Z [00:01:54.190]➜  0.001s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git config extensions.objectformat
2025-08-20T21:35:11.0305775Z [00:01:54.190]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c983731b2f60fbf28803d14531638bc --
2025-08-20T21:35:11.0380385Z [00:01:54.197]➜  0.007s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c983731b2f60fbf28803d14531638bc --
2025-08-20T21:35:11.0381450Z [00:01:54.197]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 094b02da4c983731b2f60fbf28803d14531638bc
2025-08-20T21:35:11.0549296Z [00:01:54.214]➜  0.017s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 094b02da4c983731b2f60fbf28803d14531638bc
2025-08-20T21:35:11.0551474Z [00:01:54.214]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c98 --
2025-08-20T21:35:11.0563980Z [00:01:54.215]➜  0.001s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c98 --
2025-08-20T21:35:11.0565423Z [00:01:54.215]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:go.mod
2025-08-20T21:35:11.0579717Z [00:01:54.217]➜  0.002s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:go.mod
2025-08-20T21:35:11.0580483Z [00:01:54.217]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:v2/go.mod
2025-08-20T21:35:11.0592269Z [00:01:54.218]➜  0.001s # cd /tmp/tmp.hY6nFRgOuS/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:v2/go.mod
2025-08-20T21:35:11.0642889Z [00:01:54.223]➜  internal/goarch
2025-08-20T21:35:11.0643397Z [00:01:54.223]➜  mkdir -p $WORK/b007/
2025-08-20T21:35:11.0658477Z [00:01:54.223]➜  internal/unsafeheader
2025-08-20T21:35:11.0659024Z [00:01:54.223]➜  mkdir -p $WORK/b009/
2025-08-20T21:35:11.0659396Z [00:01:54.223]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:35:11.0662791Z [00:01:54.223]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.0664919Z [00:01:54.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -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/b007/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-20T21:35:11.0666764Z [00:01:54.223]➜  internal/byteorder
2025-08-20T21:35:11.0667038Z [00:01:54.223]➜  mkdir -p $WORK/b013/
2025-08-20T21:35:11.0667398Z [00:01:54.223]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:35:11.0669106Z [00:01:54.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -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/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:35:11.0670605Z [00:01:54.223]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:35:11.0672662Z [00:01:54.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:35:11.0707012Z [00:01:54.230]➜  internal/cpu
2025-08-20T21:35:11.0708608Z [00:01:54.230]➜  mkdir -p $WORK/b012/
2025-08-20T21:35:11.0708926Z [00:01:54.230]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:35:11.0709743Z [00:01:54.230]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.0710884Z [00:01:54.230]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T21:35:11.0722497Z [00:01:54.231]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:35:11.0732789Z [00:01:54.232]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T21:35:11.0734613Z [00:01:54.232]➜  internal/coverage/rtcov
2025-08-20T21:35:11.0735387Z [00:01:54.232]➜  mkdir -p $WORK/b015/
2025-08-20T21:35:11.0736563Z [00:01:54.232]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:35:11.0737256Z [00:01:54.232]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.0739204Z [00:01:54.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:35:11.0762701Z [00:01:54.235]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:35:11.0763709Z [00:01:54.235]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T21:35:11.0769571Z [00:01:54.236]➜  internal/abi
2025-08-20T21:35:11.0770694Z [00:01:54.236]➜  mkdir -p $WORK/b006/
2025-08-20T21:35:11.0771026Z [00:01:54.236]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:35:11.0772706Z [00:01:54.236]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.0773853Z [00:01:54.236]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:35:11.0797762Z [00:01:54.239]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:35:11.0803383Z [00:01:54.239]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:35:11.0804620Z [00:01:54.239]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T21:35:11.0805216Z [00:01:54.239]➜  internal/godebugs
2025-08-20T21:35:11.0805490Z [00:01:54.239]➜  mkdir -p $WORK/b016/
2025-08-20T21:35:11.0805861Z [00:01:54.239]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:35:11.0806243Z [00:01:54.239]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.0807841Z [00:01:54.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:35:11.0812642Z [00:01:54.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/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-20T21:35:11.0814802Z [00:01:54.240]➜  cat >/tmp/go-build4032094447/b006/importcfg << 'EOF' # internal
2025-08-20T21:35:11.0818131Z [00:01:54.240]➜  # import config
2025-08-20T21:35:11.0818678Z [00:01:54.240]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.0819052Z [00:01:54.240]➜  EOF
2025-08-20T21:35:11.0828711Z [00:01:54.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/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-20T21:35:11.0879882Z [00:01:54.247]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:35:11.0884799Z [00:01:54.248]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T21:35:11.0892470Z [00:01:54.248]➜  internal/goexperiment
2025-08-20T21:35:11.0916339Z [00:01:54.251]➜  mkdir -p $WORK/b017/
2025-08-20T21:35:11.0922978Z [00:01:54.251]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:35:11.0926962Z [00:01:54.251]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:35:11.0934249Z [00:01:54.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -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/b017/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-20T21:35:11.0948649Z [00:01:54.253]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T21:35:11.0949194Z [00:01:54.253]➜  internal/goos
2025-08-20T21:35:11.0949450Z [00:01:54.253]➜  mkdir -p $WORK/b018/
2025-08-20T21:35:11.0950098Z [00:01:54.253]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:35:11.0952009Z [00:01:54.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/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-20T21:35:11.1017633Z [00:01:54.261]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:35:11.1019088Z [00:01:54.261]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T21:35:11.1024373Z [00:01:54.261]➜  internal/profilerecord
2025-08-20T21:35:11.1025009Z [00:01:54.261]➜  mkdir -p $WORK/b019/
2025-08-20T21:35:11.1034317Z [00:01:54.263]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:35:11.1036426Z [00:01:54.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -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/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:35:11.1073207Z [00:01:54.266]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:35:11.1077919Z [00:01:54.267]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T21:35:11.1078922Z [00:01:54.267]➜  internal/runtime/math
2025-08-20T21:35:11.1079653Z [00:01:54.267]➜  mkdir -p $WORK/b023/
2025-08-20T21:35:11.1082798Z [00:01:54.267]➜  cat >/tmp/go-build4032094447/b023/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1083508Z [00:01:54.267]➜  # import config
2025-08-20T21:35:11.1084174Z [00:01:54.267]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.1086067Z [00:01:54.267]➜  EOF
2025-08-20T21:35:11.1087714Z [00:01:54.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:35:11.1128601Z [00:01:54.272]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:35:11.1130012Z [00:01:54.272]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T21:35:11.1133721Z [00:01:54.273]➜  internal/runtime/syscall
2025-08-20T21:35:11.1134692Z [00:01:54.273]➜  mkdir -p $WORK/b024/
2025-08-20T21:35:11.1136496Z [00:01:54.273]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:35:11.1138003Z [00:01:54.273]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:35:11.1140490Z [00:01:54.273]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T21:35:11.1175993Z [00:01:54.276]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:35:11.1176529Z [00:01:54.277]➜  cat >/tmp/go-build4032094447/b024/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1181822Z [00:01:54.277]➜  # import config
2025-08-20T21:35:11.1182828Z [00:01:54.277]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.1183696Z [00:01:54.277]➜  EOF
2025-08-20T21:35:11.1184353Z [00:01:54.277]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.1186777Z [00:01:54.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/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-20T21:35:11.1191535Z [00:01:54.277]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T21:35:11.1192433Z [00:01:54.278]➜  internal/runtime/strconv
2025-08-20T21:35:11.1195436Z [00:01:54.278]➜  mkdir -p $WORK/b022/
2025-08-20T21:35:11.1195849Z [00:01:54.278]➜  cat >/tmp/go-build4032094447/b022/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1196203Z [00:01:54.278]➜  # import config
2025-08-20T21:35:11.1196599Z [00:01:54.278]➜  packagefile internal/runtime/math=/tmp/go-build4032094447/b023/_pkg_.a
2025-08-20T21:35:11.1196966Z [00:01:54.278]➜  EOF
2025-08-20T21:35:11.1198587Z [00:01:54.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:35:11.1284064Z [00:01:54.287]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:35:11.1284825Z [00:01:54.287]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T21:35:11.1285374Z [00:01:54.287]➜  internal/runtime/gc
2025-08-20T21:35:11.1285644Z [00:01:54.287]➜  mkdir -p $WORK/b026/
2025-08-20T21:35:11.1286064Z [00:01:54.287]➜  cat >/tmp/go-build4032094447/b026/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1286406Z [00:01:54.287]➜  # import config
2025-08-20T21:35:11.1286777Z [00:01:54.287]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.1287119Z [00:01:54.287]➜  EOF
2025-08-20T21:35:11.1288978Z [00:01:54.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -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/b026/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-20T21:35:11.1381149Z [00:01:54.297]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:35:11.1383486Z [00:01:54.297]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T21:35:11.1384085Z [00:01:54.297]➜  internal/asan
2025-08-20T21:35:11.1384349Z [00:01:54.297]➜  mkdir -p $WORK/b028/
2025-08-20T21:35:11.1384714Z [00:01:54.297]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:35:11.1386604Z [00:01:54.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -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/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:35:11.1410480Z [00:01:54.299]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.1412900Z [00:01:54.299]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:35:11.1432296Z [00:01:54.302]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:35:11.1459384Z [00:01:54.305]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:35:11.1460887Z [00:01:54.305]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:35:11.1491438Z [00:01:54.307]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:35:11.1492019Z [00:01:54.308]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.1494746Z [00:01:54.308]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T21:35:11.1496211Z [00:01:54.308]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:35:11.1496904Z [00:01:54.308]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T21:35:11.1500130Z [00:01:54.308]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T21:35:11.1501918Z [00:01:54.309]➜  internal/bytealg
2025-08-20T21:35:11.1502246Z [00:01:54.309]➜  mkdir -p $WORK/b011/
2025-08-20T21:35:11.1502611Z [00:01:54.309]➜  internal/msan
2025-08-20T21:35:11.1502885Z [00:01:54.309]➜  mkdir -p $WORK/b029/
2025-08-20T21:35:11.1503191Z [00:01:54.309]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:35:11.1505162Z [00:01:54.309]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.1506491Z [00:01:54.309]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T21:35:11.1507696Z [00:01:54.310]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:35:11.1508595Z [00:01:54.310]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.1510360Z [00:01:54.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:35:11.1534909Z [00:01:54.313]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:35:11.1535446Z [00:01:54.313]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T21:35:11.1535896Z [00:01:54.313]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:35:11.1536547Z [00:01:54.313]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T21:35:11.1537109Z [00:01:54.313]➜  internal/chacha8rand
2025-08-20T21:35:11.1537376Z [00:01:54.313]➜  mkdir -p $WORK/b014/
2025-08-20T21:35:11.1537678Z [00:01:54.313]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:35:11.1538011Z [00:01:54.313]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.1539446Z [00:01:54.313]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T21:35:11.1628572Z [00:01:54.322]➜  cat >/tmp/go-build4032094447/b014/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1629021Z [00:01:54.322]➜  # import config
2025-08-20T21:35:11.1629416Z [00:01:54.322]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:11.1629916Z [00:01:54.322]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.1630414Z [00:01:54.322]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.1630757Z [00:01:54.322]➜  EOF
2025-08-20T21:35:11.1631025Z [00:01:54.322]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.1634509Z [00:01:54.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:35:11.1636403Z [00:01:54.322]➜  cat >/tmp/go-build4032094447/b011/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1636750Z [00:01:54.322]➜  # import config
2025-08-20T21:35:11.1637428Z [00:01:54.322]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.1637762Z [00:01:54.322]➜  EOF
2025-08-20T21:35:11.1648134Z [00:01:54.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -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/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-20T21:35:11.1684435Z [00:01:54.328]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:35:11.1685663Z [00:01:54.328]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T21:35:11.1686282Z [00:01:54.328]➜  internal/runtime/atomic
2025-08-20T21:35:11.1686567Z [00:01:54.328]➜  mkdir -p $WORK/b020/
2025-08-20T21:35:11.1686872Z [00:01:54.328]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:35:11.1687229Z [00:01:54.328]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.1697038Z [00:01:54.328]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T21:35:11.1787129Z [00:01:54.338]➜  cat >/tmp/go-build4032094447/b020/importcfg << 'EOF' # internal
2025-08-20T21:35:11.1788075Z [00:01:54.338]➜  # import config
2025-08-20T21:35:11.1788505Z [00:01:54.338]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.1789002Z [00:01:54.338]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.1789349Z [00:01:54.338]➜  EOF
2025-08-20T21:35:11.1789626Z [00:01:54.338]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.1797484Z [00:01:54.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/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-20T21:35:11.1898187Z [00:01:54.349]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.1899937Z [00:01:54.349]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T21:35:11.1924827Z [00:01:54.351]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T21:35:11.1939118Z [00:01:54.353]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.1940424Z [00:01:54.353]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T21:35:11.1954093Z [00:01:54.355]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.1955253Z [00:01:54.355]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:35:11.1963864Z [00:01:54.355]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.1965034Z [00:01:54.355]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T21:35:11.1980025Z [00:01:54.357]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.1980504Z [00:01:54.357]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T21:35:11.1980940Z [00:01:54.357]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:35:11.1984074Z [00:01:54.358]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T21:35:11.1986998Z [00:01:54.358]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.1988427Z [00:01:54.358]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:35:11.1996665Z [00:01:54.359]➜  internal/runtime/sys
2025-08-20T21:35:11.1997529Z [00:01:54.359]➜  mkdir -p $WORK/b031/
2025-08-20T21:35:11.1998580Z [00:01:54.359]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:35:11.2004185Z [00:01:54.360]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:35:11.2005665Z [00:01:54.360]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T21:35:11.2010856Z [00:01:54.360]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.2012237Z [00:01:54.360]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T21:35:11.2028930Z [00:01:54.362]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.2030104Z [00:01:54.362]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:35:11.2031221Z [00:01:54.362]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:35:11.2056894Z [00:01:54.365]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T21:35:11.2057849Z [00:01:54.365]➜  internal/race
2025-08-20T21:35:11.2058291Z [00:01:54.365]➜  mkdir -p $WORK/b030/
2025-08-20T21:35:11.2060170Z [00:01:54.365]➜  cat >/tmp/go-build4032094447/b030/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2060565Z [00:01:54.365]➜  # import config
2025-08-20T21:35:11.2060953Z [00:01:54.365]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:11.2061289Z [00:01:54.365]➜  EOF
2025-08-20T21:35:11.2062528Z [00:01:54.365]➜  cat >/tmp/go-build4032094447/b031/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2063437Z [00:01:54.365]➜  # import config
2025-08-20T21:35:11.2064099Z [00:01:54.365]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.2064749Z [00:01:54.365]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.2066131Z [00:01:54.365]➜  packagefile internal/goos=/tmp/go-build4032094447/b018/_pkg_.a
2025-08-20T21:35:11.2067061Z [00:01:54.365]➜  EOF
2025-08-20T21:35:11.2067607Z [00:01:54.366]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2070947Z [00:01:54.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/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-20T21:35:11.2075316Z [00:01:54.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:35:11.2100980Z [00:01:54.369]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.2102511Z [00:01:54.369]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T21:35:11.2127073Z [00:01:54.372]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T21:35:11.2128202Z [00:01:54.372]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:35:11.2132826Z [00:01:54.372]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T21:35:11.2134877Z [00:01:54.373]➜  internal/runtime/cgroup
2025-08-20T21:35:11.2135630Z [00:01:54.373]➜  mkdir -p $WORK/b021/
2025-08-20T21:35:11.2138679Z [00:01:54.373]➜  cat >/tmp/go-build4032094447/b021/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2140097Z [00:01:54.373]➜  # import config
2025-08-20T21:35:11.2141241Z [00:01:54.373]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:11.2141779Z [00:01:54.373]➜  packagefile internal/runtime/strconv=/tmp/go-build4032094447/b022/_pkg_.a
2025-08-20T21:35:11.2142436Z [00:01:54.373]➜  packagefile internal/runtime/syscall=/tmp/go-build4032094447/b024/_pkg_.a
2025-08-20T21:35:11.2142859Z [00:01:54.373]➜  EOF
2025-08-20T21:35:11.2143172Z [00:01:54.373]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.2144478Z [00:01:54.373]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:35:11.2145522Z [00:01:54.373]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2148336Z [00:01:54.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/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-20T21:35:11.2183222Z [00:01:54.377]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:35:11.2187440Z [00:01:54.378]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T21:35:11.2189196Z [00:01:54.378]➜  internal/stringslite
2025-08-20T21:35:11.2189477Z [00:01:54.378]➜  mkdir -p $WORK/b032/
2025-08-20T21:35:11.2193034Z [00:01:54.378]➜  cat >/tmp/go-build4032094447/b032/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2193731Z [00:01:54.378]➜  # import config
2025-08-20T21:35:11.2194713Z [00:01:54.378]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:11.2195736Z [00:01:54.378]➜  EOF
2025-08-20T21:35:11.2196220Z [00:01:54.379]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.2197279Z [00:01:54.379]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T21:35:11.2197733Z [00:01:54.379]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:35:11.2208905Z [00:01:54.380]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T21:35:11.2210448Z [00:01:54.380]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2213423Z [00:01:54.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -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/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:35:11.2215276Z [00:01:54.380]➜  internal/runtime/exithook
2025-08-20T21:35:11.2218057Z [00:01:54.381]➜  mkdir -p $WORK/b025/
2025-08-20T21:35:11.2219031Z [00:01:54.381]➜  cat >/tmp/go-build4032094447/b025/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2219686Z [00:01:54.381]➜  # import config
2025-08-20T21:35:11.2220120Z [00:01:54.381]➜  packagefile internal/runtime/atomic=/tmp/go-build4032094447/b020/_pkg_.a
2025-08-20T21:35:11.2220495Z [00:01:54.381]➜  EOF
2025-08-20T21:35:11.2222655Z [00:01:54.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:35:11.2291877Z [00:01:54.388]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:35:11.2295952Z [00:01:54.388]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T21:35:11.2355054Z [00:01:54.394]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:35:11.2367350Z [00:01:54.396]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:35:11.2384153Z [00:01:54.397]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T21:35:11.2392930Z [00:01:54.398]➜  internal/trace/tracev2
2025-08-20T21:35:11.2399510Z [00:01:54.399]➜  mkdir -p $WORK/b033/
2025-08-20T21:35:11.2401955Z [00:01:54.399]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:35:11.2403032Z [00:01:54.399]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2406399Z [00:01:54.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/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-20T21:35:11.2408949Z [00:01:54.400]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:35:11.2409500Z [00:01:54.400]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T21:35:11.2409984Z [00:01:54.400]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:35:11.2411862Z [00:01:54.400]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T21:35:11.2424283Z [00:01:54.402]➜  internal/runtime/maps
2025-08-20T21:35:11.2431016Z [00:01:54.402]➜  mkdir -p $WORK/b027/
2025-08-20T21:35:11.2432102Z [00:01:54.402]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:35:11.2435320Z [00:01:54.402]➜  cat >/tmp/go-build4032094447/b027/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2435735Z [00:01:54.402]➜  # import config
2025-08-20T21:35:11.2436103Z [00:01:54.402]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:11.2436576Z [00:01:54.402]➜  packagefile internal/asan=/tmp/go-build4032094447/b028/_pkg_.a
2025-08-20T21:35:11.2437072Z [00:01:54.402]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.2437549Z [00:01:54.402]➜  packagefile internal/msan=/tmp/go-build4032094447/b029/_pkg_.a
2025-08-20T21:35:11.2438016Z [00:01:54.402]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:11.2438515Z [00:01:54.402]➜  packagefile internal/runtime/math=/tmp/go-build4032094447/b023/_pkg_.a
2025-08-20T21:35:11.2439040Z [00:01:54.402]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:11.2439415Z [00:01:54.402]➜  EOF
2025-08-20T21:35:11.2439680Z [00:01:54.402]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2451067Z [00:01:54.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -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/b027/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-20T21:35:11.2454224Z [00:01:54.404]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:35:11.2454895Z [00:01:54.404]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T21:35:11.2455768Z [00:01:54.404]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T21:35:11.2456303Z [00:01:54.404]➜  internal/synctest
2025-08-20T21:35:11.2456910Z [00:01:54.404]➜  mkdir -p $WORK/b038/
2025-08-20T21:35:11.2457670Z [00:01:54.404]➜  cat >/tmp/go-build4032094447/b038/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2458097Z [00:01:54.404]➜  # import config
2025-08-20T21:35:11.2459794Z [00:01:54.404]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:11.2460144Z [00:01:54.404]➜  EOF
2025-08-20T21:35:11.2461663Z [00:01:54.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:35:11.2463489Z [00:01:54.404]➜  sync/atomic
2025-08-20T21:35:11.2463740Z [00:01:54.404]➜  mkdir -p $WORK/b037/
2025-08-20T21:35:11.2484079Z [00:01:54.407]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:35:11.2489386Z [00:01:54.408]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:35:11.2490523Z [00:01:54.408]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:35:11.2537754Z [00:01:54.412]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:35:11.2546476Z [00:01:54.414]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2549025Z [00:01:54.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/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-20T21:35:11.2577325Z [00:01:54.417]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:35:11.2585902Z [00:01:54.418]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T21:35:11.2587300Z [00:01:54.418]➜  math/bits
2025-08-20T21:35:11.2587580Z [00:01:54.418]➜  mkdir -p $WORK/b040/
2025-08-20T21:35:11.2593006Z [00:01:54.418]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:35:11.2595863Z [00:01:54.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T21:35:11.2607075Z [00:01:54.420]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:35:11.2611841Z [00:01:54.420]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T21:35:11.2613650Z [00:01:54.421]➜  unicode
2025-08-20T21:35:11.2614544Z [00:01:54.421]➜  mkdir -p $WORK/b041/
2025-08-20T21:35:11.2616353Z [00:01:54.421]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:35:11.2638514Z [00:01:54.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/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-20T21:35:11.2885413Z [00:01:54.448]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:35:11.2891152Z [00:01:54.448]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T21:35:11.2893476Z [00:01:54.448]➜  unicode/utf8
2025-08-20T21:35:11.2895468Z [00:01:54.449]➜  mkdir -p $WORK/b042/
2025-08-20T21:35:11.2900038Z [00:01:54.449]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:35:11.2902015Z [00:01:54.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -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/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:35:11.2925100Z [00:01:54.451]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:35:11.2926605Z [00:01:54.451]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:35:11.2953348Z [00:01:54.454]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:35:11.2954561Z [00:01:54.455]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:35:11.2963540Z [00:01:54.455]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T21:35:11.2965181Z [00:01:54.456]➜  internal/sync
2025-08-20T21:35:11.2966007Z [00:01:54.456]➜  mkdir -p $WORK/b036/
2025-08-20T21:35:11.2967494Z [00:01:54.456]➜  cat >/tmp/go-build4032094447/b036/importcfg << 'EOF' # internal
2025-08-20T21:35:11.2967985Z [00:01:54.456]➜  # import config
2025-08-20T21:35:11.2968386Z [00:01:54.456]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:11.2968883Z [00:01:54.456]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.2969361Z [00:01:54.456]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:11.2969833Z [00:01:54.456]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:11.2970160Z [00:01:54.456]➜  EOF
2025-08-20T21:35:11.2970446Z [00:01:54.456]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.2972300Z [00:01:54.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -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/b036/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-20T21:35:11.3098146Z [00:01:54.469]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:35:11.3102863Z [00:01:54.469]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T21:35:11.3104020Z [00:01:54.470]➜  encoding
2025-08-20T21:35:11.3104811Z [00:01:54.470]➜  mkdir -p $WORK/b045/
2025-08-20T21:35:11.3109294Z [00:01:54.470]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T21:35:11.3110815Z [00:01:54.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b045=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:35:11.3175124Z [00:01:54.477]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:35:11.3179057Z [00:01:54.477]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T21:35:11.3219003Z [00:01:54.481]➜  math
2025-08-20T21:35:11.3230228Z [00:01:54.482]➜  mkdir -p $WORK/b047/
2025-08-20T21:35:11.3230595Z [00:01:54.482]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:35:11.3230908Z [00:01:54.482]➜  cd /root/.go/src/math
2025-08-20T21:35:11.3231959Z [00:01:54.482]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T21:35:11.3233413Z [00:01:54.482]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:35:11.3238044Z [00:01:54.483]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T21:35:11.3239781Z [00:01:54.483]➜  internal/itoa
2025-08-20T21:35:11.3242892Z [00:01:54.483]➜  mkdir -p $WORK/b049/
2025-08-20T21:35:11.3250757Z [00:01:54.484]➜  echo '# import config' > $WORK/b049/importcfg # internal
2025-08-20T21:35:11.3252576Z [00:01:54.484]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.3254290Z [00:01:54.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b049=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:35:11.3276746Z [00:01:54.487]➜  cat >/tmp/go-build4032094447/b047/importcfg << 'EOF' # internal
2025-08-20T21:35:11.3277170Z [00:01:54.487]➜  # import config
2025-08-20T21:35:11.3277536Z [00:01:54.487]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:11.3277865Z [00:01:54.487]➜  EOF
2025-08-20T21:35:11.3284686Z [00:01:54.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b047/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/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-20T21:35:11.3421686Z [00:01:54.501]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:35:11.3423598Z [00:01:54.501]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T21:35:11.3424555Z [00:01:54.502]➜  cmp
2025-08-20T21:35:11.3425790Z [00:01:54.502]➜  mkdir -p $WORK/b052/
2025-08-20T21:35:11.3429248Z [00:01:54.502]➜  echo '# import config' > $WORK/b052/importcfg # internal
2025-08-20T21:35:11.3431530Z [00:01:54.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b052=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:35:11.3581167Z [00:01:54.517]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:35:11.3584632Z [00:01:54.518]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T21:35:11.3587465Z [00:01:54.518]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:35:11.3588285Z [00:01:54.518]➜  mkdir -p $WORK/b080/
2025-08-20T21:35:11.3590572Z [00:01:54.518]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T21:35:11.3594675Z [00:01:54.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/internal/identifier=>golang.org/x/text@v0.4.0/encoding/internal/identifier;$WORK/b080=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.17 -complete -installsuffix shared -buildid ci2Fj0K0KwO5Gj17Kd_X/ci2Fj0K0KwO5Gj17Kd_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/internal/identifier/mib.go
2025-08-20T21:35:11.3677010Z [00:01:54.527]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:35:11.3696346Z [00:01:54.529]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T21:35:11.3703210Z [00:01:54.529]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:35:11.3712488Z [00:01:54.530]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/4f/4f974a82b9305c7e19aa249aa5a2ca41c7fb653d5336a852c182120e018ad14b-d # internal
2025-08-20T21:35:11.3713987Z [00:01:54.531]➜  image/color
2025-08-20T21:35:11.3714478Z [00:01:54.531]➜  mkdir -p $WORK/b085/
2025-08-20T21:35:11.3715098Z [00:01:54.531]➜  echo '# import config' > $WORK/b085/importcfg # internal
2025-08-20T21:35:11.3717286Z [00:01:54.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b085=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:35:11.3780058Z [00:01:54.537]➜  runtime
2025-08-20T21:35:11.3781172Z [00:01:54.537]➜  mkdir -p $WORK/b010/
2025-08-20T21:35:11.3783096Z [00:01:54.537]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:35:11.3783428Z [00:01:54.537]➜  cd /root/.go/src/runtime
2025-08-20T21:35:11.3784863Z [00:01:54.537]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/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-20T21:35:11.3872950Z [00:01:54.546]➜  cat >/tmp/go-build4032094447/b010/importcfg << 'EOF' # internal
2025-08-20T21:35:11.3874714Z [00:01:54.547]➜  # import config
2025-08-20T21:35:11.3875582Z [00:01:54.547]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:11.3876329Z [00:01:54.547]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:11.3877361Z [00:01:54.547]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:11.3879073Z [00:01:54.547]➜  packagefile internal/chacha8rand=/tmp/go-build4032094447/b014/_pkg_.a
2025-08-20T21:35:11.3880616Z [00:01:54.547]➜  packagefile internal/coverage/rtcov=/tmp/go-build4032094447/b015/_pkg_.a
2025-08-20T21:35:11.3882263Z [00:01:54.547]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.3883155Z [00:01:54.547]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.3883649Z [00:01:54.547]➜  packagefile internal/godebugs=/tmp/go-build4032094447/b016/_pkg_.a
2025-08-20T21:35:11.3884162Z [00:01:54.547]➜  packagefile internal/goexperiment=/tmp/go-build4032094447/b017/_pkg_.a
2025-08-20T21:35:11.3884654Z [00:01:54.547]➜  packagefile internal/goos=/tmp/go-build4032094447/b018/_pkg_.a
2025-08-20T21:35:11.3885174Z [00:01:54.547]➜  packagefile internal/profilerecord=/tmp/go-build4032094447/b019/_pkg_.a
2025-08-20T21:35:11.3885712Z [00:01:54.547]➜  packagefile internal/runtime/atomic=/tmp/go-build4032094447/b020/_pkg_.a
2025-08-20T21:35:11.3886247Z [00:01:54.547]➜  packagefile internal/runtime/cgroup=/tmp/go-build4032094447/b021/_pkg_.a
2025-08-20T21:35:11.3886795Z [00:01:54.547]➜  packagefile internal/runtime/exithook=/tmp/go-build4032094447/b025/_pkg_.a
2025-08-20T21:35:11.3887326Z [00:01:54.547]➜  packagefile internal/runtime/gc=/tmp/go-build4032094447/b026/_pkg_.a
2025-08-20T21:35:11.3887855Z [00:01:54.547]➜  packagefile internal/runtime/maps=/tmp/go-build4032094447/b027/_pkg_.a
2025-08-20T21:35:11.3888379Z [00:01:54.547]➜  packagefile internal/runtime/math=/tmp/go-build4032094447/b023/_pkg_.a
2025-08-20T21:35:11.3888913Z [00:01:54.547]➜  packagefile internal/runtime/strconv=/tmp/go-build4032094447/b022/_pkg_.a
2025-08-20T21:35:11.3889447Z [00:01:54.547]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:11.3889987Z [00:01:54.547]➜  packagefile internal/runtime/syscall=/tmp/go-build4032094447/b024/_pkg_.a
2025-08-20T21:35:11.3890522Z [00:01:54.547]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:11.3891046Z [00:01:54.547]➜  packagefile internal/trace/tracev2=/tmp/go-build4032094447/b033/_pkg_.a
2025-08-20T21:35:11.3891413Z [00:01:54.547]➜  EOF
2025-08-20T21:35:11.3891683Z [00:01:54.547]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.3917841Z [00:01:54.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -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/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-20T21:35:11.4087369Z [00:01:54.568]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:35:11.4100319Z [00:01:54.569]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T21:35:11.4130231Z [00:01:54.572]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:35:11.4147516Z [00:01:54.574]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T21:35:11.4148852Z [00:01:54.574]➜  log/internal
2025-08-20T21:35:11.4149530Z [00:01:54.574]➜  mkdir -p $WORK/b130/
2025-08-20T21:35:11.4163947Z [00:01:54.576]➜  echo '# import config' > $WORK/b130/importcfg # internal
2025-08-20T21:35:11.4166264Z [00:01:54.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b130=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:35:11.4177660Z [00:01:54.577]➜  github.com/rivo/uniseg
2025-08-20T21:35:11.4178008Z [00:01:54.577]➜  mkdir -p $WORK/b088/
2025-08-20T21:35:11.4180375Z [00:01:54.577]➜  cat >/tmp/go-build4032094447/b088/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4181327Z [00:01:54.577]➜  # import config
2025-08-20T21:35:11.4181790Z [00:01:54.577]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:11.4182141Z [00:01:54.577]➜  EOF
2025-08-20T21:35:11.4190016Z [00:01:54.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0=>github.com/rivo/uniseg@v0.2.0;$WORK/b088=>" -p github.com/rivo/uniseg -lang=go1.12 -complete -installsuffix shared -buildid HVuhn3sn4l8xCUbd3GXo/HVuhn3sn4l8xCUbd3GXo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.2.0/properties.go
2025-08-20T21:35:11.4263346Z [00:01:54.583]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:35:11.4264240Z [00:01:54.583]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T21:35:11.4264787Z [00:01:54.583]➜  unicode/utf16
2025-08-20T21:35:11.4265042Z [00:01:54.583]➜  mkdir -p $WORK/b138/
2025-08-20T21:35:11.4265399Z [00:01:54.583]➜  echo '# import config' > $WORK/b138/importcfg # internal
2025-08-20T21:35:11.4266972Z [00:01:54.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b138=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:35:11.4364239Z [00:01:54.595]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:35:11.4402102Z [00:01:54.599]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T21:35:11.4408331Z [00:01:54.600]➜  crypto/internal/fips140/alias
2025-08-20T21:35:11.4411786Z [00:01:54.600]➜  mkdir -p $WORK/b154/
2025-08-20T21:35:11.4418088Z [00:01:54.601]➜  echo '# import config' > $WORK/b154/importcfg # internal
2025-08-20T21:35:11.4421192Z [00:01:54.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b154=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:35:11.4576780Z [00:01:54.617]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:35:11.4581236Z [00:01:54.617]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T21:35:11.4583252Z [00:01:54.617]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:35:11.4584136Z [00:01:54.618]➜  mkdir -p $WORK/b158/
2025-08-20T21:35:11.4589501Z [00:01:54.618]➜  cat >/tmp/go-build4032094447/b158/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4590500Z [00:01:54.618]➜  # import config
2025-08-20T21:35:11.4590939Z [00:01:54.618]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:11.4591300Z [00:01:54.618]➜  EOF
2025-08-20T21:35:11.4593573Z [00:01:54.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b158=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:35:11.4612170Z [00:01:54.620]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:35:11.4623147Z [00:01:54.621]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/a8/a83c362fc8509a8cc4d75ce37ae7eadaaad2ed149076159ba87b6baea9bbf874-d # internal
2025-08-20T21:35:11.4629488Z [00:01:54.622]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:35:11.4629909Z [00:01:54.622]➜  mkdir -p $WORK/b159/
2025-08-20T21:35:11.4640889Z [00:01:54.623]➜  cat >/tmp/go-build4032094447/b159/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4641353Z [00:01:54.623]➜  # import config
2025-08-20T21:35:11.4641718Z [00:01:54.623]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:11.4642192Z [00:01:54.623]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:11.4642667Z [00:01:54.623]➜  EOF
2025-08-20T21:35:11.4645010Z [00:01:54.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b159=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:35:11.4654445Z [00:01:54.625]➜  cd /root/.go/src/math
2025-08-20T21:35:11.4656974Z [00:01:54.625]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/dim_arm64.o ./dim_arm64.s
2025-08-20T21:35:11.4685843Z [00:01:54.627]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/exp_arm64.o ./exp_arm64.s
2025-08-20T21:35:11.4711108Z [00:01:54.630]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/floor_arm64.o ./floor_arm64.s
2025-08-20T21:35:11.4733538Z [00:01:54.632]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/modf_arm64.o ./modf_arm64.s
2025-08-20T21:35:11.4739212Z [00:01:54.633]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:35:11.4744817Z [00:01:54.634]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T21:35:11.4747682Z [00:01:54.634]➜  crypto/internal/fips140/subtle
2025-08-20T21:35:11.4749558Z [00:01:54.634]➜  mkdir -p $WORK/b162/
2025-08-20T21:35:11.4751515Z [00:01:54.634]➜  echo -n > $WORK/b162/go_asm.h # internal
2025-08-20T21:35:11.4755246Z [00:01:54.635]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.4756590Z [00:01:54.635]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b162/symabis ./xor_arm64.s
2025-08-20T21:35:11.4771855Z [00:01:54.636]➜  cd /root/.go/src/math
2025-08-20T21:35:11.4773140Z [00:01:54.636]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/dim_arm64.o $WORK/b047/exp_arm64.o $WORK/b047/floor_arm64.o $WORK/b047/modf_arm64.o # internal
2025-08-20T21:35:11.4779000Z [00:01:54.637]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:35:11.4784135Z [00:01:54.637]➜  cat >/tmp/go-build4032094447/b162/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4784524Z [00:01:54.637]➜  # import config
2025-08-20T21:35:11.4785235Z [00:01:54.637]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:11.4785932Z [00:01:54.637]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:11.4786483Z [00:01:54.637]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:11.4786807Z [00:01:54.637]➜  EOF
2025-08-20T21:35:11.4799010Z [00:01:54.639]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4801581Z [00:01:54.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b162/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack -asmhdr $WORK/b162/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:35:11.4803867Z [00:01:54.639]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:35:11.4804534Z [00:01:54.639]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T21:35:11.4805078Z [00:01:54.639]➜  internal/nettrace
2025-08-20T21:35:11.4805336Z [00:01:54.639]➜  mkdir -p $WORK/b185/
2025-08-20T21:35:11.4805687Z [00:01:54.639]➜  echo '# import config' > $WORK/b185/importcfg # internal
2025-08-20T21:35:11.4807620Z [00:01:54.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b185=>" -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/b185/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:35:11.4820794Z [00:01:54.641]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T21:35:11.4821381Z [00:01:54.641]➜  container/list
2025-08-20T21:35:11.4821637Z [00:01:54.641]➜  mkdir -p $WORK/b193/
2025-08-20T21:35:11.4821982Z [00:01:54.641]➜  echo '# import config' > $WORK/b193/importcfg # internal
2025-08-20T21:35:11.4825433Z [00:01:54.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b193=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:35:11.4894610Z [00:01:54.648]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:35:11.4926048Z [00:01:54.652]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T21:35:11.4927686Z [00:01:54.652]➜  crypto/internal/boring/sig
2025-08-20T21:35:11.4927993Z [00:01:54.652]➜  mkdir -p $WORK/b199/
2025-08-20T21:35:11.4928903Z [00:01:54.652]➜  echo -n > $WORK/b199/go_asm.h # internal
2025-08-20T21:35:11.4929538Z [00:01:54.652]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.4931655Z [00:01:54.652]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b199=>" -I $WORK/b199/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b199/symabis ./sig_other.s
2025-08-20T21:35:11.4959292Z [00:01:54.655]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.4963292Z [00:01:54.655]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b162/xor_arm64.o ./xor_arm64.s
2025-08-20T21:35:11.4986914Z [00:01:54.658]➜  echo '# import config' > $WORK/b199/importcfg # internal
2025-08-20T21:35:11.4987388Z [00:01:54.658]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4989315Z [00:01:54.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b199=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b199/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack -asmhdr $WORK/b199/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:35:11.5019294Z [00:01:54.661]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:35:11.5030620Z [00:01:54.662]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.5032423Z [00:01:54.662]➜  go tool pack r $WORK/b162/_pkg_.a $WORK/b162/xor_arm64.o # internal
2025-08-20T21:35:11.5032936Z [00:01:54.662]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:35:11.5035177Z [00:01:54.662]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T21:35:11.5035880Z [00:01:54.662]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:11.5036198Z [00:01:54.662]➜  mkdir -p $WORK/b219/
2025-08-20T21:35:11.5036870Z [00:01:54.662]➜  echo '# import config' > $WORK/b219/importcfg # internal
2025-08-20T21:35:11.5037555Z [00:01:54.662]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T21:35:11.5039501Z [00:01:54.662]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5041630Z [00:01:54.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b219=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:35:11.5043566Z [00:01:54.662]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:11.5043889Z [00:01:54.662]➜  mkdir -p $WORK/b232/
2025-08-20T21:35:11.5044261Z [00:01:54.662]➜  echo '# import config' > $WORK/b232/importcfg # internal
2025-08-20T21:35:11.5046258Z [00:01:54.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b232=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:35:11.5107056Z [00:01:54.670]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.5108503Z [00:01:54.670]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b199=>" -I $WORK/b199/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b199/sig_other.o ./sig_other.s
2025-08-20T21:35:11.5111310Z [00:01:54.670]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:35:11.5114391Z [00:01:54.671]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T21:35:11.5116706Z [00:01:54.671]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:35:11.5118010Z [00:01:54.671]➜  mkdir -p $WORK/b274/
2025-08-20T21:35:11.5122775Z [00:01:54.671]➜  echo '# import config' > $WORK/b274/importcfg # internal
2025-08-20T21:35:11.5123448Z [00:01:54.671]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5125679Z [00:01:54.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/utf8internal=>golang.org/x/text@v0.4.0/internal/utf8internal;$WORK/b274=>" -p golang.org/x/text/internal/utf8internal -lang=go1.17 -complete -installsuffix shared -buildid zoiYuqsqCh0gwFt9zzlQ/zoiYuqsqCh0gwFt9zzlQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/utf8internal/utf8internal.go
2025-08-20T21:35:11.5148530Z [00:01:54.674]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:35:11.5159354Z [00:01:54.675]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T21:35:11.5160006Z [00:01:54.675]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.5160446Z [00:01:54.675]➜  go tool pack r $WORK/b199/_pkg_.a $WORK/b199/sig_other.o # internal
2025-08-20T21:35:11.5160865Z [00:01:54.675]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:35:11.5170711Z [00:01:54.676]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T21:35:11.5211207Z [00:01:54.680]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:35:11.5216305Z [00:01:54.681]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/88/88c4427688355841d4d38b5d67747906d38586e63cd8bf6ac5736bf4afbbf619-d # internal
2025-08-20T21:35:12.8446185Z [00:01:56.004]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T21:35:12.8447278Z [00:01:56.004]➜  cd /root/.go/src/runtime
2025-08-20T21:35:12.8448268Z [00:01:56.004]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:35:12.8471598Z [00:01:56.006]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T21:35:12.8556141Z [00:01:56.015]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:35:12.8575506Z [00:01:56.017]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T21:35:12.8600468Z [00:01:56.019]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:35:12.8624179Z [00:01:56.021]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T21:35:12.8645157Z [00:01:56.024]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T21:35:12.8667598Z [00:01:56.026]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T21:35:12.8704565Z [00:01:56.029]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T21:35:12.8727815Z [00:01:56.032]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T21:35:12.8776485Z [00:01:56.037]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T21:35:12.8813869Z [00:01:56.040]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T21:35:12.8815067Z [00:01:56.040]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:35:12.9073373Z [00:01:56.066]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T21:35:12.9083495Z [00:01:56.067]➜  internal/reflectlite
2025-08-20T21:35:12.9084401Z [00:01:56.067]➜  mkdir -p $WORK/b005/
2025-08-20T21:35:12.9084657Z [00:01:56.067]➜  iter
2025-08-20T21:35:12.9085310Z [00:01:56.067]➜  mkdir -p $WORK/b039/
2025-08-20T21:35:12.9085556Z [00:01:56.067]➜  sync
2025-08-20T21:35:12.9085753Z [00:01:56.067]➜  weak
2025-08-20T21:35:12.9085977Z [00:01:56.067]➜  mkdir -p $WORK/b035/
2025-08-20T21:35:12.9086279Z [00:01:56.067]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:35:12.9086580Z [00:01:56.067]➜  mkdir -p $WORK/b189/
2025-08-20T21:35:12.9086871Z [00:01:56.067]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:35:12.9087994Z [00:01:56.067]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:35:12.9089057Z [00:01:56.067]➜  cat >/tmp/go-build4032094447/b039/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9089397Z [00:01:56.067]➜  # import config
2025-08-20T21:35:12.9089761Z [00:01:56.067]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:12.9090227Z [00:01:56.067]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:12.9090547Z [00:01:56.067]➜  EOF
2025-08-20T21:35:12.9090812Z [00:01:56.067]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:12.9092200Z [00:01:56.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:35:12.9099749Z [00:01:56.067]➜  cat >/tmp/go-build4032094447/b035/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9100239Z [00:01:56.067]➜  # import config
2025-08-20T21:35:12.9100634Z [00:01:56.067]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:12.9101106Z [00:01:56.067]➜  packagefile internal/sync=/tmp/go-build4032094447/b036/_pkg_.a
2025-08-20T21:35:12.9101611Z [00:01:56.067]➜  packagefile internal/synctest=/tmp/go-build4032094447/b038/_pkg_.a
2025-08-20T21:35:12.9102078Z [00:01:56.067]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:12.9102698Z [00:01:56.067]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:12.9103032Z [00:01:56.067]➜  EOF
2025-08-20T21:35:12.9105673Z [00:01:56.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/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-20T21:35:12.9107840Z [00:01:56.067]➜  cat >/tmp/go-build4032094447/b189/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9108185Z [00:01:56.067]➜  # import config
2025-08-20T21:35:12.9108543Z [00:01:56.067]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:12.9108991Z [00:01:56.068]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:12.9109309Z [00:01:56.068]➜  EOF
2025-08-20T21:35:12.9110690Z [00:01:56.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b189=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:35:12.9112008Z [00:01:56.069]➜  cat >/tmp/go-build4032094447/b005/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9112696Z [00:01:56.069]➜  # import config
2025-08-20T21:35:12.9113074Z [00:01:56.069]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:12.9113549Z [00:01:56.069]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:12.9114055Z [00:01:56.069]➜  packagefile internal/unsafeheader=/tmp/go-build4032094447/b009/_pkg_.a
2025-08-20T21:35:12.9114531Z [00:01:56.069]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:12.9114848Z [00:01:56.069]➜  EOF
2025-08-20T21:35:12.9116893Z [00:01:56.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -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/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:35:12.9190824Z [00:01:56.078]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:35:12.9191892Z [00:01:56.078]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:35:12.9198242Z [00:01:56.079]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T21:35:12.9200284Z [00:01:56.079]➜  crypto/subtle
2025-08-20T21:35:12.9204040Z [00:01:56.079]➜  mkdir -p $WORK/b198/
2025-08-20T21:35:12.9204472Z [00:01:56.079]➜  cat >/tmp/go-build4032094447/b198/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9204840Z [00:01:56.079]➜  # import config
2025-08-20T21:35:12.9205273Z [00:01:56.079]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:12.9205829Z [00:01:56.079]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:12.9206304Z [00:01:56.079]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:12.9206634Z [00:01:56.079]➜  EOF
2025-08-20T21:35:12.9208647Z [00:01:56.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b198=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:35:12.9215788Z [00:01:56.080]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T21:35:12.9219187Z [00:01:56.081]➜  slices
2025-08-20T21:35:12.9219479Z [00:01:56.081]➜  mkdir -p $WORK/b051/
2025-08-20T21:35:12.9219850Z [00:01:56.081]➜  cat >/tmp/go-build4032094447/b051/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9220220Z [00:01:56.081]➜  # import config
2025-08-20T21:35:12.9220550Z [00:01:56.081]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:12.9220960Z [00:01:56.081]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:12.9221388Z [00:01:56.081]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:12.9221707Z [00:01:56.081]➜  EOF
2025-08-20T21:35:12.9225306Z [00:01:56.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b051=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/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-20T21:35:12.9337842Z [00:01:56.093]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:35:12.9347106Z [00:01:56.094]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T21:35:12.9357189Z [00:01:56.095]➜  maps
2025-08-20T21:35:12.9361791Z [00:01:56.095]➜  mkdir -p $WORK/b069/
2025-08-20T21:35:12.9383818Z [00:01:56.097]➜  cat >/tmp/go-build4032094447/b069/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9384259Z [00:01:56.097]➜  # import config
2025-08-20T21:35:12.9385314Z [00:01:56.097]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:12.9385706Z [00:01:56.097]➜  EOF
2025-08-20T21:35:12.9387103Z [00:01:56.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b069=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:35:12.9426328Z [00:01:56.102]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:35:12.9444083Z [00:01:56.103]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T21:35:12.9529148Z [00:01:56.112]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:35:12.9899590Z [00:01:56.112]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T21:35:12.9900252Z [00:01:56.149]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:35:12.9901340Z [00:01:56.149]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:35:12.9919523Z [00:01:56.151]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:35:12.9920530Z [00:01:56.151]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:35:12.9937265Z [00:01:56.153]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T21:35:12.9937960Z [00:01:56.153]➜  errors
2025-08-20T21:35:12.9938221Z [00:01:56.153]➜  mkdir -p $WORK/b004/
2025-08-20T21:35:12.9938604Z [00:01:56.153]➜  cat >/tmp/go-build4032094447/b004/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9939201Z [00:01:56.153]➜  # import config
2025-08-20T21:35:12.9939922Z [00:01:56.153]➜  packagefile internal/reflectlite=/tmp/go-build4032094447/b005/_pkg_.a
2025-08-20T21:35:12.9940372Z [00:01:56.153]➜  EOF
2025-08-20T21:35:12.9940653Z [00:01:56.153]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:12.9942280Z [00:01:56.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:35:12.9944307Z [00:01:56.153]➜  sort
2025-08-20T21:35:12.9944601Z [00:01:56.153]➜  mkdir -p $WORK/b075/
2025-08-20T21:35:12.9946742Z [00:01:56.154]➜  cat >/tmp/go-build4032094447/b075/importcfg << 'EOF' # internal
2025-08-20T21:35:12.9956812Z [00:01:56.154]➜  # import config
2025-08-20T21:35:12.9957495Z [00:01:56.154]➜  packagefile internal/reflectlite=/tmp/go-build4032094447/b005/_pkg_.a
2025-08-20T21:35:12.9958129Z [00:01:56.154]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:12.9958668Z [00:01:56.154]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:12.9959083Z [00:01:56.154]➜  EOF
2025-08-20T21:35:12.9960856Z [00:01:56.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b075=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:35:13.0009365Z [00:01:56.160]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:35:13.0033379Z [00:01:56.162]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T21:35:13.0035581Z [00:01:56.163]➜  internal/bisect
2025-08-20T21:35:13.0035980Z [00:01:56.163]➜  mkdir -p $WORK/b062/
2025-08-20T21:35:13.0039551Z [00:01:56.163]➜  internal/testlog
2025-08-20T21:35:13.0041023Z [00:01:56.163]➜  mkdir -p $WORK/b067/
2025-08-20T21:35:13.0046401Z [00:01:56.164]➜  cat >/tmp/go-build4032094447/b067/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0046823Z [00:01:56.164]➜  # import config
2025-08-20T21:35:13.0047187Z [00:01:56.164]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.0047629Z [00:01:56.164]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.0047959Z [00:01:56.164]➜  EOF
2025-08-20T21:35:13.0049619Z [00:01:56.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b067=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:35:13.0052528Z [00:01:56.164]➜  cat >/tmp/go-build4032094447/b062/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0052941Z [00:01:56.164]➜  # import config
2025-08-20T21:35:13.0053291Z [00:01:56.164]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.0053732Z [00:01:56.164]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.0054166Z [00:01:56.164]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.0054494Z [00:01:56.164]➜  EOF
2025-08-20T21:35:13.0056244Z [00:01:56.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b062=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:35:13.0150832Z [00:01:56.174]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:35:13.0154608Z [00:01:56.174]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T21:35:13.0156735Z [00:01:56.175]➜  io
2025-08-20T21:35:13.0158520Z [00:01:56.175]➜  mkdir -p $WORK/b034/
2025-08-20T21:35:13.0159041Z [00:01:56.175]➜  cat >/tmp/go-build4032094447/b034/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0159402Z [00:01:56.175]➜  # import config
2025-08-20T21:35:13.0159743Z [00:01:56.175]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.0160161Z [00:01:56.175]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.0160469Z [00:01:56.175]➜  EOF
2025-08-20T21:35:13.0161946Z [00:01:56.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:35:13.0301749Z [00:01:56.189]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:35:13.0312087Z [00:01:56.190]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T21:35:13.0319125Z [00:01:56.191]➜  strconv
2025-08-20T21:35:13.0326138Z [00:01:56.192]➜  mkdir -p $WORK/b050/
2025-08-20T21:35:13.0335907Z [00:01:56.193]➜  cat >/tmp/go-build4032094447/b050/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0338426Z [00:01:56.193]➜  # import config
2025-08-20T21:35:13.0339478Z [00:01:56.193]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.0341978Z [00:01:56.193]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.0347656Z [00:01:56.193]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:13.0348216Z [00:01:56.193]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:13.0348650Z [00:01:56.193]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.0349107Z [00:01:56.193]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.0349464Z [00:01:56.193]➜  EOF
2025-08-20T21:35:13.0352263Z [00:01:56.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b050=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/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-20T21:35:13.0605102Z [00:01:56.218]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:35:13.0616319Z [00:01:56.219]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T21:35:13.0616935Z [00:01:56.219]➜  internal/oserror
2025-08-20T21:35:13.0617202Z [00:01:56.219]➜  mkdir -p $WORK/b058/
2025-08-20T21:35:13.0617572Z [00:01:56.219]➜  cat >/tmp/go-build4032094447/b058/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0617916Z [00:01:56.219]➜  # import config
2025-08-20T21:35:13.0618253Z [00:01:56.219]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.0618972Z [00:01:56.219]➜  EOF
2025-08-20T21:35:13.0620548Z [00:01:56.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b058=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:35:13.0729914Z [00:01:56.232]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:35:13.0739790Z [00:01:56.232]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T21:35:13.0740352Z [00:01:56.233]➜  path
2025-08-20T21:35:13.0740590Z [00:01:56.233]➜  mkdir -p $WORK/b059/
2025-08-20T21:35:13.0740962Z [00:01:56.233]➜  cat >/tmp/go-build4032094447/b059/importcfg << 'EOF' # internal
2025-08-20T21:35:13.0741307Z [00:01:56.233]➜  # import config
2025-08-20T21:35:13.0741669Z [00:01:56.233]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.0742135Z [00:01:56.233]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.0742761Z [00:01:56.233]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.0743094Z [00:01:56.233]➜  EOF
2025-08-20T21:35:13.0744488Z [00:01:56.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b059=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:35:13.0946932Z [00:01:56.253]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:35:13.0985648Z [00:01:56.257]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:35:13.0987205Z [00:01:56.258]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T21:35:13.0999424Z [00:01:56.258]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T21:35:13.1000712Z [00:01:56.259]➜  bytes
2025-08-20T21:35:13.1000958Z [00:01:56.259]➜  mkdir -p $WORK/b003/
2025-08-20T21:35:13.1001332Z [00:01:56.259]➜  cat >/tmp/go-build4032094447/b003/importcfg << 'EOF' # internal
2025-08-20T21:35:13.1001700Z [00:01:56.259]➜  # import config
2025-08-20T21:35:13.1002040Z [00:01:56.259]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.1002609Z [00:01:56.259]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.1003111Z [00:01:56.259]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.1003515Z [00:01:56.259]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:13.1003950Z [00:01:56.259]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.1004394Z [00:01:56.259]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:13.1004839Z [00:01:56.259]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.1005163Z [00:01:56.259]➜  EOF
2025-08-20T21:35:13.1006731Z [00:01:56.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/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-20T21:35:13.1016357Z [00:01:56.261]➜  internal/godebug
2025-08-20T21:35:13.1016696Z [00:01:56.261]➜  mkdir -p $WORK/b061/
2025-08-20T21:35:13.1017485Z [00:01:56.261]➜  cat >/tmp/go-build4032094447/b061/importcfg << 'EOF' # internal
2025-08-20T21:35:13.1017904Z [00:01:56.261]➜  # import config
2025-08-20T21:35:13.1018279Z [00:01:56.261]➜  packagefile internal/bisect=/tmp/go-build4032094447/b062/_pkg_.a
2025-08-20T21:35:13.1018777Z [00:01:56.261]➜  packagefile internal/godebugs=/tmp/go-build4032094447/b016/_pkg_.a
2025-08-20T21:35:13.1019235Z [00:01:56.261]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.1019672Z [00:01:56.261]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.1020011Z [00:01:56.261]➜  EOF
2025-08-20T21:35:13.1022944Z [00:01:56.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b061=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:35:13.1035703Z [00:01:56.263]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:35:13.1050311Z [00:01:56.264]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T21:35:13.1056555Z [00:01:56.265]➜  strings
2025-08-20T21:35:13.1056873Z [00:01:56.265]➜  mkdir -p $WORK/b043/
2025-08-20T21:35:13.1073195Z [00:01:56.265]➜  cat >/tmp/go-build4032094447/b043/importcfg << 'EOF' # internal
2025-08-20T21:35:13.1073997Z [00:01:56.265]➜  # import config
2025-08-20T21:35:13.1074344Z [00:01:56.265]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.1074797Z [00:01:56.265]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:13.1075271Z [00:01:56.265]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.1075779Z [00:01:56.265]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:13.1076253Z [00:01:56.265]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.1076661Z [00:01:56.265]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:13.1077090Z [00:01:56.265]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.1077513Z [00:01:56.265]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.1077930Z [00:01:56.265]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:13.1078386Z [00:01:56.265]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.1078716Z [00:01:56.265]➜  EOF
2025-08-20T21:35:13.1080898Z [00:01:56.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b043=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/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-20T21:35:13.1850391Z [00:01:56.344]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:35:13.1886962Z [00:01:56.348]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T21:35:13.1895206Z [00:01:56.348]➜  reflect
2025-08-20T21:35:13.1904519Z [00:01:56.349]➜  mkdir -p $WORK/b048/
2025-08-20T21:35:13.1932478Z [00:01:56.350]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:35:13.1933255Z [00:01:56.352]➜  echo -n > $WORK/b048/go_asm.h # internal
2025-08-20T21:35:13.1933580Z [00:01:56.352]➜  cd /root/.go/src/reflect
2025-08-20T21:35:13.1934926Z [00:01:56.352]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b048/symabis ./asm_arm64.s
2025-08-20T21:35:13.1957589Z [00:01:56.355]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T21:35:13.1989972Z [00:01:56.358]➜  syscall
2025-08-20T21:35:13.1990665Z [00:01:56.358]➜  mkdir -p $WORK/b063/
2025-08-20T21:35:13.2007590Z [00:01:56.360]➜  echo -n > $WORK/b063/go_asm.h # internal
2025-08-20T21:35:13.2016262Z [00:01:56.361]➜  cd /root/.go/src/syscall
2025-08-20T21:35:13.2017410Z [00:01:56.361]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -I $WORK/b063/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b063/symabis ./asm_linux_arm64.s
2025-08-20T21:35:13.2026227Z [00:01:56.362]➜  cat >/tmp/go-build4032094447/b048/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2026758Z [00:01:56.362]➜  # import config
2025-08-20T21:35:13.2027248Z [00:01:56.362]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.2027849Z [00:01:56.362]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:13.2028430Z [00:01:56.362]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.2029064Z [00:01:56.362]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:13.2029637Z [00:01:56.362]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:13.2030606Z [00:01:56.362]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:13.2031236Z [00:01:56.362]➜  packagefile internal/runtime/maps=/tmp/go-build4032094447/b027/_pkg_.a
2025-08-20T21:35:13.2031900Z [00:01:56.362]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:13.2032733Z [00:01:56.362]➜  packagefile internal/unsafeheader=/tmp/go-build4032094447/b009/_pkg_.a
2025-08-20T21:35:13.2033343Z [00:01:56.362]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:13.2033902Z [00:01:56.362]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:13.2034464Z [00:01:56.362]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.2034994Z [00:01:56.362]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.2035508Z [00:01:56.362]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.2036058Z [00:01:56.362]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:13.2036597Z [00:01:56.362]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.2037027Z [00:01:56.362]➜  EOF
2025-08-20T21:35:13.2037314Z [00:01:56.362]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.2040284Z [00:01:56.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b048/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/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-20T21:35:13.2101725Z [00:01:56.369]➜  cat >/tmp/go-build4032094447/b063/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2102197Z [00:01:56.369]➜  # import config
2025-08-20T21:35:13.2102660Z [00:01:56.369]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.2103117Z [00:01:56.369]➜  packagefile internal/asan=/tmp/go-build4032094447/b028/_pkg_.a
2025-08-20T21:35:13.2103877Z [00:01:56.369]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.2104461Z [00:01:56.369]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:13.2104962Z [00:01:56.369]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:13.2105434Z [00:01:56.369]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:13.2105901Z [00:01:56.369]➜  packagefile internal/msan=/tmp/go-build4032094447/b029/_pkg_.a
2025-08-20T21:35:13.2106390Z [00:01:56.369]➜  packagefile internal/oserror=/tmp/go-build4032094447/b058/_pkg_.a
2025-08-20T21:35:13.2106866Z [00:01:56.369]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:13.2107385Z [00:01:56.369]➜  packagefile internal/runtime/syscall=/tmp/go-build4032094447/b024/_pkg_.a
2025-08-20T21:35:13.2107871Z [00:01:56.369]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.2108297Z [00:01:56.369]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.2108748Z [00:01:56.369]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.2109188Z [00:01:56.369]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.2109517Z [00:01:56.369]➜  EOF
2025-08-20T21:35:13.2124999Z [00:01:56.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b063/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack -asmhdr $WORK/b063/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-20T21:35:13.2248046Z [00:01:56.384]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:35:13.2278085Z [00:01:56.387]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T21:35:13.2289358Z [00:01:56.387]➜  internal/saferio
2025-08-20T21:35:13.2289690Z [00:01:56.387]➜  mkdir -p $WORK/b068/
2025-08-20T21:35:13.2290085Z [00:01:56.388]➜  cat >/tmp/go-build4032094447/b068/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2290435Z [00:01:56.388]➜  # import config
2025-08-20T21:35:13.2290758Z [00:01:56.388]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.2291061Z [00:01:56.388]➜  EOF
2025-08-20T21:35:13.2292714Z [00:01:56.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b068=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:35:13.2398990Z [00:01:56.398]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:35:13.2411328Z [00:01:56.400]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:35:13.2416824Z [00:01:56.401]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T21:35:13.2420655Z [00:01:56.401]➜  encoding/base64
2025-08-20T21:35:13.2421123Z [00:01:56.401]➜  mkdir -p $WORK/b077/
2025-08-20T21:35:13.2425006Z [00:01:56.402]➜  cat >/tmp/go-build4032094447/b077/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2426954Z [00:01:56.402]➜  # import config
2025-08-20T21:35:13.2428333Z [00:01:56.402]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:13.2428845Z [00:01:56.402]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.2429259Z [00:01:56.402]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.2429684Z [00:01:56.402]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.2429995Z [00:01:56.402]➜  EOF
2025-08-20T21:35:13.2431509Z [00:01:56.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b077=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:35:13.2474390Z [00:01:56.405]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T21:35:13.2475304Z [00:01:56.406]➜  bufio
2025-08-20T21:35:13.2475543Z [00:01:56.406]➜  mkdir -p $WORK/b002/
2025-08-20T21:35:13.2475915Z [00:01:56.406]➜  cat >/tmp/go-build4032094447/b002/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2476256Z [00:01:56.406]➜  # import config
2025-08-20T21:35:13.2476590Z [00:01:56.406]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.2477008Z [00:01:56.406]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.2477427Z [00:01:56.406]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.2477840Z [00:01:56.406]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.2478283Z [00:01:56.406]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.2478613Z [00:01:56.406]➜  EOF
2025-08-20T21:35:13.2480000Z [00:01:56.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b002=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:35:13.2758265Z [00:01:56.435]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:35:13.2796869Z [00:01:56.435]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T21:35:13.2797622Z [00:01:56.435]➜  golang.org/x/text/transform
2025-08-20T21:35:13.2797921Z [00:01:56.435]➜  mkdir -p $WORK/b081/
2025-08-20T21:35:13.2798302Z [00:01:56.436]➜  cat >/tmp/go-build4032094447/b081/importcfg << 'EOF' # internal
2025-08-20T21:35:13.2798648Z [00:01:56.436]➜  # import config
2025-08-20T21:35:13.2798985Z [00:01:56.436]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.2799400Z [00:01:56.436]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.2799827Z [00:01:56.436]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.2800261Z [00:01:56.436]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.2800590Z [00:01:56.436]➜  EOF
2025-08-20T21:35:13.2802766Z [00:01:56.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/transform=>golang.org/x/text@v0.4.0/transform;$WORK/b081=>" -p golang.org/x/text/transform -lang=go1.17 -complete -installsuffix shared -buildid hgWATvKYrpwLzcKfOLuj/hgWATvKYrpwLzcKfOLuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/transform/transform.go
2025-08-20T21:35:13.3090022Z [00:01:56.468]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:35:13.3097285Z [00:01:56.469]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/ae/aee59976f909a7f7ae7ff367e23f66d1fe78ef0783bb65882a18e056bde6dfc0-d # internal
2025-08-20T21:35:13.3103210Z [00:01:56.469]➜  golang.org/x/text/encoding
2025-08-20T21:35:13.3103836Z [00:01:56.469]➜  mkdir -p $WORK/b079/
2025-08-20T21:35:13.3104387Z [00:01:56.469]➜  cat >/tmp/go-build4032094447/b079/importcfg << 'EOF' # internal
2025-08-20T21:35:13.3105089Z [00:01:56.469]➜  # import config
2025-08-20T21:35:13.3105950Z [00:01:56.469]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.3106551Z [00:01:56.469]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:13.3107204Z [00:01:56.469]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:13.3107686Z [00:01:56.469]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.3108101Z [00:01:56.470]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.3108550Z [00:01:56.470]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.3109043Z [00:01:56.470]➜  EOF
2025-08-20T21:35:13.3111151Z [00:01:56.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding=>golang.org/x/text@v0.4.0/encoding;$WORK/b079=>" -p golang.org/x/text/encoding -lang=go1.17 -complete -installsuffix shared -buildid -sK7_4ed5qVnIZgruBwR/-sK7_4ed5qVnIZgruBwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/encoding.go
2025-08-20T21:35:13.3187814Z [00:01:56.478]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:35:13.3199401Z [00:01:56.479]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T21:35:13.3207570Z [00:01:56.479]➜  math/rand
2025-08-20T21:35:13.3207843Z [00:01:56.479]➜  mkdir -p $WORK/b086/
2025-08-20T21:35:13.3208223Z [00:01:56.480]➜  cat >/tmp/go-build4032094447/b086/importcfg << 'EOF' # internal
2025-08-20T21:35:13.3208789Z [00:01:56.480]➜  # import config
2025-08-20T21:35:13.3209272Z [00:01:56.480]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:13.3210081Z [00:01:56.480]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:13.3210769Z [00:01:56.480]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.3211453Z [00:01:56.480]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.3212532Z [00:01:56.480]➜  EOF
2025-08-20T21:35:13.3214431Z [00:01:56.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b086=>" -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/b086/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-20T21:35:13.3407531Z [00:01:56.500]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:35:13.3414666Z [00:01:56.500]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/bb/bb87d4d6e5bc8f938a0fdfac09020dd411692bd05afb3ab96f0c4552232fc264-d # internal
2025-08-20T21:35:13.3416072Z [00:01:56.501]➜  github.com/gdamore/encoding
2025-08-20T21:35:13.3417207Z [00:01:56.501]➜  mkdir -p $WORK/b078/
2025-08-20T21:35:13.3418532Z [00:01:56.501]➜  cat >/tmp/go-build4032094447/b078/importcfg << 'EOF' # internal
2025-08-20T21:35:13.3419200Z [00:01:56.501]➜  # import config
2025-08-20T21:35:13.3419691Z [00:01:56.501]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:13.3420265Z [00:01:56.501]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:13.3420756Z [00:01:56.501]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.3421195Z [00:01:56.501]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.3421544Z [00:01:56.501]➜  EOF
2025-08-20T21:35:13.3424757Z [00:01:56.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0=>github.com/gdamore/encoding@v1.0.0;$WORK/b078=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid -yjP45PqzW5Sn93R-oY1/-yjP45PqzW5Sn93R-oY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/utf8.go
2025-08-20T21:35:13.3824729Z [00:01:56.541]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:35:13.3838651Z [00:01:56.543]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T21:35:13.3839299Z [00:01:56.543]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:35:13.3845933Z [00:01:56.544]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/7f/7f87886ee2980ba4c1624fe090d9da334ac31f5fa3cff07b449e90a4fd6ad0dd-d # internal
2025-08-20T21:35:13.3847570Z [00:01:56.544]➜  hash
2025-08-20T21:35:13.3848977Z [00:01:56.544]➜  mkdir -p $WORK/b146/
2025-08-20T21:35:13.3853634Z [00:01:56.544]➜  cat >/tmp/go-build4032094447/b146/importcfg << 'EOF' # internal
2025-08-20T21:35:13.3854508Z [00:01:56.544]➜  # import config
2025-08-20T21:35:13.3855039Z [00:01:56.544]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.3855373Z [00:01:56.544]➜  EOF
2025-08-20T21:35:13.3856675Z [00:01:56.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b146=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:35:13.3869170Z [00:01:56.546]➜  regexp/syntax
2025-08-20T21:35:13.3886213Z [00:01:56.548]➜  mkdir -p $WORK/b090/
2025-08-20T21:35:13.3887252Z [00:01:56.548]➜  cat >/tmp/go-build4032094447/b090/importcfg << 'EOF' # internal
2025-08-20T21:35:13.3887922Z [00:01:56.548]➜  # import config
2025-08-20T21:35:13.3889100Z [00:01:56.548]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.3889543Z [00:01:56.548]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:13.3889973Z [00:01:56.548]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.3890408Z [00:01:56.548]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.3890838Z [00:01:56.548]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.3891276Z [00:01:56.548]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:13.3891722Z [00:01:56.548]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.3892055Z [00:01:56.548]➜  EOF
2025-08-20T21:35:13.3895074Z [00:01:56.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b090=>" -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/b090/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-20T21:35:13.4026992Z [00:01:56.562]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:35:13.4035188Z [00:01:56.562]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T21:35:13.4035738Z [00:01:56.562]➜  crypto
2025-08-20T21:35:13.4035973Z [00:01:56.562]➜  mkdir -p $WORK/b145/
2025-08-20T21:35:13.4036344Z [00:01:56.562]➜  cat >/tmp/go-build4032094447/b145/importcfg << 'EOF' # internal
2025-08-20T21:35:13.4036687Z [00:01:56.562]➜  # import config
2025-08-20T21:35:13.4037035Z [00:01:56.562]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:13.4037441Z [00:01:56.562]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.4037858Z [00:01:56.562]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.4038181Z [00:01:56.562]➜  EOF
2025-08-20T21:35:13.4039509Z [00:01:56.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b145=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:35:13.4172224Z [00:01:56.576]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:35:13.4184029Z [00:01:56.577]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T21:35:13.4204169Z [00:01:56.579]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:35:13.4205582Z [00:01:56.580]➜  mkdir -p $WORK/b152/
2025-08-20T21:35:13.4208119Z [00:01:56.580]➜  cat >/tmp/go-build4032094447/b152/importcfg << 'EOF' # internal
2025-08-20T21:35:13.4208622Z [00:01:56.580]➜  # import config
2025-08-20T21:35:13.4211310Z [00:01:56.580]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:13.4211679Z [00:01:56.580]➜  EOF
2025-08-20T21:35:13.4213600Z [00:01:56.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b152=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:35:13.4444977Z [00:01:56.604]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:35:13.4450173Z [00:01:56.604]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T21:35:13.4452654Z [00:01:56.604]➜  crypto/internal/fips140
2025-08-20T21:35:13.4454217Z [00:01:56.605]➜  mkdir -p $WORK/b151/
2025-08-20T21:35:13.4456711Z [00:01:56.605]➜  cat >/tmp/go-build4032094447/b151/importcfg << 'EOF' # internal
2025-08-20T21:35:13.4457603Z [00:01:56.605]➜  # import config
2025-08-20T21:35:13.4458262Z [00:01:56.605]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4032094447/b152/_pkg_.a
2025-08-20T21:35:13.4459402Z [00:01:56.605]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.4460189Z [00:01:56.605]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:13.4460931Z [00:01:56.605]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.4461669Z [00:01:56.605]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.4462640Z [00:01:56.605]➜  EOF
2025-08-20T21:35:13.4465619Z [00:01:56.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b151=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:35:13.4886010Z [00:01:56.647]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:35:13.4890166Z [00:01:56.648]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T21:35:13.4891553Z [00:01:56.648]➜  crypto/internal/impl
2025-08-20T21:35:13.4892516Z [00:01:56.648]➜  mkdir -p $WORK/b160/
2025-08-20T21:35:13.4897600Z [00:01:56.649]➜  cat >/tmp/go-build4032094447/b160/importcfg << 'EOF' # internal
2025-08-20T21:35:13.4898412Z [00:01:56.649]➜  # import config
2025-08-20T21:35:13.4898991Z [00:01:56.649]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.4899861Z [00:01:56.649]➜  EOF
2025-08-20T21:35:13.4901859Z [00:01:56.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b160=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:35:13.5162961Z [00:01:56.675]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:35:13.5172241Z [00:01:56.676]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T21:35:13.5176955Z [00:01:56.677]➜  crypto/internal/fips140/sha256
2025-08-20T21:35:13.5179111Z [00:01:56.677]➜  mkdir -p $WORK/b157/
2025-08-20T21:35:13.5184110Z [00:01:56.678]➜  echo -n > $WORK/b157/go_asm.h # internal
2025-08-20T21:35:13.5184924Z [00:01:56.678]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:35:13.5187195Z [00:01:56.678]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b157/symabis ./sha256block_arm64.s
2025-08-20T21:35:13.5248350Z [00:01:56.684]➜  cat >/tmp/go-build4032094447/b157/importcfg << 'EOF' # internal
2025-08-20T21:35:13.5250169Z [00:01:56.684]➜  # import config
2025-08-20T21:35:13.5251017Z [00:01:56.684]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.5252452Z [00:01:56.684]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.5253137Z [00:01:56.684]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:13.5253770Z [00:01:56.684]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:13.5254330Z [00:01:56.684]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:13.5254814Z [00:01:56.684]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.5255231Z [00:01:56.684]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:13.5255655Z [00:01:56.684]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.5255980Z [00:01:56.684]➜  EOF
2025-08-20T21:35:13.5256249Z [00:01:56.684]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.5260000Z [00:01:56.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b157/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack -asmhdr $WORK/b157/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T21:35:13.5334809Z [00:01:56.693]➜  cd /root/.go/src/syscall
2025-08-20T21:35:13.5339891Z [00:01:56.693]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -I $WORK/b063/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b063/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:35:13.5429876Z [00:01:56.702]➜  go tool pack r $WORK/b063/_pkg_.a $WORK/b063/asm_linux_arm64.o # internal
2025-08-20T21:35:13.5431989Z [00:01:56.702]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:35:13.5536140Z [00:01:56.712]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T21:35:13.5537569Z [00:01:56.713]➜  time
2025-08-20T21:35:13.5539382Z [00:01:56.713]➜  mkdir -p $WORK/b060/
2025-08-20T21:35:13.5540605Z [00:01:56.713]➜  cat >/tmp/go-build4032094447/b060/importcfg << 'EOF' # internal
2025-08-20T21:35:13.5540983Z [00:01:56.713]➜  # import config
2025-08-20T21:35:13.5541326Z [00:01:56.713]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.5541790Z [00:01:56.713]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.5542279Z [00:01:56.713]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:13.5542979Z [00:01:56.713]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:13.5543469Z [00:01:56.713]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.5543902Z [00:01:56.713]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.5544320Z [00:01:56.713]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.5544738Z [00:01:56.713]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:13.5545057Z [00:01:56.713]➜  EOF
2025-08-20T21:35:13.5545327Z [00:01:56.713]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.5548001Z [00:01:56.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b060=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/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-20T21:35:13.5611454Z [00:01:56.720]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:35:13.5613149Z [00:01:56.720]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b157/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T21:35:13.5636216Z [00:01:56.723]➜  go tool pack r $WORK/b157/_pkg_.a $WORK/b157/sha256block_arm64.o # internal
2025-08-20T21:35:13.5637449Z [00:01:56.723]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:35:13.5683267Z [00:01:56.727]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T21:35:13.5689198Z [00:01:56.728]➜  internal/syscall/unix
2025-08-20T21:35:13.5693570Z [00:01:56.728]➜  mkdir -p $WORK/b065/
2025-08-20T21:35:13.5697117Z [00:01:56.729]➜  cat >/tmp/go-build4032094447/b065/importcfg << 'EOF' # internal
2025-08-20T21:35:13.5697811Z [00:01:56.729]➜  # import config
2025-08-20T21:35:13.5698173Z [00:01:56.729]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.5698982Z [00:01:56.729]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.5699427Z [00:01:56.729]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:13.5699744Z [00:01:56.729]➜  EOF
2025-08-20T21:35:13.5700472Z [00:01:56.729]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:35:13.5710296Z [00:01:56.730]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.5718374Z [00:01:56.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b065=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:35:13.5733834Z [00:01:56.732]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T21:35:13.5766816Z [00:01:56.736]➜  internal/syscall/execenv
2025-08-20T21:35:13.5767602Z [00:01:56.736]➜  mkdir -p $WORK/b066/
2025-08-20T21:35:13.5770387Z [00:01:56.736]➜  cat >/tmp/go-build4032094447/b066/importcfg << 'EOF' # internal
2025-08-20T21:35:13.5770970Z [00:01:56.736]➜  # import config
2025-08-20T21:35:13.5771796Z [00:01:56.736]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:13.5772261Z [00:01:56.736]➜  EOF
2025-08-20T21:35:13.5774192Z [00:01:56.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b066=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:35:13.5966335Z [00:01:56.756]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:35:13.5988479Z [00:01:56.758]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T21:35:13.5991864Z [00:01:56.758]➜  regexp
2025-08-20T21:35:13.5994339Z [00:01:56.759]➜  mkdir -p $WORK/b089/
2025-08-20T21:35:13.5999087Z [00:01:56.759]➜  cat >/tmp/go-build4032094447/b089/importcfg << 'EOF' # internal
2025-08-20T21:35:13.5999439Z [00:01:56.759]➜  # import config
2025-08-20T21:35:13.5999922Z [00:01:56.759]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.6000483Z [00:01:56.759]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.6001010Z [00:01:56.759]➜  packagefile regexp/syntax=/tmp/go-build4032094447/b090/_pkg_.a
2025-08-20T21:35:13.6002000Z [00:01:56.759]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.6002644Z [00:01:56.759]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.6003186Z [00:01:56.759]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.6003714Z [00:01:56.759]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.6004222Z [00:01:56.759]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:13.6004777Z [00:01:56.759]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.6005268Z [00:01:56.759]➜  EOF
2025-08-20T21:35:13.6007126Z [00:01:56.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b089=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/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-20T21:35:13.6068077Z [00:01:56.766]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:35:13.6073682Z [00:01:56.766]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T21:35:13.6081612Z [00:01:56.767]➜  crypto/internal/fips140/sha3
2025-08-20T21:35:13.6081992Z [00:01:56.767]➜  mkdir -p $WORK/b161/
2025-08-20T21:35:13.6082390Z [00:01:56.767]➜  echo -n > $WORK/b161/go_asm.h # internal
2025-08-20T21:35:13.6082783Z [00:01:56.767]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:35:13.6084041Z [00:01:56.767]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b161/symabis ./sha3_arm64.s
2025-08-20T21:35:13.6110097Z [00:01:56.770]➜  cat >/tmp/go-build4032094447/b161/importcfg << 'EOF' # internal
2025-08-20T21:35:13.6111639Z [00:01:56.770]➜  # import config
2025-08-20T21:35:13.6112103Z [00:01:56.770]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.6112766Z [00:01:56.770]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.6113350Z [00:01:56.770]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:13.6114253Z [00:01:56.770]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:13.6114972Z [00:01:56.770]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:13.6115529Z [00:01:56.770]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:13.6116000Z [00:01:56.770]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.6116442Z [00:01:56.770]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.6116874Z [00:01:56.770]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.6117205Z [00:01:56.770]➜  EOF
2025-08-20T21:35:13.6117475Z [00:01:56.770]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.6120453Z [00:01:56.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b161/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack -asmhdr $WORK/b161/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:35:13.6870042Z [00:01:56.846]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:35:13.6871361Z [00:01:56.846]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b161/sha3_arm64.o ./sha3_arm64.s
2025-08-20T21:35:13.7020590Z [00:01:56.861]➜  go tool pack r $WORK/b161/_pkg_.a $WORK/b161/sha3_arm64.o # internal
2025-08-20T21:35:13.7021941Z [00:01:56.861]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:35:13.7031799Z [00:01:56.862]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T21:35:13.7057171Z [00:01:56.865]➜  crypto/internal/fips140/sha512
2025-08-20T21:35:13.7057986Z [00:01:56.865]➜  mkdir -p $WORK/b163/
2025-08-20T21:35:13.7065997Z [00:01:56.865]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T21:35:13.7066452Z [00:01:56.865]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:35:13.7067772Z [00:01:56.866]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b163/symabis ./sha512block_arm64.s
2025-08-20T21:35:13.7185092Z [00:01:56.877]➜  cat >/tmp/go-build4032094447/b163/importcfg << 'EOF' # internal
2025-08-20T21:35:13.7185534Z [00:01:56.877]➜  # import config
2025-08-20T21:35:13.7185882Z [00:01:56.877]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.7186384Z [00:01:56.877]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.7186998Z [00:01:56.877]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:13.7187645Z [00:01:56.877]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:13.7188203Z [00:01:56.877]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:13.7188666Z [00:01:56.877]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.7189083Z [00:01:56.877]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:13.7189795Z [00:01:56.877]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.7190192Z [00:01:56.877]➜  EOF
2025-08-20T21:35:13.7193076Z [00:01:56.878]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.7205469Z [00:01:56.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b163/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack -asmhdr $WORK/b163/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T21:35:13.7745317Z [00:01:56.933]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:35:13.7784084Z [00:01:56.937]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T21:35:13.7794715Z [00:01:56.939]➜  math/rand/v2
2025-08-20T21:35:13.7795170Z [00:01:56.939]➜  mkdir -p $WORK/b165/
2025-08-20T21:35:13.7808056Z [00:01:56.940]➜  cat >/tmp/go-build4032094447/b165/importcfg << 'EOF' # internal
2025-08-20T21:35:13.7808598Z [00:01:56.940]➜  # import config
2025-08-20T21:35:13.7809064Z [00:01:56.940]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.7810051Z [00:01:56.940]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:13.7810795Z [00:01:56.940]➜  packagefile internal/chacha8rand=/tmp/go-build4032094447/b014/_pkg_.a
2025-08-20T21:35:13.7811392Z [00:01:56.940]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:13.7812859Z [00:01:56.940]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.7813216Z [00:01:56.940]➜  EOF
2025-08-20T21:35:13.7820437Z [00:01:56.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b165=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:35:13.7910189Z [00:01:56.950]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:35:13.7913601Z [00:01:56.950]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b163/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T21:35:13.8030647Z [00:01:56.962]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/sha512block_arm64.o # internal
2025-08-20T21:35:13.8031709Z [00:01:56.962]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:35:13.8035569Z [00:01:56.963]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T21:35:13.8036227Z [00:01:56.963]➜  crypto/internal/fips140/hmac
2025-08-20T21:35:13.8036543Z [00:01:56.963]➜  mkdir -p $WORK/b156/
2025-08-20T21:35:13.8056239Z [00:01:56.965]➜  cat >/tmp/go-build4032094447/b156/importcfg << 'EOF' # internal
2025-08-20T21:35:13.8057109Z [00:01:56.965]➜  # import config
2025-08-20T21:35:13.8057459Z [00:01:56.965]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.8057950Z [00:01:56.965]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.8065122Z [00:01:56.965]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:13.8065954Z [00:01:56.965]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:13.8066548Z [00:01:56.965]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:13.8067051Z [00:01:56.965]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.8067467Z [00:01:56.965]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:13.8067787Z [00:01:56.965]➜  EOF
2025-08-20T21:35:13.8068071Z [00:01:56.965]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.8070055Z [00:01:56.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b156=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:35:13.8481285Z [00:01:57.007]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:35:13.8504438Z [00:01:57.009]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T21:35:13.8505588Z [00:01:57.010]➜  crypto/internal/randutil
2025-08-20T21:35:13.8508561Z [00:01:57.010]➜  mkdir -p $WORK/b164/
2025-08-20T21:35:13.8518950Z [00:01:57.011]➜  cat >/tmp/go-build4032094447/b164/importcfg << 'EOF' # internal
2025-08-20T21:35:13.8519341Z [00:01:57.011]➜  # import config
2025-08-20T21:35:13.8519672Z [00:01:57.011]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.8520114Z [00:01:57.011]➜  packagefile math/rand/v2=/tmp/go-build4032094447/b165/_pkg_.a
2025-08-20T21:35:13.8520448Z [00:01:57.011]➜  EOF
2025-08-20T21:35:13.8522115Z [00:01:57.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b164=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:35:13.8674679Z [00:01:57.027]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:35:13.8684263Z [00:01:57.028]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T21:35:13.8695871Z [00:01:57.029]➜  crypto/internal/fips140/check
2025-08-20T21:35:13.8696675Z [00:01:57.029]➜  mkdir -p $WORK/b155/
2025-08-20T21:35:13.8703053Z [00:01:57.029]➜  cat >/tmp/go-build4032094447/b155/importcfg << 'EOF' # internal
2025-08-20T21:35:13.8703487Z [00:01:57.029]➜  # import config
2025-08-20T21:35:13.8703926Z [00:01:57.029]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.8704497Z [00:01:57.029]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:13.8705083Z [00:01:57.029]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:13.8705706Z [00:01:57.029]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:13.8706388Z [00:01:57.029]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4032094447/b152/_pkg_.a
2025-08-20T21:35:13.8706896Z [00:01:57.029]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.8707198Z [00:01:57.029]➜  EOF
2025-08-20T21:35:13.8710856Z [00:01:57.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b155=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:35:13.8726173Z [00:01:57.031]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:35:13.8733013Z [00:01:57.032]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T21:35:13.8733637Z [00:01:57.032]➜  html
2025-08-20T21:35:13.8733871Z [00:01:57.032]➜  mkdir -p $WORK/b167/
2025-08-20T21:35:13.8734244Z [00:01:57.032]➜  cat >/tmp/go-build4032094447/b167/importcfg << 'EOF' # internal
2025-08-20T21:35:13.8734589Z [00:01:57.032]➜  # import config
2025-08-20T21:35:13.8734931Z [00:01:57.032]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:13.8735361Z [00:01:57.032]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.8735815Z [00:01:57.032]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.8736146Z [00:01:57.032]➜  EOF
2025-08-20T21:35:13.8737533Z [00:01:57.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b167=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:35:13.9013820Z [00:01:57.060]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:35:13.9018738Z [00:01:57.061]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T21:35:13.9048713Z [00:01:57.064]➜  crypto/internal/fips140/aes
2025-08-20T21:35:13.9049089Z [00:01:57.064]➜  mkdir -p $WORK/b153/
2025-08-20T21:35:13.9051103Z [00:01:57.064]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T21:35:13.9052541Z [00:01:57.064]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:13.9053903Z [00:01:57.064]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b153/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T21:35:13.9094470Z [00:01:57.068]➜  cat >/tmp/go-build4032094447/b153/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9095274Z [00:01:57.068]➜  # import config
2025-08-20T21:35:13.9096108Z [00:01:57.068]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:13.9096823Z [00:01:57.069]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:13.9097423Z [00:01:57.069]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:13.9098035Z [00:01:57.069]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:13.9098621Z [00:01:57.069]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:13.9099242Z [00:01:57.069]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:13.9099862Z [00:01:57.069]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:13.9100480Z [00:01:57.069]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4032094447/b152/_pkg_.a
2025-08-20T21:35:13.9101062Z [00:01:57.069]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:13.9101529Z [00:01:57.069]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.9102002Z [00:01:57.069]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:13.9102592Z [00:01:57.069]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:13.9102964Z [00:01:57.069]➜  EOF
2025-08-20T21:35:13.9103600Z [00:01:57.069]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9107178Z [00:01:57.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b153/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:35:13.9145507Z [00:01:57.074]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:35:13.9176387Z [00:01:57.077]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T21:35:13.9178902Z [00:01:57.077]➜  io/fs
2025-08-20T21:35:13.9180159Z [00:01:57.077]➜  mkdir -p $WORK/b057/
2025-08-20T21:35:13.9185160Z [00:01:57.078]➜  cat >/tmp/go-build4032094447/b057/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9186869Z [00:01:57.078]➜  # import config
2025-08-20T21:35:13.9187217Z [00:01:57.078]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.9187681Z [00:01:57.078]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.9188178Z [00:01:57.078]➜  packagefile internal/oserror=/tmp/go-build4032094447/b058/_pkg_.a
2025-08-20T21:35:13.9188621Z [00:01:57.078]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.9189042Z [00:01:57.078]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:13.9189461Z [00:01:57.078]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.9189871Z [00:01:57.078]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:13.9190307Z [00:01:57.078]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:13.9190637Z [00:01:57.078]➜  EOF
2025-08-20T21:35:13.9193519Z [00:01:57.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b057=>" -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/b057/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-20T21:35:13.9332666Z [00:01:57.092]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:35:13.9333115Z [00:01:57.092]➜  cd /root/.go/src/reflect
2025-08-20T21:35:13.9334052Z [00:01:57.092]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b048/asm_arm64.o ./asm_arm64.s
2025-08-20T21:35:13.9369334Z [00:01:57.096]➜  go tool pack r $WORK/b048/_pkg_.a $WORK/b048/asm_arm64.o # internal
2025-08-20T21:35:13.9370193Z [00:01:57.096]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:35:13.9370873Z [00:01:57.096]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T21:35:13.9375220Z [00:01:57.097]➜  internal/poll
2025-08-20T21:35:13.9375772Z [00:01:57.097]➜  mkdir -p $WORK/b064/
2025-08-20T21:35:13.9380786Z [00:01:57.097]➜  cat >/tmp/go-build4032094447/b064/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9381628Z [00:01:57.097]➜  # import config
2025-08-20T21:35:13.9382571Z [00:01:57.097]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.9383499Z [00:01:57.097]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:13.9384056Z [00:01:57.097]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:13.9384527Z [00:01:57.097]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.9384966Z [00:01:57.097]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:13.9385390Z [00:01:57.097]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.9385822Z [00:01:57.097]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:13.9386260Z [00:01:57.097]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:13.9386675Z [00:01:57.097]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:13.9386992Z [00:01:57.097]➜  EOF
2025-08-20T21:35:13.9387258Z [00:01:57.097]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9392201Z [00:01:57.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b064=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:35:13.9658760Z [00:01:57.125]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T21:35:13.9659374Z [00:01:57.125]➜  encoding/binary
2025-08-20T21:35:13.9676570Z [00:01:57.127]➜  mkdir -p $WORK/b046/
2025-08-20T21:35:13.9705097Z [00:01:57.130]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:13.9706772Z [00:01:57.130]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b153/aes_arm64.o ./aes_arm64.s
2025-08-20T21:35:13.9708189Z [00:01:57.130]➜  cat >/tmp/go-build4032094447/b046/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9709357Z [00:01:57.130]➜  # import config
2025-08-20T21:35:13.9709754Z [00:01:57.130]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.9710192Z [00:01:57.130]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:13.9710601Z [00:01:57.130]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:13.9711019Z [00:01:57.130]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:13.9711443Z [00:01:57.130]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.9711852Z [00:01:57.130]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:13.9712163Z [00:01:57.130]➜  EOF
2025-08-20T21:35:13.9712900Z [00:01:57.130]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9719084Z [00:01:57.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b046=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/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-20T21:35:13.9720880Z [00:01:57.131]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:13.9722073Z [00:01:57.131]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b153/ctr_arm64.o ./ctr_arm64.s
2025-08-20T21:35:13.9769114Z [00:01:57.136]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/aes_arm64.o $WORK/b153/ctr_arm64.o # internal
2025-08-20T21:35:13.9769678Z [00:01:57.136]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:35:13.9783602Z [00:01:57.137]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T21:35:13.9795691Z [00:01:57.139]➜  internal/fmtsort
2025-08-20T21:35:13.9796502Z [00:01:57.139]➜  mkdir -p $WORK/b054/
2025-08-20T21:35:13.9797338Z [00:01:57.139]➜  cat >/tmp/go-build4032094447/b054/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9797704Z [00:01:57.139]➜  # import config
2025-08-20T21:35:13.9798041Z [00:01:57.139]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:13.9798462Z [00:01:57.139]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:13.9798893Z [00:01:57.139]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.9799205Z [00:01:57.139]➜  EOF
2025-08-20T21:35:13.9799482Z [00:01:57.139]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9801047Z [00:01:57.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b054=>" -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/b054/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:35:13.9877142Z [00:01:57.147]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:35:13.9895896Z [00:01:57.149]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T21:35:13.9905221Z [00:01:57.150]➜  internal/filepathlite
2025-08-20T21:35:13.9905627Z [00:01:57.150]➜  mkdir -p $WORK/b056/
2025-08-20T21:35:13.9915066Z [00:01:57.151]➜  cat >/tmp/go-build4032094447/b056/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9915768Z [00:01:57.151]➜  # import config
2025-08-20T21:35:13.9916362Z [00:01:57.151]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:13.9916971Z [00:01:57.151]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:13.9918097Z [00:01:57.151]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:13.9918580Z [00:01:57.151]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:13.9919031Z [00:01:57.151]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:13.9919343Z [00:01:57.151]➜  EOF
2025-08-20T21:35:13.9931376Z [00:01:57.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b056=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/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-20T21:35:14.0438353Z [00:01:57.203]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:35:14.0445794Z [00:01:57.203]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T21:35:14.0448173Z [00:01:57.204]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:35:14.0448551Z [00:01:57.204]➜  context
2025-08-20T21:35:14.0448807Z [00:01:57.204]➜  mkdir -p $WORK/b084/
2025-08-20T21:35:14.0452566Z [00:01:57.204]➜  cat >/tmp/go-build4032094447/b084/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0453663Z [00:01:57.204]➜  # import config
2025-08-20T21:35:14.0456154Z [00:01:57.204]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.0456733Z [00:01:57.204]➜  packagefile internal/reflectlite=/tmp/go-build4032094447/b005/_pkg_.a
2025-08-20T21:35:14.0457209Z [00:01:57.204]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.0459916Z [00:01:57.204]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:14.0460437Z [00:01:57.204]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.0460748Z [00:01:57.204]➜  EOF
2025-08-20T21:35:14.0462104Z [00:01:57.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b084=>" -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/b084/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:35:14.0486628Z [00:01:57.205]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T21:35:14.0487180Z [00:01:57.205]➜  hash/crc32
2025-08-20T21:35:14.0487439Z [00:01:57.205]➜  mkdir -p $WORK/b175/
2025-08-20T21:35:14.0487766Z [00:01:57.206]➜  echo -n > $WORK/b175/go_asm.h # internal
2025-08-20T21:35:14.0488081Z [00:01:57.206]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:35:14.0489062Z [00:01:57.206]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b175/symabis ./crc32_arm64.s
2025-08-20T21:35:14.0542620Z [00:01:57.213]➜  cat >/tmp/go-build4032094447/b175/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0543064Z [00:01:57.213]➜  # import config
2025-08-20T21:35:14.0543417Z [00:01:57.213]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.0543843Z [00:01:57.213]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:14.0544307Z [00:01:57.213]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:14.0544831Z [00:01:57.213]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:14.0545272Z [00:01:57.213]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.0545706Z [00:01:57.213]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:14.0546037Z [00:01:57.213]➜  EOF
2025-08-20T21:35:14.0546304Z [00:01:57.213]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.0548359Z [00:01:57.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b175=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b175/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack -asmhdr $WORK/b175/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:35:14.0889038Z [00:01:57.248]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:35:14.0909917Z [00:01:57.250]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T21:35:14.0915388Z [00:01:57.250]➜  os
2025-08-20T21:35:14.0915705Z [00:01:57.251]➜  mkdir -p $WORK/b055/
2025-08-20T21:35:14.0917417Z [00:01:57.251]➜  cat >/tmp/go-build4032094447/b055/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0918635Z [00:01:57.251]➜  # import config
2025-08-20T21:35:14.0920785Z [00:01:57.251]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.0921281Z [00:01:57.251]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:14.0921788Z [00:01:57.251]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:14.0922398Z [00:01:57.251]➜  packagefile internal/filepathlite=/tmp/go-build4032094447/b056/_pkg_.a
2025-08-20T21:35:14.0922992Z [00:01:57.251]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:14.0923472Z [00:01:57.251]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:14.0923941Z [00:01:57.251]➜  packagefile internal/poll=/tmp/go-build4032094447/b064/_pkg_.a
2025-08-20T21:35:14.0924438Z [00:01:57.251]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:14.0924980Z [00:01:57.251]➜  packagefile internal/syscall/execenv=/tmp/go-build4032094447/b066/_pkg_.a
2025-08-20T21:35:14.0925962Z [00:01:57.251]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:14.0926478Z [00:01:57.251]➜  packagefile internal/testlog=/tmp/go-build4032094447/b067/_pkg_.a
2025-08-20T21:35:14.0926922Z [00:01:57.251]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.0927328Z [00:01:57.251]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:14.0927745Z [00:01:57.251]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:14.0928293Z [00:01:57.251]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:14.0928766Z [00:01:57.251]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.0929201Z [00:01:57.251]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:14.0929635Z [00:01:57.251]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:14.0930051Z [00:01:57.251]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.0930369Z [00:01:57.251]➜  EOF
2025-08-20T21:35:14.0936040Z [00:01:57.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b055=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/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-20T21:35:14.1129500Z [00:01:57.272]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:35:14.1131138Z [00:01:57.272]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b175/crc32_arm64.o ./crc32_arm64.s
2025-08-20T21:35:14.1161058Z [00:01:57.275]➜  go tool pack r $WORK/b175/_pkg_.a $WORK/b175/crc32_arm64.o # internal
2025-08-20T21:35:14.1161857Z [00:01:57.275]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:35:14.1173758Z [00:01:57.276]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T21:35:14.1175410Z [00:01:57.276]➜  github.com/zyedidia/glob
2025-08-20T21:35:14.1177400Z [00:01:57.276]➜  mkdir -p $WORK/b178/
2025-08-20T21:35:14.1179442Z [00:01:57.277]➜  cat >/tmp/go-build4032094447/b178/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1179874Z [00:01:57.277]➜  # import config
2025-08-20T21:35:14.1180216Z [00:01:57.277]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:14.1180530Z [00:01:57.277]➜  EOF
2025-08-20T21:35:14.1180805Z [00:01:57.277]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.1182960Z [00:01:57.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zyedidia/glob@v0.0.0-20170209203856-dd4023a66dc3=>github.com/zyedidia/glob@v0.0.0-20170209203856-dd4023a66dc3;$WORK/b178=>" -p github.com/zyedidia/glob -lang=go1.16 -complete -installsuffix shared -buildid C8UdvLq8BqZA-rqs_At5/C8UdvLq8BqZA-rqs_At5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/github.com/zyedidia/glob@v0.0.0-20170209203856-dd4023a66dc3/glob.go
2025-08-20T21:35:14.1218425Z [00:01:57.281]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:35:14.1233356Z [00:01:57.282]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T21:35:14.1236914Z [00:01:57.282]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:35:14.1237702Z [00:01:57.282]➜  mkdir -p $WORK/b184/
2025-08-20T21:35:14.1238093Z [00:01:57.283]➜  cat >/tmp/go-build4032094447/b184/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1238461Z [00:01:57.283]➜  # import config
2025-08-20T21:35:14.1238799Z [00:01:57.283]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.1239111Z [00:01:57.283]➜  EOF
2025-08-20T21:35:14.1241499Z [00:01:57.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b184=>" -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/b184/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:35:14.1287854Z [00:01:57.288]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:35:14.1353034Z [00:01:57.294]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T21:35:14.1370029Z [00:01:57.296]➜  golang.org/x/sys/unix
2025-08-20T21:35:14.1370394Z [00:01:57.296]➜  mkdir -p $WORK/b074/
2025-08-20T21:35:14.1416188Z [00:01:57.301]➜  echo -n > $WORK/b074/go_asm.h # internal
2025-08-20T21:35:14.1417770Z [00:01:57.301]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T21:35:14.1420605Z [00:01:57.301]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b074=>" -I $WORK/b074/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b074/symabis ./asm_linux_arm64.s
2025-08-20T21:35:14.1518766Z [00:01:57.311]➜  cat >/tmp/go-build4032094447/b074/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1520687Z [00:01:57.311]➜  # import config
2025-08-20T21:35:14.1521618Z [00:01:57.311]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:14.1523886Z [00:01:57.311]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:14.1524390Z [00:01:57.311]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:14.1524829Z [00:01:57.311]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:14.1525250Z [00:01:57.311]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:14.1525664Z [00:01:57.311]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.1526089Z [00:01:57.311]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.1526513Z [00:01:57.311]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.1526932Z [00:01:57.311]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:14.1527349Z [00:01:57.311]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.1527652Z [00:01:57.311]➜  EOF
2025-08-20T21:35:14.1527925Z [00:01:57.311]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.1538588Z [00:01:57.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b074=>" -p golang.org/x/sys/unix -lang=go1.18 -installsuffix shared -buildid TpgSXeGKAxqQF1qRwSaP/TpgSXeGKAxqQF1qRwSaP -goversion go1.25.0 -symabis $WORK/b074/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack -asmhdr $WORK/b074/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ztypes_linux_arm64.go
2025-08-20T21:35:14.1638907Z [00:01:57.323]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:35:14.1655497Z [00:01:57.325]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/8e/8e7d65b114814daf90253c6dadc0f2934857e16172a2dec1156237c4607dcf3f-d # internal
2025-08-20T21:35:14.1661420Z [00:01:57.325]➜  internal/singleflight
2025-08-20T21:35:14.1665991Z [00:01:57.326]➜  mkdir -p $WORK/b186/
2025-08-20T21:35:14.1674141Z [00:01:57.327]➜  cat >/tmp/go-build4032094447/b186/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1675893Z [00:01:57.327]➜  # import config
2025-08-20T21:35:14.1676281Z [00:01:57.327]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.1676607Z [00:01:57.327]➜  EOF
2025-08-20T21:35:14.1684263Z [00:01:57.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b186=>" -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/b186/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:35:14.1886598Z [00:01:57.348]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:35:14.1891222Z [00:01:57.348]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T21:35:14.1899021Z [00:01:57.349]➜  unique
2025-08-20T21:35:14.1899379Z [00:01:57.349]➜  mkdir -p $WORK/b188/
2025-08-20T21:35:14.1902409Z [00:01:57.349]➜  cat >/tmp/go-build4032094447/b188/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1902836Z [00:01:57.349]➜  # import config
2025-08-20T21:35:14.1903229Z [00:01:57.349]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:14.1903715Z [00:01:57.349]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:14.1904217Z [00:01:57.349]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:14.1904717Z [00:01:57.349]➜  packagefile internal/sync=/tmp/go-build4032094447/b036/_pkg_.a
2025-08-20T21:35:14.1905169Z [00:01:57.349]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:14.1905602Z [00:01:57.349]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.1906047Z [00:01:57.349]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:14.1906483Z [00:01:57.349]➜  packagefile weak=/tmp/go-build4032094447/b189/_pkg_.a
2025-08-20T21:35:14.1906788Z [00:01:57.349]➜  EOF
2025-08-20T21:35:14.1908457Z [00:01:57.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b188=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/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-20T21:35:14.2924306Z [00:01:57.451]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:35:14.2950966Z [00:01:57.454]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T21:35:14.2958575Z [00:01:57.455]➜  net/netip
2025-08-20T21:35:14.2964093Z [00:01:57.456]➜  mkdir -p $WORK/b187/
2025-08-20T21:35:14.2975079Z [00:01:57.457]➜  cat >/tmp/go-build4032094447/b187/importcfg << 'EOF' # internal
2025-08-20T21:35:14.2975953Z [00:01:57.457]➜  # import config
2025-08-20T21:35:14.2976795Z [00:01:57.457]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:14.2977781Z [00:01:57.457]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.2978515Z [00:01:57.457]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:14.2979184Z [00:01:57.457]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:14.2980415Z [00:01:57.457]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:14.2980876Z [00:01:57.457]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:14.2981325Z [00:01:57.457]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:14.2981757Z [00:01:57.457]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.2982180Z [00:01:57.457]➜  packagefile unique=/tmp/go-build4032094447/b188/_pkg_.a
2025-08-20T21:35:14.2982690Z [00:01:57.457]➜  EOF
2025-08-20T21:35:14.2994466Z [00:01:57.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:35:14.3106896Z [00:01:57.470]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:35:14.3197933Z [00:01:57.479]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T21:35:14.3328110Z [00:01:57.492]➜  runtime/cgo
2025-08-20T21:35:14.3346190Z [00:01:57.494]➜  mkdir -p $WORK/b190/
2025-08-20T21:35:14.3349873Z [00:01:57.494]➜  echo -n > $WORK/b190/preferlinkext # internal
2025-08-20T21:35:14.3353176Z [00:01:57.494]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.3354658Z [00:01:57.494]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b190/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b190/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:35:14.3815915Z [00:01:57.541]➜  cd $WORK
2025-08-20T21:35:14.3817000Z [00:01:57.541]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:14.3945376Z [00:01:57.554]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:14.4105009Z [00:01:57.570]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:35:14.4721557Z [00:01:57.631]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:14.4933627Z [00:01:57.652]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:14.4949562Z [00:01:57.654]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:35:14.5078503Z [00:01:57.667]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T21:35:14.5128435Z [00:01:57.672]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:14.5263597Z [00:01:57.685]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/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-20T21:35:14.5273020Z [00:01:57.686]➜  fmt
2025-08-20T21:35:14.5273427Z [00:01:57.686]➜  mkdir -p $WORK/b053/
2025-08-20T21:35:14.5273832Z [00:01:57.686]➜  cat >/tmp/go-build4032094447/b053/importcfg << 'EOF' # internal
2025-08-20T21:35:14.5274197Z [00:01:57.686]➜  # import config
2025-08-20T21:35:14.5274541Z [00:01:57.686]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.5275277Z [00:01:57.686]➜  packagefile internal/fmtsort=/tmp/go-build4032094447/b054/_pkg_.a
2025-08-20T21:35:14.5277005Z [00:01:57.686]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.5303486Z [00:01:57.687]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:14.5304432Z [00:01:57.687]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.5305555Z [00:01:57.687]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.5306021Z [00:01:57.687]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:14.5306447Z [00:01:57.687]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.5306865Z [00:01:57.687]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.5307300Z [00:01:57.687]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:14.5307633Z [00:01:57.687]➜  EOF
2025-08-20T21:35:14.5307916Z [00:01:57.687]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.5309655Z [00:01:57.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b053=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/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-20T21:35:14.5737335Z [00:01:57.733]➜  cd $WORK/b190
2025-08-20T21:35:14.5740996Z [00:01:57.733]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x001.o -c _cgo_export.c
2025-08-20T21:35:14.5900622Z [00:01:57.749]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x002.o -c cgo.cgo2.c
2025-08-20T21:35:14.5975052Z [00:01:57.756]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:35:14.6030402Z [00:01:57.762]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T21:35:14.6055546Z [00:01:57.765]➜  io/ioutil
2025-08-20T21:35:14.6056731Z [00:01:57.765]➜  mkdir -p $WORK/b072/
2025-08-20T21:35:14.6059186Z [00:01:57.765]➜  cat >/tmp/go-build4032094447/b072/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6059578Z [00:01:57.765]➜  # import config
2025-08-20T21:35:14.6059942Z [00:01:57.765]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.6060362Z [00:01:57.765]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:14.6060769Z [00:01:57.765]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.6061179Z [00:01:57.765]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:14.6061602Z [00:01:57.765]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.6061935Z [00:01:57.765]➜  EOF
2025-08-20T21:35:14.6062206Z [00:01:57.765]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.6064343Z [00:01:57.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b072=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:35:14.6257343Z [00:01:57.785]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.6261363Z [00:01:57.785]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x003.o -c gcc_context.c
2025-08-20T21:35:14.6533754Z [00:01:57.812]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x004.o -c gcc_fatalf.c
2025-08-20T21:35:14.6877403Z [00:01:57.847]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:35:14.6883141Z [00:01:57.847]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T21:35:14.6885467Z [00:01:57.848]➜  github.com/mattn/go-runewidth
2025-08-20T21:35:14.6885834Z [00:01:57.848]➜  mkdir -p $WORK/b087/
2025-08-20T21:35:14.6888137Z [00:01:57.848]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x005.o -c gcc_libinit.c
2025-08-20T21:35:14.6891941Z [00:01:57.848]➜  cat >/tmp/go-build4032094447/b087/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6893296Z [00:01:57.848]➜  # import config
2025-08-20T21:35:14.6894536Z [00:01:57.849]➜  packagefile github.com/rivo/uniseg=/tmp/go-build4032094447/b088/_pkg_.a
2025-08-20T21:35:14.6895768Z [00:01:57.849]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.6896646Z [00:01:57.849]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:14.6897368Z [00:01:57.849]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.6898030Z [00:01:57.849]➜  EOF
2025-08-20T21:35:14.6898556Z [00:01:57.849]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.6901569Z [00:01:57.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b087=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid FYwvvzz8rinJfxoVPtud/FYwvvzz8rinJfxoVPtud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/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-20T21:35:14.7235742Z [00:01:57.882]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:35:14.7259627Z [00:01:57.885]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T21:35:14.7262069Z [00:01:57.885]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b074=>" -I $WORK/b074/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b074/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:35:14.7281493Z [00:01:57.887]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T21:35:14.7285703Z [00:01:57.888]➜  encoding/gob
2025-08-20T21:35:14.7305140Z [00:01:57.889]➜  mkdir -p $WORK/b044/
2025-08-20T21:35:14.7305614Z [00:01:57.889]➜  cat >/tmp/go-build4032094447/b044/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7305971Z [00:01:57.889]➜  # import config
2025-08-20T21:35:14.7306314Z [00:01:57.889]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:14.7306746Z [00:01:57.889]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:14.7307211Z [00:01:57.889]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:14.7307661Z [00:01:57.889]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.7308416Z [00:01:57.889]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.7308866Z [00:01:57.889]➜  packagefile internal/saferio=/tmp/go-build4032094447/b068/_pkg_.a
2025-08-20T21:35:14.7309308Z [00:01:57.890]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.7309714Z [00:01:57.890]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:14.7310129Z [00:01:57.890]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:14.7310567Z [00:01:57.890]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:14.7310983Z [00:01:57.890]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.7311391Z [00:01:57.890]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.7311811Z [00:01:57.890]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.7312240Z [00:01:57.890]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:14.7321786Z [00:01:57.890]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:14.7322263Z [00:01:57.890]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:14.7322735Z [00:01:57.890]➜  EOF
2025-08-20T21:35:14.7323012Z [00:01:57.890]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.7325791Z [00:01:57.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b044=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:35:14.7328125Z [00:01:57.891]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T21:35:14.7328584Z [00:01:57.891]➜  go tool pack r $WORK/b074/_pkg_.a $WORK/b074/asm_linux_arm64.o # internal
2025-08-20T21:35:14.7336214Z [00:01:57.893]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:35:14.7360548Z [00:01:57.895]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.7363262Z [00:01:57.895]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x006.o -c gcc_linux_arm64.c
2025-08-20T21:35:14.7411153Z [00:01:57.900]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:35:14.7420296Z [00:01:57.901]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/bb/bb30dac4d17c7213012964dc0705d67d29a38a76791f508378e83497e50e1f3d-d # internal
2025-08-20T21:35:14.7420869Z [00:01:57.901]➜  flag
2025-08-20T21:35:14.7421107Z [00:01:57.901]➜  mkdir -p $WORK/b070/
2025-08-20T21:35:14.7423785Z [00:01:57.901]➜  cat >/tmp/go-build4032094447/b070/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7424406Z [00:01:57.901]➜  # import config
2025-08-20T21:35:14.7426512Z [00:01:57.901]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:14.7426998Z [00:01:57.901]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.7427417Z [00:01:57.901]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.7427817Z [00:01:57.901]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.7428216Z [00:01:57.901]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.7428627Z [00:01:57.901]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.7429482Z [00:01:57.901]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:14.7429911Z [00:01:57.901]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:14.7430331Z [00:01:57.901]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.7430759Z [00:01:57.901]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.7431175Z [00:01:57.901]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.7431476Z [00:01:57.901]➜  EOF
2025-08-20T21:35:14.7431760Z [00:01:57.901]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.7433269Z [00:01:57.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b070=>" -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/b070/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:35:14.7528443Z [00:01:57.911]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/3e/3e3712760d94ba01ceae7059fcdb672c042f4201287d8b10721d0cc533f6ced2-d # internal
2025-08-20T21:35:14.7535133Z [00:01:57.911]➜  github.com/go-errors/errors
2025-08-20T21:35:14.7535458Z [00:01:57.911]➜  mkdir -p $WORK/b071/
2025-08-20T21:35:14.7535831Z [00:01:57.912]➜  cat >/tmp/go-build4032094447/b071/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7536175Z [00:01:57.912]➜  # import config
2025-08-20T21:35:14.7536531Z [00:01:57.912]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:14.7536945Z [00:01:57.912]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.7537367Z [00:01:57.912]➜  packagefile io/ioutil=/tmp/go-build4032094447/b072/_pkg_.a
2025-08-20T21:35:14.7537796Z [00:01:57.912]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.7538223Z [00:01:57.912]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:14.7538663Z [00:01:57.912]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.7539084Z [00:01:57.912]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.7539396Z [00:01:57.912]➜  EOF
2025-08-20T21:35:14.7541885Z [00:01:57.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-errors/errors@v1.0.1=>github.com/go-errors/errors@v1.0.1;$WORK/b071=>" -p github.com/go-errors/errors -lang=go1.16 -complete -installsuffix shared -buildid 9Esnqo7fggA0gDwc6juA/9Esnqo7fggA0gDwc6juA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/go-errors/errors@v1.0.1/error.go /root/go/pkg/mod/github.com/go-errors/errors@v1.0.1/parse_panic.go /root/go/pkg/mod/github.com/go-errors/errors@v1.0.1/stackframe.go
2025-08-20T21:35:14.7626130Z [00:01:57.921]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.7630764Z [00:01:57.922]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x007.o -c gcc_mmap.c
2025-08-20T21:35:14.7835271Z [00:01:57.942]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x008.o -c gcc_setenv.c
2025-08-20T21:35:14.7996625Z [00:01:57.959]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:35:14.7997331Z [00:01:57.959]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/2f/2ff048e3b1ea1810541b4494360aa8579e55f102b575b4decae2850bc5332430-d # internal
2025-08-20T21:35:14.7998281Z [00:01:57.959]➜  github.com/mattn/go-isatty
2025-08-20T21:35:14.7998567Z [00:01:57.959]➜  mkdir -p $WORK/b073/
2025-08-20T21:35:14.7998942Z [00:01:57.959]➜  cat >/tmp/go-build4032094447/b073/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7999287Z [00:01:57.959]➜  # import config
2025-08-20T21:35:14.7999680Z [00:01:57.959]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4032094447/b074/_pkg_.a
2025-08-20T21:35:14.8000042Z [00:01:57.959]➜  EOF
2025-08-20T21:35:14.8000324Z [00:01:57.959]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.8002560Z [00:01:57.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b073=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid VBqTnniOw-g52P7ZwcCy/VBqTnniOw-g52P7ZwcCy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T21:35:14.8201328Z [00:01:57.979]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.8208136Z [00:01:57.980]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x009.o -c gcc_sigaction.c
2025-08-20T21:35:14.8332459Z [00:01:57.992]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:35:14.8334093Z [00:01:57.993]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/35/35455fae7d6c4228bf32c4446d7bd46292e30f39cfa42aad7e38119da37467fe-d # internal
2025-08-20T21:35:14.8335962Z [00:01:57.993]➜  database/sql/driver
2025-08-20T21:35:14.8336281Z [00:01:57.993]➜  mkdir -p $WORK/b083/
2025-08-20T21:35:14.8337393Z [00:01:57.993]➜  cat >/tmp/go-build4032094447/b083/importcfg << 'EOF' # internal
2025-08-20T21:35:14.8338555Z [00:01:57.993]➜  # import config
2025-08-20T21:35:14.8339884Z [00:01:57.993]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:14.8341120Z [00:01:57.993]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.8341841Z [00:01:57.993]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.8343146Z [00:01:57.993]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.8344566Z [00:01:57.993]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.8345353Z [00:01:57.993]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.8346435Z [00:01:57.993]➜  EOF
2025-08-20T21:35:14.8346948Z [00:01:57.993]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.8348876Z [00:01:57.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b083=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:35:14.8365347Z [00:01:57.996]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:35:14.8391744Z [00:01:57.998]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T21:35:14.8393363Z [00:01:57.998]➜  github.com/micro-editor/tcell/v2/terminfo
2025-08-20T21:35:14.8394545Z [00:01:57.998]➜  mkdir -p $WORK/b091/
2025-08-20T21:35:14.8406793Z [00:01:58.000]➜  cat >/tmp/go-build4032094447/b091/importcfg << 'EOF' # internal
2025-08-20T21:35:14.8407927Z [00:01:58.000]➜  # import config
2025-08-20T21:35:14.8409735Z [00:01:58.000]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:14.8410776Z [00:01:58.000]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:14.8412810Z [00:01:58.000]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.8413442Z [00:01:58.000]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:14.8414634Z [00:01:58.000]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:14.8415076Z [00:01:58.000]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:14.8415526Z [00:01:58.000]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:14.8415944Z [00:01:58.000]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:14.8416353Z [00:01:58.000]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:14.8416659Z [00:01:58.000]➜  EOF
2025-08-20T21:35:14.8418629Z [00:01:58.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo;$WORK/b091=>" -p github.com/micro-editor/tcell/v2/terminfo -lang=go1.13 -complete -installsuffix shared -buildid xaqIBKnts2TaKWh-R9W2/xaqIBKnts2TaKWh-R9W2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/terminfo.go
2025-08-20T21:35:14.8479006Z [00:01:58.007]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.8483410Z [00:01:58.007]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x010.o -c gcc_stack_unix.c
2025-08-20T21:35:14.8696558Z [00:01:58.027]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x011.o -c gcc_traceback.c
2025-08-20T21:35:14.8865671Z [00:01:58.045]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x012.o -c gcc_util.c
2025-08-20T21:35:14.8907364Z [00:01:58.050]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:35:14.8935418Z [00:01:58.053]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T21:35:14.8938882Z [00:01:58.053]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:35:14.8941448Z [00:01:58.053]➜  mkdir -p $WORK/b082/
2025-08-20T21:35:14.8943857Z [00:01:58.053]➜  cat >/tmp/go-build4032094447/b082/importcfg << 'EOF' # internal
2025-08-20T21:35:14.8944495Z [00:01:58.053]➜  # import config
2025-08-20T21:35:14.8945228Z [00:01:58.053]➜  packagefile database/sql/driver=/tmp/go-build4032094447/b083/_pkg_.a
2025-08-20T21:35:14.8946318Z [00:01:58.053]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:14.8947066Z [00:01:58.053]➜  packagefile image/color=/tmp/go-build4032094447/b085/_pkg_.a
2025-08-20T21:35:14.8947702Z [00:01:58.053]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:14.8948575Z [00:01:58.053]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:14.8949495Z [00:01:58.053]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:14.8950020Z [00:01:58.054]➜  EOF
2025-08-20T21:35:14.9022500Z [00:01:58.061]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9027167Z [00:01:58.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3=>github.com/lucasb-eyer/go-colorful@v1.0.3;$WORK/b082=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid sxaVnbP2qk90o07Tum6x/sxaVnbP2qk90o07Tum6x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/warm_palettegen.go
2025-08-20T21:35:14.9094017Z [00:01:58.068]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.9095635Z [00:01:58.068]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x013.o -c linux_syscall.c
2025-08-20T21:35:14.9218032Z [00:01:58.081]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:35:14.9237926Z [00:01:58.083]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/35/3587ccc177071e08838103b823badb71a2b30eb8d6c56808cc2aaf0d8f625e40-d # internal
2025-08-20T21:35:14.9239683Z [00:01:58.083]➜  github.com/micro-editor/tcell/v2/terminfo/a/ansi
2025-08-20T21:35:14.9240759Z [00:01:58.083]➜  mkdir -p $WORK/b093/
2025-08-20T21:35:14.9243574Z [00:01:58.083]➜  cat >/tmp/go-build4032094447/b093/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9244607Z [00:01:58.084]➜  # import config
2025-08-20T21:35:14.9245442Z [00:01:58.084]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:14.9246081Z [00:01:58.084]➜  EOF
2025-08-20T21:35:14.9247162Z [00:01:58.084]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9250166Z [00:01:58.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/ansi=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/ansi;$WORK/b093=>" -p github.com/micro-editor/tcell/v2/terminfo/a/ansi -lang=go1.13 -complete -installsuffix shared -buildid IN5xPIZZQQde1sq60sD4/IN5xPIZZQQde1sq60sD4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/ansi/term.go
2025-08-20T21:35:14.9380898Z [00:01:58.097]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:35:14.9385054Z [00:01:58.098]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/c1/c1fa893be14590ce361d667e2c58cb9997f04d33266210e1fe89a8f7a11cda53-d # internal
2025-08-20T21:35:14.9386757Z [00:01:58.098]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt100
2025-08-20T21:35:14.9392031Z [00:01:58.098]➜  mkdir -p $WORK/b094/
2025-08-20T21:35:14.9393396Z [00:01:58.098]➜  cat >/tmp/go-build4032094447/b094/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9394035Z [00:01:58.098]➜  # import config
2025-08-20T21:35:14.9394967Z [00:01:58.098]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:14.9396024Z [00:01:58.098]➜  EOF
2025-08-20T21:35:14.9398686Z [00:01:58.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt100=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt100;$WORK/b094=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt100 -lang=go1.13 -complete -installsuffix shared -buildid abcy8dpos2vuDw6wFAdL/abcy8dpos2vuDw6wFAdL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt100/term.go
2025-08-20T21:35:14.9548516Z [00:01:58.114]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:14.9550379Z [00:01:58.114]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_x014.o -c gcc_arm64.S
2025-08-20T21:35:14.9586357Z [00:01:58.118]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:35:14.9592914Z [00:01:58.118]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/c5/c554131fdc3e0a404ee9dd14687c79bdfb32fe44aacc5e59779e960c6846bf99-d # internal
2025-08-20T21:35:14.9593813Z [00:01:58.118]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt102
2025-08-20T21:35:14.9595063Z [00:01:58.118]➜  mkdir -p $WORK/b095/
2025-08-20T21:35:14.9595469Z [00:01:58.118]➜  cat >/tmp/go-build4032094447/b095/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9595822Z [00:01:58.118]➜  # import config
2025-08-20T21:35:14.9596294Z [00:01:58.118]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:14.9596722Z [00:01:58.118]➜  EOF
2025-08-20T21:35:14.9596993Z [00:01:58.118]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9599178Z [00:01:58.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt102=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt102;$WORK/b095=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt102 -lang=go1.13 -complete -installsuffix shared -buildid fNYjv6rYTWlFU1n3CkaY/fNYjv6rYTWlFU1n3CkaY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt102/term.go
2025-08-20T21:35:14.9723699Z [00:01:58.131]➜  cd $WORK/b190
2025-08-20T21:35:14.9726285Z [00:01:58.132]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -I $WORK/b190/ -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/b190/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:14.9733296Z [00:01:58.132]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:35:14.9736951Z [00:01:58.133]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/6b/6b74c5c8a677b7a37c283734c64e3b56344270fa3734c09933b9d3aa1ae5f108-d # internal
2025-08-20T21:35:14.9738227Z [00:01:58.133]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt220
2025-08-20T21:35:14.9738760Z [00:01:58.133]➜  mkdir -p $WORK/b096/
2025-08-20T21:35:14.9740107Z [00:01:58.133]➜  cat >/tmp/go-build4032094447/b096/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9740892Z [00:01:58.133]➜  # import config
2025-08-20T21:35:14.9741464Z [00:01:58.133]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:14.9742918Z [00:01:58.133]➜  EOF
2025-08-20T21:35:14.9743852Z [00:01:58.133]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9746516Z [00:01:58.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt220=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt220;$WORK/b096=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt220 -lang=go1.13 -complete -installsuffix shared -buildid Ajjp8HWgpqCD4S5_KDfp/Ajjp8HWgpqCD4S5_KDfp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt220/term.go
2025-08-20T21:35:14.9844088Z [00:01:58.144]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:35:14.9852702Z [00:01:58.144]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/c6/c6952207214db72ed6e7b14e1e3c02e04239033c2f99ead86a9821cf0797fb66-d # internal
2025-08-20T21:35:14.9853401Z [00:01:58.144]➜  github.com/micro-editor/tcell/v2/terminfo/x/xterm
2025-08-20T21:35:14.9853739Z [00:01:58.144]➜  mkdir -p $WORK/b097/
2025-08-20T21:35:14.9854125Z [00:01:58.144]➜  cat >/tmp/go-build4032094447/b097/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9854469Z [00:01:58.144]➜  # import config
2025-08-20T21:35:14.9854937Z [00:01:58.144]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:14.9855363Z [00:01:58.144]➜  EOF
2025-08-20T21:35:14.9857440Z [00:01:58.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm;$WORK/b097=>" -p github.com/micro-editor/tcell/v2/terminfo/x/xterm -lang=go1.13 -complete -installsuffix shared -buildid Dlok54wUII6KescWNqYd/Dlok54wUII6KescWNqYd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm/term.go
2025-08-20T21:35:14.9920121Z [00:01:58.151]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -o $WORK/b190/_cgo_.o $WORK/b190/_cgo_main.o $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o $WORK/b190/_x004.o $WORK/b190/_x005.o $WORK/b190/_x006.o $WORK/b190/_x007.o $WORK/b190/_x008.o $WORK/b190/_x009.o $WORK/b190/_x010.o $WORK/b190/_x011.o $WORK/b190/_x012.o $WORK/b190/_x013.o $WORK/b190/_x014.o -O2 -g -lpthread
2025-08-20T21:35:15.0007739Z [00:01:58.160]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:35:15.0037727Z [00:01:58.163]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/33/33807d4d272dad2619c7e14ccdd1093a591cacb141b0a89e15065098fe4434f7-d # internal
2025-08-20T21:35:15.0039330Z [00:01:58.163]➜  path/filepath
2025-08-20T21:35:15.0040132Z [00:01:58.163]➜  mkdir -p $WORK/b100/
2025-08-20T21:35:15.0041017Z [00:01:58.163]➜  cat >/tmp/go-build4032094447/b100/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0041763Z [00:01:58.163]➜  # import config
2025-08-20T21:35:15.0042633Z [00:01:58.163]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.0044369Z [00:01:58.163]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:15.0046231Z [00:01:58.163]➜  packagefile internal/filepathlite=/tmp/go-build4032094447/b056/_pkg_.a
2025-08-20T21:35:15.0046721Z [00:01:58.163]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:15.0047128Z [00:01:58.163]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.0047565Z [00:01:58.163]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.0047986Z [00:01:58.163]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:15.0048408Z [00:01:58.163]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.0048835Z [00:01:58.163]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.0049279Z [00:01:58.163]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.0049621Z [00:01:58.163]➜  EOF
2025-08-20T21:35:15.0051673Z [00:01:58.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b100=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/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-20T21:35:15.0163856Z [00:01:58.174]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:35:15.0165233Z [00:01:58.176]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/6b/6ba68429bdcdbfaac29ab2cb0d64c1c203eaa1319040c9d83f19faeab5b50550-d # internal
2025-08-20T21:35:15.0166356Z [00:01:58.176]➜  github.com/micro-editor/tcell/v2/terminfo/base
2025-08-20T21:35:15.0167325Z [00:01:58.176]➜  mkdir -p $WORK/b092/
2025-08-20T21:35:15.0170082Z [00:01:58.176]➜  cat >/tmp/go-build4032094447/b092/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0171102Z [00:01:58.176]➜  # import config
2025-08-20T21:35:15.0172454Z [00:01:58.176]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build4032094447/b093/_pkg_.a
2025-08-20T21:35:15.0174008Z [00:01:58.176]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build4032094447/b094/_pkg_.a
2025-08-20T21:35:15.0175332Z [00:01:58.176]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build4032094447/b095/_pkg_.a
2025-08-20T21:35:15.0176536Z [00:01:58.176]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build4032094447/b096/_pkg_.a
2025-08-20T21:35:15.0177723Z [00:01:58.176]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build4032094447/b097/_pkg_.a
2025-08-20T21:35:15.0178654Z [00:01:58.176]➜  EOF
2025-08-20T21:35:15.0181255Z [00:01:58.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/base=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/base;$WORK/b092=>" -p github.com/micro-editor/tcell/v2/terminfo/base -lang=go1.13 -complete -installsuffix shared -buildid FBDm4XtQnnVflrodgnYG/FBDm4XtQnnVflrodgnYG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/base/base.go
2025-08-20T21:35:15.0330719Z [00:01:58.192]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:35:15.0334916Z [00:01:58.193]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/8d/8d56efa0db7eb9f48712a5e7bf30ca1c0980a722f1cbb0142311af10828d31be-d # internal
2025-08-20T21:35:15.0337592Z [00:01:58.193]➜  github.com/micro-editor/tcell/v2/terminfo/a/aixterm
2025-08-20T21:35:15.0338237Z [00:01:58.193]➜  mkdir -p $WORK/b102/
2025-08-20T21:35:15.0340819Z [00:01:58.193]➜  cat >/tmp/go-build4032094447/b102/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0341984Z [00:01:58.193]➜  # import config
2025-08-20T21:35:15.0343895Z [00:01:58.193]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.0344868Z [00:01:58.193]➜  EOF
2025-08-20T21:35:15.0347348Z [00:01:58.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/aixterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/aixterm;$WORK/b102=>" -p github.com/micro-editor/tcell/v2/terminfo/a/aixterm -lang=go1.13 -complete -installsuffix shared -buildid eZdDSmxLVcHAu27pR9UU/eZdDSmxLVcHAu27pR9UU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/aixterm/term.go
2025-08-20T21:35:15.0665908Z [00:01:58.226]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:35:15.0669857Z [00:01:58.226]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/9e/9ed896613b4a4150bc40c7ac62f83affcca187d84599c611ef9db1aca224501f-d # internal
2025-08-20T21:35:15.0671715Z [00:01:58.226]➜  github.com/micro-editor/tcell/v2/terminfo/a/alacritty
2025-08-20T21:35:15.0673218Z [00:01:58.226]➜  mkdir -p $WORK/b103/
2025-08-20T21:35:15.0675752Z [00:01:58.227]➜  cat >/tmp/go-build4032094447/b103/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0676538Z [00:01:58.227]➜  # import config
2025-08-20T21:35:15.0677687Z [00:01:58.227]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.0679051Z [00:01:58.227]➜  EOF
2025-08-20T21:35:15.0681597Z [00:01:58.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/alacritty=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/alacritty;$WORK/b103=>" -p github.com/micro-editor/tcell/v2/terminfo/a/alacritty -lang=go1.13 -complete -installsuffix shared -buildid xfA04mEZn0iAVGmeAcF1/xfA04mEZn0iAVGmeAcF1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/a/alacritty/term.go
2025-08-20T21:35:15.0789126Z [00:01:58.238]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:35:15.0821363Z [00:01:58.241]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/ec/ecd6bead9eafb279019e91cce05e1c6add60b618db18f3a55bb7656de0bab015-d # internal
2025-08-20T21:35:15.0822183Z [00:01:58.241]➜  github.com/micro-editor/tcell/v2/terminfo/b/beterm
2025-08-20T21:35:15.0822673Z [00:01:58.241]➜  mkdir -p $WORK/b104/
2025-08-20T21:35:15.0824009Z [00:01:58.242]➜  cat >/tmp/go-build4032094447/b104/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0824676Z [00:01:58.242]➜  # import config
2025-08-20T21:35:15.0825334Z [00:01:58.242]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.0826486Z [00:01:58.242]➜  EOF
2025-08-20T21:35:15.0829154Z [00:01:58.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/b/beterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/b/beterm;$WORK/b104=>" -p github.com/micro-editor/tcell/v2/terminfo/b/beterm -lang=go1.13 -complete -installsuffix shared -buildid iDycwsBmSKkfHZbpnI5M/iDycwsBmSKkfHZbpnI5M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/b/beterm/term.go
2025-08-20T21:35:15.0846977Z [00:01:58.244]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:35:15.0857341Z [00:01:58.245]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T21:35:15.0863675Z [00:01:58.246]➜  os/exec
2025-08-20T21:35:15.0899218Z [00:01:58.249]➜  mkdir -p $WORK/b099/
2025-08-20T21:35:15.0900070Z [00:01:58.249]➜  cat >/tmp/go-build4032094447/b099/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0901204Z [00:01:58.249]➜  # import config
2025-08-20T21:35:15.0901805Z [00:01:58.249]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.0902567Z [00:01:58.249]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:15.0903184Z [00:01:58.249]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.0904099Z [00:01:58.249]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:15.0904919Z [00:01:58.249]➜  packagefile internal/syscall/execenv=/tmp/go-build4032094447/b066/_pkg_.a
2025-08-20T21:35:15.0905578Z [00:01:58.249]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:15.0906198Z [00:01:58.249]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.0907571Z [00:01:58.249]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:15.0907991Z [00:01:58.249]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.0908447Z [00:01:58.249]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:15.0908900Z [00:01:58.249]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.0909328Z [00:01:58.249]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.0909753Z [00:01:58.249]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.0910176Z [00:01:58.249]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.0910960Z [00:01:58.249]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.0911268Z [00:01:58.249]➜  EOF
2025-08-20T21:35:15.0912984Z [00:01:58.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b099=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/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-20T21:35:15.1002910Z [00:01:58.259]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:35:15.1049250Z [00:01:58.264]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/4a/4a4b1f0a056b9191ce28510403c9a0cf43b6addc7ef49b22c4745144b7d8fc2b-d # internal
2025-08-20T21:35:15.1050761Z [00:01:58.264]➜  github.com/micro-editor/tcell/v2/terminfo/c/cygwin
2025-08-20T21:35:15.1052151Z [00:01:58.264]➜  mkdir -p $WORK/b105/
2025-08-20T21:35:15.1054919Z [00:01:58.264]➜  cat >/tmp/go-build4032094447/b105/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1055570Z [00:01:58.264]➜  # import config
2025-08-20T21:35:15.1056306Z [00:01:58.264]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1057453Z [00:01:58.264]➜  EOF
2025-08-20T21:35:15.1060340Z [00:01:58.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/c/cygwin=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/c/cygwin;$WORK/b105=>" -p github.com/micro-editor/tcell/v2/terminfo/c/cygwin -lang=go1.13 -complete -installsuffix shared -buildid RmvPJ14b6zj1LFRLiRQc/RmvPJ14b6zj1LFRLiRQc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/c/cygwin/term.go
2025-08-20T21:35:15.1200884Z [00:01:58.279]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:35:15.1203823Z [00:01:58.279]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/26/2660ecb6d1ce71f116603b6886875828ac8cb1539496933a8c6d208fb07dc403-d # internal
2025-08-20T21:35:15.1205409Z [00:01:58.279]➜  github.com/micro-editor/tcell/v2/terminfo/d/dtterm
2025-08-20T21:35:15.1206792Z [00:01:58.279]➜  mkdir -p $WORK/b106/
2025-08-20T21:35:15.1207469Z [00:01:58.280]➜  cat >/tmp/go-build4032094447/b106/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1208165Z [00:01:58.280]➜  # import config
2025-08-20T21:35:15.1209435Z [00:01:58.280]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1210156Z [00:01:58.280]➜  EOF
2025-08-20T21:35:15.1236652Z [00:01:58.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/d/dtterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/d/dtterm;$WORK/b106=>" -p github.com/micro-editor/tcell/v2/terminfo/d/dtterm -lang=go1.13 -complete -installsuffix shared -buildid PQToriPVZebTG9VUKYuJ/PQToriPVZebTG9VUKYuJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/d/dtterm/term.go
2025-08-20T21:35:15.1329982Z [00:01:58.292]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:35:15.1333964Z [00:01:58.292]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/3e/3e6c87dad6d9e32398e00b2d5c7eb6d43c544b9a895fc47ccbadf9461ff36bf9-d # internal
2025-08-20T21:35:15.1336150Z [00:01:58.293]➜  github.com/micro-editor/tcell/v2/terminfo/e/emacs
2025-08-20T21:35:15.1336528Z [00:01:58.293]➜  mkdir -p $WORK/b107/
2025-08-20T21:35:15.1340139Z [00:01:58.293]➜  cat >/tmp/go-build4032094447/b107/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1340548Z [00:01:58.293]➜  # import config
2025-08-20T21:35:15.1341040Z [00:01:58.293]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1341805Z [00:01:58.293]➜  EOF
2025-08-20T21:35:15.1347421Z [00:01:58.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/e/emacs=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/e/emacs;$WORK/b107=>" -p github.com/micro-editor/tcell/v2/terminfo/e/emacs -lang=go1.13 -complete -installsuffix shared -buildid KRXcFEZx5zHFhrfzKDR5/KRXcFEZx5zHFhrfzKDR5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/e/emacs/term.go
2025-08-20T21:35:15.1376873Z [00:01:58.297]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b190=/tmp/go-build -gno-record-gcc-switches -o $WORK/b190/_cgo_.o $WORK/b190/_cgo_main.o $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o $WORK/b190/_x004.o $WORK/b190/_x005.o $WORK/b190/_x006.o $WORK/b190/_x007.o $WORK/b190/_x008.o $WORK/b190/_x009.o $WORK/b190/_x010.o $WORK/b190/_x011.o $WORK/b190/_x012.o $WORK/b190/_x013.o $WORK/b190/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:35:15.1378980Z [00:01:58.297]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b190/_cgo_.o -dynout $WORK/b190/_cgo_import.go -dynlinker
2025-08-20T21:35:15.1401838Z [00:01:58.299]➜  echo -n > $WORK/b190/go_asm.h # internal
2025-08-20T21:35:15.1416147Z [00:01:58.301]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:15.1417762Z [00:01:58.301]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b190/symabis ./asm_arm64.s
2025-08-20T21:35:15.1466870Z [00:01:58.306]➜  cat >/tmp/go-build4032094447/b190/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1467325Z [00:01:58.306]➜  # import config
2025-08-20T21:35:15.1467732Z [00:01:58.306]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:15.1468255Z [00:01:58.306]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.1468914Z [00:01:58.306]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:15.1469377Z [00:01:58.306]➜  EOF
2025-08-20T21:35:15.1469822Z [00:01:58.306]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.1473191Z [00:01:58.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b190=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b190/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack -asmhdr $WORK/b190/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/b190/_cgo_gotypes.go $WORK/b190/cgo.cgo1.go $WORK/b190/_cgo_import.go
2025-08-20T21:35:15.1527938Z [00:01:58.312]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:35:15.1559417Z [00:01:58.315]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/9b/9b7fce8bba152bc0dd5e176e68eff0494cda9b403a282c845e82efc964606381-d # internal
2025-08-20T21:35:15.1560114Z [00:01:58.315]➜  github.com/micro-editor/tcell/v2/terminfo/g/gnome
2025-08-20T21:35:15.1561258Z [00:01:58.315]➜  mkdir -p $WORK/b108/
2025-08-20T21:35:15.1567516Z [00:01:58.316]➜  cat >/tmp/go-build4032094447/b108/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1567911Z [00:01:58.316]➜  # import config
2025-08-20T21:35:15.1568388Z [00:01:58.316]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1570872Z [00:01:58.316]➜  EOF
2025-08-20T21:35:15.1575243Z [00:01:58.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/g/gnome=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/g/gnome;$WORK/b108=>" -p github.com/micro-editor/tcell/v2/terminfo/g/gnome -lang=go1.13 -complete -installsuffix shared -buildid asOWd6LjMgml7QGKUB7y/asOWd6LjMgml7QGKUB7y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/g/gnome/term.go
2025-08-20T21:35:15.1598809Z [00:01:58.319]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:35:15.1705333Z [00:01:58.330]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T21:35:15.1710137Z [00:01:58.330]➜  github.com/micro-editor/tcell/v2/terminfo/h/hpterm
2025-08-20T21:35:15.1711594Z [00:01:58.330]➜  mkdir -p $WORK/b109/
2025-08-20T21:35:15.1712134Z [00:01:58.330]➜  cat >/tmp/go-build4032094447/b109/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1712731Z [00:01:58.330]➜  # import config
2025-08-20T21:35:15.1713249Z [00:01:58.330]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1714529Z [00:01:58.330]➜  EOF
2025-08-20T21:35:15.1716708Z [00:01:58.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/h/hpterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/h/hpterm;$WORK/b109=>" -p github.com/micro-editor/tcell/v2/terminfo/h/hpterm -lang=go1.13 -complete -installsuffix shared -buildid npeYnSBpWrfXlvDqRDIO/npeYnSBpWrfXlvDqRDIO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/h/hpterm/term.go
2025-08-20T21:35:15.1747054Z [00:01:58.334]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:35:15.1751426Z [00:01:58.334]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/e0/e03e322910ccfc26f7a8514700401b6cc7b047039d502380b835a06ac18d0331-d # internal
2025-08-20T21:35:15.1770141Z [00:01:58.335]➜  github.com/micro-editor/tcell/v2/terminfo/k/konsole
2025-08-20T21:35:15.1771692Z [00:01:58.336]➜  mkdir -p $WORK/b110/
2025-08-20T21:35:15.1774375Z [00:01:58.336]➜  cat >/tmp/go-build4032094447/b110/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1775036Z [00:01:58.336]➜  # import config
2025-08-20T21:35:15.1775578Z [00:01:58.336]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1776009Z [00:01:58.336]➜  EOF
2025-08-20T21:35:15.1778113Z [00:01:58.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/konsole=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/konsole;$WORK/b110=>" -p github.com/micro-editor/tcell/v2/terminfo/k/konsole -lang=go1.13 -complete -installsuffix shared -buildid u3js-GIuNc-v51q66b9g/u3js-GIuNc-v51q66b9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/konsole/term.go
2025-08-20T21:35:15.1804485Z [00:01:58.340]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:35:15.1831457Z [00:01:58.342]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T21:35:15.1832736Z [00:01:58.342]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:35:15.1838646Z [00:01:58.343]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/28/28dc2d43021c9140f58f461868eeb13469e0c097eb14b25ac4af98f99a87b886-d # internal
2025-08-20T21:35:15.1839390Z [00:01:58.343]➜  github.com/micro-editor/tcell/v2/terminfo/k/kterm
2025-08-20T21:35:15.1841540Z [00:01:58.343]➜  mkdir -p $WORK/b111/
2025-08-20T21:35:15.1842268Z [00:01:58.343]➜  cat >/tmp/go-build4032094447/b111/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1844625Z [00:01:58.343]➜  # import config
2025-08-20T21:35:15.1845171Z [00:01:58.343]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1846152Z [00:01:58.343]➜  EOF
2025-08-20T21:35:15.1850198Z [00:01:58.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/kterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/kterm;$WORK/b111=>" -p github.com/micro-editor/tcell/v2/terminfo/k/kterm -lang=go1.13 -complete -installsuffix shared -buildid 5BwF5hAy39V054yvbg1e/5BwF5hAy39V054yvbg1e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/k/kterm/term.go
2025-08-20T21:35:15.1852170Z [00:01:58.344]➜  github.com/micro-editor/tcell/v2/terminfo/dynamic
2025-08-20T21:35:15.1852643Z [00:01:58.344]➜  mkdir -p $WORK/b098/
2025-08-20T21:35:15.1853026Z [00:01:58.344]➜  cat >/tmp/go-build4032094447/b098/importcfg << 'EOF' # internal
2025-08-20T21:35:15.1853392Z [00:01:58.344]➜  # import config
2025-08-20T21:35:15.1854819Z [00:01:58.345]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.1855267Z [00:01:58.345]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.1855851Z [00:01:58.345]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.1856371Z [00:01:58.345]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.1856783Z [00:01:58.345]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.1857203Z [00:01:58.345]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:15.1857635Z [00:01:58.345]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.1858078Z [00:01:58.345]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.1858391Z [00:01:58.345]➜  EOF
2025-08-20T21:35:15.1867664Z [00:01:58.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/dynamic=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/dynamic;$WORK/b098=>" -p github.com/micro-editor/tcell/v2/terminfo/dynamic -lang=go1.13 -complete -installsuffix shared -buildid X_h2zMl-4oanu5Y78qzL/X_h2zMl-4oanu5Y78qzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/dynamic/dynamic.go
2025-08-20T21:35:15.2003952Z [00:01:58.359]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:35:15.2007566Z [00:01:58.360]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:35:15.2010829Z [00:01:58.360]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/7f/7f9c4f67f2f60b662bdde7e4ce4f05855dd311dc33d0222f930812a76d213894-d # internal
2025-08-20T21:35:15.2012938Z [00:01:58.360]➜  github.com/micro-editor/tcell/v2/terminfo/l/linux
2025-08-20T21:35:15.2013284Z [00:01:58.360]➜  mkdir -p $WORK/b112/
2025-08-20T21:35:15.2024839Z [00:01:58.361]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/36/36b5da6ad715fc588d7279ab74a65addb50af05855516d701abc472b98505afa-d # internal
2025-08-20T21:35:15.2025528Z [00:01:58.361]➜  github.com/micro-editor/tcell/v2/terminfo/p/pcansi
2025-08-20T21:35:15.2025867Z [00:01:58.361]➜  mkdir -p $WORK/b113/
2025-08-20T21:35:15.2026253Z [00:01:58.362]➜  cat >/tmp/go-build4032094447/b112/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2026597Z [00:01:58.362]➜  # import config
2025-08-20T21:35:15.2027063Z [00:01:58.362]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2027487Z [00:01:58.362]➜  EOF
2025-08-20T21:35:15.2029572Z [00:01:58.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/l/linux=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/l/linux;$WORK/b112=>" -p github.com/micro-editor/tcell/v2/terminfo/l/linux -lang=go1.13 -complete -installsuffix shared -buildid CS8ApdFWSgqFyTemQ7ts/CS8ApdFWSgqFyTemQ7ts -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/l/linux/term.go
2025-08-20T21:35:15.2040954Z [00:01:58.363]➜  cat >/tmp/go-build4032094447/b113/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2041387Z [00:01:58.363]➜  # import config
2025-08-20T21:35:15.2041859Z [00:01:58.363]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2042284Z [00:01:58.363]➜  EOF
2025-08-20T21:35:15.2044579Z [00:01:58.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/p/pcansi=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/p/pcansi;$WORK/b113=>" -p github.com/micro-editor/tcell/v2/terminfo/p/pcansi -lang=go1.13 -complete -installsuffix shared -buildid xMGmH3kevuUboJcZfyYn/xMGmH3kevuUboJcZfyYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/p/pcansi/term.go
2025-08-20T21:35:15.2123976Z [00:01:58.371]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:35:15.2136241Z [00:01:58.372]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/dd/dd37a57cff421ece83bc07ceed71465c53ce2b459a20c85e3fe8f1479ba3b680-d # internal
2025-08-20T21:35:15.2138444Z [00:01:58.372]➜  github.com/micro-editor/tcell/v2/terminfo/r/rxvt
2025-08-20T21:35:15.2138794Z [00:01:58.372]➜  mkdir -p $WORK/b114/
2025-08-20T21:35:15.2139172Z [00:01:58.372]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b190/abi_GOARCH.h
2025-08-20T21:35:15.2139550Z [00:01:58.372]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:15.2140529Z [00:01:58.372]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b190/asm_arm64.o ./asm_arm64.s
2025-08-20T21:35:15.2141467Z [00:01:58.373]➜  cat >/tmp/go-build4032094447/b114/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2141811Z [00:01:58.373]➜  # import config
2025-08-20T21:35:15.2142590Z [00:01:58.373]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2143097Z [00:01:58.373]➜  EOF
2025-08-20T21:35:15.2143373Z [00:01:58.373]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.2145522Z [00:01:58.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/r/rxvt=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/r/rxvt;$WORK/b114=>" -p github.com/micro-editor/tcell/v2/terminfo/r/rxvt -lang=go1.13 -complete -installsuffix shared -buildid MynQJa7VAtqWW_JP62bE/MynQJa7VAtqWW_JP62bE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/r/rxvt/term.go
2025-08-20T21:35:15.2148879Z [00:01:58.374]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:35:15.2157413Z [00:01:58.374]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/07/07156280b0c192f544a902bcb1da7d5ef577bbf361ece7ff7d293db14312727a-d # internal
2025-08-20T21:35:15.2158400Z [00:01:58.375]➜  github.com/micro-editor/tcell/v2/terminfo/s/screen
2025-08-20T21:35:15.2159934Z [00:01:58.375]➜  mkdir -p $WORK/b115/
2025-08-20T21:35:15.2160516Z [00:01:58.375]➜  cat >/tmp/go-build4032094447/b115/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2160866Z [00:01:58.375]➜  # import config
2025-08-20T21:35:15.2161333Z [00:01:58.375]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2162039Z [00:01:58.375]➜  EOF
2025-08-20T21:35:15.2164259Z [00:01:58.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/screen=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/screen;$WORK/b115=>" -p github.com/micro-editor/tcell/v2/terminfo/s/screen -lang=go1.13 -complete -installsuffix shared -buildid RuymvqjtayJuMg7RNVN1/RuymvqjtayJuMg7RNVN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/screen/term.go
2025-08-20T21:35:15.2166154Z [00:01:58.375]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:15.2167432Z [00:01:58.375]➜  go tool pack r $WORK/b190/_pkg_.a $WORK/b190/asm_arm64.o $WORK/b190/preferlinkext $WORK/b190/_x001.o $WORK/b190/_x002.o $WORK/b190/_x003.o $WORK/b190/_x004.o $WORK/b190/_x005.o $WORK/b190/_x006.o $WORK/b190/_x007.o $WORK/b190/_x008.o $WORK/b190/_x009.o $WORK/b190/_x010.o $WORK/b190/_x011.o $WORK/b190/_x012.o $WORK/b190/_x013.o $WORK/b190/_x014.o # internal
2025-08-20T21:35:15.2193121Z [00:01:58.378]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:35:15.2244483Z [00:01:58.383]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T21:35:15.2245183Z [00:01:58.383]➜  github.com/micro-editor/tcell/v2/terminfo/s/simpleterm
2025-08-20T21:35:15.2245540Z [00:01:58.384]➜  mkdir -p $WORK/b116/
2025-08-20T21:35:15.2264004Z [00:01:58.385]➜  cat >/tmp/go-build4032094447/b116/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2264432Z [00:01:58.386]➜  # import config
2025-08-20T21:35:15.2264911Z [00:01:58.386]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2266100Z [00:01:58.386]➜  EOF
2025-08-20T21:35:15.2274625Z [00:01:58.386]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.2276960Z [00:01:58.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/simpleterm=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/simpleterm;$WORK/b116=>" -p github.com/micro-editor/tcell/v2/terminfo/s/simpleterm -lang=go1.13 -complete -installsuffix shared -buildid dCKJAEKbF3uyLHp7yzQ6/dCKJAEKbF3uyLHp7yzQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/simpleterm/term.go
2025-08-20T21:35:15.2321232Z [00:01:58.391]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:35:15.2325824Z [00:01:58.391]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/a3/a32db24b8f5ed2320ab1315827e090b1c4113caa1c45bdc7bd10e3c7c04cb0ff-d # internal
2025-08-20T21:35:15.2328845Z [00:01:58.392]➜  github.com/micro-editor/tcell/v2/terminfo/s/sun
2025-08-20T21:35:15.2329264Z [00:01:58.392]➜  mkdir -p $WORK/b117/
2025-08-20T21:35:15.2329676Z [00:01:58.392]➜  cat >/tmp/go-build4032094447/b117/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2330051Z [00:01:58.392]➜  # import config
2025-08-20T21:35:15.2330521Z [00:01:58.392]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2330948Z [00:01:58.392]➜  EOF
2025-08-20T21:35:15.2333086Z [00:01:58.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/sun=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/sun;$WORK/b117=>" -p github.com/micro-editor/tcell/v2/terminfo/s/sun -lang=go1.13 -complete -installsuffix shared -buildid oWtss3QIhc_nHYYMwyFp/oWtss3QIhc_nHYYMwyFp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/s/sun/term.go
2025-08-20T21:35:15.2351108Z [00:01:58.394]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:35:15.2354824Z [00:01:58.394]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/44/44037903b6b414cae0345ed62305e9778f2bfe112abbe44fe6accdda75942110-d # internal
2025-08-20T21:35:15.2356161Z [00:01:58.395]➜  github.com/micro-editor/tcell/v2/terminfo/t/termite
2025-08-20T21:35:15.2357014Z [00:01:58.395]➜  mkdir -p $WORK/b118/
2025-08-20T21:35:15.2357993Z [00:01:58.395]➜  cat >/tmp/go-build4032094447/b118/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2358408Z [00:01:58.395]➜  # import config
2025-08-20T21:35:15.2358912Z [00:01:58.395]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2359344Z [00:01:58.395]➜  EOF
2025-08-20T21:35:15.2361457Z [00:01:58.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/termite=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/termite;$WORK/b118=>" -p github.com/micro-editor/tcell/v2/terminfo/t/termite -lang=go1.13 -complete -installsuffix shared -buildid _-42HyL5VCzgXIz-f3Zr/_-42HyL5VCzgXIz-f3Zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/termite/term.go
2025-08-20T21:35:15.2375476Z [00:01:58.397]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:35:15.2379678Z [00:01:58.397]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/ef/ef8183dd8842d9aefa719de23b79b234c1d183340a71aaed7aa291234db3e180-d # internal
2025-08-20T21:35:15.2380398Z [00:01:58.397]➜  github.com/micro-editor/tcell/v2/terminfo/t/tmux
2025-08-20T21:35:15.2380732Z [00:01:58.397]➜  mkdir -p $WORK/b119/
2025-08-20T21:35:15.2382438Z [00:01:58.397]➜  cat >/tmp/go-build4032094447/b119/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2382889Z [00:01:58.397]➜  # import config
2025-08-20T21:35:15.2383413Z [00:01:58.397]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2383840Z [00:01:58.397]➜  EOF
2025-08-20T21:35:15.2385906Z [00:01:58.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/tmux=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/tmux;$WORK/b119=>" -p github.com/micro-editor/tcell/v2/terminfo/t/tmux -lang=go1.13 -complete -installsuffix shared -buildid _N9A2jmw8ZWFDNy0AgM4/_N9A2jmw8ZWFDNy0AgM4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/t/tmux/term.go
2025-08-20T21:35:15.2450652Z [00:01:58.404]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:35:15.2453290Z [00:01:58.404]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/1c/1cda8e31f9ce45034a965b6805f51c03663929c34d87b14b1234d22ef1a0084a-d # internal
2025-08-20T21:35:15.2453983Z [00:01:58.404]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt320
2025-08-20T21:35:15.2454323Z [00:01:58.405]➜  mkdir -p $WORK/b120/
2025-08-20T21:35:15.2456513Z [00:01:58.405]➜  cat >/tmp/go-build4032094447/b120/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2456918Z [00:01:58.405]➜  # import config
2025-08-20T21:35:15.2457394Z [00:01:58.405]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2457819Z [00:01:58.405]➜  EOF
2025-08-20T21:35:15.2459905Z [00:01:58.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt320=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt320;$WORK/b120=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt320 -lang=go1.13 -complete -installsuffix shared -buildid vEkjj_vcRyZfRhsF2H_0/vEkjj_vcRyZfRhsF2H_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt320/term.go
2025-08-20T21:35:15.2484942Z [00:01:58.408]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:35:15.2486552Z [00:01:58.408]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/58/58474152ea0b632c8b9d26f5daa0766d5e25a73cd11e310c66c636ac901976b3-d # internal
2025-08-20T21:35:15.2487249Z [00:01:58.408]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt400
2025-08-20T21:35:15.2487594Z [00:01:58.408]➜  mkdir -p $WORK/b121/
2025-08-20T21:35:15.2492414Z [00:01:58.408]➜  cat >/tmp/go-build4032094447/b121/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2492865Z [00:01:58.408]➜  # import config
2025-08-20T21:35:15.2493379Z [00:01:58.408]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2493812Z [00:01:58.408]➜  EOF
2025-08-20T21:35:15.2495878Z [00:01:58.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt400=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt400;$WORK/b121=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt400 -lang=go1.13 -complete -installsuffix shared -buildid YEoFRD6-z_WCy4O7Dkfd/YEoFRD6-z_WCy4O7Dkfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt400/term.go
2025-08-20T21:35:15.2497736Z [00:01:58.408]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:35:15.2498388Z [00:01:58.408]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/6e/6e7e669c10544b9a4b5dbe1c550115e0133d9870d9c2690f657f6cb4d1a5dea8-d # internal
2025-08-20T21:35:15.2499009Z [00:01:58.408]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt420
2025-08-20T21:35:15.2499334Z [00:01:58.408]➜  mkdir -p $WORK/b122/
2025-08-20T21:35:15.2509972Z [00:01:58.409]➜  cat >/tmp/go-build4032094447/b122/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2511039Z [00:01:58.409]➜  # import config
2025-08-20T21:35:15.2511574Z [00:01:58.409]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2512018Z [00:01:58.409]➜  EOF
2025-08-20T21:35:15.2515851Z [00:01:58.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt420=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt420;$WORK/b122=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt420 -lang=go1.13 -complete -installsuffix shared -buildid QejCf4J3YzeDJAkBZMq7/QejCf4J3YzeDJAkBZMq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt420/term.go
2025-08-20T21:35:15.2533202Z [00:01:58.412]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:35:15.2546251Z [00:01:58.413]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/87/87e2e9a3ee0fcc7c9c2df70be79f15639da8b56ffcc4c9215cb8ac5761c3b972-d # internal
2025-08-20T21:35:15.2546966Z [00:01:58.413]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt52
2025-08-20T21:35:15.2547298Z [00:01:58.413]➜  mkdir -p $WORK/b123/
2025-08-20T21:35:15.2555910Z [00:01:58.415]➜  cat >/tmp/go-build4032094447/b123/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2556301Z [00:01:58.415]➜  # import config
2025-08-20T21:35:15.2556776Z [00:01:58.415]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2557199Z [00:01:58.415]➜  EOF
2025-08-20T21:35:15.2559244Z [00:01:58.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt52=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt52;$WORK/b123=>" -p github.com/micro-editor/tcell/v2/terminfo/v/vt52 -lang=go1.13 -complete -installsuffix shared -buildid KXTM--Cy18KE0-Pa_YLl/KXTM--Cy18KE0-Pa_YLl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/v/vt52/term.go
2025-08-20T21:35:15.2579564Z [00:01:58.416]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:35:15.2580583Z [00:01:58.417]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/4a/4a589bb979349336fdaaca6fac44ff7167caba8bb7c0aec826e22ed1ada3aa90-d # internal
2025-08-20T21:35:15.2593475Z [00:01:58.418]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy50
2025-08-20T21:35:15.2593865Z [00:01:58.418]➜  mkdir -p $WORK/b124/
2025-08-20T21:35:15.2594190Z [00:01:58.418]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:35:15.2594862Z [00:01:58.418]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/55/55994bc79e735e0b2e9acda81a334084eaec1c879d5c826149c04c8473ff08f2-d # internal
2025-08-20T21:35:15.2595476Z [00:01:58.418]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy60
2025-08-20T21:35:15.2595799Z [00:01:58.418]➜  mkdir -p $WORK/b125/
2025-08-20T21:35:15.2596166Z [00:01:58.418]➜  cat >/tmp/go-build4032094447/b125/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2596542Z [00:01:58.418]➜  # import config
2025-08-20T21:35:15.2597005Z [00:01:58.418]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2597437Z [00:01:58.418]➜  EOF
2025-08-20T21:35:15.2599493Z [00:01:58.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy60=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy60;$WORK/b125=>" -p github.com/micro-editor/tcell/v2/terminfo/w/wy60 -lang=go1.13 -complete -installsuffix shared -buildid ZGM5cvUqaTKfZDdWWYQ2/ZGM5cvUqaTKfZDdWWYQ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy60/term.go
2025-08-20T21:35:15.2601605Z [00:01:58.419]➜  cat >/tmp/go-build4032094447/b124/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2601981Z [00:01:58.419]➜  # import config
2025-08-20T21:35:15.2602707Z [00:01:58.419]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2604443Z [00:01:58.419]➜  EOF
2025-08-20T21:35:15.2606793Z [00:01:58.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy50=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy50;$WORK/b124=>" -p github.com/micro-editor/tcell/v2/terminfo/w/wy50 -lang=go1.13 -complete -installsuffix shared -buildid M-dZo0dYcgyjkNQJru9B/M-dZo0dYcgyjkNQJru9B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy50/term.go
2025-08-20T21:35:15.2627840Z [00:01:58.422]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:35:15.2642237Z [00:01:58.423]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/a9/a9f3272cde10bb0088c82a7e3e3679c588d6ca0b1d88be319aa3dfd22a1e7644-d # internal
2025-08-20T21:35:15.2643493Z [00:01:58.423]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T21:35:15.2643926Z [00:01:58.423]➜  mkdir -p $WORK/b126/
2025-08-20T21:35:15.2649176Z [00:01:58.424]➜  cat >/tmp/go-build4032094447/b126/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2649895Z [00:01:58.424]➜  # import config
2025-08-20T21:35:15.2650389Z [00:01:58.424]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2650818Z [00:01:58.424]➜  EOF
2025-08-20T21:35:15.2654997Z [00:01:58.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy99_ansi=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy99_ansi;$WORK/b126=>" -p github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi -lang=go1.13 -complete -installsuffix shared -buildid AsV6qST_qnRq5ZKVuIzy/AsV6qST_qnRq5ZKVuIzy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/w/wy99_ansi/term.go
2025-08-20T21:35:15.2657962Z [00:01:58.425]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:35:15.2666112Z [00:01:58.426]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/71/710d91653dfb8aa6af748f5213f384ef149dd634b6fdd1baac4b0891cdac08ba-d # internal
2025-08-20T21:35:15.2666772Z [00:01:58.426]➜  github.com/micro-editor/tcell/v2/terminfo/x/xfce
2025-08-20T21:35:15.2667105Z [00:01:58.426]➜  mkdir -p $WORK/b127/
2025-08-20T21:35:15.2672832Z [00:01:58.426]➜  cat >/tmp/go-build4032094447/b127/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2673705Z [00:01:58.426]➜  # import config
2025-08-20T21:35:15.2674281Z [00:01:58.426]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2674722Z [00:01:58.426]➜  EOF
2025-08-20T21:35:15.2676796Z [00:01:58.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xfce=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xfce;$WORK/b127=>" -p github.com/micro-editor/tcell/v2/terminfo/x/xfce -lang=go1.13 -complete -installsuffix shared -buildid AlO2ol4vcyHtXGrWa0FJ/AlO2ol4vcyHtXGrWa0FJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xfce/term.go
2025-08-20T21:35:15.2700729Z [00:01:58.429]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:35:15.2707867Z [00:01:58.430]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/29/29be38141ed6ee0cb51ec59b585c828199b4b8dfc6c4919da490f0909ee47fad-d # internal
2025-08-20T21:35:15.2708853Z [00:01:58.430]➜  github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T21:35:15.2709281Z [00:01:58.430]➜  mkdir -p $WORK/b128/
2025-08-20T21:35:15.2709656Z [00:01:58.430]➜  cat >/tmp/go-build4032094447/b128/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2710002Z [00:01:58.430]➜  # import config
2025-08-20T21:35:15.2710467Z [00:01:58.430]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.2710903Z [00:01:58.430]➜  EOF
2025-08-20T21:35:15.2713287Z [00:01:58.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm_kitty=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm_kitty;$WORK/b128=>" -p github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty -lang=go1.13 -complete -installsuffix shared -buildid _F6e7P7_tiZutqZrWMUo/_F6e7P7_tiZutqZrWMUo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/x/xterm_kitty/term.go
2025-08-20T21:35:15.2731818Z [00:01:58.432]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:35:15.2734793Z [00:01:58.433]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/f0/f0598cfed66fc94882d3ee28d50933008bb29722863fedd27690f364afbd74bf-d # internal
2025-08-20T21:35:15.2739284Z [00:01:58.433]➜  log
2025-08-20T21:35:15.2739631Z [00:01:58.433]➜  mkdir -p $WORK/b129/
2025-08-20T21:35:15.2740335Z [00:01:58.433]➜  cat >/tmp/go-build4032094447/b129/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2740688Z [00:01:58.433]➜  # import config
2025-08-20T21:35:15.2741016Z [00:01:58.433]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.2741421Z [00:01:58.433]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.2741854Z [00:01:58.433]➜  packagefile log/internal=/tmp/go-build4032094447/b130/_pkg_.a
2025-08-20T21:35:15.2742293Z [00:01:58.433]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.2742910Z [00:01:58.433]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.2743331Z [00:01:58.433]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.2743762Z [00:01:58.433]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:15.2744191Z [00:01:58.433]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.2744511Z [00:01:58.433]➜  EOF
2025-08-20T21:35:15.2745752Z [00:01:58.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b129=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:35:15.2776004Z [00:01:58.437]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:35:15.2783132Z [00:01:58.437]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/0a/0a50b77560bd3ab92a24b97d18b82f68a2caedb60a97ea3c3fa1a39bb16f1a13-d # internal
2025-08-20T21:35:15.2807961Z [00:01:58.440]➜  os/signal
2025-08-20T21:35:15.2808294Z [00:01:58.440]➜  mkdir -p $WORK/b131/
2025-08-20T21:35:15.2814395Z [00:01:58.440]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T21:35:15.2815423Z [00:01:58.441]➜  cd /root/.go/src/os/signal
2025-08-20T21:35:15.2816434Z [00:01:58.441]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./sig.s
2025-08-20T21:35:15.2820108Z [00:01:58.441]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:35:15.2826228Z [00:01:58.442]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/c0/c06644cfb60ea0bddcbaa02a95d874982acb74282c9466fded65411de58e2938-d # internal
2025-08-20T21:35:15.2827384Z [00:01:58.442]➜  github.com/yuin/gopher-lua/ast
2025-08-20T21:35:15.2827962Z [00:01:58.442]➜  mkdir -p $WORK/b133/
2025-08-20T21:35:15.2829781Z [00:01:58.442]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:35:15.2835768Z [00:01:58.443]➜  cat >/tmp/go-build4032094447/b133/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2840015Z [00:01:58.443]➜  # import config
2025-08-20T21:35:15.2840495Z [00:01:58.443]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.2840826Z [00:01:58.443]➜  EOF
2025-08-20T21:35:15.2841122Z [00:01:58.443]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.2843993Z [00:01:58.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast=>github.com/yuin/gopher-lua@v1.1.1/ast;$WORK/b133=>" -p github.com/yuin/gopher-lua/ast -lang=go1.17 -complete -installsuffix shared -buildid 5zeptfNRgxch3r-GTetZ/5zeptfNRgxch3r-GTetZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/ast.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/expr.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/misc.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/stmt.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/ast/token.go
2025-08-20T21:35:15.2846681Z [00:01:58.443]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/26/26fdfc61133a9bbaac92aad6ab0c91a66a3222094db077898775c7f0d3763b9d-d # internal
2025-08-20T21:35:15.2851347Z [00:01:58.444]➜  github.com/micro-editor/tcell/v2/terminfo/extended
2025-08-20T21:35:15.2851754Z [00:01:58.444]➜  mkdir -p $WORK/b101/
2025-08-20T21:35:15.2853402Z [00:01:58.444]➜  cat >/tmp/go-build4032094447/b101/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2853775Z [00:01:58.444]➜  # import config
2025-08-20T21:35:15.2854292Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/aixterm=/tmp/go-build4032094447/b102/_pkg_.a
2025-08-20T21:35:15.2855095Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/alacritty=/tmp/go-build4032094447/b103/_pkg_.a
2025-08-20T21:35:15.2855827Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build4032094447/b093/_pkg_.a
2025-08-20T21:35:15.2856547Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/b/beterm=/tmp/go-build4032094447/b104/_pkg_.a
2025-08-20T21:35:15.2857272Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/c/cygwin=/tmp/go-build4032094447/b105/_pkg_.a
2025-08-20T21:35:15.2858006Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/d/dtterm=/tmp/go-build4032094447/b106/_pkg_.a
2025-08-20T21:35:15.2858723Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/e/emacs=/tmp/go-build4032094447/b107/_pkg_.a
2025-08-20T21:35:15.2859440Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/g/gnome=/tmp/go-build4032094447/b108/_pkg_.a
2025-08-20T21:35:15.2870059Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/h/hpterm=/tmp/go-build4032094447/b109/_pkg_.a
2025-08-20T21:35:15.2870814Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/konsole=/tmp/go-build4032094447/b110/_pkg_.a
2025-08-20T21:35:15.2871540Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/kterm=/tmp/go-build4032094447/b111/_pkg_.a
2025-08-20T21:35:15.2872256Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/l/linux=/tmp/go-build4032094447/b112/_pkg_.a
2025-08-20T21:35:15.2873220Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/p/pcansi=/tmp/go-build4032094447/b113/_pkg_.a
2025-08-20T21:35:15.2873941Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/r/rxvt=/tmp/go-build4032094447/b114/_pkg_.a
2025-08-20T21:35:15.2874656Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/screen=/tmp/go-build4032094447/b115/_pkg_.a
2025-08-20T21:35:15.2875687Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/simpleterm=/tmp/go-build4032094447/b116/_pkg_.a
2025-08-20T21:35:15.2876492Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/sun=/tmp/go-build4032094447/b117/_pkg_.a
2025-08-20T21:35:15.2877210Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/termite=/tmp/go-build4032094447/b118/_pkg_.a
2025-08-20T21:35:15.2877933Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/tmux=/tmp/go-build4032094447/b119/_pkg_.a
2025-08-20T21:35:15.2878657Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build4032094447/b094/_pkg_.a
2025-08-20T21:35:15.2879368Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build4032094447/b095/_pkg_.a
2025-08-20T21:35:15.2880132Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build4032094447/b096/_pkg_.a
2025-08-20T21:35:15.2880853Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt320=/tmp/go-build4032094447/b120/_pkg_.a
2025-08-20T21:35:15.2881561Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt400=/tmp/go-build4032094447/b121/_pkg_.a
2025-08-20T21:35:15.2882269Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt420=/tmp/go-build4032094447/b122/_pkg_.a
2025-08-20T21:35:15.2883123Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt52=/tmp/go-build4032094447/b123/_pkg_.a
2025-08-20T21:35:15.2884065Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy50=/tmp/go-build4032094447/b124/_pkg_.a
2025-08-20T21:35:15.2884768Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy60=/tmp/go-build4032094447/b125/_pkg_.a
2025-08-20T21:35:15.2885492Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build4032094447/b126/_pkg_.a
2025-08-20T21:35:15.2886222Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xfce=/tmp/go-build4032094447/b127/_pkg_.a
2025-08-20T21:35:15.2886934Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build4032094447/b097/_pkg_.a
2025-08-20T21:35:15.2887668Z [00:01:58.444]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build4032094447/b128/_pkg_.a
2025-08-20T21:35:15.2888131Z [00:01:58.444]➜  EOF
2025-08-20T21:35:15.2890214Z [00:01:58.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/extended=>github.com/micro-editor/tcell/v2@v2.0.11/terminfo/extended;$WORK/b101=>" -p github.com/micro-editor/tcell/v2/terminfo/extended -lang=go1.13 -complete -installsuffix shared -buildid O6Mck_1-_jo-D4693bi3/O6Mck_1-_jo-D4693bi3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terminfo/extended/extended.go
2025-08-20T21:35:15.2892146Z [00:01:58.444]➜  cat >/tmp/go-build4032094447/b131/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2892814Z [00:01:58.444]➜  # import config
2025-08-20T21:35:15.2893167Z [00:01:58.444]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:15.2893584Z [00:01:58.445]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.2893988Z [00:01:58.445]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:15.2894416Z [00:01:58.445]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.2894831Z [00:01:58.445]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.2895146Z [00:01:58.445]➜  EOF
2025-08-20T21:35:15.2897119Z [00:01:58.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b131=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b131/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack -asmhdr $WORK/b131/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:35:15.2946138Z [00:01:58.453]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:35:15.2950906Z [00:01:58.453]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/57/57aa2d5356f659d73343b4b052afb839c6f125516a69b6555699f7ebc1a90acd-d # internal
2025-08-20T21:35:15.2951574Z [00:01:58.454]➜  github.com/yuin/gopher-lua/pm
2025-08-20T21:35:15.2951871Z [00:01:58.454]➜  mkdir -p $WORK/b135/
2025-08-20T21:35:15.2952244Z [00:01:58.454]➜  cat >/tmp/go-build4032094447/b135/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2952788Z [00:01:58.454]➜  # import config
2025-08-20T21:35:15.2953125Z [00:01:58.454]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.2953434Z [00:01:58.454]➜  EOF
2025-08-20T21:35:15.2955171Z [00:01:58.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/pm=>github.com/yuin/gopher-lua@v1.1.1/pm;$WORK/b135=>" -p github.com/yuin/gopher-lua/pm -lang=go1.17 -complete -installsuffix shared -buildid Xoiff8WGXxMUAZ6_pds0/Xoiff8WGXxMUAZ6_pds0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/pm/pm.go
2025-08-20T21:35:15.3316210Z [00:01:58.490]➜  cd /root/.go/src/os/signal
2025-08-20T21:35:15.3318967Z [00:01:58.491]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/sig.o ./sig.s
2025-08-20T21:35:15.3378764Z [00:01:58.497]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/sig.o # internal
2025-08-20T21:35:15.3385519Z [00:01:58.498]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:35:15.3386203Z [00:01:58.498]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:35:15.3387393Z [00:01:58.498]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:35:15.3395758Z [00:01:58.499]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T21:35:15.3396596Z [00:01:58.499]➜  encoding/json
2025-08-20T21:35:15.3396977Z [00:01:58.499]➜  mkdir -p $WORK/b137/
2025-08-20T21:35:15.3398264Z [00:01:58.499]➜  cat >/tmp/go-build4032094447/b137/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3398673Z [00:01:58.499]➜  # import config
2025-08-20T21:35:15.3399020Z [00:01:58.499]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.3399438Z [00:01:58.499]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:15.3399859Z [00:01:58.499]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:15.3400319Z [00:01:58.499]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:15.3400781Z [00:01:58.499]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.3401190Z [00:01:58.499]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.3401590Z [00:01:58.499]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.3401993Z [00:01:58.499]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.3404643Z [00:01:58.499]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:15.3405156Z [00:01:58.499]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:15.3405581Z [00:01:58.499]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.3406002Z [00:01:58.499]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.3406453Z [00:01:58.499]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.3406869Z [00:01:58.499]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:15.3407594Z [00:01:58.499]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:15.3408121Z [00:01:58.499]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.3408453Z [00:01:58.499]➜  EOF
2025-08-20T21:35:15.3408724Z [00:01:58.499]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.3411229Z [00:01:58.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b137=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/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-20T21:35:15.3420226Z [00:01:58.501]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T21:35:15.3421695Z [00:01:58.501]➜  github.com/micro-editor/tcell/v2
2025-08-20T21:35:15.3422016Z [00:01:58.501]➜  mkdir -p $WORK/b076/
2025-08-20T21:35:15.3423140Z [00:01:58.501]➜  cat >/tmp/go-build4032094447/b076/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3423558Z [00:01:58.501]➜  # import config
2025-08-20T21:35:15.3424240Z [00:01:58.501]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.3424695Z [00:01:58.501]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:15.3425148Z [00:01:58.501]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.3425558Z [00:01:58.501]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.3426050Z [00:01:58.501]➜  packagefile github.com/gdamore/encoding=/tmp/go-build4032094447/b078/_pkg_.a
2025-08-20T21:35:15.3426654Z [00:01:58.501]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build4032094447/b082/_pkg_.a
2025-08-20T21:35:15.3427244Z [00:01:58.501]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4032094447/b087/_pkg_.a
2025-08-20T21:35:15.3427867Z [00:01:58.501]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:15.3428546Z [00:01:58.501]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/base=/tmp/go-build4032094447/b092/_pkg_.a
2025-08-20T21:35:15.3429262Z [00:01:58.501]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/dynamic=/tmp/go-build4032094447/b098/_pkg_.a
2025-08-20T21:35:15.3429989Z [00:01:58.501]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/extended=/tmp/go-build4032094447/b101/_pkg_.a
2025-08-20T21:35:15.3430602Z [00:01:58.501]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4032094447/b074/_pkg_.a
2025-08-20T21:35:15.3431141Z [00:01:58.501]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:15.3431730Z [00:01:58.501]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:15.3432201Z [00:01:58.501]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.3432820Z [00:01:58.501]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:15.3433234Z [00:01:58.501]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.3433630Z [00:01:58.501]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.3434058Z [00:01:58.501]➜  packagefile os/signal=/tmp/go-build4032094447/b131/_pkg_.a
2025-08-20T21:35:15.3434491Z [00:01:58.501]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.3434914Z [00:01:58.501]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.3435327Z [00:01:58.501]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.3435742Z [00:01:58.501]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.3436398Z [00:01:58.501]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.3436916Z [00:01:58.501]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.3437250Z [00:01:58.501]➜  EOF
2025-08-20T21:35:15.3454536Z [00:01:58.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11=>github.com/micro-editor/tcell/v2@v2.0.11;$WORK/b076=>" -p github.com/micro-editor/tcell/v2 -lang=go1.13 -complete -installsuffix shared -buildid _fONcGcd_VWaTOkRc399/_fONcGcd_VWaTOkRc399 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/attr.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/cell.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/charset_unix.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/color.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/colorfit.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/console_stub.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/doc.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/encoding.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/errors.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/event.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/interrupt.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/key.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/mouse.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/paste.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/raw.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/resize.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/runes.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/screen.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/simulation.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/style.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terms_default.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/terms_dynamic.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/tscreen.go /root/go/pkg/mod/github.com/micro-editor/tcell/v2@v2.0.11/tscreen_linux.go
2025-08-20T21:35:15.3461691Z [00:01:58.503]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/d6/d6ca75f84170017d393d227828abbff30eb477275697102119fbad4ef8abf701-d # internal
2025-08-20T21:35:15.3462282Z [00:01:58.503]➜  github.com/yuin/gopher-lua/parse
2025-08-20T21:35:15.3462760Z [00:01:58.504]➜  mkdir -p $WORK/b134/
2025-08-20T21:35:15.3463130Z [00:01:58.504]➜  cat >/tmp/go-build4032094447/b134/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3463476Z [00:01:58.504]➜  # import config
2025-08-20T21:35:15.3463809Z [00:01:58.504]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:15.3464227Z [00:01:58.504]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.3464647Z [00:01:58.504]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.3465141Z [00:01:58.504]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build4032094447/b133/_pkg_.a
2025-08-20T21:35:15.3465626Z [00:01:58.504]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.3466038Z [00:01:58.504]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:15.3466462Z [00:01:58.504]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.3466901Z [00:01:58.504]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.3467212Z [00:01:58.504]➜  EOF
2025-08-20T21:35:15.3469464Z [00:01:58.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse=>github.com/yuin/gopher-lua@v1.1.1/parse;$WORK/b134=>" -p github.com/yuin/gopher-lua/parse -lang=go1.17 -complete -installsuffix shared -buildid bqAqyb8hbRuN7AfVRHjh/bqAqyb8hbRuN7AfVRHjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse/lexer.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/parse/parser.go
2025-08-20T21:35:15.3573535Z [00:01:58.515]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:35:15.3575014Z [00:01:58.516]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/ce/ce1e88116a733666df3f9da709c2cb54af0daa424e5d5fe74e7e0b678ca08bb2-d # internal
2025-08-20T21:35:15.3575800Z [00:01:58.516]➜  github.com/kballard/go-shellquote
2025-08-20T21:35:15.3576117Z [00:01:58.516]➜  mkdir -p $WORK/b139/
2025-08-20T21:35:15.3578645Z [00:01:58.517]➜  cat >/tmp/go-build4032094447/b139/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3579573Z [00:01:58.517]➜  # import config
2025-08-20T21:35:15.3579953Z [00:01:58.517]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.3580382Z [00:01:58.517]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.3580820Z [00:01:58.517]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.3581238Z [00:01:58.517]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.3581688Z [00:01:58.517]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.3582025Z [00:01:58.517]➜  EOF
2025-08-20T21:35:15.3585122Z [00:01:58.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/go-shellquote@v0.0.0-20250101105543-feb6c39314f5=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b139=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid Xqbdfixk7n5t0bxzTIMZ/Xqbdfixk7n5t0bxzTIMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/go-shellquote@v0.0.0-20250101105543-feb6c39314f5/doc.go /root/go/pkg/mod/github.com/micro-editor/go-shellquote@v0.0.0-20250101105543-feb6c39314f5/quote.go /root/go/pkg/mod/github.com/micro-editor/go-shellquote@v0.0.0-20250101105543-feb6c39314f5/unquote.go
2025-08-20T21:35:15.3738950Z [00:01:58.533]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:35:15.3743407Z [00:01:58.533]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/a4/a4c73402558dec66e17fd9daa978ed7e94bd7eab19e8d55cca486007f2199311-d # internal
2025-08-20T21:35:15.3746000Z [00:01:58.534]➜  github.com/micro-editor/json5
2025-08-20T21:35:15.3746336Z [00:01:58.534]➜  mkdir -p $WORK/b140/
2025-08-20T21:35:15.3750196Z [00:01:58.534]➜  cat >/tmp/go-build4032094447/b140/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3750555Z [00:01:58.534]➜  # import config
2025-08-20T21:35:15.3750892Z [00:01:58.534]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.3751328Z [00:01:58.534]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:15.3751805Z [00:01:58.534]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:15.3752478Z [00:01:58.534]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.3752960Z [00:01:58.534]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.3753362Z [00:01:58.534]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.3753768Z [00:01:58.534]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.3754186Z [00:01:58.534]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:15.3754626Z [00:01:58.534]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.3755042Z [00:01:58.534]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:15.3755458Z [00:01:58.534]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.3755880Z [00:01:58.534]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.3756297Z [00:01:58.534]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.3757077Z [00:01:58.534]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:15.3757598Z [00:01:58.534]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:15.3758062Z [00:01:58.534]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.3758392Z [00:01:58.534]➜  EOF
2025-08-20T21:35:15.3764072Z [00:01:58.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro=>github.com/micro-editor/json5@v1.0.1-micro;$WORK/b140=>" -p github.com/micro-editor/json5 -lang=go1.19 -complete -installsuffix shared -buildid WdnQgGtZQeow07LSL7ZJ/WdnQgGtZQeow07LSL7ZJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/decode.go /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/fold.go /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/scanner.go /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/stream.go /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/tags.go /root/go/pkg/mod/github.com/micro-editor/json5@v1.0.1-micro/types.go
2025-08-20T21:35:15.4872752Z [00:01:58.646]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:35:15.4887923Z [00:01:58.648]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/5f/5f3df5fec759ddeb18c7cf78a4f9e5b52b1a79a8bed1e98f0fd2eeab91fa0d25-d # internal
2025-08-20T21:35:15.4936436Z [00:01:58.653]➜  github.com/yuin/gopher-lua
2025-08-20T21:35:15.4937922Z [00:01:58.653]➜  mkdir -p $WORK/b132/
2025-08-20T21:35:15.4947513Z [00:01:58.654]➜  cat >/tmp/go-build4032094447/b132/importcfg << 'EOF' # internal
2025-08-20T21:35:15.4947943Z [00:01:58.654]➜  # import config
2025-08-20T21:35:15.4948296Z [00:01:58.654]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:15.4948721Z [00:01:58.654]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:15.4949172Z [00:01:58.654]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.4949584Z [00:01:58.654]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.4950087Z [00:01:58.654]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build4032094447/b133/_pkg_.a
2025-08-20T21:35:15.4950673Z [00:01:58.654]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build4032094447/b134/_pkg_.a
2025-08-20T21:35:15.4951255Z [00:01:58.654]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build4032094447/b135/_pkg_.a
2025-08-20T21:35:15.4951749Z [00:01:58.654]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.4952169Z [00:01:58.654]➜  packagefile io/ioutil=/tmp/go-build4032094447/b072/_pkg_.a
2025-08-20T21:35:15.4952733Z [00:01:58.654]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.4953158Z [00:01:58.654]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:15.4953589Z [00:01:58.654]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.4953997Z [00:01:58.654]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.4954446Z [00:01:58.654]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:15.4954890Z [00:01:58.654]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:15.4955311Z [00:01:58.654]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.4955742Z [00:01:58.654]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:15.4956157Z [00:01:58.654]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.4956581Z [00:01:58.654]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.4956999Z [00:01:58.654]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.4957425Z [00:01:58.654]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:15.4958219Z [00:01:58.654]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.4958723Z [00:01:58.654]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.4959031Z [00:01:58.654]➜  EOF
2025-08-20T21:35:15.4965845Z [00:01:58.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1=>github.com/yuin/gopher-lua@v1.1.1;$WORK/b132=>" -p github.com/yuin/gopher-lua -lang=go1.17 -complete -installsuffix shared -buildid 1_7KegoeIs411G46L8h7/1_7KegoeIs411G46L8h7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/alloc.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/auxlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/baselib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/channellib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/compile.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/config.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/coroutinelib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/debuglib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/function.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/iolib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/linit.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/loadlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/mathlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/opcode.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/oslib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/package.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/state.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/stringlib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/table.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/tablelib.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/utils.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/value.go /root/go/pkg/mod/github.com/yuin/gopher-lua@v1.1.1/vm.go
2025-08-20T21:35:15.5905837Z [00:01:58.750]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:35:15.5927364Z [00:01:58.752]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/9e/9ec14c9c740c8084e6de58ee3400e07f631b9a59e2b0d360927cba2364f1bac2-d # internal
2025-08-20T21:35:15.5928527Z [00:01:58.752]➜  github.com/creack/pty
2025-08-20T21:35:15.5928857Z [00:01:58.752]➜  mkdir -p $WORK/b142/
2025-08-20T21:35:15.5977640Z [00:01:58.757]➜  cat >/tmp/go-build4032094447/b142/importcfg << 'EOF' # internal
2025-08-20T21:35:15.5978529Z [00:01:58.757]➜  # import config
2025-08-20T21:35:15.5978935Z [00:01:58.757]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.5979373Z [00:01:58.757]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.5979797Z [00:01:58.757]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.5980226Z [00:01:58.757]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.5980675Z [00:01:58.757]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.5980993Z [00:01:58.757]➜  EOF
2025-08-20T21:35:15.5984265Z [00:01:58.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.18=>github.com/creack/pty@v1.1.18;$WORK/b142=>" -p github.com/creack/pty -lang=go1.13 -complete -installsuffix shared -buildid deVY26hzAzEv2jy1gxLr/deVY26hzAzEv2jy1gxLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.18/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/ztypes_arm64.go
2025-08-20T21:35:15.6574263Z [00:01:58.816]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:35:15.6597648Z [00:01:58.819]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/32/32e9cac3ae653be404bf52e8263d746ea2a66b052e0c92defad2ab93e5595fb6-d # internal
2025-08-20T21:35:15.6604824Z [00:01:58.820]➜  github.com/micro-editor/terminal
2025-08-20T21:35:15.6617224Z [00:01:58.820]➜  mkdir -p $WORK/b141/
2025-08-20T21:35:15.6618385Z [00:01:58.821]➜  cat >/tmp/go-build4032094447/b141/importcfg << 'EOF' # internal
2025-08-20T21:35:15.6618859Z [00:01:58.821]➜  # import config
2025-08-20T21:35:15.6619207Z [00:01:58.821]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:15.6619631Z [00:01:58.821]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.6620107Z [00:01:58.821]➜  packagefile github.com/creack/pty=/tmp/go-build4032094447/b142/_pkg_.a
2025-08-20T21:35:15.6620630Z [00:01:58.821]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4032094447/b074/_pkg_.a
2025-08-20T21:35:15.6621103Z [00:01:58.821]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.6621507Z [00:01:58.821]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:15.6621909Z [00:01:58.821]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.6622425Z [00:01:58.821]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.6622924Z [00:01:58.821]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.6623761Z [00:01:58.821]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.6624187Z [00:01:58.821]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.6624604Z [00:01:58.821]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:15.6625046Z [00:01:58.821]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.6625375Z [00:01:58.821]➜  EOF
2025-08-20T21:35:15.6629962Z [00:01:58.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5=>github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5;$WORK/b141=>" -p github.com/micro-editor/terminal -lang=go1.19 -complete -installsuffix shared -buildid RJeq95Otpsaow_RVxJH4/RJeq95Otpsaow_RVxJH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/color.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/csi.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/doc.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/ioctl_posix.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/parse.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/state.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/str.go /root/go/pkg/mod/github.com/micro-editor/terminal@v0.0.0-20250324214352-e587e959c6b5/vt_posix.go
2025-08-20T21:35:15.7176629Z [00:01:58.877]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:35:15.7221699Z [00:01:58.881]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/aa/aa2a83417796d96d6f2da25f123c9b973bdda4400c9454db51270a56262eae5e-d # internal
2025-08-20T21:35:15.7227276Z [00:01:58.882]➜  crypto/internal/sysrand
2025-08-20T21:35:15.7233227Z [00:01:58.882]➜  mkdir -p $WORK/b150/
2025-08-20T21:35:15.7239632Z [00:01:58.883]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:35:15.7286660Z [00:01:58.888]➜  cat >/tmp/go-build4032094447/b150/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7288446Z [00:01:58.888]➜  # import config
2025-08-20T21:35:15.7288801Z [00:01:58.888]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.7289286Z [00:01:58.888]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:15.7290080Z [00:01:58.888]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.7303234Z [00:01:58.888]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.7303687Z [00:01:58.888]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.7304109Z [00:01:58.888]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.7304545Z [00:01:58.888]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:15.7305007Z [00:01:58.888]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:15.7305425Z [00:01:58.888]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.7305730Z [00:01:58.888]➜  EOF
2025-08-20T21:35:15.7307572Z [00:01:58.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b150=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:35:15.7355046Z [00:01:58.894]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T21:35:15.7362420Z [00:01:58.895]➜  net/url
2025-08-20T21:35:15.7366736Z [00:01:58.896]➜  mkdir -p $WORK/b168/
2025-08-20T21:35:15.7376320Z [00:01:58.897]➜  cat >/tmp/go-build4032094447/b168/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7376946Z [00:01:58.897]➜  # import config
2025-08-20T21:35:15.7378678Z [00:01:58.897]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.7381274Z [00:01:58.897]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.7382480Z [00:01:58.897]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:15.7383043Z [00:01:58.897]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:15.7383475Z [00:01:58.897]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:15.7383900Z [00:01:58.897]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.7384328Z [00:01:58.897]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.7384643Z [00:01:58.897]➜  EOF
2025-08-20T21:35:15.7385999Z [00:01:58.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b168=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:35:15.7664311Z [00:01:58.925]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:35:15.7704956Z [00:01:58.930]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/78/783d5ecda432cb8a5347cf86a81a94c42535dcdb2855545dd02a652c3f7caf9e-d # internal
2025-08-20T21:35:15.7705611Z [00:01:58.930]➜  github.com/zyedidia/clipper
2025-08-20T21:35:15.7707154Z [00:01:58.930]➜  mkdir -p $WORK/b170/
2025-08-20T21:35:15.7708485Z [00:01:58.930]➜  cat >/tmp/go-build4032094447/b170/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7708835Z [00:01:58.930]➜  # import config
2025-08-20T21:35:15.7709193Z [00:01:58.930]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.7709629Z [00:01:58.930]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.7710053Z [00:01:58.930]➜  packagefile io/ioutil=/tmp/go-build4032094447/b072/_pkg_.a
2025-08-20T21:35:15.7710472Z [00:01:58.930]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.7710883Z [00:01:58.930]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.7711331Z [00:01:58.930]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:15.7712108Z [00:01:58.930]➜  EOF
2025-08-20T21:35:15.7717105Z [00:01:58.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1=>github.com/zyedidia/clipper@v0.1.1;$WORK/b170=>" -p github.com/zyedidia/clipper -lang=go1.18 -complete -installsuffix shared -buildid yD1OoPVbo3HS08dk1T9U/yD1OoPVbo3HS08dk1T9U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/clipboard.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/clipboards_other.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/custom.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/detect.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/file.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/internal.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/multi.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/pb.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/snarf.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/termux.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/wayland.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/wsl.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/xclip.go /root/go/pkg/mod/github.com/zyedidia/clipper@v0.1.1/xsel.go
2025-08-20T21:35:15.7817898Z [00:01:58.941]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:35:15.7857631Z [00:01:58.945]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T21:35:15.7868422Z [00:01:58.945]➜  crypto/internal/entropy
2025-08-20T21:35:15.7868758Z [00:01:58.945]➜  mkdir -p $WORK/b149/
2025-08-20T21:35:15.7869139Z [00:01:58.945]➜  cat >/tmp/go-build4032094447/b149/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7869491Z [00:01:58.945]➜  # import config
2025-08-20T21:35:15.7869891Z [00:01:58.945]➜  packagefile crypto/internal/sysrand=/tmp/go-build4032094447/b150/_pkg_.a
2025-08-20T21:35:15.7870283Z [00:01:58.945]➜  EOF
2025-08-20T21:35:15.7871900Z [00:01:58.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b149=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:35:15.8015057Z [00:01:58.959]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:35:15.8018805Z [00:01:58.959]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T21:35:15.8019401Z [00:01:58.959]➜  crypto/internal/fips140/drbg
2025-08-20T21:35:15.8019694Z [00:01:58.959]➜  mkdir -p $WORK/b148/
2025-08-20T21:35:15.8020066Z [00:01:58.959]➜  cat >/tmp/go-build4032094447/b148/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8020432Z [00:01:58.959]➜  # import config
2025-08-20T21:35:15.8020770Z [00:01:58.959]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.8021258Z [00:01:58.959]➜  packagefile crypto/internal/entropy=/tmp/go-build4032094447/b149/_pkg_.a
2025-08-20T21:35:15.8021804Z [00:01:58.959]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:15.8022468Z [00:01:58.959]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:15.8023134Z [00:01:58.959]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:15.8023725Z [00:01:58.959]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:15.8024350Z [00:01:58.959]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:15.8024948Z [00:01:58.959]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:15.8025826Z [00:01:58.959]➜  packagefile crypto/internal/sysrand=/tmp/go-build4032094447/b150/_pkg_.a
2025-08-20T21:35:15.8026378Z [00:01:58.959]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.8026795Z [00:01:58.959]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.8027215Z [00:01:58.959]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:15.8027639Z [00:01:58.959]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.8027953Z [00:01:58.959]➜  EOF
2025-08-20T21:35:15.8030074Z [00:01:58.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b148=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:35:15.8298632Z [00:01:58.989]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:35:15.8315464Z [00:01:58.990]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T21:35:15.8321677Z [00:01:58.991]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:35:15.8325375Z [00:01:58.991]➜  mkdir -p $WORK/b166/
2025-08-20T21:35:15.8330002Z [00:01:58.992]➜  cat >/tmp/go-build4032094447/b166/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8330386Z [00:01:58.992]➜  # import config
2025-08-20T21:35:15.8330731Z [00:01:58.992]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.8331151Z [00:01:58.992]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.8331566Z [00:01:58.992]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.8331990Z [00:01:58.992]➜  packagefile html=/tmp/go-build4032094447/b167/_pkg_.a
2025-08-20T21:35:15.8332507Z [00:01:58.992]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.8332982Z [00:01:58.992]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:15.8333408Z [00:01:58.992]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:15.8333830Z [00:01:58.992]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.8334293Z [00:01:58.992]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.8334709Z [00:01:58.992]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:15.8335145Z [00:01:58.992]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:15.8335478Z [00:01:58.992]➜  EOF
2025-08-20T21:35:15.8340944Z [00:01:58.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch=>github.com/sergi/go-diff@v1.1.0/diffmatchpatch;$WORK/b166=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.12 -complete -installsuffix shared -buildid O3u8yzLefd0WcUoO0uxs/O3u8yzLefd0WcUoO0uxs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/diff.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/diffmatchpatch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/match.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/mathutil.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/operation_string.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/patch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.1.0/diffmatchpatch/stringutil.go
2025-08-20T21:35:15.8435919Z [00:01:59.003]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:35:15.8448055Z [00:01:59.004]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/a0/a0c13d01d4e75d6c6c8f262dfa2a9d61439cbbd292ebde6fd131cb2cf9b64a78-d # internal
2025-08-20T21:35:15.8448989Z [00:01:59.004]➜  compress/flate
2025-08-20T21:35:15.8449409Z [00:01:59.004]➜  mkdir -p $WORK/b174/
2025-08-20T21:35:15.8454967Z [00:01:59.004]➜  cat >/tmp/go-build4032094447/b174/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8473458Z [00:01:59.005]➜  # import config
2025-08-20T21:35:15.8474014Z [00:01:59.005]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:15.8476527Z [00:01:59.005]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.8478683Z [00:01:59.005]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.8479529Z [00:01:59.005]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.8480176Z [00:01:59.005]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:15.8481046Z [00:01:59.005]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:15.8481713Z [00:01:59.005]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:15.8482675Z [00:01:59.005]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.8483382Z [00:01:59.005]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.8483861Z [00:01:59.005]➜  EOF
2025-08-20T21:35:15.8486594Z [00:01:59.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b174=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:35:15.8497862Z [00:01:59.009]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:35:15.8506023Z [00:01:59.010]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T21:35:15.8507212Z [00:01:59.010]➜  crypto/internal/fips140only
2025-08-20T21:35:15.8508389Z [00:01:59.010]➜  mkdir -p $WORK/b147/
2025-08-20T21:35:15.8510472Z [00:01:59.010]➜  cat >/tmp/go-build4032094447/b147/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8511206Z [00:01:59.010]➜  # import config
2025-08-20T21:35:15.8511910Z [00:01:59.010]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:15.8513226Z [00:01:59.010]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:15.8514143Z [00:01:59.010]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:15.8515184Z [00:01:59.010]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:15.8516033Z [00:01:59.010]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:15.8516679Z [00:01:59.010]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:15.8517542Z [00:01:59.010]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:15.8518311Z [00:01:59.010]➜  EOF
2025-08-20T21:35:15.8520238Z [00:01:59.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b147=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:35:15.8742646Z [00:01:59.033]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:35:15.8750432Z [00:01:59.034]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T21:35:15.8751874Z [00:01:59.034]➜  crypto/md5
2025-08-20T21:35:15.8752538Z [00:01:59.034]➜  mkdir -p $WORK/b144/
2025-08-20T21:35:15.8754470Z [00:01:59.035]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:35:15.8755533Z [00:01:59.035]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:35:15.8756777Z [00:01:59.035]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b144/symabis ./md5block_arm64.s
2025-08-20T21:35:15.8850005Z [00:01:59.044]➜  cat >/tmp/go-build4032094447/b144/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8850661Z [00:01:59.044]➜  # import config
2025-08-20T21:35:15.8851158Z [00:01:59.044]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:15.8852833Z [00:01:59.044]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:15.8858474Z [00:01:59.044]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.8858983Z [00:01:59.044]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:15.8859447Z [00:01:59.044]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:15.8859924Z [00:01:59.044]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:15.8860583Z [00:01:59.044]➜  EOF
2025-08-20T21:35:15.8860861Z [00:01:59.044]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.8862960Z [00:01:59.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:35:15.9419677Z [00:01:59.101]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:35:15.9423525Z [00:01:59.101]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b144/md5block_arm64.o ./md5block_arm64.s
2025-08-20T21:35:15.9534114Z [00:01:59.112]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/md5block_arm64.o # internal
2025-08-20T21:35:15.9535829Z [00:01:59.113]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:35:15.9543250Z [00:01:59.113]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T21:35:15.9546718Z [00:01:59.114]➜  github.com/blang/semver
2025-08-20T21:35:15.9547431Z [00:01:59.114]➜  mkdir -p $WORK/b176/
2025-08-20T21:35:15.9551825Z [00:01:59.114]➜  cat >/tmp/go-build4032094447/b176/importcfg << 'EOF' # internal
2025-08-20T21:35:15.9552775Z [00:01:59.114]➜  # import config
2025-08-20T21:35:15.9553224Z [00:01:59.114]➜  packagefile database/sql/driver=/tmp/go-build4032094447/b083/_pkg_.a
2025-08-20T21:35:15.9554267Z [00:01:59.114]➜  packagefile encoding/json=/tmp/go-build4032094447/b137/_pkg_.a
2025-08-20T21:35:15.9555010Z [00:01:59.114]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.9555638Z [00:01:59.114]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:15.9556462Z [00:01:59.114]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:15.9557388Z [00:01:59.114]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.9558124Z [00:01:59.114]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.9558721Z [00:01:59.114]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:15.9559758Z [00:01:59.114]➜  EOF
2025-08-20T21:35:15.9563230Z [00:01:59.115]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:15.9566582Z [00:01:59.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible=>github.com/blang/semver@v3.5.1+incompatible;$WORK/b176=>" -p github.com/blang/semver -lang=go1.16 -complete -installsuffix shared -buildid 151ztkSxsRJSav4Zz30f/151ztkSxsRJSav4Zz30f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/json.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/range.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/semver.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/sort.go /root/go/pkg/mod/github.com/blang/semver@v3.5.1+incompatible/sql.go
2025-08-20T21:35:15.9937198Z [00:01:59.153]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:35:15.9954922Z [00:01:59.155]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/79/79e96df1b92d91e9334490084e928a40cca0bf3aa26b8f5694e2d5976e7aa9ca-d # internal
2025-08-20T21:35:15.9955550Z [00:01:59.155]➜  github.com/mitchellh/go-homedir
2025-08-20T21:35:15.9956084Z [00:01:59.155]➜  mkdir -p $WORK/b177/
2025-08-20T21:35:15.9956488Z [00:01:59.155]➜  cat >/tmp/go-build4032094447/b177/importcfg << 'EOF' # internal
2025-08-20T21:35:15.9956980Z [00:01:59.155]➜  # import config
2025-08-20T21:35:15.9957868Z [00:01:59.155]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:15.9958385Z [00:01:59.155]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:15.9958877Z [00:01:59.155]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:15.9959391Z [00:01:59.155]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:15.9959969Z [00:01:59.155]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:15.9960539Z [00:01:59.155]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:15.9961059Z [00:01:59.155]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:15.9961577Z [00:01:59.155]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:15.9962080Z [00:01:59.155]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:15.9962651Z [00:01:59.155]➜  EOF
2025-08-20T21:35:15.9964551Z [00:01:59.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b177=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T21:35:16.0109922Z [00:01:59.170]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:35:16.0151377Z [00:01:59.174]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T21:35:16.0154649Z [00:01:59.174]➜  archive/zip
2025-08-20T21:35:16.0160907Z [00:01:59.175]➜  mkdir -p $WORK/b173/
2025-08-20T21:35:16.0161296Z [00:01:59.175]➜  cat >/tmp/go-build4032094447/b173/importcfg << 'EOF' # internal
2025-08-20T21:35:16.0161643Z [00:01:59.175]➜  # import config
2025-08-20T21:35:16.0162042Z [00:01:59.175]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:16.0162631Z [00:01:59.175]➜  packagefile compress/flate=/tmp/go-build4032094447/b174/_pkg_.a
2025-08-20T21:35:16.0163121Z [00:01:59.175]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:16.0163572Z [00:01:59.175]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.0163982Z [00:01:59.175]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.0164681Z [00:01:59.175]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.0165188Z [00:01:59.175]➜  packagefile hash/crc32=/tmp/go-build4032094447/b175/_pkg_.a
2025-08-20T21:35:16.0165661Z [00:01:59.175]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:16.0166102Z [00:01:59.175]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.0166509Z [00:01:59.175]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:16.0166923Z [00:01:59.175]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:16.0167330Z [00:01:59.175]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:16.0167773Z [00:01:59.175]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:16.0168217Z [00:01:59.175]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:16.0168637Z [00:01:59.175]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:16.0169065Z [00:01:59.175]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.0169474Z [00:01:59.175]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:16.0169912Z [00:01:59.175]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:16.0170244Z [00:01:59.175]➜  EOF
2025-08-20T21:35:16.0172070Z [00:01:59.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b173=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T21:35:16.0290666Z [00:01:59.188]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:35:16.0296303Z [00:01:59.189]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T21:35:16.0302060Z [00:01:59.189]➜  math/big
2025-08-20T21:35:16.0317051Z [00:01:59.191]➜  mkdir -p $WORK/b181/
2025-08-20T21:35:16.0319257Z [00:01:59.191]➜  echo -n > $WORK/b181/go_asm.h # internal
2025-08-20T21:35:16.0319586Z [00:01:59.191]➜  cd /root/.go/src/math/big
2025-08-20T21:35:16.0321705Z [00:01:59.191]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b181/symabis ./arith_arm64.s
2025-08-20T21:35:16.0375248Z [00:01:59.197]➜  cat >/tmp/go-build4032094447/b181/importcfg << 'EOF' # internal
2025-08-20T21:35:16.0375919Z [00:01:59.197]➜  # import config
2025-08-20T21:35:16.0376568Z [00:01:59.197]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.0377993Z [00:01:59.197]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.0378453Z [00:01:59.197]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.0378928Z [00:01:59.197]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:16.0379380Z [00:01:59.197]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.0379784Z [00:01:59.197]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:16.0380210Z [00:01:59.197]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.0380666Z [00:01:59.197]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:16.0381098Z [00:01:59.197]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:16.0381523Z [00:01:59.197]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.0381948Z [00:01:59.197]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:16.0382468Z [00:01:59.197]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.0383133Z [00:01:59.197]➜  EOF
2025-08-20T21:35:16.0383534Z [00:01:59.197]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.0387996Z [00:01:59.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b181=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b181/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack -asmhdr $WORK/b181/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:35:16.0528161Z [00:01:59.212]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:35:16.0544890Z [00:01:59.214]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/30/30c408918f4eda6a0f749fbffe9f405bbe9443ef7857a89677ec217bf93fbaac-d # internal
2025-08-20T21:35:16.0579475Z [00:01:59.217]➜  net
2025-08-20T21:35:16.0580070Z [00:01:59.217]➜  mkdir -p $WORK/b183/
2025-08-20T21:35:16.0581477Z [00:01:59.217]➜  echo -n > $WORK/b183/preferlinkext # internal
2025-08-20T21:35:16.0581820Z [00:01:59.217]➜  cd /root/.go/src/net
2025-08-20T21:35:16.0583085Z [00:01:59.217]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b183/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b183/ -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-20T21:35:16.2491410Z [00:01:59.408]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:35:16.2662032Z [00:01:59.425]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/43/43e773656c13079e546816268bd2707c59f0d7a3e250ee29aed1700c729102cb-d # internal
2025-08-20T21:35:16.2673032Z [00:01:59.426]➜  layeh.com/gopher-luar
2025-08-20T21:35:16.2673716Z [00:01:59.426]➜  mkdir -p $WORK/b182/
2025-08-20T21:35:16.2686929Z [00:01:59.428]➜  cat >/tmp/go-build4032094447/b182/importcfg << 'EOF' # internal
2025-08-20T21:35:16.2687587Z [00:01:59.428]➜  # import config
2025-08-20T21:35:16.2688275Z [00:01:59.428]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.2689573Z [00:01:59.428]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:16.2690571Z [00:01:59.428]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:16.2691147Z [00:01:59.428]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:16.2691614Z [00:01:59.428]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:16.2691954Z [00:01:59.428]➜  EOF
2025-08-20T21:35:16.2773838Z [00:01:59.436]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.2795860Z [00:01:59.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11=>layeh.com/gopher-luar@v1.0.11;$WORK/b182=>" -p layeh.com/gopher-luar -lang=go1.12 -complete -installsuffix shared -buildid pDTZiULMkVm3xbDJPIyD/pDTZiULMkVm3xbDJPIyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/array.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/cache.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/chan.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/config.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/doc.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/func.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/luar.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/map.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/map_iter_go112.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/metatable.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/ptr.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/slice.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/struct.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/type.go /root/go/pkg/mod/github.com/layeh/gopher-luar@v1.0.11/util.go
2025-08-20T21:35:16.3079385Z [00:01:59.467]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:35:16.3149379Z [00:01:59.474]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T21:35:16.3186117Z [00:01:59.478]➜  compress/gzip
2025-08-20T21:35:16.3187473Z [00:01:59.478]➜  mkdir -p $WORK/b192/
2025-08-20T21:35:16.3196558Z [00:01:59.479]➜  cat >/tmp/go-build4032094447/b192/importcfg << 'EOF' # internal
2025-08-20T21:35:16.3197109Z [00:01:59.479]➜  # import config
2025-08-20T21:35:16.3197586Z [00:01:59.479]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:16.3198187Z [00:01:59.479]➜  packagefile compress/flate=/tmp/go-build4032094447/b174/_pkg_.a
2025-08-20T21:35:16.3198830Z [00:01:59.479]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:16.3199382Z [00:01:59.479]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.3199901Z [00:01:59.479]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.3200445Z [00:01:59.479]➜  packagefile hash/crc32=/tmp/go-build4032094447/b175/_pkg_.a
2025-08-20T21:35:16.3200955Z [00:01:59.479]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.3201470Z [00:01:59.479]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:16.3201865Z [00:01:59.479]➜  EOF
2025-08-20T21:35:16.3203721Z [00:01:59.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b192=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:35:16.3768833Z [00:01:59.536]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:35:16.3776523Z [00:01:59.536]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T21:35:16.3777139Z [00:01:59.536]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:35:16.3781324Z [00:01:59.536]➜  mkdir -p $WORK/b197/
2025-08-20T21:35:16.3782146Z [00:01:59.537]➜  echo -n > $WORK/b197/go_asm.h # internal
2025-08-20T21:35:16.3782787Z [00:01:59.537]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:35:16.3784213Z [00:01:59.537]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b197/symabis ./gcm_arm64.s
2025-08-20T21:35:16.3928954Z [00:01:59.552]➜  cat >/tmp/go-build4032094447/b197/importcfg << 'EOF' # internal
2025-08-20T21:35:16.3930362Z [00:01:59.552]➜  # import config
2025-08-20T21:35:16.3930804Z [00:01:59.552]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:16.3931372Z [00:01:59.552]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:16.3931955Z [00:01:59.552]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:16.3932825Z [00:01:59.552]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.3933468Z [00:01:59.552]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:16.3934050Z [00:01:59.552]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:16.3934677Z [00:01:59.552]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:16.3935680Z [00:01:59.552]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:16.3936244Z [00:01:59.552]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:16.3936708Z [00:01:59.552]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.3937121Z [00:01:59.552]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:16.3937428Z [00:01:59.552]➜  EOF
2025-08-20T21:35:16.3937707Z [00:01:59.552]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.3941232Z [00:01:59.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b197=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b197/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack -asmhdr $WORK/b197/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:35:16.4858878Z [00:01:59.645]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:35:16.4863117Z [00:01:59.645]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b197/gcm_arm64.o ./gcm_arm64.s
2025-08-20T21:35:16.4922948Z [00:01:59.650]➜  cd /root/.go/src/math/big
2025-08-20T21:35:16.4924058Z [00:01:59.650]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b181/arith_arm64.o ./arith_arm64.s
2025-08-20T21:35:16.4926132Z [00:01:59.651]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:35:16.4930384Z [00:01:59.651]➜  go tool pack r $WORK/b197/_pkg_.a $WORK/b197/gcm_arm64.o # internal
2025-08-20T21:35:16.4931772Z [00:01:59.651]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:35:16.4933206Z [00:01:59.652]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T21:35:16.4934282Z [00:01:59.652]➜  crypto/cipher
2025-08-20T21:35:16.4934589Z [00:01:59.652]➜  mkdir -p $WORK/b196/
2025-08-20T21:35:16.4949468Z [00:01:59.653]➜  cat >/tmp/go-build4032094447/b196/importcfg << 'EOF' # internal
2025-08-20T21:35:16.4950687Z [00:01:59.653]➜  # import config
2025-08-20T21:35:16.4951792Z [00:01:59.653]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.4952428Z [00:01:59.653]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:16.4953084Z [00:01:59.653]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4032094447/b197/_pkg_.a
2025-08-20T21:35:16.4953679Z [00:01:59.653]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:16.4954271Z [00:01:59.653]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:16.4954788Z [00:01:59.653]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:16.4955232Z [00:01:59.653]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.4955695Z [00:01:59.653]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:16.4956145Z [00:01:59.653]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.4956840Z [00:01:59.653]➜  EOF
2025-08-20T21:35:16.4957124Z [00:01:59.653]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.4959416Z [00:01:59.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b196=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:35:16.4961334Z [00:01:59.654]➜  cd /root/.go/src/math/big
2025-08-20T21:35:16.4961724Z [00:01:59.654]➜  go tool pack r $WORK/b181/_pkg_.a $WORK/b181/arith_arm64.o # internal
2025-08-20T21:35:16.4962144Z [00:01:59.654]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:35:16.5048247Z [00:01:59.664]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T21:35:16.5056887Z [00:01:59.664]➜  github.com/dustin/go-humanize
2025-08-20T21:35:16.5057220Z [00:01:59.664]➜  mkdir -p $WORK/b180/
2025-08-20T21:35:16.5057606Z [00:01:59.664]➜  cat >/tmp/go-build4032094447/b180/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5057961Z [00:01:59.664]➜  # import config
2025-08-20T21:35:16.5058319Z [00:01:59.664]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.5058772Z [00:01:59.664]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.5059188Z [00:01:59.664]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.5059602Z [00:01:59.664]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:16.5060027Z [00:01:59.664]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:16.5060467Z [00:01:59.664]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:16.5060885Z [00:01:59.664]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:16.5061309Z [00:01:59.664]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.5061736Z [00:01:59.664]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:16.5062156Z [00:01:59.664]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:16.5063051Z [00:01:59.664]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:16.5063438Z [00:01:59.664]➜  EOF
2025-08-20T21:35:16.5063718Z [00:01:59.664]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.5067846Z [00:01:59.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0=>github.com/dustin/go-humanize@v1.0.0;$WORK/b180=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid Pxy_nz1gZBzZbCriImQ-/Pxy_nz1gZBzZbCriImQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0/times.go
2025-08-20T21:35:16.5502617Z [00:01:59.709]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:35:16.5511256Z [00:01:59.710]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T21:35:16.5525025Z [00:01:59.710]➜  crypto/internal/boring
2025-08-20T21:35:16.5525361Z [00:01:59.710]➜  mkdir -p $WORK/b195/
2025-08-20T21:35:16.5525749Z [00:01:59.710]➜  cat >/tmp/go-build4032094447/b195/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5529460Z [00:01:59.710]➜  # import config
2025-08-20T21:35:16.5531680Z [00:01:59.710]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:16.5532729Z [00:01:59.710]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:16.5534129Z [00:01:59.710]➜  packagefile crypto/internal/boring/sig=/tmp/go-build4032094447/b199/_pkg_.a
2025-08-20T21:35:16.5534656Z [00:01:59.710]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.5534975Z [00:01:59.710]➜  EOF
2025-08-20T21:35:16.5536735Z [00:01:59.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b195=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:35:16.5693009Z [00:01:59.728]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:35:16.5706293Z [00:01:59.730]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T21:35:16.5707158Z [00:01:59.730]➜  crypto/rand
2025-08-20T21:35:16.5707684Z [00:01:59.730]➜  mkdir -p $WORK/b194/
2025-08-20T21:35:16.5708300Z [00:01:59.730]➜  cat >/tmp/go-build4032094447/b194/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5708933Z [00:01:59.730]➜  # import config
2025-08-20T21:35:16.5709794Z [00:01:59.730]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:16.5714001Z [00:01:59.730]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:16.5714603Z [00:01:59.730]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:16.5715183Z [00:01:59.730]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:16.5715745Z [00:01:59.730]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:16.5716584Z [00:01:59.730]➜  packagefile crypto/internal/sysrand=/tmp/go-build4032094447/b150/_pkg_.a
2025-08-20T21:35:16.5717152Z [00:01:59.730]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.5717567Z [00:01:59.730]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.5717986Z [00:01:59.730]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:16.5718303Z [00:01:59.730]➜  EOF
2025-08-20T21:35:16.5719971Z [00:01:59.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b194=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:35:16.5795984Z [00:01:59.739]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:35:16.5807131Z [00:01:59.740]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/f5/f53b5d07249bac30be841560f279fb39f8ea656fe0c514baa98e24ce5e0e1c92-d # internal
2025-08-20T21:35:16.5810196Z [00:01:59.740]➜  crypto/aes
2025-08-20T21:35:16.5810468Z [00:01:59.740]➜  mkdir -p $WORK/b201/
2025-08-20T21:35:16.5811971Z [00:01:59.740]➜  cat >/tmp/go-build4032094447/b201/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5812701Z [00:01:59.740]➜  # import config
2025-08-20T21:35:16.5813966Z [00:01:59.740]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:16.5814575Z [00:01:59.740]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:16.5815202Z [00:01:59.740]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:16.5815719Z [00:01:59.740]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.5816041Z [00:01:59.740]➜  EOF
2025-08-20T21:35:16.5821842Z [00:01:59.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b201=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:35:16.5894272Z [00:01:59.748]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:35:16.5895185Z [00:01:59.748]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T21:35:16.5895852Z [00:01:59.748]➜  crypto/des
2025-08-20T21:35:16.5896115Z [00:01:59.748]➜  mkdir -p $WORK/b202/
2025-08-20T21:35:16.5896631Z [00:01:59.748]➜  cat >/tmp/go-build4032094447/b202/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5897092Z [00:01:59.748]➜  # import config
2025-08-20T21:35:16.5897575Z [00:01:59.748]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:16.5898242Z [00:01:59.748]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:16.5898938Z [00:01:59.748]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:16.5899529Z [00:01:59.748]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.5900094Z [00:01:59.748]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:16.5900679Z [00:01:59.748]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.5901241Z [00:01:59.748]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.5901670Z [00:01:59.748]➜  EOF
2025-08-20T21:35:16.5903783Z [00:01:59.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b202=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:35:16.5969403Z [00:01:59.756]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:35:16.5970461Z [00:01:59.756]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T21:35:16.5979313Z [00:01:59.756]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:35:16.5979657Z [00:01:59.756]➜  mkdir -p $WORK/b206/
2025-08-20T21:35:16.5980072Z [00:01:59.756]➜  cat >/tmp/go-build4032094447/b206/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5980419Z [00:01:59.756]➜  # import config
2025-08-20T21:35:16.5980842Z [00:01:59.756]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.5981434Z [00:01:59.756]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:16.5981946Z [00:01:59.756]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.5982473Z [00:01:59.756]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.5982857Z [00:01:59.756]➜  EOF
2025-08-20T21:35:16.5987662Z [00:01:59.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b206=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:35:16.6136803Z [00:01:59.773]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:35:16.6170005Z [00:01:59.774]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:35:16.6170777Z [00:01:59.774]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T21:35:16.6171389Z [00:01:59.774]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:35:16.6171699Z [00:01:59.774]➜  mkdir -p $WORK/b207/
2025-08-20T21:35:16.6172094Z [00:01:59.775]➜  cat >/tmp/go-build4032094447/b207/importcfg << 'EOF' # internal
2025-08-20T21:35:16.6172550Z [00:01:59.775]➜  # import config
2025-08-20T21:35:16.6172985Z [00:01:59.775]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.6173578Z [00:01:59.775]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:16.6174202Z [00:01:59.775]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:16.6174742Z [00:01:59.775]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.6175171Z [00:01:59.775]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.6175495Z [00:01:59.775]➜  EOF
2025-08-20T21:35:16.6178313Z [00:01:59.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b207=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:35:16.6195496Z [00:01:59.778]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/fc/fc144a108f91596e0df18af7323594b11a2bedf2c7ede160aa4a8aa9ff70fe86-d # internal
2025-08-20T21:35:16.6196196Z [00:01:59.778]➜  crypto/internal/boring/bbig
2025-08-20T21:35:16.6196485Z [00:01:59.778]➜  mkdir -p $WORK/b210/
2025-08-20T21:35:16.6197683Z [00:01:59.779]➜  cat >/tmp/go-build4032094447/b210/importcfg << 'EOF' # internal
2025-08-20T21:35:16.6198172Z [00:01:59.779]➜  # import config
2025-08-20T21:35:16.6199374Z [00:01:59.779]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:16.6200240Z [00:01:59.779]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:16.6200840Z [00:01:59.779]➜  EOF
2025-08-20T21:35:16.6206355Z [00:01:59.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b210=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:35:16.6322287Z [00:01:59.791]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:35:16.6325637Z [00:01:59.792]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T21:35:16.6373685Z [00:01:59.796]➜  crypto/internal/fips140/bigmod
2025-08-20T21:35:16.6383581Z [00:01:59.797]➜  mkdir -p $WORK/b212/
2025-08-20T21:35:16.6383957Z [00:01:59.797]➜  echo -n > $WORK/b212/go_asm.h # internal
2025-08-20T21:35:16.6384328Z [00:01:59.797]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:35:16.6385613Z [00:01:59.797]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b212/symabis ./nat_arm64.s
2025-08-20T21:35:16.6417963Z [00:01:59.801]➜  cat >/tmp/go-build4032094447/b212/importcfg << 'EOF' # internal
2025-08-20T21:35:16.6419764Z [00:01:59.801]➜  # import config
2025-08-20T21:35:16.6421034Z [00:01:59.801]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.6422652Z [00:01:59.801]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:16.6423587Z [00:01:59.801]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:16.6424581Z [00:01:59.801]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:16.6425170Z [00:01:59.801]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.6426035Z [00:01:59.801]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.6426865Z [00:01:59.801]➜  EOF
2025-08-20T21:35:16.6427205Z [00:01:59.801]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.6429803Z [00:01:59.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b212=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b212/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack -asmhdr $WORK/b212/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:35:16.6606334Z [00:01:59.820]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:35:16.6620372Z [00:01:59.821]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T21:35:16.6621262Z [00:01:59.821]➜  crypto/internal/fips140cache
2025-08-20T21:35:16.6622033Z [00:01:59.821]➜  mkdir -p $WORK/b213/
2025-08-20T21:35:16.6622893Z [00:01:59.821]➜  cat >/tmp/go-build4032094447/b213/importcfg << 'EOF' # internal
2025-08-20T21:35:16.6623521Z [00:01:59.821]➜  # import config
2025-08-20T21:35:16.6624346Z [00:01:59.821]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:16.6624822Z [00:01:59.821]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.6625239Z [00:01:59.821]➜  packagefile weak=/tmp/go-build4032094447/b189/_pkg_.a
2025-08-20T21:35:16.6625549Z [00:01:59.821]➜  EOF
2025-08-20T21:35:16.6627278Z [00:01:59.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b213=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:35:16.6756270Z [00:01:59.835]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:35:16.6765186Z [00:01:59.835]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T21:35:16.6765852Z [00:01:59.835]➜  crypto/sha3
2025-08-20T21:35:16.6766109Z [00:01:59.835]➜  mkdir -p $WORK/b215/
2025-08-20T21:35:16.6766503Z [00:01:59.835]➜  cat >/tmp/go-build4032094447/b215/importcfg << 'EOF' # internal
2025-08-20T21:35:16.6766872Z [00:01:59.835]➜  # import config
2025-08-20T21:35:16.6767240Z [00:01:59.835]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:16.6767751Z [00:01:59.835]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:16.6768245Z [00:01:59.836]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.6768555Z [00:01:59.836]➜  EOF
2025-08-20T21:35:16.6769941Z [00:01:59.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b215=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:35:16.7075446Z [00:01:59.866]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:35:16.7083287Z [00:01:59.867]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T21:35:16.7083922Z [00:01:59.867]➜  crypto/internal/fips140hash
2025-08-20T21:35:16.7084211Z [00:01:59.867]➜  mkdir -p $WORK/b214/
2025-08-20T21:35:16.7084586Z [00:01:59.867]➜  cat >/tmp/go-build4032094447/b214/importcfg << 'EOF' # internal
2025-08-20T21:35:16.7084931Z [00:01:59.867]➜  # import config
2025-08-20T21:35:16.7085354Z [00:01:59.867]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:16.7085883Z [00:01:59.867]➜  packagefile crypto/sha3=/tmp/go-build4032094447/b215/_pkg_.a
2025-08-20T21:35:16.7086313Z [00:01:59.867]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.7086622Z [00:01:59.867]➜  EOF
2025-08-20T21:35:16.7088594Z [00:01:59.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b214=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:35:16.7166369Z [00:01:59.875]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:35:16.7173749Z [00:01:59.876]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T21:35:16.7174340Z [00:01:59.876]➜  crypto/sha512
2025-08-20T21:35:16.7174604Z [00:01:59.876]➜  mkdir -p $WORK/b216/
2025-08-20T21:35:16.7174978Z [00:01:59.876]➜  cat >/tmp/go-build4032094447/b216/importcfg << 'EOF' # internal
2025-08-20T21:35:16.7175324Z [00:01:59.876]➜  # import config
2025-08-20T21:35:16.7175659Z [00:01:59.876]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:16.7176139Z [00:01:59.876]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:16.7176716Z [00:01:59.876]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:16.7177210Z [00:01:59.876]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.7177519Z [00:01:59.876]➜  EOF
2025-08-20T21:35:16.7178955Z [00:01:59.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b216=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:35:16.7296950Z [00:01:59.889]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:35:16.7306392Z [00:01:59.889]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T21:35:16.7308711Z [00:01:59.889]➜  encoding/asn1
2025-08-20T21:35:16.7308999Z [00:01:59.889]➜  mkdir -p $WORK/b218/
2025-08-20T21:35:16.7309411Z [00:01:59.890]➜  cat >/tmp/go-build4032094447/b218/importcfg << 'EOF' # internal
2025-08-20T21:35:16.7309761Z [00:01:59.890]➜  # import config
2025-08-20T21:35:16.7310101Z [00:01:59.890]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.7310520Z [00:01:59.890]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.7310934Z [00:01:59.890]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.7311361Z [00:01:59.890]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:16.7311781Z [00:01:59.890]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:16.7321317Z [00:01:59.890]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:16.7321757Z [00:01:59.890]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:16.7322183Z [00:01:59.890]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.7322854Z [00:01:59.890]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:16.7323276Z [00:01:59.890]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:16.7323717Z [00:01:59.890]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:16.7324185Z [00:01:59.890]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:16.7324515Z [00:01:59.890]➜  EOF
2025-08-20T21:35:16.7326229Z [00:01:59.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b218=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:35:16.7327815Z [00:01:59.891]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:35:16.7329312Z [00:01:59.891]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b212/nat_arm64.o ./nat_arm64.s
2025-08-20T21:35:16.7341697Z [00:01:59.893]➜  go tool pack r $WORK/b212/_pkg_.a $WORK/b212/nat_arm64.o # internal
2025-08-20T21:35:16.7344739Z [00:01:59.893]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:35:16.7352284Z [00:01:59.894]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T21:35:16.7360702Z [00:01:59.895]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:35:16.7361043Z [00:01:59.895]➜  mkdir -p $WORK/b222/
2025-08-20T21:35:16.7362617Z [00:01:59.895]➜  cat >/tmp/go-build4032094447/b222/importcfg << 'EOF' # internal
2025-08-20T21:35:16.7367320Z [00:01:59.895]➜  # import config
2025-08-20T21:35:16.7368141Z [00:01:59.895]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.7369974Z [00:01:59.895]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4032094447/b207/_pkg_.a
2025-08-20T21:35:16.7370633Z [00:01:59.895]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:16.7371256Z [00:01:59.895]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:16.7372066Z [00:01:59.895]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.7372698Z [00:01:59.895]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.7373136Z [00:01:59.895]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.7373447Z [00:01:59.895]➜  EOF
2025-08-20T21:35:16.7373713Z [00:01:59.896]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.7376913Z [00:01:59.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b222=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:35:16.7465907Z [00:01:59.905]➜  cd $WORK/b183
2025-08-20T21:35:16.7470149Z [00:01:59.906]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x001.o -c _cgo_export.c
2025-08-20T21:35:16.7620125Z [00:01:59.921]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:35:16.7811088Z [00:01:59.940]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:35:16.8042253Z [00:01:59.963]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:35:16.8288684Z [00:01:59.988]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:35:16.8290952Z [00:01:59.988]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:35:16.8341433Z [00:01:59.993]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T21:35:16.8355020Z [00:01:59.995]➜  crypto/internal/fips140/ed25519
2025-08-20T21:35:16.8355963Z [00:01:59.995]➜  mkdir -p $WORK/b221/
2025-08-20T21:35:16.8361431Z [00:01:59.995]➜  cat >/tmp/go-build4032094447/b221/importcfg << 'EOF' # internal
2025-08-20T21:35:16.8363672Z [00:01:59.995]➜  # import config
2025-08-20T21:35:16.8364036Z [00:01:59.995]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.8364907Z [00:01:59.995]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:16.8365484Z [00:01:59.995]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.8366066Z [00:01:59.995]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:16.8366677Z [00:01:59.995]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build4032094447/b222/_pkg_.a
2025-08-20T21:35:16.8367298Z [00:01:59.995]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:16.8367789Z [00:01:59.995]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.8368211Z [00:01:59.995]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.8368628Z [00:01:59.995]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.8368935Z [00:01:59.995]➜  EOF
2025-08-20T21:35:16.8369204Z [00:01:59.995]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.8371276Z [00:01:59.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b221=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:35:16.8509602Z [00:02:00.010]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:35:16.8534717Z [00:02:00.012]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T21:35:16.8541308Z [00:02:00.013]➜  crypto/internal/fips140/nistec
2025-08-20T21:35:16.8541635Z [00:02:00.013]➜  mkdir -p $WORK/b205/
2025-08-20T21:35:16.8543230Z [00:02:00.013]➜  echo -n > $WORK/b205/go_asm.h # internal
2025-08-20T21:35:16.8544256Z [00:02:00.013]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:16.8547593Z [00:02:00.013]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b205/symabis ./p256_asm_arm64.s
2025-08-20T21:35:16.8594267Z [00:02:00.018]➜  cat >/tmp/go-build4032094447/b205/importcfg << 'EOF' # internal
2025-08-20T21:35:16.8595716Z [00:02:00.018]➜  # import config
2025-08-20T21:35:16.8596481Z [00:02:00.018]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.8597991Z [00:02:00.019]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build4032094447/b206/_pkg_.a
2025-08-20T21:35:16.8598630Z [00:02:00.019]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:16.8599295Z [00:02:00.019]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:16.8599828Z [00:02:00.019]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.8600261Z [00:02:00.019]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:16.8600695Z [00:02:00.019]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:16.8601123Z [00:02:00.019]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:16.8601428Z [00:02:00.019]➜  EOF
2025-08-20T21:35:16.8601697Z [00:02:00.019]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.8605449Z [00:02:00.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b205=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b205/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack -asmhdr $WORK/b205/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:35:16.8649267Z [00:02:00.024]➜  cd $WORK/b183
2025-08-20T21:35:16.8650768Z [00:02:00.024]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:35:16.8769358Z [00:02:00.035]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:35:16.8771158Z [00:02:00.036]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T21:35:16.8773702Z [00:02:00.036]➜  crypto/ed25519
2025-08-20T21:35:16.8774478Z [00:02:00.036]➜  mkdir -p $WORK/b220/
2025-08-20T21:35:16.8775069Z [00:02:00.036]➜  cat >/tmp/go-build4032094447/b220/importcfg << 'EOF' # internal
2025-08-20T21:35:16.8775658Z [00:02:00.036]➜  # import config
2025-08-20T21:35:16.8776185Z [00:02:00.037]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:16.8776839Z [00:02:00.037]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build4032094447/b221/_pkg_.a
2025-08-20T21:35:16.8777622Z [00:02:00.037]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4032094447/b213/_pkg_.a
2025-08-20T21:35:16.8778335Z [00:02:00.037]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:16.8778993Z [00:02:00.037]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:16.8779591Z [00:02:00.037]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:16.8780124Z [00:02:00.037]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.8780625Z [00:02:00.037]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:16.8781494Z [00:02:00.037]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:16.8781998Z [00:02:00.037]➜  EOF
2025-08-20T21:35:16.8782492Z [00:02:00.037]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.8784222Z [00:02:00.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b220=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:35:16.8913987Z [00:02:00.050]➜  cd $WORK/b183
2025-08-20T21:35:16.8921413Z [00:02:00.051]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -I $WORK/b183/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b183/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:16.9085996Z [00:02:00.068]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:16.9092652Z [00:02:00.068]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -o $WORK/b183/_cgo_.o $WORK/b183/_cgo_main.o $WORK/b183/preferlinkext $WORK/b183/_x001.o $WORK/b183/_x002.o $WORK/b183/_x003.o $WORK/b183/_x004.o $WORK/b183/_x005.o $WORK/b183/_x006.o -O2 -g -lresolv
2025-08-20T21:35:16.9248143Z [00:02:00.084]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:35:16.9298295Z [00:02:00.089]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T21:35:16.9303929Z [00:02:00.089]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:16.9304256Z [00:02:00.089]➜  mkdir -p $WORK/b217/
2025-08-20T21:35:16.9304651Z [00:02:00.089]➜  cat >/tmp/go-build4032094447/b217/importcfg << 'EOF' # internal
2025-08-20T21:35:16.9305000Z [00:02:00.089]➜  # import config
2025-08-20T21:35:16.9305468Z [00:02:00.089]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:16.9306031Z [00:02:00.089]➜  packagefile encoding/asn1=/tmp/go-build4032094447/b218/_pkg_.a
2025-08-20T21:35:16.9306477Z [00:02:00.089]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.9306893Z [00:02:00.089]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:16.9307456Z [00:02:00.089]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4032094447/b219/_pkg_.a
2025-08-20T21:35:16.9307997Z [00:02:00.089]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:16.9308434Z [00:02:00.089]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:16.9308850Z [00:02:00.089]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:16.9309159Z [00:02:00.089]➜  EOF
2025-08-20T21:35:16.9311478Z [00:02:00.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b217=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:35:16.9599172Z [00:02:00.119]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:35:16.9626013Z [00:02:00.121]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T21:35:16.9629030Z [00:02:00.121]➜  crypto/internal/fips140/hkdf
2025-08-20T21:35:16.9629593Z [00:02:00.121]➜  mkdir -p $WORK/b224/
2025-08-20T21:35:16.9630040Z [00:02:00.122]➜  cat >/tmp/go-build4032094447/b224/importcfg << 'EOF' # internal
2025-08-20T21:35:16.9630391Z [00:02:00.122]➜  # import config
2025-08-20T21:35:16.9630733Z [00:02:00.122]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:16.9631224Z [00:02:00.122]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:16.9631795Z [00:02:00.122]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:16.9632543Z [00:02:00.122]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:16.9633191Z [00:02:00.122]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:16.9633688Z [00:02:00.122]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.9634103Z [00:02:00.122]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.9634422Z [00:02:00.122]➜  EOF
2025-08-20T21:35:16.9636299Z [00:02:00.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b224=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:35:16.9805918Z [00:02:00.140]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:35:16.9817817Z [00:02:00.140]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T21:35:16.9818453Z [00:02:00.141]➜  crypto/hkdf
2025-08-20T21:35:16.9819375Z [00:02:00.141]➜  mkdir -p $WORK/b223/
2025-08-20T21:35:16.9825068Z [00:02:00.142]➜  cat >/tmp/go-build4032094447/b223/importcfg << 'EOF' # internal
2025-08-20T21:35:16.9825847Z [00:02:00.142]➜  # import config
2025-08-20T21:35:16.9826526Z [00:02:00.142]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4032094447/b224/_pkg_.a
2025-08-20T21:35:16.9827384Z [00:02:00.142]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4032094447/b214/_pkg_.a
2025-08-20T21:35:16.9828919Z [00:02:00.142]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:16.9829746Z [00:02:00.142]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:16.9830676Z [00:02:00.142]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:16.9831241Z [00:02:00.142]➜  EOF
2025-08-20T21:35:16.9833326Z [00:02:00.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b223=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:35:17.0020974Z [00:02:00.161]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:35:17.0025348Z [00:02:00.162]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T21:35:17.0025907Z [00:02:00.162]➜  crypto/hmac
2025-08-20T21:35:17.0026818Z [00:02:00.162]➜  mkdir -p $WORK/b225/
2025-08-20T21:35:17.0029669Z [00:02:00.162]➜  cat >/tmp/go-build4032094447/b225/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0030628Z [00:02:00.162]➜  # import config
2025-08-20T21:35:17.0031483Z [00:02:00.162]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.0032470Z [00:02:00.162]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:17.0033248Z [00:02:00.162]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4032094447/b214/_pkg_.a
2025-08-20T21:35:17.0034649Z [00:02:00.162]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.0035859Z [00:02:00.162]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:17.0036569Z [00:02:00.162]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.0037142Z [00:02:00.162]➜  EOF
2025-08-20T21:35:17.0038751Z [00:02:00.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b225=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:35:17.0184564Z [00:02:00.176]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:35:17.0220401Z [00:02:00.181]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:35:17.0222050Z [00:02:00.181]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T21:35:17.0223288Z [00:02:00.181]➜  crypto/internal/fips140/mlkem
2025-08-20T21:35:17.0223809Z [00:02:00.181]➜  mkdir -p $WORK/b226/
2025-08-20T21:35:17.0224340Z [00:02:00.181]➜  cat >/tmp/go-build4032094447/b226/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0224760Z [00:02:00.181]➜  # import config
2025-08-20T21:35:17.0225639Z [00:02:00.181]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.0226368Z [00:02:00.181]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.0227041Z [00:02:00.181]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.0227626Z [00:02:00.181]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:17.0228213Z [00:02:00.181]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:17.0228792Z [00:02:00.181]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:17.0229418Z [00:02:00.181]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:17.0229941Z [00:02:00.181]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.0230254Z [00:02:00.181]➜  EOF
2025-08-20T21:35:17.0232752Z [00:02:00.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b226=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:35:17.0242007Z [00:02:00.183]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T21:35:17.0249964Z [00:02:00.184]➜  crypto/internal/fips140/tls12
2025-08-20T21:35:17.0250365Z [00:02:00.184]➜  mkdir -p $WORK/b227/
2025-08-20T21:35:17.0254351Z [00:02:00.184]➜  cat >/tmp/go-build4032094447/b227/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0254731Z [00:02:00.184]➜  # import config
2025-08-20T21:35:17.0255196Z [00:02:00.184]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.0255740Z [00:02:00.184]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.0256308Z [00:02:00.184]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.0256884Z [00:02:00.184]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:17.0257735Z [00:02:00.184]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:17.0258398Z [00:02:00.184]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:17.0258891Z [00:02:00.184]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.0259305Z [00:02:00.184]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.0259607Z [00:02:00.184]➜  EOF
2025-08-20T21:35:17.0261538Z [00:02:00.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b227=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:35:17.0455126Z [00:02:00.204]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:35:17.0462766Z [00:02:00.204]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T21:35:17.0463442Z [00:02:00.204]➜  crypto/internal/fips140/tls13
2025-08-20T21:35:17.0463738Z [00:02:00.204]➜  mkdir -p $WORK/b228/
2025-08-20T21:35:17.0464107Z [00:02:00.204]➜  cat >/tmp/go-build4032094447/b228/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0464921Z [00:02:00.205]➜  # import config
2025-08-20T21:35:17.0465259Z [00:02:00.205]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.0465747Z [00:02:00.205]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.0466315Z [00:02:00.205]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.0466904Z [00:02:00.205]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4032094447/b224/_pkg_.a
2025-08-20T21:35:17.0467486Z [00:02:00.205]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:17.0468107Z [00:02:00.205]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:17.0468632Z [00:02:00.205]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.0469045Z [00:02:00.205]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.0469365Z [00:02:00.205]➜  EOF
2025-08-20T21:35:17.0471322Z [00:02:00.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b228=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:35:17.0557643Z [00:02:00.215]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b183=/tmp/go-build -gno-record-gcc-switches -o $WORK/b183/_cgo_.o $WORK/b183/_cgo_main.o $WORK/b183/preferlinkext $WORK/b183/_x001.o $WORK/b183/_x002.o $WORK/b183/_x003.o $WORK/b183/_x004.o $WORK/b183/_x005.o $WORK/b183/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:35:17.0567340Z [00:02:00.215]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b183/_cgo_.o -dynout $WORK/b183/_cgo_import.go
2025-08-20T21:35:17.0596802Z [00:02:00.219]➜  cat >/tmp/go-build4032094447/b183/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0603034Z [00:02:00.219]➜  # import config
2025-08-20T21:35:17.0603508Z [00:02:00.219]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:35:17.0604306Z [00:02:00.219]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:17.0604798Z [00:02:00.219]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:17.0605228Z [00:02:00.219]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.0605765Z [00:02:00.219]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build4032094447/b184/_pkg_.a
2025-08-20T21:35:17.0606325Z [00:02:00.219]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:17.0606878Z [00:02:00.219]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:17.0607356Z [00:02:00.219]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:17.0607838Z [00:02:00.219]➜  packagefile internal/nettrace=/tmp/go-build4032094447/b185/_pkg_.a
2025-08-20T21:35:17.0608321Z [00:02:00.219]➜  packagefile internal/poll=/tmp/go-build4032094447/b064/_pkg_.a
2025-08-20T21:35:17.0608824Z [00:02:00.219]➜  packagefile internal/singleflight=/tmp/go-build4032094447/b186/_pkg_.a
2025-08-20T21:35:17.0609355Z [00:02:00.219]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:17.0609876Z [00:02:00.219]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:17.0610331Z [00:02:00.219]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.0610735Z [00:02:00.219]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:17.0611400Z [00:02:00.219]➜  packagefile net/netip=/tmp/go-build4032094447/b187/_pkg_.a
2025-08-20T21:35:17.0611821Z [00:02:00.219]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:17.0612227Z [00:02:00.219]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:17.0618627Z [00:02:00.219]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:17.0619066Z [00:02:00.219]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.0619517Z [00:02:00.219]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:17.0619961Z [00:02:00.219]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:17.0620376Z [00:02:00.219]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:17.0620808Z [00:02:00.219]➜  packagefile runtime/cgo=/tmp/go-build4032094447/b190/_pkg_.a
2025-08-20T21:35:17.0621135Z [00:02:00.219]➜  EOF
2025-08-20T21:35:17.0631737Z [00:02:00.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b183=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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/b183/_cgo_gotypes.go $WORK/b183/cgo_linux.cgo1.go $WORK/b183/cgo_resnew.cgo1.go $WORK/b183/cgo_socknew.cgo1.go $WORK/b183/cgo_unix_cgo.cgo1.go $WORK/b183/cgo_unix_cgo_res.cgo1.go $WORK/b183/_cgo_import.go
2025-08-20T21:35:17.0801349Z [00:02:00.239]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:35:17.0809525Z [00:02:00.239]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T21:35:17.0810215Z [00:02:00.239]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:17.0810634Z [00:02:00.240]➜  mkdir -p $WORK/b231/
2025-08-20T21:35:17.0811010Z [00:02:00.240]➜  echo -n > $WORK/b231/go_asm.h # internal
2025-08-20T21:35:17.0811383Z [00:02:00.240]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:17.0812825Z [00:02:00.240]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b231=>" -I $WORK/b231/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b231/symabis ./chacha_arm64.s
2025-08-20T21:35:17.0839805Z [00:02:00.243]➜  cat >/tmp/go-build4032094447/b231/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0841553Z [00:02:00.243]➜  # import config
2025-08-20T21:35:17.0842068Z [00:02:00.243]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:17.0842791Z [00:02:00.243]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:17.0843282Z [00:02:00.243]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:17.0843733Z [00:02:00.243]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.0844288Z [00:02:00.243]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4032094447/b232/_pkg_.a
2025-08-20T21:35:17.0844850Z [00:02:00.243]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.0845283Z [00:02:00.243]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:17.0845598Z [00:02:00.243]➜  EOF
2025-08-20T21:35:17.0845869Z [00:02:00.243]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.0848675Z [00:02:00.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b231=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b231/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack -asmhdr $WORK/b231/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:35:17.1185202Z [00:02:00.277]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:35:17.1199533Z [00:02:00.279]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T21:35:17.1205307Z [00:02:00.279]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:17.1205659Z [00:02:00.279]➜  mkdir -p $WORK/b233/
2025-08-20T21:35:17.1206069Z [00:02:00.279]➜  cat >/tmp/go-build4032094447/b233/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1206417Z [00:02:00.279]➜  # import config
2025-08-20T21:35:17.1206776Z [00:02:00.279]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:17.1207250Z [00:02:00.279]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:17.1207709Z [00:02:00.279]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.1208031Z [00:02:00.279]➜  EOF
2025-08-20T21:35:17.1210945Z [00:02:00.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b233=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:35:17.1538742Z [00:02:00.313]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:17.1542781Z [00:02:00.313]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b231=>" -I $WORK/b231/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b231/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:35:17.1583716Z [00:02:00.317]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:35:17.1588530Z [00:02:00.318]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T21:35:17.1595419Z [00:02:00.319]➜  crypto/rc4
2025-08-20T21:35:17.1599743Z [00:02:00.319]➜  mkdir -p $WORK/b234/
2025-08-20T21:35:17.1601155Z [00:02:00.319]➜  cat >/tmp/go-build4032094447/b234/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1601517Z [00:02:00.319]➜  # import config
2025-08-20T21:35:17.1601946Z [00:02:00.319]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:17.1602667Z [00:02:00.319]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.1603187Z [00:02:00.319]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.1603631Z [00:02:00.319]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:17.1603946Z [00:02:00.319]➜  EOF
2025-08-20T21:35:17.1604219Z [00:02:00.319]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1605959Z [00:02:00.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b234=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:35:17.1629226Z [00:02:00.322]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:17.1633608Z [00:02:00.322]➜  go tool pack r $WORK/b231/_pkg_.a $WORK/b231/chacha_arm64.o # internal
2025-08-20T21:35:17.1634102Z [00:02:00.322]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:35:17.1634779Z [00:02:00.322]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T21:35:17.1635892Z [00:02:00.323]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:17.1636723Z [00:02:00.323]➜  mkdir -p $WORK/b230/
2025-08-20T21:35:17.1638687Z [00:02:00.323]➜  cat >/tmp/go-build4032094447/b230/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1640183Z [00:02:00.323]➜  # import config
2025-08-20T21:35:17.1642564Z [00:02:00.323]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:17.1643280Z [00:02:00.323]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:17.1648429Z [00:02:00.323]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:17.1649024Z [00:02:00.323]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:17.1649508Z [00:02:00.323]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:17.1652114Z [00:02:00.323]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.1652884Z [00:02:00.323]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build4032094447/b231/_pkg_.a
2025-08-20T21:35:17.1653744Z [00:02:00.323]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4032094447/b232/_pkg_.a
2025-08-20T21:35:17.1654520Z [00:02:00.323]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build4032094447/b233/_pkg_.a
2025-08-20T21:35:17.1654975Z [00:02:00.323]➜  EOF
2025-08-20T21:35:17.1655244Z [00:02:00.323]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1658748Z [00:02:00.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b230=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:35:17.1715912Z [00:02:00.330]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:17.1718880Z [00:02:00.331]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b205/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T21:35:17.1733891Z [00:02:00.332]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:35:17.1751076Z [00:02:00.333]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T21:35:17.1751785Z [00:02:00.333]➜  crypto/internal/fips140/rsa
2025-08-20T21:35:17.1752085Z [00:02:00.333]➜  mkdir -p $WORK/b236/
2025-08-20T21:35:17.1752530Z [00:02:00.333]➜  cat >/tmp/go-build4032094447/b236/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1752927Z [00:02:00.333]➜  # import config
2025-08-20T21:35:17.1753309Z [00:02:00.333]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.1754118Z [00:02:00.333]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.1754765Z [00:02:00.333]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4032094447/b212/_pkg_.a
2025-08-20T21:35:17.1755352Z [00:02:00.333]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.1755929Z [00:02:00.333]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:17.1756518Z [00:02:00.333]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:17.1757134Z [00:02:00.333]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:17.1757714Z [00:02:00.333]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:17.1758295Z [00:02:00.333]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:17.1758797Z [00:02:00.333]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.1759214Z [00:02:00.333]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.1759620Z [00:02:00.333]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.1760020Z [00:02:00.333]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.1760330Z [00:02:00.333]➜  EOF
2025-08-20T21:35:17.1760601Z [00:02:00.333]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1763576Z [00:02:00.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b236=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:35:17.1765858Z [00:02:00.334]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:17.1766296Z [00:02:00.334]➜  go tool pack r $WORK/b205/_pkg_.a $WORK/b205/p256_asm_arm64.o # internal
2025-08-20T21:35:17.1766719Z [00:02:00.334]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:35:17.1811378Z [00:02:00.340]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T21:35:17.1813728Z [00:02:00.340]➜  crypto/internal/fips140/ecdh
2025-08-20T21:35:17.1814289Z [00:02:00.340]➜  mkdir -p $WORK/b204/
2025-08-20T21:35:17.1814850Z [00:02:00.340]➜  cat >/tmp/go-build4032094447/b204/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1815222Z [00:02:00.340]➜  # import config
2025-08-20T21:35:17.1815791Z [00:02:00.340]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.1816533Z [00:02:00.340]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.1817315Z [00:02:00.340]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.1818108Z [00:02:00.340]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:17.1818906Z [00:02:00.340]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4032094447/b205/_pkg_.a
2025-08-20T21:35:17.1819750Z [00:02:00.340]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:17.1820467Z [00:02:00.340]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.1821080Z [00:02:00.340]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.1821700Z [00:02:00.340]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.1822863Z [00:02:00.340]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.1823474Z [00:02:00.340]➜  EOF
2025-08-20T21:35:17.1823795Z [00:02:00.340]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1826345Z [00:02:00.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b204=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:35:17.1918725Z [00:02:00.351]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:35:17.1925653Z [00:02:00.352]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T21:35:17.1926766Z [00:02:00.352]➜  crypto/elliptic
2025-08-20T21:35:17.1927096Z [00:02:00.352]➜  mkdir -p $WORK/b209/
2025-08-20T21:35:17.1934250Z [00:02:00.352]➜  cat >/tmp/go-build4032094447/b209/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1935104Z [00:02:00.353]➜  # import config
2025-08-20T21:35:17.1935747Z [00:02:00.353]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4032094447/b205/_pkg_.a
2025-08-20T21:35:17.1936320Z [00:02:00.353]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.1937095Z [00:02:00.353]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.1937520Z [00:02:00.353]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.1937943Z [00:02:00.353]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.1938247Z [00:02:00.353]➜  EOF
2025-08-20T21:35:17.1940064Z [00:02:00.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b209=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:35:17.2075446Z [00:02:00.367]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:35:17.2081122Z [00:02:00.367]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T21:35:17.2081984Z [00:02:00.367]➜  crypto/ecdh
2025-08-20T21:35:17.2082740Z [00:02:00.367]➜  mkdir -p $WORK/b203/
2025-08-20T21:35:17.2083590Z [00:02:00.368]➜  cat >/tmp/go-build4032094447/b203/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2090122Z [00:02:00.368]➜  # import config
2025-08-20T21:35:17.2090568Z [00:02:00.368]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.2091023Z [00:02:00.368]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.2091519Z [00:02:00.368]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.2092080Z [00:02:00.368]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build4032094447/b204/_pkg_.a
2025-08-20T21:35:17.2092850Z [00:02:00.368]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4032094447/b207/_pkg_.a
2025-08-20T21:35:17.2093480Z [00:02:00.368]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.2094054Z [00:02:00.368]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:17.2094565Z [00:02:00.368]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:17.2095004Z [00:02:00.368]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.2095410Z [00:02:00.368]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.2095713Z [00:02:00.368]➜  EOF
2025-08-20T21:35:17.2097868Z [00:02:00.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b203=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:35:17.2681158Z [00:02:00.427]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:35:17.2692076Z [00:02:00.428]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T21:35:17.2696133Z [00:02:00.429]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:35:17.2696891Z [00:02:00.429]➜  mkdir -p $WORK/b211/
2025-08-20T21:35:17.2697311Z [00:02:00.429]➜  cat >/tmp/go-build4032094447/b211/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2697692Z [00:02:00.429]➜  # import config
2025-08-20T21:35:17.2698036Z [00:02:00.429]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.2698527Z [00:02:00.429]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.2699100Z [00:02:00.429]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4032094447/b212/_pkg_.a
2025-08-20T21:35:17.2699684Z [00:02:00.429]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.2700667Z [00:02:00.429]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:17.2701242Z [00:02:00.429]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:17.2701821Z [00:02:00.429]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4032094447/b205/_pkg_.a
2025-08-20T21:35:17.2702562Z [00:02:00.429]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:17.2703137Z [00:02:00.429]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.2703558Z [00:02:00.429]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.2706736Z [00:02:00.429]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.2707246Z [00:02:00.429]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.2707558Z [00:02:00.429]➜  EOF
2025-08-20T21:35:17.2710020Z [00:02:00.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b211=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:35:17.2835789Z [00:02:00.443]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:35:17.2845546Z [00:02:00.444]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T21:35:17.2846947Z [00:02:00.444]➜  crypto/internal/hpke
2025-08-20T21:35:17.2848097Z [00:02:00.444]➜  mkdir -p $WORK/b229/
2025-08-20T21:35:17.2848762Z [00:02:00.444]➜  cat >/tmp/go-build4032094447/b229/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2849224Z [00:02:00.444]➜  # import config
2025-08-20T21:35:17.2849840Z [00:02:00.444]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:17.2850493Z [00:02:00.444]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.2851041Z [00:02:00.444]➜  packagefile crypto/aes=/tmp/go-build4032094447/b201/_pkg_.a
2025-08-20T21:35:17.2851888Z [00:02:00.444]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:17.2852766Z [00:02:00.444]➜  packagefile crypto/ecdh=/tmp/go-build4032094447/b203/_pkg_.a
2025-08-20T21:35:17.2853381Z [00:02:00.444]➜  packagefile crypto/hkdf=/tmp/go-build4032094447/b223/_pkg_.a
2025-08-20T21:35:17.2853941Z [00:02:00.444]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:17.2854484Z [00:02:00.444]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.2855181Z [00:02:00.444]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4032094447/b230/_pkg_.a
2025-08-20T21:35:17.2855862Z [00:02:00.444]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:17.2856429Z [00:02:00.444]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.2856846Z [00:02:00.444]➜  EOF
2025-08-20T21:35:17.2858447Z [00:02:00.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b229=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:35:17.2975681Z [00:02:00.457]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:35:17.2977314Z [00:02:00.457]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T21:35:17.2978265Z [00:02:00.457]➜  crypto/rsa
2025-08-20T21:35:17.2978528Z [00:02:00.457]➜  mkdir -p $WORK/b235/
2025-08-20T21:35:17.2979020Z [00:02:00.457]➜  cat >/tmp/go-build4032094447/b235/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3003423Z [00:02:00.457]➜  # import config
2025-08-20T21:35:17.3006075Z [00:02:00.457]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.3006603Z [00:02:00.457]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.3007168Z [00:02:00.457]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4032094447/b210/_pkg_.a
2025-08-20T21:35:17.3007751Z [00:02:00.457]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4032094447/b212/_pkg_.a
2025-08-20T21:35:17.3008332Z [00:02:00.457]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build4032094447/b236/_pkg_.a
2025-08-20T21:35:17.3008918Z [00:02:00.457]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4032094447/b214/_pkg_.a
2025-08-20T21:35:17.3009488Z [00:02:00.457]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.3010043Z [00:02:00.457]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:17.3010543Z [00:02:00.457]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:17.3011009Z [00:02:00.457]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:17.3011462Z [00:02:00.457]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.3011877Z [00:02:00.457]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.3012285Z [00:02:00.457]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.3012913Z [00:02:00.457]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:17.3013363Z [00:02:00.457]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.3013783Z [00:02:00.457]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:17.3014205Z [00:02:00.457]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.3014529Z [00:02:00.457]➜  EOF
2025-08-20T21:35:17.3016589Z [00:02:00.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b235=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:35:17.3322954Z [00:02:00.491]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:35:17.3337648Z [00:02:00.493]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T21:35:17.3343891Z [00:02:00.493]➜  crypto/sha1
2025-08-20T21:35:17.3345138Z [00:02:00.493]➜  mkdir -p $WORK/b237/
2025-08-20T21:35:17.3350784Z [00:02:00.494]➜  echo -n > $WORK/b237/go_asm.h # internal
2025-08-20T21:35:17.3352448Z [00:02:00.494]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:35:17.3353594Z [00:02:00.494]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b237=>" -I $WORK/b237/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b237/symabis ./sha1block_arm64.s
2025-08-20T21:35:17.3398940Z [00:02:00.499]➜  cat >/tmp/go-build4032094447/b237/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3399752Z [00:02:00.499]➜  # import config
2025-08-20T21:35:17.3400107Z [00:02:00.499]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.3400661Z [00:02:00.499]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.3401594Z [00:02:00.499]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.3402145Z [00:02:00.499]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:17.3402803Z [00:02:00.499]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.3403226Z [00:02:00.499]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.3403688Z [00:02:00.499]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:17.3404189Z [00:02:00.499]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:17.3404694Z [00:02:00.499]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.3405017Z [00:02:00.499]➜  EOF
2025-08-20T21:35:17.3405284Z [00:02:00.499]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.3407221Z [00:02:00.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b237=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b237/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack -asmhdr $WORK/b237/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T21:35:17.3585179Z [00:02:00.518]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:35:17.3599935Z [00:02:00.519]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T21:35:17.3601329Z [00:02:00.519]➜  crypto/ecdsa
2025-08-20T21:35:17.3602485Z [00:02:00.519]➜  mkdir -p $WORK/b208/
2025-08-20T21:35:17.3607761Z [00:02:00.520]➜  cat >/tmp/go-build4032094447/b208/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3608169Z [00:02:00.520]➜  # import config
2025-08-20T21:35:17.3608610Z [00:02:00.520]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:17.3609266Z [00:02:00.520]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:17.3609835Z [00:02:00.520]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.3610280Z [00:02:00.520]➜  packagefile crypto/ecdh=/tmp/go-build4032094447/b203/_pkg_.a
2025-08-20T21:35:17.3610752Z [00:02:00.520]➜  packagefile crypto/elliptic=/tmp/go-build4032094447/b209/_pkg_.a
2025-08-20T21:35:17.3611553Z [00:02:00.520]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.3612175Z [00:02:00.520]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4032094447/b210/_pkg_.a
2025-08-20T21:35:17.3612941Z [00:02:00.520]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build4032094447/b211/_pkg_.a
2025-08-20T21:35:17.3613526Z [00:02:00.520]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4032094447/b205/_pkg_.a
2025-08-20T21:35:17.3614123Z [00:02:00.520]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4032094447/b213/_pkg_.a
2025-08-20T21:35:17.3614695Z [00:02:00.520]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4032094447/b214/_pkg_.a
2025-08-20T21:35:17.3615261Z [00:02:00.520]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.3615812Z [00:02:00.520]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:17.3616327Z [00:02:00.520]➜  packagefile crypto/sha512=/tmp/go-build4032094447/b216/_pkg_.a
2025-08-20T21:35:17.3616792Z [00:02:00.520]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:17.3617233Z [00:02:00.520]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.3617770Z [00:02:00.520]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4032094447/b217/_pkg_.a
2025-08-20T21:35:17.3618582Z [00:02:00.520]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4032094447/b219/_pkg_.a
2025-08-20T21:35:17.3619364Z [00:02:00.520]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.3619784Z [00:02:00.520]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.3620233Z [00:02:00.520]➜  packagefile math/rand/v2=/tmp/go-build4032094447/b165/_pkg_.a
2025-08-20T21:35:17.3620560Z [00:02:00.520]➜  EOF
2025-08-20T21:35:17.3622398Z [00:02:00.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b208=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:35:17.3681319Z [00:02:00.527]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:35:17.3713281Z [00:02:00.530]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T21:35:17.3750958Z [00:02:00.534]➜  crypto/sha256
2025-08-20T21:35:17.3751343Z [00:02:00.534]➜  mkdir -p $WORK/b238/
2025-08-20T21:35:17.3775204Z [00:02:00.535]➜  cat >/tmp/go-build4032094447/b238/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3775734Z [00:02:00.535]➜  # import config
2025-08-20T21:35:17.3776113Z [00:02:00.535]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.3776603Z [00:02:00.535]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:17.3777170Z [00:02:00.535]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:17.3777661Z [00:02:00.535]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:17.3777967Z [00:02:00.535]➜  EOF
2025-08-20T21:35:17.3779412Z [00:02:00.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b238=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:35:17.3833478Z [00:02:00.542]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:35:17.3835045Z [00:02:00.542]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b237=>" -I $WORK/b237/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b237/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T21:35:17.3885000Z [00:02:00.547]➜  go tool pack r $WORK/b237/_pkg_.a $WORK/b237/sha1block_arm64.o # internal
2025-08-20T21:35:17.3885664Z [00:02:00.548]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:35:17.3893056Z [00:02:00.548]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T21:35:17.3893827Z [00:02:00.548]➜  crypto/fips140
2025-08-20T21:35:17.3894219Z [00:02:00.548]➜  mkdir -p $WORK/b240/
2025-08-20T21:35:17.3894704Z [00:02:00.548]➜  cat >/tmp/go-build4032094447/b240/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3895159Z [00:02:00.548]➜  # import config
2025-08-20T21:35:17.3895680Z [00:02:00.548]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:17.3896401Z [00:02:00.548]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:17.3896801Z [00:02:00.548]➜  EOF
2025-08-20T21:35:17.3908219Z [00:02:00.548]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.3909865Z [00:02:00.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b240=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:35:17.4015154Z [00:02:00.560]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:35:17.4034495Z [00:02:00.561]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T21:35:17.4035243Z [00:02:00.561]➜  crypto/dsa
2025-08-20T21:35:17.4035633Z [00:02:00.561]➜  mkdir -p $WORK/b242/
2025-08-20T21:35:17.4043336Z [00:02:00.563]➜  cat >/tmp/go-build4032094447/b242/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4043869Z [00:02:00.563]➜  # import config
2025-08-20T21:35:17.4044417Z [00:02:00.563]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:17.4045088Z [00:02:00.563]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:17.4045694Z [00:02:00.563]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.4046254Z [00:02:00.563]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.4046783Z [00:02:00.563]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.4047199Z [00:02:00.563]➜  EOF
2025-08-20T21:35:17.4048720Z [00:02:00.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b242=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:35:17.4050110Z [00:02:00.563]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:35:17.4050858Z [00:02:00.563]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T21:35:17.4051534Z [00:02:00.563]➜  crypto/tls/internal/fips140tls
2025-08-20T21:35:17.4051966Z [00:02:00.563]➜  mkdir -p $WORK/b239/
2025-08-20T21:35:17.4052570Z [00:02:00.563]➜  cat >/tmp/go-build4032094447/b239/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4053055Z [00:02:00.563]➜  # import config
2025-08-20T21:35:17.4053531Z [00:02:00.563]➜  packagefile crypto/fips140=/tmp/go-build4032094447/b240/_pkg_.a
2025-08-20T21:35:17.4054096Z [00:02:00.563]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:17.4054549Z [00:02:00.563]➜  EOF
2025-08-20T21:35:17.4056649Z [00:02:00.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b239=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:35:17.4286836Z [00:02:00.587]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:35:17.4287553Z [00:02:00.588]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T21:35:17.4293011Z [00:02:00.588]➜  encoding/hex
2025-08-20T21:35:17.4314638Z [00:02:00.588]➜  mkdir -p $WORK/b244/
2025-08-20T21:35:17.4319144Z [00:02:00.588]➜  cat >/tmp/go-build4032094447/b244/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4321610Z [00:02:00.588]➜  # import config
2025-08-20T21:35:17.4322006Z [00:02:00.588]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.4322777Z [00:02:00.588]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.4323249Z [00:02:00.588]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.4323662Z [00:02:00.588]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:17.4324086Z [00:02:00.588]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.4324809Z [00:02:00.588]➜  EOF
2025-08-20T21:35:17.4326250Z [00:02:00.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b244=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:35:17.4521174Z [00:02:00.611]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:35:17.4525634Z [00:02:00.612]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T21:35:17.4526853Z [00:02:00.612]➜  encoding/pem
2025-08-20T21:35:17.4527633Z [00:02:00.612]➜  mkdir -p $WORK/b245/
2025-08-20T21:35:17.4528788Z [00:02:00.612]➜  cat >/tmp/go-build4032094447/b245/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4529216Z [00:02:00.612]➜  # import config
2025-08-20T21:35:17.4529623Z [00:02:00.612]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.4530085Z [00:02:00.612]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:17.4530550Z [00:02:00.612]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.4530957Z [00:02:00.612]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.4531368Z [00:02:00.612]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:17.4531808Z [00:02:00.612]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.4532125Z [00:02:00.612]➜  EOF
2025-08-20T21:35:17.4538603Z [00:02:00.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b245=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:35:17.4696188Z [00:02:00.629]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:35:17.4700661Z [00:02:00.629]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T21:35:17.4704443Z [00:02:00.629]➜  crypto/x509/pkix
2025-08-20T21:35:17.4705031Z [00:02:00.629]➜  mkdir -p $WORK/b243/
2025-08-20T21:35:17.4706036Z [00:02:00.629]➜  cat >/tmp/go-build4032094447/b243/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4706945Z [00:02:00.630]➜  # import config
2025-08-20T21:35:17.4707381Z [00:02:00.630]➜  packagefile encoding/asn1=/tmp/go-build4032094447/b218/_pkg_.a
2025-08-20T21:35:17.4707866Z [00:02:00.630]➜  packagefile encoding/hex=/tmp/go-build4032094447/b244/_pkg_.a
2025-08-20T21:35:17.4708301Z [00:02:00.630]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.4708724Z [00:02:00.630]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.4709169Z [00:02:00.630]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:17.4709475Z [00:02:00.630]➜  EOF
2025-08-20T21:35:17.4710955Z [00:02:00.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b243=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:35:17.5142146Z [00:02:00.673]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:35:17.5154515Z [00:02:00.674]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T21:35:17.5155143Z [00:02:00.675]➜  vendor/golang.org/x/text/transform
2025-08-20T21:35:17.5155449Z [00:02:00.675]➜  mkdir -p $WORK/b249/
2025-08-20T21:35:17.5156203Z [00:02:00.675]➜  cat >/tmp/go-build4032094447/b249/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5156547Z [00:02:00.675]➜  # import config
2025-08-20T21:35:17.5156885Z [00:02:00.675]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.5157306Z [00:02:00.675]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.5157709Z [00:02:00.675]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.5158154Z [00:02:00.675]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.5158485Z [00:02:00.675]➜  EOF
2025-08-20T21:35:17.5160253Z [00:02:00.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b249=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:35:17.5426840Z [00:02:00.702]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:35:17.5452736Z [00:02:00.704]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T21:35:17.5453433Z [00:02:00.704]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:17.5456119Z [00:02:00.704]➜  mkdir -p $WORK/b250/
2025-08-20T21:35:17.5459223Z [00:02:00.705]➜  cat >/tmp/go-build4032094447/b250/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5461135Z [00:02:00.705]➜  # import config
2025-08-20T21:35:17.5461526Z [00:02:00.705]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.5461986Z [00:02:00.705]➜  packagefile container/list=/tmp/go-build4032094447/b193/_pkg_.a
2025-08-20T21:35:17.5462542Z [00:02:00.705]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.5463031Z [00:02:00.705]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:17.5463438Z [00:02:00.705]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:17.5463873Z [00:02:00.705]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.5464207Z [00:02:00.705]➜  EOF
2025-08-20T21:35:17.5467518Z [00:02:00.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b250=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:35:17.5553101Z [00:02:00.714]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:35:17.5562687Z [00:02:00.715]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T21:35:17.5581316Z [00:02:00.717]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:35:17.5582918Z [00:02:00.717]➜  mkdir -p $WORK/b251/
2025-08-20T21:35:17.5591799Z [00:02:00.718]➜  cat >/tmp/go-build4032094447/b251/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5593013Z [00:02:00.718]➜  # import config
2025-08-20T21:35:17.5593902Z [00:02:00.718]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:35:17.5594485Z [00:02:00.718]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:17.5594948Z [00:02:00.718]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.5595866Z [00:02:00.718]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4032094447/b249/_pkg_.a
2025-08-20T21:35:17.5596373Z [00:02:00.718]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.5596778Z [00:02:00.718]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.5597216Z [00:02:00.718]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.5597544Z [00:02:00.718]➜  EOF
2025-08-20T21:35:17.5604466Z [00:02:00.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b251=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:35:17.6921817Z [00:02:00.851]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:35:17.6947938Z [00:02:00.854]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T21:35:17.6949783Z [00:02:00.854]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:35:17.6950130Z [00:02:00.854]➜  mkdir -p $WORK/b248/
2025-08-20T21:35:17.6977668Z [00:02:00.857]➜  cat >/tmp/go-build4032094447/b248/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6983956Z [00:02:00.857]➜  # import config
2025-08-20T21:35:17.6984728Z [00:02:00.857]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:35:17.6985669Z [00:02:00.858]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:17.6986724Z [00:02:00.858]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.6987646Z [00:02:00.858]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4032094447/b249/_pkg_.a
2025-08-20T21:35:17.6988409Z [00:02:00.858]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4032094447/b250/_pkg_.a
2025-08-20T21:35:17.6988962Z [00:02:00.858]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.6989299Z [00:02:00.858]➜  EOF
2025-08-20T21:35:17.6991497Z [00:02:00.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b248=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:35:17.7451864Z [00:02:00.904]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:35:17.7458761Z [00:02:00.905]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T21:35:17.7459386Z [00:02:00.905]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:17.7459727Z [00:02:00.905]➜  mkdir -p $WORK/b254/
2025-08-20T21:35:17.7465920Z [00:02:00.905]➜  cat >/tmp/go-build4032094447/b254/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7467477Z [00:02:00.905]➜  # import config
2025-08-20T21:35:17.7468320Z [00:02:00.905]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.7468858Z [00:02:00.905]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.7469395Z [00:02:00.905]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.7469923Z [00:02:00.905]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.7470469Z [00:02:00.905]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.7470941Z [00:02:00.905]➜  EOF
2025-08-20T21:35:17.7473958Z [00:02:00.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b254=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:35:17.7559028Z [00:02:00.915]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:35:17.7660094Z [00:02:00.925]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T21:35:17.7660713Z [00:02:00.925]➜  mime
2025-08-20T21:35:17.7665718Z [00:02:00.926]➜  mkdir -p $WORK/b255/
2025-08-20T21:35:17.7669521Z [00:02:00.926]➜  cat >/tmp/go-build4032094447/b255/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7670051Z [00:02:00.926]➜  # import config
2025-08-20T21:35:17.7670493Z [00:02:00.926]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:17.7671040Z [00:02:00.926]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.7671694Z [00:02:00.926]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:17.7672259Z [00:02:00.926]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.7672899Z [00:02:00.926]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.7673444Z [00:02:00.926]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.7673996Z [00:02:00.926]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:17.7674841Z [00:02:00.926]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:17.7675470Z [00:02:00.926]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:17.7676006Z [00:02:00.926]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.7676533Z [00:02:00.926]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.7677091Z [00:02:00.926]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:17.7677574Z [00:02:00.926]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.7678565Z [00:02:00.926]➜  EOF
2025-08-20T21:35:17.7680685Z [00:02:00.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b255=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:35:17.8415217Z [00:02:01.000]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:35:17.8438369Z [00:02:01.002]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T21:35:17.8438989Z [00:02:01.002]➜  mime/quotedprintable
2025-08-20T21:35:17.8439759Z [00:02:01.002]➜  mkdir -p $WORK/b257/
2025-08-20T21:35:17.8440141Z [00:02:01.002]➜  cat >/tmp/go-build4032094447/b257/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8440486Z [00:02:01.002]➜  # import config
2025-08-20T21:35:17.8440824Z [00:02:01.002]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:17.8441243Z [00:02:01.002]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.8441652Z [00:02:01.002]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.8442067Z [00:02:01.002]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.8442528Z [00:02:01.002]➜  EOF
2025-08-20T21:35:17.8444311Z [00:02:01.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b257=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:35:17.8515293Z [00:02:01.010]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:35:17.8534673Z [00:02:01.012]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T21:35:17.8538304Z [00:02:01.013]➜  vendor/golang.org/x/net/idna
2025-08-20T21:35:17.8539212Z [00:02:01.013]➜  mkdir -p $WORK/b247/
2025-08-20T21:35:17.8544261Z [00:02:01.013]➜  cat >/tmp/go-build4032094447/b247/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8545073Z [00:02:01.013]➜  # import config
2025-08-20T21:35:17.8545936Z [00:02:01.013]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:35:17.8546870Z [00:02:01.013]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:17.8547877Z [00:02:01.013]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:35:17.8548482Z [00:02:01.013]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.8549038Z [00:02:01.013]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build4032094447/b248/_pkg_.a
2025-08-20T21:35:17.8549685Z [00:02:01.013]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4032094447/b250/_pkg_.a
2025-08-20T21:35:17.8550647Z [00:02:01.013]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build4032094447/b251/_pkg_.a
2025-08-20T21:35:17.8551277Z [00:02:01.013]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:17.8551700Z [00:02:01.013]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.8552154Z [00:02:01.013]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.8552689Z [00:02:01.013]➜  EOF
2025-08-20T21:35:17.8559546Z [00:02:01.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b247=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:35:17.8673044Z [00:02:01.026]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:35:17.8675427Z [00:02:01.026]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T21:35:17.8676358Z [00:02:01.026]➜  net/http/internal
2025-08-20T21:35:17.8676631Z [00:02:01.026]➜  mkdir -p $WORK/b259/
2025-08-20T21:35:17.8680795Z [00:02:01.027]➜  cat >/tmp/go-build4032094447/b259/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8681453Z [00:02:01.027]➜  # import config
2025-08-20T21:35:17.8681973Z [00:02:01.027]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:17.8683959Z [00:02:01.027]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.8684486Z [00:02:01.027]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.8684912Z [00:02:01.027]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.8685320Z [00:02:01.027]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.8685626Z [00:02:01.027]➜  EOF
2025-08-20T21:35:17.8687148Z [00:02:01.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b259=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:35:17.8926413Z [00:02:01.052]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:35:17.8929322Z [00:02:01.052]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T21:35:17.8930867Z [00:02:01.052]➜  net/http/internal/ascii
2025-08-20T21:35:17.8931819Z [00:02:01.052]➜  mkdir -p $WORK/b260/
2025-08-20T21:35:17.8935700Z [00:02:01.053]➜  cat >/tmp/go-build4032094447/b260/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8936954Z [00:02:01.053]➜  # import config
2025-08-20T21:35:17.8938044Z [00:02:01.053]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.8938585Z [00:02:01.053]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:17.8938937Z [00:02:01.053]➜  EOF
2025-08-20T21:35:17.8940540Z [00:02:01.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b260=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:35:17.8967535Z [00:02:01.056]➜  cd /root/.go/src/net
2025-08-20T21:35:17.8969083Z [00:02:01.056]➜  go tool pack r $WORK/b183/_pkg_.a $WORK/b183/preferlinkext $WORK/b183/_x001.o $WORK/b183/_x002.o $WORK/b183/_x003.o $WORK/b183/_x004.o $WORK/b183/_x005.o $WORK/b183/_x006.o # internal
2025-08-20T21:35:17.8970585Z [00:02:01.056]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:35:17.9125799Z [00:02:01.072]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:35:17.9130936Z [00:02:01.072]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T21:35:17.9136232Z [00:02:01.073]➜  os/user
2025-08-20T21:35:17.9141741Z [00:02:01.073]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/5f/5f79a6cdb747af57b5949d15b6ae513500cb5796a84e864fbb77e51c860e343b-d # internal
2025-08-20T21:35:17.9154876Z [00:02:01.074]➜  crypto/x509
2025-08-20T21:35:17.9155168Z [00:02:01.074]➜  mkdir -p $WORK/b241/
2025-08-20T21:35:17.9155573Z [00:02:01.074]➜  cat >/tmp/go-build4032094447/b241/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9155921Z [00:02:01.074]➜  # import config
2025-08-20T21:35:17.9156357Z [00:02:01.074]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:17.9157000Z [00:02:01.074]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:17.9157537Z [00:02:01.074]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.9158310Z [00:02:01.074]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:17.9158751Z [00:02:01.074]➜  packagefile crypto/aes=/tmp/go-build4032094447/b201/_pkg_.a
2025-08-20T21:35:17.9159216Z [00:02:01.074]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:17.9159671Z [00:02:01.074]➜  packagefile crypto/des=/tmp/go-build4032094447/b202/_pkg_.a
2025-08-20T21:35:17.9160119Z [00:02:01.074]➜  packagefile crypto/dsa=/tmp/go-build4032094447/b242/_pkg_.a
2025-08-20T21:35:17.9160582Z [00:02:01.074]➜  packagefile crypto/ecdh=/tmp/go-build4032094447/b203/_pkg_.a
2025-08-20T21:35:17.9161041Z [00:02:01.074]➜  packagefile crypto/ecdsa=/tmp/go-build4032094447/b208/_pkg_.a
2025-08-20T21:35:17.9161507Z [00:02:01.074]➜  packagefile crypto/ed25519=/tmp/go-build4032094447/b220/_pkg_.a
2025-08-20T21:35:17.9161984Z [00:02:01.074]➜  packagefile crypto/elliptic=/tmp/go-build4032094447/b209/_pkg_.a
2025-08-20T21:35:17.9162744Z [00:02:01.074]➜  packagefile crypto/md5=/tmp/go-build4032094447/b144/_pkg_.a
2025-08-20T21:35:17.9163265Z [00:02:01.074]➜  packagefile crypto/rsa=/tmp/go-build4032094447/b235/_pkg_.a
2025-08-20T21:35:17.9163718Z [00:02:01.074]➜  packagefile crypto/sha1=/tmp/go-build4032094447/b237/_pkg_.a
2025-08-20T21:35:17.9164178Z [00:02:01.074]➜  packagefile crypto/sha256=/tmp/go-build4032094447/b238/_pkg_.a
2025-08-20T21:35:17.9164642Z [00:02:01.074]➜  packagefile crypto/sha512=/tmp/go-build4032094447/b216/_pkg_.a
2025-08-20T21:35:17.9165345Z [00:02:01.074]➜  packagefile crypto/x509/pkix=/tmp/go-build4032094447/b243/_pkg_.a
2025-08-20T21:35:17.9165897Z [00:02:01.074]➜  packagefile encoding/asn1=/tmp/go-build4032094447/b218/_pkg_.a
2025-08-20T21:35:17.9166359Z [00:02:01.074]➜  packagefile encoding/hex=/tmp/go-build4032094447/b244/_pkg_.a
2025-08-20T21:35:17.9166823Z [00:02:01.074]➜  packagefile encoding/pem=/tmp/go-build4032094447/b245/_pkg_.a
2025-08-20T21:35:17.9167264Z [00:02:01.074]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.9167691Z [00:02:01.074]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.9168219Z [00:02:01.074]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4032094447/b217/_pkg_.a
2025-08-20T21:35:17.9168876Z [00:02:01.074]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4032094447/b219/_pkg_.a
2025-08-20T21:35:17.9169448Z [00:02:01.074]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:17.9169938Z [00:02:01.074]➜  packagefile internal/goos=/tmp/go-build4032094447/b018/_pkg_.a
2025-08-20T21:35:17.9170368Z [00:02:01.074]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.9170771Z [00:02:01.074]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:17.9171177Z [00:02:01.074]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:17.9171587Z [00:02:01.074]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:17.9171992Z [00:02:01.074]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:17.9172931Z [00:02:01.074]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:17.9173377Z [00:02:01.074]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:17.9173797Z [00:02:01.074]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:17.9174211Z [00:02:01.074]➜  packagefile net/netip=/tmp/go-build4032094447/b187/_pkg_.a
2025-08-20T21:35:17.9174648Z [00:02:01.074]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:17.9175057Z [00:02:01.074]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:17.9175491Z [00:02:01.074]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:17.9175936Z [00:02:01.074]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:17.9176365Z [00:02:01.075]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:17.9176801Z [00:02:01.075]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:17.9177221Z [00:02:01.075]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.9177637Z [00:02:01.075]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.9178044Z [00:02:01.075]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:17.9178459Z [00:02:01.075]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:17.9178914Z [00:02:01.075]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:17.9179379Z [00:02:01.075]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.9179716Z [00:02:01.075]➜  EOF
2025-08-20T21:35:17.9179981Z [00:02:01.075]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.9203754Z [00:02:01.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b241=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid bzQyXvD1jhqGlSFOBOnJ/bzQyXvD1jhqGlSFOBOnJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:35:17.9208096Z [00:02:01.080]➜  mkdir -p $WORK/b263/
2025-08-20T21:35:17.9208714Z [00:02:01.080]➜  echo -n > $WORK/b263/preferlinkext # internal
2025-08-20T21:35:17.9210093Z [00:02:01.080]➜  cd /root/.go/src/os/user
2025-08-20T21:35:17.9211094Z [00:02:01.080]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b263/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b263/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:35:17.9619312Z [00:02:01.121]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:35:17.9644967Z [00:02:01.124]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T21:35:17.9707310Z [00:02:01.130]➜  net/textproto
2025-08-20T21:35:17.9707869Z [00:02:01.130]➜  mkdir -p $WORK/b252/
2025-08-20T21:35:17.9712088Z [00:02:01.130]➜  cat >/tmp/go-build4032094447/b252/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9712731Z [00:02:01.130]➜  # import config
2025-08-20T21:35:17.9713120Z [00:02:01.130]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:17.9713545Z [00:02:01.130]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:17.9713966Z [00:02:01.130]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.9714750Z [00:02:01.130]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.9715154Z [00:02:01.130]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:17.9715587Z [00:02:01.130]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:17.9715991Z [00:02:01.130]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:17.9716405Z [00:02:01.130]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:17.9716845Z [00:02:01.130]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.9717261Z [00:02:01.130]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:17.9717566Z [00:02:01.130]➜  EOF
2025-08-20T21:35:17.9717836Z [00:02:01.130]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:17.9719971Z [00:02:01.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b252=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid IoB6VpCjAfh7xiFN2rgI/IoB6VpCjAfh7xiFN2rgI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:35:17.9832886Z [00:02:01.142]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:35:17.9846427Z [00:02:01.144]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T21:35:17.9847623Z [00:02:01.144]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:35:17.9848025Z [00:02:01.144]➜  mkdir -p $WORK/b253/
2025-08-20T21:35:17.9886548Z [00:02:01.147]➜  cat >/tmp/go-build4032094447/b253/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9887564Z [00:02:01.147]➜  # import config
2025-08-20T21:35:17.9888019Z [00:02:01.147]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:17.9888507Z [00:02:01.147]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:17.9888932Z [00:02:01.147]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:17.9889432Z [00:02:01.147]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4032094447/b247/_pkg_.a
2025-08-20T21:35:17.9889916Z [00:02:01.147]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:17.9890650Z [00:02:01.147]➜  packagefile net/netip=/tmp/go-build4032094447/b187/_pkg_.a
2025-08-20T21:35:17.9891162Z [00:02:01.147]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:17.9891577Z [00:02:01.147]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:17.9891994Z [00:02:01.147]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:17.9892648Z [00:02:01.147]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:17.9893055Z [00:02:01.147]➜  EOF
2025-08-20T21:35:17.9894949Z [00:02:01.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b253=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid hglAMuhOa2DWkebhdf1K/hglAMuhOa2DWkebhdf1K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:35:18.0217700Z [00:02:01.181]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:35:18.0224789Z [00:02:01.181]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/f5/f53280423882dacbc5f4c5559226fef7d012432c1a393e11aaeeba5f9eaca9f4-d # internal
2025-08-20T21:35:18.0226177Z [00:02:01.182]➜  embed
2025-08-20T21:35:18.0226864Z [00:02:01.182]➜  mkdir -p $WORK/b265/
2025-08-20T21:35:18.0228603Z [00:02:01.182]➜  cat >/tmp/go-build4032094447/b265/importcfg << 'EOF' # internal
2025-08-20T21:35:18.0229345Z [00:02:01.182]➜  # import config
2025-08-20T21:35:18.0229693Z [00:02:01.182]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.0230174Z [00:02:01.182]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:18.0230686Z [00:02:01.182]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:18.0231145Z [00:02:01.182]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.0231562Z [00:02:01.182]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:18.0231975Z [00:02:01.182]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:18.0232279Z [00:02:01.182]➜  EOF
2025-08-20T21:35:18.0233788Z [00:02:01.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b265=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:35:18.0357976Z [00:02:01.195]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:35:18.0372040Z [00:02:01.196]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/36/3675c5e67cc05166303586f84a851c0c22f68ae2f143a8beee6b9ff534daa6cd-d # internal
2025-08-20T21:35:18.0374335Z [00:02:01.196]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:18.0374653Z [00:02:01.196]➜  mkdir -p $WORK/b246/
2025-08-20T21:35:18.0387632Z [00:02:01.197]➜  cat >/tmp/go-build4032094447/b246/importcfg << 'EOF' # internal
2025-08-20T21:35:18.0388036Z [00:02:01.197]➜  # import config
2025-08-20T21:35:18.0388406Z [00:02:01.197]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:18.0388931Z [00:02:01.197]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4032094447/b247/_pkg_.a
2025-08-20T21:35:18.0389414Z [00:02:01.197]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:18.0389868Z [00:02:01.197]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:18.0390315Z [00:02:01.197]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.0390759Z [00:02:01.197]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.0391089Z [00:02:01.197]➜  EOF
2025-08-20T21:35:18.0393844Z [00:02:01.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b246=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid fX-83uZg2ZWPMiKGYhBn/fX-83uZg2ZWPMiKGYhBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:35:18.0582943Z [00:02:01.217]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:35:18.0583714Z [00:02:01.217]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T21:35:18.0584260Z [00:02:01.217]➜  mime/multipart
2025-08-20T21:35:18.0584512Z [00:02:01.217]➜  mkdir -p $WORK/b256/
2025-08-20T21:35:18.0584889Z [00:02:01.217]➜  cat >/tmp/go-build4032094447/b256/importcfg << 'EOF' # internal
2025-08-20T21:35:18.0585231Z [00:02:01.217]➜  # import config
2025-08-20T21:35:18.0585576Z [00:02:01.217]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:18.0585992Z [00:02:01.217]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.0586431Z [00:02:01.217]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:18.0586870Z [00:02:01.217]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.0587280Z [00:02:01.217]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.0587731Z [00:02:01.217]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:18.0588539Z [00:02:01.217]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.0588944Z [00:02:01.217]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:18.0589353Z [00:02:01.217]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:18.0589758Z [00:02:01.217]➜  packagefile mime=/tmp/go-build4032094447/b255/_pkg_.a
2025-08-20T21:35:18.0590233Z [00:02:01.217]➜  packagefile mime/quotedprintable=/tmp/go-build4032094447/b257/_pkg_.a
2025-08-20T21:35:18.0590731Z [00:02:01.217]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:18.0591163Z [00:02:01.217]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:18.0591595Z [00:02:01.217]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:18.0592038Z [00:02:01.217]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:18.0594724Z [00:02:01.217]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.0595177Z [00:02:01.217]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.0595499Z [00:02:01.217]➜  EOF
2025-08-20T21:35:18.0599355Z [00:02:01.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b256=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:35:18.0601199Z [00:02:01.217]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:35:18.0601875Z [00:02:01.219]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/f3/f38103e94b32fa729c19d528f214b9ef277519bc067d4beac92d469fb8aa0063-d # internal
2025-08-20T21:35:18.0721181Z [00:02:01.230]➜  github.com/zyedidia/micro/v2/runtime
2025-08-20T21:35:18.0721596Z [00:02:01.230]➜  mkdir -p $WORK/b264/
2025-08-20T21:35:18.0721981Z [00:02:01.231]➜  cat >/tmp/go-build4032094447/b264/importcfg << 'EOF' # internal
2025-08-20T21:35:18.0722412Z [00:02:01.231]➜  # import config
2025-08-20T21:35:18.0722995Z [00:02:01.231]➜  packagefile embed=/tmp/go-build4032094447/b265/_pkg_.a
2025-08-20T21:35:18.0724075Z [00:02:01.231]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:18.0725402Z [00:02:01.231]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.0725825Z [00:02:01.231]➜  EOF
2025-08-20T21:35:18.0748870Z [00:02:01.232]➜  cat >/tmp/go-build4032094447/b264/embedcfg << 'EOF' # internal
2025-08-20T21:35:18.0749469Z [00:02:01.232]➜  {
2025-08-20T21:35:18.0749831Z [00:02:01.232]➜  	"Patterns": {
2025-08-20T21:35:18.0750667Z [00:02:01.232]➜  		"colorschemes": [
2025-08-20T21:35:18.0751302Z [00:02:01.232]➜  			"colorschemes/atom-dark.micro",
2025-08-20T21:35:18.0751943Z [00:02:01.232]➜  			"colorschemes/bubblegum.micro",
2025-08-20T21:35:18.0752990Z [00:02:01.232]➜  			"colorschemes/cmc-16.micro",
2025-08-20T21:35:18.0753503Z [00:02:01.232]➜  			"colorschemes/cmc-tc.micro",
2025-08-20T21:35:18.0753953Z [00:02:01.232]➜  			"colorschemes/darcula.micro",
2025-08-20T21:35:18.0754610Z [00:02:01.232]➜  			"colorschemes/default.micro",
2025-08-20T21:35:18.0755252Z [00:02:01.232]➜  			"colorschemes/dracula-tc.micro",
2025-08-20T21:35:18.0755927Z [00:02:01.232]➜  			"colorschemes/dukedark-tc.micro",
2025-08-20T21:35:18.0756780Z [00:02:01.232]➜  			"colorschemes/dukelight-tc.micro",
2025-08-20T21:35:18.0757595Z [00:02:01.232]➜  			"colorschemes/dukeubuntu-tc.micro",
2025-08-20T21:35:18.0758234Z [00:02:01.232]➜  			"colorschemes/geany.micro",
2025-08-20T21:35:18.0758877Z [00:02:01.232]➜  			"colorschemes/gotham.micro",
2025-08-20T21:35:18.0759304Z [00:02:01.232]➜  			"colorschemes/gruvbox-tc.micro",
2025-08-20T21:35:18.0773043Z [00:02:01.232]➜  			"colorschemes/gruvbox.micro",
2025-08-20T21:35:18.0773743Z [00:02:01.232]➜  			"colorschemes/material-tc.micro",
2025-08-20T21:35:18.0776741Z [00:02:01.232]➜  			"colorschemes/monokai-dark.micro",
2025-08-20T21:35:18.0777099Z [00:02:01.232]➜  			"colorschemes/monokai.micro",
2025-08-20T21:35:18.0777422Z [00:02:01.232]➜  			"colorschemes/one-dark.micro",
2025-08-20T21:35:18.0777740Z [00:02:01.232]➜  			"colorschemes/railscast.micro",
2025-08-20T21:35:18.0778055Z [00:02:01.232]➜  			"colorschemes/simple.micro",
2025-08-20T21:35:18.0778393Z [00:02:01.232]➜  			"colorschemes/solarized-tc.micro",
2025-08-20T21:35:18.0778717Z [00:02:01.232]➜  			"colorschemes/solarized.micro",
2025-08-20T21:35:18.0779033Z [00:02:01.232]➜  			"colorschemes/sunny-day.micro",
2025-08-20T21:35:18.0779350Z [00:02:01.232]➜  			"colorschemes/twilight.micro",
2025-08-20T21:35:18.0779663Z [00:02:01.232]➜  			"colorschemes/zenburn.micro"
2025-08-20T21:35:18.0779923Z [00:02:01.232]➜  		],
2025-08-20T21:35:18.0780148Z [00:02:01.232]➜  		"help": [
2025-08-20T21:35:18.0780385Z [00:02:01.232]➜  			"help/colors.md",
2025-08-20T21:35:18.0780652Z [00:02:01.232]➜  			"help/commands.md",
2025-08-20T21:35:18.0780921Z [00:02:01.232]➜  			"help/copypaste.md",
2025-08-20T21:35:18.0781196Z [00:02:01.232]➜  			"help/defaultkeys.md",
2025-08-20T21:35:18.0781460Z [00:02:01.232]➜  			"help/help.md",
2025-08-20T21:35:18.0781726Z [00:02:01.232]➜  			"help/keybindings.md",
2025-08-20T21:35:18.0781999Z [00:02:01.232]➜  			"help/options.md",
2025-08-20T21:35:18.0782272Z [00:02:01.232]➜  			"help/plugins.md",
2025-08-20T21:35:18.0782730Z [00:02:01.232]➜  			"help/tutorial.md"
2025-08-20T21:35:18.0782968Z [00:02:01.232]➜  		],
2025-08-20T21:35:18.0783178Z [00:02:01.232]➜  		"plugins": [
2025-08-20T21:35:18.0783458Z [00:02:01.232]➜  			"plugins/autoclose/autoclose.lua",
2025-08-20T21:35:18.0783782Z [00:02:01.232]➜  			"plugins/comment/comment.lua",
2025-08-20T21:35:18.0784104Z [00:02:01.232]➜  			"plugins/comment/help/comment.md",
2025-08-20T21:35:18.0784439Z [00:02:01.232]➜  			"plugins/diff/diff.lua",
2025-08-20T21:35:18.0784754Z [00:02:01.232]➜  			"plugins/ftoptions/ftoptions.lua",
2025-08-20T21:35:18.0785085Z [00:02:01.232]➜  			"plugins/linter/help/linter.md",
2025-08-20T21:35:18.0785396Z [00:02:01.232]➜  			"plugins/linter/linter.lua",
2025-08-20T21:35:18.0785704Z [00:02:01.232]➜  			"plugins/literate/README.md",
2025-08-20T21:35:18.0786019Z [00:02:01.232]➜  			"plugins/literate/literate.lua",
2025-08-20T21:35:18.0786621Z [00:02:01.232]➜  			"plugins/status/help/status.md",
2025-08-20T21:35:18.0787018Z [00:02:01.232]➜  			"plugins/status/status.lua"
2025-08-20T21:35:18.0787278Z [00:02:01.232]➜  		],
2025-08-20T21:35:18.0787484Z [00:02:01.232]➜  		"syntax": [
2025-08-20T21:35:18.0787722Z [00:02:01.232]➜  			"syntax/LICENSE",
2025-08-20T21:35:18.0787994Z [00:02:01.232]➜  			"syntax/PowerShell.hdr",
2025-08-20T21:35:18.0788284Z [00:02:01.232]➜  			"syntax/PowerShell.yaml",
2025-08-20T21:35:18.0788561Z [00:02:01.232]➜  			"syntax/README.md",
2025-08-20T21:35:18.0788839Z [00:02:01.232]➜  			"syntax/ada.hdr",
2025-08-20T21:35:18.0789096Z [00:02:01.232]➜  			"syntax/ada.yaml",
2025-08-20T21:35:18.0789369Z [00:02:01.232]➜  			"syntax/apacheconf.hdr",
2025-08-20T21:35:18.0789663Z [00:02:01.232]➜  			"syntax/apacheconf.yaml",
2025-08-20T21:35:18.0789948Z [00:02:01.232]➜  			"syntax/arduino.hdr",
2025-08-20T21:35:18.0790227Z [00:02:01.232]➜  			"syntax/arduino.yaml",
2025-08-20T21:35:18.0790504Z [00:02:01.232]➜  			"syntax/asciidoc.hdr",
2025-08-20T21:35:18.0790798Z [00:02:01.232]➜  			"syntax/asciidoc.yaml",
2025-08-20T21:35:18.0791069Z [00:02:01.232]➜  			"syntax/asm.hdr",
2025-08-20T21:35:18.0791322Z [00:02:01.232]➜  			"syntax/asm.yaml",
2025-08-20T21:35:18.0791587Z [00:02:01.232]➜  			"syntax/ats.hdr",
2025-08-20T21:35:18.0791841Z [00:02:01.232]➜  			"syntax/ats.yaml",
2025-08-20T21:35:18.0792099Z [00:02:01.232]➜  			"syntax/awk.hdr",
2025-08-20T21:35:18.0795100Z [00:02:01.232]➜  			"syntax/awk.yaml",
2025-08-20T21:35:18.0795430Z [00:02:01.232]➜  			"syntax/bat.hdr",
2025-08-20T21:35:18.0796013Z [00:02:01.232]➜  			"syntax/bat.yaml",
2025-08-20T21:35:18.0796268Z [00:02:01.232]➜  			"syntax/c.hdr",
2025-08-20T21:35:18.0796519Z [00:02:01.232]➜  			"syntax/c.yaml",
2025-08-20T21:35:18.0796785Z [00:02:01.232]➜  			"syntax/caddyfile.hdr",
2025-08-20T21:35:18.0797067Z [00:02:01.232]➜  			"syntax/caddyfile.yaml",
2025-08-20T21:35:18.0797337Z [00:02:01.232]➜  			"syntax/cake.hdr",
2025-08-20T21:35:18.0797599Z [00:02:01.232]➜  			"syntax/cake.yaml",
2025-08-20T21:35:18.0797873Z [00:02:01.232]➜  			"syntax/clojure.hdr",
2025-08-20T21:35:18.0798151Z [00:02:01.232]➜  			"syntax/clojure.yaml",
2025-08-20T21:35:18.0798427Z [00:02:01.232]➜  			"syntax/cmake.hdr",
2025-08-20T21:35:18.0798694Z [00:02:01.232]➜  			"syntax/cmake.yaml",
2025-08-20T21:35:18.0798978Z [00:02:01.232]➜  			"syntax/coffeescript.hdr",
2025-08-20T21:35:18.0799277Z [00:02:01.232]➜  			"syntax/coffeescript.yaml",
2025-08-20T21:35:18.0799569Z [00:02:01.232]➜  			"syntax/colortest.hdr",
2025-08-20T21:35:18.0799865Z [00:02:01.232]➜  			"syntax/colortest.yaml",
2025-08-20T21:35:18.0800143Z [00:02:01.232]➜  			"syntax/conky.hdr",
2025-08-20T21:35:18.0800410Z [00:02:01.232]➜  			"syntax/conky.yaml",
2025-08-20T21:35:18.0800675Z [00:02:01.232]➜  			"syntax/cpp.hdr",
2025-08-20T21:35:18.0800931Z [00:02:01.232]➜  			"syntax/cpp.yaml",
2025-08-20T21:35:18.0801194Z [00:02:01.232]➜  			"syntax/crontab.hdr",
2025-08-20T21:35:18.0801470Z [00:02:01.232]➜  			"syntax/crontab.yaml",
2025-08-20T21:35:18.0801754Z [00:02:01.232]➜  			"syntax/crystal.hdr",
2025-08-20T21:35:18.0802029Z [00:02:01.232]➜  			"syntax/crystal.yaml",
2025-08-20T21:35:18.0802445Z [00:02:01.232]➜  			"syntax/csharp.hdr",
2025-08-20T21:35:18.0802774Z [00:02:01.232]➜  			"syntax/csharp.yaml",
2025-08-20T21:35:18.0803040Z [00:02:01.232]➜  			"syntax/css.hdr",
2025-08-20T21:35:18.0803296Z [00:02:01.232]➜  			"syntax/css.yaml",
2025-08-20T21:35:18.0803553Z [00:02:01.232]➜  			"syntax/csx.hdr",
2025-08-20T21:35:18.0803805Z [00:02:01.232]➜  			"syntax/csx.yaml",
2025-08-20T21:35:18.0804073Z [00:02:01.232]➜  			"syntax/cuda.hdr",
2025-08-20T21:35:18.0804336Z [00:02:01.232]➜  			"syntax/cuda.yaml",
2025-08-20T21:35:18.0804599Z [00:02:01.232]➜  			"syntax/cython.hdr",
2025-08-20T21:35:18.0804868Z [00:02:01.232]➜  			"syntax/cython.yaml",
2025-08-20T21:35:18.0805128Z [00:02:01.232]➜  			"syntax/d.hdr",
2025-08-20T21:35:18.0805378Z [00:02:01.232]➜  			"syntax/d.yaml",
2025-08-20T21:35:18.0805626Z [00:02:01.232]➜  			"syntax/dart.hdr",
2025-08-20T21:35:18.0806101Z [00:02:01.232]➜  			"syntax/dart.yaml",
2025-08-20T21:35:18.0806459Z [00:02:01.232]➜  			"syntax/default.hdr",
2025-08-20T21:35:18.0806740Z [00:02:01.232]➜  			"syntax/default.yaml",
2025-08-20T21:35:18.0807021Z [00:02:01.232]➜  			"syntax/dockerfile.hdr",
2025-08-20T21:35:18.0807309Z [00:02:01.232]➜  			"syntax/dockerfile.yaml",
2025-08-20T21:35:18.0807583Z [00:02:01.232]➜  			"syntax/dot.hdr",
2025-08-20T21:35:18.0807838Z [00:02:01.232]➜  			"syntax/dot.yaml",
2025-08-20T21:35:18.0808114Z [00:02:01.232]➜  			"syntax/elixir.hdr",
2025-08-20T21:35:18.0808383Z [00:02:01.232]➜  			"syntax/elixir.yaml",
2025-08-20T21:35:18.0808646Z [00:02:01.232]➜  			"syntax/elm.hdr",
2025-08-20T21:35:18.0808900Z [00:02:01.232]➜  			"syntax/elm.yaml",
2025-08-20T21:35:18.0809154Z [00:02:01.232]➜  			"syntax/erb.hdr",
2025-08-20T21:35:18.0809403Z [00:02:01.232]➜  			"syntax/erb.yaml",
2025-08-20T21:35:18.0809670Z [00:02:01.232]➜  			"syntax/erlang.hdr",
2025-08-20T21:35:18.0809939Z [00:02:01.232]➜  			"syntax/erlang.yaml",
2025-08-20T21:35:18.0810215Z [00:02:01.232]➜  			"syntax/fish.hdr",
2025-08-20T21:35:18.0810473Z [00:02:01.232]➜  			"syntax/fish.yaml",
2025-08-20T21:35:18.0810734Z [00:02:01.232]➜  			"syntax/forth.hdr",
2025-08-20T21:35:18.0811001Z [00:02:01.232]➜  			"syntax/forth.yaml",
2025-08-20T21:35:18.0811274Z [00:02:01.232]➜  			"syntax/fortran.hdr",
2025-08-20T21:35:18.0811547Z [00:02:01.232]➜  			"syntax/fortran.yaml",
2025-08-20T21:35:18.0811842Z [00:02:01.232]➜  			"syntax/freebsd-kernel.hdr",
2025-08-20T21:35:18.0812531Z [00:02:01.232]➜  			"syntax/freebsd-kernel.yaml",
2025-08-20T21:35:18.0812840Z [00:02:01.232]➜  			"syntax/fsharp.hdr",
2025-08-20T21:35:18.0813117Z [00:02:01.232]➜  			"syntax/fsharp.yaml",
2025-08-20T21:35:18.0813392Z [00:02:01.232]➜  			"syntax/gdscript.hdr",
2025-08-20T21:35:18.0813669Z [00:02:01.232]➜  			"syntax/gdscript.yaml",
2025-08-20T21:35:18.0813944Z [00:02:01.232]➜  			"syntax/gemini.hdr",
2025-08-20T21:35:18.0814212Z [00:02:01.232]➜  			"syntax/gemini.yaml",
2025-08-20T21:35:18.0814507Z [00:02:01.232]➜  			"syntax/gentoo-ebuild.hdr",
2025-08-20T21:35:18.0814812Z [00:02:01.232]➜  			"syntax/gentoo-ebuild.yaml",
2025-08-20T21:35:18.0815128Z [00:02:01.232]➜  			"syntax/gentoo-etc-portage.hdr",
2025-08-20T21:35:18.0815457Z [00:02:01.232]➜  			"syntax/gentoo-etc-portage.yaml",
2025-08-20T21:35:18.0815764Z [00:02:01.232]➜  			"syntax/git-commit.hdr",
2025-08-20T21:35:18.0816052Z [00:02:01.232]➜  			"syntax/git-commit.yaml",
2025-08-20T21:35:18.0816338Z [00:02:01.232]➜  			"syntax/git-config.hdr",
2025-08-20T21:35:18.0816634Z [00:02:01.232]➜  			"syntax/git-config.yaml",
2025-08-20T21:35:18.0816934Z [00:02:01.232]➜  			"syntax/git-rebase-todo.hdr",
2025-08-20T21:35:18.0817244Z [00:02:01.232]➜  			"syntax/git-rebase-todo.yaml",
2025-08-20T21:35:18.0817530Z [00:02:01.232]➜  			"syntax/glsl.hdr",
2025-08-20T21:35:18.0817793Z [00:02:01.232]➜  			"syntax/glsl.yaml",
2025-08-20T21:35:18.0818059Z [00:02:01.232]➜  			"syntax/gnuplot.hdr",
2025-08-20T21:35:18.0818334Z [00:02:01.232]➜  			"syntax/gnuplot.yaml",
2025-08-20T21:35:18.0818609Z [00:02:01.232]➜  			"syntax/go.hdr",
2025-08-20T21:35:18.0818862Z [00:02:01.232]➜  			"syntax/go.yaml",
2025-08-20T21:35:18.0819123Z [00:02:01.232]➜  			"syntax/godoc.hdr",
2025-08-20T21:35:18.0819391Z [00:02:01.232]➜  			"syntax/godoc.yaml",
2025-08-20T21:35:18.0819652Z [00:02:01.232]➜  			"syntax/golo.hdr",
2025-08-20T21:35:18.0819915Z [00:02:01.232]➜  			"syntax/golo.yaml",
2025-08-20T21:35:18.0820183Z [00:02:01.232]➜  			"syntax/gomod.hdr",
2025-08-20T21:35:18.0820460Z [00:02:01.232]➜  			"syntax/gomod.yaml",
2025-08-20T21:35:18.0820731Z [00:02:01.232]➜  			"syntax/graphql.hdr",
2025-08-20T21:35:18.0821009Z [00:02:01.232]➜  			"syntax/graphql.yaml",
2025-08-20T21:35:18.0821284Z [00:02:01.232]➜  			"syntax/groff.hdr",
2025-08-20T21:35:18.0821547Z [00:02:01.232]➜  			"syntax/groff.yaml",
2025-08-20T21:35:18.0821821Z [00:02:01.232]➜  			"syntax/groovy.hdr",
2025-08-20T21:35:18.0822096Z [00:02:01.232]➜  			"syntax/groovy.yaml",
2025-08-20T21:35:18.0822553Z [00:02:01.232]➜  			"syntax/haml.hdr",
2025-08-20T21:35:18.0823121Z [00:02:01.232]➜  			"syntax/haml.yaml",
2025-08-20T21:35:18.0823435Z [00:02:01.232]➜  			"syntax/hare.hdr",
2025-08-20T21:35:18.0823694Z [00:02:01.232]➜  			"syntax/hare.yaml",
2025-08-20T21:35:18.0823959Z [00:02:01.232]➜  			"syntax/haskell.hdr",
2025-08-20T21:35:18.0824233Z [00:02:01.232]➜  			"syntax/haskell.yaml",
2025-08-20T21:35:18.0824495Z [00:02:01.232]➜  			"syntax/hc.hdr",
2025-08-20T21:35:18.0824746Z [00:02:01.232]➜  			"syntax/hc.yaml",
2025-08-20T21:35:18.0825014Z [00:02:01.232]➜  			"syntax/html.hdr",
2025-08-20T21:35:18.0825272Z [00:02:01.232]➜  			"syntax/html.yaml",
2025-08-20T21:35:18.0825536Z [00:02:01.232]➜  			"syntax/html4.hdr",
2025-08-20T21:35:18.0825796Z [00:02:01.232]➜  			"syntax/html4.yaml",
2025-08-20T21:35:18.0826061Z [00:02:01.232]➜  			"syntax/html5.hdr",
2025-08-20T21:35:18.0826325Z [00:02:01.232]➜  			"syntax/html5.yaml",
2025-08-20T21:35:18.0826586Z [00:02:01.232]➜  			"syntax/ini.hdr",
2025-08-20T21:35:18.0826842Z [00:02:01.232]➜  			"syntax/ini.yaml",
2025-08-20T21:35:18.0827170Z [00:02:01.232]➜  			"syntax/inputrc.hdr",
2025-08-20T21:35:18.0827448Z [00:02:01.232]➜  			"syntax/inputrc.yaml",
2025-08-20T21:35:18.0827717Z [00:02:01.232]➜  			"syntax/java.hdr",
2025-08-20T21:35:18.0828000Z [00:02:01.232]➜  			"syntax/java.yaml",
2025-08-20T21:35:18.0828278Z [00:02:01.232]➜  			"syntax/javascript.hdr",
2025-08-20T21:35:18.0828570Z [00:02:01.232]➜  			"syntax/javascript.yaml",
2025-08-20T21:35:18.0828852Z [00:02:01.232]➜  			"syntax/jinja2.hdr",
2025-08-20T21:35:18.0829386Z [00:02:01.232]➜  			"syntax/jinja2.yaml",
2025-08-20T21:35:18.0829651Z [00:02:01.232]➜  			"syntax/json.hdr",
2025-08-20T21:35:18.0829908Z [00:02:01.232]➜  			"syntax/json.yaml",
2025-08-20T21:35:18.0830173Z [00:02:01.232]➜  			"syntax/jsonnet.hdr",
2025-08-20T21:35:18.0830447Z [00:02:01.232]➜  			"syntax/jsonnet.yaml",
2025-08-20T21:35:18.0830716Z [00:02:01.232]➜  			"syntax/julia.hdr",
2025-08-20T21:35:18.0830979Z [00:02:01.232]➜  			"syntax/julia.yaml",
2025-08-20T21:35:18.0831257Z [00:02:01.232]➜  			"syntax/justfile.hdr",
2025-08-20T21:35:18.0831535Z [00:02:01.232]➜  			"syntax/justfile.yaml",
2025-08-20T21:35:18.0831810Z [00:02:01.232]➜  			"syntax/keymap.hdr",
2025-08-20T21:35:18.0832080Z [00:02:01.232]➜  			"syntax/keymap.yaml",
2025-08-20T21:35:18.0832521Z [00:02:01.232]➜  			"syntax/kickstart.hdr",
2025-08-20T21:35:18.0832880Z [00:02:01.232]➜  			"syntax/kickstart.yaml",
2025-08-20T21:35:18.0833157Z [00:02:01.232]➜  			"syntax/kotlin.hdr",
2025-08-20T21:35:18.0833445Z [00:02:01.232]➜  			"syntax/kotlin.yaml",
2025-08-20T21:35:18.0833708Z [00:02:01.232]➜  			"syntax/kvlang.hdr",
2025-08-20T21:35:18.0833975Z [00:02:01.233]➜  			"syntax/kvlang.yaml",
2025-08-20T21:35:18.0834243Z [00:02:01.233]➜  			"syntax/ledger.hdr",
2025-08-20T21:35:18.0834508Z [00:02:01.233]➜  			"syntax/ledger.yaml",
2025-08-20T21:35:18.0834769Z [00:02:01.233]➜  			"syntax/lfe.hdr",
2025-08-20T21:35:18.0835021Z [00:02:01.233]➜  			"syntax/lfe.yaml",
2025-08-20T21:35:18.0835296Z [00:02:01.233]➜  			"syntax/lilypond.hdr",
2025-08-20T21:35:18.0835577Z [00:02:01.233]➜  			"syntax/lilypond.yaml",
2025-08-20T21:35:18.0835848Z [00:02:01.233]➜  			"syntax/lisp.hdr",
2025-08-20T21:35:18.0836109Z [00:02:01.233]➜  			"syntax/lisp.yaml",
2025-08-20T21:35:18.0836371Z [00:02:01.233]➜  			"syntax/log.hdr",
2025-08-20T21:35:18.0836625Z [00:02:01.233]➜  			"syntax/log.yaml",
2025-08-20T21:35:18.0836882Z [00:02:01.233]➜  			"syntax/lua.hdr",
2025-08-20T21:35:18.0837135Z [00:02:01.233]➜  			"syntax/lua.yaml",
2025-08-20T21:35:18.0837400Z [00:02:01.233]➜  			"syntax/mail.hdr",
2025-08-20T21:35:18.0837658Z [00:02:01.233]➜  			"syntax/mail.yaml",
2025-08-20T21:35:18.0837939Z [00:02:01.233]➜  			"syntax/make_headers.go",
2025-08-20T21:35:18.0838224Z [00:02:01.233]➜  			"syntax/makefile.hdr",
2025-08-20T21:35:18.0838504Z [00:02:01.233]➜  			"syntax/makefile.yaml",
2025-08-20T21:35:18.0838773Z [00:02:01.233]➜  			"syntax/man.hdr",
2025-08-20T21:35:18.0839031Z [00:02:01.233]➜  			"syntax/man.yaml",
2025-08-20T21:35:18.0839523Z [00:02:01.233]➜  			"syntax/markdown.hdr",
2025-08-20T21:35:18.0839876Z [00:02:01.233]➜  			"syntax/markdown.yaml",
2025-08-20T21:35:18.0840145Z [00:02:01.233]➜  			"syntax/mc.hdr",
2025-08-20T21:35:18.0840404Z [00:02:01.233]➜  			"syntax/mc.yaml",
2025-08-20T21:35:18.0840659Z [00:02:01.233]➜  			"syntax/meson.hdr",
2025-08-20T21:35:18.0840923Z [00:02:01.233]➜  			"syntax/meson.yaml",
2025-08-20T21:35:18.0841184Z [00:02:01.233]➜  			"syntax/micro.hdr",
2025-08-20T21:35:18.0841457Z [00:02:01.233]➜  			"syntax/micro.yaml",
2025-08-20T21:35:18.0841726Z [00:02:01.233]➜  			"syntax/mpdconf.hdr",
2025-08-20T21:35:18.0842001Z [00:02:01.233]➜  			"syntax/mpdconf.yaml",
2025-08-20T21:35:18.0842274Z [00:02:01.233]➜  			"syntax/msbuild.hdr",
2025-08-20T21:35:18.0842725Z [00:02:01.233]➜  			"syntax/msbuild.yaml",
2025-08-20T21:35:18.0843001Z [00:02:01.233]➜  			"syntax/nanorc.hdr",
2025-08-20T21:35:18.0843271Z [00:02:01.233]➜  			"syntax/nanorc.yaml",
2025-08-20T21:35:18.0843545Z [00:02:01.233]➜  			"syntax/nftables.hdr",
2025-08-20T21:35:18.0843830Z [00:02:01.233]➜  			"syntax/nftables.yaml",
2025-08-20T21:35:18.0844100Z [00:02:01.233]➜  			"syntax/nginx.hdr",
2025-08-20T21:35:18.0844366Z [00:02:01.233]➜  			"syntax/nginx.yaml",
2025-08-20T21:35:18.0844628Z [00:02:01.233]➜  			"syntax/nim.hdr",
2025-08-20T21:35:18.0844882Z [00:02:01.233]➜  			"syntax/nim.yaml",
2025-08-20T21:35:18.0845135Z [00:02:01.233]➜  			"syntax/nix.hdr",
2025-08-20T21:35:18.0845389Z [00:02:01.233]➜  			"syntax/nix.yaml",
2025-08-20T21:35:18.0845899Z [00:02:01.233]➜  			"syntax/nu.hdr",
2025-08-20T21:35:18.0846152Z [00:02:01.233]➜  			"syntax/nu.yaml",
2025-08-20T21:35:18.0846406Z [00:02:01.233]➜  			"syntax/objc.hdr",
2025-08-20T21:35:18.0846666Z [00:02:01.233]➜  			"syntax/objc.yaml",
2025-08-20T21:35:18.0846926Z [00:02:01.233]➜  			"syntax/ocaml.hdr",
2025-08-20T21:35:18.0847200Z [00:02:01.233]➜  			"syntax/ocaml.yaml",
2025-08-20T21:35:18.0847469Z [00:02:01.233]➜  			"syntax/octave.hdr",
2025-08-20T21:35:18.0847738Z [00:02:01.233]➜  			"syntax/octave.yaml",
2025-08-20T21:35:18.0848011Z [00:02:01.233]➜  			"syntax/odin.hdr",
2025-08-20T21:35:18.0848273Z [00:02:01.233]➜  			"syntax/odin.yaml",
2025-08-20T21:35:18.0848538Z [00:02:01.233]➜  			"syntax/pascal.hdr",
2025-08-20T21:35:18.0848809Z [00:02:01.233]➜  			"syntax/pascal.yaml",
2025-08-20T21:35:18.0849073Z [00:02:01.233]➜  			"syntax/patch.hdr",
2025-08-20T21:35:18.0849337Z [00:02:01.233]➜  			"syntax/patch.yaml",
2025-08-20T21:35:18.0849606Z [00:02:01.233]➜  			"syntax/peg.hdr",
2025-08-20T21:35:18.0849874Z [00:02:01.233]➜  			"syntax/peg.yaml",
2025-08-20T21:35:18.0850132Z [00:02:01.233]➜  			"syntax/perl.hdr",
2025-08-20T21:35:18.0850394Z [00:02:01.233]➜  			"syntax/perl.yaml",
2025-08-20T21:35:18.0850657Z [00:02:01.233]➜  			"syntax/php.hdr",
2025-08-20T21:35:18.0850917Z [00:02:01.233]➜  			"syntax/php.yaml",
2025-08-20T21:35:18.0851197Z [00:02:01.233]➜  			"syntax/pkg-config.hdr",
2025-08-20T21:35:18.0851487Z [00:02:01.233]➜  			"syntax/pkg-config.yaml",
2025-08-20T21:35:18.0851769Z [00:02:01.233]➜  			"syntax/po.hdr",
2025-08-20T21:35:18.0852027Z [00:02:01.233]➜  			"syntax/po.yaml",
2025-08-20T21:35:18.0852287Z [00:02:01.233]➜  			"syntax/pony.hdr",
2025-08-20T21:35:18.0864286Z [00:02:01.233]➜  			"syntax/pony.yaml",
2025-08-20T21:35:18.0864582Z [00:02:01.233]➜  			"syntax/pov.hdr",
2025-08-20T21:35:18.0864850Z [00:02:01.233]➜  			"syntax/pov.yaml",
2025-08-20T21:35:18.0865140Z [00:02:01.233]➜  			"syntax/privoxy-action.hdr",
2025-08-20T21:35:18.0865457Z [00:02:01.233]➜  			"syntax/privoxy-action.yaml",
2025-08-20T21:35:18.0865789Z [00:02:01.233]➜  			"syntax/privoxy-config.hdr",
2025-08-20T21:35:18.0866101Z [00:02:01.233]➜  			"syntax/privoxy-config.yaml",
2025-08-20T21:35:18.0866410Z [00:02:01.233]➜  			"syntax/privoxy-filter.hdr",
2025-08-20T21:35:18.0866720Z [00:02:01.233]➜  			"syntax/privoxy-filter.yaml",
2025-08-20T21:35:18.0867014Z [00:02:01.233]➜  			"syntax/proto.hdr",
2025-08-20T21:35:18.0867281Z [00:02:01.233]➜  			"syntax/proto.yaml",
2025-08-20T21:35:18.0867547Z [00:02:01.233]➜  			"syntax/prql.hdr",
2025-08-20T21:35:18.0868161Z [00:02:01.233]➜  			"syntax/prql.yaml",
2025-08-20T21:35:18.0868515Z [00:02:01.233]➜  			"syntax/puppet.hdr",
2025-08-20T21:35:18.0868788Z [00:02:01.233]➜  			"syntax/puppet.yaml",
2025-08-20T21:35:18.0869066Z [00:02:01.233]➜  			"syntax/python2.hdr",
2025-08-20T21:35:18.0869344Z [00:02:01.233]➜  			"syntax/python2.yaml",
2025-08-20T21:35:18.0869622Z [00:02:01.233]➜  			"syntax/python3.hdr",
2025-08-20T21:35:18.0869898Z [00:02:01.233]➜  			"syntax/python3.yaml",
2025-08-20T21:35:18.0870176Z [00:02:01.233]➜  			"syntax/r.hdr",
2025-08-20T21:35:18.0870426Z [00:02:01.233]➜  			"syntax/r.yaml",
2025-08-20T21:35:18.0870681Z [00:02:01.233]➜  			"syntax/raku.hdr",
2025-08-20T21:35:18.0870941Z [00:02:01.233]➜  			"syntax/raku.yaml",
2025-08-20T21:35:18.0871200Z [00:02:01.233]➜  			"syntax/reST.hdr",
2025-08-20T21:35:18.0871456Z [00:02:01.233]➜  			"syntax/reST.yaml",
2025-08-20T21:35:18.0871718Z [00:02:01.233]➜  			"syntax/renpy.hdr",
2025-08-20T21:35:18.0871990Z [00:02:01.233]➜  			"syntax/renpy.yaml",
2025-08-20T21:35:18.0872267Z [00:02:01.233]➜  			"syntax/rpmspec.hdr",
2025-08-20T21:35:18.0872774Z [00:02:01.233]➜  			"syntax/rpmspec.yaml",
2025-08-20T21:35:18.0873046Z [00:02:01.233]➜  			"syntax/ruby.hdr",
2025-08-20T21:35:18.0873305Z [00:02:01.233]➜  			"syntax/ruby.yaml",
2025-08-20T21:35:18.0873563Z [00:02:01.233]➜  			"syntax/rust.hdr",
2025-08-20T21:35:18.0873821Z [00:02:01.233]➜  			"syntax/rust.yaml",
2025-08-20T21:35:18.0874077Z [00:02:01.233]➜  			"syntax/sage.hdr",
2025-08-20T21:35:18.0874646Z [00:02:01.233]➜  			"syntax/sage.yaml",
2025-08-20T21:35:18.0874914Z [00:02:01.233]➜  			"syntax/scad.hdr",
2025-08-20T21:35:18.0875175Z [00:02:01.233]➜  			"syntax/scad.yaml",
2025-08-20T21:35:18.0875434Z [00:02:01.233]➜  			"syntax/scala.hdr",
2025-08-20T21:35:18.0875698Z [00:02:01.233]➜  			"syntax/scala.yaml",
2025-08-20T21:35:18.0875973Z [00:02:01.233]➜  			"syntax/sed.hdr",
2025-08-20T21:35:18.0876231Z [00:02:01.233]➜  			"syntax/sed.yaml",
2025-08-20T21:35:18.0876490Z [00:02:01.233]➜  			"syntax/sh.hdr",
2025-08-20T21:35:18.0876742Z [00:02:01.233]➜  			"syntax/sh.yaml",
2025-08-20T21:35:18.0876995Z [00:02:01.233]➜  			"syntax/sls.hdr",
2025-08-20T21:35:18.0877248Z [00:02:01.233]➜  			"syntax/sls.yaml",
2025-08-20T21:35:18.0877516Z [00:02:01.233]➜  			"syntax/smalltalk.hdr",
2025-08-20T21:35:18.0877799Z [00:02:01.233]➜  			"syntax/smalltalk.yaml",
2025-08-20T21:35:18.0878082Z [00:02:01.233]➜  			"syntax/solidity.hdr",
2025-08-20T21:35:18.0878372Z [00:02:01.233]➜  			"syntax/solidity.yaml",
2025-08-20T21:35:18.0878640Z [00:02:01.233]➜  			"syntax/sql.hdr",
2025-08-20T21:35:18.0878895Z [00:02:01.233]➜  			"syntax/sql.yaml",
2025-08-20T21:35:18.0879158Z [00:02:01.233]➜  			"syntax/stata.hdr",
2025-08-20T21:35:18.0879420Z [00:02:01.233]➜  			"syntax/stata.yaml",
2025-08-20T21:35:18.0879690Z [00:02:01.233]➜  			"syntax/svelte.hdr",
2025-08-20T21:35:18.0879967Z [00:02:01.233]➜  			"syntax/svelte.yaml",
2025-08-20T21:35:18.0880237Z [00:02:01.233]➜  			"syntax/swift.hdr",
2025-08-20T21:35:18.0880513Z [00:02:01.233]➜  			"syntax/swift.yaml",
2025-08-20T21:35:18.0880804Z [00:02:01.233]➜  			"syntax/syntax_converter.go",
2025-08-20T21:35:18.0881099Z [00:02:01.233]➜  			"syntax/systemd.hdr",
2025-08-20T21:35:18.0881374Z [00:02:01.233]➜  			"syntax/systemd.yaml",
2025-08-20T21:35:18.0881646Z [00:02:01.233]➜  			"syntax/tcl.hdr",
2025-08-20T21:35:18.0881907Z [00:02:01.233]➜  			"syntax/tcl.yaml",
2025-08-20T21:35:18.0882180Z [00:02:01.233]➜  			"syntax/terraform.hdr",
2025-08-20T21:35:18.0882716Z [00:02:01.233]➜  			"syntax/terraform.yaml",
2025-08-20T21:35:18.0882997Z [00:02:01.233]➜  			"syntax/tex.hdr",
2025-08-20T21:35:18.0883254Z [00:02:01.233]➜  			"syntax/tex.yaml",
2025-08-20T21:35:18.0883512Z [00:02:01.233]➜  			"syntax/toml.hdr",
2025-08-20T21:35:18.0883771Z [00:02:01.233]➜  			"syntax/toml.yaml",
2025-08-20T21:35:18.0884030Z [00:02:01.233]➜  			"syntax/twig.hdr",
2025-08-20T21:35:18.0884282Z [00:02:01.233]➜  			"syntax/twig.yaml",
2025-08-20T21:35:18.0884775Z [00:02:01.233]➜  			"syntax/typescript.hdr",
2025-08-20T21:35:18.0885148Z [00:02:01.233]➜  			"syntax/typescript.yaml",
2025-08-20T21:35:18.0885420Z [00:02:01.233]➜  			"syntax/v.hdr",
2025-08-20T21:35:18.0885667Z [00:02:01.233]➜  			"syntax/v.yaml",
2025-08-20T21:35:18.0885919Z [00:02:01.233]➜  			"syntax/vala.hdr",
2025-08-20T21:35:18.0886177Z [00:02:01.233]➜  			"syntax/vala.yaml",
2025-08-20T21:35:18.0886442Z [00:02:01.233]➜  			"syntax/verilog.hdr",
2025-08-20T21:35:18.0886716Z [00:02:01.233]➜  			"syntax/verilog.yaml",
2025-08-20T21:35:18.0886997Z [00:02:01.233]➜  			"syntax/vhdl.hdr",
2025-08-20T21:35:18.0887265Z [00:02:01.233]➜  			"syntax/vhdl.yaml",
2025-08-20T21:35:18.0887523Z [00:02:01.233]➜  			"syntax/vi.hdr",
2025-08-20T21:35:18.0887777Z [00:02:01.233]➜  			"syntax/vi.yaml",
2025-08-20T21:35:18.0888029Z [00:02:01.233]➜  			"syntax/vue.hdr",
2025-08-20T21:35:18.0888287Z [00:02:01.233]➜  			"syntax/vue.yaml",
2025-08-20T21:35:18.0888541Z [00:02:01.233]➜  			"syntax/xml.hdr",
2025-08-20T21:35:18.0888801Z [00:02:01.233]➜  			"syntax/xml.yaml",
2025-08-20T21:35:18.0889074Z [00:02:01.233]➜  			"syntax/xresources.hdr",
2025-08-20T21:35:18.0889361Z [00:02:01.233]➜  			"syntax/xresources.yaml",
2025-08-20T21:35:18.0890983Z [00:02:01.233]➜  			"syntax/yaml.hdr",
2025-08-20T21:35:18.0891382Z [00:02:01.233]➜  			"syntax/yaml.yaml",
2025-08-20T21:35:18.0891647Z [00:02:01.233]➜  			"syntax/yum.hdr",
2025-08-20T21:35:18.0891908Z [00:02:01.233]➜  			"syntax/yum.yaml",
2025-08-20T21:35:18.0892164Z [00:02:01.233]➜  			"syntax/zig.hdr",
2025-08-20T21:35:18.0892916Z [00:02:01.233]➜  			"syntax/zig.yaml",
2025-08-20T21:35:18.0893186Z [00:02:01.233]➜  			"syntax/zscript.hdr",
2025-08-20T21:35:18.0893467Z [00:02:01.233]➜  			"syntax/zscript.yaml",
2025-08-20T21:35:18.0893729Z [00:02:01.233]➜  			"syntax/zsh.hdr",
2025-08-20T21:35:18.0893981Z [00:02:01.233]➜  			"syntax/zsh.yaml"
2025-08-20T21:35:18.0894211Z [00:02:01.233]➜  		]
2025-08-20T21:35:18.0894405Z [00:02:01.233]➜  	},
2025-08-20T21:35:18.0894610Z [00:02:01.233]➜  	"Files": {
2025-08-20T21:35:18.0895134Z [00:02:01.233]➜  		"colorschemes/atom-dark.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/atom-dark.micro",
2025-08-20T21:35:18.0895870Z [00:02:01.233]➜  		"colorschemes/bubblegum.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/bubblegum.micro",
2025-08-20T21:35:18.0896570Z [00:02:01.233]➜  		"colorschemes/cmc-16.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-16.micro",
2025-08-20T21:35:18.0897234Z [00:02:01.233]➜  		"colorschemes/cmc-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-tc.micro",
2025-08-20T21:35:18.0897927Z [00:02:01.233]➜  		"colorschemes/darcula.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/darcula.micro",
2025-08-20T21:35:18.0898625Z [00:02:01.233]➜  		"colorschemes/default.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/default.micro",
2025-08-20T21:35:18.0899342Z [00:02:01.233]➜  		"colorschemes/dracula-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dracula-tc.micro",
2025-08-20T21:35:18.0900262Z [00:02:01.233]➜  		"colorschemes/dukedark-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukedark-tc.micro",
2025-08-20T21:35:18.0901143Z [00:02:01.233]➜  		"colorschemes/dukelight-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukelight-tc.micro",
2025-08-20T21:35:18.0901934Z [00:02:01.233]➜  		"colorschemes/dukeubuntu-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro",
2025-08-20T21:35:18.0902862Z [00:02:01.233]➜  		"colorschemes/geany.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/geany.micro",
2025-08-20T21:35:18.0903539Z [00:02:01.233]➜  		"colorschemes/gotham.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gotham.micro",
2025-08-20T21:35:18.0904248Z [00:02:01.233]➜  		"colorschemes/gruvbox-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro",
2025-08-20T21:35:18.0904964Z [00:02:01.233]➜  		"colorschemes/gruvbox.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox.micro",
2025-08-20T21:35:18.0905704Z [00:02:01.233]➜  		"colorschemes/material-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/material-tc.micro",
2025-08-20T21:35:18.0906472Z [00:02:01.233]➜  		"colorschemes/monokai-dark.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai-dark.micro",
2025-08-20T21:35:18.0907202Z [00:02:01.233]➜  		"colorschemes/monokai.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai.micro",
2025-08-20T21:35:18.0908109Z [00:02:01.233]➜  		"colorschemes/one-dark.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/one-dark.micro",
2025-08-20T21:35:18.0908827Z [00:02:01.233]➜  		"colorschemes/railscast.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/railscast.micro",
2025-08-20T21:35:18.0909530Z [00:02:01.233]➜  		"colorschemes/simple.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/simple.micro",
2025-08-20T21:35:18.0910270Z [00:02:01.233]➜  		"colorschemes/solarized-tc.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized-tc.micro",
2025-08-20T21:35:18.0911021Z [00:02:01.233]➜  		"colorschemes/solarized.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized.micro",
2025-08-20T21:35:18.0911745Z [00:02:01.233]➜  		"colorschemes/sunny-day.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/sunny-day.micro",
2025-08-20T21:35:18.0912557Z [00:02:01.233]➜  		"colorschemes/twilight.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/twilight.micro",
2025-08-20T21:35:18.0913339Z [00:02:01.233]➜  		"colorschemes/zenburn.micro": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/zenburn.micro",
2025-08-20T21:35:18.0913944Z [00:02:01.233]➜  		"help/colors.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/colors.md",
2025-08-20T21:35:18.0914474Z [00:02:01.233]➜  		"help/commands.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/commands.md",
2025-08-20T21:35:18.0915024Z [00:02:01.233]➜  		"help/copypaste.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/copypaste.md",
2025-08-20T21:35:18.0915608Z [00:02:01.233]➜  		"help/defaultkeys.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/defaultkeys.md",
2025-08-20T21:35:18.0916145Z [00:02:01.233]➜  		"help/help.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/help.md",
2025-08-20T21:35:18.0916684Z [00:02:01.233]➜  		"help/keybindings.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/keybindings.md",
2025-08-20T21:35:18.0917244Z [00:02:01.233]➜  		"help/options.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/options.md",
2025-08-20T21:35:18.0917783Z [00:02:01.233]➜  		"help/plugins.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/plugins.md",
2025-08-20T21:35:18.0918323Z [00:02:01.233]➜  		"help/tutorial.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/tutorial.md",
2025-08-20T21:35:18.0918993Z [00:02:01.233]➜  		"plugins/autoclose/autoclose.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/autoclose/autoclose.lua",
2025-08-20T21:35:18.0942693Z [00:02:01.233]➜  		"plugins/comment/comment.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/comment.lua",
2025-08-20T21:35:18.0944078Z [00:02:01.233]➜  		"plugins/comment/help/comment.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/help/comment.md",
2025-08-20T21:35:18.0944845Z [00:02:01.233]➜  		"plugins/diff/diff.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/diff/diff.lua",
2025-08-20T21:35:18.0945557Z [00:02:01.233]➜  		"plugins/ftoptions/ftoptions.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua",
2025-08-20T21:35:18.0946329Z [00:02:01.233]➜  		"plugins/linter/help/linter.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/help/linter.md",
2025-08-20T21:35:18.0947038Z [00:02:01.233]➜  		"plugins/linter/linter.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/linter.lua",
2025-08-20T21:35:18.0947728Z [00:02:01.233]➜  		"plugins/literate/README.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/README.md",
2025-08-20T21:35:18.0948453Z [00:02:01.233]➜  		"plugins/literate/literate.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/literate.lua",
2025-08-20T21:35:18.0949202Z [00:02:01.233]➜  		"plugins/status/help/status.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/help/status.md",
2025-08-20T21:35:18.0949900Z [00:02:01.233]➜  		"plugins/status/status.lua": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/status.lua",
2025-08-20T21:35:18.0950498Z [00:02:01.233]➜  		"syntax/LICENSE": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/LICENSE",
2025-08-20T21:35:18.0951078Z [00:02:01.233]➜  		"syntax/PowerShell.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.hdr",
2025-08-20T21:35:18.0951978Z [00:02:01.233]➜  		"syntax/PowerShell.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.yaml",
2025-08-20T21:35:18.0952745Z [00:02:01.233]➜  		"syntax/README.md": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/README.md",
2025-08-20T21:35:18.0953290Z [00:02:01.233]➜  		"syntax/ada.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.hdr",
2025-08-20T21:35:18.0953822Z [00:02:01.233]➜  		"syntax/ada.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.yaml",
2025-08-20T21:35:18.0954402Z [00:02:01.233]➜  		"syntax/apacheconf.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.hdr",
2025-08-20T21:35:18.0955027Z [00:02:01.233]➜  		"syntax/apacheconf.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.yaml",
2025-08-20T21:35:18.0955628Z [00:02:01.233]➜  		"syntax/arduino.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.hdr",
2025-08-20T21:35:18.0956222Z [00:02:01.233]➜  		"syntax/arduino.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.yaml",
2025-08-20T21:35:18.0956809Z [00:02:01.233]➜  		"syntax/asciidoc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.hdr",
2025-08-20T21:35:18.0957407Z [00:02:01.233]➜  		"syntax/asciidoc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.yaml",
2025-08-20T21:35:18.0957965Z [00:02:01.233]➜  		"syntax/asm.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.hdr",
2025-08-20T21:35:18.0958495Z [00:02:01.233]➜  		"syntax/asm.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.yaml",
2025-08-20T21:35:18.0959015Z [00:02:01.233]➜  		"syntax/ats.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.hdr",
2025-08-20T21:35:18.0959535Z [00:02:01.233]➜  		"syntax/ats.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.yaml",
2025-08-20T21:35:18.0960056Z [00:02:01.233]➜  		"syntax/awk.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.hdr",
2025-08-20T21:35:18.0960577Z [00:02:01.233]➜  		"syntax/awk.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.yaml",
2025-08-20T21:35:18.0961104Z [00:02:01.233]➜  		"syntax/bat.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.hdr",
2025-08-20T21:35:18.0961627Z [00:02:01.233]➜  		"syntax/bat.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.yaml",
2025-08-20T21:35:18.0962136Z [00:02:01.233]➜  		"syntax/c.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.hdr",
2025-08-20T21:35:18.0962799Z [00:02:01.233]➜  		"syntax/c.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.yaml",
2025-08-20T21:35:18.0963553Z [00:02:01.233]➜  		"syntax/caddyfile.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.hdr",
2025-08-20T21:35:18.0964259Z [00:02:01.233]➜  		"syntax/caddyfile.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.yaml",
2025-08-20T21:35:18.0964829Z [00:02:01.233]➜  		"syntax/cake.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.hdr",
2025-08-20T21:35:18.0965368Z [00:02:01.233]➜  		"syntax/cake.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.yaml",
2025-08-20T21:35:18.0965940Z [00:02:01.233]➜  		"syntax/clojure.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.hdr",
2025-08-20T21:35:18.0966520Z [00:02:01.233]➜  		"syntax/clojure.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.yaml",
2025-08-20T21:35:18.0967084Z [00:02:01.233]➜  		"syntax/cmake.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.hdr",
2025-08-20T21:35:18.0967632Z [00:02:01.233]➜  		"syntax/cmake.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.yaml",
2025-08-20T21:35:18.0968256Z [00:02:01.233]➜  		"syntax/coffeescript.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.hdr",
2025-08-20T21:35:18.0968921Z [00:02:01.233]➜  		"syntax/coffeescript.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.yaml",
2025-08-20T21:35:18.0969556Z [00:02:01.233]➜  		"syntax/colortest.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.hdr",
2025-08-20T21:35:18.0970163Z [00:02:01.233]➜  		"syntax/colortest.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.yaml",
2025-08-20T21:35:18.0970968Z [00:02:01.233]➜  		"syntax/conky.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.hdr",
2025-08-20T21:35:18.0971525Z [00:02:01.233]➜  		"syntax/conky.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.yaml",
2025-08-20T21:35:18.0972058Z [00:02:01.233]➜  		"syntax/cpp.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.hdr",
2025-08-20T21:35:18.0972786Z [00:02:01.233]➜  		"syntax/cpp.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.yaml",
2025-08-20T21:35:18.0973348Z [00:02:01.233]➜  		"syntax/crontab.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.hdr",
2025-08-20T21:35:18.0973931Z [00:02:01.233]➜  		"syntax/crontab.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.yaml",
2025-08-20T21:35:18.0974510Z [00:02:01.233]➜  		"syntax/crystal.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.hdr",
2025-08-20T21:35:18.0975088Z [00:02:01.233]➜  		"syntax/crystal.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.yaml",
2025-08-20T21:35:18.0975664Z [00:02:01.233]➜  		"syntax/csharp.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.hdr",
2025-08-20T21:35:18.0976231Z [00:02:01.233]➜  		"syntax/csharp.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.yaml",
2025-08-20T21:35:18.0976768Z [00:02:01.233]➜  		"syntax/css.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.hdr",
2025-08-20T21:35:18.0977302Z [00:02:01.233]➜  		"syntax/css.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.yaml",
2025-08-20T21:35:18.0977821Z [00:02:01.233]➜  		"syntax/csx.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.hdr",
2025-08-20T21:35:18.0978339Z [00:02:01.233]➜  		"syntax/csx.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.yaml",
2025-08-20T21:35:18.0978871Z [00:02:01.233]➜  		"syntax/cuda.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.hdr",
2025-08-20T21:35:18.0979407Z [00:02:01.233]➜  		"syntax/cuda.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.yaml",
2025-08-20T21:35:18.0979965Z [00:02:01.233]➜  		"syntax/cython.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.hdr",
2025-08-20T21:35:18.0980526Z [00:02:01.233]➜  		"syntax/cython.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.yaml",
2025-08-20T21:35:18.0981045Z [00:02:01.233]➜  		"syntax/d.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.hdr",
2025-08-20T21:35:18.0981534Z [00:02:01.233]➜  		"syntax/d.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.yaml",
2025-08-20T21:35:18.0982246Z [00:02:01.233]➜  		"syntax/dart.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.hdr",
2025-08-20T21:35:18.0983069Z [00:02:01.233]➜  		"syntax/dart.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.yaml",
2025-08-20T21:35:18.0983631Z [00:02:01.233]➜  		"syntax/default.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.hdr",
2025-08-20T21:35:18.0984208Z [00:02:01.233]➜  		"syntax/default.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.yaml",
2025-08-20T21:35:18.0984817Z [00:02:01.233]➜  		"syntax/dockerfile.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.hdr",
2025-08-20T21:35:18.0985436Z [00:02:01.233]➜  		"syntax/dockerfile.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.yaml",
2025-08-20T21:35:18.0986002Z [00:02:01.233]➜  		"syntax/dot.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.hdr",
2025-08-20T21:35:18.0986522Z [00:02:01.233]➜  		"syntax/dot.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.yaml",
2025-08-20T21:35:18.0987073Z [00:02:01.233]➜  		"syntax/elixir.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.hdr",
2025-08-20T21:35:18.0987637Z [00:02:01.233]➜  		"syntax/elixir.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.yaml",
2025-08-20T21:35:18.0988173Z [00:02:01.233]➜  		"syntax/elm.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.hdr",
2025-08-20T21:35:18.0988695Z [00:02:01.233]➜  		"syntax/elm.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.yaml",
2025-08-20T21:35:18.0989456Z [00:02:01.233]➜  		"syntax/erb.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.hdr",
2025-08-20T21:35:18.0989974Z [00:02:01.233]➜  		"syntax/erb.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.yaml",
2025-08-20T21:35:18.0990514Z [00:02:01.233]➜  		"syntax/erlang.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.hdr",
2025-08-20T21:35:18.0991076Z [00:02:01.233]➜  		"syntax/erlang.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.yaml",
2025-08-20T21:35:18.0991631Z [00:02:01.233]➜  		"syntax/fish.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.hdr",
2025-08-20T21:35:18.0992163Z [00:02:01.233]➜  		"syntax/fish.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.yaml",
2025-08-20T21:35:18.0992852Z [00:02:01.233]➜  		"syntax/forth.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.hdr",
2025-08-20T21:35:18.0993406Z [00:02:01.233]➜  		"syntax/forth.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.yaml",
2025-08-20T21:35:18.0993977Z [00:02:01.233]➜  		"syntax/fortran.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.hdr",
2025-08-20T21:35:18.0994556Z [00:02:01.233]➜  		"syntax/fortran.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.yaml",
2025-08-20T21:35:18.0995192Z [00:02:01.233]➜  		"syntax/freebsd-kernel.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.hdr",
2025-08-20T21:35:18.0995877Z [00:02:01.233]➜  		"syntax/freebsd-kernel.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.yaml",
2025-08-20T21:35:18.0996508Z [00:02:01.233]➜  		"syntax/fsharp.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.hdr",
2025-08-20T21:35:18.0997078Z [00:02:01.233]➜  		"syntax/fsharp.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.yaml",
2025-08-20T21:35:18.0997660Z [00:02:01.233]➜  		"syntax/gdscript.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.hdr",
2025-08-20T21:35:18.0998257Z [00:02:01.233]➜  		"syntax/gdscript.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.yaml",
2025-08-20T21:35:18.0998845Z [00:02:01.233]➜  		"syntax/gemini.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.hdr",
2025-08-20T21:35:18.0999413Z [00:02:01.233]➜  		"syntax/gemini.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.yaml",
2025-08-20T21:35:18.1000030Z [00:02:01.233]➜  		"syntax/gentoo-ebuild.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr",
2025-08-20T21:35:18.1000877Z [00:02:01.233]➜  		"syntax/gentoo-ebuild.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml",
2025-08-20T21:35:18.1001684Z [00:02:01.233]➜  		"syntax/gentoo-etc-portage.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr",
2025-08-20T21:35:18.1004554Z [00:02:01.233]➜  		"syntax/gentoo-etc-portage.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml",
2025-08-20T21:35:18.1005373Z [00:02:01.233]➜  		"syntax/git-commit.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.hdr",
2025-08-20T21:35:18.1006013Z [00:02:01.233]➜  		"syntax/git-commit.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.yaml",
2025-08-20T21:35:18.1006630Z [00:02:01.233]➜  		"syntax/git-config.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.hdr",
2025-08-20T21:35:18.1007245Z [00:02:01.233]➜  		"syntax/git-config.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.yaml",
2025-08-20T21:35:18.1007902Z [00:02:01.233]➜  		"syntax/git-rebase-todo.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.hdr",
2025-08-20T21:35:18.1008605Z [00:02:01.233]➜  		"syntax/git-rebase-todo.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.yaml",
2025-08-20T21:35:18.1009218Z [00:02:01.233]➜  		"syntax/glsl.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.hdr",
2025-08-20T21:35:18.1009754Z [00:02:01.233]➜  		"syntax/glsl.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.yaml",
2025-08-20T21:35:18.1043200Z [00:02:01.233]➜  		"syntax/gnuplot.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.hdr",
2025-08-20T21:35:18.1044413Z [00:02:01.233]➜  		"syntax/gnuplot.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.yaml",
2025-08-20T21:35:18.1044968Z [00:02:01.233]➜  		"syntax/go.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.hdr",
2025-08-20T21:35:18.1045480Z [00:02:01.233]➜  		"syntax/go.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.yaml",
2025-08-20T21:35:18.1046009Z [00:02:01.233]➜  		"syntax/godoc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.hdr",
2025-08-20T21:35:18.1046574Z [00:02:01.233]➜  		"syntax/godoc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.yaml",
2025-08-20T21:35:18.1047119Z [00:02:01.233]➜  		"syntax/golo.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.hdr",
2025-08-20T21:35:18.1047655Z [00:02:01.233]➜  		"syntax/golo.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.yaml",
2025-08-20T21:35:18.1048195Z [00:02:01.233]➜  		"syntax/gomod.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.hdr",
2025-08-20T21:35:18.1048751Z [00:02:01.233]➜  		"syntax/gomod.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.yaml",
2025-08-20T21:35:18.1049321Z [00:02:01.233]➜  		"syntax/graphql.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.hdr",
2025-08-20T21:35:18.1049902Z [00:02:01.233]➜  		"syntax/graphql.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.yaml",
2025-08-20T21:35:18.1050463Z [00:02:01.233]➜  		"syntax/groff.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.hdr",
2025-08-20T21:35:18.1051021Z [00:02:01.233]➜  		"syntax/groff.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.yaml",
2025-08-20T21:35:18.1051579Z [00:02:01.233]➜  		"syntax/groovy.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.hdr",
2025-08-20T21:35:18.1052145Z [00:02:01.233]➜  		"syntax/groovy.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.yaml",
2025-08-20T21:35:18.1052887Z [00:02:01.233]➜  		"syntax/haml.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.hdr",
2025-08-20T21:35:18.1053436Z [00:02:01.233]➜  		"syntax/haml.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.yaml",
2025-08-20T21:35:18.1053969Z [00:02:01.233]➜  		"syntax/hare.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.hdr",
2025-08-20T21:35:18.1054504Z [00:02:01.233]➜  		"syntax/hare.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.yaml",
2025-08-20T21:35:18.1055063Z [00:02:01.233]➜  		"syntax/haskell.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.hdr",
2025-08-20T21:35:18.1055865Z [00:02:01.233]➜  		"syntax/haskell.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.yaml",
2025-08-20T21:35:18.1056490Z [00:02:01.233]➜  		"syntax/hc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.hdr",
2025-08-20T21:35:18.1056995Z [00:02:01.233]➜  		"syntax/hc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.yaml",
2025-08-20T21:35:18.1057516Z [00:02:01.233]➜  		"syntax/html.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.hdr",
2025-08-20T21:35:18.1058058Z [00:02:01.233]➜  		"syntax/html.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.yaml",
2025-08-20T21:35:18.1058596Z [00:02:01.233]➜  		"syntax/html4.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.hdr",
2025-08-20T21:35:18.1059140Z [00:02:01.233]➜  		"syntax/html4.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.yaml",
2025-08-20T21:35:18.1059682Z [00:02:01.233]➜  		"syntax/html5.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.hdr",
2025-08-20T21:35:18.1060237Z [00:02:01.233]➜  		"syntax/html5.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.yaml",
2025-08-20T21:35:18.1060774Z [00:02:01.233]➜  		"syntax/ini.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.hdr",
2025-08-20T21:35:18.1061293Z [00:02:01.233]➜  		"syntax/ini.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.yaml",
2025-08-20T21:35:18.1061847Z [00:02:01.233]➜  		"syntax/inputrc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.hdr",
2025-08-20T21:35:18.1062566Z [00:02:01.233]➜  		"syntax/inputrc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.yaml",
2025-08-20T21:35:18.1063340Z [00:02:01.233]➜  		"syntax/java.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.hdr",
2025-08-20T21:35:18.1063878Z [00:02:01.233]➜  		"syntax/java.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.yaml",
2025-08-20T21:35:18.1064460Z [00:02:01.233]➜  		"syntax/javascript.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.hdr",
2025-08-20T21:35:18.1065106Z [00:02:01.233]➜  		"syntax/javascript.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.yaml",
2025-08-20T21:35:18.1065697Z [00:02:01.233]➜  		"syntax/jinja2.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.hdr",
2025-08-20T21:35:18.1066260Z [00:02:01.233]➜  		"syntax/jinja2.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.yaml",
2025-08-20T21:35:18.1066808Z [00:02:01.233]➜  		"syntax/json.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.hdr",
2025-08-20T21:35:18.1067344Z [00:02:01.233]➜  		"syntax/json.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.yaml",
2025-08-20T21:35:18.1067908Z [00:02:01.233]➜  		"syntax/jsonnet.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.hdr",
2025-08-20T21:35:18.1068487Z [00:02:01.233]➜  		"syntax/jsonnet.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.yaml",
2025-08-20T21:35:18.1069048Z [00:02:01.233]➜  		"syntax/julia.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.hdr",
2025-08-20T21:35:18.1069605Z [00:02:01.233]➜  		"syntax/julia.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.yaml",
2025-08-20T21:35:18.1070178Z [00:02:01.233]➜  		"syntax/justfile.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.hdr",
2025-08-20T21:35:18.1070773Z [00:02:01.233]➜  		"syntax/justfile.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.yaml",
2025-08-20T21:35:18.1071348Z [00:02:01.233]➜  		"syntax/keymap.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.hdr",
2025-08-20T21:35:18.1071918Z [00:02:01.233]➜  		"syntax/keymap.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.yaml",
2025-08-20T21:35:18.1072627Z [00:02:01.233]➜  		"syntax/kickstart.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.hdr",
2025-08-20T21:35:18.1073293Z [00:02:01.233]➜  		"syntax/kickstart.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.yaml",
2025-08-20T21:35:18.1073875Z [00:02:01.233]➜  		"syntax/kotlin.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.hdr",
2025-08-20T21:35:18.1074605Z [00:02:01.233]➜  		"syntax/kotlin.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.yaml",
2025-08-20T21:35:18.1075247Z [00:02:01.233]➜  		"syntax/kvlang.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.hdr",
2025-08-20T21:35:18.1075813Z [00:02:01.233]➜  		"syntax/kvlang.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.yaml",
2025-08-20T21:35:18.1076376Z [00:02:01.233]➜  		"syntax/ledger.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.hdr",
2025-08-20T21:35:18.1076950Z [00:02:01.233]➜  		"syntax/ledger.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.yaml",
2025-08-20T21:35:18.1077489Z [00:02:01.233]➜  		"syntax/lfe.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.hdr",
2025-08-20T21:35:18.1078010Z [00:02:01.233]➜  		"syntax/lfe.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.yaml",
2025-08-20T21:35:18.1078568Z [00:02:01.233]➜  		"syntax/lilypond.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.hdr",
2025-08-20T21:35:18.1079171Z [00:02:01.233]➜  		"syntax/lilypond.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.yaml",
2025-08-20T21:35:18.1079732Z [00:02:01.233]➜  		"syntax/lisp.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.hdr",
2025-08-20T21:35:18.1080269Z [00:02:01.233]➜  		"syntax/lisp.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.yaml",
2025-08-20T21:35:18.1080793Z [00:02:01.233]➜  		"syntax/log.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.hdr",
2025-08-20T21:35:18.1081351Z [00:02:01.233]➜  		"syntax/log.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.yaml",
2025-08-20T21:35:18.1082124Z [00:02:01.233]➜  		"syntax/lua.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.hdr",
2025-08-20T21:35:18.1082914Z [00:02:01.233]➜  		"syntax/lua.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.yaml",
2025-08-20T21:35:18.1083444Z [00:02:01.233]➜  		"syntax/mail.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.hdr",
2025-08-20T21:35:18.1083986Z [00:02:01.233]➜  		"syntax/mail.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.yaml",
2025-08-20T21:35:18.1084570Z [00:02:01.233]➜  		"syntax/make_headers.go": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/make_headers.go",
2025-08-20T21:35:18.1085169Z [00:02:01.233]➜  		"syntax/makefile.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.hdr",
2025-08-20T21:35:18.1085762Z [00:02:01.233]➜  		"syntax/makefile.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.yaml",
2025-08-20T21:35:18.1086315Z [00:02:01.233]➜  		"syntax/man.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.hdr",
2025-08-20T21:35:18.1086841Z [00:02:01.233]➜  		"syntax/man.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.yaml",
2025-08-20T21:35:18.1087400Z [00:02:01.233]➜  		"syntax/markdown.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.hdr",
2025-08-20T21:35:18.1087992Z [00:02:01.233]➜  		"syntax/markdown.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.yaml",
2025-08-20T21:35:18.1088540Z [00:02:01.233]➜  		"syntax/mc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.hdr",
2025-08-20T21:35:18.1089059Z [00:02:01.233]➜  		"syntax/mc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.yaml",
2025-08-20T21:35:18.1089589Z [00:02:01.233]➜  		"syntax/meson.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.hdr",
2025-08-20T21:35:18.1090138Z [00:02:01.233]➜  		"syntax/meson.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.yaml",
2025-08-20T21:35:18.1090684Z [00:02:01.233]➜  		"syntax/micro.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.hdr",
2025-08-20T21:35:18.1091238Z [00:02:01.233]➜  		"syntax/micro.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.yaml",
2025-08-20T21:35:18.1091801Z [00:02:01.233]➜  		"syntax/mpdconf.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.hdr",
2025-08-20T21:35:18.1092512Z [00:02:01.233]➜  		"syntax/mpdconf.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.yaml",
2025-08-20T21:35:18.1093372Z [00:02:01.233]➜  		"syntax/msbuild.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.hdr",
2025-08-20T21:35:18.1094030Z [00:02:01.233]➜  		"syntax/msbuild.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.yaml",
2025-08-20T21:35:18.1094598Z [00:02:01.233]➜  		"syntax/nanorc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.hdr",
2025-08-20T21:35:18.1095160Z [00:02:01.233]➜  		"syntax/nanorc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.yaml",
2025-08-20T21:35:18.1095737Z [00:02:01.233]➜  		"syntax/nftables.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.hdr",
2025-08-20T21:35:18.1096340Z [00:02:01.233]➜  		"syntax/nftables.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.yaml",
2025-08-20T21:35:18.1096906Z [00:02:01.233]➜  		"syntax/nginx.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.hdr",
2025-08-20T21:35:18.1097452Z [00:02:01.233]➜  		"syntax/nginx.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.yaml",
2025-08-20T21:35:18.1097987Z [00:02:01.233]➜  		"syntax/nim.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.hdr",
2025-08-20T21:35:18.1098509Z [00:02:01.233]➜  		"syntax/nim.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.yaml",
2025-08-20T21:35:18.1099030Z [00:02:01.233]➜  		"syntax/nix.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.hdr",
2025-08-20T21:35:18.1099549Z [00:02:01.233]➜  		"syntax/nix.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.yaml",
2025-08-20T21:35:18.1100059Z [00:02:01.233]➜  		"syntax/nu.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.hdr",
2025-08-20T21:35:18.1100807Z [00:02:01.233]➜  		"syntax/nu.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.yaml",
2025-08-20T21:35:18.1101328Z [00:02:01.233]➜  		"syntax/objc.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.hdr",
2025-08-20T21:35:18.1101865Z [00:02:01.233]➜  		"syntax/objc.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.yaml",
2025-08-20T21:35:18.1102518Z [00:02:01.233]➜  		"syntax/ocaml.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.hdr",
2025-08-20T21:35:18.1103136Z [00:02:01.233]➜  		"syntax/ocaml.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.yaml",
2025-08-20T21:35:18.1103693Z [00:02:01.233]➜  		"syntax/octave.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.hdr",
2025-08-20T21:35:18.1104257Z [00:02:01.233]➜  		"syntax/octave.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.yaml",
2025-08-20T21:35:18.1104804Z [00:02:01.233]➜  		"syntax/odin.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.hdr",
2025-08-20T21:35:18.1105349Z [00:02:01.233]➜  		"syntax/odin.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.yaml",
2025-08-20T21:35:18.1105898Z [00:02:01.233]➜  		"syntax/pascal.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.hdr",
2025-08-20T21:35:18.1106465Z [00:02:01.233]➜  		"syntax/pascal.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.yaml",
2025-08-20T21:35:18.1107022Z [00:02:01.233]➜  		"syntax/patch.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.hdr",
2025-08-20T21:35:18.1107581Z [00:02:01.233]➜  		"syntax/patch.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.yaml",
2025-08-20T21:35:18.1108115Z [00:02:01.233]➜  		"syntax/peg.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.hdr",
2025-08-20T21:35:18.1108648Z [00:02:01.233]➜  		"syntax/peg.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.yaml",
2025-08-20T21:35:18.1109184Z [00:02:01.233]➜  		"syntax/perl.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.hdr",
2025-08-20T21:35:18.1109730Z [00:02:01.233]➜  		"syntax/perl.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.yaml",
2025-08-20T21:35:18.1110254Z [00:02:01.233]➜  		"syntax/php.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.hdr",
2025-08-20T21:35:18.1110782Z [00:02:01.233]➜  		"syntax/php.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.yaml",
2025-08-20T21:35:18.1111358Z [00:02:01.233]➜  		"syntax/pkg-config.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.hdr",
2025-08-20T21:35:18.1112157Z [00:02:01.233]➜  		"syntax/pkg-config.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.yaml",
2025-08-20T21:35:18.1112893Z [00:02:01.233]➜  		"syntax/po.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.hdr",
2025-08-20T21:35:18.1113397Z [00:02:01.233]➜  		"syntax/po.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.yaml",
2025-08-20T21:35:18.1113917Z [00:02:01.233]➜  		"syntax/pony.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.hdr",
2025-08-20T21:35:18.1114451Z [00:02:01.233]➜  		"syntax/pony.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.yaml",
2025-08-20T21:35:18.1114985Z [00:02:01.233]➜  		"syntax/pov.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.hdr",
2025-08-20T21:35:18.1115504Z [00:02:01.233]➜  		"syntax/pov.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.yaml",
2025-08-20T21:35:18.1116116Z [00:02:01.233]➜  		"syntax/privoxy-action.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.hdr",
2025-08-20T21:35:18.1116814Z [00:02:01.233]➜  		"syntax/privoxy-action.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.yaml",
2025-08-20T21:35:18.1117506Z [00:02:01.233]➜  		"syntax/privoxy-config.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.hdr",
2025-08-20T21:35:18.1118197Z [00:02:01.233]➜  		"syntax/privoxy-config.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.yaml",
2025-08-20T21:35:18.1118882Z [00:02:01.233]➜  		"syntax/privoxy-filter.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.hdr",
2025-08-20T21:35:18.1119784Z [00:02:01.233]➜  		"syntax/privoxy-filter.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.yaml",
2025-08-20T21:35:18.1120402Z [00:02:01.233]➜  		"syntax/proto.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.hdr",
2025-08-20T21:35:18.1120955Z [00:02:01.233]➜  		"syntax/proto.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.yaml",
2025-08-20T21:35:18.1121499Z [00:02:01.233]➜  		"syntax/prql.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.hdr",
2025-08-20T21:35:18.1122046Z [00:02:01.233]➜  		"syntax/prql.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.yaml",
2025-08-20T21:35:18.1122730Z [00:02:01.233]➜  		"syntax/puppet.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.hdr",
2025-08-20T21:35:18.1123298Z [00:02:01.233]➜  		"syntax/puppet.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.yaml",
2025-08-20T21:35:18.1123875Z [00:02:01.233]➜  		"syntax/python2.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.hdr",
2025-08-20T21:35:18.1124464Z [00:02:01.234]➜  		"syntax/python2.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.yaml",
2025-08-20T21:35:18.1125041Z [00:02:01.234]➜  		"syntax/python3.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.hdr",
2025-08-20T21:35:18.1125621Z [00:02:01.234]➜  		"syntax/python3.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.yaml",
2025-08-20T21:35:18.1126150Z [00:02:01.234]➜  		"syntax/r.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.hdr",
2025-08-20T21:35:18.1126646Z [00:02:01.234]➜  		"syntax/r.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.yaml",
2025-08-20T21:35:18.1127160Z [00:02:01.234]➜  		"syntax/raku.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.hdr",
2025-08-20T21:35:18.1127694Z [00:02:01.234]➜  		"syntax/raku.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.yaml",
2025-08-20T21:35:18.1128225Z [00:02:01.234]➜  		"syntax/reST.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.hdr",
2025-08-20T21:35:18.1128768Z [00:02:01.234]➜  		"syntax/reST.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.yaml",
2025-08-20T21:35:18.1129309Z [00:02:01.234]➜  		"syntax/renpy.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.hdr",
2025-08-20T21:35:18.1129856Z [00:02:01.234]➜  		"syntax/renpy.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.yaml",
2025-08-20T21:35:18.1130423Z [00:02:01.234]➜  		"syntax/rpmspec.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.hdr",
2025-08-20T21:35:18.1131186Z [00:02:01.234]➜  		"syntax/rpmspec.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.yaml",
2025-08-20T21:35:18.1131807Z [00:02:01.234]➜  		"syntax/ruby.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.hdr",
2025-08-20T21:35:18.1132441Z [00:02:01.234]➜  		"syntax/ruby.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.yaml",
2025-08-20T21:35:18.1133037Z [00:02:01.234]➜  		"syntax/rust.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.hdr",
2025-08-20T21:35:18.1133581Z [00:02:01.234]➜  		"syntax/rust.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.yaml",
2025-08-20T21:35:18.1134111Z [00:02:01.234]➜  		"syntax/sage.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.hdr",
2025-08-20T21:35:18.1134643Z [00:02:01.234]➜  		"syntax/sage.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.yaml",
2025-08-20T21:35:18.1135172Z [00:02:01.234]➜  		"syntax/scad.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.hdr",
2025-08-20T21:35:18.1135713Z [00:02:01.234]➜  		"syntax/scad.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.yaml",
2025-08-20T21:35:18.1136251Z [00:02:01.234]➜  		"syntax/scala.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.hdr",
2025-08-20T21:35:18.1136801Z [00:02:01.234]➜  		"syntax/scala.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.yaml",
2025-08-20T21:35:18.1137333Z [00:02:01.234]➜  		"syntax/sed.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.hdr",
2025-08-20T21:35:18.1137850Z [00:02:01.234]➜  		"syntax/sed.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.yaml",
2025-08-20T21:35:18.1138569Z [00:02:01.234]➜  		"syntax/sh.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.hdr",
2025-08-20T21:35:18.1139073Z [00:02:01.234]➜  		"syntax/sh.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.yaml",
2025-08-20T21:35:18.1139584Z [00:02:01.234]➜  		"syntax/sls.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.hdr",
2025-08-20T21:35:18.1140111Z [00:02:01.234]➜  		"syntax/sls.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.yaml",
2025-08-20T21:35:18.1140685Z [00:02:01.234]➜  		"syntax/smalltalk.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.hdr",
2025-08-20T21:35:18.1141296Z [00:02:01.234]➜  		"syntax/smalltalk.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.yaml",
2025-08-20T21:35:18.1141896Z [00:02:01.234]➜  		"syntax/solidity.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.hdr",
2025-08-20T21:35:18.1142591Z [00:02:01.234]➜  		"syntax/solidity.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.yaml",
2025-08-20T21:35:18.1143213Z [00:02:01.234]➜  		"syntax/sql.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.hdr",
2025-08-20T21:35:18.1143736Z [00:02:01.234]➜  		"syntax/sql.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.yaml",
2025-08-20T21:35:18.1144313Z [00:02:01.234]➜  		"syntax/stata.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.hdr",
2025-08-20T21:35:18.1144869Z [00:02:01.234]➜  		"syntax/stata.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.yaml",
2025-08-20T21:35:18.1145423Z [00:02:01.234]➜  		"syntax/svelte.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.hdr",
2025-08-20T21:35:18.1145981Z [00:02:01.234]➜  		"syntax/svelte.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.yaml",
2025-08-20T21:35:18.1146534Z [00:02:01.234]➜  		"syntax/swift.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.hdr",
2025-08-20T21:35:18.1147082Z [00:02:01.234]➜  		"syntax/swift.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.yaml",
2025-08-20T21:35:18.1147714Z [00:02:01.234]➜  		"syntax/syntax_converter.go": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/syntax_converter.go",
2025-08-20T21:35:18.1148335Z [00:02:01.234]➜  		"syntax/systemd.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.hdr",
2025-08-20T21:35:18.1148914Z [00:02:01.234]➜  		"syntax/systemd.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.yaml",
2025-08-20T21:35:18.1149645Z [00:02:01.234]➜  		"syntax/tcl.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.hdr",
2025-08-20T21:35:18.1150242Z [00:02:01.234]➜  		"syntax/tcl.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.yaml",
2025-08-20T21:35:18.1150808Z [00:02:01.234]➜  		"syntax/terraform.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.hdr",
2025-08-20T21:35:18.1151422Z [00:02:01.234]➜  		"syntax/terraform.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.yaml",
2025-08-20T21:35:18.1151980Z [00:02:01.234]➜  		"syntax/tex.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.hdr",
2025-08-20T21:35:18.1152664Z [00:02:01.234]➜  		"syntax/tex.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.yaml",
2025-08-20T21:35:18.1153209Z [00:02:01.234]➜  		"syntax/toml.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.hdr",
2025-08-20T21:35:18.1153741Z [00:02:01.234]➜  		"syntax/toml.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.yaml",
2025-08-20T21:35:18.1154273Z [00:02:01.234]➜  		"syntax/twig.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.hdr",
2025-08-20T21:35:18.1154816Z [00:02:01.234]➜  		"syntax/twig.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.yaml",
2025-08-20T21:35:18.1155396Z [00:02:01.234]➜  		"syntax/typescript.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.hdr",
2025-08-20T21:35:18.1156020Z [00:02:01.234]➜  		"syntax/typescript.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.yaml",
2025-08-20T21:35:18.1156567Z [00:02:01.234]➜  		"syntax/v.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.hdr",
2025-08-20T21:35:18.1157276Z [00:02:01.234]➜  		"syntax/v.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.yaml",
2025-08-20T21:35:18.1157791Z [00:02:01.234]➜  		"syntax/vala.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.hdr",
2025-08-20T21:35:18.1158324Z [00:02:01.234]➜  		"syntax/vala.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.yaml",
2025-08-20T21:35:18.1158879Z [00:02:01.234]➜  		"syntax/verilog.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.hdr",
2025-08-20T21:35:18.1159465Z [00:02:01.234]➜  		"syntax/verilog.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.yaml",
2025-08-20T21:35:18.1160044Z [00:02:01.234]➜  		"syntax/vhdl.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.hdr",
2025-08-20T21:35:18.1160579Z [00:02:01.234]➜  		"syntax/vhdl.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.yaml",
2025-08-20T21:35:18.1161091Z [00:02:01.234]➜  		"syntax/vi.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.hdr",
2025-08-20T21:35:18.1161601Z [00:02:01.234]➜  		"syntax/vi.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.yaml",
2025-08-20T21:35:18.1162108Z [00:02:01.234]➜  		"syntax/vue.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.hdr",
2025-08-20T21:35:18.1162739Z [00:02:01.234]➜  		"syntax/vue.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.yaml",
2025-08-20T21:35:18.1163259Z [00:02:01.234]➜  		"syntax/xml.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.hdr",
2025-08-20T21:35:18.1163787Z [00:02:01.234]➜  		"syntax/xml.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.yaml",
2025-08-20T21:35:18.1164359Z [00:02:01.234]➜  		"syntax/xresources.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.hdr",
2025-08-20T21:35:18.1164981Z [00:02:01.234]➜  		"syntax/xresources.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.yaml",
2025-08-20T21:35:18.1165555Z [00:02:01.234]➜  		"syntax/yaml.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.hdr",
2025-08-20T21:35:18.1166098Z [00:02:01.234]➜  		"syntax/yaml.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.yaml",
2025-08-20T21:35:18.1166617Z [00:02:01.234]➜  		"syntax/yum.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.hdr",
2025-08-20T21:35:18.1167139Z [00:02:01.234]➜  		"syntax/yum.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.yaml",
2025-08-20T21:35:18.1167653Z [00:02:01.234]➜  		"syntax/zig.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.hdr",
2025-08-20T21:35:18.1168368Z [00:02:01.234]➜  		"syntax/zig.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.yaml",
2025-08-20T21:35:18.1168991Z [00:02:01.234]➜  		"syntax/zscript.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.hdr",
2025-08-20T21:35:18.1169575Z [00:02:01.234]➜  		"syntax/zscript.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.yaml",
2025-08-20T21:35:18.1170116Z [00:02:01.234]➜  		"syntax/zsh.hdr": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.hdr",
2025-08-20T21:35:18.1170639Z [00:02:01.234]➜  		"syntax/zsh.yaml": "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.yaml"
2025-08-20T21:35:18.1170999Z [00:02:01.234]➜  	}
2025-08-20T21:35:18.1171190Z [00:02:01.234]➜  }EOF
2025-08-20T21:35:18.1173140Z [00:02:01.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime=>github.com/zyedidia/micro/v2/runtime;$WORK/b264=>" -p github.com/zyedidia/micro/v2/runtime -lang=go1.19 -complete -installsuffix shared -buildid aUce99sLhAbe5qkX9L1u/aUce99sLhAbe5qkX9L1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -embedcfg $WORK/b264/embedcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/runtime.go
2025-08-20T21:35:18.1174896Z [00:02:01.261]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:35:18.1175551Z [00:02:01.261]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/65/65357519ad099bcd52dc14c246b5e32fc852f0cfaee19e678eecc208dbd2edc4-d # internal
2025-08-20T21:35:18.1176125Z [00:02:01.261]➜  golang.org/x/text/encoding/internal
2025-08-20T21:35:18.1176640Z [00:02:01.261]➜  mkdir -p $WORK/b268/
2025-08-20T21:35:18.1177014Z [00:02:01.261]➜  cat >/tmp/go-build4032094447/b268/importcfg << 'EOF' # internal
2025-08-20T21:35:18.1177357Z [00:02:01.261]➜  # import config
2025-08-20T21:35:18.1177765Z [00:02:01.261]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.1178409Z [00:02:01.261]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.1179054Z [00:02:01.261]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.1179433Z [00:02:01.261]➜  EOF
2025-08-20T21:35:18.1181297Z [00:02:01.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/internal=>golang.org/x/text@v0.4.0/encoding/internal;$WORK/b268=>" -p golang.org/x/text/encoding/internal -lang=go1.17 -complete -installsuffix shared -buildid Rod80s4jzkQEm6KgUicV/Rod80s4jzkQEm6KgUicV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/internal/internal.go
2025-08-20T21:35:18.1202957Z [00:02:01.279]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:35:18.1209557Z [00:02:01.280]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/5c/5c75ad5e94bd16519fcc23e741ff6f0030bcd464077beedb6f110ef3ee4cf2ad-d # internal
2025-08-20T21:35:18.1218348Z [00:02:01.281]➜  golang.org/x/text/encoding/charmap
2025-08-20T21:35:18.1218775Z [00:02:01.281]➜  mkdir -p $WORK/b267/
2025-08-20T21:35:18.1219160Z [00:02:01.281]➜  cat >/tmp/go-build4032094447/b267/importcfg << 'EOF' # internal
2025-08-20T21:35:18.1219511Z [00:02:01.281]➜  # import config
2025-08-20T21:35:18.1219924Z [00:02:01.281]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.1220528Z [00:02:01.281]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.1221219Z [00:02:01.281]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.1221855Z [00:02:01.281]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.1222579Z [00:02:01.281]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.1222977Z [00:02:01.281]➜  EOF
2025-08-20T21:35:18.1225388Z [00:02:01.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/charmap=>golang.org/x/text@v0.4.0/encoding/charmap;$WORK/b267=>" -p golang.org/x/text/encoding/charmap -lang=go1.17 -complete -installsuffix shared -buildid fEM8Gt6O743UU2b7frTJ/fEM8Gt6O743UU2b7frTJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/charmap/tables.go
2025-08-20T21:35:18.1832513Z [00:02:01.342]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:35:18.1847720Z [00:02:01.344]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T21:35:18.1854283Z [00:02:01.345]➜  golang.org/x/text/encoding/japanese
2025-08-20T21:35:18.1855932Z [00:02:01.345]➜  mkdir -p $WORK/b269/
2025-08-20T21:35:18.1863381Z [00:02:01.345]➜  cat >/tmp/go-build4032094447/b269/importcfg << 'EOF' # internal
2025-08-20T21:35:18.1863790Z [00:02:01.345]➜  # import config
2025-08-20T21:35:18.1864221Z [00:02:01.345]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.1864827Z [00:02:01.345]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.1865513Z [00:02:01.345]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.1866478Z [00:02:01.345]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.1866991Z [00:02:01.345]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.1867320Z [00:02:01.345]➜  EOF
2025-08-20T21:35:18.1870648Z [00:02:01.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese=>golang.org/x/text@v0.4.0/encoding/japanese;$WORK/b269=>" -p golang.org/x/text/encoding/japanese -lang=go1.17 -complete -installsuffix shared -buildid yUavaxMPS61dWHF6wb5v/yUavaxMPS61dWHF6wb5v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese/all.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese/eucjp.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese/iso2022jp.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese/shiftjis.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/japanese/tables.go
2025-08-20T21:35:18.2655958Z [00:02:01.423]➜  cd $WORK/b263
2025-08-20T21:35:18.2657474Z [00:02:01.425]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -I $WORK/b263/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b263/_x001.o -c _cgo_export.c
2025-08-20T21:35:18.2803003Z [00:02:01.439]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -I $WORK/b263/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b263/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:35:18.3202869Z [00:02:01.479]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -I $WORK/b263/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b263/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:35:18.3408649Z [00:02:01.500]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:35:18.3447311Z [00:02:01.504]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -I $WORK/b263/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b263/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:18.3466273Z [00:02:01.506]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/37/37f62ab67ce37620db850bfb1e55cbb733a9e6ca3338aa8e50efa0953a26a0dc-d # internal
2025-08-20T21:35:18.3478405Z [00:02:01.507]➜  crypto/tls
2025-08-20T21:35:18.3481410Z [00:02:01.507]➜  mkdir -p $WORK/b200/
2025-08-20T21:35:18.3493669Z [00:02:01.508]➜  cat >/tmp/go-build4032094447/b200/importcfg << 'EOF' # internal
2025-08-20T21:35:18.3494115Z [00:02:01.508]➜  # import config
2025-08-20T21:35:18.3494602Z [00:02:01.508]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:18.3495241Z [00:02:01.508]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:18.3495765Z [00:02:01.508]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.3496217Z [00:02:01.508]➜  packagefile container/list=/tmp/go-build4032094447/b193/_pkg_.a
2025-08-20T21:35:18.3496668Z [00:02:01.508]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:18.3497094Z [00:02:01.508]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:18.3497528Z [00:02:01.508]➜  packagefile crypto/aes=/tmp/go-build4032094447/b201/_pkg_.a
2025-08-20T21:35:18.3498390Z [00:02:01.508]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:18.3498854Z [00:02:01.508]➜  packagefile crypto/des=/tmp/go-build4032094447/b202/_pkg_.a
2025-08-20T21:35:18.3499306Z [00:02:01.508]➜  packagefile crypto/ecdh=/tmp/go-build4032094447/b203/_pkg_.a
2025-08-20T21:35:18.3499767Z [00:02:01.508]➜  packagefile crypto/ecdsa=/tmp/go-build4032094447/b208/_pkg_.a
2025-08-20T21:35:18.3500231Z [00:02:01.508]➜  packagefile crypto/ed25519=/tmp/go-build4032094447/b220/_pkg_.a
2025-08-20T21:35:18.3500723Z [00:02:01.508]➜  packagefile crypto/elliptic=/tmp/go-build4032094447/b209/_pkg_.a
2025-08-20T21:35:18.3501206Z [00:02:01.508]➜  packagefile crypto/hkdf=/tmp/go-build4032094447/b223/_pkg_.a
2025-08-20T21:35:18.3501662Z [00:02:01.508]➜  packagefile crypto/hmac=/tmp/go-build4032094447/b225/_pkg_.a
2025-08-20T21:35:18.3502162Z [00:02:01.508]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:18.3502963Z [00:02:01.508]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:18.3503574Z [00:02:01.508]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4032094447/b197/_pkg_.a
2025-08-20T21:35:18.3504174Z [00:02:01.508]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build4032094447/b226/_pkg_.a
2025-08-20T21:35:18.3504758Z [00:02:01.508]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build4032094447/b227/_pkg_.a
2025-08-20T21:35:18.3505348Z [00:02:01.508]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build4032094447/b228/_pkg_.a
2025-08-20T21:35:18.3505890Z [00:02:01.508]➜  packagefile crypto/internal/hpke=/tmp/go-build4032094447/b229/_pkg_.a
2025-08-20T21:35:18.3506372Z [00:02:01.508]➜  packagefile crypto/md5=/tmp/go-build4032094447/b144/_pkg_.a
2025-08-20T21:35:18.3506828Z [00:02:01.508]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:18.3507276Z [00:02:01.508]➜  packagefile crypto/rc4=/tmp/go-build4032094447/b234/_pkg_.a
2025-08-20T21:35:18.3507735Z [00:02:01.508]➜  packagefile crypto/rsa=/tmp/go-build4032094447/b235/_pkg_.a
2025-08-20T21:35:18.3508189Z [00:02:01.508]➜  packagefile crypto/sha1=/tmp/go-build4032094447/b237/_pkg_.a
2025-08-20T21:35:18.3508648Z [00:02:01.508]➜  packagefile crypto/sha256=/tmp/go-build4032094447/b238/_pkg_.a
2025-08-20T21:35:18.3509112Z [00:02:01.508]➜  packagefile crypto/sha512=/tmp/go-build4032094447/b216/_pkg_.a
2025-08-20T21:35:18.3509607Z [00:02:01.508]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:18.3510417Z [00:02:01.508]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build4032094447/b239/_pkg_.a
2025-08-20T21:35:18.3511044Z [00:02:01.508]➜  packagefile crypto/x509=/tmp/go-build4032094447/b241/_pkg_.a
2025-08-20T21:35:18.3511508Z [00:02:01.508]➜  packagefile encoding/pem=/tmp/go-build4032094447/b245/_pkg_.a
2025-08-20T21:35:18.3511950Z [00:02:01.508]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.3512547Z [00:02:01.508]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.3513189Z [00:02:01.508]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4032094447/b230/_pkg_.a
2025-08-20T21:35:18.3513852Z [00:02:01.508]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4032094447/b217/_pkg_.a
2025-08-20T21:35:18.3514364Z [00:02:01.508]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:18.3514826Z [00:02:01.508]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:18.3515317Z [00:02:01.508]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:18.3515792Z [00:02:01.508]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:18.3516233Z [00:02:01.508]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.3516634Z [00:02:01.508]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:18.3517032Z [00:02:01.508]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:18.3517683Z [00:02:01.508]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:18.3518113Z [00:02:01.508]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:18.3518531Z [00:02:01.508]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.3518948Z [00:02:01.508]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.3519373Z [00:02:01.508]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.3519798Z [00:02:01.508]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:18.3520234Z [00:02:01.508]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:18.3520675Z [00:02:01.508]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:18.3521083Z [00:02:01.508]➜  packagefile weak=/tmp/go-build4032094447/b189/_pkg_.a
2025-08-20T21:35:18.3521385Z [00:02:01.508]➜  EOF
2025-08-20T21:35:18.3521663Z [00:02:01.508]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:18.3527859Z [00:02:01.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b200=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid jOaLMnpNxRBV4wUTidx5/jOaLMnpNxRBV4wUTidx5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:35:18.3630537Z [00:02:01.522]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:35:18.3632112Z [00:02:01.522]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -o $WORK/b263/_cgo_.o $WORK/b263/_cgo_main.o $WORK/b263/preferlinkext $WORK/b263/_x001.o $WORK/b263/_x002.o $WORK/b263/_x003.o -O2 -g
2025-08-20T21:35:18.3646809Z [00:02:01.524]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/3c/3ca7fa467a1c242f7238ded256558674a2d5be873e282d0d4b1af513c5270f62-d # internal
2025-08-20T21:35:18.3647664Z [00:02:01.524]➜  golang.org/x/text/encoding/korean
2025-08-20T21:35:18.3651056Z [00:02:01.524]➜  mkdir -p $WORK/b270/
2025-08-20T21:35:18.3652110Z [00:02:01.524]➜  cat >/tmp/go-build4032094447/b270/importcfg << 'EOF' # internal
2025-08-20T21:35:18.3653042Z [00:02:01.524]➜  # import config
2025-08-20T21:35:18.3653561Z [00:02:01.524]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.3654380Z [00:02:01.524]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.3655068Z [00:02:01.524]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.3655722Z [00:02:01.524]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.3656238Z [00:02:01.524]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.3656574Z [00:02:01.524]➜  EOF
2025-08-20T21:35:18.3658642Z [00:02:01.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/korean=>golang.org/x/text@v0.4.0/encoding/korean;$WORK/b270=>" -p golang.org/x/text/encoding/korean -lang=go1.17 -complete -installsuffix shared -buildid S6dXmtcSZIr_nBZmzk2Z/S6dXmtcSZIr_nBZmzk2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/korean/euckr.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/korean/tables.go
2025-08-20T21:35:18.4255964Z [00:02:01.585]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:35:18.4269106Z [00:02:01.586]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/9c/9c941cf567b840239bcc6015a4b9e399c81fa8f4313312950ee11ec4a8a4ad00-d # internal
2025-08-20T21:35:18.4277920Z [00:02:01.587]➜  golang.org/x/text/encoding/simplifiedchinese
2025-08-20T21:35:18.4278996Z [00:02:01.587]➜  mkdir -p $WORK/b271/
2025-08-20T21:35:18.4284839Z [00:02:01.588]➜  cat >/tmp/go-build4032094447/b271/importcfg << 'EOF' # internal
2025-08-20T21:35:18.4285276Z [00:02:01.588]➜  # import config
2025-08-20T21:35:18.4285945Z [00:02:01.588]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.4286829Z [00:02:01.588]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.4287515Z [00:02:01.588]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.4288148Z [00:02:01.588]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.4288671Z [00:02:01.588]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.4289004Z [00:02:01.588]➜  EOF
2025-08-20T21:35:18.4291954Z [00:02:01.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/simplifiedchinese=>golang.org/x/text@v0.4.0/encoding/simplifiedchinese;$WORK/b271=>" -p golang.org/x/text/encoding/simplifiedchinese -lang=go1.17 -complete -installsuffix shared -buildid NltLuOIGfyrAozKvQyCq/NltLuOIGfyrAozKvQyCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/simplifiedchinese/all.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/simplifiedchinese/gbk.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/simplifiedchinese/hzgb2312.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/simplifiedchinese/tables.go
2025-08-20T21:35:18.4649264Z [00:02:01.624]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b263=/tmp/go-build -gno-record-gcc-switches -o $WORK/b263/_cgo_.o $WORK/b263/_cgo_main.o $WORK/b263/preferlinkext $WORK/b263/_x001.o $WORK/b263/_x002.o $WORK/b263/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:35:18.4650822Z [00:02:01.624]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b263/_cgo_.o -dynout $WORK/b263/_cgo_import.go
2025-08-20T21:35:18.4680824Z [00:02:01.627]➜  cat >/tmp/go-build4032094447/b263/importcfg << 'EOF' # internal
2025-08-20T21:35:18.4681272Z [00:02:01.627]➜  # import config
2025-08-20T21:35:18.4681613Z [00:02:01.627]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.4682038Z [00:02:01.627]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:18.4682581Z [00:02:01.627]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.4683025Z [00:02:01.627]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.4683471Z [00:02:01.627]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:18.4683891Z [00:02:01.627]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:18.4684333Z [00:02:01.627]➜  packagefile runtime/cgo=/tmp/go-build4032094447/b190/_pkg_.a
2025-08-20T21:35:18.4684663Z [00:02:01.627]➜  EOF
2025-08-20T21:35:18.4686813Z [00:02:01.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b263=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/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/b263/_cgo_gotypes.go $WORK/b263/cgo_lookup_cgo.cgo1.go $WORK/b263/getgrouplist_unix.cgo1.go $WORK/b263/_cgo_import.go
2025-08-20T21:35:18.5067390Z [00:02:01.666]➜  cd /root/.go/src/os/user
2025-08-20T21:35:18.5068081Z [00:02:01.666]➜  go tool pack r $WORK/b263/_pkg_.a $WORK/b263/preferlinkext $WORK/b263/_x001.o $WORK/b263/_x002.o $WORK/b263/_x003.o # internal
2025-08-20T21:35:18.5068674Z [00:02:01.666]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:35:18.5079729Z [00:02:01.667]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/a5/a514cb29bd4078c289b17c669f41ea8b84f873971ab067a5bd736f53367eb023-d # internal
2025-08-20T21:35:18.5094785Z [00:02:01.668]➜  golang.org/x/text/encoding/traditionalchinese
2025-08-20T21:35:18.5095525Z [00:02:01.669]➜  mkdir -p $WORK/b272/
2025-08-20T21:35:18.5104187Z [00:02:01.670]➜  cat >/tmp/go-build4032094447/b272/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5104846Z [00:02:01.670]➜  # import config
2025-08-20T21:35:18.5105603Z [00:02:01.670]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.5106436Z [00:02:01.670]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.5107689Z [00:02:01.670]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.5109098Z [00:02:01.670]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.5109637Z [00:02:01.670]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.5109974Z [00:02:01.670]➜  EOF
2025-08-20T21:35:18.5110242Z [00:02:01.670]➜  cd /tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro
2025-08-20T21:35:18.5112838Z [00:02:01.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/traditionalchinese=>golang.org/x/text@v0.4.0/encoding/traditionalchinese;$WORK/b272=>" -p golang.org/x/text/encoding/traditionalchinese -lang=go1.17 -complete -installsuffix shared -buildid yBeDCANz6l7b-61ClN6U/yBeDCANz6l7b-61ClN6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/traditionalchinese/big5.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/traditionalchinese/tables.go
2025-08-20T21:35:18.5268605Z [00:02:01.685]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:35:18.5284987Z [00:02:01.687]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/7f/7f3739609b41870c321572cc7fe6081da459913395c3992925ce30e44c0d95d9-d # internal
2025-08-20T21:35:18.5286000Z [00:02:01.688]➜  golang.org/x/text/runes
2025-08-20T21:35:18.5288854Z [00:02:01.688]➜  mkdir -p $WORK/b275/
2025-08-20T21:35:18.5289728Z [00:02:01.688]➜  cat >/tmp/go-build4032094447/b275/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5290083Z [00:02:01.688]➜  # import config
2025-08-20T21:35:18.5290504Z [00:02:01.688]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.5291006Z [00:02:01.688]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:18.5291457Z [00:02:01.688]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.5291803Z [00:02:01.688]➜  EOF
2025-08-20T21:35:18.5293839Z [00:02:01.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/runes=>golang.org/x/text@v0.4.0/runes;$WORK/b275=>" -p golang.org/x/text/runes -lang=go1.17 -complete -installsuffix shared -buildid cCiiydpvq1qGevh_Lney/cCiiydpvq1qGevh_Lney -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/runes/runes.go
2025-08-20T21:35:18.5683766Z [00:02:01.727]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:35:18.5690880Z [00:02:01.728]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ad/adb42021130b95ab93214d34a0c3e686f81702639b5a977415eaab2561caa812-d # internal
2025-08-20T21:35:18.5692470Z [00:02:01.728]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:35:18.5696609Z [00:02:01.728]➜  mkdir -p $WORK/b273/
2025-08-20T21:35:18.5697175Z [00:02:01.729]➜  cat >/tmp/go-build4032094447/b273/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5697532Z [00:02:01.729]➜  # import config
2025-08-20T21:35:18.5697872Z [00:02:01.729]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.5698295Z [00:02:01.729]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.5698794Z [00:02:01.729]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:18.5699416Z [00:02:01.729]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:18.5700128Z [00:02:01.729]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:18.5700814Z [00:02:01.729]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build4032094447/b274/_pkg_.a
2025-08-20T21:35:18.5701399Z [00:02:01.729]➜  packagefile golang.org/x/text/runes=/tmp/go-build4032094447/b275/_pkg_.a
2025-08-20T21:35:18.5702266Z [00:02:01.729]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:18.5703038Z [00:02:01.729]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:18.5703509Z [00:02:01.729]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.5703840Z [00:02:01.729]➜  EOF
2025-08-20T21:35:18.5705972Z [00:02:01.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/unicode=>golang.org/x/text@v0.4.0/encoding/unicode;$WORK/b273=>" -p golang.org/x/text/encoding/unicode -lang=go1.17 -complete -installsuffix shared -buildid 09GwyzAsfb4fMBCSMrIo/09GwyzAsfb4fMBCSMrIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/unicode/unicode.go
2025-08-20T21:35:18.5989697Z [00:02:01.758]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:35:18.5998075Z [00:02:01.759]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/72/72c1a0535ebc4adb954dc38ba4263c8742f0a17a15380d175ff2580d7d438d07-d # internal
2025-08-20T21:35:18.6007661Z [00:02:01.759]➜  golang.org/x/text/internal/tag
2025-08-20T21:35:18.6007994Z [00:02:01.759]➜  mkdir -p $WORK/b278/
2025-08-20T21:35:18.6008378Z [00:02:01.759]➜  cat >/tmp/go-build4032094447/b278/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6009184Z [00:02:01.759]➜  # import config
2025-08-20T21:35:18.6009522Z [00:02:01.759]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.6009836Z [00:02:01.759]➜  EOF
2025-08-20T21:35:18.6011615Z [00:02:01.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/tag=>golang.org/x/text@v0.4.0/internal/tag;$WORK/b278=>" -p golang.org/x/text/internal/tag -lang=go1.17 -complete -installsuffix shared -buildid N0JUHza1oGapuwsIws-b/N0JUHza1oGapuwsIws-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/tag/tag.go
2025-08-20T21:35:18.6144290Z [00:02:01.773]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:35:18.6148465Z [00:02:01.774]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/ca/ca1bc172ea264f47dfe43b013ee84399eccaa2d2d3b53bcf79eb2c50e5cbc798-d # internal
2025-08-20T21:35:18.6153480Z [00:02:01.774]➜  golang.org/x/text/internal/language
2025-08-20T21:35:18.6155503Z [00:02:01.775]➜  mkdir -p $WORK/b277/
2025-08-20T21:35:18.6158209Z [00:02:01.775]➜  cat >/tmp/go-build4032094447/b277/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6162663Z [00:02:01.775]➜  # import config
2025-08-20T21:35:18.6163142Z [00:02:01.775]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.6163567Z [00:02:01.775]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.6186632Z [00:02:01.775]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.6195151Z [00:02:01.775]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build4032094447/b278/_pkg_.a
2025-08-20T21:35:18.6201703Z [00:02:01.775]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.6202157Z [00:02:01.775]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.6202769Z [00:02:01.775]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.6203116Z [00:02:01.775]➜  EOF
2025-08-20T21:35:18.6207627Z [00:02:01.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language=>golang.org/x/text@v0.4.0/internal/language;$WORK/b277=>" -p golang.org/x/text/internal/language -lang=go1.17 -complete -installsuffix shared -buildid yFnphzEAVURGpGMu-rBy/yFnphzEAVURGpGMu-rBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/tags.go
2025-08-20T21:35:18.6536051Z [00:02:01.812]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:35:18.6549306Z [00:02:01.813]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/16/16bc9aea1fe37372a4b76dac74f09c2316ebc4e90ce7180cea9c68727448a897-d # internal
2025-08-20T21:35:18.6551707Z [00:02:01.814]➜  gopkg.in/yaml.v2
2025-08-20T21:35:18.6551983Z [00:02:01.814]➜  mkdir -p $WORK/b281/
2025-08-20T21:35:18.6554177Z [00:02:01.814]➜  cat >/tmp/go-build4032094447/b281/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6556281Z [00:02:01.814]➜  # import config
2025-08-20T21:35:18.6556632Z [00:02:01.814]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.6557065Z [00:02:01.814]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:18.6557528Z [00:02:01.814]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:18.6558387Z [00:02:01.814]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.6558802Z [00:02:01.814]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.6559204Z [00:02:01.814]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.6559635Z [00:02:01.814]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:18.6560057Z [00:02:01.814]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:18.6560498Z [00:02:01.814]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:18.6560910Z [00:02:01.814]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.6561329Z [00:02:01.814]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.6561754Z [00:02:01.814]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.6562176Z [00:02:01.814]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:18.6574015Z [00:02:01.814]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:18.6574455Z [00:02:01.814]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:18.6574902Z [00:02:01.814]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.6575236Z [00:02:01.814]➜  EOF
2025-08-20T21:35:18.6578913Z [00:02:01.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8=>gopkg.in/yaml.v2@v2.2.8;$WORK/b281=>" -p gopkg.in/yaml.v2 -lang=go1.16 -complete -installsuffix shared -buildid ytfQ6tTlK4JX3m34S0Kb/ytfQ6tTlK4JX3m34S0Kb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/apic.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/decode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/encode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8/yamlprivateh.go
2025-08-20T21:35:18.7131298Z [00:02:01.872]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:35:18.7143521Z [00:02:01.873]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/2e/2e6d05126c401b4f4a52d9090709e01690d0b893f1781132b72c4be7d9334ae6-d # internal
2025-08-20T21:35:18.7146081Z [00:02:01.873]➜  github.com/zyedidia/micro/v2/internal/views
2025-08-20T21:35:18.7146422Z [00:02:01.873]➜  mkdir -p $WORK/b285/
2025-08-20T21:35:18.7146803Z [00:02:01.873]➜  cat >/tmp/go-build4032094447/b285/importcfg << 'EOF' # internal
2025-08-20T21:35:18.7147148Z [00:02:01.873]➜  # import config
2025-08-20T21:35:18.7147494Z [00:02:01.873]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.7147912Z [00:02:01.873]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.7148228Z [00:02:01.873]➜  EOF
2025-08-20T21:35:18.7150057Z [00:02:01.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views=>github.com/zyedidia/micro/v2/internal/views;$WORK/b285=>" -p github.com/zyedidia/micro/v2/internal/views -lang=go1.19 -complete -installsuffix shared -buildid xgXgUuPMSkt7MNGp3PUm/xgXgUuPMSkt7MNGp3PUm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views/splits.go
2025-08-20T21:35:18.7679868Z [00:02:01.927]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:35:18.7685967Z [00:02:01.928]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/49/49998d3bec3d2d50d0a6799d82b567ce9f121405bad86b0525269975c04ad0d7-d # internal
2025-08-20T21:35:18.7687947Z [00:02:01.928]➜  text/tabwriter
2025-08-20T21:35:18.7688529Z [00:02:01.928]➜  mkdir -p $WORK/b287/
2025-08-20T21:35:18.7689506Z [00:02:01.928]➜  cat >/tmp/go-build4032094447/b287/importcfg << 'EOF' # internal
2025-08-20T21:35:18.7697313Z [00:02:01.928]➜  # import config
2025-08-20T21:35:18.7698289Z [00:02:01.928]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.7698800Z [00:02:01.928]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.7699268Z [00:02:01.928]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:18.7699605Z [00:02:01.928]➜  EOF
2025-08-20T21:35:18.7701098Z [00:02:01.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b287=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:35:18.7844149Z [00:02:01.943]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:35:18.7872435Z [00:02:01.946]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/35/35262f2eea67b52d7497626c3e19033d42bff9c2bb2a0fc42c73f9427c5428f0-d # internal
2025-08-20T21:35:18.7909374Z [00:02:01.950]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:35:18.7910020Z [00:02:01.950]➜  mkdir -p $WORK/b279/
2025-08-20T21:35:18.7910781Z [00:02:01.950]➜  cat >/tmp/go-build4032094447/b279/importcfg << 'EOF' # internal
2025-08-20T21:35:18.7911582Z [00:02:01.950]➜  # import config
2025-08-20T21:35:18.7912106Z [00:02:01.950]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build4032094447/b277/_pkg_.a
2025-08-20T21:35:18.7912879Z [00:02:01.950]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.7913313Z [00:02:01.950]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.7913632Z [00:02:01.950]➜  EOF
2025-08-20T21:35:18.7917206Z [00:02:01.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact=>golang.org/x/text@v0.4.0/internal/language/compact;$WORK/b279=>" -p golang.org/x/text/internal/language/compact -lang=go1.17 -complete -installsuffix shared -buildid TmWNJLn9DNAmPcB2u8kz/TmWNJLn9DNAmPcB2u8kz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/language/compact/tags.go
2025-08-20T21:35:18.8172692Z [00:02:01.976]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:35:18.8210432Z [00:02:01.980]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T21:35:18.8220038Z [00:02:01.981]➜  runtime/pprof
2025-08-20T21:35:18.8227259Z [00:02:01.981]➜  mkdir -p $WORK/b286/
2025-08-20T21:35:18.8229102Z [00:02:01.982]➜  cat >/tmp/go-build4032094447/b286/importcfg << 'EOF' # internal
2025-08-20T21:35:18.8231078Z [00:02:01.982]➜  # import config
2025-08-20T21:35:18.8233706Z [00:02:01.982]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:18.8234290Z [00:02:01.982]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:18.8234726Z [00:02:01.982]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:18.8235175Z [00:02:01.982]➜  packagefile compress/gzip=/tmp/go-build4032094447/b192/_pkg_.a
2025-08-20T21:35:18.8235626Z [00:02:01.982]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:18.8236085Z [00:02:01.982]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:18.8236859Z [00:02:01.982]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.8237276Z [00:02:01.982]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.8237714Z [00:02:01.982]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:18.8238232Z [00:02:01.982]➜  packagefile internal/profilerecord=/tmp/go-build4032094447/b019/_pkg_.a
2025-08-20T21:35:18.8238707Z [00:02:01.982]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:18.8239135Z [00:02:01.982]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:18.8239542Z [00:02:01.982]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:18.8239960Z [00:02:01.982]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:18.8240391Z [00:02:01.982]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:18.8240806Z [00:02:01.982]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.8241238Z [00:02:01.982]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.8241666Z [00:02:01.982]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.8242090Z [00:02:01.982]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:18.8242772Z [00:02:01.982]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:18.8243237Z [00:02:01.982]➜  packagefile text/tabwriter=/tmp/go-build4032094447/b287/_pkg_.a
2025-08-20T21:35:18.8243750Z [00:02:01.982]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:18.8244072Z [00:02:01.982]➜  EOF
2025-08-20T21:35:18.8256370Z [00:02:01.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b286=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:35:18.8736647Z [00:02:02.033]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:35:18.8746238Z [00:02:02.034]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/66/66b4e4dbab2848d20488ccfe2b4cbda5295be8f8c3fde3df189837a5711a8d09-d # internal
2025-08-20T21:35:18.8748619Z [00:02:02.034]➜  golang.org/x/text/language
2025-08-20T21:35:18.8750300Z [00:02:02.034]➜  mkdir -p $WORK/b276/
2025-08-20T21:35:18.8787325Z [00:02:02.038]➜  cat >/tmp/go-build4032094447/b276/importcfg << 'EOF' # internal
2025-08-20T21:35:18.8789778Z [00:02:02.038]➜  # import config
2025-08-20T21:35:18.8791645Z [00:02:02.038]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:18.8792680Z [00:02:02.038]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:18.8793292Z [00:02:02.038]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build4032094447/b277/_pkg_.a
2025-08-20T21:35:18.8793970Z [00:02:02.038]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build4032094447/b279/_pkg_.a
2025-08-20T21:35:18.8794542Z [00:02:02.038]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:18.8794975Z [00:02:02.038]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:18.8795403Z [00:02:02.038]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:18.8795719Z [00:02:02.038]➜  EOF
2025-08-20T21:35:18.8798776Z [00:02:02.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/language=>golang.org/x/text@v0.4.0/language;$WORK/b276=>" -p golang.org/x/text/language -lang=go1.17 -complete -installsuffix shared -buildid 3oYx4LNjl9LVOwbI6Apl/3oYx4LNjl9LVOwbI6Apl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/language/tags.go
2025-08-20T21:35:19.0972060Z [00:02:02.256]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:35:19.0990974Z [00:02:02.258]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/c7/c7e854e45e77f32bffd0b1e906bacdad8a09ee95ad2acb46b6fd91e7702f83c2-d # internal
2025-08-20T21:35:19.0992667Z [00:02:02.258]➜  golang.org/x/text/encoding/htmlindex
2025-08-20T21:35:19.0993471Z [00:02:02.258]➜  mkdir -p $WORK/b266/
2025-08-20T21:35:19.0998908Z [00:02:02.259]➜  cat >/tmp/go-build4032094447/b266/importcfg << 'EOF' # internal
2025-08-20T21:35:19.0999882Z [00:02:02.259]➜  # import config
2025-08-20T21:35:19.1000705Z [00:02:02.259]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:19.1001941Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:19.1003504Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build4032094447/b267/_pkg_.a
2025-08-20T21:35:19.1004236Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:19.1004919Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build4032094447/b269/_pkg_.a
2025-08-20T21:35:19.1005538Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build4032094447/b270/_pkg_.a
2025-08-20T21:35:19.1006197Z [00:02:02.259]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build4032094447/b271/_pkg_.a
2025-08-20T21:35:19.1006933Z [00:02:02.260]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build4032094447/b272/_pkg_.a
2025-08-20T21:35:19.1007593Z [00:02:02.260]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build4032094447/b273/_pkg_.a
2025-08-20T21:35:19.1008210Z [00:02:02.260]➜  packagefile golang.org/x/text/language=/tmp/go-build4032094447/b276/_pkg_.a
2025-08-20T21:35:19.1009083Z [00:02:02.260]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:19.1009589Z [00:02:02.260]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:19.1009893Z [00:02:02.260]➜  EOF
2025-08-20T21:35:19.1012296Z [00:02:02.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/htmlindex=>golang.org/x/text@v0.4.0/encoding/htmlindex;$WORK/b266=>" -p golang.org/x/text/encoding/htmlindex -lang=go1.17 -complete -installsuffix shared -buildid eSbWZ_EMy_rMoVtM6k1a/eSbWZ_EMy_rMoVtM6k1a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/htmlindex/htmlindex.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/htmlindex/map.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/htmlindex/tables.go
2025-08-20T21:35:19.1222643Z [00:02:02.281]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:35:19.1228999Z [00:02:02.282]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/b8/b89fe1e04c891463780105a48794d74fd373a5f2a262bb7005e76ee9f9479a6b-d # internal
2025-08-20T21:35:19.1609296Z [00:02:02.320]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:35:19.1640509Z [00:02:02.323]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T21:35:19.1763476Z [00:02:02.334]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:35:19.1784744Z [00:02:02.338]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/d1/d12f5d40724ac51388737f9ada3a0ced7e6a39024e41f32c70e5d5bbee0a39ec-d # internal
2025-08-20T21:35:19.1786719Z [00:02:02.338]➜  github.com/zyedidia/micro/v2/pkg/highlight
2025-08-20T21:35:19.1788038Z [00:02:02.338]➜  mkdir -p $WORK/b280/
2025-08-20T21:35:19.1792696Z [00:02:02.338]➜  cat >/tmp/go-build4032094447/b280/importcfg << 'EOF' # internal
2025-08-20T21:35:19.1793242Z [00:02:02.338]➜  # import config
2025-08-20T21:35:19.1794360Z [00:02:02.338]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:19.1794978Z [00:02:02.338]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:19.1795475Z [00:02:02.338]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:19.1795928Z [00:02:02.338]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build4032094447/b281/_pkg_.a
2025-08-20T21:35:19.1796384Z [00:02:02.338]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:19.1796822Z [00:02:02.338]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:19.1797251Z [00:02:02.338]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:19.1797712Z [00:02:02.338]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:19.1798050Z [00:02:02.338]➜  EOF
2025-08-20T21:35:19.1800346Z [00:02:02.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight=>github.com/zyedidia/micro/v2/pkg/highlight;$WORK/b280=>" -p github.com/zyedidia/micro/v2/pkg/highlight -lang=go1.19 -complete -installsuffix shared -buildid n_ZC-nh8iFPX2kqX2gOV/n_ZC-nh8iFPX2kqX2gOV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/highlighter.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/parser.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/unicode.go
2025-08-20T21:35:19.2414421Z [00:02:02.400]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:35:19.2425037Z [00:02:02.402]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/b8/b8d15bdad79ab774b050e3330d569ac9f96d9182d3fe6592b807cb0b3e0e21e2-d # internal
2025-08-20T21:35:19.3178481Z [00:02:02.477]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:35:19.3282753Z [00:02:02.487]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/6a/6a1e8ed035502f4a60e2e63cb71c54a072cd46080c882d2efd738299c9ef139b-d # internal
2025-08-20T21:35:19.3283388Z [00:02:02.487]➜  net/http/httptrace
2025-08-20T21:35:19.3283998Z [00:02:02.487]➜  mkdir -p $WORK/b258/
2025-08-20T21:35:19.3286085Z [00:02:02.488]➜  cat >/tmp/go-build4032094447/b258/importcfg << 'EOF' # internal
2025-08-20T21:35:19.3286465Z [00:02:02.488]➜  # import config
2025-08-20T21:35:19.3286817Z [00:02:02.488]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:19.3287261Z [00:02:02.488]➜  packagefile crypto/tls=/tmp/go-build4032094447/b200/_pkg_.a
2025-08-20T21:35:19.3287741Z [00:02:02.488]➜  packagefile internal/nettrace=/tmp/go-build4032094447/b185/_pkg_.a
2025-08-20T21:35:19.3288217Z [00:02:02.488]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:19.3288662Z [00:02:02.488]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:19.3289121Z [00:02:02.488]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:19.3289539Z [00:02:02.488]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:19.3289848Z [00:02:02.488]➜  EOF
2025-08-20T21:35:19.3291377Z [00:02:02.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b258=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid -KmuEF2Ok53wSHzk-I3U/-KmuEF2Ok53wSHzk-I3U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:35:19.3501279Z [00:02:02.509]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:35:19.3507598Z [00:02:02.510]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/f6/f68132f020e813a76cf370c9b33b8d323b9276812e62b8b2d70ef7476efeb33a-d # internal
2025-08-20T21:35:19.3508240Z [00:02:02.510]➜  net/http/internal/httpcommon
2025-08-20T21:35:19.3508537Z [00:02:02.510]➜  mkdir -p $WORK/b261/
2025-08-20T21:35:19.3523194Z [00:02:02.511]➜  cat >/tmp/go-build4032094447/b261/importcfg << 'EOF' # internal
2025-08-20T21:35:19.3524014Z [00:02:02.511]➜  # import config
2025-08-20T21:35:19.3524980Z [00:02:02.511]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:19.3525792Z [00:02:02.511]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:19.3527539Z [00:02:02.511]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:19.3528103Z [00:02:02.511]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:19.3528526Z [00:02:02.511]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:19.3529126Z [00:02:02.511]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4032094447/b246/_pkg_.a
2025-08-20T21:35:19.3529757Z [00:02:02.511]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4032094447/b254/_pkg_.a
2025-08-20T21:35:19.3530314Z [00:02:02.511]➜  packagefile net/http/httptrace=/tmp/go-build4032094447/b258/_pkg_.a
2025-08-20T21:35:19.3530803Z [00:02:02.511]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:19.3531261Z [00:02:02.511]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:19.3531681Z [00:02:02.511]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:19.3532101Z [00:02:02.511]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:19.3532707Z [00:02:02.511]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:19.3533137Z [00:02:02.511]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:19.3533458Z [00:02:02.511]➜  EOF
2025-08-20T21:35:19.3535426Z [00:02:02.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b261=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:35:19.3822878Z [00:02:02.541]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:35:19.3828582Z [00:02:02.542]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T21:35:19.3837158Z [00:02:02.543]➜  net/http
2025-08-20T21:35:19.3837481Z [00:02:02.543]➜  mkdir -p $WORK/b191/
2025-08-20T21:35:19.3843517Z [00:02:02.543]➜  cat >/tmp/go-build4032094447/b191/importcfg << 'EOF' # internal
2025-08-20T21:35:19.3843975Z [00:02:02.543]➜  # import config
2025-08-20T21:35:19.3844412Z [00:02:02.543]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:19.3845016Z [00:02:02.543]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:35:19.3845620Z [00:02:02.543]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:19.3846139Z [00:02:02.543]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:19.3846581Z [00:02:02.543]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:19.3846998Z [00:02:02.543]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:19.3847443Z [00:02:02.543]➜  packagefile compress/gzip=/tmp/go-build4032094447/b192/_pkg_.a
2025-08-20T21:35:19.3847916Z [00:02:02.543]➜  packagefile container/list=/tmp/go-build4032094447/b193/_pkg_.a
2025-08-20T21:35:19.3848675Z [00:02:02.543]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:19.3849120Z [00:02:02.543]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:19.3849576Z [00:02:02.543]➜  packagefile crypto/tls=/tmp/go-build4032094447/b200/_pkg_.a
2025-08-20T21:35:19.3850044Z [00:02:02.543]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:19.3850523Z [00:02:02.543]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:19.3850984Z [00:02:02.543]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:19.3851400Z [00:02:02.543]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:19.3851927Z [00:02:02.543]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4032094447/b246/_pkg_.a
2025-08-20T21:35:19.3852955Z [00:02:02.543]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build4032094447/b253/_pkg_.a
2025-08-20T21:35:19.3853647Z [00:02:02.543]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4032094447/b254/_pkg_.a
2025-08-20T21:35:19.3854252Z [00:02:02.543]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4032094447/b247/_pkg_.a
2025-08-20T21:35:19.3854778Z [00:02:02.543]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:19.3855215Z [00:02:02.543]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:19.3855620Z [00:02:02.543]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:19.3856043Z [00:02:02.543]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:19.3856491Z [00:02:02.543]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:19.3856899Z [00:02:02.543]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:19.3857322Z [00:02:02.543]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:19.3857758Z [00:02:02.543]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:19.3858187Z [00:02:02.543]➜  packagefile mime=/tmp/go-build4032094447/b255/_pkg_.a
2025-08-20T21:35:19.3858629Z [00:02:02.543]➜  packagefile mime/multipart=/tmp/go-build4032094447/b256/_pkg_.a
2025-08-20T21:35:19.3859066Z [00:02:02.543]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:19.3859520Z [00:02:02.543]➜  packagefile net/http/httptrace=/tmp/go-build4032094447/b258/_pkg_.a
2025-08-20T21:35:19.3860022Z [00:02:02.543]➜  packagefile net/http/internal=/tmp/go-build4032094447/b259/_pkg_.a
2025-08-20T21:35:19.3860825Z [00:02:02.543]➜  packagefile net/http/internal/ascii=/tmp/go-build4032094447/b260/_pkg_.a
2025-08-20T21:35:19.3861457Z [00:02:02.543]➜  packagefile net/http/internal/httpcommon=/tmp/go-build4032094447/b261/_pkg_.a
2025-08-20T21:35:19.3861977Z [00:02:02.543]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:19.3862556Z [00:02:02.543]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:19.3863037Z [00:02:02.543]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:19.3863440Z [00:02:02.543]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:19.3863884Z [00:02:02.543]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:19.3864331Z [00:02:02.543]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:19.3864757Z [00:02:02.543]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:19.3865183Z [00:02:02.543]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:19.3865595Z [00:02:02.543]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:19.3866012Z [00:02:02.543]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:19.3866435Z [00:02:02.543]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:19.3866850Z [00:02:02.543]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:19.3867526Z [00:02:02.543]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:19.3867961Z [00:02:02.543]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:19.3868380Z [00:02:02.543]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:19.3868831Z [00:02:02.543]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:19.3869164Z [00:02:02.543]➜  EOF
2025-08-20T21:35:19.3874333Z [00:02:02.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b191=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid 91ag1HTpTJf5Q1Bu4iIi/91ag1HTpTJf5Q1Bu4iIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:35:20.2947245Z [00:02:03.454]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:35:20.3132261Z [00:02:03.472]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/06/069117059435bc9e7646251eed0106ba829925a6665713d7157d2cbb1adba3e7-d # internal
2025-08-20T21:35:20.3137836Z [00:02:03.472]➜  github.com/zyedidia/micro/v2/internal/lua
2025-08-20T21:35:20.3138207Z [00:02:03.472]➜  mkdir -p $WORK/b179/
2025-08-20T21:35:20.3138600Z [00:02:03.472]➜  github.com/zyedidia/micro/v2/internal/util
2025-08-20T21:35:20.3138951Z [00:02:03.472]➜  mkdir -p $WORK/b262/
2025-08-20T21:35:20.3139330Z [00:02:03.473]➜  cat >/tmp/go-build4032094447/b179/importcfg << 'EOF' # internal
2025-08-20T21:35:20.3139683Z [00:02:03.473]➜  # import config
2025-08-20T21:35:20.3140384Z [00:02:03.473]➜  packagefile archive/zip=/tmp/go-build4032094447/b173/_pkg_.a
2025-08-20T21:35:20.3140902Z [00:02:03.473]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.3141327Z [00:02:03.473]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.3141741Z [00:02:03.473]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.3142236Z [00:02:03.473]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build4032094447/b180/_pkg_.a
2025-08-20T21:35:20.3143068Z [00:02:03.473]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:20.3143538Z [00:02:03.473]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:20.3143958Z [00:02:03.473]➜  packagefile io/ioutil=/tmp/go-build4032094447/b072/_pkg_.a
2025-08-20T21:35:20.3144439Z [00:02:03.473]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:20.3144909Z [00:02:03.473]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:20.3145335Z [00:02:03.473]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:20.3145754Z [00:02:03.473]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:20.3146173Z [00:02:03.473]➜  packagefile net/http=/tmp/go-build4032094447/b191/_pkg_.a
2025-08-20T21:35:20.3146589Z [00:02:03.473]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.3146992Z [00:02:03.473]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:20.3147742Z [00:02:03.473]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.3148192Z [00:02:03.473]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.3148616Z [00:02:03.473]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:20.3149042Z [00:02:03.473]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.3149468Z [00:02:03.473]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.3149929Z [00:02:03.473]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:20.3150262Z [00:02:03.473]➜  EOF
2025-08-20T21:35:20.3152015Z [00:02:03.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/lua=>github.com/zyedidia/micro/v2/internal/lua;$WORK/b179=>" -p github.com/zyedidia/micro/v2/internal/lua -lang=go1.19 -complete -installsuffix shared -buildid KM_GOnxkwNY-pDaci7Jj/KM_GOnxkwNY-pDaci7Jj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/lua/lua.go
2025-08-20T21:35:20.3153954Z [00:02:03.473]➜  cat >/tmp/go-build4032094447/b262/importcfg << 'EOF' # internal
2025-08-20T21:35:20.3162534Z [00:02:03.473]➜  # import config
2025-08-20T21:35:20.3162984Z [00:02:03.473]➜  packagefile archive/zip=/tmp/go-build4032094447/b173/_pkg_.a
2025-08-20T21:35:20.3163456Z [00:02:03.473]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.3163873Z [00:02:03.473]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.3164286Z [00:02:03.473]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.3164757Z [00:02:03.473]➜  packagefile github.com/blang/semver=/tmp/go-build4032094447/b176/_pkg_.a
2025-08-20T21:35:20.3165313Z [00:02:03.473]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build4032094447/b180/_pkg_.a
2025-08-20T21:35:20.3165898Z [00:02:03.473]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4032094447/b087/_pkg_.a
2025-08-20T21:35:20.3166375Z [00:02:03.473]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:20.3166780Z [00:02:03.473]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:20.3167184Z [00:02:03.473]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:20.3167602Z [00:02:03.473]➜  packagefile net/http=/tmp/go-build4032094447/b191/_pkg_.a
2025-08-20T21:35:20.3168332Z [00:02:03.473]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:20.3168837Z [00:02:03.473]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.3169245Z [00:02:03.473]➜  packagefile os/user=/tmp/go-build4032094447/b263/_pkg_.a
2025-08-20T21:35:20.3169693Z [00:02:03.473]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.3170131Z [00:02:03.473]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.3170561Z [00:02:03.473]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:20.3170984Z [00:02:03.473]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.3171406Z [00:02:03.473]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.3171818Z [00:02:03.473]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.3172236Z [00:02:03.473]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:20.3172955Z [00:02:03.473]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:20.3173290Z [00:02:03.473]➜  EOF
2025-08-20T21:35:20.3175696Z [00:02:03.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util=>github.com/zyedidia/micro/v2/internal/util;$WORK/b262=>" -p github.com/zyedidia/micro/v2/internal/util -lang=go1.19 -complete -installsuffix shared -buildid M9l7RPoRlFgCEB_Aw9W2/M9l7RPoRlFgCEB_Aw9W2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/lua.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/profile.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/unicode.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/util.go
2025-08-20T21:35:20.3653902Z [00:02:03.524]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:35:20.3654986Z [00:02:03.524]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/0f/0f50edeb2df244f1ec6c1c2d58ed9e1b6fb8b1c1a0e0f0a7b93dbe1bd5494e8d-d # internal
2025-08-20T21:35:20.3840761Z [00:02:03.543]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:35:20.3857410Z [00:02:03.545]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/65/65984b8f3e54db31d61f521908856b7bac07b7a18f4609c63fcad48423516c52-d # internal
2025-08-20T21:35:20.3860203Z [00:02:03.545]➜  github.com/zyedidia/micro/v2/internal/config
2025-08-20T21:35:20.3860556Z [00:02:03.545]➜  mkdir -p $WORK/b172/
2025-08-20T21:35:20.3863206Z [00:02:03.545]➜  cat >/tmp/go-build4032094447/b172/importcfg << 'EOF' # internal
2025-08-20T21:35:20.3864623Z [00:02:03.546]➜  # import config
2025-08-20T21:35:20.3865075Z [00:02:03.546]➜  packagefile archive/zip=/tmp/go-build4032094447/b173/_pkg_.a
2025-08-20T21:35:20.3865526Z [00:02:03.546]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.3865978Z [00:02:03.546]➜  packagefile encoding/json=/tmp/go-build4032094447/b137/_pkg_.a
2025-08-20T21:35:20.3866443Z [00:02:03.546]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.3866871Z [00:02:03.546]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.3867343Z [00:02:03.546]➜  packagefile github.com/blang/semver=/tmp/go-build4032094447/b176/_pkg_.a
2025-08-20T21:35:20.3867903Z [00:02:03.546]➜  packagefile github.com/micro-editor/json5=/tmp/go-build4032094447/b140/_pkg_.a
2025-08-20T21:35:20.3868482Z [00:02:03.546]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.3869079Z [00:02:03.546]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build4032094447/b177/_pkg_.a
2025-08-20T21:35:20.3869646Z [00:02:03.546]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:20.3870191Z [00:02:03.546]➜  packagefile github.com/zyedidia/glob=/tmp/go-build4032094447/b178/_pkg_.a
2025-08-20T21:35:20.3870802Z [00:02:03.546]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:20.3871783Z [00:02:03.546]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.3872920Z [00:02:03.546]➜  packagefile github.com/zyedidia/micro/v2/runtime=/tmp/go-build4032094447/b264/_pkg_.a
2025-08-20T21:35:20.3873613Z [00:02:03.546]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build4032094447/b266/_pkg_.a
2025-08-20T21:35:20.3874122Z [00:02:03.546]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:20.3874536Z [00:02:03.546]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:20.3874956Z [00:02:03.546]➜  packagefile net/http=/tmp/go-build4032094447/b191/_pkg_.a
2025-08-20T21:35:20.3875367Z [00:02:03.546]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.3875801Z [00:02:03.546]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.3876248Z [00:02:03.546]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:20.3876682Z [00:02:03.546]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.3877102Z [00:02:03.546]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:20.3877516Z [00:02:03.546]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:20.3877932Z [00:02:03.546]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.3878355Z [00:02:03.546]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.3879081Z [00:02:03.546]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:20.3879491Z [00:02:03.546]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.3879793Z [00:02:03.546]➜  EOF
2025-08-20T21:35:20.3883660Z [00:02:03.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config=>github.com/zyedidia/micro/v2/internal/config;$WORK/b172=>" -p github.com/zyedidia/micro/v2/internal/config -lang=go1.19 -complete -installsuffix shared -buildid ZMYE1zW0WLzJWEouLMTL/ZMYE1zW0WLzJWEouLMTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/autosave.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/colorscheme.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/config.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/globals.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_installer.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_manager.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/rtfiles.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/settings.go
2025-08-20T21:35:20.4909160Z [00:02:03.650]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:35:20.4931371Z [00:02:03.652]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/90/905fac8dd79723e4fb84ac2387696b3e766785595d87983c3e0b103fd86dfa00-d # internal
2025-08-20T21:35:20.4933121Z [00:02:03.652]➜  github.com/zyedidia/micro/v2/internal/screen
2025-08-20T21:35:20.4933462Z [00:02:03.652]➜  mkdir -p $WORK/b171/
2025-08-20T21:35:20.4934871Z [00:02:03.653]➜  cat >/tmp/go-build4032094447/b171/importcfg << 'EOF' # internal
2025-08-20T21:35:20.4935230Z [00:02:03.653]➜  # import config
2025-08-20T21:35:20.4935566Z [00:02:03.653]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:20.4936194Z [00:02:03.653]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.4936690Z [00:02:03.653]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.4937196Z [00:02:03.653]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.4937845Z [00:02:03.653]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:20.4938532Z [00:02:03.653]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.4939342Z [00:02:03.653]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:20.4939826Z [00:02:03.653]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.4940234Z [00:02:03.653]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.4940655Z [00:02:03.653]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.4941079Z [00:02:03.653]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:20.4941393Z [00:02:03.653]➜  EOF
2025-08-20T21:35:20.4943874Z [00:02:03.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen=>github.com/zyedidia/micro/v2/internal/screen;$WORK/b171=>" -p github.com/zyedidia/micro/v2/internal/screen -lang=go1.19 -complete -installsuffix shared -buildid 5VLTfvVtvXpHOWUCcySz/5VLTfvVtvXpHOWUCcySz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/message.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/screen.go
2025-08-20T21:35:20.5186500Z [00:02:03.678]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:35:20.5193832Z [00:02:03.678]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/d4/d48e250aa24b4b53e62b383dc9a8a436a0c3bf84892799a251a7e82cabda1d78-d # internal
2025-08-20T21:35:20.5194503Z [00:02:03.679]➜  github.com/zyedidia/micro/v2/internal/clipboard
2025-08-20T21:35:20.5194846Z [00:02:03.679]➜  mkdir -p $WORK/b169/
2025-08-20T21:35:20.5197781Z [00:02:03.679]➜  cat >/tmp/go-build4032094447/b169/importcfg << 'EOF' # internal
2025-08-20T21:35:20.5198160Z [00:02:03.679]➜  # import config
2025-08-20T21:35:20.5198504Z [00:02:03.679]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.5198925Z [00:02:03.679]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.5199437Z [00:02:03.679]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.5200040Z [00:02:03.679]➜  packagefile github.com/zyedidia/clipper=/tmp/go-build4032094447/b170/_pkg_.a
2025-08-20T21:35:20.5200683Z [00:02:03.679]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.5201221Z [00:02:03.679]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.5201527Z [00:02:03.679]➜  EOF
2025-08-20T21:35:20.5204553Z [00:02:03.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard=>github.com/zyedidia/micro/v2/internal/clipboard;$WORK/b169=>" -p github.com/zyedidia/micro/v2/internal/clipboard -lang=go1.19 -complete -installsuffix shared -buildid w_sYqy0hGjRyf2TTD24B/w_sYqy0hGjRyf2TTD24B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/clipboard.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/internal.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/multi.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/terminal.go
2025-08-20T21:35:20.5395453Z [00:02:03.699]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:35:20.5401520Z [00:02:03.699]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/58/58704591ae5c9ff210eebd4380b2390f745b4533a027b222b2fb4539f7c2b83c-d # internal
2025-08-20T21:35:20.5408171Z [00:02:03.700]➜  github.com/zyedidia/micro/v2/internal/buffer
2025-08-20T21:35:20.5409799Z [00:02:03.700]➜  mkdir -p $WORK/b143/
2025-08-20T21:35:20.5413717Z [00:02:03.700]➜  cat >/tmp/go-build4032094447/b143/importcfg << 'EOF' # internal
2025-08-20T21:35:20.5414102Z [00:02:03.700]➜  # import config
2025-08-20T21:35:20.5414447Z [00:02:03.700]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:20.5414866Z [00:02:03.700]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.5415351Z [00:02:03.700]➜  packagefile crypto/md5=/tmp/go-build4032094447/b144/_pkg_.a
2025-08-20T21:35:20.5416426Z [00:02:03.700]➜  packagefile encoding/gob=/tmp/go-build4032094447/b044/_pkg_.a
2025-08-20T21:35:20.5416956Z [00:02:03.700]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.5418009Z [00:02:03.700]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.5418519Z [00:02:03.700]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.5419140Z [00:02:03.700]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build4032094447/b166/_pkg_.a
2025-08-20T21:35:20.5420077Z [00:02:03.700]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build4032094447/b169/_pkg_.a
2025-08-20T21:35:20.5420894Z [00:02:03.700]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:20.5421592Z [00:02:03.700]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:20.5422280Z [00:02:03.701]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.5423171Z [00:02:03.701]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.5423852Z [00:02:03.701]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build4032094447/b280/_pkg_.a
2025-08-20T21:35:20.5424459Z [00:02:03.701]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:20.5425052Z [00:02:03.701]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build4032094447/b266/_pkg_.a
2025-08-20T21:35:20.5425970Z [00:02:03.701]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build4032094447/b273/_pkg_.a
2025-08-20T21:35:20.5426556Z [00:02:03.701]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:20.5427029Z [00:02:03.701]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:20.5427432Z [00:02:03.701]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:20.5427909Z [00:02:03.701]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:20.5428360Z [00:02:03.701]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.5428768Z [00:02:03.701]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:20.5429197Z [00:02:03.701]➜  packagefile os/signal=/tmp/go-build4032094447/b131/_pkg_.a
2025-08-20T21:35:20.5429651Z [00:02:03.701]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.5430104Z [00:02:03.701]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:20.5430523Z [00:02:03.701]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.5430942Z [00:02:03.701]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:20.5431357Z [00:02:03.701]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:20.5431773Z [00:02:03.701]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.5432207Z [00:02:03.701]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.5432922Z [00:02:03.701]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:20.5433338Z [00:02:03.701]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.5433751Z [00:02:03.701]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:20.5434193Z [00:02:03.701]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:20.5434534Z [00:02:03.701]➜  EOF
2025-08-20T21:35:20.5439440Z [00:02:03.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer=>github.com/zyedidia/micro/v2/internal/buffer;$WORK/b143=>" -p github.com/zyedidia/micro/v2/internal/buffer -lang=go1.19 -complete -installsuffix shared -buildid 5JSmdmjZHsfXkrkjzli5/5JSmdmjZHsfXkrkjzli5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/autocomplete.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/backup.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/cursor.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/eventhandler.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/line_array.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/loc.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/message.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/save.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/search.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/serialize.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/settings.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/stack.go
2025-08-20T21:35:20.7281111Z [00:02:03.887]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:35:20.7324392Z [00:02:03.891]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/14/146c0ee299ee7df8d4c539d8dbb54bb868561bb9a98b644cb3cd349dac9b59f0-d # internal
2025-08-20T21:35:20.7326744Z [00:02:03.892]➜  github.com/zyedidia/micro/v2/internal/info
2025-08-20T21:35:20.7327260Z [00:02:03.892]➜  mkdir -p $WORK/b283/
2025-08-20T21:35:20.7328637Z [00:02:03.892]➜  github.com/zyedidia/micro/v2/internal/shell
2025-08-20T21:35:20.7330159Z [00:02:03.892]➜  mkdir -p $WORK/b284/
2025-08-20T21:35:20.7330637Z [00:02:03.892]➜  cat >/tmp/go-build4032094447/b283/importcfg << 'EOF' # internal
2025-08-20T21:35:20.7330984Z [00:02:03.892]➜  # import config
2025-08-20T21:35:20.7331733Z [00:02:03.892]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.7332176Z [00:02:03.892]➜  packagefile encoding/gob=/tmp/go-build4032094447/b044/_pkg_.a
2025-08-20T21:35:20.7332831Z [00:02:03.892]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.7333248Z [00:02:03.892]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.7333813Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:20.7334520Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:20.7335204Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.7335882Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.7336412Z [00:02:03.892]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:20.7336828Z [00:02:03.892]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.7337262Z [00:02:03.892]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.7337706Z [00:02:03.892]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.7338022Z [00:02:03.892]➜  EOF
2025-08-20T21:35:20.7340283Z [00:02:03.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info=>github.com/zyedidia/micro/v2/internal/info;$WORK/b283=>" -p github.com/zyedidia/micro/v2/internal/info -lang=go1.19 -complete -installsuffix shared -buildid 6LoiRgWrmB24RJbrgDQz/6LoiRgWrmB24RJbrgDQz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/gutter.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/history.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/infobuffer.go
2025-08-20T21:35:20.7342921Z [00:02:03.892]➜  cat >/tmp/go-build4032094447/b284/importcfg << 'EOF' # internal
2025-08-20T21:35:20.7343301Z [00:02:03.892]➜  # import config
2025-08-20T21:35:20.7343634Z [00:02:03.892]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.7344050Z [00:02:03.892]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.7344458Z [00:02:03.892]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.7345256Z [00:02:03.892]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build4032094447/b139/_pkg_.a
2025-08-20T21:35:20.7345938Z [00:02:03.892]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build4032094447/b141/_pkg_.a
2025-08-20T21:35:20.7346586Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:20.7347350Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.7348046Z [00:02:03.892]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.7348586Z [00:02:03.892]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:20.7348986Z [00:02:03.892]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.7349396Z [00:02:03.892]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:20.7349824Z [00:02:03.892]➜  packagefile os/signal=/tmp/go-build4032094447/b131/_pkg_.a
2025-08-20T21:35:20.7350266Z [00:02:03.892]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.7350583Z [00:02:03.892]➜  EOF
2025-08-20T21:35:20.7352901Z [00:02:03.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell=>github.com/zyedidia/micro/v2/internal/shell;$WORK/b284=>" -p github.com/zyedidia/micro/v2/internal/shell -lang=go1.19 -complete -installsuffix shared -buildid v-SmCDs7OceedovaL71p/v-SmCDs7OceedovaL71p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/job.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/shell.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/terminal.go
2025-08-20T21:35:20.7736044Z [00:02:03.933]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:35:20.7736805Z [00:02:03.933]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/9d/9de30f0d8bb1f43f96eeee99072032a1b4a14c71d7a9ef5df3c9f324ae28a21c-d # internal
2025-08-20T21:35:20.7995966Z [00:02:03.959]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:35:20.8019089Z [00:02:03.961]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/84/84946e6f98ce69ee425f73983fa34983e8cea9cb400e2ffed2d747c69ec7bfba-d # internal
2025-08-20T21:35:20.8021944Z [00:02:03.961]➜  github.com/zyedidia/micro/v2/internal/display
2025-08-20T21:35:20.8022383Z [00:02:03.961]➜  mkdir -p $WORK/b282/
2025-08-20T21:35:20.8022858Z [00:02:03.961]➜  cat >/tmp/go-build4032094447/b282/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8023267Z [00:02:03.961]➜  # import config
2025-08-20T21:35:20.8023604Z [00:02:03.961]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.8024016Z [00:02:03.961]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.8024512Z [00:02:03.961]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4032094447/b087/_pkg_.a
2025-08-20T21:35:20.8025098Z [00:02:03.961]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.8026004Z [00:02:03.961]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build4032094447/b141/_pkg_.a
2025-08-20T21:35:20.8026655Z [00:02:03.961]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:20.8027293Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:20.8027983Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:20.8028676Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build4032094447/b283/_pkg_.a
2025-08-20T21:35:20.8029355Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:20.8030029Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.8030721Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build4032094447/b284/_pkg_.a
2025-08-20T21:35:20.8031392Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.8032063Z [00:02:03.961]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build4032094447/b285/_pkg_.a
2025-08-20T21:35:20.8033113Z [00:02:03.961]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:20.8033588Z [00:02:03.961]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.8034280Z [00:02:03.961]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.8034712Z [00:02:03.961]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.8035027Z [00:02:03.961]➜  EOF
2025-08-20T21:35:20.8038569Z [00:02:03.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display=>github.com/zyedidia/micro/v2/internal/display;$WORK/b282=>" -p github.com/zyedidia/micro/v2/internal/display -lang=go1.19 -complete -installsuffix shared -buildid bVFxSRYODybTZGSmupmG/bVFxSRYODybTZGSmupmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/bufwindow.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/infowindow.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/softwrap.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/statusline.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/tabwindow.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/termwindow.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/uiwindow.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/window.go
2025-08-20T21:35:20.9376840Z [00:02:04.097]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:35:20.9416900Z [00:02:04.101]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/22/22cea09a8dd66d99e1879934a8e579cce2db70147d30deec8e16a878ce05fa94-d # internal
2025-08-20T21:35:20.9420308Z [00:02:04.101]➜  github.com/zyedidia/micro/v2/internal/action
2025-08-20T21:35:20.9420677Z [00:02:04.101]➜  mkdir -p $WORK/b136/
2025-08-20T21:35:20.9424810Z [00:02:04.101]➜  cat >/tmp/go-build4032094447/b136/importcfg << 'EOF' # internal
2025-08-20T21:35:20.9425225Z [00:02:04.101]➜  # import config
2025-08-20T21:35:20.9425563Z [00:02:04.101]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:20.9426005Z [00:02:04.101]➜  packagefile encoding/json=/tmp/go-build4032094447/b137/_pkg_.a
2025-08-20T21:35:20.9426472Z [00:02:04.101]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:20.9426884Z [00:02:04.101]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:20.9427394Z [00:02:04.101]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build4032094447/b139/_pkg_.a
2025-08-20T21:35:20.9427988Z [00:02:04.101]➜  packagefile github.com/micro-editor/json5=/tmp/go-build4032094447/b140/_pkg_.a
2025-08-20T21:35:20.9428894Z [00:02:04.101]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:20.9429567Z [00:02:04.101]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build4032094447/b141/_pkg_.a
2025-08-20T21:35:20.9430141Z [00:02:04.101]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:20.9430776Z [00:02:04.101]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:20.9431478Z [00:02:04.101]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build4032094447/b169/_pkg_.a
2025-08-20T21:35:20.9432191Z [00:02:04.101]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:20.9433133Z [00:02:04.101]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build4032094447/b282/_pkg_.a
2025-08-20T21:35:20.9433819Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build4032094447/b283/_pkg_.a
2025-08-20T21:35:20.9434494Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:20.9435169Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:20.9435846Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build4032094447/b284/_pkg_.a
2025-08-20T21:35:20.9436515Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:20.9437622Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build4032094447/b285/_pkg_.a
2025-08-20T21:35:20.9438303Z [00:02:04.102]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build4032094447/b280/_pkg_.a
2025-08-20T21:35:20.9438838Z [00:02:04.102]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:20.9439307Z [00:02:04.102]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:20.9439773Z [00:02:04.102]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:20.9440185Z [00:02:04.102]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:20.9440631Z [00:02:04.102]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:20.9441078Z [00:02:04.102]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:20.9441496Z [00:02:04.102]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:20.9441928Z [00:02:04.102]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:20.9442524Z [00:02:04.102]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:20.9443022Z [00:02:04.102]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:20.9443446Z [00:02:04.102]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:20.9443867Z [00:02:04.102]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:20.9444292Z [00:02:04.102]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:20.9444708Z [00:02:04.102]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:20.9445022Z [00:02:04.102]➜  EOF
2025-08-20T21:35:20.9450809Z [00:02:04.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action=>github.com/zyedidia/micro/v2/internal/action;$WORK/b136=>" -p github.com/zyedidia/micro/v2/internal/action -lang=go1.19 -complete -installsuffix shared -buildid jBcP9pJi5rIneAUehggI/jBcP9pJi5rIneAUehggI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions_posix.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bindings.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bufpane.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/command.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults_other.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/events.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/globals.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infocomplete.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infopane.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/keytree.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/pane.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/rawpane.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/tab.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/terminal_supported.go /tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/termpane.go
2025-08-20T21:35:21.3574731Z [00:02:04.516]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:35:21.3687855Z [00:02:04.528]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/46/469c1f3959c75d0f2e8767c1e23cdf96191e77275eb0df202b4d52c347fd09d5-d # internal
2025-08-20T21:35:21.3688514Z [00:02:04.528]➜  github.com/zyedidia/micro/v2/cmd/micro
2025-08-20T21:35:21.3689122Z [00:02:04.528]➜  mkdir -p $WORK/b001/
2025-08-20T21:35:21.3693285Z [00:02:04.528]➜  cat >/tmp/go-build4032094447/b001/importcfg << 'EOF' # internal
2025-08-20T21:35:21.3693748Z [00:02:04.528]➜  # import config
2025-08-20T21:35:21.3694095Z [00:02:04.528]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:21.3694545Z [00:02:04.528]➜  packagefile encoding/gob=/tmp/go-build4032094447/b044/_pkg_.a
2025-08-20T21:35:21.3694988Z [00:02:04.528]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:21.3695753Z [00:02:04.528]➜  packagefile flag=/tmp/go-build4032094447/b070/_pkg_.a
2025-08-20T21:35:21.3696166Z [00:02:04.528]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:21.3696658Z [00:02:04.528]➜  packagefile github.com/go-errors/errors=/tmp/go-build4032094447/b071/_pkg_.a
2025-08-20T21:35:21.3697214Z [00:02:04.528]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4032094447/b073/_pkg_.a
2025-08-20T21:35:21.3697802Z [00:02:04.528]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:21.3698382Z [00:02:04.528]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:21.3699014Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/action=/tmp/go-build4032094447/b136/_pkg_.a
2025-08-20T21:35:21.3699709Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:21.3700421Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build4032094447/b169/_pkg_.a
2025-08-20T21:35:21.3701125Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:21.3701820Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build4032094447/b282/_pkg_.a
2025-08-20T21:35:21.3702813Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:21.3703555Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:21.3704243Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build4032094447/b284/_pkg_.a
2025-08-20T21:35:21.3704913Z [00:02:04.528]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:21.3705436Z [00:02:04.528]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:21.3705904Z [00:02:04.528]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:21.3706362Z [00:02:04.528]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:21.3706763Z [00:02:04.528]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:21.3707189Z [00:02:04.528]➜  packagefile os/signal=/tmp/go-build4032094447/b131/_pkg_.a
2025-08-20T21:35:21.3707873Z [00:02:04.528]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:21.3708394Z [00:02:04.528]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:21.3708821Z [00:02:04.528]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:21.3709268Z [00:02:04.528]➜  packagefile runtime/pprof=/tmp/go-build4032094447/b286/_pkg_.a
2025-08-20T21:35:21.3709704Z [00:02:04.528]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:21.3710130Z [00:02:04.528]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:21.3710562Z [00:02:04.528]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:21.3710984Z [00:02:04.528]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:21.3711397Z [00:02:04.528]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:21.3711830Z [00:02:04.528]➜  packagefile runtime/cgo=/tmp/go-build4032094447/b190/_pkg_.a
2025-08-20T21:35:21.3712165Z [00:02:04.528]➜  EOF
2025-08-20T21:35:21.3714005Z [00:02:04.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro=>github.com/zyedidia/micro/v2/cmd/micro;$WORK/b001=>" -p main -lang=go1.19 -complete -installsuffix shared -buildid x-rb2v-ItrIJUDcgSoQn/x-rb2v-ItrIJUDcgSoQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./clean.go ./debug.go ./initlua.go ./micro.go
2025-08-20T21:35:21.4451169Z [00:02:04.604]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:35:21.4465208Z [00:02:04.606]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/23/23961fe2c5c385b2f7418c51eb9bd1d85f8ecd8366440586d8e1db8ed7fec773-d # internal
2025-08-20T21:35:21.4490073Z [00:02:04.608]➜  cat >/tmp/go-build4032094447/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:35:21.4491867Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/cmd/micro=/tmp/go-build4032094447/b001/_pkg_.a
2025-08-20T21:35:21.4492544Z [00:02:04.608]➜  packagefile bufio=/tmp/go-build4032094447/b002/_pkg_.a
2025-08-20T21:35:21.4493811Z [00:02:04.608]➜  packagefile encoding/gob=/tmp/go-build4032094447/b044/_pkg_.a
2025-08-20T21:35:21.4494580Z [00:02:04.608]➜  packagefile errors=/tmp/go-build4032094447/b004/_pkg_.a
2025-08-20T21:35:21.4494998Z [00:02:04.608]➜  packagefile flag=/tmp/go-build4032094447/b070/_pkg_.a
2025-08-20T21:35:21.4495403Z [00:02:04.608]➜  packagefile fmt=/tmp/go-build4032094447/b053/_pkg_.a
2025-08-20T21:35:21.4495910Z [00:02:04.608]➜  packagefile github.com/go-errors/errors=/tmp/go-build4032094447/b071/_pkg_.a
2025-08-20T21:35:21.4496458Z [00:02:04.608]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build4032094447/b073/_pkg_.a
2025-08-20T21:35:21.4497034Z [00:02:04.608]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build4032094447/b076/_pkg_.a
2025-08-20T21:35:21.4497606Z [00:02:04.608]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build4032094447/b132/_pkg_.a
2025-08-20T21:35:21.4498257Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/action=/tmp/go-build4032094447/b136/_pkg_.a
2025-08-20T21:35:21.4498950Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build4032094447/b143/_pkg_.a
2025-08-20T21:35:21.4499659Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build4032094447/b169/_pkg_.a
2025-08-20T21:35:21.4500355Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build4032094447/b172/_pkg_.a
2025-08-20T21:35:21.4501052Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build4032094447/b282/_pkg_.a
2025-08-20T21:35:21.4501735Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build4032094447/b179/_pkg_.a
2025-08-20T21:35:21.4502591Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build4032094447/b171/_pkg_.a
2025-08-20T21:35:21.4503349Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build4032094447/b284/_pkg_.a
2025-08-20T21:35:21.4504375Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build4032094447/b262/_pkg_.a
2025-08-20T21:35:21.4504979Z [00:02:04.608]➜  packagefile io=/tmp/go-build4032094447/b034/_pkg_.a
2025-08-20T21:35:21.4505445Z [00:02:04.608]➜  packagefile layeh.com/gopher-luar=/tmp/go-build4032094447/b182/_pkg_.a
2025-08-20T21:35:21.4505901Z [00:02:04.608]➜  packagefile log=/tmp/go-build4032094447/b129/_pkg_.a
2025-08-20T21:35:21.4506323Z [00:02:04.608]➜  packagefile os=/tmp/go-build4032094447/b055/_pkg_.a
2025-08-20T21:35:21.4506740Z [00:02:04.608]➜  packagefile os/signal=/tmp/go-build4032094447/b131/_pkg_.a
2025-08-20T21:35:21.4507193Z [00:02:04.608]➜  packagefile path/filepath=/tmp/go-build4032094447/b100/_pkg_.a
2025-08-20T21:35:21.4507637Z [00:02:04.608]➜  packagefile regexp=/tmp/go-build4032094447/b089/_pkg_.a
2025-08-20T21:35:21.4508059Z [00:02:04.608]➜  packagefile runtime=/tmp/go-build4032094447/b010/_pkg_.a
2025-08-20T21:35:21.4508515Z [00:02:04.608]➜  packagefile runtime/pprof=/tmp/go-build4032094447/b286/_pkg_.a
2025-08-20T21:35:21.4508955Z [00:02:04.608]➜  packagefile sort=/tmp/go-build4032094447/b075/_pkg_.a
2025-08-20T21:35:21.4509398Z [00:02:04.608]➜  packagefile strconv=/tmp/go-build4032094447/b050/_pkg_.a
2025-08-20T21:35:21.4509828Z [00:02:04.608]➜  packagefile strings=/tmp/go-build4032094447/b043/_pkg_.a
2025-08-20T21:35:21.4510256Z [00:02:04.608]➜  packagefile syscall=/tmp/go-build4032094447/b063/_pkg_.a
2025-08-20T21:35:21.4510972Z [00:02:04.608]➜  packagefile time=/tmp/go-build4032094447/b060/_pkg_.a
2025-08-20T21:35:21.4511403Z [00:02:04.608]➜  packagefile runtime/cgo=/tmp/go-build4032094447/b190/_pkg_.a
2025-08-20T21:35:21.4511836Z [00:02:04.608]➜  packagefile bytes=/tmp/go-build4032094447/b003/_pkg_.a
2025-08-20T21:35:21.4512281Z [00:02:04.608]➜  packagefile unicode/utf8=/tmp/go-build4032094447/b042/_pkg_.a
2025-08-20T21:35:21.4512942Z [00:02:04.608]➜  packagefile encoding=/tmp/go-build4032094447/b045/_pkg_.a
2025-08-20T21:35:21.4513417Z [00:02:04.608]➜  packagefile encoding/binary=/tmp/go-build4032094447/b046/_pkg_.a
2025-08-20T21:35:21.4513905Z [00:02:04.608]➜  packagefile internal/saferio=/tmp/go-build4032094447/b068/_pkg_.a
2025-08-20T21:35:21.4514352Z [00:02:04.608]➜  packagefile maps=/tmp/go-build4032094447/b069/_pkg_.a
2025-08-20T21:35:21.4514764Z [00:02:04.608]➜  packagefile math=/tmp/go-build4032094447/b047/_pkg_.a
2025-08-20T21:35:21.4515187Z [00:02:04.608]➜  packagefile math/bits=/tmp/go-build4032094447/b040/_pkg_.a
2025-08-20T21:35:21.4515629Z [00:02:04.608]➜  packagefile reflect=/tmp/go-build4032094447/b048/_pkg_.a
2025-08-20T21:35:21.4516047Z [00:02:04.608]➜  packagefile sync=/tmp/go-build4032094447/b035/_pkg_.a
2025-08-20T21:35:21.4516476Z [00:02:04.608]➜  packagefile sync/atomic=/tmp/go-build4032094447/b037/_pkg_.a
2025-08-20T21:35:21.4516919Z [00:02:04.608]➜  packagefile unicode=/tmp/go-build4032094447/b041/_pkg_.a
2025-08-20T21:35:21.4517395Z [00:02:04.608]➜  packagefile internal/reflectlite=/tmp/go-build4032094447/b005/_pkg_.a
2025-08-20T21:35:21.4517878Z [00:02:04.608]➜  packagefile slices=/tmp/go-build4032094447/b051/_pkg_.a
2025-08-20T21:35:21.4518337Z [00:02:04.608]➜  packagefile internal/fmtsort=/tmp/go-build4032094447/b054/_pkg_.a
2025-08-20T21:35:21.4518805Z [00:02:04.608]➜  packagefile io/ioutil=/tmp/go-build4032094447/b072/_pkg_.a
2025-08-20T21:35:21.4519286Z [00:02:04.608]➜  packagefile golang.org/x/sys/unix=/tmp/go-build4032094447/b074/_pkg_.a
2025-08-20T21:35:21.4519789Z [00:02:04.608]➜  packagefile encoding/base64=/tmp/go-build4032094447/b077/_pkg_.a
2025-08-20T21:35:21.4520333Z [00:02:04.608]➜  packagefile github.com/gdamore/encoding=/tmp/go-build4032094447/b078/_pkg_.a
2025-08-20T21:35:21.4520924Z [00:02:04.608]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build4032094447/b082/_pkg_.a
2025-08-20T21:35:21.4521518Z [00:02:04.608]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build4032094447/b087/_pkg_.a
2025-08-20T21:35:21.4522446Z [00:02:04.608]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build4032094447/b091/_pkg_.a
2025-08-20T21:35:21.4523208Z [00:02:04.608]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/base=/tmp/go-build4032094447/b092/_pkg_.a
2025-08-20T21:35:21.4523918Z [00:02:04.608]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/dynamic=/tmp/go-build4032094447/b098/_pkg_.a
2025-08-20T21:35:21.4524646Z [00:02:04.608]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/extended=/tmp/go-build4032094447/b101/_pkg_.a
2025-08-20T21:35:21.4525288Z [00:02:04.608]➜  packagefile golang.org/x/text/encoding=/tmp/go-build4032094447/b079/_pkg_.a
2025-08-20T21:35:21.4525844Z [00:02:04.608]➜  packagefile golang.org/x/text/transform=/tmp/go-build4032094447/b081/_pkg_.a
2025-08-20T21:35:21.4526343Z [00:02:04.608]➜  packagefile context=/tmp/go-build4032094447/b084/_pkg_.a
2025-08-20T21:35:21.4526854Z [00:02:04.608]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build4032094447/b133/_pkg_.a
2025-08-20T21:35:21.4527447Z [00:02:04.608]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build4032094447/b134/_pkg_.a
2025-08-20T21:35:21.4528026Z [00:02:04.608]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build4032094447/b135/_pkg_.a
2025-08-20T21:35:21.4528522Z [00:02:04.608]➜  packagefile math/rand=/tmp/go-build4032094447/b086/_pkg_.a
2025-08-20T21:35:21.4528958Z [00:02:04.608]➜  packagefile os/exec=/tmp/go-build4032094447/b099/_pkg_.a
2025-08-20T21:35:21.4529403Z [00:02:04.608]➜  packagefile encoding/json=/tmp/go-build4032094447/b137/_pkg_.a
2025-08-20T21:35:21.4530203Z [00:02:04.608]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build4032094447/b139/_pkg_.a
2025-08-20T21:35:21.4530787Z [00:02:04.608]➜  packagefile github.com/micro-editor/json5=/tmp/go-build4032094447/b140/_pkg_.a
2025-08-20T21:35:21.4531368Z [00:02:04.608]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build4032094447/b141/_pkg_.a
2025-08-20T21:35:21.4532002Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build4032094447/b283/_pkg_.a
2025-08-20T21:35:21.4533257Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build4032094447/b285/_pkg_.a
2025-08-20T21:35:21.4533950Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build4032094447/b280/_pkg_.a
2025-08-20T21:35:21.4534485Z [00:02:04.608]➜  packagefile io/fs=/tmp/go-build4032094447/b057/_pkg_.a
2025-08-20T21:35:21.4534917Z [00:02:04.608]➜  packagefile crypto/md5=/tmp/go-build4032094447/b144/_pkg_.a
2025-08-20T21:35:21.4535557Z [00:02:04.608]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build4032094447/b166/_pkg_.a
2025-08-20T21:35:21.4536199Z [00:02:04.608]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build4032094447/b266/_pkg_.a
2025-08-20T21:35:21.4536820Z [00:02:04.608]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build4032094447/b273/_pkg_.a
2025-08-20T21:35:21.4537409Z [00:02:04.608]➜  packagefile github.com/zyedidia/clipper=/tmp/go-build4032094447/b170/_pkg_.a
2025-08-20T21:35:21.4537924Z [00:02:04.608]➜  packagefile archive/zip=/tmp/go-build4032094447/b173/_pkg_.a
2025-08-20T21:35:21.4538417Z [00:02:04.608]➜  packagefile github.com/blang/semver=/tmp/go-build4032094447/b176/_pkg_.a
2025-08-20T21:35:21.4538980Z [00:02:04.608]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build4032094447/b177/_pkg_.a
2025-08-20T21:35:21.4539539Z [00:02:04.608]➜  packagefile github.com/zyedidia/glob=/tmp/go-build4032094447/b178/_pkg_.a
2025-08-20T21:35:21.4540130Z [00:02:04.608]➜  packagefile github.com/zyedidia/micro/v2/runtime=/tmp/go-build4032094447/b264/_pkg_.a
2025-08-20T21:35:21.4540656Z [00:02:04.608]➜  packagefile net/http=/tmp/go-build4032094447/b191/_pkg_.a
2025-08-20T21:35:21.4541161Z [00:02:04.608]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build4032094447/b180/_pkg_.a
2025-08-20T21:35:21.4541641Z [00:02:04.608]➜  packagefile net=/tmp/go-build4032094447/b183/_pkg_.a
2025-08-20T21:35:21.4542047Z [00:02:04.608]➜  packagefile path=/tmp/go-build4032094447/b059/_pkg_.a
2025-08-20T21:35:21.4542885Z [00:02:04.608]➜  packagefile net/url=/tmp/go-build4032094447/b168/_pkg_.a
2025-08-20T21:35:21.4543394Z [00:02:04.608]➜  packagefile os/user=/tmp/go-build4032094447/b263/_pkg_.a
2025-08-20T21:35:21.4543847Z [00:02:04.608]➜  packagefile log/internal=/tmp/go-build4032094447/b130/_pkg_.a
2025-08-20T21:35:21.4544326Z [00:02:04.608]➜  packagefile internal/bytealg=/tmp/go-build4032094447/b011/_pkg_.a
2025-08-20T21:35:21.4544820Z [00:02:04.608]➜  packagefile internal/byteorder=/tmp/go-build4032094447/b013/_pkg_.a
2025-08-20T21:35:21.4545351Z [00:02:04.608]➜  packagefile internal/filepathlite=/tmp/go-build4032094447/b056/_pkg_.a
2025-08-20T21:35:21.4545852Z [00:02:04.608]➜  packagefile internal/goarch=/tmp/go-build4032094447/b007/_pkg_.a
2025-08-20T21:35:21.4546326Z [00:02:04.608]➜  packagefile internal/itoa=/tmp/go-build4032094447/b049/_pkg_.a
2025-08-20T21:35:21.4546796Z [00:02:04.608]➜  packagefile internal/poll=/tmp/go-build4032094447/b064/_pkg_.a
2025-08-20T21:35:21.4547300Z [00:02:04.608]➜  packagefile internal/stringslite=/tmp/go-build4032094447/b032/_pkg_.a
2025-08-20T21:35:21.4547835Z [00:02:04.608]➜  packagefile internal/syscall/execenv=/tmp/go-build4032094447/b066/_pkg_.a
2025-08-20T21:35:21.4548370Z [00:02:04.608]➜  packagefile internal/syscall/unix=/tmp/go-build4032094447/b065/_pkg_.a
2025-08-20T21:35:21.4548874Z [00:02:04.608]➜  packagefile internal/testlog=/tmp/go-build4032094447/b067/_pkg_.a
2025-08-20T21:35:21.4549347Z [00:02:04.608]➜  packagefile regexp/syntax=/tmp/go-build4032094447/b090/_pkg_.a
2025-08-20T21:35:21.4550070Z [00:02:04.608]➜  packagefile internal/abi=/tmp/go-build4032094447/b006/_pkg_.a
2025-08-20T21:35:21.4550560Z [00:02:04.608]➜  packagefile internal/chacha8rand=/tmp/go-build4032094447/b014/_pkg_.a
2025-08-20T21:35:21.4551085Z [00:02:04.608]➜  packagefile internal/coverage/rtcov=/tmp/go-build4032094447/b015/_pkg_.a
2025-08-20T21:35:21.4551578Z [00:02:04.608]➜  packagefile internal/cpu=/tmp/go-build4032094447/b012/_pkg_.a
2025-08-20T21:35:21.4552064Z [00:02:04.608]➜  packagefile internal/godebugs=/tmp/go-build4032094447/b016/_pkg_.a
2025-08-20T21:35:21.4552785Z [00:02:04.608]➜  packagefile internal/goexperiment=/tmp/go-build4032094447/b017/_pkg_.a
2025-08-20T21:35:21.4553292Z [00:02:04.608]➜  packagefile internal/goos=/tmp/go-build4032094447/b018/_pkg_.a
2025-08-20T21:35:21.4553789Z [00:02:04.608]➜  packagefile internal/profilerecord=/tmp/go-build4032094447/b019/_pkg_.a
2025-08-20T21:35:21.4554321Z [00:02:04.608]➜  packagefile internal/runtime/atomic=/tmp/go-build4032094447/b020/_pkg_.a
2025-08-20T21:35:21.4554863Z [00:02:04.608]➜  packagefile internal/runtime/cgroup=/tmp/go-build4032094447/b021/_pkg_.a
2025-08-20T21:35:21.4555409Z [00:02:04.608]➜  packagefile internal/runtime/exithook=/tmp/go-build4032094447/b025/_pkg_.a
2025-08-20T21:35:21.4555936Z [00:02:04.608]➜  packagefile internal/runtime/gc=/tmp/go-build4032094447/b026/_pkg_.a
2025-08-20T21:35:21.4556453Z [00:02:04.608]➜  packagefile internal/runtime/maps=/tmp/go-build4032094447/b027/_pkg_.a
2025-08-20T21:35:21.4556981Z [00:02:04.608]➜  packagefile internal/runtime/math=/tmp/go-build4032094447/b023/_pkg_.a
2025-08-20T21:35:21.4557517Z [00:02:04.608]➜  packagefile internal/runtime/strconv=/tmp/go-build4032094447/b022/_pkg_.a
2025-08-20T21:35:21.4558058Z [00:02:04.608]➜  packagefile internal/runtime/sys=/tmp/go-build4032094447/b031/_pkg_.a
2025-08-20T21:35:21.4558589Z [00:02:04.608]➜  packagefile internal/runtime/syscall=/tmp/go-build4032094447/b024/_pkg_.a
2025-08-20T21:35:21.4559131Z [00:02:04.608]➜  packagefile internal/trace/tracev2=/tmp/go-build4032094447/b033/_pkg_.a
2025-08-20T21:35:21.4559605Z [00:02:04.608]➜  packagefile cmp=/tmp/go-build4032094447/b052/_pkg_.a
2025-08-20T21:35:21.4560040Z [00:02:04.608]➜  packagefile compress/gzip=/tmp/go-build4032094447/b192/_pkg_.a
2025-08-20T21:35:21.4560511Z [00:02:04.608]➜  packagefile text/tabwriter=/tmp/go-build4032094447/b287/_pkg_.a
2025-08-20T21:35:21.4560953Z [00:02:04.608]➜  packagefile iter=/tmp/go-build4032094447/b039/_pkg_.a
2025-08-20T21:35:21.4561680Z [00:02:04.608]➜  packagefile internal/asan=/tmp/go-build4032094447/b028/_pkg_.a
2025-08-20T21:35:21.4562240Z [00:02:04.608]➜  packagefile internal/msan=/tmp/go-build4032094447/b029/_pkg_.a
2025-08-20T21:35:21.4562881Z [00:02:04.608]➜  packagefile internal/oserror=/tmp/go-build4032094447/b058/_pkg_.a
2025-08-20T21:35:21.4563362Z [00:02:04.608]➜  packagefile internal/race=/tmp/go-build4032094447/b030/_pkg_.a
2025-08-20T21:35:21.4563837Z [00:02:04.608]➜  packagefile internal/godebug=/tmp/go-build4032094447/b061/_pkg_.a
2025-08-20T21:35:21.4564357Z [00:02:04.608]➜  packagefile internal/unsafeheader=/tmp/go-build4032094447/b009/_pkg_.a
2025-08-20T21:35:21.4564849Z [00:02:04.608]➜  packagefile internal/sync=/tmp/go-build4032094447/b036/_pkg_.a
2025-08-20T21:35:21.4565334Z [00:02:04.608]➜  packagefile internal/synctest=/tmp/go-build4032094447/b038/_pkg_.a
2025-08-20T21:35:21.4565831Z [00:02:04.608]➜  packagefile database/sql/driver=/tmp/go-build4032094447/b083/_pkg_.a
2025-08-20T21:35:21.4566318Z [00:02:04.608]➜  packagefile image/color=/tmp/go-build4032094447/b085/_pkg_.a
2025-08-20T21:35:21.4566811Z [00:02:04.609]➜  packagefile github.com/rivo/uniseg=/tmp/go-build4032094447/b088/_pkg_.a
2025-08-20T21:35:21.4567465Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build4032094447/b093/_pkg_.a
2025-08-20T21:35:21.4568179Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build4032094447/b094/_pkg_.a
2025-08-20T21:35:21.4569121Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build4032094447/b095/_pkg_.a
2025-08-20T21:35:21.4569833Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build4032094447/b096/_pkg_.a
2025-08-20T21:35:21.4570544Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build4032094447/b097/_pkg_.a
2025-08-20T21:35:21.4571270Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/aixterm=/tmp/go-build4032094447/b102/_pkg_.a
2025-08-20T21:35:21.4572021Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/alacritty=/tmp/go-build4032094447/b103/_pkg_.a
2025-08-20T21:35:21.4572952Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/b/beterm=/tmp/go-build4032094447/b104/_pkg_.a
2025-08-20T21:35:21.4573678Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/c/cygwin=/tmp/go-build4032094447/b105/_pkg_.a
2025-08-20T21:35:21.4574406Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/d/dtterm=/tmp/go-build4032094447/b106/_pkg_.a
2025-08-20T21:35:21.4575121Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/e/emacs=/tmp/go-build4032094447/b107/_pkg_.a
2025-08-20T21:35:21.4575833Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/g/gnome=/tmp/go-build4032094447/b108/_pkg_.a
2025-08-20T21:35:21.4576551Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/h/hpterm=/tmp/go-build4032094447/b109/_pkg_.a
2025-08-20T21:35:21.4577283Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/konsole=/tmp/go-build4032094447/b110/_pkg_.a
2025-08-20T21:35:21.4578002Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/kterm=/tmp/go-build4032094447/b111/_pkg_.a
2025-08-20T21:35:21.4578715Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/l/linux=/tmp/go-build4032094447/b112/_pkg_.a
2025-08-20T21:35:21.4579437Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/p/pcansi=/tmp/go-build4032094447/b113/_pkg_.a
2025-08-20T21:35:21.4580160Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/r/rxvt=/tmp/go-build4032094447/b114/_pkg_.a
2025-08-20T21:35:21.4580871Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/screen=/tmp/go-build4032094447/b115/_pkg_.a
2025-08-20T21:35:21.4581614Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/simpleterm=/tmp/go-build4032094447/b116/_pkg_.a
2025-08-20T21:35:21.4582640Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/sun=/tmp/go-build4032094447/b117/_pkg_.a
2025-08-20T21:35:21.4583448Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/termite=/tmp/go-build4032094447/b118/_pkg_.a
2025-08-20T21:35:21.4584171Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/tmux=/tmp/go-build4032094447/b119/_pkg_.a
2025-08-20T21:35:21.4584882Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt320=/tmp/go-build4032094447/b120/_pkg_.a
2025-08-20T21:35:21.4585604Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt400=/tmp/go-build4032094447/b121/_pkg_.a
2025-08-20T21:35:21.4586315Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt420=/tmp/go-build4032094447/b122/_pkg_.a
2025-08-20T21:35:21.4587019Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt52=/tmp/go-build4032094447/b123/_pkg_.a
2025-08-20T21:35:21.4587730Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy50=/tmp/go-build4032094447/b124/_pkg_.a
2025-08-20T21:35:21.4588432Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy60=/tmp/go-build4032094447/b125/_pkg_.a
2025-08-20T21:35:21.4589158Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build4032094447/b126/_pkg_.a
2025-08-20T21:35:21.4589879Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xfce=/tmp/go-build4032094447/b127/_pkg_.a
2025-08-20T21:35:21.4590831Z [00:02:04.609]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build4032094447/b128/_pkg_.a
2025-08-20T21:35:21.4591567Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build4032094447/b080/_pkg_.a
2025-08-20T21:35:21.4592147Z [00:02:04.609]➜  packagefile unicode/utf16=/tmp/go-build4032094447/b138/_pkg_.a
2025-08-20T21:35:21.4592867Z [00:02:04.609]➜  packagefile github.com/creack/pty=/tmp/go-build4032094447/b142/_pkg_.a
2025-08-20T21:35:21.4593379Z [00:02:04.609]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build4032094447/b281/_pkg_.a
2025-08-20T21:35:21.4593831Z [00:02:04.609]➜  packagefile crypto=/tmp/go-build4032094447/b145/_pkg_.a
2025-08-20T21:35:21.4594328Z [00:02:04.609]➜  packagefile crypto/internal/fips140only=/tmp/go-build4032094447/b147/_pkg_.a
2025-08-20T21:35:21.4594812Z [00:02:04.609]➜  packagefile hash=/tmp/go-build4032094447/b146/_pkg_.a
2025-08-20T21:35:21.4595227Z [00:02:04.609]➜  packagefile html=/tmp/go-build4032094447/b167/_pkg_.a
2025-08-20T21:35:21.4595747Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build4032094447/b267/_pkg_.a
2025-08-20T21:35:21.4596362Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build4032094447/b269/_pkg_.a
2025-08-20T21:35:21.4596975Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build4032094447/b270/_pkg_.a
2025-08-20T21:35:21.4597639Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build4032094447/b271/_pkg_.a
2025-08-20T21:35:21.4598340Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build4032094447/b272/_pkg_.a
2025-08-20T21:35:21.4598963Z [00:02:04.609]➜  packagefile golang.org/x/text/language=/tmp/go-build4032094447/b276/_pkg_.a
2025-08-20T21:35:21.4599551Z [00:02:04.609]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build4032094447/b268/_pkg_.a
2025-08-20T21:35:21.4600198Z [00:02:04.609]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build4032094447/b274/_pkg_.a
2025-08-20T21:35:21.4600785Z [00:02:04.609]➜  packagefile golang.org/x/text/runes=/tmp/go-build4032094447/b275/_pkg_.a
2025-08-20T21:35:21.4601283Z [00:02:04.609]➜  packagefile compress/flate=/tmp/go-build4032094447/b174/_pkg_.a
2025-08-20T21:35:21.4601739Z [00:02:04.609]➜  packagefile hash/crc32=/tmp/go-build4032094447/b175/_pkg_.a
2025-08-20T21:35:21.4602476Z [00:02:04.609]➜  packagefile embed=/tmp/go-build4032094447/b265/_pkg_.a
2025-08-20T21:35:21.4603000Z [00:02:04.609]➜  packagefile container/list=/tmp/go-build4032094447/b193/_pkg_.a
2025-08-20T21:35:21.4603464Z [00:02:04.609]➜  packagefile crypto/rand=/tmp/go-build4032094447/b194/_pkg_.a
2025-08-20T21:35:21.4603914Z [00:02:04.609]➜  packagefile crypto/tls=/tmp/go-build4032094447/b200/_pkg_.a
2025-08-20T21:35:21.4604456Z [00:02:04.609]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build4032094447/b246/_pkg_.a
2025-08-20T21:35:21.4605101Z [00:02:04.609]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build4032094447/b253/_pkg_.a
2025-08-20T21:35:21.4605732Z [00:02:04.609]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build4032094447/b254/_pkg_.a
2025-08-20T21:35:21.4606321Z [00:02:04.609]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build4032094447/b247/_pkg_.a
2025-08-20T21:35:21.4606801Z [00:02:04.609]➜  packagefile mime=/tmp/go-build4032094447/b255/_pkg_.a
2025-08-20T21:35:21.4607250Z [00:02:04.609]➜  packagefile mime/multipart=/tmp/go-build4032094447/b256/_pkg_.a
2025-08-20T21:35:21.4607738Z [00:02:04.609]➜  packagefile net/http/httptrace=/tmp/go-build4032094447/b258/_pkg_.a
2025-08-20T21:35:21.4608234Z [00:02:04.609]➜  packagefile net/http/internal=/tmp/go-build4032094447/b259/_pkg_.a
2025-08-20T21:35:21.4608749Z [00:02:04.609]➜  packagefile net/http/internal/ascii=/tmp/go-build4032094447/b260/_pkg_.a
2025-08-20T21:35:21.4609317Z [00:02:04.609]➜  packagefile net/http/internal/httpcommon=/tmp/go-build4032094447/b261/_pkg_.a
2025-08-20T21:35:21.4610073Z [00:02:04.609]➜  packagefile net/textproto=/tmp/go-build4032094447/b252/_pkg_.a
2025-08-20T21:35:21.4610524Z [00:02:04.609]➜  packagefile math/big=/tmp/go-build4032094447/b181/_pkg_.a
2025-08-20T21:35:21.4611067Z [00:02:04.609]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build4032094447/b184/_pkg_.a
2025-08-20T21:35:21.4611624Z [00:02:04.609]➜  packagefile internal/nettrace=/tmp/go-build4032094447/b185/_pkg_.a
2025-08-20T21:35:21.4612143Z [00:02:04.609]➜  packagefile internal/singleflight=/tmp/go-build4032094447/b186/_pkg_.a
2025-08-20T21:35:21.4612790Z [00:02:04.609]➜  packagefile net/netip=/tmp/go-build4032094447/b187/_pkg_.a
2025-08-20T21:35:21.4613252Z [00:02:04.609]➜  packagefile internal/bisect=/tmp/go-build4032094447/b062/_pkg_.a
2025-08-20T21:35:21.4613782Z [00:02:04.609]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build4032094447/b148/_pkg_.a
2025-08-20T21:35:21.4614372Z [00:02:04.609]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build4032094447/b157/_pkg_.a
2025-08-20T21:35:21.4614952Z [00:02:04.609]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build4032094447/b161/_pkg_.a
2025-08-20T21:35:21.4615527Z [00:02:04.609]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build4032094447/b163/_pkg_.a
2025-08-20T21:35:21.4616130Z [00:02:04.609]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build4032094447/b277/_pkg_.a
2025-08-20T21:35:21.4616796Z [00:02:04.609]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build4032094447/b279/_pkg_.a
2025-08-20T21:35:21.4617402Z [00:02:04.609]➜  packagefile crypto/internal/boring=/tmp/go-build4032094447/b195/_pkg_.a
2025-08-20T21:35:21.4617940Z [00:02:04.609]➜  packagefile crypto/internal/fips140=/tmp/go-build4032094447/b151/_pkg_.a
2025-08-20T21:35:21.4618482Z [00:02:04.609]➜  packagefile crypto/internal/randutil=/tmp/go-build4032094447/b164/_pkg_.a
2025-08-20T21:35:21.4619025Z [00:02:04.609]➜  packagefile crypto/internal/sysrand=/tmp/go-build4032094447/b150/_pkg_.a
2025-08-20T21:35:21.4619535Z [00:02:04.609]➜  packagefile crypto/aes=/tmp/go-build4032094447/b201/_pkg_.a
2025-08-20T21:35:21.4620001Z [00:02:04.609]➜  packagefile crypto/cipher=/tmp/go-build4032094447/b196/_pkg_.a
2025-08-20T21:35:21.4620463Z [00:02:04.609]➜  packagefile crypto/des=/tmp/go-build4032094447/b202/_pkg_.a
2025-08-20T21:35:21.4620914Z [00:02:04.609]➜  packagefile crypto/ecdh=/tmp/go-build4032094447/b203/_pkg_.a
2025-08-20T21:35:21.4621575Z [00:02:04.609]➜  packagefile crypto/ecdsa=/tmp/go-build4032094447/b208/_pkg_.a
2025-08-20T21:35:21.4622118Z [00:02:04.609]➜  packagefile crypto/ed25519=/tmp/go-build4032094447/b220/_pkg_.a
2025-08-20T21:35:21.4622772Z [00:02:04.609]➜  packagefile crypto/elliptic=/tmp/go-build4032094447/b209/_pkg_.a
2025-08-20T21:35:21.4623244Z [00:02:04.609]➜  packagefile crypto/hkdf=/tmp/go-build4032094447/b223/_pkg_.a
2025-08-20T21:35:21.4623697Z [00:02:04.609]➜  packagefile crypto/hmac=/tmp/go-build4032094447/b225/_pkg_.a
2025-08-20T21:35:21.4624225Z [00:02:04.609]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build4032094447/b153/_pkg_.a
2025-08-20T21:35:21.4624812Z [00:02:04.609]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build4032094447/b197/_pkg_.a
2025-08-20T21:35:21.4625398Z [00:02:04.609]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build4032094447/b226/_pkg_.a
2025-08-20T21:35:21.4625969Z [00:02:04.609]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build4032094447/b227/_pkg_.a
2025-08-20T21:35:21.4626550Z [00:02:04.609]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build4032094447/b228/_pkg_.a
2025-08-20T21:35:21.4627092Z [00:02:04.609]➜  packagefile crypto/internal/hpke=/tmp/go-build4032094447/b229/_pkg_.a
2025-08-20T21:35:21.4627570Z [00:02:04.609]➜  packagefile crypto/rc4=/tmp/go-build4032094447/b234/_pkg_.a
2025-08-20T21:35:21.4628020Z [00:02:04.609]➜  packagefile crypto/rsa=/tmp/go-build4032094447/b235/_pkg_.a
2025-08-20T21:35:21.4628470Z [00:02:04.609]➜  packagefile crypto/sha1=/tmp/go-build4032094447/b237/_pkg_.a
2025-08-20T21:35:21.4629169Z [00:02:04.609]➜  packagefile crypto/sha256=/tmp/go-build4032094447/b238/_pkg_.a
2025-08-20T21:35:21.4629637Z [00:02:04.609]➜  packagefile crypto/sha512=/tmp/go-build4032094447/b216/_pkg_.a
2025-08-20T21:35:21.4630100Z [00:02:04.609]➜  packagefile crypto/subtle=/tmp/go-build4032094447/b198/_pkg_.a
2025-08-20T21:35:21.4630631Z [00:02:04.609]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build4032094447/b239/_pkg_.a
2025-08-20T21:35:21.4631155Z [00:02:04.609]➜  packagefile crypto/x509=/tmp/go-build4032094447/b241/_pkg_.a
2025-08-20T21:35:21.4631614Z [00:02:04.609]➜  packagefile encoding/pem=/tmp/go-build4032094447/b245/_pkg_.a
2025-08-20T21:35:21.4632195Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build4032094447/b230/_pkg_.a
2025-08-20T21:35:21.4633025Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build4032094447/b217/_pkg_.a
2025-08-20T21:35:21.4633554Z [00:02:04.609]➜  packagefile weak=/tmp/go-build4032094447/b189/_pkg_.a
2025-08-20T21:35:21.4634094Z [00:02:04.609]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build4032094447/b248/_pkg_.a
2025-08-20T21:35:21.4634731Z [00:02:04.609]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build4032094447/b250/_pkg_.a
2025-08-20T21:35:21.4635353Z [00:02:04.609]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build4032094447/b251/_pkg_.a
2025-08-20T21:35:21.4635925Z [00:02:04.609]➜  packagefile mime/quotedprintable=/tmp/go-build4032094447/b257/_pkg_.a
2025-08-20T21:35:21.4636392Z [00:02:04.609]➜  packagefile unique=/tmp/go-build4032094447/b188/_pkg_.a
2025-08-20T21:35:21.4636879Z [00:02:04.609]➜  packagefile crypto/internal/entropy=/tmp/go-build4032094447/b149/_pkg_.a
2025-08-20T21:35:21.4637447Z [00:02:04.609]➜  packagefile crypto/internal/fips140/check=/tmp/go-build4032094447/b155/_pkg_.a
2025-08-20T21:35:21.4638029Z [00:02:04.609]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build4032094447/b162/_pkg_.a
2025-08-20T21:35:21.4638658Z [00:02:04.609]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build4032094447/b158/_pkg_.a
2025-08-20T21:35:21.4639280Z [00:02:04.609]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build4032094447/b159/_pkg_.a
2025-08-20T21:35:21.4639836Z [00:02:04.609]➜  packagefile crypto/internal/impl=/tmp/go-build4032094447/b160/_pkg_.a
2025-08-20T21:35:21.4640384Z [00:02:04.609]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build4032094447/b278/_pkg_.a
2025-08-20T21:35:21.4641126Z [00:02:04.609]➜  packagefile crypto/internal/boring/sig=/tmp/go-build4032094447/b199/_pkg_.a
2025-08-20T21:35:21.4641805Z [00:02:04.609]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build4032094447/b152/_pkg_.a
2025-08-20T21:35:21.4642549Z [00:02:04.609]➜  packagefile math/rand/v2=/tmp/go-build4032094447/b165/_pkg_.a
2025-08-20T21:35:21.4643144Z [00:02:04.609]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build4032094447/b154/_pkg_.a
2025-08-20T21:35:21.4643730Z [00:02:04.609]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build4032094447/b204/_pkg_.a
2025-08-20T21:35:21.4644367Z [00:02:04.609]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build4032094447/b207/_pkg_.a
2025-08-20T21:35:21.4644986Z [00:02:04.609]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build4032094447/b210/_pkg_.a
2025-08-20T21:35:21.4645560Z [00:02:04.609]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build4032094447/b211/_pkg_.a
2025-08-20T21:35:21.4646148Z [00:02:04.609]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build4032094447/b205/_pkg_.a
2025-08-20T21:35:21.4646725Z [00:02:04.609]➜  packagefile crypto/internal/fips140cache=/tmp/go-build4032094447/b213/_pkg_.a
2025-08-20T21:35:21.4647296Z [00:02:04.609]➜  packagefile crypto/internal/fips140hash=/tmp/go-build4032094447/b214/_pkg_.a
2025-08-20T21:35:21.4647918Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build4032094447/b219/_pkg_.a
2025-08-20T21:35:21.4648769Z [00:02:04.609]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build4032094447/b221/_pkg_.a
2025-08-20T21:35:21.4649348Z [00:02:04.609]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build4032094447/b224/_pkg_.a
2025-08-20T21:35:21.4649961Z [00:02:04.609]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build4032094447/b156/_pkg_.a
2025-08-20T21:35:21.4650548Z [00:02:04.609]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build4032094447/b212/_pkg_.a
2025-08-20T21:35:21.4651131Z [00:02:04.609]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build4032094447/b236/_pkg_.a
2025-08-20T21:35:21.4651647Z [00:02:04.609]➜  packagefile crypto/fips140=/tmp/go-build4032094447/b240/_pkg_.a
2025-08-20T21:35:21.4652106Z [00:02:04.609]➜  packagefile crypto/dsa=/tmp/go-build4032094447/b242/_pkg_.a
2025-08-20T21:35:21.4652749Z [00:02:04.609]➜  packagefile crypto/x509/pkix=/tmp/go-build4032094447/b243/_pkg_.a
2025-08-20T21:35:21.4653228Z [00:02:04.609]➜  packagefile encoding/asn1=/tmp/go-build4032094447/b218/_pkg_.a
2025-08-20T21:35:21.4653701Z [00:02:04.609]➜  packagefile encoding/hex=/tmp/go-build4032094447/b244/_pkg_.a
2025-08-20T21:35:21.4654245Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build4032094447/b231/_pkg_.a
2025-08-20T21:35:21.4654886Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build4032094447/b232/_pkg_.a
2025-08-20T21:35:21.4655564Z [00:02:04.609]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build4032094447/b233/_pkg_.a
2025-08-20T21:35:21.4656216Z [00:02:04.609]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build4032094447/b249/_pkg_.a
2025-08-20T21:35:21.4656840Z [00:02:04.609]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build4032094447/b206/_pkg_.a
2025-08-20T21:35:21.4657374Z [00:02:04.609]➜  packagefile crypto/sha3=/tmp/go-build4032094447/b215/_pkg_.a
2025-08-20T21:35:21.4657929Z [00:02:04.609]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build4032094447/b222/_pkg_.a
2025-08-20T21:35:21.4670435Z [00:02:04.609]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/zyedidia/micro/v2/cmd/micro\nmod\tgithub.com/zyedidia/micro/v2\tv2.0.15-0.20250820201947-094b02da4c98\t\ndep\tgithub.com/blang/semver\tv3.5.1+incompatible\th1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=\ndep\tgithub.com/creack/pty\tv1.1.18\th1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=\ndep\tgithub.com/dustin/go-humanize\tv1.0.0\th1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=\ndep\tgithub.com/gdamore/encoding\tv1.0.0\th1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=\ndep\tgithub.com/go-errors/errors\tv1.0.1\th1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\n=>\tgithub.com/micro-editor/go-shellquote\tv0.0.0-20250101105543-feb6c39314f5\th1:D7BPnsedXiKo/e8RTFX419/52ICNhU8UKPQGZ/0yiLc=\n\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.0.3\th1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/micro-editor/json5\tv1.0.1-micro\th1:5Y4MuzhkmW0sQQNPvrIVevIOKi557qsznwjRr4iq1AI=\ndep\tgithub.com/micro-editor/tcell/v2\tv2.0.11\th1:USjdpBSmbocx2yPARbY19KcUSj+ZerScrdmBqGjzoX4=\ndep\tgithub.com/micro-editor/terminal\tv0.0.0-20250324214352-e587e959c6b5\th1:czSkYUNmHuWS2lv8VreufENEXZNOCGZcXd744YKf8yM=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/rivo/uniseg\tv0.2.0\th1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=\ndep\tgithub.com/sergi/go-diff\tv1.1.0\th1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=\ndep\tgithub.com/yuin/gopher-lua\tv1.1.1\th1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=\ndep\tgithub.com/zyedidia/clipper\tv0.1.1\th1:HBgguFNDq/QmSQKBnhy4sMKzILINr139VEgAhftOUTw=\ndep\tgithub.com/zyedidia/glob\tv0.0.0-20170209203856-dd4023a66dc3\th1:oMHjjTLfGXVuyOQBYj5/td9WC0mw4g1xDBPovIqmHew=\ndep\tgolang.org/x/sys\tv0.28.0\th1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=\ndep\tgolang.org/x/text\tv0.4.0\th1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg=\ndep\tgopkg.in/yaml.v2\tv2.2.8\th1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=\ndep\tlayeh.com/gopher-luar\tv1.0.11\n=>\tgithub.com/layeh/gopher-luar\tv1.0.11\th1:ss6t9OtykOiETBScJylSMPhuYAtOmpH5rSX10/wCcis=\n\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=094b02da4c983731b2f60fbf28803d14531638bc\nbuild\tvcs.time=2025-08-20T20:19:47Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:35:21.4680897Z [00:02:04.609]➜  EOF
2025-08-20T21:35:21.4681138Z [00:02:04.609]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:35:21.4681392Z [00:02:04.609]➜  cd .
2025-08-20T21:35:21.4684514Z [00:02:04.609]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=s3TT-LTZWkOSX5H3Uohd/x-rb2v-ItrIJUDcgSoQn/r_s9nhl5LoqnDejeUHB7/s3TT-LTZWkOSX5H3Uohd -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:35:22.0286330Z [00:02:05.188]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:35:22.0378930Z [00:02:05.197]➜  mkdir -p /build-bins/
2025-08-20T21:35:22.0379296Z [00:02:05.197]➜  cp $WORK/b001/exe/a.out /build-bins/micro
2025-08-20T21:35:22.0435861Z [00:02:05.203]➜  rm -rf $WORK/b001/
2025-08-20T21:35:22.1878722Z [00:02:05.347]➜  '/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:35:22.2218098Z [00:02:05.381]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:35:22.2477614Z [00:02:05.407]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:35:22.2480035Z [00:02:05.407]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:35:22.2828079Z [00:02:05.442]➜  copy from `/build-bins/micro' [elf64-littleaarch64] to `/build-bins/stolJAbB' [elf64-littleaarch64]
2025-08-20T21:35:22.3431732Z [00:02:05.502]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:35:22.3457445Z [00:02:05.505]➜  
2025-08-20T21:35:22.3470816Z [00:02:05.506]➜  /build-bins/micro
2025-08-20T21:35:22.3503867Z [00:02:05.509]➜  There are 24 section headers, starting at offset 0xd2a3f8:
2025-08-20T21:35:22.3504316Z [00:02:05.509]➜  
2025-08-20T21:35:22.3504600Z [00:02:05.509]➜  Section Headers:
2025-08-20T21:35:22.3504995Z [00:02:05.509]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:35:22.3505409Z [00:02:05.509]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:35:22.3505805Z [00:02:05.509]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:35:22.3506202Z [00:02:05.509]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:35:22.3507037Z [00:02:05.509]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:35:22.3507460Z [00:02:05.509]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:35:22.3507879Z [00:02:05.509]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T21:35:22.3508294Z [00:02:05.509]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T21:35:22.3508714Z [00:02:05.509]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T21:35:22.3509126Z [00:02:05.509]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:35:22.3509539Z [00:02:05.509]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:35:22.3509955Z [00:02:05.509]➜         000000000012a278  0000000000000018   A       2     0     8
2025-08-20T21:35:22.3510369Z [00:02:05.509]➜    [ 5] .init             PROGBITS         000000000012a528  0012a528
2025-08-20T21:35:22.3510792Z [00:02:05.509]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:35:22.3511308Z [00:02:05.509]➜    [ 6] .text             PROGBITS         000000000012a540  0012a540
2025-08-20T21:35:22.3511728Z [00:02:05.509]➜         00000000004df030  0000000000000000  AX       0     0     32
2025-08-20T21:35:22.3512163Z [00:02:05.510]➜    [ 7] .fini             PROGBITS         0000000000609570  00609570
2025-08-20T21:35:22.3513296Z [00:02:05.510]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:35:22.3513763Z [00:02:05.510]➜    [ 8] .rodata           PROGBITS         0000000000609580  00609580
2025-08-20T21:35:22.3514222Z [00:02:05.510]➜         000000000016216c  0000000000000000   A       0     0     32
2025-08-20T21:35:22.3514653Z [00:02:05.510]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000076b6ec  0076b6ec
2025-08-20T21:35:22.3515113Z [00:02:05.510]➜         0000000000000144  0000000000000000   A       0     0     4
2025-08-20T21:35:22.3515547Z [00:02:05.510]➜    [10] .eh_frame         PROGBITS         000000000076b830  0076b830
2025-08-20T21:35:22.3515985Z [00:02:05.510]➜         00000000000005f0  0000000000000000   A       0     0     8
2025-08-20T21:35:22.3516422Z [00:02:05.510]➜    [11] .tbss             NOBITS           000000000077d370  0076d370
2025-08-20T21:35:22.3516906Z [00:02:05.510]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:35:22.3517681Z [00:02:05.510]➜    [12] .init_array       INIT_ARRAY       000000000077d370  0076d370
2025-08-20T21:35:22.3518253Z [00:02:05.510]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:35:22.3518680Z [00:02:05.510]➜    [13] .fini_array       FINI_ARRAY       000000000077d378  0076d378
2025-08-20T21:35:22.3519102Z [00:02:05.510]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:35:22.3519522Z [00:02:05.510]➜    [14] .data.rel.ro      PROGBITS         000000000077d380  0076d380
2025-08-20T21:35:22.3519956Z [00:02:05.510]➜         00000000004b2a60  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3520403Z [00:02:05.510]➜    [15] .dynamic          DYNAMIC          0000000000c2fde0  00c1fde0
2025-08-20T21:35:22.3520818Z [00:02:05.510]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:35:22.3521226Z [00:02:05.510]➜    [16] .got              PROGBITS         0000000000c2ff50  00c1ff50
2025-08-20T21:35:22.3521641Z [00:02:05.510]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T21:35:22.3522047Z [00:02:05.510]➜    [17] .data             PROGBITS         0000000000c30000  00c20000
2025-08-20T21:35:22.3522671Z [00:02:05.510]➜         000000000002a3a0  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3523142Z [00:02:05.510]➜    [18] .go.buildinfo     PROGBITS         0000000000c5a3a0  00c4a3a0
2025-08-20T21:35:22.3523580Z [00:02:05.510]➜         0000000000000bd0  0000000000000000  WA       0     0     16
2025-08-20T21:35:22.3524260Z [00:02:05.510]➜    [19] .go.fipsinfo      PROGBITS         0000000000c5af80  00c4af80
2025-08-20T21:35:22.3524688Z [00:02:05.510]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3525119Z [00:02:05.510]➜    [20] .noptrdata        PROGBITS         0000000000c5b000  00c4b000
2025-08-20T21:35:22.3525552Z [00:02:05.510]➜         00000000000df321  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3525969Z [00:02:05.510]➜    [21] .bss              NOBITS           0000000000d3a340  00d2a321
2025-08-20T21:35:22.3526374Z [00:02:05.510]➜         000000000002c9d8  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3526802Z [00:02:05.510]➜    [22] .noptrbss         NOBITS           0000000000d66d20  00d2a321
2025-08-20T21:35:22.3527232Z [00:02:05.510]➜         000000000001f5e0  0000000000000000  WA       0     0     32
2025-08-20T21:35:22.3527654Z [00:02:05.510]➜    [23] .shstrtab         STRTAB           0000000000000000  00d2a321
2025-08-20T21:35:22.3528076Z [00:02:05.510]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:35:22.3528395Z [00:02:05.510]➜  Key to Flags:
2025-08-20T21:35:22.3528765Z [00:02:05.510]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:35:22.3529264Z [00:02:05.510]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:35:22.3529715Z [00:02:05.510]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:35:22.3530101Z [00:02:05.510]➜    D (mbind), p (processor specific)
2025-08-20T21:35:22.3530386Z [00:02:05.512]➜  
2025-08-20T21:35:22.3537624Z [00:02:05.513]➜  /build-bins/LICENSE
2025-08-20T21:35:22.3550975Z [00:02:05.514]➜  + file /build-bins/LICENSE /build-bins/micro
2025-08-20T21:35:22.3683019Z [00:02:05.527]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:35:22.3736758Z [00:02:05.533]➜  /build-bins/micro:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:35:22.3743678Z [00:02:05.533]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/micro
2025-08-20T21:35:22.3758923Z [00:02:05.535]➜  /build-bins/LICENSE:         1134 Bytes
2025-08-20T21:35:22.3759381Z [00:02:05.535]➜  /build-bins/micro:         13806072 Bytes
2025-08-20T21:35:22.3773666Z [00:02:05.536]➜  + du /build-bins/LICENSE /build-bins/micro --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:35:22.3774771Z [00:02:05.536]➜  1.2K	2025-08-20 21:35:22.186541810 +0000	/build-bins/LICENSE
2025-08-20T21:35:22.3775432Z [00:02:05.536]➜  14M	2025-08-20 21:35:22.299545428 +0000	/build-bins/micro
2025-08-20T21:35:22.3776530Z [00:02:05.537]➜  + popd
2025-08-20T21:35:23.1808470Z [00:02:06.340]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:35:23.2675114Z [00:02:06.426]➜  + '[' -s /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:35:23.2676123Z [00:02:06.427]➜  + cp -fv /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:35:23.2693150Z [00:02:06.428]➜  '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:35:23.2699255Z [00:02:06.429]➜  + find /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:35:23.2700926Z [00:02:06.429]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:35:23.2704540Z [00:02:06.430]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:23.2708585Z [00:02:06.430]➜  + xargs realpath --no-symlinks
2025-08-20T21:35:23.2709620Z [00:02:06.430]➜  + cut -d: -f1
2025-08-20T21:35:23.3914876Z [00:02:06.551]➜  sending incremental file list
2025-08-20T21:35:23.3951366Z [00:02:06.554]➜  micro
2025-08-20T21:35:23.4482529Z [00:02:06.607]➜  
2025-08-20T21:35:23.4482959Z [00:02:06.607]➜  sent 13.81M bytes  received 35 bytes  27.62M bytes/sec
2025-08-20T21:35:23.4483336Z [00:02:06.607]➜  total size is 13.81M  speedup is 1.00
2025-08-20T21:35:23.4493161Z [00:02:06.608]➜  
2025-08-20T21:35:23.8711892Z [00:02:07.030]➜  
2025-08-20T21:35:23.8796515Z [00:02:07.039]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/micro' retained as runner:runner
2025-08-20T21:35:23.8797905Z [00:02:07.039]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:35:23.8799221Z [00:02:07.039]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:35:23.8800362Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/runtime_test.go' from root:root to runner:runner
2025-08-20T21:35:23.8801640Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/README.md' from root:root to runner:runner
2025-08-20T21:35:23.8803069Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/runtime.go' from root:root to runner:runner
2025-08-20T21:35:23.8804345Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/tutorial.md' from root:root to runner:runner
2025-08-20T21:35:23.8805610Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/commands.md' from root:root to runner:runner
2025-08-20T21:35:23.8806871Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/options.md' from root:root to runner:runner
2025-08-20T21:35:23.8808142Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/copypaste.md' from root:root to runner:runner
2025-08-20T21:35:23.8809715Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/help.md' from root:root to runner:runner
2025-08-20T21:35:23.8811051Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/keybindings.md' from root:root to runner:runner
2025-08-20T21:35:23.8813015Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/plugins.md' from root:root to runner:runner
2025-08-20T21:35:23.8814634Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/defaultkeys.md' from root:root to runner:runner
2025-08-20T21:35:23.8815910Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/colors.md' from root:root to runner:runner
2025-08-20T21:35:23.8817131Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help' from root:root to runner:runner
2025-08-20T21:35:23.8818414Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8819792Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai-dark.micro' from root:root to runner:runner
2025-08-20T21:35:23.8821303Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/darcula.micro' from root:root to runner:runner
2025-08-20T21:35:23.8822798Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized.micro' from root:root to runner:runner
2025-08-20T21:35:23.8824245Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukelight-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8825606Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/geany.micro' from root:root to runner:runner
2025-08-20T21:35:23.8827081Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8828498Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/one-dark.micro' from root:root to runner:runner
2025-08-20T21:35:23.8830035Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox.micro' from root:root to runner:runner
2025-08-20T21:35:23.8831458Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/default.micro' from root:root to runner:runner
2025-08-20T21:35:23.8832954Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/simple.micro' from root:root to runner:runner
2025-08-20T21:35:23.8834367Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8835742Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukedark-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8837128Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8838499Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/bubblegum.micro' from root:root to runner:runner
2025-08-20T21:35:23.8840146Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai.micro' from root:root to runner:runner
2025-08-20T21:35:23.8841515Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/railscast.micro' from root:root to runner:runner
2025-08-20T21:35:23.8842991Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gotham.micro' from root:root to runner:runner
2025-08-20T21:35:23.8844345Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/zenburn.micro' from root:root to runner:runner
2025-08-20T21:35:23.8845709Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/sunny-day.micro' from root:root to runner:runner
2025-08-20T21:35:23.8847063Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-16.micro' from root:root to runner:runner
2025-08-20T21:35:23.8848415Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/atom-dark.micro' from root:root to runner:runner
2025-08-20T21:35:23.8849788Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/material-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8851164Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dracula-tc.micro' from root:root to runner:runner
2025-08-20T21:35:23.8852610Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/twilight.micro' from root:root to runner:runner
2025-08-20T21:35:23.8854142Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes' from root:root to runner:runner
2025-08-20T21:35:23.8855451Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8856724Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8858004Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8859262Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8860564Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8861862Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8863340Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8864888Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8866199Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8867480Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8868742Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8870002Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8871277Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8872703Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8874028Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8875297Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8876590Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8878030Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8879376Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8880655Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8881898Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8883316Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8884589Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8885836Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8887102Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8888637Z [00:02:07.039]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8889930Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8891202Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8892656Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8893995Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8895242Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8896500Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8897771Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8899049Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8900323Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8901607Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8903231Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8904591Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8905865Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8907133Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8908384Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8909633Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8910881Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8912474Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8913807Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8915091Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8916351Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8917636Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8918922Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8920177Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8921434Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8922801Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8924160Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8925426Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8926836Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8928212Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8929483Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8930761Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8932065Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8933463Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8934762Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8936271Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8937521Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8938796Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8940093Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8941388Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8942763Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8944079Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8945349Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8946600Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8947845Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8949108Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8950568Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8951953Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8953315Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8954636Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8955955Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8957229Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8958499Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8959773Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8961242Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8962737Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8964106Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8965397Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8966679Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8967926Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8969191Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8970472Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8971755Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8973206Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8974650Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8976005Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8977290Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/make_headers.go' from root:root to runner:runner
2025-08-20T21:35:23.8978598Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8979869Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8981129Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8982614Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8983984Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8985484Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8986737Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8987992Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8989279Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8990573Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8991841Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8993310Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8994572Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8995842Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.yaml' from root:root to runner:runner
2025-08-20T21:35:23.8997111Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8998384Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.hdr' from root:root to runner:runner
2025-08-20T21:35:23.8999804Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9001143Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9002543Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/README.md' from root:root to runner:runner
2025-08-20T21:35:23.9003869Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9005134Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9006393Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9007636Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9009089Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9010352Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9011632Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9013046Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9014349Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9015643Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9016895Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9018192Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9019516Z [00:02:07.040]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9020817Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9022074Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9023666Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9024986Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9026233Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9027573Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9028881Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9030154Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9031424Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9032807Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9034315Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9035581Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9036833Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9038086Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9039356Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9040623Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9041900Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9043288Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9044527Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9045802Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9047246Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9048575Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9049838Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9051117Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9052509Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9053848Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9055121Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9056386Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9057831Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9059074Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9060316Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9061561Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9062897Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9064191Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9065462Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9066732Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9067971Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9069238Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9070505Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9071911Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9073323Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9074571Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9075849Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9077124Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9078368Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9079641Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9081143Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9082490Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9083818Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9085086Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9086371Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9087641Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9088920Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9090194Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9091448Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9092795Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9094135Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9095593Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9096919Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9098229Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9099595Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9100901Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9102176Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9103658Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9105183Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9106462Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9107721Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9108976Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9110274Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/syntax_converter.go' from root:root to runner:runner
2025-08-20T21:35:23.9111576Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9112977Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9114259Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9115507Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9116749Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9118000Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9119433Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9120796Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9122041Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9123520Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9124786Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9126048Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9127310Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9128603Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9130059Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9131347Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9132751Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9134113Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9135380Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9136629Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9137886Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/LICENSE' from root:root to runner:runner
2025-08-20T21:35:23.9139158Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9140431Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9141717Z [00:02:07.041]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9143173Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9144641Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9145962Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9147232Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9148511Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9149799Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9151079Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9152450Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9153990Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9155265Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9156520Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9157811Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9159124Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9160381Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9161646Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9163068Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9164371Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9165617Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9166857Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9168282Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9169611Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9170902Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9172181Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9173568Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9174808Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9176059Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9177527Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9178824Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9180118Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9181393Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9182751Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9184080Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9185340Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9186609Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9187878Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9189171Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9190453Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9191863Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9193384Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9194691Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9195985Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9197246Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9198534Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9199813Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9201109Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9202786Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9204153Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9205425Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9206692Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9207964Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9209211Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9210488Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9211840Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9213259Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9214523Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9215981Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9217306Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9218561Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9219856Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9221139Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9222496Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9223814Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9225107Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9226583Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9227886Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9229287Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9230611Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9231872Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9233246Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9234500Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9235760Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9237042Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9238315Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9239621Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9241085Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9242524Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9243870Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9245151Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9246428Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9247709Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9248978Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9250463Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9251706Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9253113Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9254377Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9255642Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9256934Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9258232Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9259499Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9260757Z [00:02:07.042]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9262032Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9263462Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9264959Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9266321Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9267592Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9268890Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9270189Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9271500Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.hdr' from root:root to runner:runner
2025-08-20T21:35:23.9272857Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax' from root:root to runner:runner
2025-08-20T21:35:23.9274319Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/README.md' from root:root to runner:runner
2025-08-20T21:35:23.9275685Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/literate.lua' from root:root to runner:runner
2025-08-20T21:35:23.9277008Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate' from root:root to runner:runner
2025-08-20T21:35:23.9278340Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua' from root:root to runner:runner
2025-08-20T21:35:23.9279668Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/ftoptions' from root:root to runner:runner
2025-08-20T21:35:23.9280987Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/comment.lua' from root:root to runner:runner
2025-08-20T21:35:23.9282447Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/help/comment.md' from root:root to runner:runner
2025-08-20T21:35:23.9283854Z [00:02:07.043]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/help' from root:root to runner:runner
2025-08-20T21:35:23.9285133Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment' from root:root to runner:runner
2025-08-20T21:35:23.9286455Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/help/linter.md' from root:root to runner:runner
2025-08-20T21:35:23.9287781Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/help' from root:root to runner:runner
2025-08-20T21:35:23.9289249Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/linter.lua' from root:root to runner:runner
2025-08-20T21:35:23.9290584Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter' from root:root to runner:runner
2025-08-20T21:35:23.9291908Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/autoclose/autoclose.lua' from root:root to runner:runner
2025-08-20T21:35:23.9293342Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/autoclose' from root:root to runner:runner
2025-08-20T21:35:23.9294652Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/status.lua' from root:root to runner:runner
2025-08-20T21:35:23.9296004Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/help/status.md' from root:root to runner:runner
2025-08-20T21:35:23.9297333Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/help' from root:root to runner:runner
2025-08-20T21:35:23.9298800Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status' from root:root to runner:runner
2025-08-20T21:35:23.9300077Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/diff/diff.lua' from root:root to runner:runner
2025-08-20T21:35:23.9301349Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/diff' from root:root to runner:runner
2025-08-20T21:35:23.9302635Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins' from root:root to runner:runner
2025-08-20T21:35:23.9303859Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime' from root:root to runner:runner
2025-08-20T21:35:23.9305059Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/compile-linux.sh' from root:root to runner:runner
2025-08-20T21:35:23.9306337Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/remove-nightly-assets.go' from root:root to runner:runner
2025-08-20T21:35:23.9307606Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/pre-release.sh' from root:root to runner:runner
2025-08-20T21:35:23.9308827Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/build-date.go' from root:root to runner:runner
2025-08-20T21:35:23.9310076Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/package-deb.sh' from root:root to runner:runner
2025-08-20T21:35:23.9311317Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/build-version.go' from root:root to runner:runner
2025-08-20T21:35:23.9312771Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/cross-compile.sh' from root:root to runner:runner
2025-08-20T21:35:23.9314120Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/update-nightly-tag.sh' from root:root to runner:runner
2025-08-20T21:35:23.9315376Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/info-plist.go' from root:root to runner:runner
2025-08-20T21:35:23.9316632Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/nightly-release.sh' from root:root to runner:runner
2025-08-20T21:35:23.9317874Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/vendor-src.sh' from root:root to runner:runner
2025-08-20T21:35:23.9319091Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/testgen.go' from root:root to runner:runner
2025-08-20T21:35:23.9320289Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/release.sh' from root:root to runner:runner
2025-08-20T21:35:23.9321441Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T21:35:23.9322961Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/unicode.go' from root:root to runner:runner
2025-08-20T21:35:23.9324279Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/parser.go' from root:root to runner:runner
2025-08-20T21:35:23.9325565Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/highlighter.go' from root:root to runner:runner
2025-08-20T21:35:23.9326797Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight' from root:root to runner:runner
2025-08-20T21:35:23.9327973Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:35:23.9329197Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/statusline.go' from root:root to runner:runner
2025-08-20T21:35:23.9330507Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/uiwindow.go' from root:root to runner:runner
2025-08-20T21:35:23.9331815Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/infowindow.go' from root:root to runner:runner
2025-08-20T21:35:23.9333240Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/termwindow.go' from root:root to runner:runner
2025-08-20T21:35:23.9334556Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/bufwindow.go' from root:root to runner:runner
2025-08-20T21:35:23.9335857Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/softwrap.go' from root:root to runner:runner
2025-08-20T21:35:23.9337317Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/tabwindow.go' from root:root to runner:runner
2025-08-20T21:35:23.9338695Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/window.go' from root:root to runner:runner
2025-08-20T21:35:23.9339937Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display' from root:root to runner:runner
2025-08-20T21:35:23.9341204Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/internal.go' from root:root to runner:runner
2025-08-20T21:35:23.9342599Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/multi.go' from root:root to runner:runner
2025-08-20T21:35:23.9343960Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/terminal.go' from root:root to runner:runner
2025-08-20T21:35:23.9345279Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/clipboard.go' from root:root to runner:runner
2025-08-20T21:35:23.9346740Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard' from root:root to runner:runner
2025-08-20T21:35:23.9348015Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/line_array_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9349312Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/stack.go' from root:root to runner:runner
2025-08-20T21:35:23.9350610Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/autocomplete.go' from root:root to runner:runner
2025-08-20T21:35:23.9351923Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/line_array.go' from root:root to runner:runner
2025-08-20T21:35:23.9353455Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/stack_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9354771Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9356074Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/settings.go' from root:root to runner:runner
2025-08-20T21:35:23.9357339Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/save.go' from root:root to runner:runner
2025-08-20T21:35:23.9358602Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/search.go' from root:root to runner:runner
2025-08-20T21:35:23.9359873Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/message.go' from root:root to runner:runner
2025-08-20T21:35:23.9361342Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/eventhandler.go' from root:root to runner:runner
2025-08-20T21:35:23.9362845Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer_generated_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9364216Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/backup.go' from root:root to runner:runner
2025-08-20T21:35:23.9365488Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer.go' from root:root to runner:runner
2025-08-20T21:35:23.9366781Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/serialize.go' from root:root to runner:runner
2025-08-20T21:35:23.9368057Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/loc.go' from root:root to runner:runner
2025-08-20T21:35:23.9369312Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/cursor.go' from root:root to runner:runner
2025-08-20T21:35:23.9370789Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer' from root:root to runner:runner
2025-08-20T21:35:23.9372074Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_installer.go' from root:root to runner:runner
2025-08-20T21:35:23.9373533Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/colorscheme_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9374857Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T21:35:23.9376135Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/globals.go' from root:root to runner:runner
2025-08-20T21:35:23.9377422Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/autosave.go' from root:root to runner:runner
2025-08-20T21:35:23.9378763Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_installer_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9380083Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin.go' from root:root to runner:runner
2025-08-20T21:35:23.9381361Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/settings.go' from root:root to runner:runner
2025-08-20T21:35:23.9382763Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_manager.go' from root:root to runner:runner
2025-08-20T21:35:23.9384140Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/colorscheme.go' from root:root to runner:runner
2025-08-20T21:35:23.9385581Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/rtfiles.go' from root:root to runner:runner
2025-08-20T21:35:23.9386955Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/rtfiles_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9388201Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T21:35:23.9389464Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views/splits_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9390746Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views/splits.go' from root:root to runner:runner
2025-08-20T21:35:23.9391959Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views' from root:root to runner:runner
2025-08-20T21:35:23.9393343Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions.go' from root:root to runner:runner
2025-08-20T21:35:23.9394908Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infocomplete.go' from root:root to runner:runner
2025-08-20T21:35:23.9396207Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/globals.go' from root:root to runner:runner
2025-08-20T21:35:23.9397489Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/keytree.go' from root:root to runner:runner
2025-08-20T21:35:23.9398761Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bufpane.go' from root:root to runner:runner
2025-08-20T21:35:23.9400017Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/tab.go' from root:root to runner:runner
2025-08-20T21:35:23.9401278Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/pane.go' from root:root to runner:runner
2025-08-20T21:35:23.9402672Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/terminal_supported.go' from root:root to runner:runner
2025-08-20T21:35:23.9404063Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/command.go' from root:root to runner:runner
2025-08-20T21:35:23.9405344Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults.go' from root:root to runner:runner
2025-08-20T21:35:23.9406635Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bindings.go' from root:root to runner:runner
2025-08-20T21:35:23.9407930Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infopane.go' from root:root to runner:runner
2025-08-20T21:35:23.9409378Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions_posix.go' from root:root to runner:runner
2025-08-20T21:35:23.9410755Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/rawpane.go' from root:root to runner:runner
2025-08-20T21:35:23.9412063Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults_darwin.go' from root:root to runner:runner
2025-08-20T21:35:23.9413536Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions_other.go' from root:root to runner:runner
2025-08-20T21:35:23.9414829Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/events.go' from root:root to runner:runner
2025-08-20T21:35:23.9416133Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults_other.go' from root:root to runner:runner
2025-08-20T21:35:23.9417439Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/termpane.go' from root:root to runner:runner
2025-08-20T21:35:23.9418970Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/terminal_unsupported.go' from root:root to runner:runner
2025-08-20T21:35:23.9420252Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action' from root:root to runner:runner
2025-08-20T21:35:23.9421494Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/screen.go' from root:root to runner:runner
2025-08-20T21:35:23.9422876Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/message.go' from root:root to runner:runner
2025-08-20T21:35:23.9424170Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen' from root:root to runner:runner
2025-08-20T21:35:23.9425409Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/unicode.go' from root:root to runner:runner
2025-08-20T21:35:23.9426654Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/lua.go' from root:root to runner:runner
2025-08-20T21:35:23.9427948Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/util_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9429204Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/util.go' from root:root to runner:runner
2025-08-20T21:35:23.9430452Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/profile.go' from root:root to runner:runner
2025-08-20T21:35:23.9431676Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util' from root:root to runner:runner
2025-08-20T21:35:23.9433263Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/gutter.go' from root:root to runner:runner
2025-08-20T21:35:23.9434608Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/infobuffer.go' from root:root to runner:runner
2025-08-20T21:35:23.9435890Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/history.go' from root:root to runner:runner
2025-08-20T21:35:23.9437117Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info' from root:root to runner:runner
2025-08-20T21:35:23.9438330Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/shell.go' from root:root to runner:runner
2025-08-20T21:35:23.9439622Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/job.go' from root:root to runner:runner
2025-08-20T21:35:23.9440886Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/terminal.go' from root:root to runner:runner
2025-08-20T21:35:23.9442113Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell' from root:root to runner:runner
2025-08-20T21:35:23.9443667Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/lua/lua.go' from root:root to runner:runner
2025-08-20T21:35:23.9444872Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/lua' from root:root to runner:runner
2025-08-20T21:35:23.9446034Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T21:35:23.9447168Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:35:23.9448294Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:35:23.9449433Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:35:23.9450664Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/nightly.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9451970Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9453393Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/test.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9454631Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:35:23.9455849Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:35:23.9457177Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:35:23.9458392Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:35:23.9459541Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:35:23.9460730Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/LICENSE-THIRD-PARTY' from root:root to runner:runner
2025-08-20T21:35:23.9461897Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:35:23.9463172Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:35:23.9464331Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/data/micro.json' from root:root to runner:runner
2025-08-20T21:35:23.9465629Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/data/io.github.zyedidia.micro.metainfo.xml' from root:root to runner:runner
2025-08-20T21:35:23.9467062Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/data' from root:root to runner:runner
2025-08-20T21:35:23.9468211Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/snapcraft.yaml' from root:root to runner:runner
2025-08-20T21:35:23.9469442Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/micro.1' from root:root to runner:runner
2025-08-20T21:35:23.9470733Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/micro.desktop' from root:root to runner:runner
2025-08-20T21:35:23.9472052Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/deb/micro.prerm' from root:root to runner:runner
2025-08-20T21:35:23.9473534Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/deb/micro.postinst' from root:root to runner:runner
2025-08-20T21:35:23.9474834Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/deb' from root:root to runner:runner
2025-08-20T21:35:23.9476054Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging' from root:root to runner:runner
2025-08-20T21:35:23.9477300Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo-mark.svg' from root:root to runner:runner
2025-08-20T21:35:23.9478586Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-solarized.png' from root:root to runner:runner
2025-08-20T21:35:23.9479840Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo.svg' from root:root to runner:runner
2025-08-20T21:35:23.9481256Z [00:02:07.044]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo-drop.svg' from root:root to runner:runner
2025-08-20T21:35:23.9482606Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:35:23.9483841Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/micro.go' from root:root to runner:runner
2025-08-20T21:35:23.9485239Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/micro_test.go' from root:root to runner:runner
2025-08-20T21:35:23.9486464Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/clean.go' from root:root to runner:runner
2025-08-20T21:35:23.9487688Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/initlua.go' from root:root to runner:runner
2025-08-20T21:35:23.9488908Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/debug.go' from root:root to runner:runner
2025-08-20T21:35:23.9490084Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro' from root:root to runner:runner
2025-08-20T21:35:23.9491209Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:35:23.9492455Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:35:23.9493799Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:35:23.9495149Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:35:23.9496467Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:35:23.9497768Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:35:23.9499208Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:35:23.9500529Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:35:23.9501811Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:35:23.9503254Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:35:23.9504556Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:35:23.9505838Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:35:23.9507140Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:35:23.9508634Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:35:23.9509914Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:35:23.9511236Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:35:23.9512563Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:35:23.9513765Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:35:23.9514918Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:35:23.9516330Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.pack' from root:root to runner:runner
2025-08-20T21:35:23.9517952Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.idx' from root:root to runner:runner
2025-08-20T21:35:23.9519540Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.rev' from root:root to runner:runner
2025-08-20T21:35:23.9521147Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.idx' from root:root to runner:runner
2025-08-20T21:35:23.9523010Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.rev' from root:root to runner:runner
2025-08-20T21:35:23.9524705Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.promisor' from root:root to runner:runner
2025-08-20T21:35:23.9526325Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.pack' from root:root to runner:runner
2025-08-20T21:35:23.9528009Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.promisor' from root:root to runner:runner
2025-08-20T21:35:23.9529422Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:35:23.9530618Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:35:23.9531797Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:35:23.9533325Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:35:23.9534491Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:35:23.9535665Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:35:23.9536848Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:35:23.9538071Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:35:23.9539318Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:35:23.9540595Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:35:23.9541906Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:35:23.9543311Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:35:23.9544515Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:35:23.9545671Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:35:23.9546970Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:35:23.9548204Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:35:23.9549409Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:35:23.9550614Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:35:23.9551851Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:35:23.9553309Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:35:23.9554535Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:35:23.9555697Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:35:23.9557022Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:35:23.9558108Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO' from root:root to runner:runner
2025-08-20T21:35:23.9559148Z [00:02:07.045]➜  changed ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS' from root:root to runner:runner
2025-08-20T21:35:23.9560048Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:35:23.9560837Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:35:23.9561601Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro' retained as runner:runner
2025-08-20T21:35:23.9562491Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.version' retained as runner:runner
2025-08-20T21:35:23.9563341Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:35:23.9564095Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:35:23.9564870Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.version' retained as runner:runner
2025-08-20T21:35:23.9565610Z [00:02:07.045]➜  ownership of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:35:23.9566360Z [00:02:07.052]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/micro' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9567270Z [00:02:07.058]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9568237Z [00:02:07.063]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9569548Z [00:02:07.069]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/runtime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9570862Z [00:02:07.074]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9572114Z [00:02:07.080]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9573536Z [00:02:07.085]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/tutorial.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9574829Z [00:02:07.090]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/commands.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9576111Z [00:02:07.096]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/options.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9577393Z [00:02:07.101]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/copypaste.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9578658Z [00:02:07.106]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9580204Z [00:02:07.112]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/keybindings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9581516Z [00:02:07.117]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/plugins.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9631788Z [00:02:07.122]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/defaultkeys.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9687693Z [00:02:07.128]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/help/colors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9742026Z [00:02:07.133]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9796599Z [00:02:07.139]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9850515Z [00:02:07.144]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/darcula.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9905457Z [00:02:07.150]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:23.9959101Z [00:02:07.155]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukelight-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0012096Z [00:02:07.160]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/geany.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0067664Z [00:02:07.166]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0124071Z [00:02:07.171]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/one-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0178452Z [00:02:07.177]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gruvbox.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0233435Z [00:02:07.182]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/default.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0288807Z [00:02:07.188]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/simple.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0343782Z [00:02:07.193]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0399445Z [00:02:07.199]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dukedark-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0454380Z [00:02:07.204]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/solarized-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0511099Z [00:02:07.210]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/bubblegum.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0566801Z [00:02:07.216]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/monokai.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0622959Z [00:02:07.221]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/railscast.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0679712Z [00:02:07.227]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/gotham.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0737337Z [00:02:07.233]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/zenburn.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0791501Z [00:02:07.238]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/sunny-day.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0845346Z [00:02:07.244]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/cmc-16.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0898960Z [00:02:07.249]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/atom-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.0952700Z [00:02:07.254]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/material-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1007063Z [00:02:07.260]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/dracula-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1059949Z [00:02:07.265]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/colorschemes/twilight.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1115114Z [00:02:07.271]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1168191Z [00:02:07.276]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1222863Z [00:02:07.281]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1276644Z [00:02:07.287]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fish.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1330867Z [00:02:07.292]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1384496Z [00:02:07.297]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1438250Z [00:02:07.303]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1493889Z [00:02:07.308]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1548534Z [00:02:07.314]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1604145Z [00:02:07.319]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1656583Z [00:02:07.325]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1709759Z [00:02:07.330]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1765736Z [00:02:07.336]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1820349Z [00:02:07.341]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ini.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1873499Z [00:02:07.346]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1926865Z [00:02:07.352]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.1980895Z [00:02:07.357]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2034601Z [00:02:07.363]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2089949Z [00:02:07.368]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xresources.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2146745Z [00:02:07.374]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2202838Z [00:02:07.379]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2256797Z [00:02:07.385]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2310316Z [00:02:07.390]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2365112Z [00:02:07.396]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2420135Z [00:02:07.401]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2475537Z [00:02:07.407]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2529277Z [00:02:07.412]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2584404Z [00:02:07.417]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2639006Z [00:02:07.423]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2695322Z [00:02:07.429]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2750532Z [00:02:07.434]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2806244Z [00:02:07.440]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2861432Z [00:02:07.445]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2918800Z [00:02:07.451]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.2975587Z [00:02:07.457]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3030811Z [00:02:07.462]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3087004Z [00:02:07.468]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3144417Z [00:02:07.473]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3201796Z [00:02:07.479]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fortran.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3258697Z [00:02:07.485]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lisp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3316381Z [00:02:07.491]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3376856Z [00:02:07.497]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3431687Z [00:02:07.502]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3486827Z [00:02:07.508]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ruby.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3543795Z [00:02:07.513]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3599339Z [00:02:07.519]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3653779Z [00:02:07.524]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3709406Z [00:02:07.530]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3765440Z [00:02:07.536]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3819320Z [00:02:07.541]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3876586Z [00:02:07.547]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3930465Z [00:02:07.552]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.3991316Z [00:02:07.558]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/puppet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4048294Z [00:02:07.564]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4104258Z [00:02:07.569]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4159535Z [00:02:07.575]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4215169Z [00:02:07.581]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scad.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4270804Z [00:02:07.586]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4328072Z [00:02:07.592]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4383072Z [00:02:07.597]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lfe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4438986Z [00:02:07.603]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4495381Z [00:02:07.609]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4551135Z [00:02:07.614]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4608824Z [00:02:07.620]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4666629Z [00:02:07.626]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4724428Z [00:02:07.631]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4779584Z [00:02:07.637]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4834851Z [00:02:07.642]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4887826Z [00:02:07.648]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4941334Z [00:02:07.653]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.4996178Z [00:02:07.659]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5050238Z [00:02:07.664]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5106555Z [00:02:07.670]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5161623Z [00:02:07.675]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5215787Z [00:02:07.681]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5271632Z [00:02:07.686]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5324924Z [00:02:07.692]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5377876Z [00:02:07.697]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5431003Z [00:02:07.702]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5486540Z [00:02:07.708]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5539899Z [00:02:07.713]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5595809Z [00:02:07.719]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5648972Z [00:02:07.724]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/micro.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5702277Z [00:02:07.729]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5755905Z [00:02:07.735]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/php.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5809564Z [00:02:07.740]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5861620Z [00:02:07.745]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/graphql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5915230Z [00:02:07.751]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crystal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.5968305Z [00:02:07.756]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/crontab.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6020655Z [00:02:07.761]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6074997Z [00:02:07.767]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6128743Z [00:02:07.772]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6182166Z [00:02:07.777]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/make_headers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6235363Z [00:02:07.783]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6288743Z [00:02:07.788]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6342707Z [00:02:07.793]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6396244Z [00:02:07.799]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6449013Z [00:02:07.804]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6502595Z [00:02:07.809]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6556660Z [00:02:07.815]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6610200Z [00:02:07.820]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6663158Z [00:02:07.825]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6716994Z [00:02:07.831]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6770408Z [00:02:07.836]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6823650Z [00:02:07.841]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6877188Z [00:02:07.847]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6929648Z [00:02:07.852]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gnuplot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.6982290Z [00:02:07.857]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csx.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7035959Z [00:02:07.863]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7089600Z [00:02:07.868]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7143863Z [00:02:07.873]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7200032Z [00:02:07.879]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7255602Z [00:02:07.885]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7308488Z [00:02:07.890]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7363035Z [00:02:07.895]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7417136Z [00:02:07.901]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tcl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7470193Z [00:02:07.906]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/raku.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7524110Z [00:02:07.911]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/julia.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7579055Z [00:02:07.917]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/msbuild.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7635252Z [00:02:07.923]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7691529Z [00:02:07.928]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7747322Z [00:02:07.934]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7803338Z [00:02:07.939]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lua.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7857471Z [00:02:07.945]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7912215Z [00:02:07.950]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.7967323Z [00:02:07.956]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8020735Z [00:02:07.961]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cuda.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8073451Z [00:02:07.966]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/octave.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8128425Z [00:02:07.972]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zig.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8183696Z [00:02:07.977]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/forth.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8237026Z [00:02:07.983]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8292130Z [00:02:07.988]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/justfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8347355Z [00:02:07.994]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8402068Z [00:02:07.999]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nftables.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8459040Z [00:02:08.005]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zscript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8515204Z [00:02:08.011]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groovy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8570476Z [00:02:08.016]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8627007Z [00:02:08.022]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/godoc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8682048Z [00:02:08.027]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8738488Z [00:02:08.033]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8794742Z [00:02:08.039]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/proto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8850756Z [00:02:08.044]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/toml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8906938Z [00:02:08.050]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.8963873Z [00:02:08.055]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9018241Z [00:02:08.061]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9073190Z [00:02:08.066]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9127485Z [00:02:08.072]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kvlang.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9182536Z [00:02:08.077]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sage.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9238901Z [00:02:08.083]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/haskell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9294369Z [00:02:08.088]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erlang.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9348315Z [00:02:08.094]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9403914Z [00:02:08.099]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9458863Z [00:02:08.105]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ada.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9512557Z [00:02:08.110]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9566271Z [00:02:08.116]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9620498Z [00:02:08.121]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9674856Z [00:02:08.127]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/man.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9732478Z [00:02:08.132]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9789607Z [00:02:08.138]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/r.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9847449Z [00:02:08.144]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9906423Z [00:02:08.150]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dot.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:24.9965292Z [00:02:08.156]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0023773Z [00:02:08.161]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0081139Z [00:02:08.167]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/peg.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0139065Z [00:02:08.173]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ats.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0196493Z [00:02:08.179]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0252979Z [00:02:08.184]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0306376Z [00:02:08.190]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/arduino.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0361017Z [00:02:08.195]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yum.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0417923Z [00:02:08.201]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sls.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0474285Z [00:02:08.206]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0529775Z [00:02:08.212]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0582741Z [00:02:08.217]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0638394Z [00:02:08.223]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0694635Z [00:02:08.229]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0749385Z [00:02:08.234]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jsonnet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0804412Z [00:02:08.239]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0860915Z [00:02:08.245]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html5.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0916051Z [00:02:08.251]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/csharp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.0970495Z [00:02:08.256]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nim.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1024792Z [00:02:08.262]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mpdconf.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1079315Z [00:02:08.267]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1133748Z [00:02:08.272]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/swift.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1187661Z [00:02:08.278]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1242610Z [00:02:08.283]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1296248Z [00:02:08.289]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1351013Z [00:02:08.294]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1407080Z [00:02:08.300]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/makefile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1460671Z [00:02:08.305]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/javascript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1516056Z [00:02:08.311]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1568227Z [00:02:08.316]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mail.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1621918Z [00:02:08.321]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/odin.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1675963Z [00:02:08.327]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1728862Z [00:02:08.332]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/syntax_converter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1782116Z [00:02:08.337]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vala.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1835820Z [00:02:08.343]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elixir.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1889816Z [00:02:08.348]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1943994Z [00:02:08.353]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.1997339Z [00:02:08.359]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/css.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2052212Z [00:02:08.364]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/mc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2108945Z [00:02:08.370]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/groff.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2164678Z [00:02:08.376]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2221988Z [00:02:08.381]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2278581Z [00:02:08.387]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2335150Z [00:02:08.393]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/po.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2391550Z [00:02:08.398]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/patch.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2451203Z [00:02:08.404]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/conky.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2508621Z [00:02:08.410]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2565108Z [00:02:08.416]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2621904Z [00:02:08.421]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/solidity.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2681182Z [00:02:08.427]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/caddyfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2738260Z [00:02:08.433]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2795239Z [00:02:08.439]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/d.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2852007Z [00:02:08.444]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nanorc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2908315Z [00:02:08.450]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.2964439Z [00:02:08.455]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rpmspec.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3020663Z [00:02:08.461]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/erb.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3076619Z [00:02:08.467]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dockerfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3131614Z [00:02:08.472]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pony.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3186846Z [00:02:08.478]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/verilog.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3243774Z [00:02:08.483]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3298768Z [00:02:08.489]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3355661Z [00:02:08.495]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3412708Z [00:02:08.500]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3468514Z [00:02:08.506]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3526721Z [00:02:08.512]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3583693Z [00:02:08.517]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/markdown.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3638962Z [00:02:08.523]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3694953Z [00:02:08.529]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/prql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3749393Z [00:02:08.534]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3805828Z [00:02:08.540]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cake.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3862116Z [00:02:08.545]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/log.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3918912Z [00:02:08.551]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/default.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.3976294Z [00:02:08.557]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4030770Z [00:02:08.562]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pov.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4086763Z [00:02:08.568]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/c.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4142648Z [00:02:08.573]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4198976Z [00:02:08.579]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/twig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4253229Z [00:02:08.584]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/fsharp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4308268Z [00:02:08.590]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4365244Z [00:02:08.595]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/reST.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4418842Z [00:02:08.601]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4474559Z [00:02:08.607]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sed.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4529922Z [00:02:08.612]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/json.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4585064Z [00:02:08.618]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vue.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4640233Z [00:02:08.623]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/coffeescript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4695007Z [00:02:08.629]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/awk.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4749383Z [00:02:08.634]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/clojure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4809304Z [00:02:08.640]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/elm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4866037Z [00:02:08.646]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4922923Z [00:02:08.651]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/golo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.4979740Z [00:02:08.657]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nginx.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5036973Z [00:02:08.663]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ledger.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5091682Z [00:02:08.668]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5146752Z [00:02:08.674]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/rust.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5201381Z [00:02:08.679]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/bat.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5257625Z [00:02:08.685]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gdscript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5313284Z [00:02:08.690]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/terraform.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5371765Z [00:02:08.696]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/renpy.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5429599Z [00:02:08.702]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5485471Z [00:02:08.708]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kickstart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5539709Z [00:02:08.713]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/xml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5596220Z [00:02:08.719]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/freebsd-kernel.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5650867Z [00:02:08.724]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/colortest.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5707593Z [00:02:08.730]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/scala.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5763016Z [00:02:08.735]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/stata.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5817294Z [00:02:08.741]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5872410Z [00:02:08.746]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5928365Z [00:02:08.752]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/sh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.5983160Z [00:02:08.757]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/smalltalk.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6039088Z [00:02:08.763]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-rebase-todo.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6096015Z [00:02:08.769]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/go.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6153032Z [00:02:08.774]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6209489Z [00:02:08.780]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/v.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6266346Z [00:02:08.786]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6323823Z [00:02:08.791]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/svelte.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6379712Z [00:02:08.797]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/PowerShell.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6436158Z [00:02:08.803]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/perl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6490615Z [00:02:08.808]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vi.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6545256Z [00:02:08.814]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/jinja2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6599190Z [00:02:08.819]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/typescript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6653240Z [00:02:08.824]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6708964Z [00:02:08.830]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/keymap.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6761958Z [00:02:08.835]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/lilypond.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6815485Z [00:02:08.841]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cmake.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6868512Z [00:02:08.846]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/vhdl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6924046Z [00:02:08.851]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/zsh.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.6978052Z [00:02:08.857]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7032982Z [00:02:08.862]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/meson.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7086020Z [00:02:08.868]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/git-commit.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7138743Z [00:02:08.873]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/nu.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7191510Z [00:02:08.878]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7246652Z [00:02:08.884]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/yaml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7302772Z [00:02:08.889]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/asciidoc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7358450Z [00:02:08.895]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gemini.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7412698Z [00:02:08.900]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/kotlin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7469063Z [00:02:08.906]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/inputrc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7522043Z [00:02:08.911]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/python2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7576767Z [00:02:08.917]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/objc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7629199Z [00:02:08.922]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/hare.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7683969Z [00:02:08.927]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/tex.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7738746Z [00:02:08.933]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7793634Z [00:02:08.938]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/ocaml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7847384Z [00:02:08.944]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/glsl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7901132Z [00:02:08.949]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/apacheconf.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.7953506Z [00:02:08.954]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pascal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8008122Z [00:02:08.960]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/dart.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8060576Z [00:02:08.965]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/gomod.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8113710Z [00:02:08.970]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/java.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8169618Z [00:02:08.976]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/html4.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8222104Z [00:02:08.981]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-filter.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8274771Z [00:02:08.987]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cpp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8327865Z [00:02:08.992]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/systemd.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8381280Z [00:02:08.997]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/pkg-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8436734Z [00:02:09.003]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/cython.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8491292Z [00:02:09.008]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/syntax/privoxy-action.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8546524Z [00:02:09.014]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8600626Z [00:02:09.019]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/literate/literate.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8656659Z [00:02:09.025]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8713235Z [00:02:09.030]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/comment.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8769907Z [00:02:09.036]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/comment/help/comment.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8825541Z [00:02:09.042]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/help/linter.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8879690Z [00:02:09.047]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/linter/linter.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8934822Z [00:02:09.053]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/autoclose/autoclose.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.8989257Z [00:02:09.058]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/status.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9044164Z [00:02:09.063]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/status/help/status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9098591Z [00:02:09.069]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/runtime/plugins/diff/diff.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9153786Z [00:02:09.074]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/compile-linux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9207753Z [00:02:09.080]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/remove-nightly-assets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9263221Z [00:02:09.085]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/pre-release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9318593Z [00:02:09.091]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/build-date.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9375128Z [00:02:09.097]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/package-deb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9430155Z [00:02:09.102]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/build-version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9485995Z [00:02:09.108]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/cross-compile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9541338Z [00:02:09.113]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/update-nightly-tag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9595277Z [00:02:09.119]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/info-plist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9650274Z [00:02:09.124]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/nightly-release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9704786Z [00:02:09.130]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/vendor-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9761388Z [00:02:09.135]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/testgen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9817911Z [00:02:09.141]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/tools/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9876544Z [00:02:09.147]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9929946Z [00:02:09.152]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:25.9987704Z [00:02:09.158]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/pkg/highlight/highlighter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0042204Z [00:02:09.163]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/statusline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0096194Z [00:02:09.169]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/uiwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0148989Z [00:02:09.174]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/infowindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0203308Z [00:02:09.179]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/termwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0257409Z [00:02:09.185]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/bufwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0311420Z [00:02:09.190]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/softwrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0365752Z [00:02:09.196]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/tabwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0419030Z [00:02:09.201]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/display/window.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0474192Z [00:02:09.206]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0529499Z [00:02:09.212]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0584790Z [00:02:09.218]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0640483Z [00:02:09.223]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/clipboard/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0697815Z [00:02:09.229]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/line_array_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0752830Z [00:02:09.234]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0807760Z [00:02:09.240]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/autocomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0863567Z [00:02:09.245]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/line_array.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0918542Z [00:02:09.251]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/stack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.0976829Z [00:02:09.257]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1032070Z [00:02:09.262]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1087053Z [00:02:09.268]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/save.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1143462Z [00:02:09.273]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1198832Z [00:02:09.279]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1254226Z [00:02:09.284]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/eventhandler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1308121Z [00:02:09.290]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer_generated_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1363071Z [00:02:09.295]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1418230Z [00:02:09.301]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1477702Z [00:02:09.307]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/serialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1533201Z [00:02:09.312]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/loc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1587217Z [00:02:09.318]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/buffer/cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1642792Z [00:02:09.323]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_installer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1697749Z [00:02:09.329]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/colorscheme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1752531Z [00:02:09.334]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1805852Z [00:02:09.340]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/globals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1860379Z [00:02:09.345]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/autosave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1916111Z [00:02:09.351]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_installer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.1969770Z [00:02:09.356]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2024585Z [00:02:09.361]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2079187Z [00:02:09.367]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/plugin_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2132556Z [00:02:09.372]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/colorscheme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2185507Z [00:02:09.378]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/rtfiles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2237864Z [00:02:09.383]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/config/rtfiles_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2291037Z [00:02:09.388]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views/splits_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2344613Z [00:02:09.394]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/views/splits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2400158Z [00:02:09.399]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2454109Z [00:02:09.404]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infocomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2507977Z [00:02:09.410]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/globals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2564135Z [00:02:09.415]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/keytree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2619112Z [00:02:09.421]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bufpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2672920Z [00:02:09.426]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/tab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2727546Z [00:02:09.432]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/pane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2782048Z [00:02:09.437]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/terminal_supported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2837568Z [00:02:09.443]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2894079Z [00:02:09.448]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.2947874Z [00:02:09.454]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/bindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3001382Z [00:02:09.459]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/infopane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3055786Z [00:02:09.465]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions_posix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3109503Z [00:02:09.470]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/rawpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3166381Z [00:02:09.476]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3221382Z [00:02:09.481]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/actions_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3277194Z [00:02:09.487]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/events.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3332970Z [00:02:09.492]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/defaults_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3389321Z [00:02:09.498]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/termpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3445483Z [00:02:09.504]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/action/terminal_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3502300Z [00:02:09.509]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3558799Z [00:02:09.515]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/screen/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3615309Z [00:02:09.521]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3671287Z [00:02:09.526]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/lua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3725406Z [00:02:09.532]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3779447Z [00:02:09.537]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3835235Z [00:02:09.543]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/util/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3890395Z [00:02:09.548]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/gutter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3945887Z [00:02:09.554]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/infobuffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.3998444Z [00:02:09.559]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/info/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4055004Z [00:02:09.565]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4109788Z [00:02:09.570]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4166363Z [00:02:09.576]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/shell/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4222956Z [00:02:09.581]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/internal/lua/lua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4279028Z [00:02:09.587]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4335320Z [00:02:09.593]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4391531Z [00:02:09.598]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4448853Z [00:02:09.604]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/nightly.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4505392Z [00:02:09.610]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4561482Z [00:02:09.615]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/workflows/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4616313Z [00:02:09.621]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.github/ISSUE_TEMPLATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4670145Z [00:02:09.626]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4724761Z [00:02:09.632]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4777194Z [00:02:09.637]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/LICENSE-THIRD-PARTY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4829515Z [00:02:09.642]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4881937Z [00:02:09.647]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4936055Z [00:02:09.653]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/data/micro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.4986911Z [00:02:09.658]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/data/io.github.zyedidia.micro.metainfo.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5038391Z [00:02:09.663]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5090746Z [00:02:09.668]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/micro.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5142364Z [00:02:09.673]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/micro.desktop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5195057Z [00:02:09.679]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/deb/micro.prerm' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5246918Z [00:02:09.684]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/packaging/deb/micro.postinst' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5298845Z [00:02:09.689]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo-mark.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5350134Z [00:02:09.694]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-solarized.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5403859Z [00:02:09.699]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5456039Z [00:02:09.705]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/assets/micro-logo-drop.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5509204Z [00:02:09.710]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/micro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5561889Z [00:02:09.715]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/micro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5615736Z [00:02:09.721]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/clean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5667816Z [00:02:09.726]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/initlua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5721532Z [00:02:09.731]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/cmd/micro/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5775636Z [00:02:09.737]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5830608Z [00:02:09.742]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5886576Z [00:02:09.748]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5939818Z [00:02:09.753]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.5993510Z [00:02:09.758]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6048632Z [00:02:09.764]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6101091Z [00:02:09.769]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6154887Z [00:02:09.775]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6208339Z [00:02:09.780]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6260438Z [00:02:09.785]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6314581Z [00:02:09.791]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6367810Z [00:02:09.796]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6421523Z [00:02:09.801]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6475331Z [00:02:09.807]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6528763Z [00:02:09.812]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6583926Z [00:02:09.817]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6637413Z [00:02:09.823]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6691266Z [00:02:09.828]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6745360Z [00:02:09.834]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6798906Z [00:02:09.839]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6853398Z [00:02:09.844]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6905382Z [00:02:09.850]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.6959513Z [00:02:09.855]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7013056Z [00:02:09.860]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7068572Z [00:02:09.866]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7121664Z [00:02:09.871]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7176682Z [00:02:09.877]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7230940Z [00:02:09.882]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7285412Z [00:02:09.888]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7340087Z [00:02:09.893]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7392799Z [00:02:09.898]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7447083Z [00:02:09.904]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7503587Z [00:02:09.909]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.hY6nFRgOuS/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7558998Z [00:02:09.915]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7615132Z [00:02:09.921]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7668451Z [00:02:09.926]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7723596Z [00:02:09.931]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.7780163Z [00:02:09.937]➜  mode of '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:26.8200812Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:35:26.8201529Z [00:02:09.979]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:35:32.5639385Z 
2025-08-20T21:35:32.5640286Z [+] Sanitizing /tmp/pkgforge/t3YJoPXOh_SBUILD/BUILD.log ==> /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.log
2025-08-20T21:35:34.6308589Z '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.static.log' -> '/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/micro.log'
2025-08-20T21:35:34.6353599Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&download=micro.log
2025-08-20T21:35:34.6354152Z 
2025-08-20T21:35:34.6354555Z [+] Parsing/Uploading micro/micro --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fmicro%2Fmicro [aarch64-Linux]
2025-08-20T21:35:34.6379785Z {
2025-08-20T21:35:34.6381763Z   "_disabled": "false",
2025-08-20T21:35:34.6381977Z   "host": "aarch64-Linux",
2025-08-20T21:35:34.6382167Z   "rank": "",
2025-08-20T21:35:34.6382420Z   "pkg": "micro.static",
2025-08-20T21:35:34.6382624Z   "pkg_family": "micro",
2025-08-20T21:35:34.6382852Z   "pkg_id": "github.com.zyedidia.micro",
2025-08-20T21:35:34.6383087Z   "pkg_name": "micro",
2025-08-20T21:35:34.6383270Z   "pkg_type": "static",
2025-08-20T21:35:34.6383623Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro",
2025-08-20T21:35:34.6384001Z   "app_id": "",
2025-08-20T21:35:34.6384168Z   "appstream": "",
2025-08-20T21:35:34.6384334Z   "category": [
2025-08-20T21:35:34.6384495Z     "ConsoleOnly",
2025-08-20T21:35:34.6384667Z     "Utility"
2025-08-20T21:35:34.6384815Z   ],
2025-08-20T21:35:34.6385049Z   "description": "Modern and intuitive terminal-based text editor",
2025-08-20T21:35:34.6385348Z   "desktop": "",
2025-08-20T21:35:34.6385513Z   "homepage": [
2025-08-20T21:35:34.6385694Z     "https://github.com/zyedidia/micro"
2025-08-20T21:35:34.6385913Z   ],
2025-08-20T21:35:34.6386407Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&download=micro.png",
2025-08-20T21:35:34.6387240Z   "license": [
2025-08-20T21:35:34.6387436Z     "MIT"
2025-08-20T21:35:34.6387584Z   ],
2025-08-20T21:35:34.6387724Z   "maintainer": [
2025-08-20T21:35:34.6387929Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:35:34.6388167Z   ],
2025-08-20T21:35:34.6388309Z   "provides": [
2025-08-20T21:35:34.6388469Z     "micro"
2025-08-20T21:35:34.6388610Z   ],
2025-08-20T21:35:34.6388745Z   "note": [
2025-08-20T21:35:34.6389037Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/zyedidia/micro"
2025-08-20T21:35:34.6389393Z   ],
2025-08-20T21:35:34.6389535Z   "repology": [
2025-08-20T21:35:34.6389688Z     "micro"
2025-08-20T21:35:34.6389831Z   ],
2025-08-20T21:35:34.6389976Z   "screenshots": [],
2025-08-20T21:35:34.6390148Z   "src_url": [
2025-08-20T21:35:34.6390327Z     "https://github.com/zyedidia/micro"
2025-08-20T21:35:34.6390546Z   ],
2025-08-20T21:35:34.6390685Z   "tag": [
2025-08-20T21:35:34.6390829Z     "text-editor"
2025-08-20T21:35:34.6390987Z   ],
2025-08-20T21:35:34.6391157Z   "version": "HEAD-094b02d-250820T221947",
2025-08-20T21:35:34.6391394Z   "version_upstream": "2.0.14",
2025-08-20T21:35:34.6391712Z   "bsum": "42363b9ae4bba9c166b408f9b16f72104e5d828aac39cb1f934a5c82fbb500e0",
2025-08-20T21:35:34.6392063Z   "build_date": "2025-08-20T21:35:27Z",
2025-08-20T21:35:34.6392619Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108358250",
2025-08-20T21:35:34.6392966Z   "build_id": "17108358250",
2025-08-20T21:35:34.6393797Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&download=micro.log",
2025-08-20T21:35:34.6394592Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/micro/static.official.source.yaml",
2025-08-20T21:35:34.6395380Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&download=micro",
2025-08-20T21:35:34.6396140Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux",
2025-08-20T21:35:34.6396636Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/micro/official/micro",
2025-08-20T21:35:34.6397255Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&manifest",
2025-08-20T21:35:34.6397914Z   "shasum": "f509ed25a15b154414e5a611e6bde4daeca63cfdd4ce082cbfb0b9ce00d63c72",
2025-08-20T21:35:34.6398258Z   "size": "14 MB",
2025-08-20T21:35:34.6398425Z   "size_raw": "13806072",
2025-08-20T21:35:34.6398609Z   "snapshots": [
2025-08-20T21:35:34.6398802Z     "HEAD-f5debdf-250120T202838-aarch64-linux",
2025-08-20T21:35:34.6399084Z     "HEAD-5ee7fb6-250129T171353-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6399366Z     "HEAD-e4b0ad7-250131T175936-aarch64-linux",
2025-08-20T21:35:34.6399644Z     "HEAD-b432bb7-250201T094125-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6399934Z     "HEAD-bf4156c-250208T161959-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6400216Z     "HEAD-5a62a8e-250209T151943-aarch64-linux",
2025-08-20T21:35:34.6400490Z     "HEAD-c937479-250224T180102-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6400795Z     "HEAD-272a308-250227T190330-aarch64-linux[NA-2025-02-27]",
2025-08-20T21:35:34.6401121Z     "HEAD-3c68655-250301T135830-aarch64-linux[NA-2025-03-01]",
2025-08-20T21:35:34.6401426Z     "HEAD-2ae9812-250304T201523-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6401732Z     "HEAD-9835676-250308T140441-aarch64-linux[NA-2025-03-08]",
2025-08-20T21:35:34.6402042Z     "HEAD-7d16dcd-250311T073524-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6402493Z     "HEAD-5eddf5b-250526T220714-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6402799Z     "HEAD-97b5e35-250620T210025-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6403087Z     "HEAD-41b912b-250629T224610-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6403371Z     "HEAD-55a5530-250709T004715-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6403656Z     "HEAD-3a7705a-250711T112140-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6404167Z     "HEAD-7492195-250719T141911-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6404461Z     "HEAD-dbdf753-250720T161432-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6404750Z     "HEAD-d7e43d4-250722T225818-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6405037Z     "HEAD-c9f84cd-250726T113912-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6405324Z     "HEAD-1dbb058-250812T193716-aarch64-linux[2.0.14]",
2025-08-20T21:35:34.6405611Z     "HEAD-86a9fac-250816T133047-aarch64-linux[2.0.14]"
2025-08-20T21:35:34.6405859Z   ]
2025-08-20T21:35:34.6406150Z }
2025-08-20T21:35:34.6406253Z 
2025-08-20T21:35:34.6406257Z 
2025-08-20T21:35:34.7626485Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux": ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux: not found
2025-08-20T21:35:34.7666806Z Uploading empty artifact
2025-08-20T21:35:34.7669463Z time=2025-08-20T21:35:34Z level=debug msg=Request #0
2025-08-20T21:35:34.7670165Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:0a310bb906c7efa3863be2a4d496afb6d80056704427a7fc40626c64d450d529"
2025-08-20T21:35:34.7670793Z > Request method: "HEAD"
2025-08-20T21:35:34.7671003Z > Request headers:
2025-08-20T21:35:34.7671179Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:34.7672093Z    "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-20T21:35:34.8021551Z time=2025-08-20T21:35:34Z level=debug msg=Response #0
2025-08-20T21:35:34.8021874Z < Response Status: "401 Unauthorized"
2025-08-20T21:35:34.8022104Z < Response headers:
2025-08-20T21:35:34.8023315Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/micro/official/micro:pull\""
2025-08-20T21:35:34.8023851Z    "Date": "Wed, 20 Aug 2025 21:35:34 GMT"
2025-08-20T21:35:34.8024080Z    "Content-Length": "73"
2025-08-20T21:35:34.8024334Z    "X-Github-Request-Id": "0404:19AE33:2F4EAF:3367FA:68A63FA6"
2025-08-20T21:35:34.8024626Z    "Content-Type": "application/json"
2025-08-20T21:35:34.8024887Z time=2025-08-20T21:35:34Z level=debug msg=Request #1
2025-08-20T21:35:34.8025425Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fmicro%2Fofficial%2Fmicro%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:35:34.8025937Z > Request method: "GET"
2025-08-20T21:35:34.8026118Z > Request headers:
2025-08-20T21:35:34.8026290Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:34.8026496Z    "Authorization": "*****"
2025-08-20T21:35:34.8567143Z time=2025-08-20T21:35:34Z level=debug msg=Response #1
2025-08-20T21:35:34.8567464Z < Response Status: "200 OK"
2025-08-20T21:35:34.8567664Z < Response headers:
2025-08-20T21:35:34.8567888Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:34.8568283Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:34.8568632Z    "Date": "Wed, 20 Aug 2025 21:35:34 GMT"
2025-08-20T21:35:34.8568855Z    "Content-Length": "69"
2025-08-20T21:35:34.8569108Z    "X-Github-Request-Id": "0404:19AE33:2F4EB4:3367FF:68A63FA6"
2025-08-20T21:35:34.8569401Z    "Content-Type": "application/json"
2025-08-20T21:35:34.8569661Z time=2025-08-20T21:35:34Z level=debug msg=Request #2
2025-08-20T21:35:34.8570337Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:0a310bb906c7efa3863be2a4d496afb6d80056704427a7fc40626c64d450d529"
2025-08-20T21:35:34.8570962Z > Request method: "HEAD"
2025-08-20T21:35:34.8571150Z > Request headers:
2025-08-20T21:35:34.8572530Z    "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-20T21:35:34.8573503Z    "Authorization": "*****"
2025-08-20T21:35:34.8573701Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:34.8800268Z time=2025-08-20T21:35:34Z level=debug msg=Response #2
2025-08-20T21:35:34.8800566Z < Response Status: "404 Not Found"
2025-08-20T21:35:34.8800780Z < Response headers:
2025-08-20T21:35:34.8800999Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:34.8801381Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:34.8801742Z    "Date": "Wed, 20 Aug 2025 21:35:34 GMT"
2025-08-20T21:35:34.8802002Z    "Content-Length": "70"
2025-08-20T21:35:34.8802256Z    "X-Github-Request-Id": "0404:19AE33:2F4EC8:33680D:68A63FA6"
2025-08-20T21:35:34.8802697Z    "Content-Type": "application/json"
2025-08-20T21:35:34.8802974Z time=2025-08-20T21:35:34Z level=debug msg=Request #3
2025-08-20T21:35:34.8803630Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:35:34.8804231Z > Request method: "HEAD"
2025-08-20T21:35:34.8804417Z > Request headers:
2025-08-20T21:35:34.8804588Z    "Authorization": "*****"
2025-08-20T21:35:34.8804789Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:34.8933424Z time=2025-08-20T21:35:34Z level=debug msg=Response #3
2025-08-20T21:35:34.8933792Z < Response Status: "200 OK"
2025-08-20T21:35:34.8933997Z < Response headers:
2025-08-20T21:35:34.8934459Z    "Content-Type": ""
2025-08-20T21:35:34.8934833Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:35:34.8935288Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:34.8935680Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:35:34.8936151Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:34.8936498Z    "Date": "Wed, 20 Aug 2025 21:35:34 GMT"
2025-08-20T21:35:34.8936784Z    "X-Github-Request-Id": "0404:19AE33:2F4ECD:336812:68A63FA6"
2025-08-20T21:35:34.8937065Z    "Content-Length": "0"
2025-08-20T21:35:34.8937290Z time=2025-08-20T21:35:34Z level=debug msg=Request #4
2025-08-20T21:35:34.8937834Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/HEAD-094b02d-250820T221947-aarch64-linux"
2025-08-20T21:35:34.8938341Z > Request method: "PUT"
2025-08-20T21:35:34.8938526Z > Request headers:
2025-08-20T21:35:34.8938772Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:35:34.8939066Z    "Authorization": "*****"
2025-08-20T21:35:34.8939265Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:35.1623082Z time=2025-08-20T21:35:35Z level=debug msg=Response #4
2025-08-20T21:35:35.1623617Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:35.1624081Z < Response Status: "201 Created"
2025-08-20T21:35:35.1624284Z < Response headers:
2025-08-20T21:35:35.1624526Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:35.1625136Z    "Location": "/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:0a310bb906c7efa3863be2a4d496afb6d80056704427a7fc40626c64d450d529"
2025-08-20T21:35:35.1625819Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:35.1626170Z    "Date": "Wed, 20 Aug 2025 21:35:35 GMT"
2025-08-20T21:35:35.1626394Z    "Content-Length": "0"
2025-08-20T21:35:35.1626648Z    "X-Github-Request-Id": "0404:19AE33:2F4ED1:336816:68A63FA6"
2025-08-20T21:35:35.1626938Z    "Content-Type": "application/json"
2025-08-20T21:35:35.1627350Z    "Docker-Content-Digest": "sha256:0a310bb906c7efa3863be2a4d496afb6d80056704427a7fc40626c64d450d529"
2025-08-20T21:35:35.1627793Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:35:35.1628168Z Digest: sha256:0a310bb906c7efa3863be2a4d496afb6d80056704427a7fc40626c64d450d529
2025-08-20T21:35:37.3325662Z Uploading f509ed25a15b micro
2025-08-20T21:35:37.3454605Z Uploading d85b92818ec1 micro.sig
2025-08-20T21:35:37.3456203Z Uploading 7c3085896f87 CHECKSUM
2025-08-20T21:35:37.3485696Z Uploading c413b10b107f CHECKSUM.sig
2025-08-20T21:35:37.3711116Z Exists    53a0ccf2bda5 LICENSE
2025-08-20T21:35:37.3931598Z Uploading 4c016366fcf0 LICENSE.sig
2025-08-20T21:35:38.3278159Z Uploaded  7c3085896f87 CHECKSUM
2025-08-20T21:35:38.3540882Z Exists    a1f4459b2b31 SBUILD
2025-08-20T21:35:38.3693724Z Uploaded  d85b92818ec1 micro.sig
2025-08-20T21:35:38.3872119Z Uploaded  c413b10b107f CHECKSUM.sig
2025-08-20T21:35:38.3898432Z Uploading fe0664ec8095 SBUILD.sig
2025-08-20T21:35:38.3950091Z Exists    11cf0313013e micro.png
2025-08-20T21:35:38.4183315Z Uploading 9487c3c9586b micro.json
2025-08-20T21:35:38.4339730Z Uploading edc5e2594210 micro.json.sig
2025-08-20T21:35:38.4786612Z Uploaded  4c016366fcf0 LICENSE.sig
2025-08-20T21:35:38.5041538Z Uploading 9453bd4a6b16 micro.log
2025-08-20T21:35:38.6168575Z Uploaded  f509ed25a15b micro
2025-08-20T21:35:38.6563744Z Uploading df417a50aefb micro.log.sig
2025-08-20T21:35:39.3478960Z Uploaded  edc5e2594210 micro.json.sig
2025-08-20T21:35:39.3532486Z Uploaded  9487c3c9586b micro.json
2025-08-20T21:35:39.3659063Z Uploading 0f89d1a539c9 micro.version
2025-08-20T21:35:39.3713619Z Uploaded  fe0664ec8095 SBUILD.sig
2025-08-20T21:35:39.3726715Z Uploading 549c09ed2d0e micro.version.sig
2025-08-20T21:35:39.4432557Z Uploaded  9453bd4a6b16 micro.log
2025-08-20T21:35:39.6284771Z Uploaded  df417a50aefb micro.log.sig
2025-08-20T21:35:40.2614028Z Uploaded  0f89d1a539c9 micro.version
2025-08-20T21:35:40.2968733Z Uploaded  549c09ed2d0e micro.version.sig
2025-08-20T21:35:40.2969288Z Uploading 90a96bac5d18 micro
2025-08-20T21:35:40.6104912Z Uploaded  90a96bac5d18 micro
2025-08-20T21:35:40.6113061Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:40.6113548Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:35:40.6113965Z Digest: sha256:90a96bac5d18256823f92a3c3d0e01d855df0f1e0bd898121f6f023b60c8c560
2025-08-20T21:35:45.7500050Z 
2025-08-20T21:35:45.7500681Z [+] Registry --> https://ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:45.7501351Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-aarch64-linux&manifest 
2025-08-20T21:35:45.7501796Z 
2025-08-20T21:35:47.9565695Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:35:48.1489184Z ./BUILD_ARTIFACTS.tar : 39.94%   (  33.1 MiB =>   13.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:35:48.1569912Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:35:48.1604877Z 
2025-08-20T21:35:48.1605826Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml :: 00(Hr):02(Min):32(Sec)
2025-08-20T21:35:48.1606451Z 
2025-08-20T21:35:48.1618152Z 
2025-08-20T21:35:48.1618383Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:35:48 PM) UTC
2025-08-20T21:35:48.1618652Z 
2025-08-20T21:35:48.4949141Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:35:48.4997235Z ##[group]Run ##Presets
2025-08-20T21:35:48.4997590Z [36;1m##Presets[0m
2025-08-20T21:35:48.4997771Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:48.4997960Z [36;1m#-------------#[0m
2025-08-20T21:35:48.4998142Z [36;1m##Debug?[0m
2025-08-20T21:35:48.4998360Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:48.4998651Z [36;1m  set -x[0m
2025-08-20T21:35:48.4998814Z [36;1mfi[0m
2025-08-20T21:35:48.4998970Z [36;1m#-------------#[0m
2025-08-20T21:35:48.4999151Z [36;1m##Set ENV[0m
2025-08-20T21:35:48.4999359Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:35:48.4999826Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-094b02d-250820T221947-aarch64-linux"[0m
2025-08-20T21:35:48.5000348Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-094b02d-250820T221947-aarch64-linux"[0m
2025-08-20T21:35:48.5000877Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250"[0m
2025-08-20T21:35:48.5001341Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:35:48.5001714Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:35:48.5002141Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:35:48.5002695Z [36;1m fi[0m
2025-08-20T21:35:48.5002852Z [36;1m##Push[0m
2025-08-20T21:35:48.5003055Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:35:48.5003312Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:35:48.5003659Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:35:48.5004108Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:35:48.5004530Z [36;1m     ls -sh "/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:35:48.5004854Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:35:48.5005044Z [36;1m       {[0m
2025-08-20T21:35:48.5005216Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:35:48.5005529Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:35:48.5005953Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:35:48.5006619Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:35:48.5007135Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-094b02d-250820T221947-aarch64-linux")[0m
2025-08-20T21:35:48.5007825Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108358250")[0m
2025-08-20T21:35:48.5008391Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108358250")[0m
2025-08-20T21:35:48.5009047Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-aarch64-linux")[0m
2025-08-20T21:35:48.5009727Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:35:27Z")[0m
2025-08-20T21:35:48.5010204Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:35:48.5010701Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:35:27Z")[0m
2025-08-20T21:35:48.5011353Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/micro/official/micro")[0m
2025-08-20T21:35:48.5011979Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:35:48.5012601Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:35:48.5013341Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:35:48.5014064Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro")[0m
2025-08-20T21:35:48.5014727Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-micro")[0m
2025-08-20T21:35:48.5015253Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/zyedidia/micro")[0m
2025-08-20T21:35:48.5015766Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:35:48.5016264Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:35:48.5016727Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:35:48.5017206Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:35:48.5017623Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:35:48.5017851Z [36;1m         #Check[0m
2025-08-20T21:35:48.5018409Z [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-20T21:35:27Z" ]]; then[0m
2025-08-20T21:35:48.5019104Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:35:48.5019434Z [36;1m            break[0m
2025-08-20T21:35:48.5019622Z [36;1m          else[0m
2025-08-20T21:35:48.5020000Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:35:48.5020408Z [36;1m          fi[0m
2025-08-20T21:35:48.5020606Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:35:48.5020842Z [36;1m        done[0m
2025-08-20T21:35:48.5021013Z [36;1m       }[0m
2025-08-20T21:35:48.5021199Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:35:48.5021430Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:35:48.5021988Z [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-20T21:35:27Z" ]]; then[0m
2025-08-20T21:35:48.5022850Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:35:48.5023420Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:35:48.5023659Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:35:48.5024227Z [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-20T21:35:27Z" ]]; then[0m
2025-08-20T21:35:48.5024935Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:35:48.5025434Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:35:48.5025810Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:35:48.5026027Z [36;1m           fi[0m
2025-08-20T21:35:48.5026199Z [36;1m       fi[0m
2025-08-20T21:35:48.5026361Z [36;1m   fi[0m
2025-08-20T21:35:48.5026513Z [36;1m fi[0m
2025-08-20T21:35:48.5026686Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:35:48.5081088Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:48.5081298Z env:
2025-08-20T21:35:48.5081456Z   CROSS_COMPILING: NO
2025-08-20T21:35:48.5081647Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:48.5081857Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:48.5082054Z   ON_QEMU: NO
2025-08-20T21:35:48.5082201Z   DEBUG: 0
2025-08-20T21:35:48.5082606Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:48.5082824Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:48.5083083Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:48.5083539Z   KEEP_LOGS: YES
2025-08-20T21:35:48.5083722Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:48.5083913Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:48.5084104Z   SBUILD_REBUILD: false
2025-08-20T21:35:48.5084598Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:48.5085124Z   BUILD_SYS: docker://go
2025-08-20T21:35:48.5085321Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:48.5085496Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:48.5085674Z   SYSTMP: /tmp
2025-08-20T21:35:48.5085831Z   GHA_MODE: MATRIX
2025-08-20T21:35:48.5086230Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:48.5086710Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:48.5087009Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:48.5087372Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:48.5087834Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:48.5088195Z   PKG_TYPE: static
2025-08-20T21:35:48.5088368Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:48.5088575Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:48.5088923Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:48.5089265Z   BUILD_ID: 17108358250
2025-08-20T21:35:48.5089440Z   PKG_NAME: micro
2025-08-20T21:35:48.5089613Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:48.5089830Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:48.5090066Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:48.5090338Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:48.5090665Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:48.5091076Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:48.5091489Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:48.5091738Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:48.5092167Z   GHCR_TOKEN: ***
2025-08-20T21:35:48.5092605Z   GITHUB_TOKEN: ***
2025-08-20T21:35:48.5092815Z   GITLAB_TOKEN: ***
2025-08-20T21:35:48.5093897Z   MINISIGN_KEY: ***
2025-08-20T21:35:48.5094076Z ##[endgroup]
2025-08-20T21:35:48.5157411Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:35:48.5165859Z 14M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:35:48.5176336Z total 15M
2025-08-20T21:35:48.5176495Z 4.0K CHECKSUM
2025-08-20T21:35:48.5176654Z 4.0K CHECKSUM.sig
2025-08-20T21:35:48.5176840Z 4.0K LICENSE
2025-08-20T21:35:48.5176995Z 4.0K LICENSE.sig
2025-08-20T21:35:48.5177155Z 4.0K SBUILD
2025-08-20T21:35:48.5177303Z 4.0K SBUILD.sig
2025-08-20T21:35:48.5177462Z 4.0K SBUILD_TEMP
2025-08-20T21:35:48.5177622Z  14M micro
2025-08-20T21:35:48.5177770Z 4.0K micro.json
2025-08-20T21:35:48.5177931Z 4.0K micro.json.sig
2025-08-20T21:35:48.5178092Z 824K micro.log
2025-08-20T21:35:48.5178251Z 4.0K micro.log.sig
2025-08-20T21:35:48.5178427Z  40K micro.png
2025-08-20T21:35:48.5178587Z 4.0K micro.sig
2025-08-20T21:35:48.5178748Z 824K micro.static.log
2025-08-20T21:35:48.5178932Z 4.0K micro.static.version
2025-08-20T21:35:48.5179130Z 4.0K micro.static.version.sig
2025-08-20T21:35:48.5179333Z 4.0K micro.version
2025-08-20T21:35:48.5179500Z 4.0K micro.version.sig
2025-08-20T21:35:48.6504435Z Uploading 7c14c4a42983 BUILD_ARTIFACTS.zstd
2025-08-20T21:35:49.9310644Z Uploaded  7c14c4a42983 BUILD_ARTIFACTS.zstd
2025-08-20T21:35:49.9311427Z Uploading f0787fd18a2f SRCBUILD-micro
2025-08-20T21:35:50.2242534Z Uploaded  f0787fd18a2f SRCBUILD-micro
2025-08-20T21:35:55.4590052Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250:HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:55.4590657Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:35:55.4591044Z Digest: sha256:f0787fd18a2f44b9c6c146e28ac87b7e6fb5f5c2a8714f80bee1974063a254ac
2025-08-20T21:35:55.4591328Z 
2025-08-20T21:35:55.4592080Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:55.4592560Z 
2025-08-20T21:35:55.6014043Z ##[group]Run ##Presets
2025-08-20T21:35:55.6014307Z [36;1m##Presets[0m
2025-08-20T21:35:55.6014484Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:55.6014673Z [36;1m#-------------#[0m
2025-08-20T21:35:55.6014878Z [36;1m##Debug?[0m
2025-08-20T21:35:55.6015094Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:55.6015366Z [36;1m  set -x[0m
2025-08-20T21:35:55.6015524Z [36;1mfi[0m
2025-08-20T21:35:55.6015679Z [36;1m#-------------#[0m
2025-08-20T21:35:55.6015913Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:35:55.6016216Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:35:55.6047007Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:55.6047224Z env:
2025-08-20T21:35:55.6047383Z   CROSS_COMPILING: NO
2025-08-20T21:35:55.6047572Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:55.6047783Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:55.6047979Z   ON_QEMU: NO
2025-08-20T21:35:55.6048173Z   DEBUG: 0
2025-08-20T21:35:55.6048340Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:55.6048549Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:55.6048808Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:55.6049094Z   KEEP_LOGS: YES
2025-08-20T21:35:55.6049263Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:55.6049453Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:55.6049643Z   SBUILD_REBUILD: false
2025-08-20T21:35:55.6050147Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:55.6050675Z   BUILD_SYS: docker://go
2025-08-20T21:35:55.6050865Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:55.6051045Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:55.6051224Z   SYSTMP: /tmp
2025-08-20T21:35:55.6051386Z   GHA_MODE: MATRIX
2025-08-20T21:35:55.6051787Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:55.6052279Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:55.6052756Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:55.6053122Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:55.6053817Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:55.6054171Z   PKG_TYPE: static
2025-08-20T21:35:55.6054377Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:55.6054584Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:55.6054940Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:55.6055278Z   BUILD_ID: 17108358250
2025-08-20T21:35:55.6055451Z   PKG_NAME: micro
2025-08-20T21:35:55.6055621Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:55.6055836Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:55.6056072Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:55.6056342Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:55.6056675Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:55.6057082Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:55.6057485Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:55.6057740Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:55.6057994Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:55.6058438Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:55.6058810Z ##[endgroup]
2025-08-20T21:35:55.6186759Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:35:55.6187083Z with:
2025-08-20T21:35:55.6187251Z   name: Bincache_micro_aarch64-Linux
2025-08-20T21:35:55.6187518Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:35:55.6187777Z   compression-level: 0
2025-08-20T21:35:55.6187963Z   retention-days: 30
2025-08-20T21:35:55.6188138Z   overwrite: true
2025-08-20T21:35:55.6188312Z   if-no-files-found: warn
2025-08-20T21:35:55.6188516Z   include-hidden-files: false
2025-08-20T21:35:55.6188711Z env:
2025-08-20T21:35:55.6188861Z   CROSS_COMPILING: NO
2025-08-20T21:35:55.6189049Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:55.6189273Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:55.6189470Z   ON_QEMU: NO
2025-08-20T21:35:55.6189624Z   DEBUG: 0
2025-08-20T21:35:55.6189780Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:55.6189991Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:55.6190247Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:55.6190564Z   KEEP_LOGS: YES
2025-08-20T21:35:55.6190738Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:55.6190934Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:55.6191127Z   SBUILD_REBUILD: false
2025-08-20T21:35:55.6191616Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:55.6192140Z   BUILD_SYS: docker://go
2025-08-20T21:35:55.6192498Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:55.6192700Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:55.6192877Z   SYSTMP: /tmp
2025-08-20T21:35:55.6193037Z   GHA_MODE: MATRIX
2025-08-20T21:35:55.6193432Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:55.6193923Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:55.6194227Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:55.6194593Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:55.6195052Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:55.6195410Z   PKG_TYPE: static
2025-08-20T21:35:55.6195586Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:55.6195794Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:55.6196150Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:55.6196486Z   BUILD_ID: 17108358250
2025-08-20T21:35:55.6196662Z   PKG_NAME: micro
2025-08-20T21:35:55.6196836Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:55.6197049Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:55.6197285Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:55.6197824Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:55.6198152Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:55.6198558Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:55.6198967Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:55.6199216Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:55.6199469Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:55.6199912Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:55.6200295Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:55.6200499Z ##[endgroup]
2025-08-20T21:35:56.2394485Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:35:56.2399372Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:35:56.2400071Z With the provided path, there will be 2 files uploaded
2025-08-20T21:35:56.4245843Z Artifact name is valid!
2025-08-20T21:35:56.4249959Z Root directory input is valid!
2025-08-20T21:35:56.5012959Z Beginning upload of artifact content to blob storage
2025-08-20T21:35:56.7920593Z Uploaded bytes 8388608
2025-08-20T21:35:56.9174430Z Uploaded bytes 15037553
2025-08-20T21:35:56.9381728Z Finished uploading artifact content to blob storage!
2025-08-20T21:35:56.9395519Z SHA256 digest of uploaded artifact zip is 8a8849c60f26029b59b4a0fbb217f9303b62b17f258871266a2ce19d353cd4d7
2025-08-20T21:35:56.9395991Z Finalizing artifact upload
2025-08-20T21:35:57.0296124Z Artifact Bincache_micro_aarch64-Linux.zip successfully finalized. Artifact ID 3813453751
2025-08-20T21:35:57.0296795Z Artifact Bincache_micro_aarch64-Linux has been successfully uploaded! Final size is 15037553 bytes. Artifact ID is 3813453751
2025-08-20T21:35:57.0314213Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108358250/artifacts/3813453751
2025-08-20T21:35:57.0531903Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:35:57.0532228Z with:
2025-08-20T21:35:57.0532666Z   subject-name: micro-17108358250-HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.0533471Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:35:57.0534162Z   show-summary: true
2025-08-20T21:35:57.0534354Z   push-to-registry: false
2025-08-20T21:35:57.0534723Z   github-token: ***
2025-08-20T21:35:57.0534898Z env:
2025-08-20T21:35:57.0535055Z   CROSS_COMPILING: NO
2025-08-20T21:35:57.0535247Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:57.0535462Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:57.0535665Z   ON_QEMU: NO
2025-08-20T21:35:57.0535820Z   DEBUG: 0
2025-08-20T21:35:57.0535988Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:57.0536209Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:57.0536522Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:57.0536797Z   KEEP_LOGS: YES
2025-08-20T21:35:57.0536972Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:57.0537167Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:57.0537360Z   SBUILD_REBUILD: false
2025-08-20T21:35:57.0537858Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:57.0538396Z   BUILD_SYS: docker://go
2025-08-20T21:35:57.0538602Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:57.0538787Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:57.0538966Z   SYSTMP: /tmp
2025-08-20T21:35:57.0539130Z   GHA_MODE: MATRIX
2025-08-20T21:35:57.0539536Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:57.0540030Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:57.0540342Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:57.0541059Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:57.0541524Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:57.0541890Z   PKG_TYPE: static
2025-08-20T21:35:57.0542068Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:57.0542278Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.0542788Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:57.0543133Z   BUILD_ID: 17108358250
2025-08-20T21:35:57.0543314Z   PKG_NAME: micro
2025-08-20T21:35:57.0543492Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:57.0543715Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.0543956Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:57.0544230Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:57.0544562Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.0544983Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:57.0545405Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:57.0545670Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:57.0545929Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.0546381Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:57.0546771Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:57.0546978Z ##[endgroup]
2025-08-20T21:35:57.0625114Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:35:57.0625517Z env:
2025-08-20T21:35:57.0625681Z   CROSS_COMPILING: NO
2025-08-20T21:35:57.0625875Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:57.0626092Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:57.0626292Z   ON_QEMU: NO
2025-08-20T21:35:57.0626448Z   DEBUG: 0
2025-08-20T21:35:57.0626614Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:57.0627069Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:57.0627378Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:57.0627652Z   KEEP_LOGS: YES
2025-08-20T21:35:57.0627827Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:57.0628022Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:57.0628219Z   SBUILD_REBUILD: false
2025-08-20T21:35:57.0628721Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:57.0629259Z   BUILD_SYS: docker://go
2025-08-20T21:35:57.0629452Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:57.0629636Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:57.0629817Z   SYSTMP: /tmp
2025-08-20T21:35:57.0629983Z   GHA_MODE: MATRIX
2025-08-20T21:35:57.0630385Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:57.0630875Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:57.0631194Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:57.0631578Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:57.0632043Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:57.0632576Z   PKG_TYPE: static
2025-08-20T21:35:57.0632762Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:57.0632975Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.0633337Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:57.0633680Z   BUILD_ID: 17108358250
2025-08-20T21:35:57.0633860Z   PKG_NAME: micro
2025-08-20T21:35:57.0634037Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:57.0634263Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.0634505Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:57.0634784Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:57.0635117Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.0635791Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:57.0636201Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:57.0636454Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:57.0636709Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.0637163Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:57.0637553Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:57.0637760Z ##[endgroup]
2025-08-20T21:35:57.3824903Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:35:57.3825219Z with:
2025-08-20T21:35:57.3825856Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:35:57.3826664Z   subject-name: micro-17108358250-HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.3827082Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:35:57.3829601Z   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/17108358250/attempts/1"}}}
2025-08-20T21:35:57.3832108Z   push-to-registry: false
2025-08-20T21:35:57.3832451Z   show-summary: true
2025-08-20T21:35:57.3833143Z   github-token: ***
2025-08-20T21:35:57.3833342Z env:
2025-08-20T21:35:57.3833503Z   CROSS_COMPILING: NO
2025-08-20T21:35:57.3833701Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:57.3833919Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:57.3834121Z   ON_QEMU: NO
2025-08-20T21:35:57.3834276Z   DEBUG: 0
2025-08-20T21:35:57.3834441Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:57.3834661Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:57.3834929Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:57.3835206Z   KEEP_LOGS: YES
2025-08-20T21:35:57.3835385Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:57.3835585Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:57.3835783Z   SBUILD_REBUILD: false
2025-08-20T21:35:57.3836280Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:57.3836812Z   BUILD_SYS: docker://go
2025-08-20T21:35:57.3837006Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:57.3837215Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:57.3837405Z   SYSTMP: /tmp
2025-08-20T21:35:57.3837573Z   GHA_MODE: MATRIX
2025-08-20T21:35:57.3837981Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:57.3838484Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:57.3838797Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:57.3839169Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:57.3839641Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:57.3840013Z   PKG_TYPE: static
2025-08-20T21:35:57.3840192Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:57.3840410Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.3840768Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:57.3841113Z   BUILD_ID: 17108358250
2025-08-20T21:35:57.3841566Z   PKG_NAME: micro
2025-08-20T21:35:57.3841751Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:57.3841981Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:57.3842223Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:57.3842778Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:57.3843123Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.3843540Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:57.3843951Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:57.3844207Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:57.3844475Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:57.3844929Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:57.3845319Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:57.3845526Z ##[endgroup]
2025-08-20T21:35:58.7285222Z Attestation created for 18 subjects
2025-08-20T21:35:58.7289135Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:35:58.7289558Z -----BEGIN CERTIFICATE-----
2025-08-20T21:35:58.7289885Z MIIG7zCCBnWgAwIBAgIUZaRfmJS8USvNq/i+QcHq2EwPbgEwCgYIKoZIzj0EAwMw
2025-08-20T21:35:58.7290336Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:35:58.7290803Z cm1lZGlhdGUwHhcNMjUwODIwMjEzNTU3WhcNMjUwODIwMjE0NTU3WjAAMFkwEwYH
2025-08-20T21:35:58.7291258Z KoZIzj0CAQYIKoZIzj0DAQcDQgAENeKXy4PPWoSDqlFq/vcCQPu/vRq169vZp3pN
2025-08-20T21:35:58.7291694Z 9yKQUm6tu1qXed0OVU5pLfS/ZzjAuGwOsF+TUfNkxMWvvGPoUKOCBZQwggWQMA4G
2025-08-20T21:35:58.7292136Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUxGBV
2025-08-20T21:35:58.7293011Z Bne4ridHq8Ixdk7On7PrXjEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:35:58.7293463Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:35:58.7293903Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:35:58.7294651Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:35:58.7295126Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:35:58.7295560Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:35:58.7296006Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:35:58.7296465Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:35:58.7296922Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:35:58.7297378Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:35:58.7297818Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:35:58.7298267Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:35:58.7298723Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:35:58.7299175Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:35:58.7299631Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:35:58.7300097Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:35:58.7300560Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:35:58.7301018Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:35:58.7301476Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:35:58.7301929Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:35:58.7302529Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:35:58.7303005Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:35:58.7303468Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:35:58.7303931Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:35:58.7304388Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzU4MjUwL2F0
2025-08-20T21:35:58.7305075Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:35:58.7305543Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJaP3Y
2025-08-20T21:35:58.7305994Z AAAEAwBHMEUCIENqEQox+QiFUK1lqfCUMSJY7jTPeS8Cx/cEseVMd+YEAiEA520I
2025-08-20T21:35:58.7306426Z KjFc/mx+yUvunDKi5ZJaIvQ5OdKnP/C8ksdagnAwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T21:35:58.7306862Z ANGhaH+FSKsEIzvxMEpUdwhl8MYwycTczstRUVvCJp45UBcQ/tOvVybYCFVbiY47
2025-08-20T21:35:58.7307303Z WwIwadpcFXkuY/HiRd/zbacxDef3wPEIBsQvioofJ6OZE1SzskutCH6HN5fCtfkH
2025-08-20T21:35:58.7307622Z CtHh
2025-08-20T21:35:58.7307785Z -----END CERTIFICATE-----
2025-08-20T21:35:58.7307919Z 
2025-08-20T21:35:58.7308381Z ##[endgroup]
2025-08-20T21:35:58.7308821Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:35:58.7309198Z https://search.sigstore.dev?logIndex=414422569
2025-08-20T21:35:58.7309534Z [36mAttestation uploaded to repository[39m
2025-08-20T21:35:58.7309879Z https://github.com/pkgforge/bincache/attestations/9874436
2025-08-20T21:35:58.8239217Z ##[group]Run ##Presets
2025-08-20T21:35:58.8239478Z [36;1m##Presets[0m
2025-08-20T21:35:58.8239662Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:58.8239858Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8240045Z [36;1m##Debug?[0m
2025-08-20T21:35:58.8240270Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:58.8240543Z [36;1m  set -x[0m
2025-08-20T21:35:58.8240709Z [36;1mfi[0m
2025-08-20T21:35:58.8240870Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8241155Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:35:58.8241639Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/micro/official"[0m
2025-08-20T21:35:58.8242020Z [36;1m exit 1[0m
2025-08-20T21:35:58.8242187Z [36;1mfi[0m
2025-08-20T21:35:58.8273304Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:58.8273524Z env:
2025-08-20T21:35:58.8273698Z   CROSS_COMPILING: NO
2025-08-20T21:35:58.8273938Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:58.8274155Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:58.8274360Z   ON_QEMU: NO
2025-08-20T21:35:58.8274515Z   DEBUG: 0
2025-08-20T21:35:58.8274680Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:58.8274897Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:58.8275165Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:58.8275446Z   KEEP_LOGS: YES
2025-08-20T21:35:58.8275622Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:58.8275820Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:58.8276017Z   SBUILD_REBUILD: false
2025-08-20T21:35:58.8276516Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:58.8277053Z   BUILD_SYS: docker://go
2025-08-20T21:35:58.8277249Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:58.8277438Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:58.8277622Z   SYSTMP: /tmp
2025-08-20T21:35:58.8277800Z   GHA_MODE: MATRIX
2025-08-20T21:35:58.8278211Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:58.8278705Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8279014Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8279385Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:58.8279858Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:58.8280224Z   PKG_TYPE: static
2025-08-20T21:35:58.8280407Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:58.8280618Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8280978Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:58.8281322Z   BUILD_ID: 17108358250
2025-08-20T21:35:58.8281508Z   PKG_NAME: micro
2025-08-20T21:35:58.8281696Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:58.8282254Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8282690Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:58.8282969Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:58.8283307Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8283723Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:58.8284142Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:58.8284400Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:58.8284661Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8285115Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:58.8285507Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:58.8285717Z ##[endgroup]
2025-08-20T21:35:58.8353811Z ##[group]Run ##Presets
2025-08-20T21:35:58.8354066Z [36;1m##Presets[0m
2025-08-20T21:35:58.8354250Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:58.8354458Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8354666Z [36;1m##Debug?[0m
2025-08-20T21:35:58.8354890Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:58.8355166Z [36;1m  set -x[0m
2025-08-20T21:35:58.8355333Z [36;1mfi[0m
2025-08-20T21:35:58.8355501Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8355721Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:35:58.8356140Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/micro/official"[0m
2025-08-20T21:35:58.8356528Z [36;1m exit 1[0m
2025-08-20T21:35:58.8356692Z [36;1mfi[0m
2025-08-20T21:35:58.8383532Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:58.8383753Z env:
2025-08-20T21:35:58.8383917Z   CROSS_COMPILING: NO
2025-08-20T21:35:58.8384118Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:58.8384378Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:58.8384584Z   ON_QEMU: NO
2025-08-20T21:35:58.8384740Z   DEBUG: 0
2025-08-20T21:35:58.8384913Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:58.8385129Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:58.8385393Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:58.8385669Z   KEEP_LOGS: YES
2025-08-20T21:35:58.8385845Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:58.8386042Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:58.8386244Z   SBUILD_REBUILD: false
2025-08-20T21:35:58.8386746Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:58.8387281Z   BUILD_SYS: docker://go
2025-08-20T21:35:58.8387481Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:58.8387664Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:58.8387846Z   SYSTMP: /tmp
2025-08-20T21:35:58.8388009Z   GHA_MODE: MATRIX
2025-08-20T21:35:58.8388423Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:58.8388920Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8389233Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8389608Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:58.8390078Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:58.8390445Z   PKG_TYPE: static
2025-08-20T21:35:58.8390628Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:58.8390847Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8391208Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:58.8391555Z   BUILD_ID: 17108358250
2025-08-20T21:35:58.8391741Z   PKG_NAME: micro
2025-08-20T21:35:58.8391923Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:58.8392148Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8392682Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:58.8392982Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:58.8393637Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8394062Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:58.8394477Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:58.8394731Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:58.8394992Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8395448Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:58.8395839Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:58.8396047Z ##[endgroup]
2025-08-20T21:35:58.8460542Z ##[group]Run ##Presets
2025-08-20T21:35:58.8460817Z [36;1m##Presets[0m
2025-08-20T21:35:58.8461009Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:58.8461204Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8461390Z [36;1m##Debug?[0m
2025-08-20T21:35:58.8461614Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:58.8461900Z [36;1m  set -x[0m
2025-08-20T21:35:58.8462069Z [36;1mfi[0m
2025-08-20T21:35:58.8462233Z [36;1m#-------------#[0m
2025-08-20T21:35:58.8462836Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:35:58.8463211Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:35:58.8463487Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:35:58.8463734Z [36;1mfi[0m
2025-08-20T21:35:58.8489430Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:58.8489653Z env:
2025-08-20T21:35:58.8489818Z   CROSS_COMPILING: NO
2025-08-20T21:35:58.8490084Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:58.8490306Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:58.8490512Z   ON_QEMU: NO
2025-08-20T21:35:58.8490672Z   DEBUG: 0
2025-08-20T21:35:58.8490836Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:58.8491054Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:58.8491329Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:35:58.8491615Z   KEEP_LOGS: YES
2025-08-20T21:35:58.8491792Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:58.8491991Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:35:58.8492190Z   SBUILD_REBUILD: false
2025-08-20T21:35:58.8493023Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:35:58.8493564Z   BUILD_SYS: docker://go
2025-08-20T21:35:58.8493759Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:58.8493948Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:58.8494133Z   SYSTMP: /tmp
2025-08-20T21:35:58.8494300Z   GHA_MODE: MATRIX
2025-08-20T21:35:58.8494706Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:35:58.8495198Z   INPUT_SBUILD: /tmp/pkgforge/YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8495506Z   BUILD_DIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml
2025-08-20T21:35:58.8495877Z   SBUILD_OUTDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:58.8496351Z   SBUILD_TMPDIR: /tmp/pkgforge/LPNUlim_YqcGzhMdP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:58.8496719Z   PKG_TYPE: static
2025-08-20T21:35:58.8496899Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:58.8497112Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8497470Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:35:58.8497813Z   BUILD_ID: 17108358250
2025-08-20T21:35:58.8498004Z   PKG_NAME: micro
2025-08-20T21:35:58.8498186Z   PKG_DATE: 2025-08-20T21:35:27Z
2025-08-20T21:35:58.8498420Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:35:58.8498667Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:35:58.8498948Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:35:58.8499288Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8499705Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/micro/official/micro
2025-08-20T21:35:58.8500469Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:35:58.8500726Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:58.8500989Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-aarch64-linux
2025-08-20T21:35:58.8501446Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:35:58.8501841Z   UTC_TIME: 2025_08_20T09_35_55_PM
2025-08-20T21:35:58.8502053Z ##[endgroup]
2025-08-20T21:35:58.8553072Z EXITED
2025-08-20T21:35:58.8597538Z Cleaning up orphan processes
